Advertisement
deviousgleerpthemes

sleigh_ride

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