jcegers

CLOSE TO HEAVEN

Jun 24th, 2015
3,116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.27 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <script src="//use.edgefonts.net/open-sans.js"></script>
  5.  
  6. <title>{Title}</title>
  7.  
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12.  
  13. <!-----------
  14.  
  15.  
  16. T H E M E S B Y
  17.  
  18. ░░░▒█ ▒█▀▀█ ▒█▀▀▀ ▒█▀▀█ ▒█▀▀▀ ▒█▀▀█ ▒█▀▀▀█
  19. ░▄░▒█ ▒█░░░ ▒█▀▀▀ ▒█░▄▄ ▒█▀▀▀ ▒█▄▄▀ ░▀▀▀▄▄
  20. ▒█▄▄█ ▒█▄▄█ ▒█▄▄▄ ▒█▄▄█ ▒█▄▄▄ ▒█░▒█ ▒█▄▄▄█
  21.  
  22. I N F O R M A T I O N
  23.  
  24. — JCEGERS' THEME #16: CLOSE TO HEAVEN
  25. — MADE IN OPERA ( 1600X900 SCREEN RESOLUTION)
  26. — GUESS WHAT SONG I WAS LISTENING TO? BREAKING BENJAMIN'S
  27. NEW ALBUM IS SIMPLY PERFECT! MISH OUT.
  28. — HAVE A QUESTION? MESSAGE TO @jcegers or @jcethemes
  29.  
  30. T E R M S O F U S E / R U L E S
  31.  
  32. — DON'T MOVE OR DELETE THE CREDIT! JUST LEAVE IT WHERE IT IS!
  33. AFTER ALL MY THEMES ARE FREE! SO RESPECT THAT!
  34. — DO NOT STEAL ANY PART OF MY CODE
  35. — DO NOT USE AS A BASECODE
  36. — DO NOT TWEAK IT UNTIL IT IS UNRECOGNIZABLE
  37.  
  38. T H A N K Y O U!
  39.  
  40.  
  41. ------------->
  42.  
  43. <!--Default Variables-->
  44.  
  45. <meta name="color:Background" content="#ffffff"/>
  46. <meta name="color:Text" content="#aaaaaa"/>
  47. <meta name="color:Link" content="#000000"/>
  48. <meta name="color:Hover" content="#000000"/>
  49. <meta name="color:Title" content="#aaaaaa"/>
  50. <meta name="color:Border" content="#eee"/>
  51. <meta name="color:Side Link" content="#121212"/>
  52. <meta name="color:Side Link Hover" content="#f9f9f9"/>
  53. <meta name="color:Accent" content="#dcdcdc"/>
  54. <meta name="color:Accent Text" content="#ffffff"/>
  55. <meta name="color:Post BG" content="#ffffff"/>
  56. <meta name="color:Chat Post" content="#f4f4f4"/>
  57.  
  58. <meta name="image:Sidebar Image" content=""/>
  59.  
  60. <meta name="if:Show Topbar" content="1"/>
  61.  
  62. <meta name="text:Top Title" content=""/>
  63. <meta name="text:Sidebar Title" content=""/>
  64.  
  65. <meta name="text:SideLink 1 URL" content="" />
  66. <meta name="text:SideLink 1" content="" />
  67. <meta name="text:SideLink 2 URL" content="" />
  68. <meta name="text:SideLink 2" content="" />
  69. <meta name="text:SideLink 3 URL" content="" />
  70. <meta name="text:SideLink 3" content="" />
  71. <meta name="text:SideLink 4 URL" content="" />
  72. <meta name="text:SideLink 4" content="" />
  73.  
  74.  
  75. <!-- jquery for tooltips-->
  76.  
  77.  
  78. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  79.  
  80. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  81. <script>
  82. (function($){
  83. $(document).ready(function(){
  84. $("a[title]").style_my_tooltips({
  85. tip_follows_cursor:true,
  86. tip_delay_time:30,
  87. tip_fade_speed:300,
  88. attribute:"title"
  89. });
  90. });
  91. })(jQuery);
  92. </script>
  93.  
  94. <!--CSS customization here. -->
  95.  
  96.  
  97. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  98.  
  99. <style type="text/css">
  100.  
  101. ::-moz-selection {
  102. background: {color:accent};
  103. color: {color:accent text};
  104. }
  105.  
  106. ::selection {
  107. background: {color:accent};
  108. color: {color:accent text};
  109. }
  110.  
  111. #s-m-t-tooltip{
  112. position:absolute;
  113. margin-top:25px;
  114. z-index:99999999;
  115. font-family:'open-sans';
  116. font-size:9px;
  117. letter-spacing:1px;
  118. text-transform:uppercase;
  119. padding:4px;
  120. color:{color:Accent text};
  121. background:{color:Accent};
  122. border:1px solid {color:Border};
  123. }
  124.  
  125. ::-webkit-scrollbar-thumb:vertical {
  126. background-color:{color:border};
  127. }
  128.  
  129. ::-webkit-scrollbar-button:horizontal {
  130. display:none;
  131. }
  132.  
  133. ::-webkit-scrollbar {
  134. background-color:{color:background};
  135. width:5px;
  136. }
  137.  
  138. /*basics*/
  139.  
  140. blockquote {
  141. padding:0px 7px;
  142. border-left:1px solid {color:accent};
  143. margin-left:5px;
  144. margin-right:5px;
  145. max-width:100%;
  146. }
  147.  
  148. body {
  149. background:{color:background};
  150. color:{color:text};
  151. font-family:'open-sans';
  152. font-size:9px;
  153. line-height:12px;
  154. letter-spacing:0.4px;
  155. text-align:justify;
  156. margin:0;}
  157.  
  158. a {
  159. color:{color:link};
  160. text-decoration:none;
  161. -moz-transition-duration: 0.5s;
  162. -o-transition-duration: 0.5s;
  163. -webkit-transition-duration: 0.5s;
  164. transition-duration: 0.5s;}
  165.  
  166. a:hover {
  167. color:{color:hover};
  168. text-decoration:none;
  169. -moz-transition-duration: 0.5s;
  170. -o-transition-duration: 0.5s;
  171. -webkit-transition-duration: 0.5s;
  172. transition-duration: 0.5s;
  173. }
  174.  
  175. img {
  176. opacity:1;
  177. border:none;
  178. text-decoration:none
  179. }
  180.  
  181.  
  182. small {
  183. font-size:9px;
  184. }
  185.  
  186. big {font-size:11px;
  187. }
  188.  
  189. h1, h2, h3 {
  190. font-size:12px;
  191. line-height:14px;
  192. font-weight:bold;
  193. margin-bottom:10px;
  194. margin-top:0px;
  195. padding:10px;
  196. font-style:italic;
  197. letter-spacing:1px;
  198. text-transform:uppercase;
  199. text-align:center;
  200. background:{color:Accent};
  201. color:{color:Accent Text};
  202. }
  203.  
  204.  
  205. #title {
  206. font-size:12px;
  207. line-height:14px;
  208. font-weight:bold;
  209. margin-bottom:10px;
  210. padding:10px;
  211. font-style:italic;
  212. letter-spacing:1px;
  213. text-transform:uppercase;
  214. text-align:center;
  215. background:{color:Accent};
  216. color:{color:Accent Text};
  217. }
  218.  
  219.  
  220. #sidebar {
  221. position:fixed;
  222. width:160px;
  223. margin-top:0px;
  224. margin-left:279px;
  225. font-size:10px;
  226. line-height:14px;
  227. text-align:left;
  228. text-transform:lowercase;
  229. border-radius:0px;
  230. background:{color:Posts};
  231. background:{color:Post BG};
  232. border:1px solid {color:Border};
  233. }
  234.  
  235. .sidetitle {
  236. position:fixed;
  237. margin-left:70px;
  238. height:60px;
  239. width:60px;
  240. padding:10px;
  241. text-transform:uppercase;
  242. font-size:10px;
  243. letter-spacing:1px;
  244. font-weight:bold;
  245. font-style:italic;
  246. line-height:13px;
  247. text-align:left;
  248. font-family:'open-sans';
  249. color:{color:Title};
  250. }
  251.  
  252. .desc {
  253. font-weight:none;
  254. margin-top:70px;
  255. color:{color:Accent Text};
  256. font-size:9px;
  257. font-family:'open-sans';
  258. line-height:12px;
  259. text-align:left;
  260. letter-spacing:0.4px;
  261. text-transform:none;
  262. padding:10px;
  263. font-style:none;
  264. border-top:1px solid {color:Accent};
  265. background:{color:Accent};
  266. }
  267.  
  268. .desc a {
  269. color:{color:Accent Text};
  270. }
  271.  
  272. .desc a:hover {
  273. color:{color:Hover};
  274. }
  275.  
  276. .descim img {
  277. float:left;
  278. margin-left:5px;
  279. width:60px;
  280. border-radius:0px;
  281. background:{color:post bg};
  282. border-right:1px solid {color:Border};
  283. padding-right:7px;
  284. margin-top:5px;
  285. margin-bottom:5px;
  286. }
  287.  
  288. #sidebar2 {
  289. position:fixed;
  290. width:85px;
  291. padding:5px;
  292. margin-top:0px;
  293. margin-left:821px;
  294. line-height:16px;
  295. text-align:left;
  296. text-transform:lowercase;
  297. border-radius:0px
  298. background:{color:Posts};
  299. border:1px solid {color:border};
  300. background:{color:Post BG};
  301. }
  302.  
  303. .sidelinks {
  304. margin-left:7px;
  305. margin-top:0px;
  306. line-height:21px;
  307. display:block;
  308. }
  309.  
  310. .sidelinks span {
  311. font-size:11px;
  312. margin-right:3px;
  313. color:{color:Accent};
  314. font-family:'calibri';
  315. }
  316.  
  317. .sidelinks a {
  318. display:block;
  319. font-weight:bold;
  320. font-size:8px;
  321. text-transform:uppercase;
  322. letter-spacing:1px;
  323. font-style:italic;
  324. text-align:left;
  325. font-family:'calibri';
  326. color:{color:Side Link};
  327. }
  328.  
  329. .sidelinks a:hover {
  330. color:{color:Side Link Hover};
  331. margin-left:6px;
  332. }
  333.  
  334.  
  335. {block:ifShowTopbar}
  336. {block:IndexPage}
  337. #halfbg {
  338. position:absolute;
  339. width:100%;
  340. height:147px;
  341. left:0px;
  342. top:0px;
  343. background:{color:Accent};
  344. z-index:-1;
  345. }
  346.  
  347. .bgtitle {
  348. position:absolute;
  349. width:350px;
  350. margin-top:33px;
  351. margin-left:490px;
  352. font-size:18px;
  353. text-transform:uppercase;
  354. font-weight:bold;
  355. font-style:italic;
  356. color:{color:Accent Text};
  357. }
  358. {/block:IndexPage}
  359. {/block:ifShowTopbar}
  360.  
  361. /*pagination*/
  362.  
  363. #pagination {
  364. margin:50px 0;
  365. text-align:center;
  366. text-transform:lowercase;
  367. font-weight:bold;}
  368.  
  369. #pagination a {
  370. padding:0 15px;}
  371.  
  372. /*posts*/
  373.  
  374. #entries {
  375. margin-top:75px;
  376. margin-left:455px;
  377. width:360px;
  378. }
  379.  
  380. #posts {
  381. width:350px;
  382. background:{color:Post BG};
  383. border:1px solid {color:Border};
  384. padding:0px;
  385. overflow:hidden;
  386. {block:IndexPage}
  387. margin-bottom:95px;
  388. {/block:IndexPage}
  389. {block:PermalinkPage}
  390. margin-bottom:50px;
  391. {/block:PermalinkPage}}
  392.  
  393. #posts img {
  394. max-width:350px;}
  395. .caption {width:100%;margin-top:5px;}
  396.  
  397. /*quote*/
  398.  
  399. #titlequote{
  400. text-align:center;
  401. font-size:12px;
  402. line-height:18px;
  403. font-weight:bold;}
  404.  
  405. #source {
  406. margin-top:4px;
  407. text-align:right;
  408. margin-left:15px;}
  409.  
  410. /*audio*/
  411.  
  412.  
  413. .music {
  414. width:350px;
  415. padding-bottom:0px;
  416. }
  417.  
  418. .albumart {
  419. float:left;
  420. }
  421.  
  422. .albumart img {
  423. width:60px;
  424. margin:0px 10px 0px 0px;
  425. }
  426.  
  427. .playercontainer {
  428. text-align:left;
  429. padding:5px;
  430. width:350px;
  431. }
  432.  
  433. .musicinfo {
  434. padding:10px;
  435. min-height:40px;
  436. margin-top:0px;
  437. line-height:12px;
  438. text-transform:none;
  439. letter-spacing:1px;
  440. font-size:10px;
  441. background:{color:Accent};
  442. color:{color:Accent Text};
  443. }
  444.  
  445. .musicinfo b {
  446. font-style:italic;
  447. text-transform:uppercase;
  448. }
  449.  
  450. /*asks*/
  451.  
  452. .question {
  453. margin-bottom:0px;
  454. padding:10px;
  455. background:{color:Accent};
  456. color:{color:Accent Text};
  457. min-height:51px;
  458. }
  459. .asker {
  460. font-weight:bold;
  461. text-transform:uppercase;
  462. margin-bottom:0px;
  463. letter-spacing:1px;
  464. font-style:italic;
  465. font-size:12px;
  466. color:{color:Accent Text};
  467. }
  468.  
  469. .answer {
  470. margin-top:-5px;
  471. padding:10px;
  472. }
  473.  
  474.  
  475. /*chat*/
  476.  
  477. .chat ol {
  478. padding:0;
  479. margin-top:-9px;
  480. list-style:none;
  481. }
  482.  
  483. .line {
  484. padding:0px 0;
  485. }
  486.  
  487. .label {
  488. font-weight:bold;
  489. text-transform:uppercase;
  490. font-style:italic;
  491. letter-spacing:1px;
  492. }
  493.  
  494. .odd, .even {
  495. padding:7px;
  496. }
  497.  
  498. .odd {
  499. background:{color:Chat Post};
  500. }
  501.  
  502. /*permalink and notes*/
  503.  
  504. .permapage {
  505. margin-top:-2px;
  506. padding:5px;
  507. line-height:11px;
  508. background:{color:Accent};
  509. text-transform:uppercase;
  510. text-align:center;
  511. font-weight:bold;
  512. }
  513.  
  514. .permapage a {
  515. margin-right:7px;
  516. color:{color:Accent text};
  517. padding-right:2px;
  518. letter-spacing:0.5px;
  519. font-size:9px;
  520. font-style:italic;
  521. font-weight:none;
  522. }
  523.  
  524. .permapage a:hover {
  525. color:{color:Hover};
  526. }
  527.  
  528. .tags{
  529. margin-top:2px;
  530. line-height:10px;
  531. font-style:none;
  532. font-weight:normal;
  533. text-transform:none;
  534. color:{color:Accent Text};
  535. -moz-transition-duration: 0.6s;
  536. -o-transition-duration: 0.6s;
  537. -webkit-transition-duration: 0.6s;
  538. transition-duration: 0.6s;}
  539.  
  540. .tags a {
  541. margin-right:5px;
  542. letter-spacing:0.5px;
  543. font-size:9px;
  544. font-style:none;
  545. font-weight:none;
  546. text-transform:none;
  547. color:{color:Accent Text};
  548. }
  549.  
  550. .tags a:hover{
  551. color:{color:hover};
  552. }
  553.  
  554. .via {
  555. float:right;
  556. text-align:right;
  557. font-weight:none;
  558. letter-spacing:1px;
  559. font-size:8px;
  560. text-transform:uppercase;
  561. }
  562.  
  563. .via a {
  564. padding:3px;
  565. color:{color:Accent text};
  566. background:transparent;
  567. }
  568.  
  569. .via a:hover {
  570. color:{color:Hover};
  571. background:transparent;
  572. }
  573.  
  574.  
  575. .pagenotes {
  576. {block:IndexPage}
  577. display: none!important;
  578. {/block:IndexPage}
  579. width:350px;
  580. text-align:left;}
  581.  
  582. .pagenotes img {
  583. display:none!important;}
  584.  
  585. .pagenotes li {
  586. list-style-type:none;
  587. padding:1px 0px;
  588. text-align:left;
  589. margin:0 0 0 -40px;}
  590.  
  591. .credit {
  592. position:fixed;
  593. font-size:8px;
  594. font-weight:bold;
  595. text-transform:uppercase;
  596. line-height:150%;
  597. letter-spacing:0px;
  598. right:10px;
  599. bottom:10px;
  600. text-align:center;}
  601.  
  602. .credit a {
  603. font-style:normal;
  604. padding:3px;
  605. color:{color:Link};
  606. -moz-transition-duration:0.5s;
  607. -webkit-transition-duration:0.5s;
  608. -o-transition-duration:0.5s;}
  609.  
  610. .credit a: hover {
  611. font-style:normal;
  612. padding:3px;
  613. color:{color:Hover};
  614. -moz-transition-duration:0.5s;
  615. -webkit-transition-duration:0.5s;
  616. -o-transition-duration:0.5s;}
  617.  
  618.  
  619. {CustomCSS}
  620.  
  621.  
  622. </style>
  623.  
  624. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  625. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  626. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  627. <script>
  628. $(document).ready(function(){
  629. $('.photo-slideshow').pxuPhotoset({
  630. lightbox: true,
  631. rounded: false,
  632. gutter: '1px',
  633. borderRadius: '0px',
  634. photoset: '.photo-slideshow',
  635. photoWrap: '.photo-data',
  636. photo: '.pxu-photo'
  637. });
  638. });
  639. </script>
  640.  
  641. </head>
  642.  
  643. <body>
  644.  
  645. <div class="credit"><a href="http://jcegers.tumblr.com/" title="Theme">jce</a></div>
  646.  
  647. {block:IndexPage}
  648. {block:ifShowTopbar}
  649. <div id="halfbg"><div class="bgtitle">{text:Top Title}</div></div>
  650. {/block:ifShowTopbar}
  651. {/block:IndexPage}
  652.  
  653. <div id="sidebar">
  654. <div class="descim"><img src="{image:Sidebar Image}">
  655. <div class="sidetitle">{text:Sidebar Title}</div>
  656. </div>
  657. <div class="desc">{Description}</div>
  658. </div>
  659.  
  660. <div id="sidebar2">
  661. <div class="sidelinks">
  662. <a href="/"><span><i class="fa fa-home fa-fw"></i></span> home</a>
  663. <a href="/ask"><span><i class="fa fa-envelope fa-fw"></i></span> inbox</a>
  664. <a href="{text:SideLink 1 URL}"><span><i class="fa fa-user fa-fw"></i></span> {text:SideLink 1}</a>
  665. <a href="{text:SideLink 2 URL}"><span><i class="fa fa-navicon fa-fw"></i></span> {text:SideLink 2}</a>
  666. <a href="{text:SideLink 3 URL}"><span><i class="fa fa-tags fa-fw"></i></span> {text:SideLink 3}</a>
  667. <a href="{text:SideLink 4 URL}"><span><i class="fa fa-heart fa-fw"></i></span> {text:SideLink 4}</a>
  668. </div>
  669. </div>
  670.  
  671.  
  672. <div id="entries">
  673.  
  674. {block:Posts}
  675. <div id="posts">
  676.  
  677.  
  678. {block:Quote}
  679.  
  680.  
  681. <div id="titlequote">“{Quote}”</div>
  682. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  683. {/block:Quote}
  684.  
  685.  
  686. {block:Text}
  687. {block:Title}
  688. <div id="title">{Title}</div>{/block:Title}
  689. {Body}
  690. {/block:Text}
  691.  
  692. {block:Link}
  693. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  694. {/block:Link}
  695.  
  696. {block:Chat}
  697. {block:Title}
  698. <h1>{Title}</h1>
  699. {/block:Title}
  700. <div class="chat">
  701. <ol>{block:Lines}
  702. <li class="line {Alt}">
  703. {block:Label}
  704. <span class="label">
  705. {Label}</span>
  706. {/block:Label}{Line}</li>
  707. {/block:Lines}
  708. </ol></div>
  709. {/block:Chat}
  710.  
  711. {block:Photo}
  712. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  713. {/block:Photo}
  714.  
  715. {block:Photoset}
  716. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">
  717. {block:Photos}
  718. <div class="photo-data">
  719. <div class="pxu-photo">
  720. <img src="{PhotoURL-400}" width="{PhotoWidth-400}" height="{PhotoHeight-400}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div>
  721. <a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>
  722. {/block:Photos}</div>
  723. {/block:Photoset}
  724.  
  725. {block:Video}
  726. {Video-400}
  727. {/block:Video}
  728.  
  729. {block:Audio}<div class="music">
  730. {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  731. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  732. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  733.  
  734. <div class="playercontainer">{AudioPlayerWhite}</div></div>
  735. {/block:Audio}
  736.  
  737. {block:Answer}
  738. <div class="question">
  739. <span class="asker">{Asker}:</span>
  740. {Question}</div>
  741. <div class="answer">{Answer}</div>
  742. {/block:Answer}
  743.  
  744. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  745.  
  746. {block:IndexPage}
  747. {block:Date}
  748. <div class="permapage">
  749. <a href="{Permalink}" title="{timeago}">{Month} {DayOfMonthWithZero}{DayOfMonthSuffix}</a><a href="{Permalink}"><i class="fa fa-heart"></i>&nbsp;&nbsp;{NoteCount}</a><a href="{ReblogURL}" target="_blank" title="reblog?" float="right"><i class="fa fa-retweet fa-lg"></i></a>
  750.  
  751. {block:HasTags}
  752. <div class="tags">
  753. {block:Tags}#<a href="{TagUrl}">{Tag}</a>{/block:Tags}
  754. </div>
  755. {/block:HasTags}
  756.  
  757. </div>
  758. {/block:Date}
  759. {/block:IndexPage}
  760.  
  761. {block:PermalinkPage}
  762. {block:Date}
  763. <div class="permapage">
  764. <div class="infoline"></div>
  765. <a href="{Permalink}" title="{timeago}">{Month} {DayOfMonthWithZero}{DayOfMonthSuffix}</a>&nbsp;<a href="{Permalink}"><i class="fa fa-heart fa-fw"></i></a><a href="{Permalink}">{NoteCountWithLabel}</a>
  766. <div class="via">
  767. {block:RebloggedFrom}
  768. <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>
  769. <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>
  770. {/block:RebloggedFrom}
  771. </div>
  772. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  773. </div>
  774. {/block:Date}
  775. {/block:PermalinkPage}
  776.  
  777.  
  778. </div>
  779.  
  780. {block:PostNotes}
  781. <div class="pagenotes">
  782. {PostNotes}
  783. </div>
  784. {/block:PostNotes}
  785.  
  786. {/block:Posts}
  787.  
  788. <div id="pagination">
  789. {block:Pagination}
  790. {block:PreviousPage}
  791. <a href="{PreviousPage}">back</a>
  792. {/block:PreviousPage}
  793.  
  794. {block:NextPage}
  795. <a href="{NextPage}">next</a>
  796. {/block:NextPage}
  797. {/block:Pagination}
  798. </div>
  799.  
  800.  
  801. </div>
  802.  
  803.  
  804. {block:ContentSource}
  805. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  806. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  807. {/block:SourceLogo}
  808. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  809. {/block:ContentSource}
  810.  
  811. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment