Advertisement
deviousgleerpthemes

scream

Oct 19th, 2015
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.67 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3.  
  4. <!-- "SCREAM!" by youaintshitrps. So please don't steal. -->
  5.  
  6. <head>
  7. <title>{Title}</title>
  8. <link rel="shortcut side" href="{Favside}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}
  11. <meta name="description" content="{MetaDescription}" />
  12. {/block:Description}
  13.  
  14. <!--this way people can upload their own images-->
  15. <meta name="image:background" content="">
  16. <meta name="image:sidebar" content="">
  17. <meta name="image:side background" content=""/>
  18. <meta name="image:side1" content=""/>
  19. <meta name="image:side2" content=""/>
  20. <meta name="text:squad 1 URL" content="/">
  21. <meta name="text:squad 2 URL" content="/">
  22. <meta name="text:squad 3 URL" content="/">
  23. <meta name="text:squad 4 URL" content="/">
  24. <meta name="text:squad 5 URL" content="/">
  25.  
  26.  
  27. <meta name="image:squad1" content="/"/>
  28. <meta name="image:squad2" conent="/"/>
  29. <meta name="image:squad3" conent="/"/>
  30. <meta name="image:squad4" conent="/"/>
  31. <meta name="image:squad5" conent="/"/>
  32.  
  33.  
  34. <meta name="color:background" content="#f6d9d4"/>
  35. <meta name="color:text" content="#ffffff"/>
  36. <meta name="color:links text" content="#000000"/>
  37. <meta name="color:links background" content="#ffffff"/>
  38. <meta name="color:hover" content="#000000">
  39. <meta name="color:blockquote" content="#f6d9d4">
  40. <meta name="color:blockquote border" content="#dcbcba">
  41. <meta name="color:title" content="#ffffff">
  42. <meta name="color:subtitle" content="#000000">
  43. <meta name="color:subtitle background" content="#f6f6f6">
  44. <meta name="color:pre text" content="#ffffff"/>
  45. <meta name="color:pre color" content="#000000"/>
  46. <meta name="color:drop shadow" content="#000000">
  47. <meta name="text:subtitle" content="subtitle" />
  48.  
  49. <meta name="color:posts" content="#fbc6c4">
  50. <meta name="color:description background" content="#f0bfb3">
  51. <meta name="color:info background" content="#fbc6c4">
  52. <meta name="color:sidebar background" content="#dfb1af">
  53. <meta name="color:border" content="#dcbcba">
  54. <meta name="color:post border" content="#dcbcba">
  55. <meta name="color:scrollbar" content="#aaaaaa">
  56. <meta name="color:scrollbar background" content="#ffffff">
  57.  
  58. <meta name="text:Link 1 URL" content="">
  59. <meta name="text:Link 1" content="Link 1">
  60. <meta name="text:Link 2 URL" content="">
  61. <meta name="text:Link 2" content="Link 2">
  62. <meta name="text:Link 3 URL" content="">
  63. <meta name="text:Link 3" content="Link 3">
  64. <meta name="text:Link 4 URL" content="">
  65. <meta name="text:Link 4" content="Link 4">
  66.  
  67.  
  68.  
  69. <style type="text/css">
  70.  
  71. /*GENERAL*/
  72.  
  73. body {
  74. font-family:arial, sans-serif;
  75. font-size:10.5px;
  76. background-image:url('{image:background}');
  77. background-attachment:fixed;
  78. color:{color:text};
  79. background-color:{color:background};
  80.  
  81. }
  82. blockquote {
  83. font-size:9px;
  84. max-width:545px;
  85. border-left:1px solid{color:blockquote border};
  86. text-align:left;
  87. padding:1px;
  88. font-weight:none;
  89. letter-spacing:0px;
  90. margin-left:5px;
  91. margin-right:5px;
  92. padding-left:5px;
  93. color:{color:text};
  94. }
  95. pre {
  96. font-family:georgia;
  97. font-size:13px;
  98. text-transform:lowercase;
  99. padding-left:8px;
  100. padding-right:8px;
  101. padding-top:5px;
  102. padding-bottom:5px;
  103. text-align:right;
  104. color:{color:pre text};
  105. background-color:{color:pre color};
  106. word-wrap:break-word;
  107. }
  108.  
  109. a {
  110. color:{color:links text};
  111. text-decoration:none;
  112. -webkit-transition:all 0.5s ease-in-out;
  113. -moz-transition:all 0.5s ease-in-out;
  114. -o-transition:all 0.5s ease-in-out;
  115. transition:all 0.5s ease-in-out;}
  116.  
  117. a:hover {
  118. color:{color:hover links text};
  119. text-decoration:underline;
  120. -webkit-transition:all 0.5s ease-in-out;
  121. -moz-transition:all 0.5s ease-in-out;
  122. -o-transition:all 0.5s ease-in-out;
  123. transition:all 0.5s ease-in-out;}
  124.  
  125. /*END GENERAL*/
  126.  
  127. /*SIDEBAR*/
  128.  
  129. .sidebar {
  130. position:fixed;
  131. width:405px;
  132. height:500px;
  133. left:30px;
  134. top:90px;
  135. text-align:center;
  136. color:{color:sidebar};
  137. background-color:{color:sidebar background};
  138. background-image:url('{image:side background}');
  139. border:solid 1px {color:border};
  140. }
  141.  
  142. .title {
  143. display:block;
  144. text-align:center;
  145. padding:5px;
  146. margin-top:-75px;
  147. margin-left:-1px;
  148. font-family:arial;
  149. font-style:italic;
  150. font-weight:bold;
  151. text-transform:lowercase;
  152. font-size:30px;
  153. width:395px;
  154. height:55px;
  155. background-color:{color:subtitle background};
  156. color:{color:title};
  157. text-shadow: 3px 1px 0px {color:drop shadow};
  158. border:solid 1px {color:border};
  159. }
  160.  
  161. .subtitle {position:fixed;
  162. margin-top:-25px;
  163. margin-left:-80px;
  164. display:block;
  165. padding:5px;
  166. text-align:center;
  167. color:{color:subtitle};
  168. font-family:arial;
  169. font-size:12px;
  170. width:558px;
  171. height:30px;
  172. font-style:italic;
  173. font-weight:bold;
  174. letter-spacing:0px;
  175. line-height:125%;
  176. text-transform:lowercase;
  177. text-shadow: 1px 1px 0px {color:drop shadow};
  178.  
  179.  
  180. }
  181.  
  182.  
  183.  
  184.  
  185.  
  186. .sidebarimg {
  187. position:float left;
  188. margin-top:20px;
  189. margin-left:-1px;
  190. }
  191.  
  192. .sidebarimg img {
  193. width:390px;
  194. height:230px;
  195. border:solid 1px {color:border};
  196. margin-top:-5px;
  197. margin-left:0px;
  198.  
  199. }
  200.  
  201. #side1 {
  202. position:fixed;
  203. opacity:1;
  204. background-image:url('{image:side1}');
  205. width:110px;
  206. height:110px;
  207. top:20px;
  208. margin-top:360px;
  209. margin-left:7px;
  210. border:solid 2px {color:border};
  211. z-index:9999999;
  212.  
  213.  
  214.  
  215. }
  216.  
  217.  
  218. #side2 {
  219. position:fixed;
  220. opacity:1;
  221. background-image:url('{image:side2}');
  222. width:300px;
  223. height:1500px;
  224. top:0px;
  225. margin-top:0px;
  226. margin-left:1000px;
  227. border:solid 2px {color:border};
  228. z-index:9999999;
  229.  
  230. }
  231.  
  232.  
  233. #squad1 {
  234. position:fixed;
  235. opacity:1;
  236. background-image:url('{image:squad1}');
  237. width:70px;
  238. height:70px;
  239. top:510px;
  240. margin-left:30px;
  241. border:solid 1px {color:border};
  242. z-index:9999999;
  243. }
  244.  
  245.  
  246. #squad2 {
  247. position:fixed;
  248. opacity:1;
  249. background-image:url('{image:squad2}');
  250. width:70px;
  251. height:70px;
  252. top:510px;
  253. margin-left:110px;
  254. border:solid 1px {color:border};
  255. z-index:9999999;
  256. }
  257.  
  258. #squad3 {
  259. position:fixed;
  260. opacity:1;
  261. background-image:url('{image:squad3}');
  262. width:70px;
  263. height:70px;
  264. top:510px;
  265. margin-left:190px;
  266. border:solid 1px {color:border};
  267. z-index:9999999;
  268. }
  269.  
  270. #squad4 {
  271. position:fixed;
  272. opacity:1;
  273. background-image:url('{image:squad4}');
  274. width:70px;
  275. height:70px;
  276. top:510px;
  277. margin-left:270px;
  278. border:solid 1px {color:border};
  279. z-index:9999999;
  280.  
  281. }
  282.  
  283. #squad5 {
  284. position:fixed;
  285. opacity:1;
  286. background-image:url('{image:squad5}');
  287. width:70px;
  288. height:70px;
  289. top:510px;
  290. margin-left:350px;
  291. border:solid 1px {color:border};
  292. z-index:9999999;
  293. }
  294.  
  295.  
  296.  
  297.  
  298.  
  299. .links a{
  300. z-index:10000000000000000;
  301. margin-left:10px;
  302. padding:10px;
  303. display:inline-block;
  304. }
  305.  
  306.  
  307.  
  308.  
  309.  
  310. #links{
  311. padding:10px;
  312. margin-top:-5px;
  313. text-align:center;
  314. z-index:9999;
  315. font-size:15px;
  316. margin-left:-57px;
  317. width:500px;
  318. }
  319.  
  320. #links a{
  321. background:{color:Links Background};
  322. padding:4px;
  323. font-size:10px;
  324. line-height:150%;
  325. text-transform:lowercase;
  326. margin-top:5px;
  327. font-family: 'Oswald', sans-serif;
  328. text-shadow: 1px 1px 0px {color:drop shadow};
  329. color:{color:Links Text};
  330. width:43px;
  331. height:15px;
  332. display:inline-block;
  333. border: solid 1px {color:border};
  334. -webkit-transition:all 0.5s ease-in-out;
  335. -moz-transition:all 0.5s ease-in-out;
  336. -o-transition:all 0.5s ease-in-out;
  337. transition:all 0.5s ease-in-out;}
  338.  
  339. .links a:hover {
  340. text-decoration:none;
  341. color:{color:hover links text};
  342. background-color:{color:hover links background};
  343. -webkit-transition:all 0.5s ease-in-out;
  344. -moz-transition:all 0.5s ease-in-out;
  345. -o-transition:all 0.5s ease-in-out;
  346. transition:all 0.5s ease-in-out;}
  347.  
  348.  
  349.  
  350. .description {
  351. height:104px;
  352. width:260px;
  353. padding:5px;
  354. font-family:arial;
  355. font-size:10px;
  356. margin-top:2px;
  357. margin-left:128px;
  358. text-align:justify;
  359. overflow:auto;
  360. background-color:{color:description background};
  361. border: solid 1px {color:post border};
  362. }
  363.  
  364.  
  365.  
  366.  
  367. #pagination {
  368. font-size:14px;
  369. margin-top:630px;
  370. margin-left:-50px;
  371. font-family:arial;
  372. letter-spacing:1px;
  373. font-weight:bold;
  374. width:530px;
  375. text-align:center;
  376. text-shadow: 1px 1px 0px {color:drop shadow};
  377. }
  378.  
  379. #pagination a {
  380. padding:4px 8px;
  381. font-weight:bold;
  382. color:{color:hover links text};
  383. font-family:arial;
  384. font-size:14px;
  385. text-decoration:none;
  386. text-shadow: 1px 1px 0px {color:drop shadow};
  387. }
  388.  
  389.  
  390. /*END SIDEBAR*/
  391.  
  392. /*POSTS*/
  393.  
  394. .container {
  395.  
  396. width:540px;
  397. height:100%;
  398. margin-left:445px;
  399. top:-1px;
  400. background-color:{color:posts};
  401. background-image:url('{image:side background}');
  402. position:fixed;
  403. padding:5px;
  404. border:3px solid {color:border};
  405. overflow:auto;
  406. z-index:9999999999999;
  407. }
  408.  
  409.  
  410.  
  411. .entries {
  412. width:500px;
  413. padding:10px;
  414. margin-left:10px;
  415. background-color:{color:posts};
  416. border:solid 1px {color:post border};
  417.  
  418. }
  419.  
  420. .info {
  421. display:block;
  422. padding:10px;
  423. font-family:arial;
  424. font-style:italic;
  425. color:{color:text};
  426. background-color:{color:info background};
  427. width:500px;
  428. margin-bottom:20px;
  429. margin-top:5px;
  430. border:solid 1px {color:post border}
  431. }
  432.  
  433. .info a {
  434. color:{color:links text};
  435. -webkit-transition:all 0.5s ease-in-out;
  436. -moz-transition:all 0.5s ease-in-out;
  437. -o-transition:all 0.5s ease-in-out;
  438. transition:all 0.5s ease-in-out;}
  439.  
  440. .info a:hover {
  441. color:{color:hover};
  442. -webkit-transition:all 0.5s ease-in-out;
  443. -moz-transition:all 0.5s ease-in-out;
  444. -o-transition:all 0.5s ease-in-out;
  445. transition:all 0.5s ease-in-out;}
  446.  
  447. .tags a {
  448. display:inline-block;
  449. margin-right:5px;
  450.  
  451. }
  452.  
  453. .post_title {
  454. display:block;
  455. padding:5px;
  456. text-align:center;
  457. font-size:15px;
  458. font-family:arial;
  459. text-transform:normal;
  460. font-style:italic;
  461. color:{color:text};
  462. }
  463.  
  464. .text {
  465. display:block;
  466. padding:5px;
  467. text-align:justify; }
  468.  
  469. .photo img {
  470. display:block;
  471. margin-bottom:5px; }
  472.  
  473. .quote {
  474. display:block;
  475. padding:5px;
  476. text-align:left;
  477. font-size:10px;
  478. font-family:arial;
  479. font-style:italic;
  480. color:{color:text};
  481. background-color:{color:posts};}
  482.  
  483. .source {
  484. display:block;
  485. padding:5px;
  486. text-align:right;
  487. font-size:9px;
  488. color:{color:link text};}
  489.  
  490. .chat li {
  491. display:block;
  492. padding:5px; }
  493.  
  494. .audioimg img {
  495. width:100px;
  496. height:100px; }
  497.  
  498. .audioinfo {
  499. color:{color:text}; }
  500.  
  501.  
  502. ol.notes {
  503. margin:-25px 0px 0px 0px;
  504. width: 500px;
  505. list-style-type:none;
  506. background-color:{color:posts};
  507. padding:15px;
  508. }
  509.  
  510. ol.notes li.note {
  511. border-top:1px solid {color:borders};
  512. padding:10px 0px;
  513. }
  514. ol.notes li.note:first-child, ol.notes li.note:before {
  515. content:none;
  516. padding-right:0px;
  517. border:none;
  518. }
  519. ol.notes li.note img.avatar {
  520. float:left;
  521. margin:-3px 10px 0px 0px;
  522. height:17px;
  523. -webkit-border-radius:5px;
  524. -moz-border-radius:5px;
  525. border-radius:5px;
  526. {block:ifroundsidebarimage}-webkit-border-radius:80px;
  527. -moz-border-radius:80px;
  528. border-radius:80px;
  529. {/block:ifroundsidebarimage}
  530. }
  531. ol.notes li.note blockquote {
  532. border-color:{color:borders};
  533. padding:2px 5px;
  534. margin:5px 0px 0px 25px;
  535. }
  536.  
  537. .question {
  538. display:block;
  539. padding:5px;
  540. text-align:left;
  541. font-size:12px;
  542. font-family:arial;
  543. font-style:italic;
  544. min-height:40px;
  545. color:{color:text};
  546. background-color:{color:posts}; }
  547.  
  548. .question img {
  549. float:left;
  550. margin-right:5px;
  551. margin-bottom:5px; }
  552.  
  553. /*END POSTS*/
  554.  
  555. /*SCROLLBAR*/
  556.  
  557. ::-webkit-scrollbar {
  558. height:7px;
  559. width:7px;
  560. background-color:{color:scrollbar};}
  561.  
  562. ::-webkit-scrollbar-thumb {
  563. height:auto;
  564. background-color:{color:scrollbar background}; }
  565.  
  566.  
  567. #credit {
  568. text-align:center;
  569. position:fixed;
  570. bottom:10px;
  571. right:10px;
  572. width:15px;
  573. height:15px;
  574. padding:3px;
  575. text-shadow: 1px 0px 0px {color:drop shadow};
  576. -webkit-transition: all 0.5s ease;
  577. -moz-transition: all 0.5s ease;
  578. -o-transition: all 0.5s ease;
  579. }
  580.  
  581. #credit:hover {
  582. background:transparent;
  583. transform: rotate(360deg);
  584. -ms-transform: rotate(360deg);
  585. -webkit-transform: rotate(360deg);
  586. -o-transform: rotate(360deg);
  587. -moz-transform: rotate(30deg);
  588. -webkit-transition: all 0.5s ease;
  589. -moz-transition: all 0.5s ease;
  590. -o-transition: all 0.5s ease;
  591. }
  592. #credit a {
  593. text-decoration:none;
  594. font-size:25px;
  595. color:{color:hover links text};
  596. text-shadow: 1px 0px 0px {color:drop shadow};
  597.  
  598. -webkit-transition: all 0.5s ease;
  599. -moz-transition: all 0.5s ease;
  600. -o-transition: all 0.5s ease;
  601. }
  602.  
  603. #credit a:hover {
  604. color:{color:hover};
  605. transform: rotate(360deg);
  606. -ms-transform: rotate(360deg);
  607. -webkit-transform: rotate(360deg);
  608. -o-transform: rotate(360deg);
  609. -moz-transform: rotate(30deg);
  610. -webkit-transition: all 0.5s ease;
  611. -moz-transition: all 0.5s ease;
  612. -o-transition: all 0.5s ease;
  613. }
  614.  
  615.  
  616.  
  617.  
  618. </style>
  619.  
  620. </head>
  621.  
  622. <body>
  623.  
  624. <!--SIDEBAR-->
  625. </div>
  626.  
  627.  
  628.  
  629. <div class="sidebar">
  630. <div class="title">{Title}</div>
  631. <div class="subtitle">{text:subtitle}</div>
  632.  
  633. <div class="sidebarimg">
  634. <img src="{image:sidebar}"/>
  635. </div>
  636. <div id="links">
  637.  
  638. <a href="/">home</a>
  639. <a href="/ask">ask</a>
  640. <a href="/submit">submit</a>
  641. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  642. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
  643. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}
  644. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}
  645. </div>
  646.  
  647.  
  648.  
  649. <div id="side1"><img src="{image:side1}"></div>
  650. <div id="side2"><img src="{image:side2}"></div>
  651.  
  652. <div class="description">
  653. {Description}
  654. </div>
  655.  
  656. </div>
  657. </div>
  658. </div>
  659.  
  660.  
  661.  
  662.  
  663. <div id="squad1"><a href="{text:squad 1 url}"><img src="{image:squad1}"></a></div></div>
  664. <div id="squad2"><a href="{text:squad 2 url}"><img src="{image:squad2}"></a></div>
  665. <div id="squad3"><a href="{text:squad 3 url}"><img src="{image:squad3}"></a></div>
  666. <div id="squad4"><a href="{text:squad 4 url}"><img src="{image:squad4}"></a></div>
  667. <div id="squad5"><a href="{text:squad 5 url}"><img src="{image:squad5}"></a></div>
  668. <div id="squad6"><a href="{text:squad 6 url}"><img src="{image:squad6}"></a></div>
  669. <div id="squad7"><a href="{text:squad 7 url}"><img src="{image:squad7}"></a></div>
  670.  
  671. </div>
  672. </div>
  673.  
  674. </div>
  675. <!--END SIDEBAR-->
  676.  
  677. <!--POSTS-->
  678.  
  679. <div class="container">
  680.  
  681. {block:Posts}
  682.  
  683. <div class="entries">
  684.  
  685. <!--TEXT POSTS-->
  686.  
  687. {block:Text}
  688.  
  689. {block:Title}<div class="post_title">{Title}</div>{/block:Title}
  690. <div class="text">{Body}</div>
  691.  
  692. {/block:Text}
  693.  
  694. <!--END TEXT POSTS-->
  695.  
  696. <!--PHOTO POSTS-->
  697.  
  698. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  699. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  700.  
  701. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  702. {/block:Caption}{/block:Photoset}
  703.  
  704. <!--END PHOTOSET POSTS-->
  705.  
  706. <!--QUOTE POSTS-->
  707.  
  708. {block:Quote}
  709.  
  710. <div class="quote">"{Quote}"</div>
  711. <div class="source">{Source}</div>
  712.  
  713. {/block:Quote}
  714.  
  715. <!--END QUOTE POSTS-->
  716.  
  717. <!--LINK POSTS-->
  718.  
  719. {block:Link}
  720.  
  721. <div class="post_title"><a href="{URL}">{Name} &rarr;</a></div>
  722. {block:Description}<div class="text">{Description}</div>{/block:Description}
  723.  
  724. {/block:Link}
  725. <!--END LINK POSTS-->
  726.  
  727. <!--CHAT POSTS-->
  728.  
  729. {block:Chat}
  730.  
  731. {block:Title}<div class="post_title">{Title}</div>{/block:Title}
  732. <div class="chat">
  733. <ul>
  734. {block:Lines}<li class="{Alt}">{block:Label}<b>{Label}</b> {/block:Label}{Line}</li>{/block:Lines}
  735. </ul>
  736. </div>
  737.  
  738. {/block:Chat}
  739.  
  740. <!--END CHAT POSTS-->
  741.  
  742. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  743. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  744. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  745. {/block:ExternalAudio}<b>Played:</b> {PlayCount} arial <br>
  746. {/block:Audio}
  747.  
  748. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  749.  
  750. {block:Answer}
  751. <img src="{AskerPortraitURL-64}" style="height:64px; width:64px; float:left; margin-top:0px; border:1px solid #f6f6f6; padding: 2px; border-radius: 0%">
  752. <div id="asks"><div class="asker">{Asker} wanted to know:</div>
  753. <br>{Question}</div>
  754. <div id="answers">{Answer}</div>
  755. {/block:Answer}
  756.  
  757. </div>
  758.  
  759. <div class="info">
  760. written on <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}{/block:Date}</a> with {NoteCountWithLabel}{block:RebloggedFrom} - <a href="{ReblogParentURL}">via</a> - <a href="{ReblogRootURL}">source</a>{/block:RebloggedFrom}<br>
  761. {block:HasTags}
  762. <div class="tags">labeled as: {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>
  763. {/block:HasTags}
  764. </div>
  765. {block:PostNotes}{PostNotes}{/block:PostNotes}
  766.  
  767. {/block:Posts}
  768.  
  769. </div>
  770. <div id="pagination">
  771.  
  772.  
  773. {block:Pagination}
  774. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  775. {block:JumpPagination length="5"}
  776. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  777. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  778. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  779. {/block:Pagination}
  780.  
  781. </div>
  782.  
  783. <div id="credit"><a href="http://youaintshitrps.tumblr.com/">➳</a> </div></center>
  784.  
  785. <!--END POSTS-->
  786.  
  787. </body>
  788.  
  789. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement