Advertisement
Guest User

Untitled

a guest
May 25th, 2015
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.91 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5.  
  6. ▪ ▪ ▪ ▪ ▪ ▪ { Pʟᴇᴀsᴇ ᴅᴏ ɴᴏᴛ ʀᴇᴍᴏᴠᴇ ᴄʀᴇᴅɪᴛs!
  7.  
  8. ___ ___ ___ ___ ___ ___ __ __
  9. / __|/ _ \ | \ | __|/ __| | _ )\ \ / /
  10. | (__| (_) || |) || _| \__ \ | _ \ \ V /
  11. \___|\___/ |___/ |___||___/ |___/ |_|
  12. ___ ___ _ _ ___ ___ ___ ___
  13. | _ \ / _ \ | || || _ \ / _ \ | _ \ / _ \
  14. | _/| (_) || __ || /| (_) || /| (_) |
  15. |_| \___/ |_||_||_|_\ \___/ |_|_\ \___/
  16.  
  17.  
  18. ★ http://pohroro.tumblr.com } ▪ ▪ ▪ ▪ ▪ ▪
  19.  
  20.  
  21. -->
  22.  
  23. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  24.  
  25. <head>
  26.  
  27. <title>{Title}</title>
  28. <link rel="shortcut icon" href="{favicon}">
  29. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  30.  
  31. <!--{block:ifInfiniteScrolling}-->
  32. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  33. <!-- {/block:ifInfiniteScrolling} -->
  34.  
  35. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  36.  
  37. <meta name="color:Body Font" content="#000000" />
  38. <meta name="color:Background" content="#FFE401" />
  39. <meta name="color:Link" content="#FC0C84" />
  40. <meta name="color:Hover Link" content="#606060" />
  41. <meta name="color:Description" content="#FFFFFF" />
  42. <meta name="color:Post Background" content="#FFFFFF" />
  43. <meta name="color:Navigation Link" content="#FC0C84" />
  44. <meta name="color:Container Background" content="#FFFFFF" />
  45. <meta name="color:Permalink" content="#FC0C84" />
  46. <meta name="color:Shadow" content="#FFFFFF" />
  47. <meta name="color:Title" content="#FC0C84" />
  48. <meta name="color:Scrollbar" content="#FC0C84" />
  49. <meta name="if:400px" content="1"/>
  50.  
  51. <meta name="if:Infinite Scrolling" content="0" />
  52. <meta name="if:Show Captions" content="1" />
  53. <meta name="if:Custom Link Three" content="1" />
  54. <meta name="if:Custom Link Four" content="1" />
  55. <meta name="if:Custom Link Five" content="1" />
  56. <meta name="if:Custom Link Six" content="1" />
  57. <meta name="if:Custom Link Seven" content="1" />
  58. <meta name="if:Custom Link Eight" content="1" />
  59. <meta name="if:Custom Link Nine" content="1" />
  60. <meta name="if:Custom Link Ten" content="1" />
  61.  
  62. <meta name="image:Background" content="" />
  63. <meta name="image:Container Background" content="http://i.imgur.com/btsV0CE.png" />
  64. <meta name="image:Bottom Background" content="http://i.imgur.com/jrAfpN2.png" />
  65.  
  66. <meta name="text:Title" content="oh hey<br>bouncer,<br>i'll get<br>physical<br>with you" />
  67.  
  68. <meta name="text:Link One" content="Index" />
  69. <meta name="text:Link One URL" content="/" />
  70. <meta name="text:Link Two" content="Message" />
  71. <meta name="text:Link Two URL" content="/ask" />
  72. <meta name="text:Link Three" content="Archive" />
  73. <meta name="text:Link Three URL" content="/archive" />
  74. <meta name="text:Link Four" content="Link Four" />
  75. <meta name="text:Link Four URL" content="Link Four URL" />
  76. <meta name="text:Link Five" content="Link Five" />
  77. <meta name="text:Link Five URL" content="Link Five URL" />
  78. <meta name="text:Link Six" content="Link Six" />
  79. <meta name="text:Link Six URL" content="Link Six URL" />
  80. <meta name="text:Link Seven" content="Link Seven" />
  81. <meta name="text:Link Seven URL" content="Link Seven URL" />
  82. <meta name="text:Link Eight" content="Link Eight" />
  83. <meta name="text:Link Eight URL" content="Link Eight URL" />
  84. <meta name="text:Link Nine" content="Link Nine" />
  85. <meta name="text:Link Nine URL" content="Link Nine URL" />
  86. <meta name="text:Link Ten" content="Link Ten" />
  87. <meta name="text:Link Ten URL" content="Link Ten URL" />
  88.  
  89.  
  90. <script type="text/javascript"
  91. src="http://www.google.com/jsapi"></script>
  92.  
  93. <script type="text/javascript">
  94. google.load("jquery", "1.3");
  95. google.setOnLoadCallback(function() {
  96. jQuery(function($) {
  97. // do some stuff here, eg load your tweets, ...
  98. });
  99. });
  100. </script>
  101.  
  102.  
  103. <script type="text/javascript"
  104. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  105. <script>
  106. $(document).ready(function() {
  107. //
  108. $('a.poplight[href^=#]').click(function() {
  109. var popID = $(this).attr('rel'); //Get Popup Name
  110. var popURL = $(this).attr('href'); //Get Popup href to define size
  111. var query= popURL.split('?');
  112. var dim= query[1].split('&');
  113. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  114. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  115. var popMargTop = ($('#' + popID).height() + 80) / 2;
  116. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  117. //Apply Margin to Popup
  118. $('#' + popID).css({
  119. 'margin-left' : -popMargLeft
  120. });
  121. $('body').append('<div id="fade"></div>');
  122. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  123. return false;
  124. });
  125. $('a.close, #fade').live('click', function() {
  126. $('#fade , .popup_block').fadeOut(function() {
  127. $('#fade, a.close').remove(); //fade them both out
  128. });
  129. return false;
  130. });
  131. });
  132. </script>
  133.  
  134.  
  135.  
  136. <style type="text/css">
  137.  
  138.  
  139.  
  140. @font-face {
  141. font-family: Silkscreen;
  142. src: url("http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf");
  143. }
  144.  
  145. @font-face {
  146. font-family: Kemco Pixel;
  147. src: url("http://static.tumblr.com/heqtwlw/L7Fn4eblw/kemco_pixel_bold.ttf");
  148. }
  149.  
  150. @font-face { font-family: "tall dark and handsome"; src: url('http://www.fontsaddict.com/fontface/tall-dark-and-handsome-condensed.ttf'); }
  151.  
  152. div#qTip {
  153. color: {color:Background};
  154. text-align: left;
  155. text-transform: uppercase;
  156. box-shadow: 2px 2px {color:Shadow};
  157. background: {color:Title};
  158. display: none;
  159. position: absolute;
  160. border-radius: 3px;
  161. z-index: 99999999;
  162. padding: 4px;
  163. margin: -20px 0 0 20px;
  164. }
  165.  
  166. body {
  167. margin: 0;
  168. padding: 0;
  169. height: 100%;
  170. font-family: arial;
  171. color: {color:Body Font};
  172. font-size: 10px;
  173. font-weight:500;
  174. background: {color:Background} url({image:Background});
  175. }
  176.  
  177. #bottom-bg {
  178. width: 450px;
  179. height: 450px;
  180. bottom: 0px;
  181. z-index: -99999;
  182. right: 0px;
  183. position: fixed;
  184. }
  185.  
  186. #bottom-bg img {
  187. width: 450px;
  188. height: 450px;
  189. }
  190. a {
  191. color: #ffffff;
  192. text-decoration: none;
  193. -webkit-transition: all 0.5s ease;
  194. -moz-transition: all 0.5s ease;
  195. transition: all 0.5s ease;
  196.  
  197. }
  198.  
  199. sub, small {
  200. color: {color:body font};
  201. font-size:9px;
  202. }
  203.  
  204. b, strong {
  205.  
  206. font-weight: 600;
  207. color:#ffffff;
  208.  
  209. font-family: arial black;
  210. font-size: 9px;
  211. text-transform:uppercase;
  212. }
  213.  
  214.  
  215.  
  216. .popup_block{
  217. display:none;
  218. background:#000000;
  219. padding:20px;
  220. opacity:0.9;
  221. float:left;
  222. height:250px;
  223. position:fixed;
  224. overflow: auto;
  225.  
  226. top:30%;left:50%;
  227. z-index: 99999;
  228. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  229. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  230. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  231. }
  232.  
  233.  
  234.  
  235. *html #fade {position: absolute;}
  236. *html .popup_block {position: absolute;}
  237. #fade {
  238. display:none;
  239. position:fixed;
  240. left:0px;
  241. top:0px;
  242. width:100%;
  243. height:100%;
  244. z-index:9999;
  245. background:#000; /* change to #fff for solid white */
  246. opacity:0.4; /* change to opacity:1; */
  247. }
  248.  
  249. img.btn_close {
  250. float: right;
  251. margin: -55px -55px 0 0; opacity: 0;
  252. }
  253.  
  254.  
  255. #continue {
  256. margin-top:10px;
  257. }
  258.  
  259. #titless { display:inline-block;
  260. background-color:#00000;
  261. width:370px; font-family: calibri;
  262. padding:5px;
  263. color:#ffffff;
  264. letter-spacing:2px;
  265. font-size:8px;
  266. text-transform:uppercase;
  267. text-align:center; }
  268.  
  269. #continue a {
  270. display:inline-block;
  271. background-color:#94adac;
  272. width:70px; font-family: calibri;
  273. padding:5px;
  274. color:#ffffff;
  275. letter-spacing:2px;
  276. font-size:8px;
  277. text-transform:uppercase;
  278. text-align:center;
  279. border-bottom:2px solid transparent;
  280. -webkit-transition: all 0.3s ease-in-out;
  281. -moz-transition: all 0.3s ease-in-out;
  282. transition: all 0.3s ease-in-out;
  283. }
  284.  
  285. .links2 { font-family: cambria; font-size: 10px; font-style:italic; letter-spacing:2px; color: #8b8888;text-transform: lowercase; }
  286.  
  287. .links2 a { display: block; text-align:center;padding: 10px; margin: 5px;color:#fff; font-style:italic; letter-spacing:2px; color: #8b8888; border-bottom: 1px solid #f1f1f1;}
  288.  
  289. a:hover {
  290. color: {color:Hover Link};
  291. -webkit-transition: all 0.5s ease;
  292. -moz-transition: all 0.5s ease;
  293. transition: all 0.5s ease;
  294. }
  295.  
  296. h1 {
  297. color: {color:Link};
  298. font-weight: bold;
  299. line-height: 17px;
  300. font-size: 17px;
  301. font-family: Libre Baskerville;
  302. text-transform: lowercase;
  303. font-style: italic;
  304. letter-spacing: -1px;
  305.  
  306. }
  307.  
  308. blockquote, blockquote blockquote {
  309. border-left: 1px solid {color:Border};
  310. padding-left: 15px;
  311. margin-left: 2px;
  312. border-radius:6px;
  313. color:#bcbcbc;
  314. }
  315.  
  316. #container {
  317. width: 400px;
  318. padding: 30px;
  319. padding-bottom: 0px;
  320. height: 280px;
  321. margin-left:670px;
  322. margin-top: 310px;
  323. overflow: auto;
  324.  
  325. }
  326.  
  327. #sidebar {
  328. width: 250px;
  329. height: 520px;
  330. position: fixed;
  331. margin-top: -30px;
  332. margin-left: -290px;
  333. text-align: right;
  334. }
  335.  
  336. #title {
  337. font-family: Kemco Pixel;
  338. font-size: 34px;
  339. letter-spacing: -1px;
  340. color: {color:Title};
  341.  
  342. }
  343.  
  344. #description {
  345. margin-top: 10px;
  346. color: {color:Description};
  347. }
  348.  
  349. #navigation {
  350. font-family: arial black;
  351. font-size: 11px;
  352. line-height: 22px;
  353. letter-spacing: 3px;
  354. color: #ffffff;
  355. text-shadow:1px 1px 9px #ffffff;
  356. position: fixed;
  357. margin-left: 350px;
  358. margin-top: -100px;
  359. }
  360.  
  361. #entries {
  362. width: 400px;
  363. margin-top: 0px;
  364.  
  365. }
  366.  
  367. .post {
  368. width: 400px;
  369. margin-bottom: 50px;
  370. padding: 15px;
  371. padding-bottom: 30px;
  372. }
  373.  
  374. .quote {
  375. font-size: 16px;
  376. letter-spacing: -2px;
  377. }
  378.  
  379. .audioplayer {position:relative;display:inline-block;width:100%;}
  380. .player {left: 5px;top: 5px;padding:10px;background:000000;overflow:hidden;border-right:10px solid #00000;}
  381. .button {position: relative;width: 40px;height: 40px;}
  382. .tumblr_audio_player {width: 400px;height:40px;background:#111;{block:PermalinkPage}width: 400px;{/block:PermalinkPage}}
  383. .audioalbum {position: absolute;left: 5px;top: 5px;overflow: hidden;width: 40px;height: 40px;border:5px solid #fff;border-radius:50%;}
  384. .audioalbum img {width: 100%;height: auto;}
  385. .audioinfo {width:auto;margin-top:10px; padding:0px;text-align:center; font-family:consolas;letter-spacing:1px;font-size:9px;font-weight:bold;color:#777;text-transform:uppercase;overflow:hidden;}
  386.  
  387. #ask {
  388. width: 400px;
  389. text-align: justify;
  390. padding: 15px 30px 15px 20px;
  391. }
  392.  
  393. #info-bar {
  394. margin-top: 10px;
  395. float: left;
  396. }
  397.  
  398. #info-bar a {
  399. display: inline-block;
  400. height: 10px;
  401. width: 10px;
  402. margin: 0px;
  403. background: {color:Permalink};
  404. }
  405.  
  406. #info-tag {
  407. float: right;
  408. margin-top: 11px;
  409. line-height: 17px;
  410. font-size: 9px;
  411.  
  412. }
  413.  
  414. #info-tag a {
  415. }
  416.  
  417. #permalink {
  418. width: 400px;
  419. text-align: center;
  420. text-transform: uppercase;
  421. margin-top: 5px;
  422. padding-top: 5px;
  423. line-height: 110%;
  424. background: {color:Permalink Background};
  425. }
  426.  
  427. #tag {
  428. width: 400px;
  429. padding-bottom: 5px;
  430. text-align: center;
  431.  
  432. background: {color:Permalink Background};
  433. }
  434.  
  435. ol.notes {
  436. padding: 0px;
  437. padding-left: 30px;
  438. margin: 20px 0px;
  439. list-style-type: none;
  440. }
  441.  
  442. ol.notes li.note {
  443. padding: 10px;
  444. }
  445.  
  446. ol.notes li.note img.avatar {
  447. vertical-align: -4px;
  448. margin-right: 10px;
  449. width: 16px;
  450. height: 16px;
  451. }
  452.  
  453. ol.notes li.note .answer_content {
  454. font-weight: normal;
  455. }
  456.  
  457. ol.notes li.note blockquote {
  458. border-color: #eee;
  459. padding: 4px 10px;
  460. margin: 10px 0px 0px 25px;
  461. }
  462.  
  463. ol.notes li.note blockquote a {
  464. text-decoration: none;
  465. }
  466.  
  467. ::-webkit-scrollbar {
  468. height: 4px;
  469. width: 3px;
  470. }
  471.  
  472. ::-webkit-scrollbar-thumb:vertical {
  473.  
  474. }
  475.  
  476. ::selection {
  477. background: {color:Link};
  478. color: white;
  479. }
  480.  
  481. ::-moz-selection {
  482. background: {color:Link};
  483. color: white;
  484. }
  485.  
  486. p::selection {
  487. background: {color:Link};
  488. color: white;
  489. }
  490.  
  491. p::-moz-selection {
  492. background: {color:Link};
  493. color: white;
  494. }
  495.  
  496. #updatestab {
  497. /* UPDATES TAB BY: MARIESTHEMES.TUMBLR.COM
  498. DO NOT REMOVE THIS CREDIT, EDIT AS MUCH AS YOU LIKE */
  499. height:15px;
  500. width:114px;
  501. left:0px;
  502. top:10px;
  503. z-index:999999;
  504. position:fixed;}
  505. #updatestab:hover {
  506. height:auto;}
  507.  
  508. .updatescontent {
  509. width:100px;
  510. height:auto;
  511. margin-left:-110px;
  512. padding:10px 5px 14px 5px;
  513.  
  514. font-size:9px; /* CHANGE THE FONT SIZE */
  515. letter-spacing:1px; /* CHENGE THE LETTER SPACING*/
  516. line-height:1.15; /* CHAGE THE LINE HEIGHT */
  517. text-transform:uppercase; /* UPPERCASE OR LOWERCASE */
  518. color:#ffffff; /* TEXT COLOR */
  519.  
  520. text-align:center;
  521. -webkit-transition:all 0.6s ease-out;
  522. -moz-transition:all 0.6s ease-out;
  523. transition:all 0.6s ease-out;}
  524. #updatestab:hover .updatescontent {
  525. margin-left:4px;
  526. -webkit-transition:all 0.6s ease-out;
  527. -moz-transition:all 0.6s ease-out;
  528. transition:all 0.6s ease-out;}
  529.  
  530. .updatesheadline {
  531. padding:3px 5px;
  532. font-family: arial black ;
  533. text-shadow:1px 1px 11px #ffffff;
  534. font-size:10px; /* CHANGE THE TITLE FONT SIZE */
  535. letter-spacing:1px; /* CHENGE THE TITLE LETTER SPACING*/
  536.  
  537. text-transform:uppercase; /* TITLE UPPERCASE OR LOWERCASE */
  538. color:#ffffff; /* UN-HOVER TITLE TEXT COLOR */
  539.  
  540. -webkit-transition:all 0.7s ease-out;
  541. -moz-transition:all 0.7s ease-out;
  542. transition:all 0.7 ease-out;}
  543. #updatestab:hover .updatesheadline {
  544.  
  545. color:#ffffff; /* HOVER TITLE TEXT COLOR */
  546.  
  547. -webkit-transition:all 0.4s ease-out;
  548. -moz-transition:all 0.4s ease-out;
  549. transition:all 0.4s ease-out;}
  550.  
  551. .big { /* YOU DON'T HAVE TO USE THESE IF YOU DON'T WANT TO */
  552. font-size:7px;
  553. letter-spacing:1px;
  554. font-family:tahoma;
  555. line-height:1.15;
  556. text-transform:uppercase;}
  557.  
  558. .bodytext { /* YOU DON'T HAVE TO USE THESE IF YOU DON'T WANT TO */
  559. font-family:arial;
  560. font-size:8px;
  561. letter-spacing:1px;
  562. text-transform:none;
  563. text-align:justify;
  564. line-height:1.15;}
  565.  
  566. /* Credits to http://pohroro.tumblr.com */
  567.  
  568. #c {
  569. width: 55px;
  570. height: 18px;
  571. font-family: Arial;
  572. font-size: 7px;
  573. text-transform: uppercase;
  574. text-align: center;
  575. bottom: 10px;
  576. right: 10px;
  577. letter-spacing: 1px;
  578. line-height: 4px;
  579. padding: 10px 3px;
  580. display: block;
  581. color: #000000;
  582. position: fixed;
  583. }
  584.  
  585. #c a {
  586. font-weight: bold;
  587. line-height: 17px;
  588. font-size: 15px;
  589. font-family: Libre Baskerville;
  590. text-transform: lowercase;
  591. font-style: italic;
  592. letter-spacing: -1px;
  593. }
  594.  
  595.  
  596. </style>
  597. </head>
  598.  
  599. <div id="box1" class="popup_block">
  600. <div id="titless">RULES.</a></div>
  601. <center><b>01.</big></b> i wont be following you back if you play any version of my muse, including cis swapped/race bent/ect. i'm sorry, i'm just not comfortable with it. i'm also not really comfortable with others who play peter follow me, so i'd really appreciate it if you didn't!! thanks for understanding this.<br>
  602.  
  603. <br><b>02.</big></b> please keep in mind that mun is sixteen! smut honestly isn't one of my favorite things to write to begin with, tbh. tho if you're not comfortable with the age thing, i'm honestly totally okay with doing a fade to black.<br>
  604.  
  605. <br><b>03.</big></b> that being said, there will be nsfw content on this blog. that's not limited to smut, but also triggering materiel such as blood/violence/whatever ; they will be tagged accordingly!!<br>
  606.  
  607. <br><b>04.</big></b> i understand that some characters have certain powers - but please, please don't powerplay. it'll honestly make me drop the thread instantly, and if you're going to harm my character, i'd like some warning first.<br>
  608.  
  609. <br><b>05.</big></b> no matter the fact that i'm not just mutuals only, i am incredibly selective -- please don't take it personally, sometimes my muse is very fickle or i just don't see how we could make an interesting thread work.<br>
  610.  
  611. <br><b>06.</big></b> this is a strictly the dark knight blog, unless we've established otherwise. <br>
  612.  
  613.  
  614. <br><b>07.</big></b> finally, i shouldn't even have to say this, but. the things i post on my blog, are mine. this includes headcanons, icons, graphics, ect. unless stated otherwise, you are not free to copy, save or post them anywhere else. also please just don't copy my headcanons or plots in general cause that's just not cool wow.
  615. </div>
  616.  
  617. <div id="box2" class="popup_block">
  618. <div id="titless">DOSSIER.</a></div>
  619.  
  620. <center><br><b>UNDER CO.</b>
  621.  
  622.  
  623. </div>
  624.  
  625. <div id="box3" class="popup_block">
  626. <div id="titless">VERSES.</a></div>
  627.  
  628. <center><br><b>UNDER CO.</b>
  629.  
  630. <div id="box4" class="popup_block">
  631.  
  632. <table><td>
  633.  
  634. <div id="titless">TAGS.</a></div>
  635.  
  636. <center><br><b>UNDER CO.</b>
  637.  
  638.  
  639.  
  640.  
  641. </div>
  642. </td></table>
  643.  
  644. </div>
  645.  
  646. <div id="box5" class="popup_block">
  647. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  648. </div>
  649.  
  650. </div></div></div></div></div></div></div></div></div></div>
  651.  
  652. <body>
  653.  
  654. <body>
  655.  
  656.  
  657.  
  658.  
  659.  
  660. <div id="bottom-bg"><img src="{image:Bottom Background}" /></div>
  661.  
  662. <div id="container">
  663. <div id="sidebar">
  664. </div>
  665.  
  666. <div id="navigation">
  667. {block:IfNotInfiniteScrolling}
  668. <div id="pagination" style="letter-spacing: -5px; line-height: 10px; margin-left: -3px;">
  669. {block:Pagination}
  670. {block:PreviousPage}
  671. <a href="{PreviousPage}" class="jump_page">◄</a>
  672. {/block:PreviousPage}
  673. {block:NextPage}
  674. <a href="{NextPage}" class="jump_page">►</a>
  675. {/block:NextPage}
  676. {/block:Pagination}
  677. </div>
  678. {block:IfNotInfiniteScrolling}
  679. <br />
  680. <a href="{text:Link One URL}" title="{text:Link One}">✕</a>
  681. <a href="#?w=400" rel="box5" class="poplight">✕</a>
  682. {block:ifCustomLinkThree}<a href="#?w=400" rel="box1" class="poplight">✕</a>
  683. {/block:ifCustomLinkThree}
  684. {block:ifCustomLinkFour}<a href="#?w=400" rel="box2" class="poplight">✕</a>{/block:ifCustomLinkFour}
  685. {block:ifCustomLinkFive}<a href="#?w=400" rel="box3" class="poplight">✕</a>{/block:ifCustomLinkFive}
  686. {block:ifCustomLinkSix}<a href="#?w=400" rel="box4" class="poplight">✕</a>{/block:ifCustomLinkSix}
  687. {block:ifCustomLinkSeven}<a href="{text:Link Seven URL}" title="{text:Link Seven}">✕</a><br />{/block:ifCustomLinkSeven}
  688. {block:ifCustomLinkEight}<a href="{text:Link Eight URL}" title="{text:Link Eight}">✕</a><br />{/block:ifCustomLinkEight}
  689. {block:ifCustomLinkNine}<a href="{text:Link Nine URL}" title="{text:Link Nine}">✕</a><br />{/block:ifCustomLinkNine}
  690. {block:ifCustomLinkTen}<a href="{text:Link Ten URL}" title="{text:Link Ten}">✕</a>{/block:ifCustomLinkTen}
  691. </div>
  692. <div id="entries">
  693. <div class=""autopagerize_page_element">
  694. {block:Posts}
  695. <div class="post">
  696. {block:Text}
  697. <h1>{block:Title}{Title}{/block:Title}</h1>
  698. {Body}
  699. {/block:Text}
  700.  
  701. {block:Photo}
  702. {LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
  703. {block:IfShowCaptions}
  704. {block:Caption}{Caption}{/block:Caption}
  705. {/block:IfShowCaptions}
  706. {/block:Photo}
  707.  
  708. {block:Photoset}
  709. {Photoset-400}
  710. {block:IfShowCaptions}
  711. {block:Caption}{Caption}{/block:Caption}
  712. {/block:IfShowCaptions}
  713. {/block:Photoset}
  714.  
  715. {block:Quote}
  716. <div class="quote">
  717. {Quote}
  718. {block:Source} &#8212;{Source}{/block:Source}
  719. </div>
  720. {/block:Quote}
  721.  
  722. {block:Link}
  723. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  724. {block:Description}{Description}{/block:Description}
  725. {/block:Link}
  726.  
  727. {block:Chat}
  728. {block:Title}<h1>{Title}</h1>{/block:Title}
  729. {block:Lines}
  730. {block:Label}<b>{Label}</b>{/block:Label}
  731. {Line}<br />
  732. {/block:Lines}
  733. {/block:Chat}
  734.  
  735. {block:Audio}
  736. <div class="audioContainer">
  737. {block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}
  738. </div>
  739. {block:IfShowCaptions}
  740. {block:Caption}{Caption}{/block:Caption}
  741. {/block:IfShowCaptions}
  742. {/block:Audio}
  743.  
  744. {block:Video}
  745. {Video-300}
  746. {block:IfShowCaptions}
  747. {block:Caption}{Caption}{/block:Caption}
  748. {/block:IfShowCaptions}
  749. {/block:Video}
  750.  
  751. {block:ReblogParent}
  752. <!--{SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  753. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  754. {/block:SourceLogo}
  755. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}-->
  756. {/block:ReblogParent}
  757.  
  758. {block:Answer}
  759. <div id="ask">
  760. <div style="text-align: center; padding-bottom: 5px; font-size: 9px;">
  761. <span style="text-shadow: 1px 1px {color:Shadow}; text-transform: uppercase;letter-spacing: 2px; font-weight: bold;">{Asker}:</span></div><br />
  762. <div style="text-align: center; margin-top: -10px;">{Question}</div>
  763. </div>
  764. {Answer}
  765. {/block:Answer}
  766.  
  767. {block:IndexPage}
  768. <div id="info-bar">
  769. {block:Date}<a href="{Permalink}" title="{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}" style="opacity: 0.4;"></a>{/block:Date}
  770. {block:NoteCount}<a href="{Permalink}" title="{NoteCountWithLabel}" style="opacity: 0.7;"></a>{/block:NoteCount}
  771. <a href="{ReblogURL}" target="_blank" title="Reblog"></a>
  772. </div>
  773. <div id="info-tag">
  774. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  775. </div>
  776. {/block:IndexPage}
  777.  
  778. {block:PermalinkPage}
  779. <div id="permalink">
  780. {block:RebloggedFrom}via: <a href="{ReblogParentURL}">{ReblogParentName}</a>, source: <a href="{ReblogRootURL}">{ReblogRootName}</a><br />{/block:RebloggedFrom}
  781.  
  782. {block:Date}
  783. <a href="{Permalink}">{TimeAgo}, {DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</a>
  784. {/block:Date}{block:NoteCount} | <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  785. </div>
  786.  
  787. <div id="tag">
  788. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  789. </div>
  790. {/block:PermalinkPage}
  791.  
  792. {block:PostNotes}{PostNotes}{/block:PostNotes}
  793. </div>
  794. {/block:Posts}
  795.  
  796.  
  797.  
  798. <!-- PUT THIS BETWEEN < body> and < /body> -->
  799.  
  800. <div id="updatestab">
  801. <div class="updatesheadline">+</div>
  802. <div class="updatescontent">
  803.  
  804. <!-- WRITE YOUR UPDATES BETWEEN THIS -->
  805.  
  806. <div class="big">INDEPENDENT NOLANVERSE.<br>EST. MAY 2015</div></p>
  807.  
  808.  
  809.  
  810. <div class="bodytext">
  811. <center><b>SELECTIVE.</i></b><br><br><i>written by <u>moose</u>.</i><br> <br> <script language="JavaScript">
  812. var ref = (''+document.referrer+'');
  813. var w_h = window.screen.width + " x " + window.screen.height;
  814. document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID4561231&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  815. </script> | <script language="JavaScript" src="http://freehostedscripts.net/ocount.php?site=ID2764532&name="></script></center><br>
  816.  
  817.  
  818. <marquee>read rules before interacting.</marquee></p> <br><center></div><a href="http://rougeroots.tumblr.com">♡</a></div> </div>
  819.  
  820. <!-- AND THIS -->
  821. </div>
  822.  
  823. </div>
  824. </div>
  825.  
  826. <div id="c">codes by<br /><a href="http://pohroro.tumblr.com">pohroro</a></div>
  827.  
  828. </body>
  829. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement