home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / internet / kosek / styles / dbbase.css < prev    next >
Cascading Style Sheet File  |  2001-02-14  |  2KB  |  124 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. .titlepage .title, .titlepage .subtitle, 
  59. .titlepage .author, .titlepage .address { text-align: center }
  60.  
  61. .section .titlepage .title, .section .titlepage .subtitle, 
  62. .section .titlepage .author, .section .titlepage .address { text-align: left }
  63.  
  64.  
  65. /*
  66. TH { background: #80FFFF }
  67. TD { background: #C0FFFF }
  68. */
  69.  
  70. /*
  71. TH { background: #FFFFA0 }
  72. TD { background: #FFFFC0 }
  73. */
  74.  
  75. .Picture TH, .Picture TD { background: #FFFFFF }
  76. .Picture { padding: 8px }
  77.  
  78. VAR { font-style: italic; font-family: Arial CE, Arial, Helvetica, sans-serif }
  79.  
  80. DFN { font-style: italic; font-weight: bold }
  81.  
  82. CODE, TT { font-weight: bold;
  83.        font-family: Arial CE, Arial, Helvetica, sans-serif }
  84.  
  85. TABLE { 
  86.     /* background-color: #FFFFC0; */
  87.     /* font-size: 80%; */
  88.     /* text-align: center; */
  89.     font-family: Arial CE, Arial, Helvetica, sans-serif;
  90.     }
  91.     
  92. CAPTION { 
  93.     font-size: 120%;
  94.     font-weight: bold;
  95.     }    
  96.       
  97. PRE { 
  98.     font-weight: bold;
  99.     font-family: Courier New CE, Courier New, monospace;
  100.     margin-left: 30px;
  101.     }
  102.  
  103. PRE VAR {
  104.     font-style: italic; 
  105.     font-family: Courier New CE, Courier New, monospace;
  106.     }
  107.  
  108. KBD { 
  109.     font-family: Arial CE, Arial, Helvetica, sans-serif;
  110.     font-weight: bold;
  111.     }    
  112.     
  113. DT {
  114.     font-weight: bold;
  115.     margin-top: 6pt;
  116.     }    
  117.     
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.