home *** CD-ROM | disk | FTP | other *** search
/ Professional Web Design - Techniques & Templates / profwebdes.iso / pc / DESIGNS / DESIGN_13 / MAINSTYLE.CSS < prev    next >
Cascading Style Sheet File  |  2001-11-28  |  1KB  |  22 lines

  1. A:link { color: #0B07AA }
  2. A:visited { color: #0B07AA }
  3. A:active { color: #0B07AA }
  4. A:hover { color: #D40106 }
  5.  
  6. <!-- This stylesheet uses pt's for font sizing for demonstration purposes. However, the problem with pt's is that their size is fixed, which means it cannot be changed with a user's browser. They also are extremely small for some Mac's. When using this stylesheet, it is recommended that pt's be replaced with em's (or percentages). For example, 7.8pt on a PC is, roughly, the equivalent of .7em for PC's and .8 or .9 em for Mac's. -->
  7.  
  8. #blankbg {background-image: url(images/spacer.gif); background-repeat: no-repeat}
  9.  
  10. td {font-family: verdana, geneva, sans-serif; font-size: 7.8pt}
  11.  
  12. .white78 {font-family: verdana, geneva, sans-serif; font-size: 7.8pt; color: #ffffff}
  13. .white8 {font-family: verdana, geneva, sans-serif; font-size: 8pt; color: #ffffff}
  14. .white10 {font-family: verdana, geneva, sans-serif; font-size: 10pt; color: #ffffff}
  15.  
  16. .black8 {font-family: verdana, geneva, sans-serif; font-size: 8pt; color: #000000} 
  17.  
  18. .orange10 {font-family: verdana, geneva, sans-serif; font-size: 10pt; color: #28B7E0}
  19.  
  20. .grey78 {font-family: verdana, geneva, sans-serif; font-size: 7.8pt; color: #868383}
  21.  
  22.