home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 July / Chip_1999-07_cd.bin / internet / pi / CSS / main.css < prev    next >
Cascading Style Sheet File  |  1999-05-04  |  2KB  |  118 lines

  1. BODY {
  2.     color : black;
  3.     font-family : tahoma;
  4.     font-size : 8pt;
  5. }
  6.  
  7. .TH  {
  8.     font-family : tahoma;
  9.     font-size : 8pt;
  10.     background : navy;
  11.     color : yellow;
  12.     align : middle;
  13.     text-align : center;
  14.     font-weight : bold;
  15. }
  16.  
  17. TH  {
  18.     font-family : tahoma;
  19.     font-size : 8pt;
  20.     background : #990000;
  21.     color : yellow;
  22. }
  23.  
  24. TR  {
  25.     font-family : tahoma;
  26.     font-size : 8pt;
  27. }
  28.  
  29. TD  {
  30.     font-family : tahoma;
  31.     font-size : 8pt;
  32. }
  33.  
  34. P  {
  35.     font-family : tahoma;
  36.     font-size : 8pt;
  37. }
  38.  
  39. A  {
  40.     font-family : tahoma;
  41.     font-size : 8pt;
  42.     color : Navy;
  43. }
  44.  
  45. A.Invers  {
  46.     font-family : tahoma;
  47.     font-size : 8pt;
  48.     color : Navy;
  49. }
  50.  
  51. A.comic  {
  52.     font-family : Comic Sans Ms;
  53.     font-size : 8pt;
  54.     font-weight : bold;
  55.     color : navy;
  56. }
  57.  
  58. INPUT.BUTTON  {
  59.     height : 14pt;
  60.     font-size : 8pt;
  61.     line-height : 5pt;
  62.     font-family : tahoma;
  63. }
  64.  
  65. .hottitle  {
  66.     font-family : times;
  67.     font-size : 16pt;
  68.     font-weight : bold;
  69.     font-style : italic;
  70. }
  71.  
  72. .tdname  {
  73.     font-family : tahoma;
  74.     font-size : 8pt;
  75.     color : Navy;
  76.     font-weight : bold;
  77. }
  78.  
  79. .tdvalue  {
  80.     font-family : tahoma;
  81.     font-size : 8pt;
  82. }
  83.  
  84. .tdlink
  85. {
  86.     font-family : tahoma;
  87.     font-size : 8pt;
  88.     color : Navy;
  89. }
  90.  
  91. .MainTitle { color: #990000;
  92. margin-left: 10px;
  93. font-size: 28px;
  94. font-family: tahoma Black; 
  95. background-color: White }
  96.  
  97. .comment {color:#660000}
  98.  
  99. A.comment {font-weight:bold;color:#660000}
  100.  
  101. .title {
  102.     color:navy;font-weight:bold
  103. }
  104.  
  105. H3 {
  106.     font-family: tahoma;
  107.     font-size: 14pt; 
  108.     align: center;
  109.     }
  110.  
  111. .SmallTitle    
  112. {
  113.     font-family: tahoma;
  114.     font-size: 12pt; 
  115.     align: center;
  116.     color:navy;
  117.     font-weight:bold    
  118. }