Advertisement
deviousgleerpthemes

VIOLET

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