home *** CD-ROM | disk | FTP | other *** search
/ Internet Professionell Archive 2001 / ipro_0102.iso / html / style_ip.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-02-10  |  1.7 KB  |  78 lines

  1. body, p, td {font-family: Arial, Helvetica, sans-serif;
  2.     color: #666666;
  3.     font-size: 10pt;
  4.  }
  5.  
  6. BODY {
  7. scrollbar-face-color:#6699CC;
  8. scrollbar-shadow-color:#FFFFFF;
  9. scrollbar-highlight-color:#FFFFFF;
  10. scrollbar-3dlight-color:#FFFFFF;
  11. scrollbar-darkshadow-color:#FFFFFF;
  12. scrollbar-track-color:#FFFFFF;
  13. scrollbar-arrow-color:#FFFFFF
  14. }
  15.  
  16. h1  { font-family: Arial, Helvetica, sans-serif;
  17.     font-size: 14pt;
  18.     color: #777777;
  19.     font-weight: bold;
  20.     letter-spacing: 2pt;
  21.     text-transform: uppercase }
  22.  
  23. h2  { font-family: Arial, Helvetica, sans-serif;
  24.     font-size: 12pt;
  25.     color: #777777;
  26.     font-weight: bold;
  27.     text-transform: uppercase;
  28.     border-bottom: 1pt solid #CC3333 }
  29.  
  30. h3  { font-family: Arial, Helvetica, sans-serif;
  31.     font-size: 12pt;
  32.     color: #CC3333;
  33.     margin: 3pt 0pt 3pt 0pt;
  34.     font-weight: bold }
  35.  
  36. h4  { font-family: Arial, Helvetica, sans-serif;
  37.     font-size: 10pt;
  38.     color: #6699CC;
  39.     margin: 1pt 0pt 1pt 0pt;
  40.     font-weight: bold }
  41.     
  42. h5  { font-family: Arial, Helvetica, sans-serif;
  43.     font-size: 12pt;
  44.     color: #6699CC;
  45.     margin: 1pt 0pt 1pt 0pt;
  46.     font-weight: bold }    
  47.  
  48. h6  { font-family: Arial, Helvetica, sans-serif;
  49.     font-size: 12pt;
  50.     color: #888888;
  51.     margin: 1pt 0pt 1pt 0pt;
  52.     font-weight: bold }
  53.     
  54.  
  55. .fuss  { font-family: Arial, Helvetica, sans-serif;
  56.     font-size: 8pt }
  57.  
  58. A:link { color: #6699CC;
  59.     font-weight: bold ;
  60.     }
  61. A:active { color: #CC3333;
  62.     font-weight: bold;
  63.     }
  64. A:visited { color: #6699CC;
  65.     font-weight: bold;
  66.     }
  67. A:hover { color: #CC3333;
  68.     font-weight: bold;
  69.      }
  70.  
  71. h2 a:link {color: #777777;
  72.     text-decoration: none; }
  73. h2 a:active {color: #777777;
  74.     text-decoration: none; }
  75. h2 a:visited {color: #777777;
  76.     text-decoration: none; }
  77. h2 a:hover {color: #777777;
  78.     text-decoration: none; }