Advertisement
Guest User

Untitled

a guest
May 24th, 2015
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.72 KB | None | 0 0
  1. body,h1,h2,h3,h4,h5,h6,address,blockquote,dd,dl,hr,p,form {
  2. margin: 0;
  3. padding: 0;
  4. }
  5.  
  6. body {
  7. font-family: Trebuchet MS;
  8. font-size: 13px;
  9. text-align: center;
  10. vertical-align: top;
  11. color: #EACB30;
  12. }
  13.  
  14. h1,h2,h3,h4,h5,h6 {
  15. font-family: Trebuchet MS;
  16. font-size: 18px;
  17. }
  18.  
  19. a {
  20. text-decoration: underline;
  21. color: #000ff;
  22. }
  23.  
  24. a:hover {
  25. text-decoration: none;
  26. }
  27.  
  28. a img {
  29. border: 0;
  30. }
  31.  
  32. abbr,acronym {
  33. border: 0;
  34. }
  35.  
  36. address,dl,p {
  37. padding: 6px 0 0;
  38. }
  39.  
  40. blockquote {
  41. margin: 7px 10px 10px;
  42. background: #fff repeat 5px 7px;
  43. color: #EACB30;
  44. }
  45.  
  46. blockquote p {
  47. padding: 10px 10px 10px 20px;
  48. }
  49.  
  50. blockquote blockquote {
  51. margin: 10px 20px;
  52. background: #000000;
  53. color: #ffffff;
  54. }
  55.  
  56. blockquote blockquote p {
  57. padding: 10px;
  58. }
  59.  
  60. code {
  61. background: #EACB30;
  62. }
  63.  
  64. dt {
  65. font-weight: 700;
  66. }
  67.  
  68. dd {
  69. padding: 0 0 5px 15px;
  70. }
  71.  
  72. hr {
  73. clear: both;
  74. margin: 15px 0 5px;
  75. width: 100%;
  76. border: 0;
  77. height: 1px;
  78. text-align: left;
  79. background: no-repeat;
  80. }
  81.  
  82. small {
  83. font-size: 10px;
  84. }
  85.  
  86. input,textarea {
  87. font-family: Arial, Helvetica, Georgia, sans-serif;
  88. font-size: 12px;
  89. padding: 2px;
  90. }
  91.  
  92. input#author,input#email,input#url,textarea#comment {
  93. border: 1px solid #EACB30;
  94. background-color: #EACB30;
  95. padding: 3px;
  96. }
  97.  
  98. input#author,input#email,input#url {
  99. margin: 0 1px 0 0;
  100. }
  101.  
  102. #container,#header,#menu,#menu ul li,#menu ul li a,#pagetitle,h1,#syndication,.pagewrapper,#page,.wrapper,.narrowcolumnwrapper,.narrowcolumn,.content,.post,.entry,.browse,.sidebar {
  103. text-align: left;
  104. vertical-align: top;
  105. }
  106.  
  107. #container {
  108. width: px;
  109. margin: 0 auto;
  110. padding: ;
  111. }
  112.  
  113. #header {
  114. width: 904px;
  115. height: 430px;
  116. margin: 0;
  117. }
  118.  
  119. #header-box {
  120. top: 40px;
  121. left: 0;
  122. z-index: 10;
  123. }
  124.  
  125. #header-image {
  126. margin: 0 0 10px;
  127. z-index: -2;
  128. }
  129.  
  130. #header-overlay {
  131. display: none;
  132. }
  133.  
  134. #pagetitle {
  135. clear: both;
  136. width: 900px;
  137. height: 390px;
  138. /* THIS IS THE ACTUAL HAEDER */
  139. background: url('http://i43.tinypic.com/nn2kgw.png');
  140. margin: 0 auto;
  141. border-bottom: 2px solid #fff;
  142. border-top: 3px solid #fff;
  143. border-right: 3px solid #ffffff;
  144. border-left: 3px solid #fff;
  145. }
  146.  
  147. #pagetitle h1 {
  148. padding: 36px 28px 0;
  149. font-size: 24px;
  150. font-weight: 700;
  151. letter-spacing: 1px;
  152. text-transform: uppercase;
  153. color: #fff;
  154. }
  155.  
  156. #pagetitle h1 a {
  157. text-decoration: none;
  158. color: #fff;
  159. }
  160.  
  161. #pagetitle h1 {
  162. font-size: 24px;
  163. font-weight: 700;
  164. letter-spacing: 1px;
  165. text-transform: uppercase;
  166. color: #fff;
  167. padding: 0;
  168. }
  169.  
  170. #pagetitle h1 a {
  171. text-decoration: none;
  172. color: #fff;
  173. }
  174.  
  175. #searchbox {
  176. display: none;
  177. }
  178.  
  179. #syndication {
  180. display: none;
  181. }
  182.  
  183. .pagewrapper {
  184. float: left;
  185. width: 904px;
  186. background: #fff url('//i59.tinypic.com/1zlf6kn.jpg’') no-repeat left bottom;
  187. color: #333;
  188. margin: 0 0 10px;
  189. }
  190.  
  191. #page {
  192. float: left;
  193. background: url('//i59.tinypic.com/1zlf6kn.jpg’') no-repeat;
  194. padding: 0 5px 5px;
  195. }
  196.  
  197. .wrapper {
  198. float: left;
  199. width: 500px;
  200. }
  201.  
  202. .narrowcolumnwrapper {
  203. float: left;
  204. width: 500px;
  205. background: #fff url('’') repeat-y;
  206. margin: 5px 0 0;
  207. }
  208.  
  209. .narrowcolumn {
  210. float: left;
  211. width: 500px;
  212. background: url('//i59.tinypic.com/1zlf6kn.jpg’') no-repeat left bottom;
  213. }
  214.  
  215. .content {
  216. top: 10px;
  217. float: left;
  218. width: 500px;
  219. background: repeat center;
  220. overflow: hidden;
  221. border-top: #EACB30D7DF01 1px solid;
  222. border-right: #EACB30 3px solid;
  223. border-left: #EACB30 3px solid;
  224. border-bottom: #EACB30 3px solid;
  225. border-right: #EACB30 3px solid;
  226.  
  227. }
  228.  
  229. .post {
  230. line-height: 18px;
  231. padding: 9px 16px 15px;
  232. }
  233.  
  234. .post h2 {
  235. font-size: 15px;
  236. font-weight: 0;
  237. line-height: 27px;
  238. padding: 0 0 2px;
  239. }
  240.  
  241. .post h2 a {
  242. text-decoration: none;
  243. color: #191919;
  244. border-bottom: 1px solid #191919
  245. }
  246.  
  247. .sticky h2 a {
  248. color: #fff;
  249. background-image: url('http://i1134.photobucket.com/albums/m601/tylund1/ltsticky.png');
  250. display: block;
  251. margin: 4px -;
  252. padding: 9px;
  253. }
  254.  
  255. .post img {
  256. background: yes;
  257. border: 0;
  258. padding: 0;
  259. }
  260.  
  261. .post img.alignleft {
  262. float: left;
  263. margin: 5px 10px 0 0;
  264. }
  265.  
  266. .post img.alignright {
  267. float: right;
  268. margin: 5px 0 0 10px;
  269. }
  270.  
  271. img.centered,img.aligncenter {
  272. display: block;
  273. margin-left: auto;
  274. margin-right: auto;
  275. }
  276.  
  277. .alignright {
  278. float: right;
  279. }
  280.  
  281. .alignleft {
  282. float: left;
  283. }
  284.  
  285. .post img.wp-smiley {
  286. border: 0;
  287. background: none;
  288. padding: 0;
  289. }
  290.  
  291. .entry {
  292. max-width: 475px;
  293. }
  294.  
  295. .entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6 {
  296. padding: 9px 0 0;
  297. }
  298.  
  299. .entry h1 {
  300. font-size: 20px;
  301. line-height: 30px;
  302. }
  303.  
  304. .entry h2 {
  305. line-height: 18px;
  306. }
  307.  
  308. .entry h3 {
  309. font-size: 14px;
  310. }
  311.  
  312. .entry h4 {
  313. font-size: 12px;
  314. }
  315.  
  316. .entry h5 {
  317. font-size: 11px;
  318. }
  319.  
  320. .entry h6 {
  321. font-size: 10px;
  322. }
  323.  
  324. .postinfo {
  325. font-size: 11px;
  326. color: #777;
  327. clear: both;
  328. }
  329.  
  330. .postinfo a {
  331. color: #777;
  332. }
  333.  
  334. .postdate {
  335. color: #777;
  336. }
  337.  
  338. .browse {
  339. border-top: 1px solid #FFFF00;
  340. line-height: 18px;
  341. padding: 15px 16px;
  342. }
  343.  
  344. .sidebar,.obar {
  345. float: right;
  346. width: 185px;
  347. line-height: 18px;
  348. overflow: hidden;
  349. background: url('http://i42.tinypic.com/es5ikh.jpg');
  350. margin: 0 0 4px px;
  351. }
  352.  
  353. .obar {
  354. float: left;
  355. margin: 0 4px 0 0;
  356. }
  357.  
  358. .sidebar ul,.obar ul {
  359. list-style: none;
  360. margin: 0;
  361. padding: 0;
  362. }
  363.  
  364. .sidebar ul li,.obar ul li {
  365. background: url('//i59.tinypic.com/1zlf6kn.jpg') repeat;
  366. margin: 5px 0 0;
  367. padding: 9px 16px 15px;
  368. }
  369.  
  370. .sidebar ul li.widget_search,.obar ul li {
  371. padding: 15px 16px;
  372. }
  373.  
  374. .sidebar ul li h2,.obar ul li h2 {
  375. font-size: 18px;
  376. font-weight: 700;
  377. line-height: 27px;
  378. color: #EACB30;
  379. }
  380.  
  381. .sidebar ul ul li,.obar ul ul li {
  382. background: none;
  383. margin: 0;
  384. padding: 6px 0 3px;
  385. }
  386.  
  387. .sidebar ul ul ul,.obar ul ul ul {
  388. padding: 3px 0 0;
  389. }
  390.  
  391. .sidebar ul ul ul li,.obar ul ul ul li {
  392. background: url('’') no-repeat 0 8px;
  393. padding: 5px 0 2px 15px;
  394. }
  395.  
  396. .sidebar ul ul ul ul li,.obar ul ul ul li {
  397. background: url('’') no-repeat 0 8px;
  398. }
  399.  
  400. .sidebar ul li select {
  401. width: 100%;
  402. }
  403.  
  404. .post h3#comments,.post h3#respondtitle {
  405. line-height: 27px;
  406. color: #AEB404;
  407. }
  408.  
  409. .post h3#respondtitle {
  410. color: #AEB404;
  411. }
  412.  
  413. ol.commentlist {
  414. list-style: none;
  415. margin: 0 0 11px;
  416. padding: 0;
  417. }
  418.  
  419. ol.commentlist li>div {
  420. background: url('’') no-repeat left bottom;
  421. padding: 13px 0;
  422. }
  423.  
  424. ol.commentlist li {
  425. list-style: none;
  426. }
  427.  
  428. ol.commentlist li .commentmetadata {
  429. font-size: 11px;
  430. color: #AEB404;
  431. }
  432.  
  433. ol.commentlist li .commentmetadata a {
  434. color: #546477;
  435. }
  436.  
  437. div.navigation {
  438. padding-bottom: 3em;
  439. }
  440.  
  441. form#commentform small {
  442. font-size: 11px;
  443. }
  444.  
  445. #footer {
  446. font-size: 11px;
  447. color: #000;
  448. text-align: center;
  449. margin: 10px 0;
  450. }
  451.  
  452. .aligncenter,div.aligncenter {
  453. display: block;
  454. margin-left: auto;
  455. margin-right: auto;
  456. }
  457.  
  458. .wp-caption {
  459. border: 1px solid #ddd;
  460. text-align: center;
  461. background-color: #AEB404;
  462. padding-top: 4px;
  463. -moz-border-radius: 3px;
  464. -khtml-border-radius: 3px;
  465. -webkit-border-radius: 3px;
  466. border-radius: 3px;
  467. margin: 10px;
  468. }
  469.  
  470. .wp-caption img {
  471. border: 0 none;
  472. margin: 0;
  473. padding: 0;
  474. }
  475.  
  476. .wp-caption p.wp-caption-text {
  477. font-size: 11px;
  478. line-height: 17px;
  479. margin: 0;
  480. padding: 0 4px 5px;
  481. }
  482.  
  483. div.avatar {
  484. float: right;
  485. margin: 0;
  486. padding: 0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement