Guest User

Untitled

a guest
Jun 21st, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.47 KB | None | 0 0
  1.  
  2.  
  3. * {
  4. margin: 0;
  5. padding: 0;
  6. }
  7.  
  8. body {
  9. margin: 0px;
  10. background: #002F43 url(images/bg01.jpg) repeat-x;
  11. font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  12. font-size: 11px;
  13. color: #B9B9B9;
  14. }
  15.  
  16. h1, h2, h3 {
  17. margin-bottom: 1.5em;
  18. }
  19.  
  20. h1 {
  21. font-size: 2em;
  22. }
  23.  
  24. h2 {
  25. font-size: 1.4em;
  26. }
  27.  
  28. h3 {
  29. font-size: 1em;
  30. }
  31.  
  32. p, ul, ol {
  33. margin-bottom: 1.5em;
  34. line-height: 180%;
  35. }
  36.  
  37. ul, ol {
  38. margin-left: 3em;
  39. }
  40.  
  41. blockquote {
  42. margin-left: 3em;
  43. margin-right: 3em;
  44. }
  45.  
  46. a {
  47. color: #8AC800;
  48. }
  49.  
  50. a:hover {
  51. text-decoration:none;
  52. }
  53.  
  54. strong {
  55. color: #D7D7D7;
  56. }
  57.  
  58. img.center {
  59. padding-left: 5em;
  60. float: none;
  61. }
  62.  
  63.  
  64. img.left {
  65. float: left;
  66. margin: 5px 25px 0px 0px;
  67. }
  68.  
  69. img.right {
  70. float: right;
  71. margin: 5px 0px 0px 25px;
  72. }
  73.  
  74. /* Background */
  75.  
  76. #bg1 {
  77. background: url(images/bg02.jpg) no-repeat center top;
  78. }
  79.  
  80. #bg2 {
  81. background: url(images/bg03.jpg) no-repeat center top;
  82. }
  83.  
  84. #bg3 {
  85. background: url(images/bg04.jpg) repeat-y center top;
  86. }
  87.  
  88. #bg4 {
  89. background: url(images/bg05.jpg) no-repeat center top;
  90. }
  91.  
  92. #bg5 {
  93. background: url(images/bg07.jpg) no-repeat center bottom;
  94. }
  95.  
  96. /* Header */
  97.  
  98. #header {
  99. width: 900px;
  100. height: 145px;
  101. margin: 0px auto;
  102. text-transform: lowercase;
  103. color: #FFFFFF;
  104. }
  105.  
  106. #header h1 {
  107. float: left;
  108. margin: 0px;
  109. padding: 70px 0px 0px 25px;
  110. font-size: 40px;
  111. }
  112.  
  113. #header h1 sup {
  114. font-weight: normal;
  115. }
  116.  
  117. #header h2 {
  118. float: right;
  119. margin: 0px;
  120. padding: 95px 25px 0px 0px;
  121. font-size: 14px;
  122. }
  123.  
  124. #header a {
  125. text-decoration: none;
  126. color: #FFFFFF;
  127. }
  128.  
  129. /* Header2 */
  130.  
  131. #header2 {
  132. width: 900px;
  133. height: 88px;
  134. margin: 0px auto;
  135. }
  136.  
  137. /* Menu */
  138.  
  139. #menu {
  140. float: left;
  141. }
  142.  
  143. #menu ul {
  144. margin: 0px;
  145. padding: 34px 0px 0px 0px;
  146. list-style: none;
  147. text-transform: lowercase;
  148. }
  149.  
  150. #menu li {
  151. float: left;
  152. }
  153.  
  154. #menu a {
  155. padding-left: 50px;
  156. text-decoration: none;
  157. font-size: 16px;
  158. font-weight: bold;
  159. color: #FFFFFF;
  160. }
  161.  
  162. /* Search */
  163.  
  164. #search {
  165. float: right;
  166. }
  167.  
  168. #search form {
  169. margin: 0px;
  170. padding: 35px 80px 0px 0px;
  171. }
  172.  
  173. #search fieldset {
  174. margin: 0px;
  175. padding: 0px;
  176. border: none;
  177. }
  178.  
  179. #search input.text {
  180. width: 160px;
  181. background: none;
  182. border: none;
  183. font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  184. color: #AEC38B;
  185. }
  186.  
  187. #search input.button {
  188. display: none;
  189. }
  190.  
  191. /* Page */
  192.  
  193. #page {
  194. width:846px; margin:0px auto; padding:40px 0px 0px 0px;
  195. }
  196.  
  197. /* Content */
  198.  
  199. #content {
  200. float: left;
  201. width: 583px;
  202. }
  203.  
  204. .post {
  205. }
  206.  
  207. .post .title {
  208. height: 49px;
  209. background: url(images/img02.gif) no-repeat;
  210. }
  211.  
  212. .post .title h2 {
  213. float: left;
  214. padding: 12px 0px 0px 24px;
  215. font-size: 24px;
  216. text-transform: lowercase;
  217. }
  218.  
  219. .post .title h2 a {
  220. text-decoration: none;
  221. color: #FFFFFF;
  222. }
  223.  
  224. .post .title h2 a:hover {
  225. color: #8AC800;
  226. }
  227.  
  228. .post .title p {
  229. float: right;
  230. padding: 12px 24px 0px 0px;
  231. font-size: 15px;
  232. font-weight: bold;
  233. color: #343434;
  234. }
  235.  
  236. .post .entry {
  237. padding:30px 23px 0px 23px;
  238.  
  239. }
  240.  
  241. .post .meta {
  242. height: 70px;
  243. clear: left;
  244. margin: 0px 23px;
  245. padding: 15px 0px 0px 0px;
  246. border-top: 1px solid #262626;
  247. }
  248.  
  249. .post .meta .credit {
  250. float: left;
  251. }
  252.  
  253. .post .meta .links {
  254. float: right;
  255. }
  256.  
  257. .post .meta .links .more {
  258. padding-left: 17px;
  259. background: url(images/img05.gif) no-repeat left center;
  260. }
  261.  
  262. .post .meta .links .comments {
  263. padding-left: 19px;
  264. background: url(images/img04.gif) no-repeat left center;
  265. }
  266.  
  267. /* Sidebar */
  268.  
  269. #sidebar {
  270. float: right;
  271. width: 236px;
  272. }
  273.  
  274. #sidebar ul {
  275. margin: 0px;
  276. padding: 0px;
  277. list-style: none;
  278. }
  279.  
  280. #sidebar li {
  281. background: url(images/img03.gif) no-repeat;
  282. padding: 0px 23px 20px 23px;
  283. }
  284.  
  285. #sidebar li ul {
  286. }
  287.  
  288. #sidebar li li {
  289. padding: 8px 0px;
  290. background: none;
  291. border-bottom: 1px solid #262626;
  292. }
  293.  
  294. #sidebar h2 {
  295. margin: 0px;
  296. padding: 16px 0px 30px 0px;
  297. text-transform: lowercase;
  298. font-size: 14px;
  299. color: #FFFFFF;
  300. }
  301.  
  302. /* Footer */
  303.  
  304.  
  305.  
  306. #footer p {
  307. margin: 0px;
  308. padding: 20px 0px;
  309. text-align: center;
  310. text-transform: lowercase;
  311. color: #566D77;
  312. }
  313.  
  314. #footer a {
  315. color: #8097A1;
  316. }
  317.  
  318. /*Images*/
  319.  
  320. #Grave {
  321. float: left;
  322. width: 583px;
  323. }
  324.  
  325. .alignor {
  326. background-position: center;
  327. background-image: url(Grave.gif);
  328. background-repeat: no-repeat;
  329. padding: 4px;
  330. margin: 0px;
  331. }
  332.  
  333. .alignor.centor {
  334. height: 500
  335. width: 500
  336. background: url(images/Gravediggaz.bmp) no-repeat center;
  337. }
  338. .alignor.centor a {
  339. padding: 12px 0px 0px 24px;
  340. font-size: 24px;
  341. text-transform: lowercase;
  342. }
Add Comment
Please, Sign In to add comment