home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 110 / XENIATGM110.iso / Shareware / Istruzioni / html / barra.css next >
Cascading Style Sheet File  |  2000-10-18  |  1KB  |  69 lines

  1. body {
  2.   background: black;
  3.   background-image: url(../images/texture2.jpg);
  4.   color: #000000
  5. }
  6.  
  7. P { 
  8.   font-family: Tahoma, Times, serif;
  9.   font-size: x-small;
  10.   color: #1F1D1D
  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: #1F1D1D
  50. }
  51.  
  52. a:visited {
  53.   font-family: Tahoma, Times, serif;
  54.   font-size: small;
  55.   color: #1F1D1D
  56. }
  57.  
  58. a:active {
  59.   font-family: Tahoma, Times, serif;
  60.   font-size: small;
  61.   color: #d2cccc
  62. }
  63.  
  64. #file {
  65.   font-family: Tahoma, Times, serif;
  66.   color: #1F1D1D;
  67.   font-size: x-small;
  68.   font-style: italic
  69.   }