home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2002 December / INTERNET97.ISO / pc / css / main.css
Encoding:
Cascading Style Sheet File  |  2002-08-29  |  679 b   |  42 lines

  1. /* BlackOrange CSS */
  2.  
  3. /* Set the default font */
  4. body, p, td, th, li, a {font-family: Arial, Helvetica, sans-serif;}
  5.  
  6. /* Don't set these to an em or %, so nested items get smaller and smaller */
  7. p {
  8.     font-style: normal;
  9. }
  10.  
  11. body, td {
  12.     font-size: 80%;
  13.     font-style: normal;
  14. }
  15.  
  16. /* Set images to have no borders */
  17. img { border: 0; }
  18.  
  19. /* Set links styles */
  20. a:link {
  21.     color: #cc0000;
  22.     text-decoration: none;
  23.     }
  24. a:visited {
  25.     color: #cc3333;
  26.     text-decoration: none;
  27.     }
  28. a:hover {
  29.     color: #006600;
  30.     text-decoration: underline;
  31.     }
  32.  
  33. .softwareTitle {
  34.     font-size: 1.4em;
  35.     font-weight: bold;
  36. }
  37.  
  38. .softwareInfo {
  39.     color: #cc0000;
  40.     font-weight: bold;
  41. }
  42.