home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 93 / XENIATGM93.iso / E-Mail / Brutto / indice.css < prev    next >
Cascading Style Sheet File  |  2000-06-05  |  1KB  |  84 lines

  1. body {
  2.   background: black;
  3.   background-image: url(texture2.jpg);
  4.   color: #000000
  5. }
  6.  
  7. P { 
  8.   font-family: Tahoma, Times, serif;
  9.   color: #9D9DFF;
  10.   font-size: small
  11. }
  12.  
  13. h1 {
  14.   font-family: Tahoma, Times, serif;
  15.   color: #FF0000;
  16.   background: transparent;
  17.   font-weight: bold;
  18.   text-align: center
  19. }
  20.  
  21. h2 {
  22.   font-family: Tahoma, Times, serif;
  23.   color: #FF0000;
  24.   background: transparent;
  25.   font-weight: bold;
  26.   text-align: center
  27. }
  28.  
  29. h3 {
  30.   font-family: Tahoma, Times, serif;
  31.   color: #FF0000;
  32.   background: transparent;
  33.   font-weight: bold;
  34.   text-align: center
  35. }
  36.  
  37. h4 {
  38.   font-family: Tahoma, Times, serif;
  39.   font-style: italic;
  40.   color: #FF8204
  41. }
  42.  
  43. h5 {
  44.   font-family: Tahoma, Times, serif;
  45.   font-weight: bold;
  46.   font-style: italic
  47. }
  48.  
  49. blockquote {
  50.   margin-left: 8%;
  51.   margin-right: 8%;
  52.   border: thin ridge #dc143c
  53. }
  54.  
  55. blockquote pre {
  56.   margin-left: 1%;
  57.   margin-right: 1%
  58. }
  59.  
  60. dt a {
  61.   font-weight: bold;
  62.   margin-top: .8em
  63. }
  64.  
  65. a:link {
  66.   font-family: Tahoma, Times, serif;
  67.   color: #FF8204
  68. }
  69.  
  70. a:visited {
  71.   color: #FF8204
  72. }
  73.  
  74. a:active {
  75.   color: #FF8204
  76. }
  77.  
  78. #mod {
  79.   font-family: Tahoma, Times, serif;
  80.   color: #FF8204;
  81.   font-size: small;
  82.   font-style: italic;
  83.   text-align: center
  84.   }