home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / bonus / data / bas / html / STYLES.CSS next >
Cascading Style Sheet File  |  2000-10-03  |  2KB  |  120 lines

  1. <style type="text/css">
  2. <!--
  3. A { 
  4.         font-weight: bold;
  5.         font-size: 12pt;
  6.         font-family: arial;        
  7.         color: #0000FF; 
  8.         text-decoration: none;
  9.     }
  10.     
  11.     A:hover { 
  12.         font-weight: bold;
  13.         font-size: 12pt;
  14.         font-family: arial;        
  15.         color: #000000; 
  16.         text-decoration: none; 
  17.     }
  18.     
  19.         body, td, .normal {
  20.         color: #000000;
  21.         font-size: 11pt;
  22.         font-family: arial, helv, sans-serif;
  23.     }
  24.     .caption {
  25.         color: #000000;
  26.         font-size: 12pt;
  27.         font-family: arial, helv, sans-serif;
  28.         font-weight: bold;
  29.     }
  30.     
  31.     .eg {
  32.         color: #000000;
  33.         font-size: 12pt;
  34.         font-family: Times New Roman;
  35.         text-decoration: italic; 
  36.     }
  37.     .page {
  38.         background: #FFFFC8;
  39.     }
  40.     .answer {
  41.         background: #FFFFFF;
  42.     }
  43.     .contents {
  44.         background: #00CCFF;
  45.     }
  46.     .index {
  47.         background: #00CCFF;
  48.         color: #FFFFFF;
  49.     }
  50.     li {
  51.         color: #000000;
  52.     
  53.     }
  54.     
  55.     b u {
  56.         color: #000000;
  57.         text-decoration: underline;
  58.     }
  59.  
  60.     u, .quest {
  61.         font-style: none;
  62.         color: #FF0000;
  63.         font-weight: bold;
  64.         text-decoration: none;
  65.     }
  66.     
  67.     em, .ans {
  68.         color: #FF0000;
  69.         font-size: 12pt;
  70.         font-family: arial;
  71.         font-weight: bold;
  72.         font-style: none;
  73.         text-decoration: none;
  74.     }
  75.     
  76.     
  77.     h2 {
  78.         font-size: 20pt;
  79.         font-family: verdana, arial, helv, sans-serif;
  80.     }
  81.     
  82.     h4 {
  83.         font-size: 12pt;
  84.         font-family: arial;
  85.         color: #FF0000;
  86.         font-weight: bold;
  87.         
  88.             }
  89.             
  90.  
  91.         
  92.     .title {
  93.         font-size: 14pt;
  94.         font-family: verdana, arial, helv, sans-serif;
  95.         font-weight: bold;        
  96.     }
  97.     .intro {
  98.         font-size: 11pt;
  99.         font-family: arial, helv, sans-serif;
  100.     font-style: none;
  101.     }
  102.     .example {
  103.         font-weight: bold;
  104.     }    
  105.     .type {
  106.         font-family: courier new, courier, helv, sans-serif;
  107.     }
  108.     
  109.     .write {
  110.         font-size: 12pt;
  111.         font-family: comic sans MS;
  112.         font-weight: normal;                
  113.     }
  114.     .letter {
  115.         font-size: 12pt;
  116.         font-family: Times New Roman;
  117.         font-weight: normal;                
  118.     }
  119.     -->
  120. </style>