home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 111 / XENIATGM111.iso / E-Mail / Brutto / brutto.css next >
Cascading Style Sheet File  |  2001-03-27  |  2KB  |  141 lines

  1. body {
  2.   background: black;
  3.   background-image: url(texture2.gif);
  4.   color: #000000
  5. }
  6.  
  7. P { 
  8.   font-family: Tahoma, Times, serif;
  9.   color: #1C366C;
  10.   font-size: small
  11. }
  12.  
  13. TD { 
  14.   background: #3366CC;
  15.   font-family: Tahoma, Times, serif;
  16.   color: #FFFFFF;
  17.   font-size: small;
  18.   text-align: center
  19. }
  20.  
  21. #td1 { 
  22.   background: #3366CC;
  23.   font-family: Tahoma, Times, serif;
  24.   color: #FFFFFF;
  25.   font-size: medium;
  26.   font-weight: bold;
  27.   text-align: center
  28. }
  29.  
  30. #td2 { 
  31.   background: #234487;
  32.   font-family: Tahoma, Times, serif;
  33.   color: #FFFFFF;
  34.   font-size: small;
  35.   text-align: justify;
  36.   line-height: 130%
  37. }
  38.  
  39. #td3 { 
  40.   background-image: url(images/texture2.gif);
  41.   font-family: Tahoma, Times, serif;
  42.   color: #4040FF;
  43.   font-size: small;
  44.   font-weight: bold;
  45.   text-align: justify
  46. }
  47.  
  48. #td4 { 
  49.   background-image: url(images/texture2.gif);
  50.   font-family: Tahoma, Times, serif;
  51.   color: #1C366C;
  52.   font-size: small;
  53.   text-align: justify
  54. }
  55.  
  56. TABLE { 
  57.   background: #3366CC;
  58.   font-family: Tahoma, Times, serif;
  59.   color: #234487;
  60.   font-size: small;
  61.   text-align: center
  62. }
  63.  
  64. h1 {
  65.   font-family: Tahoma, Times, serif;
  66.   color: #234487;
  67.   background: transparent;
  68.   font-weight: bold;
  69.   text-align: center
  70. }
  71.  
  72. h2 {
  73.   font-family: Tahoma, Times, serif;
  74.   color: #234487;
  75.   background: transparent;
  76.   font-weight: bold;
  77.   text-align: center
  78. }
  79.  
  80. h3 {
  81.   font-family: Tahoma, Times, serif;
  82.   color: #234487;
  83.   background: transparent;
  84.   font-weight: bold;
  85.   text-align: center
  86. }
  87.  
  88. h4 {
  89.   font-family: Tahoma, Times, serif;
  90.   font-style: italic;
  91.   color: #4040FF
  92. }
  93.  
  94. h5 {
  95.   font-family: Tahoma, Times, serif;
  96.   font-weight: bold;
  97.   font-style: italic;
  98.   color: #4040FF
  99. }
  100.  
  101. blockquote {
  102.   margin-left: 8%;
  103.   margin-right: 8%;
  104.   border: thin ridge #dc143c
  105. }
  106.  
  107. blockquote pre {
  108.   margin-left: 1%;
  109.   margin-right: 1%
  110. }
  111.  
  112. dt a {
  113.   font-weight: bold;
  114.   margin-top: .8em
  115. }
  116.  
  117. a:link {
  118.   font-family: Tahoma, Times, serif;
  119.   text-align: justify;
  120.   color: #234487
  121. }
  122.  
  123. a:visited {
  124.   font-family: Tahoma, Times, serif;
  125.   text-align: justify;
  126.   color: #234487
  127. }
  128.  
  129. a:active {
  130.   font-family: Tahoma, Times, serif;
  131.   text-align: justify;
  132.   color: #234487
  133. }
  134.  
  135. #mod {
  136.   font-family: Tahoma, Times, serif;
  137.   color: #FF8204;
  138.   font-size: small;
  139.   font-style: italic;
  140.   text-align: center
  141.   }