Advertisement
Guest User

Untitled

a guest
Feb 26th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.80 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: 12px;
  9. text-align: center;
  10. vertical-align: top;
  11. background: #666 url('//i55.tinypic.com/2n8zns8.png');
  12. color: #fff;
  13. }
  14.  
  15. h1,h2,h3,h4,h5,h6 {
  16. font-family: Comic Sans MS, Arial;
  17. font-size: 16px;
  18. }
  19.  
  20. a {
  21. text-decoration: underline;
  22. color: #BE0000;
  23. }
  24.  
  25. a:hover {
  26. text-decoration: none;
  27. }
  28.  
  29. a img {
  30. border: 0;
  31. }
  32.  
  33. abbr,acronym {
  34. border: 0;
  35. }
  36.  
  37. address,dl,p {
  38. padding: 10px 0 0;
  39. }
  40.  
  41. blockquote {
  42. background: #fffada url('//s1.wp.com/images/bg_blockquote.gif') no-repeat 5px 7px;
  43. color: #00B7FF;
  44. margin: 10px 10px 0;
  45. }
  46.  
  47. blockquote p {
  48. padding: 10px 10px 10px 20px;
  49. }
  50.  
  51. blockquote blockquote {
  52. background: #fff;
  53. color: #333;
  54. margin: 10px 20px;
  55. }
  56.  
  57. blockquote blockquote p {
  58. padding: 10px;
  59. }
  60.  
  61. code {
  62. background: #f9f9f9;
  63. }
  64.  
  65. dt {
  66. font-weight: bold;
  67. }
  68.  
  69. dd {
  70. padding: 0 0 5px 15px;
  71. }
  72.  
  73. hr {
  74. clear: both;
  75. width: 100%;
  76. border: 0;
  77. height: 1px;
  78. text-align: left;
  79. background: url('//s1.wp.com/images/bg_comment_bottom.gif') no-repeat;
  80. margin: 15px 0 5px;
  81. }
  82.  
  83. input,textarea {
  84. font-family: Arial, Helvetica, Georgia, sans-serif;
  85. font-size: 12px;
  86. padding: 2px;
  87. }
  88.  
  89. input#author,input#email,input#url,textarea#comment {
  90. border: 1px solid #BE0000;
  91. background-image: url('http://i261.photobucket.com/albums/ii51/wgfv/axldft.jpg_zps8hrjoni4.png');
  92. padding: 3px;
  93. }
  94.  
  95. input#author,input#email,input#url {
  96. margin: 0 5px 0 0;
  97. }
  98.  
  99. #container,#header,#menu,#menu ul li,#menu ul li a,#pagetitle,h1,#syndication,.pagewrapper,#page,.wrapper,.narrowcolumnwrapper,.narrowcolumn,.content,.post,.entry,.browse,.sidebar {
  100. text-align: left;
  101. vertical-align: top;
  102. }
  103.  
  104. #header {
  105. width: 904px;
  106. height: 325px;
  107. position: relative;
  108. margin: 0 0 10px;
  109. }
  110.  
  111. #header-box {
  112. position: absolute;
  113. top: 9px;
  114. left: 0;
  115. z-index: 10;
  116. }
  117.  
  118. #header-image {
  119. position: absolute;
  120. z-index: -2;
  121. margin: 0 0 10px;
  122. }
  123.  
  124. #header-overlay img {
  125. display: none;
  126. }
  127.  
  128. #menu ul {
  129. list-style: none;
  130. margin: 0;
  131. padding: 0 0 0 10px;
  132. }
  133.  
  134. #menu ul li {
  135. display: none;
  136. }
  137.  
  138. #menu .children .children,#menu .sub-menu .sub-menu {
  139. margin-left: 10px;
  140. }
  141.  
  142. #menu ul ul {
  143. display: none;
  144. position: absolute;
  145. top: 40px;
  146. left: 0;
  147. float: left;
  148. z-index: 99999;
  149. }
  150.  
  151. #menu ul ul li {
  152. min-width: 101px;
  153. }
  154.  
  155. #menu ul ul a {
  156. background: #fff;
  157. width: 101px;
  158. }
  159.  
  160. #menu ul li:hover > ul {
  161. display: block;
  162. }
  163.  
  164. #menu ul li a:hover,#menu ul li:hover > a,#menu ul li.current_page_item > a,#menu ul li.current_page_parent > a,#menu ul li.current_page_ancestor > a,#menu ul li.current-cat > a,#menu ul li.current-menu-ancestor > a,#menu ul li.current-menu-item > a,#menu ul li.current-menu-parent a {
  165. text-decoration: underline;
  166. }
  167.  
  168. #pagetitle {
  169. background: url('//i56.tinypic.com/30ccbk0.png') no-repeat scroll 0 0;
  170. clear: both;
  171. width: 904px;
  172. height: 325px;
  173. }
  174.  
  175. #pagetitle h1 {
  176. font-size: 24px;
  177. font-weight: bold;
  178. letter-spacing: 1px;
  179. text-transform: uppercase;
  180. color: #fff;
  181. padding: 36px 28px 0;
  182. }
  183.  
  184. #pagetitle h1 a {
  185. text-decoration: none;
  186. color: #fff;
  187. }
  188.  
  189. #syndication {
  190. float: left;
  191. color: #999;
  192. padding: 15px 31px 0;
  193. }
  194.  
  195. #searchbox {
  196. display: none;
  197. }
  198.  
  199. #syndication a {
  200. color: #666;
  201. }
  202.  
  203. #syndication a.feed {
  204. background: no-repeat 0 0;
  205. padding: 0;
  206. }
  207.  
  208. .pagewrapper {
  209. float: left;
  210. width: 904px;
  211. background: #fff url('//s1.wp.com/images/bg_page_bottom.gif') no-repeat left bottom;
  212. color: #333;
  213. margin: 0 0 10px;
  214. }
  215.  
  216. #page {
  217. float: left;
  218. background: url('//s1.wp.com/images/bg_page_top.gif') no-repeat;
  219. padding: 0 5px 5px;
  220. }
  221.  
  222. .wrapper {
  223. float: left;
  224. width: 500px;
  225. }
  226.  
  227. .narrowcolumnwrapper {
  228. float: left;
  229. width: 500px;
  230. background: #fff url('//s1.wp.com/images/bg_narrowcol.gif') repeat-y;
  231. margin: 5px 0 0;
  232. }
  233.  
  234. .narrowcolumn {
  235. float: left;
  236. width: 500px;
  237. background: url('//s1.wp.com/images/bg_narrowcol_bottom.gif') no-repeat left bottom;
  238. }
  239.  
  240. .content {
  241. float: left;
  242. width: 500px;
  243. overflow: hidden;
  244. border-top: 2px solid #9E0000;
  245. border-bottom: 2px solid #9E0000;
  246. border-left: 2px solid #9E0000;
  247. border-right: 2px solid #9E0000;
  248. }
  249.  
  250. .post,.page.hentry {
  251. line-height: 18px;
  252. padding: 9px 16px 15px;
  253. }
  254.  
  255. .post h2 {
  256. font-size: 16px;
  257. font-weight: bold;
  258. line-height: 27px;
  259. padding: 0 0 2px;
  260. }
  261.  
  262. .post h2 a {
  263. text-decoration: none;
  264. color: #BE0000;
  265. border-bottom: 1px solid #9E0000;
  266. }
  267.  
  268. .sticky h2 a {
  269. color: #ffffff;
  270. background-image: url('http://i52.tinypic.com/vren9i.png');
  271. display: block;
  272. margin: 5px 0;
  273. padding: 10px;
  274. }
  275.  
  276. .post img {
  277. border: 1px solid #ddd;
  278. background: #fff;
  279. padding: 4px;
  280. }
  281.  
  282. .post img.alignleft {
  283. float: left;
  284. margin: 5px 10px 0 0;
  285. }
  286.  
  287. .post img.alignright {
  288. float: right;
  289. margin: 5px 0 0 10px;
  290. }
  291.  
  292. img.centered,img.aligncenter {
  293. display: block;
  294. margin-left: auto;
  295. margin-right: auto;
  296. }
  297.  
  298. .alignright {
  299. float: right;
  300. }
  301.  
  302. .alignleft {
  303. float: left;
  304. }
  305.  
  306. .post img.wp-smiley {
  307. border: 0;
  308. background: none;
  309. padding: 0;
  310. }
  311.  
  312. .entry {
  313. max-width: 475px;
  314. }
  315.  
  316. .entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6 {
  317. padding: 9px 0 0;
  318. }
  319.  
  320. .entry h1 {
  321. font-size: 20px;
  322. line-height: 30px;
  323. }
  324.  
  325. .entry h2 {
  326. line-height: 18px;
  327. }
  328.  
  329. .entry h3 {
  330. font-size: 14px;
  331. }
  332.  
  333. .entry h4 {
  334. font-size: 12px;
  335. }
  336.  
  337. .entry h5 {
  338. font-size: 11px;
  339. }
  340.  
  341. .entry h6 {
  342. font-size: 10px;
  343. }
  344.  
  345. .attachment .entry .image {
  346. text-align: center;
  347. }
  348.  
  349. .attachment .navigation {
  350. overflow: hidden;
  351. padding: 10px 0 0;
  352. }
  353.  
  354. #twitter_tweetbutton {
  355. padding-top: 10px;
  356. }
  357.  
  358. .postinfo {
  359. font-size: 11px;
  360. color: #999;
  361. clear: both;
  362. }
  363.  
  364. .postinfo a {
  365. color: #BE0000;
  366. }
  367.  
  368. .postdate {
  369. color: #BE0000;
  370. }
  371.  
  372. .browse {
  373. border-top: 1px solid #bdbdbd;
  374. line-height: 18px;
  375. padding: 15px 16px;
  376. }
  377.  
  378. .sidebar,.obar {
  379. float: right;
  380. width: 192px;
  381. line-height: 18px;
  382. overflow: hidden;
  383. margin: 0 0 0 5px;
  384. }
  385.  
  386. .obar {
  387. float: left;
  388. margin: 0 5px 0 0;
  389. }
  390.  
  391. .sidebar ul,.obar ul {
  392. list-style: none;
  393. margin: 0;
  394. padding: 0;
  395. }
  396.  
  397. .sidebar ul li,.obar ul li {
  398. background: url('//s1.wp.com/images/bg_ul_li.gif') no-repeat left top;
  399. margin: 5px 0 0;
  400. padding: 9px 16px 15px;
  401. }
  402.  
  403. .sidebar ul li.widget_search,.obar ul li {
  404. padding: 15px 16px;
  405. }
  406.  
  407. .sidebar ul li h2,.obar ul li h2 {
  408. font-size: 16px;
  409. font-weight: bold;
  410. line-height: 27px;
  411. color: #BE0000;
  412. }
  413.  
  414. .sidebar ul ul li,.obar ul ul li {
  415. background: none;
  416. margin: 0;
  417. padding: 6px 0 3px;
  418. }
  419.  
  420. .sidebar ul ul ul,.obar ul ul ul {
  421. padding: 3px 0 0;
  422. }
  423.  
  424. .sidebar ul ul ul li,.obar ul ul ul li {
  425. background: url('//s1.wp.com/images/bg_arrow_right.gif') no-repeat 0 8px;
  426. padding: 6px 0 3px 15px;
  427. }
  428.  
  429. .sidebar ul ul ul ul li,.obar ul ul ul li {
  430. background: url('//s1.wp.com/images/bg_arrow_right_2.gif') no-repeat 0 8px;
  431. }
  432.  
  433. .sidebar ul li select {
  434. width: 100%;
  435. }
  436.  
  437. .widget_tag_cloud div,.wp_widget_tag_cloud div {
  438. word-wrap: break-word;
  439. }
  440.  
  441. .widget_tag_cloud a,.wp_widget_tag_cloud a {
  442. line-height: 100%;
  443. }
  444.  
  445. .post h3#comments,.post h3#respondtitle {
  446. line-height: 27px;
  447. color: #BE0000;
  448. }
  449.  
  450. .post h3#respondtitle {
  451. color: #333;
  452. }
  453.  
  454. ol.commentlist {
  455. list-style: none;
  456. margin: 0 0 11px;
  457. padding: 0;
  458. }
  459.  
  460. ol.commentlist li>div {
  461. background: url('//s1.wp.com/images/bg_comment_bottom.gif') no-repeat left bottom;
  462. padding: 13px 0;
  463. }
  464.  
  465. ol.commentlist li {
  466. list-style: none;
  467. }
  468.  
  469. ol.commentlist li .commentmetadata {
  470. font-size: 11px;
  471. color: #;
  472. }
  473.  
  474. ol.commentlist li .commentmetadata a {
  475. color: #;
  476. }
  477.  
  478. div.navigation {
  479. padding-bottom: 3em;
  480. }
  481.  
  482. form#commentform small {
  483. font-size: 11px;
  484. }
  485.  
  486. #respond label {
  487. clear: right;
  488. font-size: 11px;
  489. }
  490.  
  491. #respond input[type=text] {
  492. float: left;
  493. margin-right: 6px;
  494. }
  495.  
  496. #respond p {
  497. line-height: 24px;
  498. }
  499.  
  500. #respond .comment-form-comment label,#respond .form-allowed-tags {
  501. display: none;
  502. }
  503.  
  504. #respond .required {
  505. font-size: 10px;
  506. margin-left: 5px;
  507. color: #0077FF;
  508. font-weight: bold;
  509. }
  510.  
  511. #respond .subscribe-label {
  512. font-size: 12px;
  513. }
  514.  
  515. #respond .comment-notes {
  516. font-size: 11px;
  517. }
  518.  
  519. #respond textarea {
  520. width: 300px;
  521. }
  522.  
  523. #footer {
  524. font-size: 11px;
  525. color: #000;
  526. text-align: center;
  527. margin: 10px 0;
  528. }
  529.  
  530. .aligncenter,div.aligncenter {
  531. display: block;
  532. margin-left: auto;
  533. margin-right: auto;
  534. }
  535.  
  536. .wp-caption {
  537. border: 1px solid #ddd;
  538. text-align: center;
  539. background-color: #f3f3f3;
  540. padding-top: 4px;
  541. -moz-border-radius: 3px;
  542. -khtml-border-radius: 3px;
  543. -webkit-border-radius: 3px;
  544. border-radius: 3px;
  545. margin: 10px;
  546. }
  547.  
  548. .wp-caption img {
  549. border: 0 none;
  550. margin: 0;
  551. padding: 0;
  552. }
  553.  
  554. .wp-caption p.wp-caption-text {
  555. font-size: 11px;
  556. line-height: 17px;
  557. margin: 0;
  558. padding: 0 4px 5px;
  559. }
  560.  
  561. div.avatar {
  562. float: right;
  563. margin: 0;
  564. padding: 0;
  565. }
  566.  
  567. .comment object,.comment embed {
  568. margin: 1em 0;
  569. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement