Advertisement
xoxorae

meg 2.0

Aug 28th, 2015
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.18 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--------------------------------------------
  6. MADE BY: SPOILERALXRT
  7. FEEL FREE TO ASK IF YOU WANT IT
  8. --------------------------------------------->
  9.  
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  14. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  15.  
  16. <!--------------------------------------------
  17. META CODES
  18. --------------------------------------------->
  19.  
  20. <meta name="image:background" content="" />
  21. <meta name="image:info" content="" />
  22.  
  23. <meta name="color:background" content="#ffffff" />
  24. <meta name="color:text" content="#000000" />
  25. <meta name="color:accent" content="#e7d6db" />
  26. <meta name="color:bold" content="#e7c2cd" />
  27. <meta name="color:italic" content="#e7d6db" />
  28. <meta name="color:shadow" content="#c6c6c6" />
  29. <meta name="color:border" content="#c6c6c6" />
  30.  
  31. <meta name="text:url one" content="url one" />
  32. <meta name="text:name one" content="name one" />
  33. <meta name="text:url two" content="url two" />
  34. <meta name="text:name two" content="name two" />
  35. <meta name="text:url three" content="url three" />
  36. <meta name="text:name three" content="name three" />
  37. <meta name="text:url four" content="url four" />
  38. <meta name="text:name four" content="name four" />
  39. <meta name="text:url five" content="url five" />
  40. <meta name="text:name five" content="name five" />
  41. <meta name="text:url six" content="url six" />
  42. <meta name="text:name six" content="name six" />
  43.  
  44. <!--------------------------------------------
  45. SCRIPTS
  46. --------------------------------------------->
  47.  
  48. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  49.  
  50. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  51.  
  52. <script>
  53. (function($){
  54. $(document).ready(function(){
  55. $("a[title]").style_my_tooltips({
  56. tip_follows_cursor:true,
  57. tip_delay_time:90,
  58. tip_fade_speed:600,
  59. attribute:"title"
  60. });
  61. });
  62. })(jQuery);
  63. </script>
  64.  
  65. <script type="text/javascript">
  66. /* Photoset Resize Code by Kevin - EXCOLO.TUMBLR.COM */
  67. $(document).ready(function() {
  68. function photosetResize() {
  69. $('iframe.photoset').each(function(){
  70. var newSize = 340;
  71. var newSrc = $(this).attr('src').replace('400',newSize);
  72. $(this).attr('src', newSrc).width(newSize);
  73. var high = $(this).css('height');
  74. var calculate = parseInt(high, 10)* newSize/400;
  75. $(this).css('height', calculate);
  76. });
  77. }
  78. photosetResize();
  79. });
  80. </script>
  81.  
  82. <script type="text/javascript">
  83. function unhide(divID) {
  84. var item = document.getElementById(divID);
  85. if (item) {
  86. item.className=(item.className=='hidden')?'unhidden':'hidden';
  87. }
  88. }
  89. </script>
  90.  
  91. <style type="text/css">
  92.  
  93. /*--------------------------------------------
  94. TEXT SELECTION
  95. ---------------------------------------------*/
  96.  
  97. ::-moz-selection {
  98. background: transparent;
  99. color: {color:accent};}
  100.  
  101. ::selection {
  102. background: transparent;
  103. color: {color:accent};}
  104.  
  105. /*--------------------------------------------
  106. SCROLLBAR
  107. ---------------------------------------------*/
  108.  
  109. ::-webkit-scrollbar {
  110. width: 0px;
  111. height:0px;}
  112.  
  113. ::-webkit-scrollbar-track {
  114. background:transparent;}
  115.  
  116. ::-webkit-scrollbar-thumb {
  117. background:transparent;
  118. border:0px solid transparent;}
  119.  
  120. ::-webkit-scrollbar-thumb:window-inactive {
  121. background: transparent;}
  122.  
  123. /*--------------------------------------------
  124. TOOLTIP
  125. ---------------------------------------------*/
  126.  
  127. #s-m-t-tooltip {
  128. max-width:300px;
  129. margin-left:20px;
  130. font-weight:bold;
  131. margin-top:20px;
  132. font-size:7px;
  133. color:{color:text};
  134. text-shadow:0 0 0.8em {color:text};
  135. text-transform:uppercase;
  136. letter-spacing:1px;
  137. text-transform:uppercase;
  138. padding:3px;
  139. font-family: 'Source Sans Pro', sans-serif;
  140. z-index:999999999999999999999999999999999999;}
  141.  
  142. /*--------------------------------------------
  143. BASICS
  144. ---------------------------------------------*/
  145.  
  146. body {
  147. background:{color:background};
  148. color: {color:text};
  149. font-family: 'Source Sans Pro', sans-serif;
  150. font-size: 9px;
  151. word-wrap: break-word;
  152. text-align:justify;
  153. line-height:180%;}
  154.  
  155. small, sup, sub {
  156. font-size:9px;}
  157.  
  158. a {
  159. color:{color:text};
  160. font-weight:bold;
  161. text-decoration:none;
  162. font-size:7px;
  163. text-shadow:0 0 0.8em {color:text};
  164. text-transform:uppercase;
  165. letter-spacing:1px;}
  166.  
  167. a:hover{
  168. text-decoration:none;}
  169.  
  170. blockquote {
  171. width:280px;
  172. border-radius:13px;
  173. border-left:3px solid {color:border};
  174. margin-left: 15px;
  175. padding-left:15px;
  176. padding-top:1px;
  177. padding-bottom:1px;}
  178.  
  179. blockquote img {
  180. max-width:300px;}
  181.  
  182. blockquote p {
  183. padding-bottom:0px;}
  184.  
  185. blockquote blockquote {
  186. width:220px;}
  187.  
  188. figure {
  189. padding-bottom:10px;
  190. padding-top:10px;}
  191.  
  192. iframe, img, embed, object, video {
  193. max-width: 340px;}
  194.  
  195. p{
  196. padding-bottom:10px;}
  197.  
  198. img {
  199. height: auto;
  200. width:auto;
  201. max-width:340px;}
  202.  
  203. /*--------------------------------------------
  204. ACCENTS
  205. ---------------------------------------------*/
  206.  
  207. b small, strong small, i small, em small {
  208. margin-top:5px;
  209. letter-spacing:1px;
  210. font-size:9px;}
  211.  
  212. b, strong {
  213. font-weight:bold;
  214. font-size:15px;
  215. font-family: bebas neue;
  216. letter-spacing:0px;
  217. color:{color:bold};
  218. text-shadow:0 0 0.6em {color:shadow};
  219. text-transform:lowercase;}
  220.  
  221. i, em {
  222. font-weight:bold;
  223. letter-spacing:0px;
  224. font-family: bebas neue;
  225. font-size:15px;
  226. color:{color:italic};
  227. text-shadow:0 0 0.6em {color:shadow};
  228. text-transform:lowercase;}
  229.  
  230. /*--------------------------------------------
  231. LISTS
  232. ---------------------------------------------*/
  233.  
  234. ol {
  235. list-style-type:upper-roman;}
  236.  
  237. ul {
  238. list-style-type:square;}
  239.  
  240. li {
  241. width:250px;}
  242.  
  243. /*--------------------------------------------
  244. TITLES
  245. ---------------------------------------------*/
  246.  
  247. h1 {
  248. font-size:28px;
  249. letter-spacing:0px;
  250. font-family:bebas neue;
  251. text-shadow:0 0 0.6em {color:shadow};
  252. color:{color:accent};}
  253.  
  254. h1 a {
  255. text-shadow:0 0 0.6em {color:shadow};
  256. color:{color:accent};
  257. letter-spacing:0px;
  258. font-size:28px;}
  259.  
  260. h2, h2 small {
  261. font-size:24px;
  262. letter-spacing:0px;
  263. text-shadow:0 0 0.6em {color:shadow};
  264. color:{color:accent};}
  265.  
  266. h2 b, h2 strong, h2 i, h2 em {
  267. font-size:24px;}
  268.  
  269. h2 a {
  270. font-family:bebas neue;
  271. text-shadow:0 0 0.6em {color:shadow};
  272. letter-spacing:0px;
  273. font-size:24px;
  274. color:{color:accent};}
  275.  
  276.  
  277. /*--------------------------------------------
  278. CONTAINER
  279. ---------------------------------------------*/
  280.  
  281. #container {
  282. background-image:url('{image:background}');
  283. background-attachment:fixed;
  284. background-repeat:no repeat;
  285. background-position:top left;
  286. margin-top:-200px;
  287. height:1000px;
  288. width:1440px;
  289. margin-left:auto;
  290. margin-right:auto;}
  291.  
  292. #postcontainer {
  293. background-color:transparent;
  294. position:fixed;
  295. margin-left:454px;
  296. margin-top:438px;
  297. height:340px;
  298. overflow-y: scroll;
  299. overflow-x:hidden;
  300. width: 365px;
  301. text-align:center;}
  302.  
  303. #postcontainer img {
  304. max-width:340px;}
  305.  
  306. /*--------------------------------------------
  307. NAV
  308. ---------------------------------------------*/
  309.  
  310. #navbar{
  311. position:fixed;
  312. margin-top:420px;
  313. text-align:center;}
  314.  
  315. .tabs {
  316. width:100%;
  317. margin-left:180px;
  318. display:inline-block;}
  319.  
  320. .tab-links a {
  321. padding:7px;
  322. display:inline-block;
  323. color:{color:bold};
  324. font-size:25px;
  325. line-height:50%;
  326. text-shadow:0 0 0.6em {color:shadow};
  327. transition:all linear 0.15s;}
  328.  
  329. /*--------------------------------------------
  330. POSTS
  331. ---------------------------------------------*/
  332.  
  333. article {
  334. float:left;
  335. padding: 0px;
  336. width: 340px;
  337. text-align:justify;
  338. margin-bottom:40px;}
  339.  
  340. /*--------------------------------------------
  341. POST INFO
  342. ---------------------------------------------*/
  343.  
  344. .info {
  345. padding:8px;
  346. margin-top:20px;
  347. background-color:{color:border};
  348. background-image:url('{image:info}');}
  349.  
  350. .postinfo {
  351. width:340px;
  352. text-align:center;
  353. font-size:15px;
  354. margin-top:15px;
  355. margin-bottom:10px;
  356. text-shadow:0 0 0.6em {color:shadow};
  357. color:{color:text};
  358. font-weight:normal;}
  359.  
  360. .postinfo a {
  361. font-weight:bold;
  362. text-shadow:0 0 0.6em {color:shadow};
  363. color:{color:accent};
  364. font-size:15px;}
  365.  
  366. .tags {
  367. width:340px;
  368. font-family: 'Source Sans Pro', sans-serif;
  369. text-align:left;
  370. margin-top:5px;}
  371.  
  372. .tags a {
  373. text-shadow:0 0 0.8em {color:text};
  374. font-weight:bold;
  375. color:{color:text};
  376. font-size:7px;}
  377.  
  378. /*--------------------------------------------
  379. POST NOTES
  380. ---------------------------------------------*/
  381.  
  382. ol.notes {
  383. width:330px;
  384. display:block;
  385. text-transform:uppercase;
  386. font-family: 'Source Sans Pro', sans-serif;
  387. text-align:left;
  388. font-size:7px;
  389. margin-top:20px;
  390. list-style-type:none;
  391. margin-left:-20px;}
  392.  
  393. ol.notes a {
  394. letter-spacing:1px;}
  395.  
  396. ol.notes li.note{
  397. margin-bottom:5px;}
  398.  
  399. .pagenotes {
  400. text-align:left;
  401. margin-top:15px;}
  402.  
  403. .pagenotes img{
  404. height:0px;
  405. width:0px;}
  406.  
  407. .hidden {display: none;}
  408. .unhidden {display: block;}
  409.  
  410. /*--------------------------------------------
  411. CHAT
  412. ---------------------------------------------*/
  413.  
  414. .line {
  415. padding:6px 15px;
  416. display:block;}
  417.  
  418. /*--------------------------------------------
  419. QUOTE
  420. ---------------------------------------------*/
  421.  
  422. .quote {
  423. text-shadow:0 0 0.6em {color:shadow};
  424. font-size:22px;
  425. font-family:bebas neue;
  426. width:300px;
  427. padding:15px;
  428. line-height:90%;
  429. text-align:center;
  430. color:{color:bold};
  431. letter-spacing:0px;
  432. font-weight:bold;
  433. text-transform:uppercase;}
  434.  
  435. .source {
  436. width:310px;
  437. text-align:right;
  438. font-size:7px;
  439. font-weight:normal;
  440. font-family: 'Source Sans Pro', sans-serif;
  441. letter-spacing:2px;
  442. text-transform:uppercase;}
  443.  
  444. /*--------------------------------------------
  445. ASK
  446. ---------------------------------------------*/
  447.  
  448. .question {
  449. text-align:justify;
  450. border:1px solid {color:background};
  451. text-wrap:break-word;
  452. font-size:9px;
  453. padding:10px;
  454. padding-bottom:20px;
  455. color:{color:text};
  456. line-height:150%;
  457. letter-spacing:0px;}
  458.  
  459. .da_q {
  460. line-height:16px;
  461. font-size:9px;
  462. margin-left:60px;
  463. width:250px;
  464. margin-top:-10px;
  465. text-align:left;}
  466.  
  467. .answer {
  468. line-height:17px;
  469. letter-spacing:0px;
  470. font-weight:normal;
  471. margin-top:10px;}
  472.  
  473. .answer small {font-size:9px;}
  474.  
  475. .asker {
  476. text-shadow:0 0 0.6em {color:shadow};
  477. font-family:bebas neue;
  478. color:{color:bold};
  479. letter-spacing:0px;
  480. font-weight:bold;
  481. text-transform:uppercase;
  482. font-size:20px;
  483. text-align:center;
  484. font-weight:bold;
  485. margin-top:5px;
  486. padding-bottom:0px;}
  487.  
  488. .portrait img {
  489. border-radius:30px;
  490. width:30px;
  491. height:30px;
  492. margin-top:5px;
  493. margin-left:5px;
  494. float:left;}
  495.  
  496. /*--------------------------------------------
  497. AUDIO
  498. ---------------------------------------------*/
  499.  
  500. .audio_wrapper {
  501. padding:0px;}
  502.  
  503. .play_wrapper {
  504. width:335px;
  505. padding-bottom:15px;
  506. padding-top:5px;
  507. text-align:center;
  508. margin-top:0px;
  509. margin-left:1px;
  510. font-weight:bold;
  511. border:1px solid {color:border};}
  512.  
  513. .track {
  514. margin-top:-30px;
  515. text-shadow:0 0 0.6em {color:shadow};
  516. color:{color:bold};
  517. font-family:bebas neue;
  518. width:300px;
  519. font-weight:bold;
  520. font-size:16px;
  521. text-transform:lowercase;
  522. letter-spacing:0px;
  523. text-align:right;}
  524.  
  525. .player {
  526. width:50px;
  527. height:40px;
  528. overflow:hidden;
  529. text-align:center;
  530. background-color:transparent;
  531. border-right:none;}
  532.  
  533. .audioplayer {
  534. width:26px;
  535. position:absolute;
  536. -webkit-transform:scale(1);
  537. -moz-transform:scale(1);
  538. -o-transform:scale(1);
  539. -ms-transform:scale(1);
  540. height:30px;
  541. overflow:hidden;
  542. opacity:0.4;
  543. margin-top:4px;
  544. margin-left:10px;}
  545.  
  546. /*--------------------------------------------
  547. PAGINATION
  548. ---------------------------------------------*/
  549.  
  550. #pagination{
  551. position:static;
  552. margin-top:10px;
  553. text-align:center;}
  554.  
  555. #pagination a{
  556. color:{color:text};
  557. font-weight:bold;
  558. text-decoration:none;
  559. font-size:7px;
  560. text-shadow:0 0 0.8em {color:text};
  561. letter-spacing:1px;}
  562.  
  563. .pagibutton{
  564. position:relative;
  565. display:inline-block;
  566. padding:15px;}
  567.  
  568. /*--------------------------------------------
  569. DESCRIPTION
  570. ---------------------------------------------*/
  571.  
  572. .box {
  573. position:fixed;
  574. width:195px;
  575. z-index:9999;
  576. text-align:justify;
  577. left:377px;
  578. top:417px;}
  579.  
  580. .title {
  581. position:fixed;
  582. color:{color:text};
  583. background:{color:background};
  584. text-transform:uppercase;
  585. letter-spacing:3px;
  586. padding:2px 8px;
  587. font-size:7px;
  588. width:180px;
  589. text-shadow:0 0 0.8em {color:text};
  590. text-transform:uppercase;
  591. letter-spacing:2px;
  592. font-weight:bold;
  593. -moz-transition-duration:.5s;
  594. -webkit-transition-duration:.5s;
  595. -o-transition-duration:.5s;
  596. top:570px;
  597. left:377px;}
  598.  
  599. .desc {
  600. color:{color:text};
  601. background-color:{color:background};
  602. text-transform:uppercase;
  603. letter-spacing:1px;
  604. font-size:7px;
  605. padding:12px;
  606. overflow:auto;
  607. height:125px;
  608. line-height:2;
  609. opacity:1;}
  610.  
  611. .desc a {
  612. color:{color:text};}
  613.  
  614.  
  615. /*--------------------------------------------
  616. CUSTOM CSS
  617. ---------------------------------------------*/
  618.  
  619. {CustomCSS}
  620. </style>
  621. </head>
  622. <body>
  623.  
  624. <!--------------------------------------------
  625. UPDATES
  626. --------------------------------------------->
  627.  
  628. <div class="box">
  629. <div class="title">{Title}</div>
  630. <div class="desc">
  631.  
  632. {Description}
  633.  
  634. </div>
  635. </div>
  636.  
  637. <div id="container">
  638.  
  639. <!--------------------------------------------
  640. NAVIGATION
  641. --------------------------------------------->
  642.  
  643. <div id="navbar">
  644. <div class="tabs">
  645. <ul class="tab-links">
  646. <a href="{text:url one}" title="{text:name one}">•</a><br>
  647. <a href="{text:url two}" title="{text:name two}">•</a><br>
  648. <a href="{text:url three}" title="{text:name three}">•</a><br>
  649. <a href="{text:url four}" title="{text:name four}">•</a><br>
  650. <a href="{text:url five}" title="{text:name five}">•</a><br>
  651. <a href="{text:url six}" title="{text:name six}">•</a></ul>
  652. </div>
  653. </div>
  654.  
  655. <!--------------------------------------------
  656. TABS
  657. --------------------------------------------->
  658.  
  659. <div class="tabs">
  660.  
  661. <!--------------------------------------------
  662. TAB ONE
  663. --------------------------------------------->
  664.  
  665. <div class="tab-content">
  666. <div id="tab1" class="tab active">
  667.  
  668. <div id="postcontainer">
  669.  
  670. {block:Posts}
  671. <article>
  672.  
  673. <!-- {block:NoRebloggedFrom}
  674. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  675. {/block:NoRebloggedFrom} -->
  676.  
  677. {block:ContentSource}<!-- {SourceURL}
  678. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  679. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  680. {/block:ContentSource}
  681.  
  682. <!--------------------------------------------
  683. TEXT
  684. --------------------------------------------->
  685.  
  686. {block:Text}
  687. {block:Title}
  688. <h1>{Title}</h1>
  689. {/block:Title}
  690. {Body}
  691. {/block:Text}
  692.  
  693.  
  694. <!--------------------------------------------
  695. PHOTO
  696. --------------------------------------------->
  697.  
  698. {block:Photo}
  699. {LinkOpenTag}
  700. <img src="{PhotoURL-400}" width="400px">
  701. {LinkCloseTag}
  702. {/block:Photo}
  703.  
  704. <!--------------------------------------------
  705. PHOTOSET
  706. --------------------------------------------->
  707.  
  708. {block:Photoset}
  709. {block:IndexPage}
  710. {Photoset-400}
  711. {/block:IndexPage}
  712. {block:PermalinkPage}
  713. {Photoset-400}
  714. {/block:PermalinkPage}
  715. {/block:Photoset}
  716.  
  717. <!--------------------------------------------
  718. QUOTE
  719. --------------------------------------------->
  720.  
  721. {block:Quote}
  722. <div class="quote">{Quote}</div>
  723. {block:Source}
  724. <div class="source">{Source}</div>
  725. {/block:Source}
  726. {/block:Quote}
  727.  
  728. <!--------------------------------------------
  729. LINK
  730. --------------------------------------------->
  731.  
  732. {block:Link}
  733. <h1><a href="{URL}">{Name}</a></h1>
  734. {block:Description}{Description}{/block:Description}
  735. {/block:Link}
  736.  
  737. <!--------------------------------------------
  738. CHAT
  739. --------------------------------------------->
  740.  
  741. {block:Chat}
  742. {block:Title}<h1>{Title}</h1>{/block:Title}
  743. {block:Lines}<div class="line">{block:Label}
  744. <b><span style="color:{color:bold};text-transform:uppercase;font-size:14px;">{Label}</span></b> &nbsp;
  745. {/block:Label}{Line}</div>{/block:Lines}
  746. {/block:Chat}
  747.  
  748. <!--------------------------------------------
  749. AUDIO
  750. --------------------------------------------->
  751.  
  752. {block:Audio}
  753. <div class="audio_wrapper">
  754. <div class="play_wrapper">
  755. <div class="player">
  756. {Block:AudioPlayer}
  757. <div class="audioplayer">{AudioPlayer}</div>
  758. {/Block:AudioPlayer}</div>
  759. {block:TrackName}
  760. <div class="track">{TrackName}</div>
  761. {/block:TrackName}</div></div>
  762. {/block:Audio}
  763.  
  764. <!--------------------------------------------
  765. VIDEO
  766. --------------------------------------------->
  767.  
  768. {block:Video}
  769. <div class="video">
  770. <div class="video-player">{Video-500}</div>
  771. {/block:Video}
  772.  
  773. <!--------------------------------------------
  774. ASK
  775. --------------------------------------------->
  776.  
  777. {block:Answer}
  778. <div class="question">
  779. <div class="portrait">
  780. <img src="{AskerPortraitURL-40}"></div>
  781. <div class="asker">{Asker}<b>.</b></div><br>
  782. <div class="da_q">{Question}</div></div>
  783. <div class="answer">{Answer}</div>
  784. {/block:Answer}
  785.  
  786. <!--------------------------------------------
  787. CAPTION
  788. --------------------------------------------->
  789.  
  790. {block:Permalink}
  791. {Caption}
  792. {/block:Permalink}
  793.  
  794. <!--------------------------------------------
  795. POST INFO
  796. --------------------------------------------->
  797.  
  798. <div class="postinfo">
  799.  
  800. <div class="info"><a href="{Permalink}" title="{TimeAgo}">
  801. {block:Date}
  802. {/block:Date}
  803. </a>
  804.  
  805. {block:NoteCount}
  806. &nbsp; &nbsp; <a href="{Permalink}" title="{NoteCount} notes">✖</a>
  807. {/block:NoteCount}
  808.  
  809. &nbsp; &nbsp; <a href="{ReblogURL}" target="_blank" class="details" title="reblog">✖</a></div>
  810.  
  811. <!--------------------------------------------
  812. TAGS
  813. --------------------------------------------->
  814.  
  815. {block:HasTags}
  816. <div class="tags">
  817. {block:Tags}
  818. <a href="{TagURL}">{Tag}</a> &nbsp;
  819. {/block:Tags}
  820. </div>
  821. {/block:HasTags}
  822.  
  823. </div>
  824.  
  825. <!--------------------------------------------
  826. NOTES
  827. --------------------------------------------->
  828.  
  829. {block:PostNotes}
  830. <center><br>
  831. <a href="javascript:unhide('postnotes-16');">notes</a>
  832. </center>
  833. <div id="postnotes-16" class="hidden">
  834. <div class="pagenotes">
  835. {PostNotes-16}</div>
  836. </div>
  837. {/block:PostNotes}
  838.  
  839. </article>
  840. {/block:Posts}
  841.  
  842. <!--------------------------------------------
  843. PAGINATION
  844. --------------------------------------------->
  845.  
  846. {block:Pagination}
  847. <div id="pagination">
  848. {block:PreviousPage}
  849. <a href="{PreviousPage}">
  850. <div class="pagibutton">back</div></a>
  851. {/block:PreviousPage}
  852. {block:NextPage}
  853. <a href="{NextPage}">
  854. <div class="pagibutton">next</div></a>
  855. {/block:NextPage}
  856. </div>
  857. {/block:Pagination}
  858.  
  859. </div>
  860. </div>
  861.  
  862. </body>
  863. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement