Advertisement
tiffxny21

dark moon ★

May 14th, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.82 KB | None | 0 0
  1. <html lang="en">
  2.  
  3. <head>
  4.  
  5. <title>{title}</title>
  6. <link rel="shortcut icon" href="{Favicon}"/>
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15. <script type="text/javascript"
  16. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  17. <script>
  18. $(document).ready(function() {
  19. //
  20. $('a.poplight[href^=#]').click(function() {
  21. var popID = $(this).attr('rel'); //Get Popup Name
  22. var popURL = $(this).attr('href'); //Get Popup href to define size
  23. var query= popURL.split('?');
  24. var dim= query[1].split('&');
  25. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  26. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  27. var popMargTop = ($('#' + popID).height() + 80) / 2;
  28. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  29. //Apply Margin to Popup
  30. $('#' + popID).css({
  31. 'margin-top' : -popMargTop,
  32. 'margin-left' : -popMargLeft
  33. });
  34. $('body').append('<div id="fade"></div>');
  35. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  36. return false;
  37. });
  38. $('a.close, #fade').live('click', function() {
  39. $('#fade , .popup_block').fadeOut(function() {
  40. $('#fade, a.close').remove(); //fade them both out
  41. });
  42. return false;
  43. });
  44. });
  45. </script>
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52. <!– verses script –>
  53. <script src="https://static.tumblr.com/dxh5xq2/v6Gn8ju1e/tabs.js"></script>
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61. <meta name="color:bg" content="#6b6b6b">
  62. <meta name="color:blog title" content="#000000">
  63. <meta name="color:link" content="#d4d4d4">
  64. <meta name="color:text" content="#76756e">
  65. <meta name="color:text title" content="#ffffff">
  66. <meta name="color:textbox colour" content="#242424">
  67. <meta name="color:description colour" content="#242424">
  68. <meta name="color:header" content="#ffffff">
  69. <meta name="color:tags" content="#8b8a82">
  70. <meta name="color:ask" content="#fcfcfc">
  71. <meta name="color:hover" content="#cecece">
  72. <meta name="color:bold" content="#c5c5c5">
  73. <meta name="color:italics" content="#c2c2c2">
  74. <meta name="color:links shadow" content="#3d2323">
  75. <meta name="color:font shadow" content="#000000">
  76. <meta name="color:border" content="#e7e7e7">
  77. <meta name="color:scrollbar" content="#d6d5d5">
  78. <meta name="color:info links" content="#d6d5d5">
  79. <meta name="color:sidebar links" content="#070505">
  80. <meta name="color:sidebar hover" content="#bcbcbc">
  81. <meta name="color:pagilink" content="#000000">
  82. <meta name="color:asker color" content="#a1a1a1">
  83. <meta name="color:quote" content="#d6d5d5">
  84. <meta name="color:sidebar header" content="#d6d5d5">
  85.  
  86.  
  87. <meta name="image: protip: make the popup tabs image, info and ask image, tooltips, description, and rulesbg your background image MINUS the textbox. (;" content=""/>
  88. <meta name="image:background image" content="'https://68.media.tumblr.com/a8bade95dfb3f087e916bc232e828607/tumblr_oig0m7YL1p1uv80u9o2_1280.png'"/>
  89. <meta name="image:popup image 445x450" content="'https://68.media.tumblr.com/3cdd627d9c1e42ffe82b946adc716c54/tumblr_oig0oxGBKT1uv80u9o1_500.png'"/>
  90. <meta name="image:popup tabs image" content="'https://68.media.tumblr.com/22cfa393d693ac9f9079dd1dcf854e2a/tumblr_oig0m7YL1p1uv80u9o1_1280.png'"/>
  91. <meta name="image:info and ask image" content="'https://68.media.tumblr.com/22cfa393d693ac9f9079dd1dcf854e2a/tumblr_oig0m7YL1p1uv80u9o1_1280.png'"/>
  92. <meta name="image:tooltips" content="'https://68.media.tumblr.com/22cfa393d693ac9f9079dd1dcf854e2a/tumblr_oig0m7YL1p1uv80u9o1_1280.png'"/>
  93. <meta name="image:description image" content="'https://68.media.tumblr.com/22cfa393d693ac9f9079dd1dcf854e2a/tumblr_oig0m7YL1p1uv80u9o1_1280.png'"/>
  94. <meta name="image:rulesbg" content="'https://68.media.tumblr.com/22cfa393d693ac9f9079dd1dcf854e2a/tumblr_oig0m7YL1p1uv80u9o1_1280.png'"/>
  95. <meta name="image:ask image" content="'https://68.media.tumblr.com/9ae5e03cd0051415eb4a662435bcf281/tumblr_oiih4xkb3L1uv80u9o1_100.png'"/>
  96.  
  97.  
  98.  
  99. <meta name="text:note about the textbox and description: they're going to be a little lower on your actual blog theme than on this preview. tweak them carefully! subtract about 35px from margin-top after you get it perfect on the preview!" content="">
  100. <meta name="text:BE SURE TO MOVE THE PAGINATION AND THE LINKS FIRST, IF YOU MUST MOVE THEM. MOVING THEM ALSO SHIFTS THE TEXTBOX AND DESCRIPTION." content="">
  101. <meta name="text:subtitle" content="WE ARE HAUNTED BY THE VASTNESS OF ETERNITY.">
  102. <meta name="text:main font" content="calibri">
  103. <meta name="text:main font size" content="9px">
  104. <meta name="text:link 1" content="ask.">
  105. <meta name="text:link 2" content="rules.">
  106. <meta name="text:link 3" content="about.">
  107. <meta name="text:link 4" content="verses.">
  108. <meta name="text:link 5" content="navi.">
  109. <meta name="text:link 6" content="mains.">
  110. <meta name="text:link 7" content="refresh.">
  111. <meta name="text:alink margin left" content="720px">
  112. <meta name="text:alink margin top" content="35px">
  113. <meta name="text:blink margin left" content="660px">
  114. <meta name="text:blink margin top" content="-40px">
  115. <meta name="text:clink margin left" content="760px">
  116. <meta name="text:clink margin top" content="55px">
  117. <meta name="text:dlink margin left" content="725px">
  118. <meta name="text:dlink margin top" content="5px">
  119. <meta name="text:elink margin left" content="740px">
  120. <meta name="text:elink margin top" content="15px">
  121. <meta name="text:flink margin left" content="720px">
  122. <meta name="text:flink margin top" content="-170px">
  123. <meta name="text:subtitle margin left" content="-650px">
  124. <meta name="text:subtitle margin top" content="400px">
  125. <meta name="text:textbox width" content="296px">
  126. <meta name="text:textbox height" content="425px">
  127. <meta name="text:textbox margin left" content="365px">
  128. <meta name="text:textbox margin top" content="194px">
  129. <meta name="text:description width" content="300px">
  130. <meta name="text:description height" content="130px">
  131. <meta name="text:description margin left" content="365px">
  132. <meta name="text:description margin top" content="22px">
  133. <meta name="text:width blockquote" content="270px">
  134. <meta name="text:width blockquote2" content="245px">
  135.  
  136.  
  137.  
  138.  
  139. <link href='https://fonts.googleapis.com/css?family=Alex+Brush' rel='stylesheet' type='text/css'>
  140. <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  141.  
  142. <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700italic' rel='stylesheet' type='text/css'>
  143. <link href="https://fonts.googleapis.com/css?family=Lora:700" rel="stylesheet">
  144.  
  145. <link href="https://fonts.googleapis.com/css?family=Rock+Salt" rel="stylesheet">
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  155. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  156. <script>
  157. (function($){
  158. $(document).ready(function(){
  159. $("a[title]").style_my_tooltips({
  160. tip_follows_cursor:true,
  161. tip_delay_time:100,
  162. tip_fade_speed:700,
  163. attribute:"title"
  164. });
  165. });
  166. })(jQuery);
  167. </script>
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174. <style type="text/css">
  175.  
  176.  
  177. ::-webkit-scrollbar {
  178. width: 2px;
  179. height: 2px;
  180. }
  181. ::-webkit-scrollbar-button {
  182. width: 0px;
  183. height: 0px;
  184. }
  185. ::-webkit-scrollbar-thumb {
  186. background: transparent;
  187. border: 0px none #ffffff;
  188. border-radius: 50px;
  189. }
  190. ::-webkit-scrollbar-thumb:hover {
  191. background: transparent;
  192. }
  193. ::-webkit-scrollbar-thumb:active {
  194. background: transparent;
  195. }
  196. ::-webkit-scrollbar-track {
  197. background: transparent;
  198. border: 0px none #ffffff;
  199. border-radius: 50px;
  200. }
  201. ::-webkit-scrollbar-track:hover {
  202. background: transparent;
  203. }
  204. ::-webkit-scrollbar-track:active {
  205. background: transparent;
  206. }
  207. ::-webkit-scrollbar-corner {
  208. background: transparent;
  209. }
  210.  
  211.  
  212.  
  213.  
  214.  
  215. #headerbar{
  216. left:50%;
  217. top:50%;
  218. margin-left:….px; /*– for placing –*/
  219. margin-top:…px; /*– for placing –*/
  220. width:…px; /*– sets width of your text –*/
  221. overflow:scroll;
  222. text-align:justify;
  223. color:#eee;
  224. font-family:calibri;
  225. font-weight:bold;
  226. font-size:12px;
  227. line-height:25px;
  228. }
  229.  
  230. #tabbar{
  231. left:50%;
  232. top:50%;
  233. margin-left:…px; /*– for placing –*/
  234. margin-top:9px; /*– for placing –*/
  235. width:…px; /*– sets width of your text –*/
  236. height:348px; /*– sets height of your text –*/
  237. overflow: scroll;
  238. text-align:justify;
  239. color:{color:text};
  240. font-family:calibri;
  241. font-size:9px;
  242. -webkit-transition: all 0.5s ease-in-out;
  243. -moz-transition: all 0.5s ease-in-out;
  244. -o-transition: all 0.5s ease-in-out;
  245. -ms-transition: all 0.5s ease-in-out;
  246. transition: all 0.5s ease-in-out;
  247. }
  248.  
  249. ul#tabs {text-align: center;}
  250. ul#tabs li { /*– your inactive / not viewed tabs –*/
  251. background-color:;#060638;
  252. display:inline-block;
  253. padding:2px;
  254. cursor:pointer;
  255. text-decoration:none;
  256. opacity:1;
  257. color:{color:text};
  258. border: 1px solid #000;
  259. padding:7px;
  260. background: url({image:popup tabs image});
  261. background-attachment:fixed;
  262. border-bottom-left-radius: 5px;
  263. border-bottom-right-radius: 5px;
  264. border-top-left-radius: 5px;
  265. border-top-right-radius: 5px;
  266. }
  267.  
  268. ul#tabs li.active { /*– your active tab –*/
  269. background-color:#060638;
  270. opacity:0.5;
  271. color:{color:text};
  272. -webkit-transition:
  273. all 0.5s ease-out;
  274. -moz-transition: all 0.5s ease-out;
  275. transition: all 0.5s ease-out;
  276. border: 1px solid #000;
  277. padding:7px;
  278. background: url({image:popup tabs image});
  279. background-attachment:fixed;
  280. border-bottom-left-radius: 5px;
  281. border-bottom-right-radius: 5px;
  282. border-top-left-radius: 5px;
  283. border-top-right-radius: 5px;
  284. }
  285.  
  286. ul#tab, ul#tabs{list-style-type:none;margin:0px;padding:0px;}
  287. ul#tab li.active {display: block;}
  288. ul#tab li {display: none;}
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295. #headerbar2{
  296. left:50%;
  297. top:50%;
  298. margin-left:….px; /*– for placing –*/
  299. margin-top:…px; /*– for placing –*/
  300. width:…px; /*– sets width of your text –*/
  301. overflow:scroll;
  302. text-align:justify;
  303. color:#eee;
  304. font-family:calibri;
  305. font-size:12px;
  306. line-height:25px;
  307. }
  308.  
  309. #tabbar2{
  310. left:50%;
  311. top:50%;
  312. margin-left:…px; /*– for placing –*/
  313. margin-top:9px; /*– for placing –*/
  314. width:…px; /*– sets width of your text –*/
  315. height:350px; /*– sets height of your text –*/
  316. overflow: scroll;
  317. text-align:justify;
  318. color:{color:text};
  319. font-family:calibri;
  320. font-size:9px;
  321. -webkit-transition: all 0.5s ease-in-out;
  322. -moz-transition: all 0.5s ease-in-out;
  323. -o-transition: all 0.5s ease-in-out;
  324. -ms-transition: all 0.5s ease-in-out;
  325. transition: all 0.5s ease-in-out;
  326. }
  327.  
  328. ul#tabs2 {text-align: center;}
  329. ul#tabs2 li { /*– your inactive / not viewed tabs –*/
  330. display:inline-block;
  331. padding:2px;
  332. cursor:pointer;
  333. text-decoration:none;
  334. opacity:1;
  335. color:{color:text};
  336. border: 0px solid #760004;
  337. padding:4px;
  338. background: transparent;
  339. background-attachment:fixed;
  340. border-bottom-left-radius: 5px;
  341. border-bottom-right-radius: 5px;
  342. border-top-left-radius: 5px;
  343. border-top-right-radius: 5px;
  344. }
  345.  
  346. ul#tabs2 li.active { /*– your active tab –*/
  347. background-attachment:fixed;
  348. opacity:1;
  349. color:{color:text};
  350. -webkit-transition:
  351. all 0.5s ease-out;
  352. -moz-transition: all 0.5s ease-out;
  353. transition: all 0.5s ease-out;
  354. border: 0px solid #760004;
  355. padding:4px;
  356. background: transparent;
  357. border-bottom-left-radius: 5px;
  358. border-bottom-right-radius: 5px;
  359. border-top-left-radius: 5px;
  360. border-top-right-radius: 5px;
  361. }
  362.  
  363. ul#tab2, ul#tabs2{list-style-type:none;margin:0px;padding:0px;}
  364. ul#tab2 li.active {display: block;}
  365. ul#tab2 li {display: none;}
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372. .popup_block{
  373. display:none;
  374. background: url({image:popup image 445x450});
  375. float:left;
  376. height:450px;
  377. width:600px;
  378. position:fixed;
  379. top: 55%; left: 55%;
  380. z-index:9999999999999;
  381. opacity:1;
  382. background-repeat:no-repeat;
  383. }
  384.  
  385.  
  386. *html #fade {position: absolute;}
  387. *html .popup_block {position: absolute;}
  388. #fade {
  389. display:none;
  390. position:fixed;
  391. left:0px;
  392. top:0px;
  393. width:100%;
  394. height:100%;
  395. z-index:999999;
  396. background:rgba(0, 0, 0, 0.5); /* change to #000 for solid white */
  397. }
  398.  
  399.  
  400. #popuptitle {
  401. font-weight:bold;
  402. margin-left:30px;
  403. margin-top:-15px;
  404. position: fixed;
  405. z-index:9999999999999999999999;
  406. -webkit-transform: rotate(0deg);
  407. -moz-transform: rotate(0deg);
  408. -o-transform: rotate(0deg);
  409. }
  410.  
  411.  
  412. #popuptext{
  413. margin-left:40px;
  414. margin-top:15px;
  415. width:370px;
  416. left:50%;
  417. top:50%;
  418. height:416px;
  419. padding:0px;
  420. overflow-y:scroll;
  421. text-align:justify;
  422. background:#242424;
  423. font-family:{text:main font};
  424. font-size:{text:main font size};
  425. color:{color:text};
  426. }
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435. #s-m-t-tooltip{
  436. background: url({image:tooltips});
  437. background-attachment:fixed;
  438. text-align:center;
  439. font-family: 'Lora', serif;
  440. color:{color:bold};
  441. font-size:15px;
  442. text-transform:uppercase;
  443. padding:8px;
  444. margin-left:5px;
  445. margin-right:5px;
  446. text-shadow: 0px 0px 3px {color:font shadow};
  447. box-shadow: 0px 0px 2px #000;
  448. border-bottom-left-radius: 5px;
  449. border-bottom-right-radius: 5px;
  450. border-top-left-radius: 5px;
  451. border-top-right-radius: 5px;
  452. z-index:999999999999999;
  453. }
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464. #cent{
  465. width:{text:textbox width};
  466. height:{text:textbox height};
  467. margin-left:{text:textbox margin left};
  468. margin-top:{text:textbox margin top};
  469. background-color:{color:textbox colour};
  470. position:absolute;
  471. padding:5px;
  472. overflow-x: hidden;
  473. overflow-y: auto;
  474. opacity:1;
  475. box-shadow: 0px 0px 30px #000;
  476. -webkit-transition: all 0.6s ease-in-out;
  477. -moz-transition: all 0.6s ease-in-out;
  478. -o-transition: all 0.6s ease-in-out;
  479. -ms-transition: all 0.6s ease-in-out;
  480. transition: all 0.6s ease-in-out;
  481. }
  482.  
  483. #cent img {
  484. height:auto;
  485. max-width:100%;
  486. }
  487.  
  488. #description{
  489. background-color:{color:description colour};
  490. width:{text:description width};
  491. height:{text:description height};
  492. margin-top:{text:description margin top};
  493. margin-left:{text:description margin left};
  494. position:fixed;
  495. padding:3px;
  496. opacity:1;
  497. overflow-x: hidden;
  498. overflow-y: auto;
  499. box-shadow: 0px 0px 30px #000;
  500. -webkit-transition: all 0.6s ease-in-out;
  501. -moz-transition: all 0.6s ease-in-out;
  502. -o-transition: all 0.6s ease-in-out;
  503. -ms-transition: all 0.6s ease-in-out;
  504. transition: all 0.6s ease-in-out;
  505. }
  506.  
  507. #info {
  508. width:100px;
  509. height:30px;
  510. font-size:16px;
  511. padding:4px 0px 1px 0px;
  512. }
  513.  
  514. #info a {
  515. color:{color:info links};
  516. font-size:20px;
  517. padding:0px;
  518. margin-left:15px;
  519. font-style:normal;
  520. text-shadow: 1px 1px 3px {color:info links};
  521. }
  522.  
  523. #info a:hover {
  524. color:{color:hover};
  525. -webkit-filter: blur(2px);
  526. text-shadow:1px 1px 7px {color:links shadow};
  527. -webkit-transition: all 0.5s ease-in-out;
  528. -moz-transition: all 0.5s ease-in-out;
  529. -o-transition: all 0.5s ease-in-out;
  530. -ms-transition: all 0.5s ease-in-out;
  531. transition: all 0.5s ease-in-out;
  532. }
  533.  
  534. .tags {
  535. width:220px;
  536. font-family: arial;
  537. font-weight:bold;
  538. margin-left:50px;
  539. margin-top:10px;
  540. font-size:{text:main font size};
  541. color:{color:tags};
  542. padding-bottom:40px;
  543. }
  544.  
  545. .tags a {
  546. color:{color:tags};
  547. }
  548.  
  549. .tags a:hover {
  550. -webkit-filter: blur(1px);
  551. color:{color:hover};
  552. }
  553.  
  554. .pagenotes {
  555. {block:IndexPage}
  556. display: none!important;
  557. {/block:IndexPage}
  558. width:{text:textbox width};
  559. text-align:left;
  560. }
  561.  
  562. .pagenotes img {
  563. display:none!important;
  564. }
  565. .pagenotes li {
  566. list-style-type:none;
  567. padding:5px 0px;
  568. text-align:left;
  569. margin:0 0 0 -40px;
  570. }
  571.  
  572.  
  573.  
  574.  
  575.  
  576. asky {
  577. text-transform: italic;
  578. color:{color:asker color};
  579. letter-spacing:1px;
  580. text-shadow:1px 1px 1px {color:text shadow};
  581. font-size:30px;
  582. font-family: 'Alex Brush', cursive;
  583. }
  584.  
  585. .q {
  586. margin-top:-12px;
  587. background: url({image:info and ask image});
  588. border:0px solid #760004;
  589. box-shadow:0px 0px 0px #760004;
  590. background-attachment:fixed;
  591. text-shadow:0 0 10px #000;
  592. border-top-left-radius: 5px;
  593. border-top-right-radius: 5px;
  594. border-bottom-left-radius: 5px;
  595. border-bottom-right-radius: 5px;
  596. border-top:0px;
  597. border-bottom:0px solid #760004;
  598. }
  599.  
  600. .as {
  601. font-weight:bold;
  602. margin-left:10px;
  603. padding-bottom:10px;
  604. }
  605.  
  606. .a {
  607. margin-top:20px;
  608. text-shadow: 0px 0px 3px #000;
  609. color:{color:text};
  610. }
  611.  
  612.  
  613.  
  614.  
  615. .chat ul {
  616. list-style-type: none;
  617. }
  618. .line {padding:5px 0;
  619. }
  620. .label {font-weight:bold;
  621. }
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629. blockquote {
  630. padding:0px 0 0px 10px;
  631. border-left:2px solid {color:text};
  632. border-radius:5px;
  633. margin-left:5px;
  634. width:{text:width blockquote};
  635. }
  636. blockquote blockquote {
  637. padding:0px 0 0px 10px;
  638. border-left:2px solid {color:text};
  639. border-radius:5px;
  640. margin-left:10px;
  641. width:{text:width blockquote2};
  642. }
  643.  
  644. body {
  645. background: url({image:background image});
  646. background-repeat:no-repeat;
  647. background-color:{color:bg};
  648. color:{color:text};
  649. font-family:{text:main font};
  650. font-size:{text:main font size};
  651. text-align:justify;
  652. margin:0;
  653. line-height:15px;
  654. }
  655.  
  656. body img {
  657. height:auto;
  658. max-width:100%;
  659.  
  660. }
  661.  
  662.  
  663. a {
  664. color:{color:link};
  665. text-decoration:none;
  666. }
  667.  
  668. a:hover {
  669. color:{color:hover};
  670. text-decoration:none;
  671. -webkit-transition: all 0.8s ease-out;
  672. -moz-transition: all 0.8s ease-out;
  673. transition: all 0.8s ease-out;
  674. -webkit-filter: blur(1px);
  675. }
  676.  
  677. img{
  678. opacity:1;
  679. border:none;
  680. text-decoration:none
  681. }
  682.  
  683.  
  684. b, strong {
  685. font-weight: bold;
  686. color:{color:bold};
  687. text-shadow:1px 1px 1px {color:font shadow};
  688. font-size:13px;
  689. line-height:10px;
  690. text-transform:uppercase;
  691. }
  692.  
  693. big {
  694. font-size:40px;
  695. }
  696.  
  697. small, sub, sup {
  698. font-size:{text:main font size};
  699. font-family:{text:main font};
  700. }
  701.  
  702. i, em {
  703. text-transform: bold;
  704. color:{color:italics};
  705. letter-spacing:1px;
  706. text-shadow:1px 1px 1px {color:font shadow};
  707. font-size:15px;
  708. font-family: 'Alex Brush', cursive;
  709. text-transform:lowercase;
  710. }
  711.  
  712. #title {
  713. font-size:20px;
  714. font-family: 'Lora', serif;
  715. text-align:center;
  716. line-height:100%;
  717. letter-spacing:-0.5px;
  718. color:{color:text title};
  719. font-weight:bold;
  720. text-transform:uppercase;
  721. padding:5px;
  722. padding-bottom:2px;
  723. }
  724.  
  725. h2 {
  726. font-size:15px;
  727. font-family: 'Lora', serif;
  728. text-align:right;
  729. line-height:100%;
  730. letter-spacing:-0.5px;
  731. color:{color:header};
  732. font-weight:bold;
  733. text-transform:uppercase;
  734. padding:5px;
  735. padding-bottom:2px;
  736. }
  737.  
  738. sidebary {
  739. font-size:14px;
  740. font-family: 'Lora', serif;
  741. text-align:center;
  742. line-height:100%;
  743. letter-spacing:-0.5px;
  744. color:{color:text};
  745. font-weight:bold;
  746. text-transform:uppercase;
  747. padding:5px;
  748. padding-bottom:2px;
  749. }
  750.  
  751. h3 {
  752. font-size:13px;
  753. font-family: 'Rosario', sans-serif;
  754. text-align:center;
  755. line-height:50%;
  756. letter-spacing:-0.5px;
  757. color:{color:text};
  758. font-weight:bold;
  759. text-transform:uppercase;
  760. padding:0px;
  761. padding-top:-5px;
  762. padding-bottom:2px;
  763. }
  764.  
  765. quoty {
  766. font-size:18px;
  767. font-family: {text:main font};
  768. text-align:center;
  769. line-height:100%;
  770. letter-spacing:-0.5px;
  771. color:{color:quote};
  772. font-weight:bold;
  773. text-transform:uppercase;
  774. padding:5px;
  775. padding-bottom:2px;
  776. }
  777.  
  778.  
  779.  
  780. .player {
  781. width:25px;
  782. height:25px;
  783. overflow:hidden;
  784. position:absolute;
  785. background:white;
  786. }
  787.  
  788. .audioinfo {
  789. margin-left:50px;
  790. }
  791.  
  792. #descbg {
  793. background: url({image:description image});
  794. background-attachment:fixed;
  795. background-repeat: repeat-y;
  796. text-align:center;
  797. font-family: 'Lora', serif;
  798. color:{color:sidebar header};
  799. font-size:20px;
  800. line-height:110%;
  801. margin-left:5px;
  802. margin-right:5px;
  803. text-shadow: 0px 0px 3px #000;
  804. box-shadow:1px 1px 20px #000;
  805. border-bottom-left-radius: 50px;
  806. border-bottom-right-radius: 50px;
  807. border-top-left-radius: 50px;
  808. border-top-right-radius: 50px;
  809. }
  810.  
  811. #rulesbg {
  812. background: url({image:rulesbg});
  813. background-attachment:fixed;
  814. background-repeat: repeat-y;
  815. text-align:center;
  816. font-family: 'Lora', serif;
  817. color:{color:sidebar header};
  818. font-size:20px;
  819. line-height:110%;
  820. margin-left:5px;
  821. margin-right:5px;
  822. text-shadow: 0px 0px 3px #000;
  823. box-shadow:1px 1px 20px #000;
  824. border-bottom-left-radius: 50px;
  825. border-bottom-right-radius: 50px;
  826. border-top-left-radius: 50px;
  827. border-top-right-radius: 50px;
  828. }
  829.  
  830.  
  831.  
  832.  
  833.  
  834. #alinks {
  835. margin-top:{text:alink margin top};
  836. width:10px;
  837. margin-left:{text:alink margin left};
  838. font-family:'calibri';
  839. color:#792249;
  840. font-size:30px;
  841. font-weight:bold;
  842. text-shadow:0 0 10px {color:sidebar hover};
  843. -webkit-transition: all 0.5s ease-in-out;
  844. -moz-transition: all 0.5s ease-in-out;
  845. -o-transition: all 0.5s ease-in-out;
  846. -ms-transition: all 0.5s ease-in-out;
  847. transition: all 0.5s ease-in-out;
  848. -webkit-transform: rotate(20deg);
  849. -moz-transform: rotate(20deg);
  850. -o-transform: rotate(20deg);
  851. }
  852.  
  853. #alinks a {
  854. padding:3px;
  855. font-size:25px;
  856. color:{color:sidebar links};
  857. }
  858.  
  859. #alinks a:hover {
  860. -webkit-filter: blur(3px);
  861. color:{color:hover};
  862. text-shadow:0 0 7px #fff;
  863. -webkit-transition: all 0.5s ease-in-out;
  864. -moz-transition: all 0.5s ease-in-out;
  865. -o-transition: all 0.5s ease-in-out;
  866. -ms-transition: all 0.5s ease-in-out;
  867. transition: all 0.5s ease-in-out;
  868. }
  869.  
  870. #blinks {
  871. margin-top:{text:blink margin top};
  872. width:10px;
  873. margin-left:{text:blink margin left};
  874. font-family:'calibri';
  875. color:transparent;
  876. font-size:30px;
  877. font-weight:bold;
  878. text-shadow:0 0 10px {color:sidebar hover};
  879. -webkit-transition: all 0.5s ease-in-out;
  880. -moz-transition: all 0.5s ease-in-out;
  881. -o-transition: all 0.5s ease-in-out;
  882. -ms-transition: all 0.5s ease-in-out;
  883. transition: all 0.5s ease-in-out;
  884. -webkit-transform: rotate(-20deg);
  885. -moz-transform: rotate(-20deg);
  886. -o-transform: rotate(-20deg);
  887. }
  888.  
  889. #blinks a {
  890. padding:3px;
  891. font-size:10px;
  892. color:{color:sidebar links};
  893. }
  894.  
  895. #blinks a:hover {
  896. -webkit-filter: blur(3px);
  897. color:{color:hover};
  898. text-shadow:0 0 7px #fff;
  899. -webkit-transition: all 0.5s ease-in-out;
  900. -moz-transition: all 0.5s ease-in-out;
  901. -o-transition: all 0.5s ease-in-out;
  902. -ms-transition: all 0.5s ease-in-out;
  903. transition: all 0.5s ease-in-out;
  904. }
  905.  
  906. #clinks {
  907. margin-top:{text:clink margin top};
  908. width:10px;
  909. margin-left:{text:clink margin left};
  910. font-family:'calibri';
  911. color:transparent;
  912. font-size:30px;
  913. font-weight:bold;
  914. text-shadow:0 0 10px {color:sidebar hover};
  915. -webkit-transition: all 0.5s ease-in-out;
  916. -moz-transition: all 0.5s ease-in-out;
  917. -o-transition: all 0.5s ease-in-out;
  918. -ms-transition: all 0.5s ease-in-out;
  919. transition: all 0.5s ease-in-out;
  920. -webkit-transform: rotate(-10deg);
  921. -moz-transform: rotate(-10deg);
  922. -o-transform: rotate(-10deg);
  923. }
  924.  
  925. #clinks a {
  926. padding:3px;
  927. font-size:10px;
  928. color:{color:sidebar links};
  929. }
  930.  
  931. #clinks a:hover {
  932. -webkit-filter: blur(3px);
  933. color:{color:hover};
  934. text-shadow:0 0 7px #fff;
  935. -webkit-transition: all 0.5s ease-in-out;
  936. -moz-transition: all 0.5s ease-in-out;
  937. -o-transition: all 0.5s ease-in-out;
  938. -ms-transition: all 0.5s ease-in-out;
  939. transition: all 0.5s ease-in-out;
  940. }
  941.  
  942. #dlinks {
  943. margin-top:{text:dlink margin top};
  944. width:10px;
  945. margin-left:{text:dlink margin left};
  946. font-family:'calibri';
  947. color:transparent;
  948. font-size:25px;
  949. font-weight:bold;
  950. text-shadow:0 0 10px {color:sidebar hover};
  951. -webkit-transition: all 0.5s ease-in-out;
  952. -moz-transition: all 0.5s ease-in-out;
  953. -o-transition: all 0.5s ease-in-out;
  954. -ms-transition: all 0.5s ease-in-out;
  955. transition: all 0.5s ease-in-out;
  956. -webkit-transform: rotate(30deg);
  957. -moz-transform: rotate(30deg);
  958. -o-transform: rotate(30deg);
  959. }
  960.  
  961. #dlinks a {
  962. padding:3px;
  963. font-size:12px;
  964. color:{color:sidebar links};
  965. }
  966.  
  967. #dlinks a:hover {
  968. -webkit-filter: blur(3px);
  969. color:{color:hover};
  970. text-shadow:0 0 7px #fff;
  971. -webkit-transition: all 0.5s ease-in-out;
  972. -moz-transition: all 0.5s ease-in-out;
  973. -o-transition: all 0.5s ease-in-out;
  974. -ms-transition: all 0.5s ease-in-out;
  975. transition: all 0.5s ease-in-out;
  976. }
  977.  
  978. #elinks {
  979. margin-top:{text:elink margin top};
  980. width:10px;
  981. margin-left:{text:elink margin left};
  982. font-family:'calibri';
  983. color:transparent;
  984. font-size:25px;
  985. font-weight:bold;
  986. text-shadow:0 0 10px {color:sidebar hover};
  987. -webkit-transition: all 0.5s ease-in-out;
  988. -moz-transition: all 0.5s ease-in-out;
  989. -o-transition: all 0.5s ease-in-out;
  990. -ms-transition: all 0.5s ease-in-out;
  991. transition: all 0.5s ease-in-out;
  992. -webkit-transform: rotate(10deg);
  993. -moz-transform: rotate(10deg);
  994. -o-transform: rotate(10deg);
  995. }
  996.  
  997. #elinks a {
  998. padding:3px;
  999. font-size:11px;
  1000. color:{color:sidebar links};
  1001. }
  1002.  
  1003. #elinks a:hover {
  1004. -webkit-filter: blur(3px);
  1005. color:{color:hover};
  1006. text-shadow:0 0 7px #fff;
  1007. -webkit-transition: all 0.5s ease-in-out;
  1008. -moz-transition: all 0.5s ease-in-out;
  1009. -o-transition: all 0.5s ease-in-out;
  1010. -ms-transition: all 0.5s ease-in-out;
  1011. transition: all 0.5s ease-in-out;
  1012. }
  1013.  
  1014. #flinks {
  1015. margin-top:{text:flink margin top};
  1016. width:10px;
  1017. margin-left:{text:flink margin left};
  1018. font-family:'calibri';
  1019. color:transparent;
  1020. font-size:30px;
  1021. font-weight:bold;
  1022. text-shadow:0 0 10px {color:sidebar hover};
  1023. -webkit-transition: all 0.5s ease-in-out;
  1024. -moz-transition: all 0.5s ease-in-out;
  1025. -o-transition: all 0.5s ease-in-out;
  1026. -ms-transition: all 0.5s ease-in-out;
  1027. transition: all 0.5s ease-in-out;
  1028. -webkit-transform: rotate(0deg);
  1029. -moz-transform: rotate(0deg);
  1030. -o-transform: rotate(0deg);
  1031. }
  1032.  
  1033. #flinks a {
  1034. padding:3px;
  1035. font-size:11px;
  1036. color:{color:sidebar links};
  1037. }
  1038.  
  1039. #flinks a:hover {
  1040. -webkit-filter: blur(3px);
  1041. color:{color:hover};
  1042. text-shadow:0 0 7px #fff;
  1043. -webkit-transition: all 0.5s ease-in-out;
  1044. -moz-transition: all 0.5s ease-in-out;
  1045. -o-transition: all 0.5s ease-in-out;
  1046. -ms-transition: all 0.5s ease-in-out;
  1047. transition: all 0.5s ease-in-out;
  1048. }
  1049.  
  1050. #glinks {
  1051. margin-top:{text:subtitle margin top};
  1052. width:450px;
  1053. margin-left:{text:subtitle margin left};
  1054. font-family:'calibri';
  1055. color:transparent;
  1056. font-size:40px;
  1057. text-align:center;
  1058. line-height:30px;
  1059. font-weight:bold;
  1060. text-shadow:0 0 10px transparent;
  1061. -webkit-transition: all 0.5s ease-in-out;
  1062. -moz-transition: all 0.5s ease-in-out;
  1063. -o-transition: all 0.5s ease-in-out;
  1064. -ms-transition: all 0.5s ease-in-out;
  1065. transition: all 0.5s ease-in-out;
  1066. -webkit-transform: rotate(-90deg);
  1067. -moz-transform: rotate(-90deg);
  1068. -o-transform: rotate(-90deg);
  1069. }
  1070.  
  1071. #glinks a {
  1072. padding:3px;
  1073. font-size:30px;
  1074. color:{color:blog title};
  1075. }
  1076.  
  1077. #glinks a:hover {
  1078. -webkit-filter: blur(3px);
  1079. color:{color:hover};
  1080. text-shadow:0 0 7px #fff;
  1081. -webkit-transition: all 0.5s ease-in-out;
  1082. -moz-transition: all 0.5s ease-in-out;
  1083. -o-transition: all 0.5s ease-in-out;
  1084. -ms-transition: all 0.5s ease-in-out;
  1085. transition: all 0.5s ease-in-out;
  1086. }
  1087.  
  1088.  
  1089.  
  1090.  
  1091.  
  1092.  
  1093.  
  1094. #pagination {
  1095. margin-top:-470px;
  1096. margin-left:320px;
  1097. width:400px;
  1098. color:{color:pagilink};
  1099. font-size:24px;
  1100. text-align:center;
  1101. -webkit-transition: all 0.5s ease-in-out;
  1102. -moz-transition: all 0.5s ease-in-out;
  1103. -o-transition: all 0.5s ease-in-out;
  1104. -ms-transition: all 0.5s ease-in-out;
  1105. transition: all 0.5s ease-in-out;
  1106. }
  1107.  
  1108. .pagilink
  1109. {
  1110. font-weight:bold;
  1111. font-size:24px;
  1112. text-height:100px;
  1113. position: center;
  1114. width:400px;
  1115. color:{color:pagilink};
  1116. -webkit-transform: rotate(0deg);
  1117. -moz-transform: rotate(0deg);
  1118. -o-transform: rotate(0deg);
  1119. }
  1120.  
  1121. .pagilink:hover {
  1122. color:{color:hover};
  1123. text-shadow:0 0 7px #807a78;
  1124. -webkit-transition: all 0.5s ease-in-out;
  1125. -moz-transition: all 0.5s ease-in-out;
  1126. -o-transition: all 0.5s ease-in-out;
  1127. -ms-transition: all 0.5s ease-in-out;
  1128. transition: all 0.5s ease-in-out;
  1129. }
  1130.  
  1131.  
  1132.  
  1133.  
  1134.  
  1135.  
  1136.  
  1137.  
  1138.  
  1139.  
  1140.  
  1141. #credit {
  1142. right:30px;
  1143. bottom:10px;
  1144. font-size:40px;
  1145. padding:5px;
  1146. color:{color:text};
  1147. background-color:transparent;
  1148. text-transform:uppercase;
  1149. border:0px solid {color:border};
  1150. position:fixed;
  1151. -webkit-transition: all 0.5s ease-out;
  1152. -moz-transition: all 0.5s ease-out;
  1153. transition: all 0.5s ease-out;
  1154. -webkit-transform: rotate(-45deg);
  1155. -moz-transform: rotate(-45deg);
  1156. -o-transform: rotate(-45deg);
  1157. }
  1158.  
  1159. #credit a:hover {
  1160. color:{color:hover};
  1161. -webkit-filter: blur(2px);
  1162. text-shadow:0 0 10px #fff;
  1163. -webkit-transition: all 0.5s ease-in-out;
  1164. -moz-transition: all 0.5s ease-in-out;
  1165. -o-transition: all 0.5s ease-in-out;
  1166. -ms-transition: all 0.5s ease-in-out;
  1167. transition: all 0.5s ease-in-out;
  1168. -webkit-transform: rotate(-45deg);
  1169. -moz-transform: rotate(-45deg);
  1170. -o-transform: rotate(-45deg);
  1171. }
  1172.  
  1173.  
  1174.  
  1175.  
  1176.  
  1177.  
  1178. #animated-pulse {
  1179. margin:...px auto;
  1180. width:..px;
  1181. -webkit-box-shadow: 0 0px 0px 0px black;
  1182. -moz-box-shadow: 0 0px 0px 0px black;
  1183. box-shadow: 0 0px 0px 0px black;
  1184. text-align: center;
  1185. padding: 0px;
  1186. }
  1187.  
  1188.  
  1189. .animated1 {
  1190. -webkit-animation-name: bounceIn;
  1191. -webkit-animation-duration: 4s;
  1192. -webkit-animation-iteration-count: 500;
  1193. -webkit-animation-timing-function: ease-in;
  1194. -webkit-animation-fill-mode: forwards;
  1195.  
  1196. animation-name: bounceIn;
  1197. animation-duration: 4s;
  1198. animation-iteration-count: 500;
  1199. animation-timing-function: ease-in;
  1200. animation-fill-mode: forwards;
  1201. }
  1202.  
  1203. .animated2 {
  1204. -webkit-animation-name: bounceIn;
  1205. -webkit-animation-duration: 5s;
  1206. -webkit-animation-iteration-count: 500;
  1207. -webkit-animation-timing-function: ease-out;
  1208. -webkit-animation-fill-mode: forwards;
  1209.  
  1210. animation-name: bounceIn;
  1211. animation-duration: 5s;
  1212. animation-iteration-count: 500;
  1213. animation-timing-function: ease-out;
  1214. animation-fill-mode: forwards;
  1215. }
  1216.  
  1217. .animated3 {
  1218. -webkit-animation-name: bounceIn;
  1219. -webkit-animation-duration: 6s;
  1220. -webkit-animation-iteration-count: 500;
  1221. -webkit-animation-timing-function: ease-in;
  1222. -webkit-animation-fill-mode: forwards;
  1223.  
  1224. animation-name: bounceIn;
  1225. animation-duration: 6s;
  1226. animation-iteration-count: 500;
  1227. animation-timing-function: ease-in;
  1228. animation-fill-mode: forwards;
  1229. }
  1230.  
  1231. .animated4 {
  1232. -webkit-animation-name: bounceIn;
  1233. -webkit-animation-duration: 4s;
  1234. -webkit-animation-iteration-count: 500;
  1235. -webkit-animation-timing-function: ease-out;
  1236. -webkit-animation-fill-mode: forwards;
  1237.  
  1238. animation-name: bounceIn;
  1239. animation-duration: 4s;
  1240. animation-iteration-count: 500;
  1241. animation-timing-function: ease-out;
  1242. animation-fill-mode: forwards;
  1243. }
  1244.  
  1245. .animated5 {
  1246. -webkit-animation-name: bounceIn;
  1247. -webkit-animation-duration: 5s;
  1248. -webkit-animation-iteration-count: 500;
  1249. -webkit-animation-timing-function: ease-in;
  1250. -webkit-animation-fill-mode: forwards;
  1251.  
  1252. animation-name: bounceIn;
  1253. animation-duration: 5s;
  1254. animation-iteration-count: 500;
  1255. animation-timing-function: ease-in;
  1256. animation-fill-mode: forwards;
  1257. }
  1258.  
  1259. .animated6 {
  1260. -webkit-animation-name: bounceIn;
  1261. -webkit-animation-duration: 6s;
  1262. -webkit-animation-iteration-count: 500;
  1263. -webkit-animation-timing-function: ease-out;
  1264. -webkit-animation-fill-mode: forwards;
  1265.  
  1266. animation-name: bounceIn;
  1267. animation-duration: 6s;
  1268. animation-iteration-count: 500;
  1269. animation-timing-function: ease-out;
  1270. animation-fill-mode: forwards;
  1271. }
  1272.  
  1273. /*
  1274. * Pulse animation
  1275. */
  1276.  
  1277. @-webkit-keyframes pulse {
  1278. 0% { -webkit-transform: scale(1); }
  1279. 50% { -webkit-transform: scale(1.7); }
  1280. 100% { -webkit-transform: scale(1); }
  1281. }
  1282. @keyframes pulse {
  1283. 0% { transform: scale(1); }
  1284. 50% { transform: scale(1.7); }
  1285. 100% { transform: scale(1); }
  1286. }
  1287. .pulse {
  1288. -webkit-animation-name: pulse;
  1289. animation-name: pulse;
  1290. }
  1291.  
  1292.  
  1293.  
  1294.  
  1295.  
  1296.  
  1297.  
  1298.  
  1299.  
  1300.  
  1301.  
  1302.  
  1303.  
  1304.  
  1305. {CustomCSS}
  1306.  
  1307.  
  1308. .media {
  1309. position: relative;
  1310. padding-bottom: 75%;
  1311. height: 0;
  1312. overflow: hidden;
  1313. }
  1314.  
  1315. .media iframe,
  1316. .media object,
  1317. .media embed {
  1318. position: absolute;
  1319. top: 0;
  1320. left: 0;
  1321. width: 100%;
  1322. height: 100%;
  1323. }
  1324.  
  1325.  
  1326.  
  1327. </style>
  1328.  
  1329. </head>
  1330. <body>
  1331.  
  1332.  
  1333.  
  1334.  
  1335.  
  1336.  
  1337.  
  1338.  
  1339.  
  1340.  
  1341.  
  1342. <div id="links">
  1343.  
  1344. <div id="alinks">
  1345. <div id="animated-pulse" class="animated1 pulse"><a href="#?w=447" rel="askbox" class="poplight" title="{text:link 1}">✦</a> </div></div>
  1346.  
  1347. <div id="blinks">
  1348. <div id="animated-pulse" class="animated2 pulse"><a href="#?w=447" rel="rulesbox" class="poplight" title="{text:link 2}">✦</a> </div></div>
  1349.  
  1350. <div id="clinks">
  1351. <div id="animated-pulse" class="animated3 pulse"><a href="#?w=447" rel="aboutbox" class="poplight" title="{text:link 3}">✦</a> </div></div>
  1352.  
  1353. <div id="dlinks">
  1354. <div id="animated-pulse" class="animated4 pulse"><a href="#?w=447" rel="versesbox" class="poplight" title="{text:link 4}">✦</a> </div></div>
  1355.  
  1356. <div id="elinks">
  1357. <div id="animated-pulse" class="animated5 pulse"><a href="#?w=447" rel="navibox" class="poplight" title="{text:link 5}">✦</a> </div></div>
  1358.  
  1359. <div id="flinks">
  1360. <div id="animated-pulse" class="animated6 pulse"><a href="#?w=447" rel="mainsbox" class="poplight" title="{text:link 6}">✦</a> </div>
  1361.  
  1362. <div id="glinks">
  1363. <a href="/" title="{text:link 7}">{text:subtitle}</a> </div>
  1364.  
  1365. </div>
  1366.  
  1367.  
  1368.  
  1369.  
  1370.  
  1371.  
  1372.  
  1373.  
  1374. <div id="pagination">
  1375. {block:PreviousPage}<a href="{PreviousPage}"><span class="pagilink">RISE </span></a>{/block:PreviousPage} | {block:NextPage}<a href="{NextPage}"><span class="pagilink"> FALL</span></a>{/block:NextPage}
  1376. </div>
  1377.  
  1378.  
  1379.  
  1380.  
  1381.  
  1382.  
  1383.  
  1384.  
  1385.  
  1386.  
  1387. <div id="description">
  1388. <center>
  1389.  
  1390. <div id="descbg">VASTNESS</div><br>
  1391.  
  1392. And so we ask ourselves: will our actions echo across the centuries? Will strangers hear our names long after we are gone and wonder who we were, how bravely we fought, how fiercely we loved? <b>-Odysseus</b></b><p>
  1393.  
  1394. <div id="descbg">OF</div><br>
  1395.  
  1396. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas in neque a metus egestas vulputate et eu felis. Sed lacinia malesuada efficitur. Ut aliquet egestas nisi, vitae scelerisque nibh eleifend in. Curabitur ultrices tincidunt eleifend.<p>
  1397.  
  1398. <div id="descbg">ETERNITY</div><br>
  1399.  
  1400. Vivamus gravida nibh eu elit tempor, ac vehicula nunc viverra. Cras ac dapibus quam. Sed pulvinar, massa eget maximus varius, mi lectus lobortis nulla, et dapibus nisi erat a ex. Vivamus ultrices sollicitudin mauris, in aliquam erat facilisis venenatis.
  1401.  
  1402. </div>
  1403.  
  1404. <div id="cent">
  1405.  
  1406. {block:Posts}
  1407.  
  1408. <div id="post">
  1409.  
  1410.  
  1411. {block:Date}
  1412. <div id="info">
  1413. <a href="{Permalink}" title="{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}, {12Hour}:{Minutes}" style="position:absolute; margin-left:0px; font-size:25px; margin-top:-2px; -webkit-transform: rotate(-80deg); -ms-transform: rotate(-80deg); transform: rotate(30deg);">☾</a>
  1414. {block:NoteCount}<a href="{Permalink}" title="{NoteCount}" style="position:absolute; margin-left:15px; margin-top:10px; font-size:15px; -webkit-transform: rotate(-30deg); -ms-transform: rotate(-30deg); transform: rotate(-30deg);">✦</a>{/block:NoteCount}
  1415. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}" style="position:absolute; margin-left:25px; font-size:22px; margin-top:-3px; -webkit-transform: rotate(-20deg); -ms-transform: rotate(-20deg); transform: rotate(-20deg);">✦</a>
  1416. {block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}" style="position:absolute; margin-left:47px; margin-top:7px; -webkit-transform: rotate(-40deg); -ms-transform: rotate(-40deg); transform: rotate(-60deg);">✦</a>
  1417. {/block:ContentSource}{/block:RebloggedFrom}
  1418. </div>
  1419. {/block:Date}
  1420.  
  1421.  
  1422.  
  1423.  
  1424. {block:Quote}
  1425.  
  1426.  
  1427. <div id="titlequote" align="right"><quoty>“{Quote}”</quoty><p></div>
  1428. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  1429. {/block:Quote}
  1430.  
  1431.  
  1432.  
  1433. {block:Text}
  1434.  
  1435. {block:Title}
  1436. <div id="title" align="right">{Title}</div>{/block:Title}
  1437. {Body}
  1438. {/block:Text}
  1439.  
  1440. {block:Link}
  1441. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{/block:Description}
  1442. {/block:Link}
  1443.  
  1444. {block:Chat}
  1445. {block:Title}<h2><center>{Title}</center></h2>{/block:Title}
  1446. <div class="chat"><center>{block:Lines}
  1447. <li class="line {Alt}">
  1448. {block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}
  1449. <br>{Line}</li>{/block:Lines}
  1450. </center></div>
  1451. {/block:Chat}
  1452.  
  1453. {block:Photo}
  1454. {LinkOpenTag}<img src="{PhotoURL-HighRes}" width="{text:textbox width}">{LinkCloseTag}
  1455. {/block:Photo}
  1456.  
  1457. {block:Photoset}
  1458. {Photoset}
  1459. {/block:Photoset}
  1460.  
  1461. {block:Video}
  1462. <div class="media" width="{text:textbox width}">{Video-500}</div>
  1463. {/block:Video}
  1464.  
  1465. {block:Audio}
  1466. <div class="player">{AudioPlayerWhite}</div>
  1467. <div class="audioinfo"><b>
  1468. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}</b>
  1469. </div>
  1470. {/block:Audio}
  1471.  
  1472. {block:Answer}
  1473. <div class="as"><asky>{Asker}.</asky><br></div>
  1474. <div class="q">
  1475. <div style="color:#1d1d4e; size:11px; margin-left:35px; width:245px" align="right"><br><b>{Question}</b></div><br></div>
  1476. <div class="a">{Answer}</div>
  1477. {/block:Answer}
  1478.  
  1479. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  1480.  
  1481. {block:HasTags}<center><div class="tags" align="right">{block:Tags}<a href="{TagUrl}">#{Tag} </a>{/block:Tags}</div></center><p>{/block:HasTags}
  1482.  
  1483.  
  1484.  
  1485. </div>
  1486.  
  1487.  
  1488. {block:PostNotes}
  1489. <div class="pagenotes">
  1490. {PostNotes}
  1491. </div>
  1492. {/block:PostNotes}
  1493.  
  1494.  
  1495. {/block:Posts}
  1496.  
  1497. </div>
  1498.  
  1499.  
  1500.  
  1501.  
  1502.  
  1503.  
  1504. <div id="askbox" class="popup_block">
  1505.  
  1506. <div id="popuptitle"; style="color:#fff; text-shadow: 0 0 3px #8c8b8b; background-color:transparent; family:trajan"><big>ASK.</big></h1></div>
  1507.  
  1508. <div id="popuptext">
  1509.  
  1510. <center><br>
  1511.  
  1512. <b>Will strangers hear our names long after we are gone and wonder who we were, how bravely we fought, how fiercely we loved?</b><p>
  1513.  
  1514. <iframe frameborder="0" height="300" id="ask_form" scrolling="yes" src="https://www.tumblr.com/ask_form/YOURURL.tumblr.com" width="100%"></iframe></center>
  1515.  
  1516. </div>
  1517.  
  1518. </div></div></div></div></div></div></div></div></div></div>
  1519.  
  1520.  
  1521.  
  1522.  
  1523. <div id="rulesbox" class="popup_block">
  1524.  
  1525. <div id="popuptitle"; style="color:#fff; text-shadow: 0 0 3px #8c8b8b; background-color:transparent; family:trajan"><big>RULES.</big></h1></div>
  1526.  
  1527. <div id="popuptext">
  1528. <center><br>
  1529.  
  1530. <div id="rulesbg">SECTION</div><br>
  1531.  
  1532. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer quis justo in arcu pharetra porta in non ipsum. Proin in felis elementum, consequat odio ut, consequat orci. Curabitur posuere nulla id pulvinar tincidunt. Cras id auctor velit, et vehicula velit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed vitae gravida erat. Nulla efficitur arcu vel molestie ultrices. Aenean in varius elit. Aenean eget sem condimentum, scelerisque risus in, faucibus augue.<p>
  1533.  
  1534. <div id="rulesbg">SECTION</div><br>
  1535.  
  1536. Donec mollis augue id enim elementum auctor. Cras sit amet metus id orci dignissim aliquam in sit amet augue. Cras nunc eros, accumsan et dolor at, maximus dignissim ligula. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam sem lectus, sollicitudin interdum suscipit ut, bibendum a est. Quisque semper efficitur tempus. Sed porta luctus ligula vitae varius. Curabitur eu augue felis. Aenean finibus pulvinar tortor, id sodales lectus. Cras vitae fringilla purus. Mauris id metus semper, congue orci ultricies, maximus libero. Etiam in felis at dui egestas rutrum. Aliquam ullamcorper felis at odio porttitor congue. Nulla in molestie dolor.<p>
  1537.  
  1538. <div id="rulesbg">SECTION</div><br>
  1539.  
  1540. In odio ante, porta ut odio non, condimentum pharetra metus. Duis porta a elit quis molestie. Integer eu magna et quam luctus volutpat. Praesent luctus dolor et nisi pulvinar placerat. Proin posuere, dui suscipit hendrerit accumsan, ipsum nisi commodo eros, sit amet lobortis lacus diam nec mauris. Aenean egestas turpis purus, ut scelerisque metus dignissim sed. Nunc eget libero semper, elementum dui sit amet, aliquet arcu.<p>
  1541.  
  1542. <div id="rulesbg">SECTION</div><br>
  1543.  
  1544. Sed nec tempus purus. Nulla vestibulum, elit vitae faucibus placerat, augue dolor gravida mauris, interdum gravida elit risus eget augue. Aliquam tristique faucibus mauris, ac vestibulum eros euismod ac. Vestibulum ornare mollis arcu eget mollis. Integer et leo sed magna accumsan gravida. Duis aliquet quis quam nec lobortis. Praesent et enim at nibh bibendum scelerisque sed nec tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
  1545.  
  1546.  
  1547.  
  1548. <br></center>
  1549. </li>
  1550.  
  1551. </ul> <!– important. don’t delete –>
  1552. </div></div></div></div></div></div></div></div></div></div></div></div>
  1553.  
  1554.  
  1555.  
  1556.  
  1557. <div id="aboutbox" class="popup_block">
  1558.  
  1559. <div id="popuptitle"; style="color:#fff; text-shadow: 0 0 3px #8c8b8b; background-color:transparent; family:trajan"><big>ABOUT.</big></h1></div>
  1560.  
  1561. <div id="popuptext">
  1562.  
  1563. <center><br>
  1564.  
  1565. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer quis justo in arcu pharetra porta in non ipsum. Proin in felis elementum, consequat odio ut, consequat orci. Curabitur posuere nulla id pulvinar tincidunt. Cras id auctor velit, et vehicula velit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed vitae gravida erat. Nulla efficitur arcu vel molestie ultrices. Aenean in varius elit. Aenean eget sem condimentum, scelerisque risus in, faucibus augue.
  1566.  
  1567. Donec mollis augue id enim elementum auctor. Cras sit amet metus id orci dignissim aliquam in sit amet augue. Cras nunc eros, accumsan et dolor at, maximus dignissim ligula. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam sem lectus, sollicitudin interdum suscipit ut, bibendum a est. Quisque semper efficitur tempus. Sed porta luctus ligula vitae varius. Curabitur eu augue felis. Aenean finibus pulvinar tortor, id sodales lectus. Cras vitae fringilla purus. Mauris id metus semper, congue orci ultricies, maximus libero. Etiam in felis at dui egestas rutrum. Aliquam ullamcorper felis at odio porttitor congue. Nulla in molestie dolor.
  1568.  
  1569.  
  1570.  
  1571. </center>
  1572. </div>
  1573.  
  1574. </div></div></div></div></div></div></div></div></div></div>
  1575.  
  1576.  
  1577.  
  1578.  
  1579. <div id="versesbox" class="popup_block">
  1580.  
  1581. <div id="popuptitle"; style="color:#fff; text-shadow: 0 0 3px #8c8b8b; background-color:transparent; family:trajan"><big>VERSES.</big></h1></div>
  1582.  
  1583. <div id="popuptext"><br>
  1584.  
  1585.  
  1586.  
  1587. <div id="headerbar">
  1588. <ul id="tabs">
  1589. <li class="active"><b>main.</b></li>
  1590. <li><b>crossover.</b></li>
  1591. <li><b>group.</b></li>
  1592. <li><b>private.</b></li>
  1593. </ul></div>
  1594. <div id="tabbar">
  1595. <ul id="tab">
  1596.  
  1597.  
  1598.  
  1599.  
  1600. <li class="active">
  1601.  
  1602. <img style="border: 0pt none; float:left; padding-right:10px; padding-bottom:0px" src="https://68.media.tumblr.com/d86ccf747d1eeff26c72028270d78f40/tumblr_oiehj0WSvc1uv80u9o1_100.png">
  1603.  
  1604. <b><a href="/tagged/VERSETAGHERE">VERSE NAME.</a></b><br>
  1605. <i>what verse is this?</i><p>
  1606.  
  1607. Sed lobortis porta condimentum. Donec placerat finibus eros quis fringilla. Phasellus et velit sed metus dictum lobortis. Fusce rutrum finibus tortor ut dictum. Mauris orci nisi, laoreet et venenatis at, accumsan nec est. Ut mollis feugiat ex eu auctor. Mauris hendrerit vitae dolor vitae molestie. Praesent gravida justo eget nisi dapibus, id pulvinar dolor mattis. Nam lacinia felis ut eros commodo, sed maximus elit malesuada. Nunc ligula massa, ultricies sit amet augue id, elementum condimentum mauris.<p>
  1608.  
  1609. <img style="border: 0pt none; float:right; padding-left:10px; padding-bottom:0px" src="https://68.media.tumblr.com/d86ccf747d1eeff26c72028270d78f40/tumblr_oiehj0WSvc1uv80u9o1_100.png">
  1610.  
  1611. <div align="right"><b><a href="/tagged/VERSETAGHERE">VERSE NAME.</a></b><br>
  1612. <i>what verse is this?</i></div><p>
  1613.  
  1614. Sed lobortis porta condimentum. Donec placerat finibus eros quis fringilla. Phasellus et velit sed metus dictum lobortis. Fusce rutrum finibus tortor ut dictum. Mauris orci nisi, laoreet et venenatis at, accumsan nec est. Ut mollis feugiat ex eu auctor. Mauris hendrerit vitae dolor vitae molestie. Praesent gravida justo eget nisi dapibus, id pulvinar dolor mattis. Nam lacinia felis ut eros commodo, sed maximus elit malesuada. Nunc ligula massa, ultricies sit amet augue id, elementum condimentum mauris.<p>
  1615.  
  1616. <img style="border: 0pt none; float:left; padding-right:10px; padding-bottom:0px" src="https://68.media.tumblr.com/d86ccf747d1eeff26c72028270d78f40/tumblr_oiehj0WSvc1uv80u9o1_100.png">
  1617.  
  1618. <b><a href="/tagged/VERSETAGHERE">VERSE NAME.</a></b><br>
  1619. <i>what verse is this?</i><p>
  1620.  
  1621. Sed lobortis porta condimentum. Donec placerat finibus eros quis fringilla. Phasellus et velit sed metus dictum lobortis. Fusce rutrum finibus tortor ut dictum. Mauris orci nisi, laoreet et venenatis at, accumsan nec est. Ut mollis feugiat ex eu auctor. Mauris hendrerit vitae dolor vitae molestie. Praesent gravida justo eget nisi dapibus, id pulvinar dolor mattis. Nam lacinia felis ut eros commodo, sed maximus elit malesuada. Nunc ligula massa, ultricies sit amet augue id, elementum condimentum mauris.
  1622.  
  1623.  
  1624.  
  1625. </li>
  1626.  
  1627.  
  1628.  
  1629. <li>
  1630.  
  1631.  
  1632.  
  1633. <img style="border: 0pt none; float:right; padding-left:10px; padding-bottom:0px" src="https://68.media.tumblr.com/d86ccf747d1eeff26c72028270d78f40/tumblr_oiehj0WSvc1uv80u9o1_100.png">
  1634.  
  1635. <div align="right"><b><a href="/tagged/VERSETAGHERE">VERSE NAME.</a></b><br>
  1636. <i>what verse is this?</i></div><p>
  1637.  
  1638. Sed lobortis porta condimentum. Donec placerat finibus eros quis fringilla. Phasellus et velit sed metus dictum lobortis. Fusce rutrum finibus tortor ut dictum. Mauris orci nisi, laoreet et venenatis at, accumsan nec est. Ut mollis feugiat ex eu auctor. Mauris hendrerit vitae dolor vitae molestie. Praesent gravida justo eget nisi dapibus, id pulvinar dolor mattis. Nam lacinia felis ut eros commodo, sed maximus elit malesuada. Nunc ligula massa, ultricies sit amet augue id, elementum condimentum mauris.<p>
  1639.  
  1640. <img style="border: 0pt none; float:left; padding-right:10px; padding-bottom:0px" src="https://68.media.tumblr.com/d86ccf747d1eeff26c72028270d78f40/tumblr_oiehj0WSvc1uv80u9o1_100.png">
  1641.  
  1642. <b><a href="/tagged/VERSETAGHERE">VERSE NAME.</a></b><br>
  1643. <i>what verse is this?</i><p>
  1644.  
  1645. Sed lobortis porta condimentum. Donec placerat finibus eros quis fringilla. Phasellus et velit sed metus dictum lobortis. Fusce rutrum finibus tortor ut dictum. Mauris orci nisi, laoreet et venenatis at, accumsan nec est. Ut mollis feugiat ex eu auctor. Mauris hendrerit vitae dolor vitae molestie. Praesent gravida justo eget nisi dapibus, id pulvinar dolor mattis. Nam lacinia felis ut eros commodo, sed maximus elit malesuada. Nunc ligula massa, ultricies sit amet augue id, elementum condimentum mauris.<p>
  1646.  
  1647. <img style="border: 0pt none; float:right; padding-left:10px; padding-bottom:0px" src="https://68.media.tumblr.com/d86ccf747d1eeff26c72028270d78f40/tumblr_oiehj0WSvc1uv80u9o1_100.png">
  1648.  
  1649. <div align="right"><b><a href="/tagged/VERSETAGHERE">VERSE NAME.</a></b><br>
  1650. <i>what verse is this?</i></div><p>
  1651.  
  1652. Sed lobortis porta condimentum. Donec placerat finibus eros quis fringilla. Phasellus et velit sed metus dictum lobortis. Fusce rutrum finibus tortor ut dictum. Mauris orci nisi, laoreet et venenatis at, accumsan nec est. Ut mollis feugiat ex eu auctor. Mauris hendrerit vitae dolor vitae molestie. Praesent gravida justo eget nisi dapibus, id pulvinar dolor mattis. Nam lacinia felis ut eros commodo, sed maximus elit malesuada. Nunc ligula massa, ultricies sit amet augue id, elementum condimentum mauris.<p>
  1653.  
  1654.  
  1655.  
  1656. </li>
  1657.  
  1658.  
  1659.  
  1660.  
  1661. <li>
  1662.  
  1663.  
  1664. <img style="border: 0pt none; float:left; padding-right:10px; padding-bottom:0px" src="https://68.media.tumblr.com/d86ccf747d1eeff26c72028270d78f40/tumblr_oiehj0WSvc1uv80u9o1_100.png">
  1665.  
  1666. <b><a href="/tagged/VERSETAGHERE">VERSE NAME.</a></b><br>
  1667. <i>what verse is this?</i><p>
  1668.  
  1669. Sed lobortis porta condimentum. Donec placerat finibus eros quis fringilla. Phasellus et velit sed metus dictum lobortis. Fusce rutrum finibus tortor ut dictum. Mauris orci nisi, laoreet et venenatis at, accumsan nec est. Ut mollis feugiat ex eu auctor. Mauris hendrerit vitae dolor vitae molestie. Praesent gravida justo eget nisi dapibus, id pulvinar dolor mattis. Nam lacinia felis ut eros commodo, sed maximus elit malesuada. Nunc ligula massa, ultricies sit amet augue id, elementum condimentum mauris.
  1670.  
  1671.  
  1672.  
  1673. </li>
  1674.  
  1675.  
  1676.  
  1677.  
  1678. <li>
  1679.  
  1680.  
  1681.  
  1682. <img style="border: 0pt none; float:right; padding-left:10px; padding-bottom:0px" src="https://68.media.tumblr.com/d86ccf747d1eeff26c72028270d78f40/tumblr_oiehj0WSvc1uv80u9o1_100.png">
  1683.  
  1684. <div align="right"><b><a href="/tagged/VERSETAGHERE">VERSE NAME.</a></b><br>
  1685. <i>what verse is this?</i></div><p>
  1686.  
  1687. Sed lobortis porta condimentum. Donec placerat finibus eros quis fringilla. Phasellus et velit sed metus dictum lobortis. Fusce rutrum finibus tortor ut dictum. Mauris orci nisi, laoreet et venenatis at, accumsan nec est. Ut mollis feugiat ex eu auctor. Mauris hendrerit vitae dolor vitae molestie. Praesent gravida justo eget nisi dapibus, id pulvinar dolor mattis. Nam lacinia felis ut eros commodo, sed maximus elit malesuada. Nunc ligula massa, ultricies sit amet augue id, elementum condimentum mauris.
  1688.  
  1689.  
  1690.  
  1691. </li>
  1692. </div></div>
  1693.  
  1694.  
  1695. </div></div></div></div></div></div></div></div></div></div>
  1696.  
  1697.  
  1698.  
  1699.  
  1700. <div id="navibox" class="popup_block">
  1701.  
  1702. <div id="popuptitle"; style="color:#fff; text-shadow: 0 0 3px #8c8b8b; background-color:transparent; family:trajan"><big>NAVIGATION.</big></h1></div>
  1703.  
  1704. <div id="popuptext">
  1705.  
  1706.  
  1707. <div id="headerbar2">
  1708. <ul id="tabs2"><br>
  1709.  
  1710. <b><li class="active"><a href="/tagged/TAGURL">tag</a></li>
  1711. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1712. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1713. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1714. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1715. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1716. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1717. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1718. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1719. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1720. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1721. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1722. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1723. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1724. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1725. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1726. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1727. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1728. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1729. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1730. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1731. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1732. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1733. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1734. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1735. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1736. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1737. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1738. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1739. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1740. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1741. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1742. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1743. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1744. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1745. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1746. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1747. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1748. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1749. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1750. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1751. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1752. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1753. <li><a href="/tagged/TAGURL">tag</a>.</li><br>
  1754.  
  1755. <hr>
  1756.  
  1757. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1758. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1759. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1760. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1761. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1762. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1763. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1764. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1765. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1766. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1767. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1768. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1769. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1770. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1771. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1772. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1773. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1774. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1775. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1776. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1777. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1778. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1779. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1780. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1781. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1782. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1783. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1784. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1785. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1786. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1787. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1788. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1789. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1790. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1791. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1792. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1793. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1794. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1795. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1796. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1797. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1798. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1799. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1800. <li><a href="/tagged/TAGURL">tag</a>.</li><br>
  1801.  
  1802. <hr>
  1803.  
  1804. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1805. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1806. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1807. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1808. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1809. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1810. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1811. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1812. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1813. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1814. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1815. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1816. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1817. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1818. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1819. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1820. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1821. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1822. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1823. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1824. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1825. <li><a href="/tagged/TAGURL">tag</a>.</li>
  1826.  
  1827.  
  1828. </b>
  1829. </ul></div>
  1830.  
  1831. <!– important. don’t delete –>
  1832. </div></div></div></div></div></div></div></div></div></div></div></div>
  1833.  
  1834.  
  1835.  
  1836.  
  1837.  
  1838.  
  1839. <div id="mainsbox" class="popup_block">
  1840.  
  1841. <div id="popuptitle"; style="color:#fff; text-shadow: 0 0 3px #8c8b8b; background-color:transparent; family:trajan"><big>MAINS / EXCLUSIVES.</big></h1></div>
  1842.  
  1843. <div id="popuptext"><br>
  1844.  
  1845.  
  1846. Fusce sed molestie orci. Curabitur interdum bibendum mauris sed tincidunt. Quisque lacinia velit quis pharetra dapibus. Fusce quis felis blandit odio facilisis suscipit. Aliquam mattis porta leo, in maximus felis pellentesque et. Curabitur sit amet massa eu nisl tempus sodales. Pellentesque in odio congue, egestas augue ut, imperdiet enim. Nullam metus lacus, ornare ut urna nec, tincidunt malesuada ipsum. Curabitur a malesuada lacus, vitae lacinia elit. Etiam finibus lacinia eros, ac aliquam orci dictum id. <b>or you can change this box to whatever you fancy!</b>
  1847.  
  1848.  
  1849. <!– important. don’t delete –>
  1850. </div></div></div></div></div></div></div></div></div></div></div></div>
  1851.  
  1852.  
  1853.  
  1854.  
  1855.  
  1856.  
  1857.  
  1858. </div>
  1859.  
  1860. </div></div></div></div></div></div></div></div></div></div>
  1861.  
  1862.  
  1863.  
  1864.  
  1865.  
  1866.  
  1867.  
  1868.  
  1869.  
  1870. <div id="credit"><a href="https://arepure.tumblr.com" title="provided by arepure.">♚</a>
  1871.  
  1872.  
  1873. </body>
  1874. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement