home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2006 February / maximum-cd-2006-02.iso / Software / Utilities / ati-util-jan-2004.exe / ATI_Reporting_problems.chm / support2.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-04-08  |  5.3 KB  |  128 lines

  1. /* Begin default styles for html elements. */
  2. /* Font-family and font-size are repeated for child elements because */
  3. /* the body styles are not inherited properly in some browsers. */
  4.  
  5. body, p, ul, ol, li, td, th    { font-family: Verdana, Arial, Helvetica, sans-serif }
  6.  
  7. body { font-size: 10pt;
  8.         color: white; background-color: black }
  9.  
  10. a:hover {color: red; font-style: italic; }
  11.         
  12. /* removed margins from the body because Netscape 4.7 does not display */
  13. /* tables with width=100% if the body margins are not at default */
  14. /* margin-left: 7%; margin-right: 7%; margin-top: 3%; margin-bottom: 3% */
  15.  
  16. p, ul, ol, li { font-size: 10pt }
  17.  
  18. /* numbered lists have blank lines between them - bullets do not */
  19.  
  20. ol li { margin-bottom: 1.2em }
  21.  
  22. h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, Helvetica, sans-serif }
  23.  
  24. h1 { font-size: 16pt; font-weight: bold }
  25. h2 { font-size: 14pt; font-weight: normal }
  26. h3 { font-size: 12pt; font-weight: bold }
  27. h4 { font-size: 10pt; font-weight: bold }
  28. h5 { font-size: 10pt; font-weight: bold;    margin-bottom: 0 }
  29. h6 { font-size: 20pt; font-color: white: font-weight: bold;}    
  30.  
  31. i { font-size: 85%; font-style: italic }
  32.  
  33. a:link { color: white; text-decoration: underline }
  34. a:visited { color: silver; text-decoration: underline }
  35.  
  36. /* not using hover right now */
  37. /* a:link { color: blue; text-decoration: none } */
  38. /* a:visited { color: purple; text-decoration: none } */
  39. /* a:hover { text-decoration: underline } */
  40.  
  41. table {  }
  42.  
  43. td { font-size: 10pt; 
  44.         vertical-align: top; text-align: left }
  45.  
  46. th { font-size: 10pt; font-style: bold; 
  47.         color: black; background-color: silver; 
  48.     vertical-align: middle; text-align: left }
  49.  
  50. /* removed MARGIN 2PX PADDING 4PX from the td and th definitions - Netscape 4.7 again    */
  51. /* End of default styles for html elements */
  52. /* Begin custom classes. Add class=xxxx to an appropriate html tag to apply these. */
  53.  
  54. /* READTHIS is used to draw attention to important notes. */
  55. /* Apply this style to tables or cells within a table. */
  56. /* It will have NO EFFECT on other elements - e.g. paragraphs - outside of a table. */
  57. /* Appearance of header cells - th - are not defined in this class. */
  58.  
  59. .readthis    { background-color: yellow }
  60. .readthis table, table.readthis { background-color: transparent }
  61.  
  62. .readthis td, td.readthis, input.readthis { color: black; background-color: silver }
  63.  
  64. /* removed MARGIN 2PX and PADDING 4PX from the readthis definition - Netscape 4.7 again */
  65. /* added input - a form field - as a valid readthis target */
  66. /* TSE uses this on their email contact form on corp site */
  67. /* no borders on readthis right now */
  68. /* border-left: 0 solid silver; border-right: 2 solid gray; */
  69. /*    border-top: 0 solid silver; border-bottom: 2 solid gray; */
  70.  
  71.  
  72. /* FINEPRINT class is used for license agreements and other necessary stuff */
  73. /* that ought to appear very small. A sans-serif font is used for clarity */
  74.  
  75. .fineprint, p.fineprint, .fineprint p, li.fineprint, .li { font-family: Sans-Serif; font-size: 8pt }
  76.  
  77.  
  78. /* TOPMENU class is used for menu bars at the top and/or bottom of the page */
  79. /* Apply this class to a DIV that surrounds the table or cells you wish to format. */
  80. /* set the table width manually (within the document) to 100%, so Netscape */
  81. /* displays it properly. Link colors (hover) can also be defined here, but */
  82. /* don't work properly in Netscape. */
  83.  
  84. .topmenu { clear: both }
  85. .topmenu table, table.topmenu { background-color:transparent }
  86. .topmenu td, td.topmenu { text-align: center; vertical-align: middle; background-color: red; font-size: 8pt; color: white; 
  87.                border-left: 0 solid blue; 
  88.                border-right: 2 solid gray; border-top: 0 solid blue; 
  89.                border-bottom: 2 solid gray; margin: 2px; padding: 4px }
  90.                
  91. .topmenu a:link { font-size:8pt; font-weight: bold; color: white; text-decoration: none }
  92. .topmenu a:visited { font-size:8pt; font-weight: bold; color: white; text-decoration: none }
  93. .topmenu a:hover { font-size:8pt; font-weight: bold; color: white; text-decoration: underline }
  94.  
  95. /* removed text-align: center; from a:link definitions - covered by td definition; messes up in Netscape 4.7 */
  96.  
  97.  
  98.  
  99. /* STEPS STYLE*/
  100.                
  101. .steps       { background-color: teal; color: white; font-weight: bold;
  102.                     border-right: 0 solid gray; 
  103.                     border-left: 0 solid gray;                     
  104.                     border-top: 0 solid gray; 
  105.                    border-bottom: 0 solid gray; 
  106.                    margin: 2px;
  107.                  padding: 4px}
  108. .steps a:link, .steps a:visited { color: silver; font-weight: normal; text-decoration: none }
  109. .steps a:hover { text-decoration: underline }
  110.  
  111.  
  112. .readthiseh  { background-color: silver; color: white }
  113.  
  114.  
  115. .next        { clear: both }
  116. .next table, table.next { background-color: transparent }
  117. .next td, td.next { text-align: left; vertical-align: middle; background-color: white; 
  118.                font-size: 8pt; color: black;
  119.                border-left: 0 solid gray; 
  120.                border-right: 0 solid gray;
  121.                border-top: 0 solid gray; 
  122.                border-bottom: 0 solid gray;
  123.                margin: 2px; padding: 4px }
  124. .next a:link { font-size: 8pt; font-weight: bold; color: black; text-decoration: none }
  125. .next a:visited { font-size: 8pt; font-weight: bold; color: black; text-decoration: none }
  126. .next a:hover { font-size: 8pt; font-weight: bold; color: black; text-decoration: underline }
  127.  
  128.