Advertisement
deviousgleerpthemes

sr for gen

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