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

  1. /* Stylesheet for the Opera History document */
  2. /* Copyright 2000 Opera Software */
  3.  
  4. BODY {
  5. font-size: 10.5pt;
  6. font-family: serif;
  7. background-color: white;
  8. white-space: nowrap;
  9. }
  10. A:link, A:visited {
  11. color: blue;
  12. text-decoration: none;
  13. }
  14.  
  15. H1 {
  16. margin: 0;
  17. padding: 0;
  18. }
  19.  
  20. TABLE {
  21. border: 0;
  22. padding: 0;
  23. border-spacing: 0;
  24. font-size: 10.5pt;
  25. white-space: nowrap;
  26. }
  27. TH {
  28. background-color: #ddd;
  29. font-style: normal;
  30. font-weight: bold;
  31. font-size: 15pt;
  32. text-align: left;
  33. padding: 0;
  34. }
  35.  
  36. TD {
  37. border: 0;
  38. padding: 0;
  39. }
  40. TD.time {
  41. padding-right: 0.5em;
  42. font-family: monospace;
  43. }
  44. TD.address {
  45. padding-left: 0.5em;
  46. }
  47.  
  48.