Advertisement
manon15

theonceandfuture theme code

Mar 31st, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.89 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. <link href="https://fonts.googleapis.com/css?family=Dancing+Script|Engagement|Great+Vibes|Parisienne|Qwigley|Rouge+Script" rel="stylesheet">
  31.  
  32. <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">
  33. <link href="https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre|Josefin+Sans" rel="stylesheet">
  34.  
  35. <link href="https://fonts.googleapis.com/css?family=Cinzel+Decorative" rel="stylesheet">
  36.  
  37. <link href="https://fonts.googleapis.com/css?family=Pirata+One" rel="stylesheet">
  38.  
  39. <script type="text/javascript"
  40. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  41. <script>
  42. $(document).ready(function() {
  43. //
  44. $('a.poplight[href^=#]').click(function() {
  45. var popID = $(this).attr('rel'); //Get Popup Name
  46. var popURL = $(this).attr('href'); //Get Popup href to define size
  47. var query= popURL.split('?');
  48. var dim= query[1].split('&');
  49. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  50. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  51. var popMargTop = ($('#' + popID).height() + 80) / 2;
  52. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  53. //Apply Margin to Popup
  54. $('#' + popID).css({
  55. 'margin-top' : -popMargTop,
  56. 'margin-left' : -popMargLeft
  57. });
  58. $('body').append('<div id="fade"></div>');
  59. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  60. return false;
  61. });
  62. $('a.close, #fade').live('click', function() {
  63. $('#fade , .popup_block, .question_block').fadeOut(function() {
  64. $('#fade, a.close').remove(); //fade them both out
  65. });
  66. return false;
  67. });
  68. });
  69. </script>
  70.  
  71. <!--tabs script-->
  72. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  73. <script type="text/javascript">
  74. $(document).ready(function(){
  75. $(".links_body").hide();
  76. $(".links_head").click(function(){
  77. $(this).next(".links_body").slideToggle("fast");
  78. }); }); </script>
  79. <style type="text/css">
  80. .links_list { margin:0px; padding:0px; width:100%;}
  81. .links_head { padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin:1px; text-align:center;}
  82. .links_body { padding:10px; text-align:left; display:none;}
  83. </style>
  84.  
  85. <!-- verses script -->
  86. <script src="http://static.tumblr.com/dxh5xq2/v6Gn8ju1e/tabs.js"></script>
  87.  
  88. <style type="text/css">
  89.  
  90. .popup_block{
  91. display:none;
  92. text-align:justify;
  93. position:fixed;
  94. top:20%; left: 94%;
  95. z-index:9999999999999;
  96. opacity:1;
  97. }
  98.  
  99. .popcont{
  100. left:149px;
  101. top:55px;
  102. width:194px;
  103. height:492px;
  104. padding-right:900px;
  105. position:fixed;
  106. overflow-y:scroll;
  107. overflow-x:hidden;}
  108.  
  109. }
  110.  
  111. *html #fade {position: absolute;}
  112. *html .popup_block {position: absolute;}
  113. #fade {
  114. display:none;
  115. position:fixed;
  116. left:0px;
  117. top:0px;
  118. width:100%;
  119. height:100%;
  120. z-index:999999;
  121. background:#000;
  122. opacity:.9;
  123. }
  124.  
  125. #headerbar{
  126. left:50%;
  127. top:50%;
  128. margin-left:-50px;
  129. margin-top:13px;
  130. width:400px;
  131. overflow:auto;
  132. text-align:justify;
  133. color:#000;
  134. font-family:"calibri";
  135. font-size:12px;
  136. }
  137.  
  138. #tabbar{
  139. left:50%;
  140. top:50%;
  141. margin-left:1px;
  142. margin-top:07px;
  143. width:300px;
  144. height:340px;
  145. overflow: auto;
  146. text-align:justify;
  147. color:#;
  148. font-family:"calibri";
  149. font-size:12px;
  150. }
  151.  
  152. ul#tab, ul#tabs{
  153. list-style-type:none;}
  154. ul#tab li.active {
  155. display:inline-block;
  156. text-align:left;}
  157. ul#tab li {
  158. display:none;
  159. overflow:hidden;}
  160.  
  161. #sidelinks {
  162. z-index: 999999999999999;
  163. width:190px;
  164. top:140px;
  165. left:245px;
  166. position:fixed;
  167. text-align:left;}
  168. ul#tabs li:first {
  169. display:inline-block;
  170. padding:3px;
  171. cursor:pointer;
  172. text-align:right;}
  173. ul#tabs li {
  174. font-family:calibri;
  175. font-weight:bold;
  176. font-size:8px;
  177. margin-bottom:1px;
  178. z-index: 999999999999;
  179. padding:3px;
  180. width:auto;
  181. cursor:pointer;}
  182. .rules {
  183. height:420px;
  184. width:400px;
  185. position:fixed;
  186. background-repeat:no-repeat;
  187. top:0px;
  188. left:0px;
  189. text-align:center;
  190.  
  191. }
  192. .dossier {
  193. height:420px;
  194. width:400px;
  195. position:fixed;
  196. background-repeat:no-repeat;
  197. top:0px;
  198. left:0px;
  199. text-align:center;
  200.  
  201. }
  202. .verses {
  203. height:420px;
  204. width:400px;
  205. position:fixed;
  206. background-repeat:no-repeat;
  207. top:0px;
  208. left:0px;
  209. text-align:center;
  210.  
  211. }
  212. .relations {
  213. height:420px;
  214. width:400px;
  215. position:fixed;
  216. background-repeat:no-repeat;
  217. top:0px;
  218. left:0px;
  219. text-align:center;
  220.  
  221. }
  222. .navigation {
  223. height:420px;
  224. width:400px;
  225. position:fixed;
  226. background-repeat:no-repeat;
  227. top:0px;
  228. left:0px;
  229. text-align:center;
  230.  
  231. }
  232. .askbox {
  233. height:420px;
  234. width:400px;
  235. position:fixed;
  236. background-repeat:no-repeat;
  237. top:0px;
  238. left:0px;
  239. text-align:center;
  240.  
  241. }
  242. .poptext {
  243. position:fixed;
  244. overflow-x:hidden;
  245. overflow-y:scroll;
  246. font-family:"roboto";
  247. text-align:left;
  248. font-size:12px;
  249. top:286px;
  250. left:575px;
  251. width:395px;
  252. height:217px;
  253. padding:15px;
  254. background-color:#edefde;
  255. border:1px solid #640702;
  256. outline:1px solid #640702;
  257. outline-offset:2px;
  258. }
  259.  
  260. #butts1 {
  261. font-size:12px;
  262. margin-left:287px;
  263. margin-top:390px;
  264. position:fixed;
  265. background-image:url('https://i.imgur.com/Kd1Ei5b.png');
  266. border:1px solid #640702;
  267. outline:1px solid #640702;
  268. outline-offset:2px;
  269. padding:3px;
  270. transform: rotate(0deg);
  271. -webkit-transform: rotate(0deg);
  272. text-shadow:0px 0px 6px #2d2936;
  273. }
  274.  
  275. #butts1:hover {
  276. text-shadow:0px 0px 6px #2d2936;
  277. -webkit-transition: all 0.8s ease-out;
  278. -moz-transition: all 0.8s ease-out;
  279. transition: all 0.8s ease-out;
  280. -webkit-filter:blur(.8px);
  281. }
  282.  
  283. /** biography **/
  284. #butts2 {
  285. font-size:12px;
  286. margin-left:406px;
  287. margin-top:383px;
  288. position:fixed;
  289. background-image:url('https://i.imgur.com/Kd1Ei5b.png');
  290. border:1px solid #640702;
  291. outline:1px solid #640702;
  292. outline-offset:2px;
  293. padding:3px;
  294. transform: rotate(0deg);
  295. -webkit-transform: rotate(0deg);
  296. text-shadow:0px 0px 6px #2d2936;
  297. }
  298.  
  299. #butts2:hover {
  300. text-shadow:0px 0px 6px #2d2936;
  301. -webkit-transition: all 0.8s ease-out;
  302. -moz-transition: all 0.8s ease-out;
  303. transition: all 0.8s ease-out;
  304. -webkit-filter:blur(.8px);
  305. }
  306.  
  307. /** verses **/
  308. #butts3 {
  309. font-size:12px;
  310. margin-left:490px;
  311. margin-top:376px;
  312. position:fixed;
  313. background-image:url('https://i.imgur.com/Kd1Ei5b.png');
  314. border:1px solid #640702;
  315. outline:1px solid #640702;
  316. outline-offset:2px;
  317. padding:3px;
  318. transform: rotate(0deg);
  319. -webkit-transform: rotate(0deg);
  320. text-shadow:0px 0px 6px #2d2936;
  321. }
  322.  
  323. #butts3:hover {
  324. text-shadow:0px 0px 6px #2d2936;
  325. -webkit-transition: all 0.8s ease-out;
  326. -moz-transition: all 0.8s ease-out;
  327. transition: all 0.8s ease-out;
  328. -webkit-filter:blur(.8px);
  329. }
  330.  
  331. /** relations / mains **/
  332. #butts4 {
  333. font-size:12px;
  334. margin-left:550px;
  335. margin-top:369px;
  336. position:fixed;
  337. background-image:url('https://i.imgur.com/Kd1Ei5b.png');
  338. border:1px solid #640702;
  339. outline:1px solid #640702;
  340. outline-offset:2px;
  341. padding:3px;
  342. transform: rotate(0deg);
  343. -webkit-transform: rotate(0deg);
  344. text-shadow:0px 0px 6px #2d2936;
  345. }
  346.  
  347. #butts4:hover {
  348. text-shadow:0px 0px 6px #2d2936;
  349. -webkit-transition: all 0.8s ease-out;
  350. -moz-transition: all 0.8s ease-out;
  351. transition: all 0.8s ease-out;
  352. -webkit-filter:blur(.8px);
  353. }
  354.  
  355. /** navigation **/
  356. #butts5 {
  357. font-size:12px;
  358. margin-left:642px;
  359. margin-top:362px;
  360. position:fixed;
  361. background-image:url('https://i.imgur.com/Kd1Ei5b.png');
  362. border:1px solid #640702;
  363. outline:1px solid #640702;
  364. outline-offset:2px;
  365. padding:3px;
  366. transform: rotate(0deg);
  367. -webkit-transform: rotate(0deg);
  368. text-shadow:0px 0px 6px #2d2936;
  369. }
  370.  
  371. #butts5:hover {
  372. text-shadow:0px 0px 6px #2d2936;
  373. -webkit-transition: all 0.8s ease-out;
  374. -moz-transition: all 0.8s ease-out;
  375. transition: all 0.8s ease-out;
  376. -webkit-filter:blur(.8px);
  377. }
  378.  
  379. #box, ul#tabs li, a {
  380. transition: 0.5s ease;
  381. -o-transition: 0.5s ease;
  382. -moz-transition: 0.5s ease;
  383. -webkit-transition: 0.5s ease;}
  384.  
  385.  
  386.  
  387. #linksys1 {
  388. font-size:65px;
  389. text-shadow:0px 0px 6px #2d2936;
  390. }
  391.  
  392. #linksys1:hover {
  393. text-shadow:0px 0px 6px #2d2936;
  394. }
  395.  
  396.  
  397. #linksys2 {
  398. font-size:16px;
  399. text-shadow:0px 0px 6px #2d2936;
  400. }
  401.  
  402. #linksys2:hover {
  403. text-shadow:0px 0px 6px #2d2936;
  404. }
  405.  
  406. .buttons {
  407. background-color: #000;
  408. border:1px solid #880808;
  409. font-family:"roboto";
  410. text-align:center;
  411. font-weight:bold;
  412. display:inline-block;
  413. font-size:10px;
  414. margin:2px;
  415. padding:2px;
  416. width:100px;
  417. }
  418. .buttons:hover {
  419. background-color:#000;
  420. color:#cfa184;
  421. }
  422. .buttons:active {
  423. position:relative;
  424. top:1px;
  425. }
  426.  
  427.  
  428. .question_block{
  429. height:300px;
  430. display: none;
  431. float: left;
  432. position: fixed;
  433. top: 50%; left: 50%;
  434. z-index: 999999999999;
  435. }
  436.  
  437.  
  438. para {
  439. font-family: 'Prata', serif;
  440. color:#000;
  441. text-shadow:0 0 2px #fff;
  442. font-size:15px;
  443.  
  444. }
  445.  
  446. /*edit scrollbar*/
  447.  
  448. ::-webkit-scrollbar-thumb {
  449. height:auto;
  450. }
  451.  
  452. ::-webkit-scrollbar {
  453. height:4px;
  454. width:3px;
  455. padding-right:2px;
  456. }
  457.  
  458. /*edit the body this is what post text looks like, background color, etc.*/
  459.  
  460. body {
  461. background-image:url("https://i.imgur.com/vw7oYTk.png");
  462. background-position:left bottom;
  463. background-attachment:fixed;
  464. background-repeat:no-repeat;
  465. margin:0px;
  466. background-color:#edefde;
  467. color:#000;
  468. font-family:"calibri";
  469. font-size:11px;
  470. line-height:120%;
  471. overflow-x:hidden;
  472. overflow-y:hidden;
  473. }
  474.  
  475.  
  476. /*edit links*/
  477.  
  478. a {
  479. text-decoration:none;
  480. outline:#a86541;
  481. -moz-outline-style:none;
  482. color:#005360;
  483. -moz-transition-duration:0.8s;
  484. -webkit-transition-duration:0.8s;
  485. -o-transition-duration:0.8s;
  486. text-transform:lowercase;
  487. text-shadow:0px 0px 3px #000;
  488. }
  489.  
  490. /*edit link hover*/
  491.  
  492. a:hover {
  493. color:#640702;
  494. outline:none;
  495. -moz-outline-style:none;
  496. text-decoration:none;
  497. border-radius: 20px 20px 20px 20px #920000;
  498. -webkit-filter: blur(0px);
  499. }
  500.  
  501.  
  502. img {
  503. opacity:1;
  504. -webkit-filter: Grayscale(75%);
  505. -webkit-transition-duration: 0.8s;
  506. -moz-transition-duration:0.8s;
  507. transition-duration:0.8s;
  508. -o-transition-duration:0.8s;
  509. -webkit-filter: blur(0px);
  510. border-radius: 20px 20px 20px 20px #000;
  511. }
  512.  
  513. img:hover {
  514. opacity:1;
  515. -webkit-filter: Grayscale(0%);
  516. -webkit-transition: all 0.8s ease-out;
  517. -moz-transition: all 0.8s ease-out;
  518. transition: all 0.8s ease-out;
  519. -webkit-filter: blur(0px);
  520. border-radius: 20px 20px 20px 20px #000;
  521.  
  522. }
  523.  
  524.  
  525. h1 { /*title*/
  526. font-size:28px;
  527. text-align:left;
  528. font-family:"Qwigley";
  529. text-align:center;
  530. line-height:115%;
  531. letter-spacing:2px;
  532. color:#640702;
  533. text-shadow:0px 0px 3px #000;
  534. text-transform:lowercase;
  535. }
  536.  
  537. h2 {
  538. font-size:25px;
  539. text-align:center;
  540. font-family:"Rouge Script", cursive;
  541. text-align:center;
  542. line-height:115%;
  543. letter-spacing:1px;
  544. color:#000;
  545. text-transform:none;
  546. }
  547.  
  548. h3 {
  549. font-size:15px;
  550. text-align:left;
  551. font-family:"Pirata One";
  552. text-align:center;
  553. line-height:115%;
  554. letter-spacing:1px;
  555. text-transform:uppercase;
  556. color:#6d6c68;
  557. text-transform:none;
  558. }
  559.  
  560. hr {
  561. border-top:dashed 1px #4f4f4e;
  562. border-bottom:dashed 1px #4f4f4e;
  563. border-left:transparent;
  564. border-right:transparent;
  565. height: 3px;
  566. width: 168px;
  567. }
  568.  
  569. h6 {
  570. font-size:12px;
  571. }
  572.  
  573. pre {
  574. width:140px;
  575. height:14px;
  576. margin-left:11px;
  577. font-family:"calibri";
  578. font-size:12px;
  579. color:#000;
  580. text-shadow:2px 2px 4px #000;
  581. letter-spacing:1px;
  582. text-align:center;
  583. text-transform:uppercase;
  584. background-image:url('https://i.imgur.com/BcIwx8d.png');
  585. padding:2px;
  586. background-clip:content-box;
  587. border:1px dotted #640702;
  588. outline:1px dotted #640702;
  589. outline-offset:2px;
  590. border-radius:2px;
  591. }
  592.  
  593.  
  594.  
  595.  
  596. #title {
  597. color:#fff;
  598. font-family:arial;
  599. font-size:16px;
  600. text-transform:lowercase;
  601. border-bottom:1px solid #fff;
  602. font-weight:bold;
  603. letter-spacing:0px;
  604. padding:4px;
  605. margin-top:-20px;
  606. margin-left:-14px;
  607. position:fixed;
  608. text-align:left;
  609. }
  610.  
  611.  
  612. #navi {
  613. float:left;
  614. width:260px;
  615. padding:3px;
  616. }
  617.  
  618. @-webkit-keyframes cuntess{
  619. from { -webkit-transform:rotate(0deg);}
  620. to {-webkit-transform:rotate(360deg);}
  621. }
  622.  
  623. @-webkit-keyframes donovan{
  624. from {-webkit-transform: scale(0.5);}
  625. 75% {-webkit-transform: scale(1.0);}
  626. to {-webkit-transform: scale(0.5);}
  627. }
  628.  
  629. @-webkit-keyframes sally{
  630. from {-webkit-filter: blur(0px);}
  631. 60% {-webkit-filter: blur(3px);}
  632. to {-webkit-filter: blur(0px);}
  633. }
  634.  
  635.  
  636. /*sidebar links*/
  637.  
  638. .links {
  639. position: fixed;
  640. font-style:none;
  641. bottom:610px;
  642. margin-left:850px;
  643. font-size:16px;
  644. line-height: 100%;
  645. text-align: center;
  646. width:10px;
  647. margin-right: auto;
  648. transform: rotate(20deg);
  649. -webkit-transform: rotate(20deg);
  650.  
  651.  
  652. }
  653.  
  654. .links a {
  655. -webkit-filter:blur(0px);
  656. letter-spacing: 1px;
  657. padding:3px;
  658. text-shadow: 1px 0px 1px #000;
  659.  
  660. }
  661.  
  662. .links a:hover {
  663. color:#b5b09a;
  664. opacity:1;
  665. -webkit-transition: all 0.8s ease-out;
  666. -moz-transition: all 0.8s ease-out;
  667. transition: all 0.8s ease-out;
  668. -webkit-filter:blur(3px);
  669. }
  670.  
  671. .alinks {
  672. position: fixed;
  673. font-style:none;
  674. bottom:560px;
  675. margin-left:910px;
  676. font-size:16px;
  677. line-height: 100%;
  678. text-align: center;
  679. width:16px;
  680. margin-right: auto;
  681. transform: rotate(-40deg);
  682. -webkit-transform: rotate(-40deg);
  683.  
  684. }
  685.  
  686. .alinks a {
  687. -webkit-filter:blur(0px);
  688. letter-spacing: 1px;
  689. padding:3px;
  690. text-shadow: 1px 0px 1px #000;
  691.  
  692. }
  693.  
  694. .alinks a:hover {
  695. color:#b5b09a;
  696. opacity:1;
  697. -webkit-transition: all 0.8s ease-out;
  698. -moz-transition: all 0.8s ease-out;
  699. transition: all 0.8s ease-out;
  700. -webkit-filter:blur(3px);
  701. }
  702.  
  703. .blinks {
  704. position: fixed;
  705. font-style:none;
  706. bottom:-80px;
  707. margin-left:-20px;
  708. font-size:16px;
  709. line-height: 100%;
  710. text-align: center;
  711. width:23px;
  712. margin-right: auto;
  713. transform: rotate(-10deg);
  714. -webkit-transform: rotate(-10deg);
  715.  
  716. }
  717.  
  718. .blinks a {
  719. -webkit-filter:blur(0px);
  720. letter-spacing: 1px;
  721. padding:3px;
  722. text-shadow: 1px 0px 1px #000;
  723.  
  724. }
  725.  
  726. .blinks a:hover {
  727. color:#b5b09a;
  728. opacity:1;
  729. -webkit-transition: all 0.8s ease-out;
  730. -moz-transition: all 0.8s ease-out;
  731. transition: all 0.8s ease-out;
  732. -webkit-filter:blur(3px);
  733. }
  734.  
  735. .clinks {
  736. position: fixed;
  737. font-style:none;
  738. bottom:-150px;
  739. margin-left:-40px;
  740. font-size:16px;
  741. line-height: 100%;
  742. text-align: center;
  743. width:23px;
  744. margin-right: auto;
  745. transform: rotate(30deg);
  746. -webkit-transform: rotate(30deg);
  747.  
  748. }
  749.  
  750. .clinks a {
  751. -webkit-filter:blur(0px);
  752. letter-spacing: 1px;
  753. padding:3px;
  754. text-shadow: 1px 0px 1px #000;
  755.  
  756. }
  757.  
  758. .clinks a:hover {
  759. color:#b5b09a;
  760. opacity:1;
  761. -webkit-transition: all 0.8s ease-out;
  762. -moz-transition: all 0.8s ease-out;
  763. transition: all 0.8s ease-out;
  764. -webkit-filter:blur(3px);
  765. }
  766.  
  767. .dlinks {
  768. position: fixed;
  769. font-style:none;
  770. bottom:-220px;
  771. margin-left:-60px;
  772. font-size:16px;
  773. line-height: 100%;
  774. text-align: center;
  775. width:23px;
  776. margin-right: auto;
  777. transform: rotate(-10deg);
  778. -webkit-transform: rotate(-10deg);
  779.  
  780. }
  781.  
  782. .dlinks a {
  783. -webkit-filter:blur(0px);
  784. letter-spacing: 1px;
  785. padding:3px;
  786. text-shadow: 1px 0px 1px #000;
  787.  
  788. }
  789.  
  790. .blinks a:hover {
  791. color:#b5b09a;
  792. opacity:1;
  793. -webkit-transition: all 0.8s ease-out;
  794. -moz-transition: all 0.8s ease-out;
  795. transition: all 0.8s ease-out;
  796. -webkit-filter:blur(3px);
  797. }
  798.  
  799. /* this is the box that comes up when you hover over something with a title*/
  800.  
  801. #s-m-t-tooltip {
  802. margin-left:15px;
  803. margin-top:-21px;
  804. letter-spacing:0px;
  805. font-family:"calibri";
  806. text-transform:auto;
  807. font-size:10px;
  808. text-transform:none;
  809. background-image:url('https://i.imgur.com/BcIwx8d.png');
  810. color:#000;
  811. border:1px solid #640702;
  812. outline:1px solid #640702;
  813. outline-offset:2px;
  814. text-shadow:0px 0px 3px #000;
  815. padding: 3px;
  816. z-index:99999999999999999999999;
  817. -webkit-transition:all 1.5s;
  818. -moz-transition:all 1.5s;
  819. -ms-transition:all 1.5s;
  820. -o-transition:all 1.5s;
  821. transition:all 1.5s;
  822. }
  823.  
  824.  
  825. /*next page and previous page*/
  826.  
  827. #pagination {
  828. -ms-transform: rotate(0deg); /* IE 9 */
  829. -webkit-transform: rotate(0deg); /* Safari */
  830. transform: rotate(0deg)
  831.  
  832.  
  833. }
  834.  
  835. #pagination a {
  836. -webkit-filter: Grayscale(0%);
  837. -webkit-transition: all 0.8s ease-out;
  838. -moz-transition: all 0.8s ease-out;
  839. transition: all 0.8s ease-out;
  840. -webkit-filter: blur(0px)
  841.  
  842. }
  843.  
  844. #pagination a:hover {
  845. color:#2d2936;
  846. opacity:1;
  847. -webkit-transition: all 0.8s ease-out;
  848. -moz-transition: all 0.8s ease-out;
  849. transition: all 0.8s ease-out;
  850. -webkit-filter:blur(0px);
  851. }
  852.  
  853. #container {
  854. position: fixed;
  855. width:405px;
  856. height:630px;
  857. bottom:0px;
  858. margin-left:420px;
  859. overflow:auto;
  860. text-align:justify;
  861. -webkit-mask-image: -webkit-gradient(linear, left bottom, left 80%, from(rgba(4, 4, 4, 0)), to(rgba(4, 4, 4, 1)));
  862. }
  863.  
  864. #post {
  865. width:400px;
  866. margin-top:5px;
  867. font-size:10px;
  868. line-height:110%;
  869. padding-top:10px;
  870. margin-bottom:20px;
  871. margin-left:auto;
  872. margin-right:auto;
  873. overflow:auto;
  874. }
  875.  
  876. #post blockquote {
  877. padding-left:10px;
  878. margin-left:10px;
  879. border-left:#6d0000 1px solid;
  880. text-shadow:0px 0px 3px #6d0000;
  881. border-radius:6px;
  882. }
  883.  
  884.  
  885.  
  886.  
  887. /*italics and bold stuffs. here is where you can put new fonts, many i have already supplied you with!*/
  888.  
  889. b, strong, bold {
  890. color:#68170e;
  891. text-shadow:0px 0px 5px #000;
  892. font-size:13px;
  893. letter-spacing:2px;
  894. font-family:"Pirata One", cursive;
  895. line-height:115%;
  896. font-weight: bold;
  897. text-transform:uppercase;
  898. }
  899.  
  900. i, em, italic {
  901. color:#4d6469;
  902. text-shadow:none;
  903. font-size:17px;
  904. line-height:115%;
  905. font-family:"Cinzel Decorative", cursive;
  906. font-weight:italic;
  907. text-transform:lowercase;
  908. letter-spacing:2px;
  909.  
  910. }
  911.  
  912. sup, sub, small {
  913. color: #000;
  914. text-shadow:none;
  915. font-size:10px;
  916. line-height:115%;
  917. font-family:"arial";
  918. font-weight:none;
  919. text-transform:lowercase;
  920. letter-spacing:2px;
  921. }
  922.  
  923. /*time posted, note count, via and source*/
  924.  
  925. #info {
  926. width:370px;
  927. font-size:16px;
  928. padding:4px 0px 1px 0px;
  929. margin:0px 0px 40px 0px;
  930. letter-spacing:4px;
  931. font-size:22px;
  932. color:#005360;
  933. text-transform:uppercase;
  934. }
  935.  
  936. #info a {
  937. color:#005360;
  938. text-shadow:1px 2px 4px #000
  939. }
  940.  
  941. #info a:hover {
  942. color:#fff;
  943. text-shadow:0px 0px 1px #000;
  944. }
  945.  
  946.  
  947. #forward {
  948. opacity:1;
  949. font-weight:bold;
  950. font-size:40px;
  951. color:#640702;
  952. bottom:-375px;
  953. margin-left:-130px;
  954. position: fixed;
  955. font-family:"calibri", sans-serif;
  956. text-align: left;
  957. letter-spacing:2px;
  958. word-spacing:2px;
  959. transform: rotate(40deg);
  960. }
  961.  
  962. #forward:hover {
  963. opacity: 1;
  964. color:#fff;
  965. -webkit-transition: all 0.8s ease-out;
  966. -moz-transition: all 0.8s ease-out;
  967. transition: all 0.8s ease-out;
  968. -webkit-filter:blur(.8px);
  969. }
  970.  
  971. #backward {
  972. opacity:1;
  973. font-weight:bold;
  974. font-size:40px;
  975. color:#640702;
  976. bottom:-230px;
  977. margin-left:-305px;
  978. position: fixed;
  979. font-family:"calibri", sans-serif;
  980. text-align: left;
  981. letter-spacing:2px;
  982. word-spacing:2px;
  983. transform: rotate(40deg);
  984. }
  985.  
  986. #backward:hover {
  987. opacity: 1;
  988. color:#fff;
  989. -webkit-transition: all 0.8s ease-out;
  990. -moz-transition: all 0.8s ease-out;
  991. transition: all 0.8s ease-out;
  992. -webkit-filter:blur(.8px);
  993. }
  994.  
  995. /*tags*/
  996.  
  997. .tags {
  998. width:295px;
  999. margin:-20px 0px 0px 80px;
  1000. line-height:115%;
  1001. padding:5px;
  1002. font-size:10px;
  1003. word-break:keep-all;
  1004. text-align:center;
  1005. font-family:"calibri";
  1006. border:1px solid #640702;
  1007. outline:1px solid #640702;
  1008. outline-offset:2px;
  1009. background-color:#000;
  1010. background-image:url('https://i.imgur.com/BcIwx8d.png');
  1011. opacity:1;
  1012. }
  1013.  
  1014. .tags a {
  1015. color:#fff;
  1016. text-shadow:0px 0px 5px #000;
  1017. }
  1018.  
  1019. .tags a:hover {
  1020. color:#640702;
  1021. text-shadow:0px 0px 1px #000;
  1022. letter-spacing:2px;
  1023. }
  1024.  
  1025. .postnote {
  1026. width:370px;
  1027. margin-top:40px;
  1028. font-family:arial;
  1029. text-transform:lowercase;
  1030. font-style:normal;
  1031. letter-spacing:0px;
  1032. font-size:10px;
  1033. text-align:left;
  1034. }
  1035.  
  1036. .verses img {
  1037. float:center;
  1038. -webkit-filter: grayscale(0%);
  1039. width:260px;
  1040. height:100px;
  1041. }
  1042.  
  1043. .pic img {
  1044. float: center;
  1045. padding: 0px;
  1046. margin-right: 10px;
  1047. width: 100px;
  1048. height: 100px;
  1049. }
  1050.  
  1051. /*here go asks*/
  1052.  
  1053. #ask {
  1054. width:366px;
  1055. margin-left:15px;
  1056. margin-top:20px;
  1057. margin-bottom:6px;
  1058. font-size:33px;
  1059. text-align:center;
  1060. font-family:"Pirata One";
  1061. font-style:none;
  1062. text-transform:lowercase;
  1063. color:#640702;
  1064. }
  1065.  
  1066. #ask a {
  1067. color:#640702;
  1068. text-transform:lowercase;
  1069. }
  1070.  
  1071. #ask a:hover {
  1072. color:#fff;
  1073. letter-spacing:2px;
  1074. }
  1075.  
  1076. #askheader {
  1077. position:absolute;
  1078. margin-left:28px;
  1079. margin-top:-22px;
  1080. }
  1081.  
  1082. #q {
  1083. width:366px;
  1084. margin-left:5px;
  1085. margin-top:3px;
  1086. padding:10px;
  1087. text-align:center;
  1088. color:#fff;
  1089. font-family:"roboto";
  1090. font-size:12px;
  1091. background-color:#000;
  1092. background-image:url('https://i.imgur.com/BcIwx8d.png');
  1093. border:1px solid #640702;
  1094. outline:1px solid #640702;
  1095. outline-offset:2px;
  1096. text-shadow:0px 0px 5px #000;
  1097. }
  1098.  
  1099. #ans {
  1100. text-align:justify;
  1101. margin-top:5px;
  1102. padding:5px;
  1103. }
  1104.  
  1105.  
  1106.  
  1107.  
  1108. /*audio player container*/
  1109.  
  1110. .playerbuttonbg {
  1111. position: absolute;
  1112. left: 10px;
  1113. top: 10px;
  1114. width: 18px;
  1115. height: 18px;
  1116. background-color:#e1e4e9;
  1117. padding: 10px;
  1118. -webkit-border-radius: 40px;
  1119. -moz-border-radius: 40px;
  1120. border-radius: 40px;
  1121. opacity: .4;
  1122. filter: alpha(opacity=40);
  1123. -moz-opacity: 0.4;
  1124. -khtml-opacity: 0.4;
  1125. transition: opacity .7s ease-in-out;
  1126. -moz-transition: opacity .7s ease-in-out;
  1127. -webkit-transition: opacity .7s ease-in-out;
  1128. }
  1129.  
  1130. .playerbuttonbg:hover {
  1131. opacity: 1;
  1132. filter: alpha(opacity=100);
  1133. -moz-opacity: 1;
  1134. -khtml-opacity: 1;
  1135. }
  1136.  
  1137. .newplayerbutton {
  1138. position: relative;
  1139. width: 19px;height: 19px;
  1140. overflow: hidden;
  1141. }
  1142.  
  1143. .playerbuttonhug {
  1144. position: absolute;
  1145. top: -18px;left: -7px;
  1146. }
  1147.  
  1148. .tumblr_audio_player {
  1149. border:none;
  1150. height: 50px;
  1151. width: 350px;
  1152. margin-left:3px;
  1153. margin-top:3px;
  1154. }
  1155.  
  1156. .audioimgwrapper {
  1157. position: absolute;
  1158. left: 0px;
  1159. top: 0px;
  1160. overflow: hidden;
  1161. width: 60px;
  1162. height: 60px;
  1163. }
  1164.  
  1165. .audioimgwrapper img {
  1166. width: 100%;
  1167. height: auto;
  1168. }
  1169. .trackdetails {
  1170. width: auto;
  1171. display:inline-block;
  1172. margin-left: 90px;
  1173. min-height: 85px;
  1174. }
  1175.  
  1176. .audiowrapper {
  1177. position: relative;
  1178. display:inline-block;
  1179. }
  1180.  
  1181. #updates {
  1182. position:fixed;
  1183. width:170px;
  1184. height:302px;
  1185. bottom:5px;
  1186. margin-left:876px;
  1187. font-size:11px;
  1188. padding:5px;
  1189. overflow:auto;
  1190. text-align:justify;
  1191. transition: all 0.9s ease-out;
  1192. -webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0,1)80%, rgba(0,0,0,0));
  1193. }
  1194.  
  1195.  
  1196. /*credit. only change this if you actually make the code your own*/
  1197.  
  1198. #credit {
  1199. position:fixed;
  1200. font-size:18px;
  1201. color:#640702;
  1202. font-weight:none;
  1203. line-height:50%;
  1204. letter-spacing:2px;
  1205. font-family:'prata';
  1206. right:20px;
  1207. bottom:15px;
  1208. text-transform:uppercase;
  1209. text-align:left;
  1210. -webkit-transition: all 0.5s ease-in-out;
  1211. -moz-transition: all 0.5s ease-in-out;
  1212. -o-transition: all 0.5s ease-in-out;
  1213. }
  1214.  
  1215. #credit a {
  1216. letter-spacing: 0px;
  1217. padding:3px;
  1218. color:#61003b;
  1219. }
  1220.  
  1221. #credit a:hover {
  1222. background:#edefde;
  1223. color:#fff;
  1224. }
  1225.  
  1226.  
  1227.  
  1228.  
  1229. {CustomCSS}
  1230.  
  1231. }
  1232.  
  1233. </style></head><body>
  1234. <script src=“http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  1235. <script src=“http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js”></script>
  1236. <script>
  1237. (function($){
  1238. $(document).ready(function(){
  1239. $("a[title]").style_my_tooltips({
  1240. tip_follows_cursor:true,
  1241. tip_delay_time:7,
  1242. tip_fade_speed:7,
  1243. attribute:"title"
  1244. });
  1245. });
  1246. })(jQuery);
  1247. </script>
  1248.  
  1249.  
  1250. <!-- YOUR UPDATES TAB -->
  1251. <div id="updates">
  1252. <h3>look a pretty title</h3>
  1253. 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.
  1254. <pre>pre title it pretty</pre>
  1255. 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.
  1256. <HR WIDTH=35%>
  1257. 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.
  1258. <HR WIDTH=35%>
  1259. 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.
  1260.  
  1261. </div>
  1262. <!-- END UPDATES TAB -->
  1263.  
  1264. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  1265. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  1266. <script>
  1267.  
  1268. (function($){
  1269.  
  1270. $(document).ready(function(){
  1271.  
  1272. $("a[title]").style_my_tooltips({
  1273.  
  1274. tip_follows_cursor:true,
  1275.  
  1276. tip_delay_time:50,
  1277.  
  1278. tip_fade_speed:600,
  1279.  
  1280. attribute:"title"
  1281.  
  1282. });
  1283.  
  1284. });
  1285.  
  1286. })(jQuery);
  1287.  
  1288. </script>
  1289.  
  1290.  
  1291.  
  1292.  
  1293. <div class="links">
  1294. <a href="/" title="home.">♕</a></div>
  1295.  
  1296. <div class="alinks">
  1297. <a href="#?w=300" title="Missives." rel="box1" class="poplight"><div id="linksys2"><div id="linksys2">♕</a></div>
  1298.  
  1299. <div class="blinks">
  1300. <a href="/rules" title="Laws of the Land.">♕</a></div>
  1301.  
  1302. <div class="clinks">
  1303. <a href="/about" title="The King.">♕</a></div>
  1304.  
  1305. <div class="dlinks">
  1306. <a href="/nav" title="The Kingdom.">♕</a></div>
  1307. </div>
  1308.  
  1309. <div id="description">{Description}</div>
  1310.  
  1311.  
  1312. <div id="pagination">
  1313. {block:Pagination}
  1314. {block:PreviousPage}
  1315. <a href="{PreviousPage}"><div id="backward">«</div></a>
  1316. {/block:PreviousPage}
  1317.  
  1318.  
  1319. {block:NextPage}
  1320. <a href="{NextPage}"><div id="forward">»</div></a>
  1321. {/block:NextPage}
  1322. {/block:Pagination}
  1323. </div>
  1324.  
  1325.  
  1326.  
  1327.  
  1328. </div>
  1329.  
  1330.  
  1331. <div id="container">
  1332. <div id="content">
  1333.  
  1334. {block:Posts}<div id="post">
  1335.  
  1336. {block:Text}
  1337. {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
  1338. {Body}
  1339. {/block:Text}
  1340.  
  1341. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1342.  
  1343. <center>{block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}</center>
  1344.  
  1345. {block:Quote}
  1346. <h2><div style="position:absolute; margin-left:-2px; margin-top:-5px;font-size:35px;-webkit-transform: rotate(30deg);-ms-transform: rotate(30deg);transform: rotate(30deg);">❛</div>{Quote}</h2>
  1347. <h3>—{Source}</h3>
  1348. {/block:Quote}
  1349.  
  1350. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1351.  
  1352. {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}
  1353.  
  1354. {block:AudioPlayer}
  1355. <div class="audiowrapper">
  1356. {block:AlbumArt}
  1357. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  1358. {/block:AlbumArt}
  1359.  
  1360. <div class="playerbuttonbg">
  1361. <div class="newplayerbutton">
  1362. <div class="playerbuttonhug">
  1363. {AudioPlayerWhite}
  1364. </div></div></div>
  1365.  
  1366. <div class="trackdetails">
  1367. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br/>
  1368. {block:Artist}{Artist}{/block:Artist}<br/>
  1369. {PlayCountWithLabel}
  1370. </div></div>
  1371. {block:Caption}{Caption}{/block:Caption}
  1372. {/block:AudioPlayer}
  1373.  
  1374. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1375.  
  1376. {block:Answer}
  1377. <div id="askheader"></div>
  1378. <div id="ask">{Asker}</div>
  1379. <span style="color:#4f4f4e;font-size:13px;letter-spacing:2px;"><center>ASKED:</center></span>
  1380. <div id="q">{Question}</div>
  1381. <div id="ans">{Answer}</div>
  1382. {/block:Answer}
  1383.  
  1384. {block:Date}
  1385. <div id="info">
  1386. <a href="{Permalink}" title="{ShortMonth} {DayOfMonthWithZero} - {TimeAgo}" style="position:absolute; margin-left:2px;font-size:20px; margin-top:33px;-webkit-transform: rotate(-10deg);-ms-transform: rotate(-10deg);transform: rotate(-10deg);text-shadow:0px 0px 6px #2d2936;text-transform:uppercase;">♔</a>
  1387. <a href="{Permalink}" title="{NoteCountWithLabel}" style="position:absolute; margin-left:22px; margin-top:8px;font-size:20px;-webkit-transform: rotate(20deg);-ms-transform: rotate(20deg);transform: rotate(20deg);text-shadow:0px 0px 6px #2d2936;text-transform:uppercase;">♔</a>
  1388. <a href={ReblogURL} target=”_blank” class=”details” title="reblog" style="position:absolute; margin-left:40px; margin-top:30px;font-size:20px;-webkit-transform: rotate(-10deg);-ms-transform: rotate(-10deg);transform: rotate(-10deg);text-shadow:0px 0px 6px #2d2936;text-transform:uppercase;">♔</a>
  1389. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  1390. <!-- {block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  1391. </div>
  1392. {/block:Date}
  1393.  
  1394.  
  1395. {block:HasTags}
  1396. <div class="tags">
  1397. {block:Tags} <a href="{TagURL}" title="{Tag}">&nbsp;#{Tag}&nbsp;</a> {/block:Tags}</div>
  1398. {/block:HasTags}
  1399.  
  1400.  
  1401. <div class="postnote">
  1402. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1403. </div>
  1404. </div>
  1405. {/block:Posts}
  1406. </div>
  1407. </div>
  1408. </div>
  1409. </div></div>
  1410.  
  1411.  
  1412.  
  1413.  
  1414. </div></div></div></div>
  1415. </div>
  1416.  
  1417. <div id="credit"><a href="http://butscrewmefirst.tumblr.com" title="code & image by manon"><big><big>ᶬ</big></big></a></div>
  1418.  
  1419. </body>
  1420.  
  1421. <div id="box1" class="question_block">
  1422. <div class="askbox"><div class="poptext">
  1423. <p><center><h6>A S K S&nbsp;&nbsp;&nbsp;H E R E</h6></center>
  1424. <p><iframe frameborder="0" border="0" scrolling="yes" width="100%" height="275px" allowtransparency="true" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;"></iframe>
  1425. </div></div></div>
  1426. </div></div></div></div></div></div></div></div></div></div>
  1427.  
  1428.  
  1429. <div id="box3" class="popup_block">
  1430. <div id="sidelinks">
  1431. <ul id="tabs">
  1432. <li class="active"><div id="butts1">CODE OF CONDUCT</div></li><li><div id="butts2">CASE STUDY</div></li><li><div id="butts3">VERSES</div></li><li><div id="butts4">HEADCANONS</div></li><li><div id="butts5">NAVIGATION</div></li></ul></div>
  1433. <ul id="tab"><li class="active"><div class="rules">
  1434. <div class="poptext">
  1435. <p><center><h6>G U I D E L I N E S</h6></center>
  1436. 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>
  1437. 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>
  1438. 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>
  1439. 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>
  1440. 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.
  1441.  
  1442.  
  1443. </li>
  1444.  
  1445. <li><div class="dossier">
  1446. <div class="poptext">
  1447. <p><center><h6>B I O G R A P H Y</h6></center>
  1448. Bio 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>
  1449. 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>
  1450. 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>
  1451. 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>
  1452. 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.
  1453.  
  1454. </li>
  1455.  
  1456. <li>
  1457.  
  1458. <div class="verses">
  1459. <div class="poptext">
  1460.  
  1461. <p><center><h6>V E R S E S</h6></center>
  1462.  
  1463. <p><img src="http://i.imgur.com/OmnALeO.png" align="left" style="width:75px;height:75px;">
  1464. <p><b>001.</b> <a href="/tag here."><i>VERSE</i></a>
  1465. <br>&nbsp; &nbsp; explanation.
  1466. <p>&nbsp;
  1467.  
  1468. <div align="right">
  1469. <img src="http://i.imgur.com/OmnALeO.png" align="right" style="width:75px;height:75px;">
  1470. <p><a href="/tag here."><i>VERSE&nbsp;</i></a> <b>002.</b>
  1471.  
  1472. <br>explanation.&nbsp; &nbsp;
  1473. <p>&nbsp;
  1474. </div>
  1475.  
  1476. <img src="http://i.imgur.com/OmnALeO.png" align="left" style="width:75px;height:75px;">
  1477. <p><b>003.</b> <a href="/tag here"><i>VERSE&nbsp;</i></a>
  1478.  
  1479. <br>&nbsp; &nbsp; explanation.
  1480. <p>&nbsp;
  1481.  
  1482. <div align="right">
  1483.  
  1484. <img src="http://i.imgur.com/OmnALeO.png" align="right" style="width:75px;height:75px;">
  1485. <p><a href="/tag here."><i>VERSE</i></a> <b>004.</b>
  1486.  
  1487. <br>explanation.&nbsp; &nbsp;
  1488. <p>&nbsp;
  1489. </div>
  1490.  
  1491. <img src="http://i.imgur.com/OmnALeO.png" align="left" style="width:75px;height:75px;">
  1492. <p><b>005.</b> <a href="/tag here."><i>VERSE</i></a>
  1493.  
  1494. <br>&nbsp; &nbsp; explanation.
  1495. <p>&nbsp;
  1496.  
  1497. <div align="right">
  1498.  
  1499. <img src="http://i.imgur.com/OmnALeO.png" align="right" style="width:75px;height:75px;">
  1500. <p><a href="/tag here."><i>VERSE</i></a> <b>006.</b>
  1501.  
  1502. <br>explanation.&nbsp; &nbsp;
  1503. <p>&nbsp;
  1504. </div>
  1505.  
  1506. <img src="http://i.imgur.com/OmnALeO.png" align="left" style="width:75px;height:75px;">
  1507. <p><b>007.</b> <a href="/tag here."><i>VERSE</i></a>
  1508.  
  1509. <br>&nbsp; &nbsp; explanation.
  1510. <p>&nbsp;
  1511.  
  1512. </li>
  1513.  
  1514. <li>
  1515.  
  1516. <div class="relations">
  1517. <div class="poptext">
  1518.  
  1519. <p><center><h6>H E A D C A N O N S</h6></center>
  1520.  
  1521. <p><div align="left">
  1522. <p><b>001.</b><i>HEADCANON</i></a>
  1523. <br>text here
  1524. <p>&nbsp;
  1525.  
  1526. <p><div align="right">
  1527. <p><b>002.</b><i>HEADCANON</i></a>
  1528. <br>text here
  1529. <p>&nbsp;
  1530.  
  1531. </li>
  1532.  
  1533. <li>
  1534.  
  1535. <!-- copy from here... -->
  1536. <div class="navigation">
  1537. <div class="poptext">
  1538. <center><a href="/link here" class="buttons">link title</a>
  1539. <a href="/link here" class="buttons">link title</a>
  1540. <a href="/link here" class="buttons">link title</a>
  1541. <a href="/link here" class="buttons">link title</a>
  1542. <a href="/link here" class="buttons">link title</a>
  1543. <a href="/link here" class="buttons">link title</a>
  1544. <a href="/link here" class="buttons">link title</a>
  1545. <a href="/link here" class="buttons">link title</a></center>
  1546.  
  1547. </div>
  1548.  
  1549. </li>
  1550.  
  1551.  
  1552. </ul>
  1553. </div></div></div></div></div></div></div></div></div></div></div></div>
  1554.  
  1555.  
  1556. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement