home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1998 December / WPCDEC98.ISO / software / develop / Webster / WWW / css / base.css next >
Encoding:
Cascading Style Sheet File  |  1997-01-23  |  440 b   |  23 lines

  1. /* Base style sheet for the Xara site. */
  2.  
  3. HTML,BODY, P {
  4.     background: url(http://pearl.xara.net/dev/webworks/graphics/faded_pa.jpg) white repeat-y
  5.     color: black;
  6.     font-family: times, serif;
  7.     font-style: normal
  8.   } 
  9.  
  10. A:link { color: red }
  11. A:visited { color: gray }  
  12. A:active { color: yellow }
  13.  
  14. H1, H2, H3 { color: red;
  15.     font-family: arial, helvetica, sansserif;
  16.     }
  17.  
  18.  
  19.   PRE {
  20.     font-family: monospace;
  21.     font-size: 80%;
  22.   }
  23.