home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 September / PCWorld_2004-09_cd.bin / komunikace / opera / ow32enen754j.exe / DIR.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-05-06  |  1.0 KB  |  66 lines

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