home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1998 December / WPCDEC98.ISO / software / develop / Webster / WWW / css / baseside.css < prev   
Encoding:
Cascading Style Sheet File  |  1996-11-14  |  395 b   |  22 lines

  1. /* Base style sheet for the Xara site side bar. */
  2.  
  3. HTML,BODY, P {
  4.     font: 10pt "Times"; color: "#000000";
  5.     color: black;
  6.     font-family: times, serif;
  7.     font-style: normal
  8.     font-size: 10pt
  9.   } 
  10.  
  11. A:link { color: red }
  12. A:visited { color: gray }  
  13. A:active { color: yellow }
  14.  
  15. H1, H2, H3 { color: red }
  16. H1 { font-size: 16pt }
  17.  
  18.   PRE {
  19.     font-family: monospace;
  20.     font-size: 80%;
  21.   }
  22.