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

  1. /* Stylesheet for the Opera Directory document */
  2. /* Copyright 2003 Opera Software */
  3.  
  4. body {
  5. font-size: 12px;
  6. font-family: Lucida console, Courier New, monospace;
  7. background-color: Window;
  8. color: black;
  9. }
  10.  
  11. a:link, a:visited {
  12. background-color: transparent;
  13. text-decoration: none;
  14. color: #009;
  15. }
  16.  
  17. img {
  18. border: 0;
  19. margin-right: 0.25em;
  20. vertical-align: top;
  21. }
  22.  
  23. table {
  24. border: 0;
  25. border-spacing: 0;
  26. font-size: 13px;
  27. border-collapse: collapse;
  28. border-bottom: 1px solid Scrollbar;
  29. }
  30.  
  31. td {
  32. vertical-align: top;
  33. white-space: nowrap;
  34. border-right: 1px solid Scrollbar;
  35. border-left: 1px solid Scrollbar;
  36. padding-left: 1em;
  37. padding-right: 1em;
  38. padding-bottom: 1px;
  39. }
  40.  
  41. .type {
  42. font-family: Verdana, Arial, sans-serif;
  43. }        
  44.  
  45. .nameh, .typeh, .sizeh, .timeh {
  46. background-color: Scrollbar; 
  47. font-family: Verdana, Arial, sans-serif;
  48. font-size: 12px;
  49. padding-left: 1em;
  50. padding-bottom: 2px;
  51. }
  52.  
  53. .timeh, .sizeh {
  54. text-align: center;
  55. }
  56.  
  57. .size {
  58. text-align: right;
  59. }
  60.  
  61. strong {
  62. font-weight: normal;
  63. }
  64.  
  65.