basic.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. html, body {
  2. margin:0;
  3. padding:0;
  4. }
  5. body{
  6. text-align: center;
  7. font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
  8. background-color: #eee;
  9. color: #444;
  10. font-size: 75%;
  11. }
  12. a{
  13. color: #27D;
  14. text-decoration: none;
  15. }
  16. a:focus, a:hover, a:active {
  17. text-decoration: underline;
  18. }
  19. p, li {
  20. line-height: 1.8em;
  21. }
  22. h1, h2 {
  23. font-family: "Trebuchet MS", Verdana, sans-serif;
  24. margin: 0 0 10px 0;
  25. letter-spacing:-1px;
  26. }
  27. h1 {
  28. padding: 0;
  29. font-size: 3em;
  30. color: #333;
  31. }
  32. h2 {
  33. padding-top: 10px;
  34. font-size:2em;
  35. }
  36. pre {
  37. font-size: 1.2em;
  38. line-height: 1.2em;
  39. overflow-x: auto;
  40. }
  41. div#page {
  42. width: 900px;
  43. background-color: #fff;
  44. margin: 0 auto;
  45. text-align: left;
  46. border-color: #ddd;
  47. border-style: none solid solid;
  48. border-width: medium 1px 1px;
  49. }
  50. div#container {
  51. padding: 20px;
  52. }
  53. div#ads {
  54. clear: both;
  55. padding: 12px 0 12px 66px;
  56. }
  57. div#footer {
  58. clear: both;
  59. color: #777;
  60. margin: 0 auto;
  61. padding: 20px 0 40px;
  62. text-align: center;
  63. }html, body {
  64. margin:0;
  65. padding:0;
  66. }
  67. body{
  68. text-align: center;
  69. font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
  70. background-color: #eee;
  71. color: #444;
  72. font-size: 75%;
  73. }
  74. a{
  75. color: #27D;
  76. text-decoration: none;
  77. }
  78. a:focus, a:hover, a:active {
  79. text-decoration: underline;
  80. }
  81. p, li {
  82. line-height: 1.8em;
  83. }
  84. h1, h2 {
  85. font-family: "Trebuchet MS", Verdana, sans-serif;
  86. margin: 0 0 10px 0;
  87. letter-spacing:-1px;
  88. }
  89. h1 {
  90. padding: 0;
  91. font-size: 3em;
  92. color: #333;
  93. }
  94. h2 {
  95. padding-top: 10px;
  96. font-size:2em;
  97. }
  98. pre {
  99. font-size: 1.2em;
  100. line-height: 1.2em;
  101. overflow-x: auto;
  102. }
  103. div#page {
  104. width: 900px;
  105. background-color: #fff;
  106. margin: 0 auto;
  107. text-align: left;
  108. border-color: #ddd;
  109. border-style: none solid solid;
  110. border-width: medium 1px 1px;
  111. }
  112. div#container {
  113. padding: 20px;
  114. }
  115. div#ads {
  116. clear: both;
  117. padding: 12px 0 12px 66px;
  118. }
  119. div#footer {
  120. clear: both;
  121. color: #777;
  122. margin: 0 auto;
  123. padding: 20px 0 40px;
  124. text-align: center;
  125. }