home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Komunikace / opera512 / ow32enen512.exe / DIR.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-01-29  |  807 b   |  49 lines

  1. /* Stylesheet for the Opera Directory document */
  2. /* Copyright 2000 Opera Software */
  3.  
  4. body {
  5. font-size: 14px;
  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. background-color: white;
  13. text-decoration: none;
  14. }
  15. a:hover {
  16. color: #080;
  17. text-decoration: none;
  18. }
  19. img {
  20. border: 0;
  21. margin-right: 0.25em;
  22. vertical-align: top;
  23. }
  24.  
  25. table {
  26. border: 0;
  27. border-spacing: 0;
  28. font-size: 14px;
  29. }
  30. td {
  31. vertical-align: top;
  32. white-space: nowrap;
  33. padding: 0;
  34. }
  35.  
  36. .type {
  37. font-family: Georgia, serif;
  38. }        
  39. .nameh, .typeh, .sizeh, .timeh {
  40. background-color: #ddd;
  41. font-family: Georgia, serif;
  42. }
  43. .typeh, .sizeh, .timeh, .type, .size, .time {
  44. padding-left: 1.5em;
  45. }
  46. .sizeh, .size {
  47. text-align: right;
  48. }
  49.