home *** CD-ROM | disk | FTP | other *** search
/ Freelog 54 / Freelog054.iso / Solution / Audio / KAE / KRISTAL_AE_Setup.exe / $INSTDIR / Help / common / style.css
Encoding:
Cascading Style Sheet File  |  2004-03-11  |  1.6 KB  |  90 lines

  1.  
  2. a:link {text-decoration: underline; color: #5488A9;}
  3. a:visited {text-decoration: underline; color: #5488A9;/*#848484;*/}
  4. a:active {text-decoration: underline; color: #FF0000;}
  5. a:hover {text-decoration: underline; color: #5488A9;}
  6.  
  7. body
  8. {
  9.     font-family: Tahoma, Geneva, Verdana;
  10.     font-size: 9pt;
  11.     background: white;
  12.  
  13.     scrollbar-base-color: #F0F0F0;
  14.     scrollbar-arrow-color: black;
  15.     scrollbar-shadow-color: black;
  16.     scrollbar-darkshadow-color: white;
  17.     scrollbar-highlight-color: black;
  18.     scrollbar-track-color: #FAFAFA;
  19. }
  20.  
  21.  
  22. td
  23. {
  24.     font-family: Tahoma, Geneva, Verdana; 
  25.     font-size: 9pt;
  26. }
  27.  
  28. th
  29. {
  30.     font-family: Tahoma, Geneva, Verdana; 
  31.     font-size: 9pt;
  32.     font-weight: normal;
  33. }
  34.  
  35. .tip
  36. {
  37.     font-size: 9pt;
  38.     font-style: normal;
  39.     color: #444444;
  40.     background-color: #F0F0F0;/*#F7F7EF;*/
  41.     border: 1px solid black;
  42.     padding: 4px;
  43. }
  44.  
  45. h1
  46. {
  47.     font-family: Tahoma, Geneva, Verdana;
  48.     font-weight: bold;
  49.     font-size: 10pt;
  50.     text-decoration: none;/*underline;*/
  51.     color: white;
  52.     background-color: #6A829E;
  53.     padding: 4px;
  54.     margin-top: 0pt;
  55.     margin-bottom: 14pt;
  56. }
  57.  
  58. h2
  59. {
  60.     font-family: Tahoma, Geneva, Verdana;
  61.     font-weight: bold;
  62.     font-size: 8pt;
  63.     text-decoration: none;/*underline;*/
  64.     color: white;
  65.     background-color: #6A829E;
  66.     padding: 4px;
  67.     margin-top: 20pt;
  68.     margin-bottom: 16pt;
  69. }
  70.  
  71. h3
  72. {
  73.     font-family: Tahoma, Geneva, Verdana;
  74.     font-weight: bold;
  75.     font-size: 8pt;
  76.     text-decoration: none;/*underline;*/
  77.  
  78.     color: #000000;
  79.     background-color: #F0F0F0;
  80.     padding: 2px;
  81.     margin-top: 10pt;
  82.     margin-bottom: 8pt;
  83. }
  84.  
  85. hr
  86. {
  87.     height: 4px;
  88.     color: #6A829E;
  89. }
  90.