Advertisement
FrozenZuke

FW Css/Buttons

Jun 25th, 2016
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.48 KB | None | 0 0
  1. CSS:
  2.  
  3. body,h1,h2,h3,h4,h5,h6,address,blockquote,dd,dl,hr,p,form {
  4. margin: 0;
  5. padding: 0;
  6. }
  7.  
  8. body {
  9. font-family: Trebuchet MS;
  10. font-size: 12px;
  11. text-align: center;
  12. vertical-align: top;
  13. background: #666 url('//i55.tinypic.com/2n8zns8.png');
  14. color: #fff;
  15. }
  16.  
  17. h1,h2,h3,h4,h5,h6 {
  18. font-family: Comic Sans MS, Arial;
  19. font-size: 16px;
  20. }
  21.  
  22. a {
  23. text-decoration: underline;
  24. color: #BE0000;
  25. }
  26.  
  27. a:hover {
  28. text-decoration: none;
  29. }
  30.  
  31. a img {
  32. border: 0;
  33. }
  34.  
  35. abbr,acronym {
  36. border: 0;
  37. }
  38.  
  39. address,dl,p {
  40. padding: 10px 0 0;
  41. }
  42.  
  43. blockquote {
  44. background: #fffada url('//s1.wp.com/images/bg_blockquote.gif') no-repeat 5px 7px;
  45. color: #00B7FF;
  46. margin: 10px 10px 0;
  47. }
  48.  
  49. blockquote p {
  50. padding: 10px 10px 10px 20px;
  51. }
  52.  
  53. blockquote blockquote {
  54. background: #fff;
  55. color: #333;
  56. margin: 10px 20px;
  57. }
  58.  
  59. blockquote blockquote p {
  60. padding: 10px;
  61. }
  62.  
  63. code {
  64. background: #f9f9f9;
  65. }
  66.  
  67. dt {
  68. font-weight: bold;
  69. }
  70.  
  71. dd {
  72. padding: 0 0 5px 15px;
  73. }
  74.  
  75. hr {
  76. clear: both;
  77. width: 100%;
  78. border: 0;
  79. height: 1px;
  80. text-align: left;
  81. background: url('//s1.wp.com/images/bg_comment_bottom.gif') no-repeat;
  82. margin: 15px 0 5px;
  83. }
  84.  
  85. input,textarea {
  86. font-family: Arial, Helvetica, Georgia, sans-serif;
  87. font-size: 12px;
  88. padding: 2px;
  89. }
  90.  
  91. input#author,input#email,input#url,textarea#comment {
  92. border: 1px solid #BE0000;
  93. background-image: url('//i53.tinypic.com/axldft.png');
  94. padding: 3px;
  95. }
  96.  
  97. input#author,input#email,input#url {
  98. margin: 0 5px 0 0;
  99. }
  100.  
  101. #container,#header,#menu,#menu ul li,#menu ul li a,#pagetitle,h1,#syndication,.pagewrapper,#page,.wrapper,.narrowcolumnwrapper,.narrowcolumn,.content,.post,.entry,.browse,.sidebar {
  102. text-align: left;
  103. vertical-align: top;
  104.  
  105. }
  106.  
  107. #header {
  108. width: 904px;
  109. height: 290px;
  110. position: relative;
  111. margin: 0 0 81px;
  112. }
  113.  
  114. #header-box {
  115. position: absolute;
  116. top: 9px;
  117. left: 0;
  118. z-index: 10;
  119. }
  120.  
  121. #header-image {
  122. position: absolute;
  123. z-index: -2;
  124. margin: 0 0 10px;
  125. }
  126.  
  127. #header-overlay img {
  128. display: none;
  129. }
  130.  
  131. #menu ul {
  132. list-style: none;
  133. margin: 0;
  134. padding: 0 0 0 10px;
  135. }
  136.  
  137. #menu ul li {
  138. display: none;
  139. }
  140.  
  141. #menu .children .children,#menu .sub-menu .sub-menu {
  142. margin-left: 10px;
  143. }
  144.  
  145. #menu ul ul {
  146. display: none;
  147. position: absolute;
  148. top: 40px;
  149. left: 0;
  150. float: left;
  151. z-index: 99999;
  152. }
  153.  
  154. #menu ul ul li {
  155. min-width: 101px;
  156. }
  157.  
  158. #menu ul ul a {
  159. background: #fff;
  160. width: 101px;
  161. }
  162.  
  163. #menu ul li:hover > ul {
  164. display: block;
  165. }
  166.  
  167. #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 {
  168. text-decoration: underline;
  169. }
  170.  
  171. #pagetitle {
  172. background: url('//i42.tinypic.com/n4gw0m.png') no-repeat scroll 0 0;
  173. clear: both;
  174. width: 904px;
  175. height: 290px;
  176. }
  177.  
  178. #pagetitle h1 {
  179. font-size: 24px;
  180. font-weight: bold;
  181. letter-spacing: 1px;
  182. text-transform: uppercase;
  183. color: #fff;
  184. padding: 36px 28px 0;
  185. }
  186.  
  187. #pagetitle h1 a {
  188. text-decoration: none;
  189. color: #fff;
  190. }
  191.  
  192. #searchbox {
  193. display: none;
  194. }
  195.  
  196. #syndication a {
  197. color: #666;
  198. }
  199.  
  200. #syndication {
  201. display: none;
  202. }
  203.  
  204. {
  205. background: ;
  206. }
  207.  
  208. .pagewrapper {
  209. float: 0 0 0 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 0px 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('//') repeat-y;
  231. margin: 10px 0 0;
  232. }
  233.  
  234. .narrowcolumn {
  235. float: left;
  236. width: 500px;
  237. background: url('//') 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('https://bjofcp.files.wordpress.com/2016/06/fw-bg.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. }
  570. -------------------------------------
  571. Buttons:
  572. <a class="effect-transparent" href="https://bjofcp.wordpress.com/"><img src="http://i.imgur.com/5FqNwOB.png" alt="Home" /></a>
  573.  
  574. <a class="effect-transparent" href="https://bjofcp.wordpress.com/join-fw/"><img src="http://i.imgur.com/2l9IUXE.png" alt="Join" /></a>
  575.  
  576. <a class="effect-transparent" href="https://bjofcp.wordpress.com/chat/"><img src="http://i.imgur.com/1xnd6Pz.png" alt="Chat" /></a>
  577.  
  578. <a class="effect-transparent" href="https://bjofcp.wordpress.com/empire/"><img src="http://i.imgur.com/eo3BpfG.png" alt="Nation" /></a>
  579.  
  580. <a class="effect-transparent" href="https://bjofcp.wordpress.com/ranks/"><img src="http://i.imgur.com/Mm4KjVv.png" alt="Ranks" /></a>
  581.  
  582. <a class="effect-transparent" href="https://bjofcp.wordpress.com/uniform/"><img src="http://i.imgur.com/IyoeQrG.png" alt="Uniform" /></a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement