home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / ow32enen.exe / DRIVES.CSS < prev    next >
Cascading Style Sheet File  |  2003-01-06  |  384b  |  23 lines

  1. /* Stylesheet for the Opera Drives document */
  2. /* Copyright 2003 Opera Software */
  3.  
  4. body {
  5. font-size: 12pt;
  6. font-family: Lucida Console, Courier New, monospace;
  7. background-color: white;
  8. color: black;
  9. }
  10. a:link, a:visited {
  11. color: blue;
  12. text-decoration: none;
  13. }
  14.  
  15. img {
  16. border: 0;
  17. vertical-align: middle;
  18. margin: 0 5px 0 0;
  19. }
  20. p {
  21. vertical-align: top;
  22. margin: 0em;
  23. }