home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 July / CHIPHEFT072001.ISO / exe / O502java.exe / DRIVES.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-12-05  |  340 b   |  22 lines

  1. /* Stylesheet for the Opera Drives document */
  2. /* Copyright 2000 Opera Software */
  3.  
  4. BODY {
  5. font-size: 12pt;
  6. font-family: monospace;
  7. background-color: white;
  8. }
  9. A:link, A:visited {
  10. color: blue;
  11. text-decoration: none;
  12. }
  13.  
  14. IMG {
  15. border: 0;
  16. vertical-align: middle;
  17. margin: 0 5px 0 0;
  18. }
  19. P {
  20. vertical-align: top;
  21. margin: 0em;
  22. }