home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 79 / XENIATGM79.iso / E-Mail / Html / barra.css < prev    next >
Cascading Style Sheet File  |  1999-12-03  |  1KB  |  65 lines

  1. body {
  2.   background: black;
  3.   background-image: url(images/texture1.jpg);
  4.   color: #000000
  5. }
  6.  
  7. P { 
  8.   font-family: Tahoma, Times, serif;
  9.   font-size: x-small;
  10.   color: #9D9DFF
  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.   text-align: center
  32. }
  33.  
  34. h4 {
  35.   font-family: Tahoma, Times, serif;
  36.   font-style: italic;
  37.   color: #FF8204
  38. }
  39.  
  40. h5 {
  41.   font-family: Tahoma, Times, serif;
  42.   font-weight: bold;
  43.   font-style: italic
  44. }
  45.  
  46. a:link {
  47.   font-family: Tahoma, Times, serif;
  48.   font-size: small;
  49.   color: #FF8204
  50. }
  51.  
  52. a:visited {
  53.   color: #FF8204
  54. }
  55.  
  56. a:active {
  57.   color: #FF8204
  58. }
  59.  
  60. #file {
  61.   font-family: Tahoma, Times, serif;
  62.   color: #FF8204;
  63.   font-size: x-small;
  64.   font-style: italic
  65.   }