home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 110 / XENIATGM110.iso / E-Mail / Html / barra.css < prev    next >
Cascading Style Sheet File  |  2001-02-26  |  2KB  |  138 lines

  1. body {
  2.   background: black;
  3.   background-image: url(images/texture2.gif);
  4.   color: #000000
  5. }
  6.  
  7. P { 
  8.   font-family: Tahoma, Times, serif;
  9.   color: #4040FF;
  10.   font-size: x-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: #FFFFFF;
  43.   font-size: medium;
  44.   text-align: center
  45. }
  46.  
  47. TABLE { 
  48.   background: #3366CC;
  49.   font-family: Tahoma, Times, serif;
  50.   color: #234487;
  51.   font-size: small;
  52.   text-align: center
  53. }
  54.  
  55. h1 {
  56.   font-family: Tahoma, Times, serif;
  57.   color: #234487;
  58.   background: transparent;
  59.   font-weight: bold;
  60.   text-align: center
  61. }
  62.  
  63. h2 {
  64.   font-family: Tahoma, Times, serif;
  65.   color: #234487;
  66.   background: transparent;
  67.   font-weight: bold;
  68.   text-align: center
  69. }
  70.  
  71. h3 {
  72.   font-family: Tahoma, Times, serif;
  73.   color: #234487;
  74.   background: transparent;
  75.   font-weight: bold;
  76.   text-align: center
  77. }
  78.  
  79. h4 {
  80.   font-family: Tahoma, Times, serif;
  81.   font-style: italic;
  82.   color: #4040FF
  83. }
  84.  
  85. h5 {
  86.   font-family: Tahoma, Times, serif;
  87.   font-weight: bold;
  88.   color: #4040FF
  89. }
  90.  
  91. blockquote {
  92.   margin-left: 8%;
  93.   margin-right: 8%;
  94.   border: thin ridge #dc143c
  95. }
  96.  
  97. blockquote pre {
  98.   margin-left: 1%;
  99.   margin-right: 1%
  100. }
  101.  
  102. dt a {
  103.   font-weight: bold;
  104.   margin-top: .8em
  105. }
  106.  
  107. a:link {
  108.   font-family: Tahoma, Times, serif;
  109.   font-size: x-small;
  110.   color: #234487
  111. }
  112.  
  113. a:visited {
  114.   font-family: Tahoma, Times, serif;
  115.   font-size: x-small;
  116.   color: #234487
  117. }
  118.  
  119. a:active {
  120.   font-family: Tahoma, Times, serif;
  121.   font-size: x-small;
  122.   color: #234487
  123. }
  124.  
  125. #mod {
  126.   font-family: Tahoma, Times, serif;
  127.   color: #234487;
  128.   font-size: x-small;
  129.   font-style: italic;
  130.   text-align: center
  131.   }
  132.  
  133. #file {
  134.   font-family: Tahoma, Times, serif;
  135.   color: #234487;
  136.   font-size: x-small;
  137.   font-style: italic
  138.   }