home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / Opera6beta1 / files / ow32enen600b1.exe / ABOUT.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-09-27  |  918 b   |  68 lines

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