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

  1. /* Stylesheet for the Opera about document */
  2. /* Copyright 2003 Opera Software */
  3.  
  4. BODY { 
  5. color: white; 
  6. /*background: #525a84;*/
  7. background: #355382;
  8. font-family: Verdana, Arial, sans-serif;
  9. font-size: 11px;
  10. }
  11.  
  12. H2 {
  13. margin-top: 0;
  14. margin-bottom: 0.5em;
  15. font-size: 20px;
  16. font-weight: normal;
  17. border-bottom: 1px solid white;
  18. width: 450px;
  19. }
  20.  
  21. DIV.content {
  22. clear: both;
  23. text-align: center;
  24. }
  25.  
  26. P.copyright {
  27. padding-top: 2px;
  28. text-align: center;
  29. font-size: 8pt;
  30. }
  31.  
  32. DIV.third {
  33. width: 450px;
  34. }
  35.  
  36. DIV.border {
  37. width: 100%;
  38. text-align: center;
  39. margin-bottom: 2em;
  40. margin-top: 1em;
  41. }
  42.  
  43. TD, TH, TR {
  44. border-spacing: 0px;
  45. font-size: 11px;
  46. }
  47.  
  48. TH, TD {
  49. text-align: left;
  50. vertical-align: top;
  51. }
  52.  
  53. TH {
  54. white-space: nowrap;
  55. padding-right: 1em;
  56. }
  57.  
  58. UL {
  59. list-style-position: outside;
  60. margin-left: 1em;
  61. margin-right: 1em;
  62. padding: 0px;
  63. list-style: none;
  64. text-align: left;
  65. }
  66.  
  67. BLOCKQUOTE {
  68. margin-left: 1.5em;
  69. margin-right: 0.5em;
  70. }
  71.  
  72. A {
  73. color: white;
  74. }