home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / internet / peoples / css_style / peoples.css
Cascading Style Sheet File  |  2001-07-09  |  3KB  |  147 lines

  1. body  {
  2.     font-family : Arial CE, Arial, Tahoma, Verdana, Helvetica CE, Helvetica, sans-serif;
  3.     font-size : 12px;
  4.     color : #000000;
  5.     background-color : #FFF5EE;
  6.     margin: 0px 0px 0px 0px;
  7.     scrollbar-base-color : #FFA555;
  8.     scrollbar-highlight-color : White;
  9.     scrollbar-3d-light-color: Black;
  10.     scrollbar-dark-shadow-color: Black;
  11. }
  12.  
  13. span, p, th, td, font, div {
  14.     font-family : Arial CE, Arial, Tahoma, Verdana, Helvetica CE, Helvetica, sans-serif;
  15.     font-size : 12px;
  16. }
  17.  
  18. form, textarea, input, img {
  19.     font-family : Arial CE, Arial, Tahoma, Verdana, Helvetica CE, Helvetica, sans-serif;
  20.     border-bottom-color : #FFDDBB;
  21.     border-left-color : #FFDDBB;
  22.     border-right-color : #FFDDBB;
  23.     border-top-color : #FFDDBB;
  24. }
  25.  
  26. a {
  27.     color : #DC143C;
  28.     text-decoration : underline;
  29. }
  30.  
  31. a:hover {
  32.     color : #FF8C00;
  33.     text-decoration : underline;
  34. }
  35.  
  36. H1 {
  37.     font-family : Arial CE, Arial, Tahoma, Verdana, Helvetica CE, Helvetica, sans-serif;
  38.     font-size : 20px;
  39.     font-weight : bold;
  40.     color : Red;
  41. }
  42.  
  43. H2 {
  44.     font-family : Arial CE, Arial, Tahoma, Verdana, Helvetica CE, Helvetica, sans-serif;
  45.     font-size : 18px;
  46.     font-weight : bold;
  47.     color : #FF8C00;
  48. }
  49.  
  50. H3 {
  51.     font-size : 16px;
  52.     font-weight : bold;
  53.     color : #DC143C;
  54. }
  55.  
  56. H4 {
  57.     font-size : 15px;
  58.     font-weight : bold;
  59.     color : #555555;
  60. }
  61.  
  62. H5, H6 {
  63.     color : #555555;
  64. }
  65.  
  66. HR {
  67.     color : #555555;
  68.     height : 1px;
  69. }
  70.  
  71. .menu {
  72.     color : Black;
  73.     font-size : 13px;
  74.     font-weight : bold;
  75.     text-decoration : none;
  76. }
  77.     
  78. .menu:hover {
  79.     color : #555555;
  80.     text-decoration : none;
  81. }
  82.  
  83. .tiny {
  84.     color : Black;
  85.     font-size : 11px;
  86.     text-decoration : none;
  87. }
  88.  
  89. .tiny:hover {
  90.     color : Black;
  91.     text-decoration : underline;
  92. }
  93.  
  94. .tinyshadow {
  95.     font-size : 11px;
  96.     font-weight : bold;
  97.     color : #888888;
  98.     text-decoration : none;
  99. }
  100.  
  101. .tinyshadow:hover {
  102.     color : Black;
  103.     text-decoration : underline;
  104. }
  105.  
  106. .headline {
  107.     font-family : Tahoma, Verdana, Helvetica CE, Helvetica, sans-serif;
  108.     font-size : 16px;
  109.     font-style : normal;
  110.     font-weight : 900;
  111.     text-decoration : none;
  112.     color : #CC0000;
  113. }
  114.  
  115. .description {
  116.     font-size : 12px;
  117.     font-style : italic;
  118. }
  119.  
  120. .author {
  121.     font-size : 11px;
  122.     font-weight : bold;
  123.     color : #555555;
  124. }
  125.  
  126. .info {
  127.     font-size : 14px;
  128.     font-weight : bold;
  129.     text-decoration : none;
  130.     color : #CC0000;
  131. }
  132.  
  133. .back {
  134.     background-color : #FFDAB9;
  135. }
  136.  
  137. .button {
  138.     font-weight: bold;
  139.     background-color : #FFDAB9;
  140. }
  141.  
  142. .blackbox {
  143.     background-color : #FFDAB9;
  144.     color : #FFDAB9;
  145.     cursor : hand;
  146. }
  147.