jbtthemes

Theme 15: apex

Feb 24th, 2017
542
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.82 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!-- THEME MADE BY LEA --
  4.  
  5. @rpjustxce.tumblr.com
  6. --------------------------
  7. THEME 15: apex --
  8. --------------------------
  9. TERMS OF USAGE:
  10. - DO NOT REMOVE THE CREDIT
  11. - DO NOT REDISTRIBUTE
  12. - DO NOT CLAIM AS YOUR OWN
  13. - DO NOT USE AS A BASE
  14. -------------------------->
  15.  
  16. <html>
  17. <head>
  18. <title>{text:browser title}</title>
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. {block:Description}
  22. <meta name="description" content="{MetaDescription}" />
  23. {/block:Description}
  24.  
  25. <!-- default appearance options -->
  26.  
  27. <meta name="color:background" content=""/>
  28. <meta name="color:title" content="#fff"/>
  29. <meta name="color:description" content="#fff"/>
  30. <meta name="color:body" content="#000"/>
  31. <meta name="color:topbar" content="#fff"/>
  32. <meta name="color:border" content="#000">
  33. <meta name="color:link" content="#ccc"/>
  34. <meta name="color:link hover" content="#eeeeee"/>
  35. <meta name="color:italic" content="#000" />
  36. <meta name="color:bold" content="#000" />
  37. <meta name="color:bold shadow"content="#e7e7e7"/>
  38. <meta name="color:blockquote" content="#ccc">
  39. <meta name="color:navlink" content="#ccc">
  40. <meta name="color:navlink hover" content="#eee">
  41. <meta name="color:permalink" content="#ccc"/>
  42. <meta name="color:permalink hover" content="#eee"/>
  43. <meta name="color:tags" content="#ccc" />
  44. <meta name="color:tags hover" content="#eee" />
  45. <meta name="color:pagination" content="#000" />
  46. <meta name="color:pagination hover" content="#ccc" />
  47.  
  48. <meta name="image:header" content="">
  49.  
  50. <meta name="if:greyscale" content="1">
  51. <meta name="if:description" content="1">
  52.  
  53. <meta name="text:browser title" content="this can be anything you want or just copy paste your blog title here" />
  54. <meta name="text:font size" content="9px"/>
  55.  
  56. <meta name="text:link1" content="link 1"/>
  57. <meta name="text:link1url" content="/"/>
  58. <meta name="text:link2" content="link 2"/>
  59. <meta name="text:link2url" content="/"/>
  60. <meta name="text:link3" content="link 3"/>
  61. <meta name="text:link3url" content="/"/>
  62. <meta name="text:link4" content="link 4"/>
  63. <meta name="text:link4url" content="/"/>
  64.  
  65. <link href="https://fonts.googleapis.com/css?family=Cedarville+Cursive|Oswald" rel="stylesheet">
  66.  
  67.  
  68. <!---BASE CODE BY BISEXUALAMY - YOU MUST CREDIT ME IN YOUR THEME POST--->
  69.  
  70. <style type="text/css">
  71.  
  72. ::-webkit-scrollbar {
  73. width: 0px;
  74. height: 1px;
  75. }
  76. ::-webkit-scrollbar-button {
  77. width: 0px;
  78. height: 0px;
  79. }
  80. ::-webkit-scrollbar-thumb {
  81. background:transparent;
  82. }
  83.  
  84. ::-webkit-scrollbar-track {
  85. background: transparent;
  86. border: 0px none #ffffff;
  87. }
  88.  
  89. ::-webkit-scrollbar-corner {
  90. background: transparent;
  91. }
  92.  
  93. /*customize main body stuffs*/
  94.  
  95. body {
  96. font-size: {text:font size};
  97. font-family: Arial, Calibri, sans-serif;
  98. color: {color:body};
  99. background-color:{color:background};
  100. }
  101.  
  102. a {
  103. color: {color:link};
  104. text-decoration: none;
  105. -moz-transition-duration: 0.5s;
  106. -o-transition-duration: 0.5s;
  107. -webkit-transition-duration: 0.5s;
  108. transition-duration: 0.5s;
  109. }
  110.  
  111. a:hover {
  112. color: {color:link hover};
  113. -moz-transition-duration: 0.5s;
  114. -o-transition-duration: 0.5s;
  115. -webkit-transition-duration: 0.5s;
  116. transition-duration: 0.5s;
  117. }
  118.  
  119. b, strong {
  120. color:{color:bold};
  121. text-transform:uppercase;
  122. letter-spacing:1px;
  123. font-size:15px;
  124. font-family: 'Oswald', sans-serif;
  125. text-shadow:2px 1px 2px {color:bold shadow}, 0 0 20px white;
  126. }
  127.  
  128. i, em {
  129. font-family: 'Cedarville Cursive', cursive;
  130. text-transform:lowercase;
  131. color:{color:italic};
  132. letter-spacing:2px;
  133. }
  134.  
  135. blockquote {
  136. text-align:justify;
  137. padding-left:10px;
  138. border-left:3px solid {color:blockquote};
  139. margin:15px 0px 10px 0px;
  140. }
  141.  
  142. .caption blockquote {
  143. margin:15px 0px 10px 0px;
  144. }
  145.  
  146. blockquote img {
  147. max-width:100%;
  148. height:auto;
  149. }
  150.  
  151. img {
  152. max-width:100%;
  153. height:auto;
  154. }
  155.  
  156. /*customize header*/
  157. #header {
  158. margin-right:auto;
  159. margin-left:auto;
  160. margin-top:100px;
  161. height:400px;
  162. width:50%;
  163. background-image:url('{image:header}');
  164. background-size:cover;
  165. background-position:top left;
  166. background-repeat:no-repeat;
  167. }
  168.  
  169. {block:ifdescription}
  170. .description {
  171. position:relative;
  172. margin-right:auto;
  173. margin-left:auto;
  174. top:100px;
  175. margin-bottom:auto;
  176. width:300px;
  177. height:150px;
  178. background:rgba(255,255,255,.3);
  179. }
  180. {/block:ifdescription}
  181.  
  182. /*customize top bar*/
  183. #topbar {
  184. margin-right:auto;
  185. margin-left:auto;
  186. height:45px;
  187. width:80%;
  188. background:{color:topbar};
  189. }
  190.  
  191. /*customize top navlinks in topbar*/
  192. .navlinks {
  193. margin-top:0px;
  194. text-align:center;
  195. font-size:12px;
  196. text-transform:uppercase;
  197. }
  198.  
  199. .navlinks a {
  200. margin-right:21px;
  201. color:{color:navlink};
  202. border-top:1px solid #aaa;
  203. padding:10px;
  204. border-bottom:none;
  205. -webkit-transition: all 0.7s ease;
  206. transition: all 0.7s ease;
  207. -moz-transition: all 0.7s ease;
  208. -o-transition: all 0.7s ease;
  209. }
  210.  
  211. .navlinks a:last-child {
  212. margin-right:0px;
  213. }
  214.  
  215. .navlinks a:hover {
  216. color:{color:navlink hover};
  217. letter-spacing:3px;
  218. }
  219.  
  220. /*customize top left searchbox*/
  221. .searchbox {
  222. margin-top:-20px;
  223. margin-left:0px;
  224. }
  225.  
  226. .searchbox input[type=text] {
  227. position: relative;
  228. left:43%;
  229. top:70px;
  230. width: 120px;
  231. padding: 5px;
  232. border: 0.1px solid {color:border};
  233. background:#f0f0f0;
  234. }
  235.  
  236. /*customize container & & posts*/
  237. .container {
  238. margin-top:200px;
  239. width: 500px;
  240. margin-left: auto;
  241. margin-right:auto;
  242. }
  243.  
  244. .posts {
  245. margin-bottom: 20px;
  246. padding: 20px;
  247. }
  248.  
  249. .posts:first-child {
  250. margin-top:50px;
  251. }
  252.  
  253. .html_photoset img {
  254. width:90%;
  255. }
  256.  
  257. {block:IfGreyscale}
  258. .posts img {
  259. -webkit-filter: grayscale(100%);
  260. -webkit-transition: all 0.6s ease-in-out;
  261. -moz-transition: all 0.6s ease-in-out;
  262. -o-transition: all 0.6s ease-in-out;
  263. -ms-transition: all 0.6s ease-in-out;
  264. transition: all 0.6s ease-in-out;
  265. }
  266.  
  267. .posts img:hover {
  268. -webkit-filter: grayscale(0%);
  269. -webkit-transition: all 0.6s ease-in-out;
  270. -moz-transition: all 0.6s ease-in-out;
  271. -o-transition: all 0.6s ease-in-out;
  272. -ms-transition: all 0.6s ease-in-out;
  273. transition: all 0.6s ease-in-out;
  274. }
  275.  
  276. .html_photoset {
  277. -webkit-filter: grayscale(100%);
  278. -webkit-transition: all 0.6s ease-in-out;
  279. -moz-transition: all 0.6s ease-in-out;
  280. -o-transition: all 0.6s ease-in-out;
  281. -ms-transition: all 0.6s ease-in-out;
  282. transition: all 0.6s ease-in-out;
  283. }
  284.  
  285. .html_photoset:hover {
  286. -webkit-filter: grayscale(0%);
  287. -webkit-transition: all 0.6s ease-in-out;
  288. -moz-transition: all 0.6s ease-in-out;
  289. -o-transition: all 0.6s ease-in-out;
  290. -ms-transition: all 0.6s ease-in-out;
  291. transition: all 0.6s ease-in-out;
  292. }
  293.  
  294. .playerbutton {
  295. width:20px;
  296. height:30px;
  297. overflow:hidden;
  298. position:relative;
  299. z-index:1000;
  300. margin:10px 19px 8px 11px;
  301. }
  302.  
  303. .player {
  304. background-color:#000;
  305. -webkit-border-radius:50px;
  306. -moz-border-radius:50px;
  307. border-radius:100%;
  308. position:absolute;
  309. z-index:1000;
  310. margin-left:35%;
  311. margin-top:11px;
  312. opacity:.8;
  313. }
  314.  
  315. {/block:IfGreyscale}
  316.  
  317. h1 {
  318. text-align: center;
  319. text-transform: lowercase;
  320. letter-spacing:3px;
  321. font-weight:100;
  322. font-family: 'Oswald', sans-serif;
  323. }
  324.  
  325. h2 {
  326. text-align: center;
  327. text-transform: lowercase;
  328. font-family: serif;
  329. font-size: 15px;
  330. }
  331.  
  332. .source {
  333. text-align: center;
  334. }
  335.  
  336. .posts li {
  337. list-style: square;
  338. }
  339.  
  340. .posts blockquote {
  341. border-left: 3px solid {color:blockquote};
  342. padding-left: 10px;
  343. }
  344.  
  345. .convo {
  346. list-style: none;
  347. line-height: 120%;
  348. }
  349.  
  350. .label {
  351. text-transform: uppercase;
  352. padding-right: 2px;
  353. font-weight: bold;
  354. }
  355.  
  356. .playbutton {
  357. width: 25px;
  358. height: 28px;
  359. padding: 5px;
  360. overflow: hidden;
  361. position: relative;
  362. z-index: 1000
  363. }
  364.  
  365. .playbox {
  366. background-color: #fff;
  367. position: absolute;
  368. z-index: 1000;
  369. margin-top: 17px;
  370. margin-left: 17px;
  371. opacity: .7;
  372. }
  373.  
  374. .audiodesc {
  375. position: relative;
  376. left: 5px;
  377. top: -12px;
  378. font-size: 11px;
  379. }
  380.  
  381. /*customize ask posts*/
  382. .asker {
  383. text-align:center;
  384. font-size:25px;
  385. margin-bottom:15px;
  386. letter-spacing:2px;
  387. text-transform:lowercase;
  388. font-family: 'Oswald', sans-serif;
  389. -webkit-filter:blur(.4px);
  390. }
  391.  
  392. .under {
  393. font-size:12px;
  394. margin-top:-13px;
  395. }
  396.  
  397. .question {
  398. text-align:center;
  399. padding:5px;
  400. margin-top:-10px;
  401. max-height:200px;
  402. background-image:url('{image:h1 image}');
  403. background-position:center center;
  404. border-top:4px double {color:border};
  405. }
  406.  
  407. .answer {
  408. padding-top:3px;
  409. }
  410.  
  411. /*customize permalinks & & tags*/
  412. .permalinks {
  413. width:100%;
  414. text-transform: lowercase;
  415. padding-top: 10px;
  416. }
  417.  
  418. .permalinks a {
  419. color:{color:permalink};
  420. -moz-transition-duration: 0.5s;
  421. -o-transition-duration: 0.5s;
  422. -webkit-transition-duration: 0.5s;
  423. transition-duration: 0.5s;
  424. }
  425.  
  426. .permalinks a:hover {
  427. color:{color:permalink hover};
  428. }
  429.  
  430. .tags {
  431. text-align: left;
  432. margin-top:10px;
  433. }
  434.  
  435. .tags a {
  436. color:{color:tags};
  437. -moz-transition-duration: 0.5s;
  438. -o-transition-duration: 0.5s;
  439. -webkit-transition-duration: 0.5s;
  440. transition-duration: 0.5s;
  441. }
  442.  
  443. .tags a:hover {
  444. color:{color:tags hover};
  445. }
  446.  
  447. .postnotes {
  448. line-height: 200%;
  449. text-align: left;
  450. margin-top: 20px;
  451. list-style: none;
  452. margin-left: -25px
  453. }
  454.  
  455. .postnotes ol.notes {
  456. list-style-type: none;
  457. }
  458.  
  459. .postnotes li {
  460. list-style-type: georgian;
  461. }
  462.  
  463. .postnotes img.avatar {
  464. width: 0px;
  465. height: 0px;
  466. }
  467.  
  468. /*customize reblog & & like buttons*/
  469. svg {
  470. width:10px;
  471. height:auto;
  472. opacity:.5;
  473. padding:1px;
  474. display:block;
  475. overflow:visible;
  476. }
  477. .controls a {
  478. position:relative;
  479. color:{color:permalink};
  480. float:right;
  481. margin-top:-15px;
  482. display:inline-block;
  483. overflow:hidden;
  484. padding:5px;
  485. width:10px;
  486. height:10px;
  487. }
  488. .controls .reblog {
  489. opacity:.93;
  490. }
  491.  
  492. .controls .reblog svg {
  493. width:7px;
  494. margin-top:1px;
  495. }
  496. .controls .like svg {
  497. width:7px;
  498. margin-top:1px;
  499. }
  500.  
  501. .controls .like .liked + svg {
  502. opacity:1;
  503. }
  504. .controls .like .liked + svg path {
  505. fill:#ec5a5a;
  506. }
  507. .controls .like .like_button {
  508. position:relative;
  509. }
  510. .controls .like .like_button iframe {
  511. position:absolute;
  512. top:0;
  513. left:0;
  514. bottom:0;
  515. right:0;
  516. z-index:2;
  517. opacity:0;
  518. }
  519.  
  520. /*customize pagination*/
  521. #pagination {
  522. color:{color:pagination};
  523. width:100%;
  524. font-size:12px;
  525. text-align:center;
  526. font-weight:500;
  527. margin-top:50px;
  528. margin-bottom:50px;
  529. }
  530.  
  531. #pagination a {
  532. color:{color:pagination};
  533. -webkit-transition: 0.8s ease-in;
  534. -moz-transition: .8s ease-in;
  535. transition: .8s ease-in;
  536. }
  537.  
  538. #pagination a:hover {
  539. color:{color:pagination hover};
  540. text-shadow:none;
  541. }
  542.  
  543. /* DO NOT REMOVE THIS. It's my credit and I worked very hard on it. */
  544. #mycredit {
  545. z-index:999999999;
  546. bottom:5px;
  547. right:5px;
  548. height:30px;
  549. width:30px;
  550. opacity:.2;
  551. position:fixed;
  552. padding:5px;
  553. -webkit-transition: 0.8s ease-in;
  554. -moz-transition: .8s ease-in;
  555. transition: .8s ease-in;
  556. }
  557.  
  558. #mycredit:hover {
  559. transform:rotate(90deg);
  560. opacity:1;
  561. }
  562.  
  563. </style>
  564. </head>
  565. <body>
  566.  
  567. <!-- DO NOT REMOVE MY CREDIT -->
  568. <div id="mycredit"><a href="http://rpjustxce.tumblr.com/" title="theme by Justxce Themes"><img src="http://static.tumblr.com/ewpefvd/Uteohiglh/rpj-icon.png"></a></div>
  569.  
  570. <!-------HEADER-------->
  571. <div id="header">
  572. {block:ifdescription}
  573. <div class="description">
  574. <div style="text-align:center;padding-top:30px;letter-spacing:10px;font-size:20px;color:{color:title};text-transform:uppercase;">{Title}</div>
  575. <hr style="width:80%;text-align:center">
  576. <div style="text-align:center;padding-top:5px;width:80%;margin-right:auto;margin-left:auto;color:{color:description};text-transform:lowercase;">{description}</div>
  577. </div>
  578. {/block:ifdescription}
  579. </div>
  580.  
  581. <!------TOPBAR--------->
  582.  
  583. <div id="topbar">
  584. <form action="/search" method="get" class="searchbox"><input type="text" name="q" value="{SearchQuery}"/></form>
  585. <div class="navlinks">
  586. <a href="/">index</a>
  587. <a href="/ask">ask</a>
  588. <a href="{text:link1url}">{text:link1}</a>
  589. <a href="{text:link2url}">{text:link2}</a>
  590. <a href="{text:link3url}">{text:link3}</a>
  591. <a href="{text:link4url}">{text:link4}</a>
  592. </div>
  593.  
  594. </div>
  595.  
  596. <!------END TOPBAR--------->
  597.  
  598. <!------POSTS--------->
  599.  
  600. <div class="container">
  601.  
  602. <div class="postcon">
  603. {block:Posts}
  604. <div class="posts">
  605.  
  606. {block:Text}
  607. {block:Title}<h1>{Title}</h1>{/block:Title}
  608. {Body}
  609. {/block:Text}
  610.  
  611. {block:Answer}<div class="asker">citizen://{Asker}<div class="under">[ incoming message ]</div></div><div class="question">{Question}</div><div class="answer">{Answer}</div>{/block:Answer}
  612.  
  613. {block:Quote}
  614. <h2>{Quote}</h2>
  615. {block:Source}<div class="source">{Source}</div>{/block:Source}
  616. {/block:Quote}
  617.  
  618. {block:Link}
  619. <h1><a href="{URL}">{Name}</a></h1>
  620. {block:Description}{Description}{/block:Description}
  621. {/block:Link}
  622.  
  623. {block:Chat}
  624. {block:Title}<h1>{Title}</h1>{/block:Title}
  625. <div class="convo">{block:Lines}<div class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  626. {Line}</div>{/block:Lines}</div>
  627. {/block:Chat}
  628.  
  629. {block:Photo}
  630. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}
  631.  
  632. {block:Caption}{Caption}{/block:Caption}
  633. {/block:Photo}
  634.  
  635. {block:Photoset}
  636. {Photoset}
  637. {block:Caption}{Caption}{/block:Caption}
  638. {/block:Photoset}
  639.  
  640. {block:Audio}
  641. <table><tr><td><div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  642. {block:AlbumArt}<img src="{AlbumArtURL}" height="70" width="70">{/block:AlbumArt}</td>
  643. <td><div class="audiodesc">{block:TrackName}<b>Title:</b> {TrackName}<br>{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist} {block:Album}<b>Album:</b> {Album}<br>{/block:Album}</div></td></tr></table>{block:Caption}{Caption}{/block:Caption}
  644. {/block:Audio}
  645.  
  646. {block:Video}
  647. {Video-500}
  648. {block:Caption}{Caption}{/block:Caption}
  649. {/block:Video}
  650.  
  651. <!---END POSTS--->
  652.  
  653. <!---POST INFO--->
  654.  
  655. <div class="permalinks">
  656.  
  657. ⇶<a href="{Permalink}" style="padding-left: 5px; padding-right; 5px;">{block:Date} {DayOfMonthWithZero}.{MonthNumberwithZero}.{Shortyear} {/block:Date}</a>
  658.  
  659. <a href="{Permalink}" style="padding-left: 5px; padding-right; 5px;">{block:NoteCount}+{NoteCount}{/block:NoteCount}</a>
  660.  
  661. {block:RebloggedFrom}<a href="{ReblogParentURL}" style="padding-left: 10px; padding-right; 5px;">via</a>
  662.  
  663. <a href="{ReblogRootURL}" style="padding-left: 5px; padding-right; 5px;">source</a>{/block:RebloggedFrom}
  664.  
  665. <div class="controls">
  666. <a href="{ReblogURL}" target="_blank" class="reblog">
  667. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 361.095 361.095" style="enable-background:new 0 0 361.095 361.095;" xml:space="preserve"><g><g><path d="M182.595,325.678c-63.183,0-120.133-42.217-138.267-102.567c-2.833-9.067-12.183-14.167-21.25-11.333 c-9.067,2.833-14.167,12.183-11.333,21.25c22.95,75.933,91.517,126.65,170.85,126.65c98.317,0,178.5-80.183,178.5-178.5 s-80.183-178.5-178.5-178.5c-55.817,0-108.233,26.633-141.667,69.7l-7.083-56.1c-1.133-9.35-9.633-15.867-18.983-14.733 C5.511,2.678-1.005,11.178,0.128,20.528l13.317,103.7c1.133,8.5,8.5,14.733,16.717,14.733c0.567,0,1.417,0,1.983,0l102.567-11.617 c9.35-1.133,16.15-9.35,15.017-18.7s-9.35-16.15-18.7-15.017l-68.85,7.65c26.633-39.95,71.683-64.6,120.417-64.6 c79.617,0,144.5,64.883,144.5,144.5S262.211,325.678,182.595,325.678z"/></g></g></svg>
  668. </a>
  669. <a href="#" class="like">{LikeButton}
  670. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 442.403 442.403" style="enable-background:new 0 0 442.403 442.403;" xml:space="preserve"><g><g><path d="M213.05,422.652c2.833,1.7,5.95,2.833,9.35,2.833c3.117,0,6.517-0.85,9.35-2.833c7.65-5.1,187.283-123.533,207.683-243.95 c10.483-62.333-8.783-100.867-26.633-122.117c-20.967-24.933-52.133-39.667-83.017-39.667c-10.2,0-20.117,1.7-28.9,5.1 c-43.067,16.15-72.25,44.767-88.117,64.317c-15.583-19.267-42.217-47.033-74.517-58.083c-9.917-3.4-20.683-5.1-32.017-5.1 c-28.9,0-56.383,11.9-75.367,32.867c-16.717,18.417-35.7,53.55-29.75,114.75C13.016,291.185,204.833,417.268,213.05,422.652z M56.083,78.685c17.283-18.983,38.817-21.817,50.15-21.817c7.367,0,14.45,1.133,20.967,3.4 c39.383,13.317,70.833,63.467,71.4,63.75c3.117,5.1,8.783,8.217,14.733,7.933c5.95,0,11.333-3.4,14.45-8.5 c0.283-0.567,28.617-48.733,85.283-69.983c4.817-1.7,10.767-2.833,16.717-2.833c20.967,0,42.217,10.483,56.95,27.767 c19.267,22.667,25.783,55.533,18.983,94.633c-7.367,43.067-42.5,94.633-101.717,149.317c-33.433,30.883-66.3,54.683-81.6,65.45 c-16.15-11.05-51-36.55-86.417-68.85C74.216,262.285,39.366,209.868,35.116,167.368C31.433,128.552,38.516,97.952,56.083,78.685z"/></g></g></svg>
  671. </a>
  672. </div>
  673.  
  674. <div class="tags">{block:HasTags} {block:Tags} <a href="/tagged/{TAG}" style="margin-right: 3px;">#{TAG}</a> {/block:Tags} {/block:HasTags}</div>
  675.  
  676. {block:PostNotes}<div class="postnotes">{PostNotes}</div>{/block:PostNotes}
  677.  
  678. </div>
  679.  
  680. </div>
  681.  
  682. {/block:Posts}
  683. <!------PAGINATION--------->
  684. <div id="pagination">{block:Pagination}
  685. {block:PreviousPage}<a href="{PreviousPage}" title="retreat">↼ RETREAT</a> {/block:PreviousPage} {block:NextPage} <a href="{NextPage}" title="advance">ADVANCE ⇀</a></a>
  686. {/block:NextPage}
  687. {/block:Pagination}</div>
  688. <!------END PAGINATION--------->
  689. </div>
  690.  
  691. <!---END POST INFO--->
  692.  
  693. </div>
  694.  
  695. </body>
  696. </html>
Advertisement
Add Comment
Please, Sign In to add comment