home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / internet / kosek / styles / base.css next >
Cascading Style Sheet File  |  2000-10-30  |  2KB  |  115 lines

  1. BODY { 
  2.     background: #ffffe0; 
  3.     color: black;
  4.     font-family: Arial CE, Arial, Helvetica, sans-serif;
  5.     font-size: 11pt }
  6.  
  7. H1, H2, H3, H4, H5, H6 {
  8.     font-family: Arial CE, Arial, Helvetica, sans-serif;
  9.     /* font-family: Garamond, Palatino, Times New Roman, Times, serif; */
  10.     color: navy;
  11.     font-weigth: bold;
  12.     }
  13.     
  14. H1 {
  15.     font-size: 30pt;
  16.     text-align: center;
  17.     }    
  18.     
  19. H2 {
  20.     font-size: 20pt;
  21.     }    
  22.  
  23. A {
  24.     text-decoration: none
  25.     }
  26.  
  27. A:link {
  28.     color: blue;
  29.     }
  30. A:visited {
  31.         color: #0000B0;
  32.     }
  33.     
  34. A:hover {
  35.     text-decoration: underline;
  36.     color: red;
  37.     }    
  38.     
  39. .navbar {
  40.     font-size: 8pt;
  41.     text-align: center;
  42.     margin: 5pt;
  43.     }    
  44.  
  45. .copy {
  46.     font-size: 8pt;
  47.     text-align: center;
  48.     margin: 5pt;
  49.     }    
  50.  
  51. .time {
  52.     font-size: 8pt;
  53.     font-style: italic;
  54.     text-align: left;
  55.     margin: 5pt;
  56.     }    
  57.  
  58. /*
  59. TH { background: #80FFFF }
  60. TD { background: #C0FFFF }
  61. */
  62.  
  63. TH { background: #FFFFA0 }
  64. TD { background: #FFFFC0 }
  65.  
  66. .Picture TH, .Picture TD { background: #FFFFFF }
  67. .Picture { padding: 8px }
  68.  
  69. VAR { font-style: italic; font-family: Arial CE, Arial, Helvetica, sans-serif }
  70.  
  71. DFN { font-style: italic; font-weight: bold }
  72.  
  73. CODE { font-weight: bold;
  74.        font-family: Arial CE, Arial, Helvetica, sans-serif }
  75.  
  76. TABLE { 
  77.     background-color: #FFFFC0;
  78.     font-size: 80%; 
  79.     /* text-align: center; */
  80.     font-family: Arial CE, Arial, Helvetica, sans-serif;
  81.     }
  82.     
  83. CAPTION { 
  84.     font-size: 120%;
  85.     font-weight: bold;
  86.     }    
  87.       
  88. PRE { 
  89.     font-weight: bold;
  90.     font-family: Courier New CE, Courier New, monospace;
  91.     margin-left: 30px;
  92.     }
  93.  
  94. PRE VAR {
  95.     font-style: italic; 
  96.     font-family: Courier New CE, Courier New, monospace;
  97.     }
  98.  
  99. KBD { 
  100.     font-family: Arial CE, Arial, Helvetica, sans-serif;
  101.     font-weight: bold;
  102.     }    
  103.     
  104. DT {
  105.     font-weight: bold;
  106.     margin-top: 6pt;
  107.     }    
  108.     
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.