Advertisement
deviousgleerpthemes

pretty girl rock mac

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