Advertisement
Guest User

New css

a guest
Mar 11th, 2012
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. body {
  2. font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
  3. color:#666;
  4. margin:0;
  5. border-top:2px solid #8BC159;
  6. }
  7.  
  8. * {
  9. margin:0;
  10. padding:0;
  11. }
  12.  
  13. h1 {
  14. font-family:"Times New Roman", Times, serif;
  15. font-size:3.8em;
  16. font-weight:normal;
  17. color:#333;
  18. letter-spacing:-1px;
  19. margin:20px 0;
  20. }
  21.  
  22. h1 a {
  23. text-decoration:none;
  24. color:#333;
  25. }
  26.  
  27. #footer {
  28. padding:20px;
  29. text-align:right;
  30. border-top:1px solid #eee;
  31. margin:0;
  32. color:#999;
  33. }
  34.  
  35. #header {
  36. border-top:20px solid #BCE77C;
  37. }
  38.  
  39. #header .description {
  40. float:right;
  41. margin:45px 0 0 0;
  42. color:#222;
  43. }
  44.  
  45. #header h1 {
  46. margin:15px 0 0 0;
  47. padding:25px 25px 40px 0;
  48. border-bottom:20px solid #fafafa;
  49. }
  50.  
  51. #wrapper {
  52. width:760px;
  53. margin:0 auto;
  54.  
  55. }
  56.  
  57. #nav {
  58. border-bottom:1px solid #eee;
  59. padding:7px 0;
  60. margin:0;
  61. border-top:1px solid #eee;
  62. height:28px;
  63. }
  64.  
  65. #nav li {
  66. float:left;
  67. list-style:none;
  68. }
  69.  
  70. #nav li a {
  71. color:#999;
  72. padding:5px 5px 7px 5px;
  73. background:#fff;
  74. font:1.6em Trebuchet MS;
  75. margin:1px 2px 0 0;
  76. font-weight:bold;
  77. text-decoration:none;
  78. display:block;
  79. }
  80. #nav li a:hover {
  81. background-color:#eee;
  82. color:#333;
  83. text-decoration:none;
  84. }
  85.  
  86. #nav li a.active {
  87. background-color:#eee;
  88. color:#444;
  89. text-decoration:none;
  90. }
  91.  
  92. .clear {
  93. clear:both;
  94. }
  95.  
  96. #content {
  97. margin:0 275px 0 0 !important;
  98. margin:0 277px 0 0;
  99. border-right:1px solid #eee;
  100. border-left:1px solid #eee;
  101. padding:10px 25px 30px 25px;
  102. }
  103.  
  104. #content p {
  105. line-height:25px;
  106. margin:25px 0;
  107. font-size:110%;
  108. word-spacing:2px;
  109. }
  110.  
  111. #content a {
  112. text-decoration:none;
  113. color:#333;
  114. border-bottom:1px solid #eee;
  115. }
  116.  
  117. #content a:hover {
  118. color:#000;
  119. }
  120.  
  121. #content h2 {
  122. font:bold 26px/24px Arial,Helvetica,sans-serif;
  123. margin:15px 0;
  124. border-bottom:1px solid #f6f6f6;
  125. padding:5px 0;
  126.  
  127. }
  128.  
  129. #content h2 a {
  130. color:#444;
  131. text-decoration:none;
  132. border:none;
  133. }
  134.  
  135. #sidebar {
  136. width:250px;
  137. float:right;
  138. padding:10px 10px 30px 10px;
  139. border-left:1px solid #eee;
  140. border-right:1px solid #eee;
  141. border-bottom:1px solid #eee;
  142. }
  143.  
  144. #sidebar h2 {
  145. letter-spacing:2px;
  146. font-size:1.4em;
  147. color:#333;
  148. border-bottom:1px solid #f6f6f6;
  149. padding:0 0 3px 0;
  150. }
  151.  
  152. #sidebar ul {
  153. list-style:none;
  154. margin:0 0 20px 0;
  155. }
  156.  
  157. #sidebar li {
  158. padding:3px;
  159. border-bottom:1px solid #f6f6f6;
  160. }
  161.  
  162. #sidebar li a {
  163. color:#333;
  164. text-decoration:none;
  165. }
  166.  
  167. #sidebar input {
  168. width:240px;
  169. padding:5px;
  170. background:#fdfdfd;
  171. color:#444;
  172. border:1px solid #f6f6f6;
  173. font:11px Verdana;
  174. }
  175.  
  176. #sidebar input:focus {
  177. background:#fff;
  178. border:1px solid #eee;
  179. }
  180.  
  181. #sidebar li a:hover {
  182. color:#000;
  183. }
  184.  
  185. p.news {
  186. padding:10px;
  187. background:#D7F0B2;
  188. margin:10px 0;
  189. color:#537B17;
  190. border-bottom:2px solid #BCE67D;
  191. border-top:2px solid #BCE67D;
  192. }
  193.  
  194. blockquote {
  195. padding:5px 15px;
  196. background:#f6f6f6;
  197. margin:10px 0;
  198. border:1px solid #eee;
  199. }
  200.  
  201. #content ul, ol {
  202. margin:10px 10px 10px 25px;
  203. border-top:1px solid #eee;
  204. }
  205. #content li {
  206. padding:10px;
  207. border-bottom:1px solid #eee;
  208. }
  209.  
  210. img {
  211. background:#ccc;
  212. padding:1px;
  213. border:5px solid #eee;
  214. }
  215.  
  216. #content h3 {
  217. margin:10px 0;
  218. font:160% Trebuchet MS;
  219. color:#222;
  220. }
  221.  
  222. a.more {
  223. display:block;
  224. text-align:right;
  225. color:#2F460D;
  226. text-decoration:none;
  227. margin:10px 0 0 0 ;
  228. }
  229. a.more:hover {
  230. text-decoration:underline;
  231. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement