Advertisement
manon15

cantbeatyourbike theme code

Jun 17th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.15 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!-- BACKGROUND & CODE BY ╰☆╮MANON / BUTSCREWMEFIRST╰☆╮
  5. DO NOT:
  6. -claim as your own.
  7. -steal.
  8. -use on another blog without asking.
  9. -take parts of this theme to use in your own.
  10. I AM ALWAYS WILLING TO HELP, SO YOU NEED ONLY ASK!
  11. for commissions for yourself, just contact me @butscrewmefirst.tumblr.com
  12. -->
  13.  
  14. <head>
  15.  
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22.  
  23. <link href="https://fonts.googleapis.com/css?family=Caveat|Clicker+Script|Cookie|Creepster|Damion|Dancing+Script|Finger+Paint|Fredericka+the+Great|Great+Vibes|Homemade+Apple|Kaushan+Script|Knewave|Marck+Script|Mr+Dafoe|Nothing+You+Could+Do|Pacifico|Permanent+Marker|Playball|Reenie+Beanie|Rock+Salt|Sacramento|Satisfy|Tangerine|Walter+Turncoat|Yellowtail" rel="stylesheet">
  24.  
  25. <link href="https://fonts.googleapis.com/css?family=Rochester" rel="stylesheet">
  26. <link href="https://fonts.googleapis.com/css?family=Macondo" rel="stylesheet">
  27.  
  28. <link href="https://fonts.googleapis.com/css?family=Architects+Daughter" rel="stylesheet">
  29.  
  30. <script type="text/javascript"
  31. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  32. <script>
  33. $(document).ready(function() {
  34. //
  35. $('a.poplight[href^=#]').click(function() {
  36. var popID = $(this).attr('rel'); //Get Popup Name
  37. var popURL = $(this).attr('href'); //Get Popup href to define size
  38. var query= popURL.split('?');
  39. var dim= query[1].split('&');
  40. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  41. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  42. var popMargTop = ($('#' + popID).height() + 80) / 2;
  43. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  44. //Apply Margin to Popup
  45. $('#' + popID).css({
  46. 'margin-top' : -popMargTop,
  47. 'margin-left' : -popMargLeft
  48. });
  49. $('body').append('<div id="fade"></div>');
  50. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  51. return false;
  52. });
  53. $('a.close, #fade').live('click', function() {
  54. $('#fade , .popup_block, .question_block').fadeOut(function() {
  55. $('#fade, a.close').remove(); //fade them both out
  56. });
  57. return false;
  58. });
  59. });
  60. </script>
  61.  
  62. <!--tabs script-->
  63. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  64. <script type="text/javascript">
  65. $(document).ready(function(){
  66. $(".links_body").hide();
  67. $(".links_head").click(function(){
  68. $(this).next(".links_body").slideToggle("fast");
  69. }); }); </script>
  70. <style type="text/css">
  71. .links_list { margin:0px; padding:0px; width:100%;}
  72. .links_head { padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin:1px; text-align:center;}
  73. .links_body { padding:10px; text-align:left; display:none;}
  74. </style>
  75.  
  76. <!-- verses script -->
  77. <script src="http://static.tumblr.com/dxh5xq2/v6Gn8ju1e/tabs.js"></script>
  78.  
  79. <style type="text/css">
  80.  
  81. .popup_block{
  82. display:none;
  83. float:left;
  84. background-color:#1d1d1d;
  85. outline-offset:2px;
  86. outline:1px double #555;
  87. height:400px;
  88. position:fixed;
  89. top:50%; left: 50%;
  90. z-index:9999999999999;
  91. opacity:1;
  92. }
  93.  
  94. *html #fade {position: absolute;}
  95. *html .popup_block {position: absolute;}
  96. #fade {
  97. display:none;
  98. position:fixed;
  99. left:0px;
  100. top:0px;
  101. width:100%;
  102. height:100%;
  103. z-index:999999;
  104. background:#000001;
  105. opacity:.5;
  106. }
  107.  
  108.  
  109. #text {
  110. top:50%;
  111. left:50%;
  112. margin-top:50px;
  113. margin-left:450px;
  114. width:270px;
  115. height:200px;
  116. overflow:auto;
  117. text-align:justify;
  118. font-family:calibri;
  119. font-size:10px;f
  120. color:#fff;
  121. background:transparent;
  122. }
  123.  
  124. #heading {
  125. top:50%;
  126. left:50%;
  127. margin-top:477px;
  128. text-align:left;
  129. margin-left:352px;
  130. font-family:"prata";
  131. font-size:40px;
  132. color:#fff;
  133. background:transparent;
  134. text-shadow: 0px 0px 14px #fff;
  135. }
  136.  
  137. #poptext2 {
  138. margin-top:1px;
  139. margin-left:328px;
  140. width:260px;
  141. height:498px;
  142. font-family:'calibri';
  143. color:#fff;
  144. font-size:12px;
  145. overflow:auto;
  146. text-align:justify;
  147. }
  148.  
  149. #poptext {
  150. margin-top:26px;
  151. margin-left:68px;
  152. width:268px;
  153. height:248px;
  154. font-family:'calibri';
  155. color:#fff;
  156. font-size:12px;
  157. overflow:auto;
  158. text-align:justify;
  159. }
  160.  
  161. #poptext3 {
  162. margin-top:5px;
  163. margin-left:150px;
  164. width:295px;
  165. height:347px;
  166. font-family:'calibri';
  167. color:#fff;
  168. font-size:12px;
  169. overflow:auto;
  170. text-align:justify;
  171. }
  172.  
  173. #headerbar{
  174. left:50%;
  175. top:50%;
  176. margin-left:2px;
  177. margin-top:15px;
  178. width:258px;
  179. overflow:auto;
  180. text-align:justify;
  181. color:#000;
  182. font-family:"calibri";
  183. font-size:12px;
  184. }
  185.  
  186. #tabbar{
  187. left:50%;
  188. top:50%;
  189. margin-left:3px;
  190. margin-top:03px;
  191. width:255px;
  192. height:350px;
  193. overflow: auto;
  194. text-align:justify;
  195. color:#fff;
  196. font-family:"calibri";
  197. font-size:12px;
  198. }
  199.  
  200. ul#tabs {text-align:center;}
  201.  
  202. ul#tabs li {
  203. list-style-type: none;
  204. display:inline-block;
  205. padding:2px;
  206. cursor:pointer;
  207. text-decoration:none;
  208. opacity:1;
  209. color:#fff;
  210. }
  211.  
  212. ul#tabs li.active {
  213. background-color:#fff;
  214. color:#000;
  215. -webkit-transition: all 0.5s ease-out;
  216. -moz-transition: all 0.5s ease-out;
  217. transition: all 0.5s ease-out;
  218. }
  219.  
  220. ul#tab, ul#tabs {
  221. list-style-type: none;
  222. margin:0px;
  223. padding:0px;
  224. }
  225. ul#tab li {display: none;}
  226. ul#tab li.active {display: block;}
  227.  
  228. .links_list {
  229. margin:0px;
  230. padding:0.5px;
  231. width:265px;
  232. margin-top:0px;
  233. overflow:auto;
  234. }
  235.  
  236. .links_head {
  237. padding-top:7px;
  238. width:250px;
  239. padding-bottom:7px;
  240. cursor:pointer;
  241. position:relative;
  242. margin:1px;
  243. text-align:center;
  244. font-size:9px;
  245. letter-spacing:2px;
  246. background-color:#252525;
  247. border-radius:3px;
  248. border:1px solid #fff;
  249. overflow:auto;
  250. }
  251.  
  252. .links_body {
  253. height:150px;
  254. margin-left:-1px;
  255. overflow:auto;
  256. padding:7px;
  257. display:none;
  258. background:#252525;
  259. font-size:10px;
  260. text-align:justify;
  261. letter-spacing: 1px;
  262. font-family:calibri;
  263. color:#fff;
  264. line-height:100%;
  265. text-transform:lowercase;
  266. }
  267.  
  268. .question_block{
  269. height:300px;
  270. display: none;
  271. float: left;
  272. position: fixed;
  273. top: 50%; left: 50%;
  274. z-index: 999999999999;
  275. }
  276.  
  277. para {
  278. font-family: 'Prata', serif;
  279. color:#000;
  280. text-shadow:0 0 2px #fff;
  281. font-size:15px;
  282.  
  283. }
  284.  
  285. /*edit scrollbar*/
  286.  
  287. ::-webkit-scrollbar-thumb {
  288. height:auto;
  289. }
  290.  
  291. ::-webkit-scrollbar {
  292. height:4px;
  293. width:3px;
  294. padding-right:2px;
  295. }
  296. /*edit the body this is what post text looks like, background color, etc.*/
  297.  
  298. body {
  299. background-image:url("http://i.imgur.com/4IAwy7d.png");
  300. background-position:left bottom;
  301. background-attachment:fixed;
  302. background-repeat:no-repeat;
  303. margin:0px;
  304. background-color:#1d1d1d;
  305. color:#fff;
  306. font-family:"calibri";
  307. font-size:11px;
  308. line-height:120%;
  309. overflow-x:hidden;
  310. overflow-y:hidden;
  311. }
  312.  
  313.  
  314. /*edit links*/
  315.  
  316. a {
  317. text-decoration:none;
  318. outline:#fff;
  319. -moz-outline-style:none;
  320. color:#fff;
  321. -moz-transition-duration:0.8s;
  322. -webkit-transition-duration:0.8s;
  323. -o-transition-duration:0.8s;
  324. text-transform:uppercase;
  325. text-shadow:0px 0px 1px #132331;
  326. }
  327.  
  328. /*edit link hover*/
  329.  
  330. a:hover {
  331. color:#fff;
  332. outline:none;
  333. -moz-outline-style:none;
  334. text-decoration:none;
  335. border-radius: 20px 20px 20px 20px #fff;
  336. -webkit-filter: blur(0px);
  337. }
  338.  
  339.  
  340. img {
  341. opacity:1;
  342. -webkit-filter: Grayscale(75%);
  343. -webkit-transition-duration: 0.8s;
  344. -moz-transition-duration:0.8s;
  345. transition-duration:0.8s;
  346. -o-transition-duration:0.8s;
  347. -webkit-filter: blur(0px);
  348. border-radius: 20px 20px 20px 20px #000;
  349. }
  350.  
  351. img:hover {
  352. opacity:1;
  353. -webkit-filter: Grayscale(0%);
  354. -webkit-transition: all 0.8s ease-out;
  355. -moz-transition: all 0.8s ease-out;
  356. transition: all 0.8s ease-out;
  357. -webkit-filter: blur(0px);
  358. border-radius: 20px 20px 20px 20px #000;
  359.  
  360. }
  361.  
  362.  
  363. h1 { /*title*/
  364. font-size:20px;
  365. text-align:left;
  366. font-family:"oswald";
  367. text-align:center;
  368. line-height:115%;
  369. letter-spacing:2px;
  370. color:#b4aba0;
  371. text-shadow:0px 0px 3px #000;
  372. text-transform:none;
  373. }
  374.  
  375. h2 {
  376. font-size:15px;
  377. text-align:left;
  378. font-family:"Prata";
  379. text-align:center;
  380. line-height:115%;
  381. letter-spacing:1px;
  382. color:#fff;
  383. text-shadow:0px 0px 3px #fff;
  384. text-transform:none;
  385. }
  386.  
  387. pre {
  388. font-family:"calibri";
  389. font-size:12px;
  390. color:#fff;
  391. text-shadow:0px 0px 2px #000;
  392. letter-spacing:1px;
  393. text-align:center;
  394. text-transform:uppercase;
  395. background:url('');
  396. padding:2px;
  397. background-clip:content-box;
  398. border-radius:2px;
  399. text-decoration:underline;
  400. }
  401.  
  402.  
  403.  
  404.  
  405. #title {
  406. color:#fff;
  407. font-family:arial;
  408. font-size:16px;
  409. text-transform:lowercase;
  410. border-bottom:1px solid #fff;
  411. font-weight:bold;
  412. letter-spacing:0px;
  413. padding:4px;
  414. margin-top:-20px;
  415. margin-left:-14px;
  416. position:fixed;
  417. text-align:left;
  418. }
  419.  
  420.  
  421. #navi {
  422. float:left;
  423. width:260px;
  424. padding:3px;
  425. }
  426.  
  427. @-webkit-keyframes cuntess{
  428. from { -webkit-transform:rotate(0deg);}
  429. to {-webkit-transform:rotate(360deg);}
  430. }
  431.  
  432. @-webkit-keyframes donovan{
  433. from {-webkit-transform: scale(0.5);}
  434. 75% {-webkit-transform: scale(1.0);}
  435. to {-webkit-transform: scale(0.5);}
  436. }
  437.  
  438. @-webkit-keyframes sally{
  439. from {-webkit-filter: blur(0px);}
  440. 60% {-webkit-filter: blur(3px);}
  441. to {-webkit-filter: blur(0px);}
  442. }
  443.  
  444.  
  445. /*sidebar links*/
  446.  
  447. .links {
  448. position: fixed;
  449. font-style:none;
  450. bottom:400px;
  451. margin-left:710px;
  452. font-size:25px;
  453. line-height: 850%;
  454. text-align: left;
  455. width:30px;
  456. margin-right: auto;
  457. transform: rotate(0deg);
  458. -webkit-transform: rotate(0deg);
  459. -webkit-animation-iteration-count: infinite;
  460. -webtkit-animation-timing-function: ease-in-out;
  461. -webkit-animation-duration:9s;
  462.  
  463.  
  464. }
  465.  
  466. .links a {
  467. -webkit-filter:blur(0px);
  468. letter-spacing: 1px;
  469. padding:3px;
  470. text-shadow: 1px 0px 1px #000;
  471.  
  472. }
  473.  
  474. .links a:hover {
  475. color:#000;
  476. opacity:1;
  477. -webkit-transition: all 0.8s ease-out;
  478. -moz-transition: all 0.8s ease-out;
  479. transition: all 0.8s ease-out;
  480. -webkit-filter:blur(3px);
  481. }
  482.  
  483. .alinks {
  484. position: fixed;
  485. font-style:none;
  486. bottom:400px;
  487. margin-left:755px;
  488. font-size:25px;
  489. word-spacing:2px;
  490. line-height: 850%;
  491. text-align: left;
  492. width:20px;
  493. margin-right: auto;
  494. transform: rotate(0deg);
  495. -webkit-transform: rotate(0deg);
  496. -webkit-animation-iteration-count: infinite;
  497. -webtkit-animation-timing-function: ease-in-out;
  498. -webkit-animation-duration:12s;
  499.  
  500. }
  501.  
  502. .alinks a {
  503. -webkit-filter:blur(0px);
  504. letter-spacing: 1px;
  505. padding:3px;
  506. text-shadow: 1px 0px 1px #000;
  507.  
  508. }
  509.  
  510. .alinks a:hover {
  511. color:#000;
  512. opacity:1;
  513. -webkit-transition: all 0.8s ease-out;
  514. -moz-transition: all 0.8s ease-out;
  515. transition: all 0.8s ease-out;
  516. -webkit-filter:blur(3px);
  517. }
  518.  
  519. .blinks {
  520. position: fixed;
  521. font-style:none;
  522. bottom:400px;
  523. margin-left:800px;
  524. font-size:25px;
  525. word-spacing:2px;
  526. line-height: 850%;
  527. text-align: left;
  528. width:20px;
  529. margin-right: auto;
  530. transform: rotate(0deg);
  531. -webkit-transform: rotate(0deg);
  532. -webkit-animation-iteration-count: infinite;
  533. -webtkit-animation-timing-function: ease-in-out;
  534. -webkit-animation-duration:12s;
  535.  
  536. }
  537.  
  538. .blinks a {
  539. -webkit-filter:blur(0px);
  540. letter-spacing: 1px;
  541. padding:3px;
  542. text-shadow: 1px 0px 1px #000;
  543.  
  544. }
  545.  
  546. .blinks a:hover {
  547. color:#000;
  548. opacity:1;
  549. -webkit-transition: all 0.8s ease-out;
  550. -moz-transition: all 0.8s ease-out;
  551. transition: all 0.8s ease-out;
  552. -webkit-filter:blur(3px);
  553. }
  554.  
  555. .flinks {
  556. position: fixed;
  557. font-style:none;
  558. bottom:200px;
  559. margin-left:150px;
  560. font-size:22px;
  561. word-spacing:2px;
  562. line-height: 850%;
  563. text-align: left;
  564. width:20px;
  565. margin-right: auto;
  566. transform: rotate(0deg);
  567. -webkit-transform: rotate(0deg);
  568. -webkit-animation-iteration-count: infinite;
  569. -webtkit-animation-timing-function: ease-in-out;
  570. -webkit-animation-duration:8s;
  571. }
  572.  
  573. .flinks a {
  574. -webkit-filter:blur(0px);
  575. letter-spacing: 1px;
  576. padding:3px;
  577. text-shadow: 1px 0px 1px #000;
  578. }
  579.  
  580. .flinks a:hover {
  581. color:#000;
  582. opacity:1;
  583. -webkit-transition: all 0.8s ease-out;
  584. -moz-transition: all 0.8s ease-out;
  585. transition: all 0.8s ease-out;
  586. -webkit-filter:blur(3px);
  587. }
  588.  
  589. /* this is the box that comes up when you hover over something with a title*/
  590.  
  591. #s-m-t-tooltip {
  592. margin-left:15px;
  593. margin-top:-21px;
  594. letter-spacing:0px;
  595. font-family:"calibri";
  596. text-transform:auto;
  597. font-size:10px;
  598. text-transform:none;
  599. background-image:url('');
  600. color:#fff;
  601. background-color:#252525;
  602. border:1px solid #5a3131;
  603. outline-offset:2px;
  604. outline:1px solid #5a3131;
  605. text-shadow:0px 0px 3px #000;
  606. padding: 3px;
  607. z-index:99999999999999999999999;
  608. -webkit-transition:all 1.5s;
  609. -moz-transition:all 1.5s;
  610. -ms-transition:all 1.5s;
  611. -o-transition:all 1.5s;
  612. transition:all 1.5s;
  613. }
  614.  
  615. .buttons {
  616. display:inline-block;
  617. width:232px;
  618. border:1px solid #000;
  619. border-radius:2px;
  620. background-color:#252525;
  621. margin:5px;
  622. padding:5px;
  623. text-align:center;
  624. }
  625.  
  626. .buttons:hover {
  627. background:url('');
  628. background-color:#252525;
  629. text-decoration: underline;
  630. }
  631.  
  632. /*next page and previous page*/
  633.  
  634. #pagination {
  635. bottom:266px;
  636. font-size:18px;
  637. margin-left:-55px;
  638. color:#8d0404;
  639. position: absolute;
  640. font-family:"prata";
  641. text-align: left;
  642. letter-spacing:2px;
  643. padding-left:87px;
  644. width:300px;
  645. word-spacing:2px;
  646. text-transform:lowercase;
  647. -ms-transform: rotate(0deg); /* IE 9 */
  648. -webkit-transform: rotate(0deg); /* Safari */
  649. transform: rotate(0deg)
  650. }
  651.  
  652. #pagination a {
  653. padding:0 3px;
  654. opacity:2;
  655. -webkit-filter: Grayscale(0%);
  656. -webkit-transition: all 0.8s ease-out;
  657. -moz-transition: all 0.8s ease-out;
  658. transition: all 0.8s ease-out;
  659. -webkit-filter: blur(0px)
  660.  
  661. }
  662.  
  663. #pagination a:hover {
  664. color:#18191b;
  665. opacity:1;
  666. -webkit-transition: all 0.8s ease-out;
  667. -moz-transition: all 0.8s ease-out;
  668. transition: all 0.8s ease-out;
  669. -webkit-filter:blur(.8px);
  670. }
  671.  
  672. #container {
  673. position: fixed;
  674. width:255px;
  675. height:470px;
  676. bottom:0px;
  677. margin-left:648px;
  678. overflow:auto;
  679. text-align:justify;
  680. -webkit-mask-image: -webkit-gradient(linear, left top, left 80%, from(rgba(4, 4, 4, 0)), to(rgba(4, 4, 4, 1)));
  681. }
  682.  
  683. #post {
  684. width:249px;
  685. margin-top:5px;
  686. font-size:10px;
  687. line-height:110%;
  688. padding-top:10px;
  689. margin-bottom:20px;
  690. margin-left:auto;
  691. margin-right:auto;
  692. overflow:auto;
  693. }
  694.  
  695. #post blockquote {
  696. padding-left:10px;
  697. margin-left:10px;
  698. border-left:#fff 1px solid;
  699. text-shadow:0px 0px 3px #fff;
  700. border-radius:6px;
  701. }
  702.  
  703.  
  704.  
  705.  
  706. /*italics and bold stuffs. here is where you can put new fonts, many i have already supplied you with!*/
  707.  
  708. b, strong, bold {
  709. color:#e3f1f1;
  710. text-shadow:0px 0px 5px #000;
  711. font-size:12px;
  712. letter-spacing:2px;
  713. font-family:"arial";
  714. line-height:115%;
  715. font-weight: bold;
  716. text-transform:uppercase;
  717. }
  718.  
  719. i, em, italic {
  720. color:#ee5454;
  721. text-shadow:none;
  722. font-size:15px;
  723. line-height:115%;
  724. font-family:"Yellowtail", cursive;
  725. font-weight:italic;
  726. text-transform:lowercase;
  727. letter-spacing:2px;
  728.  
  729. }
  730.  
  731. sup, sub, small {
  732. color: #fff;
  733. text-shadow:none;
  734. font-size:10px;
  735. line-height:115%;
  736. font-family:"arial";
  737. font-weight:none;
  738. text-transform:lowercase;
  739. letter-spacing:2px;
  740. }
  741.  
  742. /*time posted, note count, via and source*/
  743.  
  744. #info {
  745. width:248px;
  746. font-size:16px;
  747. padding:4px 0px 1px 0px;
  748. margin:0px 0px 40px 0px;
  749. letter-spacing:4px;
  750. border-top:1px solid #000;
  751. border-bottom:1px solid #000;
  752. font-size:22px;
  753. color:#000;
  754. }
  755.  
  756. #info a {
  757. color:#000;
  758. text-shadow:1px 2px 4px #000;
  759. }
  760.  
  761. #info a:hover {
  762. color:#000;
  763. text-shadow:0px 0px 1px #fff;
  764. }
  765.  
  766.  
  767. /*tags*/
  768.  
  769. .tags {
  770. width:190px;
  771. margin:-20px 0px 0px 20px;
  772. line-height:115%;
  773. padding:5px;
  774. font-size:10px;
  775. word-break:keep-all;
  776. text-align:center;
  777. font-family:calibri;
  778. border:1px double #000;
  779. background-color:#1d1d1d;
  780. opacity:1;
  781. }
  782.  
  783. .tags a {
  784. color:#fff;
  785. text-shadow:0px 0px 5px #000;
  786. }
  787.  
  788. .tags a:hover {
  789. color:#000;
  790. text-shadow:0px 0px 1px #000;
  791. letter-spacing:2px;
  792. }
  793.  
  794. .postnote {
  795. width:220px;
  796. margin-top:40px;
  797. font-family:arial;
  798. text-transform:lowercase;
  799. font-style:normal;
  800. letter-spacing:0px;
  801. font-size:10px;
  802. text-align:left;
  803. }
  804.  
  805. .verses img {
  806. float:center;
  807. -webkit-filter: grayscale(0%);
  808. width:260px;
  809. height:100px;
  810. }
  811.  
  812. .pic img {
  813. float: center;
  814. padding: 0px;
  815. margin-right: 10px;
  816. width: 100px;
  817. height: 100px;
  818. }
  819.  
  820. /*here go asks*/
  821.  
  822. #ask {
  823. width:220px;
  824. margin-left:13px;
  825. font-size:21px;
  826. text-align:center;
  827. font-family: 'Architects Daughter', cursive;
  828. font-style:italic;
  829. text-transform:lowercase;
  830. color:#fff;
  831. }
  832.  
  833. #ask a {
  834. color:#ef6565;
  835. text-transform:lowercase;
  836. text-shadow:0px 2px 5px #000;
  837.  
  838. }
  839.  
  840. #ask a:hover {
  841. color:#000;
  842. letter-spacing:2px;
  843. text-shadow:0px 2px 7px #000;
  844. }
  845.  
  846. #askheader {
  847. margin-left:1px;
  848. }
  849.  
  850. #q {
  851. width:226px;
  852. margin-left:0px;
  853. padding:10px;
  854. text-align:center;
  855. font-family:"calibri";
  856. font-size:12px;
  857. color:#fff;
  858. text-shadow:0px 0px 5px #000;
  859. border:1px solid #000;
  860. border-radius:12px;
  861. }
  862.  
  863. #ans {
  864. text-align:justify;
  865. padding:5px;
  866. }
  867.  
  868.  
  869.  
  870.  
  871. /*audio player container*/
  872.  
  873. .playerbuttonbg {
  874. position: absolute;
  875. left: 10px;
  876. top: 10px;
  877. width: 18px;
  878. height: 18px;
  879. background-color:#e1e4e9;
  880. padding: 10px;
  881. -webkit-border-radius: 40px;
  882. -moz-border-radius: 40px;
  883. border-radius: 40px;
  884. opacity: .4;
  885. filter: alpha(opacity=40);
  886. -moz-opacity: 0.4;
  887. -khtml-opacity: 0.4;
  888. transition: opacity .7s ease-in-out;
  889. -moz-transition: opacity .7s ease-in-out;
  890. -webkit-transition: opacity .7s ease-in-out;
  891. }
  892.  
  893. .playerbuttonbg:hover {
  894. opacity: 1;
  895. filter: alpha(opacity=100);
  896. -moz-opacity: 1;
  897. -khtml-opacity: 1;
  898. }
  899.  
  900. .newplayerbutton {
  901. position: relative;
  902. width: 19px;height: 19px;
  903. overflow: hidden;
  904. }
  905.  
  906. .playerbuttonhug {
  907. position: absolute;
  908. top: -18px;left: -7px;
  909. }
  910.  
  911. .tumblr_audio_player {
  912. border:none;
  913. height: 50px;
  914. width: 350px;
  915. margin-left:3px;
  916. margin-top:3px;
  917. }
  918.  
  919. .audioimgwrapper {
  920. position: absolute;
  921. left: 0px;
  922. top: 0px;
  923. overflow: hidden;
  924. width: 60px;
  925. height: 60px;
  926. }
  927.  
  928. .audioimgwrapper img {
  929. width: 100%;
  930. height: auto;
  931. }
  932. .trackdetails {
  933. width: auto;
  934. display:inline-block;
  935. margin-left: 90px;
  936. min-height: 85px;
  937. }
  938.  
  939. .audiowrapper {
  940. position: relative;
  941. display:inline-block;
  942. }
  943.  
  944. #updates {
  945. position:fixed;
  946. width:188px;
  947. height:248px;
  948. bottom:2px;
  949. margin-left:25.5px;
  950. font-size:9px;
  951. padding:5px;
  952. overflow:auto;
  953. text-align:justify;
  954. transition: all 0.9s ease-out;
  955. }
  956.  
  957.  
  958. /*credit. only change this if you actually make the code your own*/
  959.  
  960. #credit {
  961. position:fixed;
  962. font-size:18px;
  963. color:#6c2525;
  964. font-weight:none;
  965. line-height:50%;
  966. letter-spacing:2px;
  967. font-family:'prata';
  968. right:20px;
  969. bottom:15px;
  970. text-transform:uppercase;
  971. text-align:left;
  972. -webkit-transition: all 0.5s ease-in-out;
  973. -moz-transition: all 0.5s ease-in-out;
  974. -o-transition: all 0.5s ease-in-out;
  975. }
  976.  
  977. #credit a {
  978. letter-spacing: 0px;
  979. padding:3px;
  980. color:#ee5454;
  981. }
  982.  
  983. #credit a:hover {
  984. background:#1d1d1d;
  985. color:#fff;
  986. }
  987.  
  988.  
  989.  
  990.  
  991. {CustomCSS}
  992.  
  993. }
  994.  
  995. </style></head><body>
  996. <script src=“http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  997. <script src=“http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js”></script>
  998. <script>
  999. (function($){
  1000. $(document).ready(function(){
  1001. $("a[title]").style_my_tooltips({
  1002. tip_follows_cursor:true,
  1003. tip_delay_time:7,
  1004. tip_fade_speed:7,
  1005. attribute:"title"
  1006. });
  1007. });
  1008. })(jQuery);
  1009. </script>
  1010.  
  1011.  
  1012. <!-- YOUR UPDATES TAB -->
  1013. <div id="updates">
  1014. <h2>look a pretty title</h2>
  1015. Lorem ipsum dolor sit <i>amet</i>, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. <b>Suspendisse</b> sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
  1016. <h3>look another title</h3>
  1017. <pre>pre title it pretty</pre>
  1018. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
  1019. <HR WIDTH=35%>
  1020. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
  1021.  
  1022. </div>
  1023. <!-- END UPDATES TAB -->
  1024.  
  1025. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  1026. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  1027. <script>
  1028.  
  1029. (function($){
  1030.  
  1031. $(document).ready(function(){
  1032.  
  1033. $("a[title]").style_my_tooltips({
  1034.  
  1035. tip_follows_cursor:true,
  1036.  
  1037. tip_delay_time:50,
  1038.  
  1039. tip_fade_speed:600,
  1040.  
  1041. attribute:"title"
  1042.  
  1043. });
  1044.  
  1045. });
  1046.  
  1047. })(jQuery);
  1048.  
  1049. </script>
  1050.  
  1051.  
  1052.  
  1053.  
  1054. <div class="links">
  1055. <a href="/" title="home.">✕</a></div>
  1056.  
  1057. <div class="alinks">
  1058. <a href="#?w=400" title="ask" rel="box1" class="poplight">✕</a></div>
  1059.  
  1060. <div class="blinks">
  1061. <a href="#?w=260" title="navigation." rel="box3" class="poplight">✕</a></div>
  1062.  
  1063. <div class="flinks">
  1064. <a href="http://thinhumanity.tumblr.com" title="star"><img src="http://i.imgur.com/Z1lUpGB.png"></a></div>
  1065.  
  1066. </div>
  1067.  
  1068. <div id="description">{Description}</div>
  1069.  
  1070.  
  1071. <div id="pagination">
  1072. {block:Pagination}
  1073. {block:PreviousPage}
  1074. <a href="{PreviousPage}">⟨⟨⟨</a>
  1075. {/block:PreviousPage}
  1076.  
  1077.  
  1078. {block:NextPage}
  1079. <a href="{NextPage}">⟩⟩⟩</a>
  1080. {/block:NextPage}
  1081. {/block:Pagination}
  1082. </div>
  1083.  
  1084.  
  1085.  
  1086. </div>
  1087.  
  1088.  
  1089. <div id="container">
  1090. <div id="content">
  1091.  
  1092. {block:Posts}<div id="post">
  1093.  
  1094. {block:Text}
  1095. {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
  1096. {Body}
  1097. {/block:Text}
  1098.  
  1099. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1100.  
  1101. <center>{block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}</center>
  1102.  
  1103. {block:Quote}
  1104. <h2>{Quote}</h2>
  1105. —{Source}
  1106. {/block:Quote}
  1107.  
  1108. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1109.  
  1110. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  1111.  
  1112. {block:AudioPlayer}
  1113. <div class="audiowrapper">
  1114. {block:AlbumArt}
  1115. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  1116. {/block:AlbumArt}
  1117.  
  1118. <div class="playerbuttonbg">
  1119. <div class="newplayerbutton">
  1120. <div class="playerbuttonhug">
  1121. {AudioPlayerWhite}
  1122. </div></div></div>
  1123.  
  1124. <div class="trackdetails">
  1125. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br/>
  1126. {block:Artist}{Artist}{/block:Artist}<br/>
  1127. {PlayCountWithLabel}
  1128. </div></div>
  1129. {block:Caption}{Caption}{/block:Caption}
  1130. {/block:AudioPlayer}
  1131.  
  1132. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1133.  
  1134. {block:Answer}
  1135. <div id="askheader"><img src="http://i.imgur.com/uEFis5b.png" draggable="false"></div>
  1136. <div id="ask">{Asker}</div>
  1137. <span style="color:#fff;font-size:13px;margin-left:100px;letter-spacing:2px;">ASKED:</span>
  1138. <div id="q">{Question}</div>
  1139. <div id="ans">{Answer}</div>
  1140. {/block:Answer}
  1141.  
  1142. {block:Date}
  1143. <div id="info">
  1144. <a href="{Permalink}" title="{ShortMonth} {DayOfMonthWithZero} - {TimeAgo}" style="position:absolute; font-size: 30px; margin-left:5px; margin-top:35px;-webkit-transform: rotate(-20deg);-ms-transform: rotate(-20deg);transform: rotate(-20deg);">*</a>
  1145. <a href="{Permalink}" title="{NoteCountWithLabel}" style="position:absolute; margin-left:15px; margin-top:8px;font-size:30px;-webkit-transform: rotate(20deg);-ms-transform: rotate(20deg);transform: rotate(20deg);">▵</a>
  1146. <a href={ReblogURL} target=”_blank” class=”details” title="Reblog" style="position:absolute; margin-left:225px; margin-top:20px;font-size:19px;-webkit-transform: rotate(-50deg);-ms-transform: rotate(-50deg);transform: rotate(-50deg);">✦</a>
  1147. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  1148. <!-- {block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  1149. </div>
  1150. {/block:Date}
  1151.  
  1152.  
  1153. {block:HasTags}
  1154. <div class="tags">
  1155. {block:Tags} <a href="{TagURL}" title="{Tag}">&nbsp;#{Tag}&nbsp;</a> {/block:Tags}</div>
  1156. {/block:HasTags}
  1157.  
  1158.  
  1159. <div class="postnote">
  1160. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1161. </div>
  1162. </div>
  1163. {/block:Posts}
  1164. </div>
  1165. </div>
  1166. </div>
  1167. </div></div>
  1168.  
  1169.  
  1170.  
  1171.  
  1172. </div></div></div></div>
  1173. </div>
  1174.  
  1175. <div id="credit"><a href="http://butscrewmefirst.tumblr.com" title="theme by manon"><big><big>ᶬ</big></big></a></div>
  1176.  
  1177. </body>
  1178.  
  1179. <div id="box1" class="question_block">
  1180. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  1181. </div>
  1182. </div></div></div></div></div></div></div></div></div></div>
  1183.  
  1184. <div id="box3" class="popup_block">
  1185. <div id="headerbar">
  1186. <ul id="tabs">
  1187. <li class="active">RULES</li>
  1188. <li>DOSSIER</li>
  1189. <li>VERSES</li>
  1190. <li>NAVIGATION</li>
  1191. <HR WIDTH="50%">
  1192. </ul></div>
  1193. <div id="tabbar">
  1194. <ul id="tab">
  1195.  
  1196. <li class="active">
  1197.  
  1198. Guidelines here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<br>
  1199. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<p>
  1200. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<p>
  1201. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<p>
  1202. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
  1203.  
  1204. </li>
  1205.  
  1206. <li>
  1207.  
  1208. Dossier here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<br>
  1209. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<p>
  1210. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<p>
  1211. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<p>
  1212. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
  1213.  
  1214. </li>
  1215.  
  1216. <li>
  1217.  
  1218. <div class="links_list">
  1219. <p class="links_head">VERSE TAB FOUR</p>
  1220. <div class="links_body">
  1221. <a href="/VERSE TAG HERE"><img src="http://i.imgur.com/jg2SGgO.png" align="left"></a>
  1222. img 100x100. YOUR CONTENT GOES HERE. THE PICTURE IS A LINK, SO MAKE SURE YOU ADD THE VERSE LINK IN. you can include links, images, and pretty much anything you want. you don’t need to watch the length of your content either, since this code automatically limits the dropdown part into a certain height, which you can edit through the previous code ( the non-script one ) that I shared above. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<br>
  1223. </div></div>
  1224.  
  1225. <div class="links_list">
  1226. <p class="links_head">VERSE</p>
  1227. <div class="links_body">
  1228. <a href="/VERSE TAG HERE"><img src="http://i.imgur.com/jg2SGgO.png" align="right"></a>
  1229. img 100x100. YOUR CONTENT GOES HERE. THE PICTURE IS A LINK, SO MAKE SURE YOU ADD THE VERSE LINK IN. you can include links, images, and pretty much anything you want. you don’t need to watch the length of your content either, since this code automatically limits the dropdown part into a certain height, which you can edit through the previous code ( the non-script one ) that I shared above. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<br>
  1230. </div></div>
  1231.  
  1232. <div class="links_list">
  1233. <p class="links_head">VERSE</p>
  1234. <div class="links_body">
  1235. <a href="/VERSE TAG HERE"><img src="http://i.imgur.com/jg2SGgO.png" align="left"></a>
  1236. img 100x100. YOUR CONTENT GOES HERE. THE PICTURE IS A LINK, SO MAKE SURE YOU ADD THE VERSE LINK IN. you can include links, images, and pretty much anything you want. you don’t need to watch the length of your content either, since this code automatically limits the dropdown part into a certain height, which you can edit through the previous code ( the non-script one ) that I shared above. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<br>
  1237. </div></div>
  1238.  
  1239. </li>
  1240.  
  1241. <li>
  1242.  
  1243. <!-- copy from here... -->
  1244. <div id="navi">
  1245. <a href="/link here" class="buttons">link title</a><br>
  1246. <a href="/link here" class="buttons">link title</a><br>
  1247. <a href="/link here" class="buttons">link title</a><br>
  1248. <a href="/link here" class="buttons">link title</a><br>
  1249.  
  1250. </div>
  1251. <!--to here if you need another column of links!-->
  1252.  
  1253. <!-- copy from here... -->
  1254. <div id="navi">
  1255. <a href="/link here" class="buttons">link title</a><br>
  1256. <a href="/link here" class="buttons">link title</a><br>
  1257. <a href="/link here" class="buttons">link title</a><br>
  1258. <a href="/link here" class="buttons">link title</a><br>
  1259. </div>
  1260. <!--to here if you need another column of links!-->
  1261.  
  1262. <p>
  1263.  
  1264. <!-- copy from here... -->
  1265. <div id="navi">
  1266. <a href="/link here" class="buttons">link title</a><br>
  1267. <a href="/link here" class="buttons">link title</a><br>
  1268. <a href="/link here" class="buttons">link title</a><br>
  1269. <a href="/link here" class="buttons">link title</a><br>
  1270.  
  1271. </div>
  1272. <!--to here if you need another column of links!-->
  1273.  
  1274. <!-- copy from here... -->
  1275. <div id="navi">
  1276. <a href="/link here" class="buttons">link title</a><br>
  1277. <a href="/link here" class="buttons">link title</a><br>
  1278. <a href="/link here" class="buttons">link title</a><br>
  1279. <a href="/link here" class="buttons">link title</a><br>
  1280.  
  1281. </div>
  1282. <!--to here if you need another column of links!-->
  1283. <p>
  1284.  
  1285. <!-- copy from here... -->
  1286. <div id="navi">
  1287. <a href="/link here" class="buttons">link title</a><br>
  1288. <a href="/link here" class="buttons">link title</a><br>
  1289. <a href="/link here" class="buttons">link title</a><br>
  1290. <a href="/link here" class="buttons">link title</a><br>
  1291.  
  1292. </div>
  1293. <!--to here if you need another column of links!-->
  1294.  
  1295. <!-- copy from here... -->
  1296. <div id="navi">
  1297. <a href="/link here" class="buttons">link title</a><br>
  1298. <a href="/link here" class="buttons">link title</a><br>
  1299. <a href="/link here" class="buttons">link title</a><br>
  1300. <a href="/link here" class="buttons">link title</a><br>
  1301.  
  1302. </div>
  1303. <!--to here if you need another column of links!-->
  1304.  
  1305. <p>
  1306.  
  1307. <!-- copy from here... -->
  1308. <div id="navi">
  1309. <a href="/link here" class="buttons">link title</a><br>
  1310. <a href="/link here" class="buttons">link title</a><br>
  1311. <a href="/link here" class="buttons">link title</a><br>
  1312. <a href="/link here" class="buttons">link title</a><br>
  1313.  
  1314. </div>
  1315. <!--to here if you need another column of links!-->
  1316.  
  1317. <!-- copy from here... -->
  1318. <div id="navi">
  1319. <a href="/link here" class="buttons">link title</a><br>
  1320. <a href="/link here" class="buttons">link title</a><br>
  1321. <a href="/link here" class="buttons">link title</a><br>
  1322. <a href="/link here" class="buttons">link title</a><br>
  1323.  
  1324. </div>
  1325. <!--to here if you need another column of links!-->
  1326.  
  1327. </li>
  1328.  
  1329.  
  1330. </ul>
  1331. </div></div></div></div></div></div></div></div></div></div>
  1332.  
  1333.  
  1334. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement