home *** CD-ROM | disk | FTP | other *** search
/ com!online 2004 January / com_0104_1.iso / browser / ow32dede721j.exe / ABOUT.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-09-16  |  1.0 KB  |  75 lines

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