Advertisement
nicewarmbed

Theme 05: Firefly

Apr 17th, 2013
5,841
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.28 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <head>
  4.  
  5. <!--
  6. FIREFLY © nicewarmbed.tumblr.com
  7. Please don't steal or use this code as a base.
  8. -->
  9.  
  10.  
  11. <title>{Title}</title>
  12.  
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15.  
  16. {block:Description}
  17. <meta name="description" content="{MetaDescription}" />
  18. {/block:Description}
  19.  
  20. <!-- APPEARANCE OPTIONS -->
  21. <meta name="color:Ask Background" content="#f1f1f1"/>
  22. <meta name="color:Background" content="#f1eeee"/>
  23. <meta name="color:Blog Title" content="#30bef8">
  24. <meta name="color:Description" content="#70706f" />
  25. <meta name="color:Entries" content="#fffffc"/>
  26. <meta name="color:Link" content="#87a8a5"/>
  27. <meta name="color:Link Hover" content="#df3e09" />
  28. <meta name="color:Mini Sidebar" content"#fafafa" />
  29. <meta name="color:Sidebar Border" content="#d6eedb" />
  30. <meta name="color:Sidebar Background" content="#3d3a3a" />
  31. <meta name="color:Sidebar Link" content="#279cfc" />
  32. <meta name="color:Sidebar Link Text" content="#faf8f8">
  33. <meta name="color:Text" content="#777777"/>
  34.  
  35.  
  36. <meta name="image:sidebar" content=""/>
  37.  
  38. <meta name="if:Show Tags" content="1" />
  39. <meta name="if:Show Captions" content="0" />
  40. <meta name="if:Hide Blogtitle" content="0" />
  41. <meta name="if:Right Sidebar" content="0" />
  42.  
  43. <meta name="text:Blogtitle" content="title here" />
  44.  
  45. <meta name="text:Link 1" content="" />
  46. <meta name="text:Link 1 Title" content="" />
  47. <meta name="text:Link 2" content="" />
  48. <meta name="text:Link 2 Title" content="" />
  49. <meta name="text:Link 3" content="" />
  50. <meta name="text:Link 3 Title" content="" />
  51. <meta name="text:Link 4" content="" />
  52. <meta name="text:Link 4 Title" content="" />
  53. <meta name="text:Link 5" content="" />
  54. <meta name="text:Link 5 Title" content="" />
  55. <meta name="text:Link 6" content="" />
  56. <meta name="text:Link 6 Title" content="" />
  57.  
  58. <!-- Title Font -->
  59.  
  60. <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  61.  
  62. <style type="text/css">
  63.  
  64. /********************* GENERAL *********************/
  65.  
  66. body {
  67. color:{color:Text};
  68. background-color: {color:Background};
  69. background-attachment:fixed;
  70. background-repeat:repeat;
  71. font-family:'Georgia', 'Cambria';
  72. font-size:11px;
  73. line-height:110%;
  74. text-align:justify;
  75. }
  76.  
  77. a:link, a:active, a:visited {
  78. text-decoration:none;
  79. color:{color:Link};
  80. transition-property:all;
  81. transition-duration:0.5s;
  82. transition-transition-timing-function:ease-in-out;
  83. -webkit-transition:all 0.5s ease-in-out;
  84. -moz-transition:all 0.5s ease-in-out;
  85. }
  86.  
  87. a:hover {
  88. text-decoration:none;
  89. color:{color:Link Hover};
  90. }
  91.  
  92. img {
  93. border:none;
  94. }
  95.  
  96. blockquote {
  97. padding-left:5px;
  98. border-left:2px solid {color:Ask Background};
  99. margin-right:5px;
  100. margin-left:10px;
  101. }
  102.  
  103. blockquote img {
  104. border-width:0px;
  105. max-width:100%;
  106. }
  107.  
  108. h1 {
  109. font-family:'Lobster';
  110. font-size:20px;
  111. font-weight:bold;
  112. line-height:90%;
  113. }
  114.  
  115. ul {list-style:circle;}
  116.  
  117. /********************* SCROLLBAR *********************/
  118.  
  119. ::-webkit-scrollbar {
  120. width:5px;
  121. height:auto;
  122. }
  123. ::-webkit-scrollbar-track {
  124. opacity:0.8;
  125. background-color:{color:Background};
  126. }
  127. ::-webkit-scrollbar-thumb {
  128. background-color:{color:Blog Title};
  129. }
  130.  
  131. /********************* SIDEBAR *********************/
  132.  
  133. #sidebar {
  134. width:900px;
  135. height:900px;
  136. position:fixed;
  137. z-index:-100;
  138. {block:ifNotRightSidebar}
  139. left:-540px;
  140. {/block:ifNotRightSidebar}
  141. {block:ifRightSidebar}
  142. right:-540px;
  143. {/block:ifRightSidebar}
  144. top:-100px;
  145. bottom:-100px;
  146. border:20px solid {color:Sidebar Border};
  147. border-radius:900px;
  148. opacity:1;
  149. {block:ifNotRightSidebar}
  150. background:{color:Sidebar Background} url('{image:Sidebar}') top right repeat;
  151. {/block:ifNotRightSidebar}
  152. {block:ifRightSidebar}
  153. background:{color:Sidebar Background} url('{image:Sidebar}') top left repeat;
  154. {/block:ifRightSidebar}
  155. background-size:auto 800px;
  156. }
  157.  
  158.  
  159. #sidebarbar {
  160. padding:0px;
  161. {block:ifNotRightSidebar}
  162. left:50px;
  163. {/block:ifNotRightSidebar}
  164. {block:ifRightSidebar}
  165. right:50px;
  166. {/block:ifRightSidebar}
  167. margin-top:250px;
  168. position:fixed;
  169. z-index:0;
  170. opacity:1;
  171. visibility:visible;
  172. }
  173.  
  174. #blogtitle {
  175. font-family:'Lobster';
  176. font-size:50px;
  177. color:{color:Blog Title};
  178. text-shadow:-4px 0px {color:Sidebar Border};
  179. text-align:right;
  180. line-height:80%;
  181. width:200px;
  182. padding-bottom:0px;
  183. margin-top:0px;
  184. position:relative;
  185. z-index:20;
  186. {block:ifHideBlogtitle}
  187. display:none;
  188. {/block:ifHideBlogtitle}
  189. }
  190.  
  191. #dbox {
  192. width:200px;
  193. background-color:{color:Mini Sidebar};
  194. padding:50px 0px 50px 0px;
  195. margin-top:-1px;
  196. border-top:5px solid {color:Sidebar Border};
  197. position:relative;
  198. z-index:10;
  199. }
  200.  
  201. #description {
  202. font-family:'Georgia', 'Cambria';
  203. font-size:9px;
  204. width:190px;
  205. color:{color:Description};
  206. padding:0px 5px 0px 5px;
  207. background-color:{color:Mini Sidebar};
  208. letter-spacing:1px;
  209. text-align:center;
  210. line-height:110%;
  211. }
  212.  
  213.  
  214. /********************* SIDEBAR MENU *********************/
  215.  
  216. #menucontainer {
  217. width:200px;
  218. margin-top:-56px;
  219. {block:ifLink1}
  220. margin-top:-66px;
  221. {/block:ifLink1}
  222. {block:ifLink4}
  223. margin-top:-88px;
  224. {/block:ifLink4}
  225. z-index:-1;
  226. border-bottom:5px solid {color:Sidebar Border};
  227. position:relative;
  228. transition:all 0.8s ease-in-out;
  229. -webkit-transition:all 0.8s ease-in-out;
  230. -moz-transition:all 0.8s ease-in-out;
  231. -o-transition:all 0.8s ease-in-out;
  232. }
  233.  
  234. #sidebarbar:hover #menucontainer{margin-top:0px;}
  235.  
  236.  
  237. #sidebarmenu {
  238. padding:0px 0px 0px 3px;
  239. }
  240.  
  241. #sidebarmenu ul {margin:0px; padding:0px;}
  242.  
  243. #sidebarmenu li {
  244. display:inline-block;
  245. list-style:none;
  246. padding:3px;
  247. }
  248.  
  249. #sidebarmenu li a{
  250. display:block;
  251. font-family:'Consolas', 'Calibri';
  252. font-size:9px;
  253. line-height:120%;
  254. width:50px;
  255. text-align:center;
  256. text-transform:uppercase;
  257. overflow:hidden;
  258. padding:3px;
  259. border-radius:4px;
  260. color:{color:Sidebar Link Text};
  261. background-color:{color:Sidebar Link};
  262. transition:all 0.5s ease-in;
  263. -webkit-transition:all 0.5s ease-in;
  264. -moz-transition:all 0.5s ease-in;
  265. }
  266.  
  267. #sidebarmenu li a:hover {color:{color:Sidebar Link};background-color:{color:Sidebar Link Text};}
  268.  
  269. #themecred {
  270. position:fixed;
  271. {block:ifNotRightSidebar}
  272. right:10px;
  273. {/block:ifNotRightSidebar}
  274. {block:ifRightSidebar}
  275. left:10px;
  276. {/block:ifRightSidebar}
  277. bottom:10px;
  278. }
  279.  
  280. #themecred a {
  281. color:#777777;
  282. background-color:#fafafa;
  283. font-family:'Consolas', 'Calibri';
  284. font-size:9px;
  285. letter-spacing:1px;
  286. padding:5px;
  287. border-radius:5px;
  288. }
  289.  
  290. #themecred a:hover {color:white; background-color:#777777;}
  291.  
  292. /***************** GENERAL POST THINGS *****************/
  293.  
  294. .entries {
  295. width:520px;
  296. {block:ifNotRightSidebar}
  297. margin-left:500px;
  298. {/block:ifNotRightSidebar}
  299. {block:ifRightSidebar}
  300. margin-left:150px;
  301. {/block:ifRightSidebar}
  302. margin-top:0px;
  303. padding-bottom:20px;
  304. }
  305.  
  306. #posts{
  307. width:500px;
  308. padding:10px;
  309. background-color:{color:Entries};
  310. font-family:'Georgia', 'Cambria';
  311. font-size:11px;
  312. letter-spacing:1px;
  313. line-heignt:110%;
  314. word-wrap:break-word;
  315. border:4px double {color:Sidebar Border};
  316. }
  317.  
  318. #info {
  319. font-family:'Consolas', 'Calibri';
  320. color:{color:Text};
  321. font-size:10px;
  322. text-transform:uppercase;
  323. text-align:center;
  324. line-height:120%;
  325. padding:10px;
  326. width:500px;
  327. margin-top:0px;
  328. }
  329.  
  330. .tags {
  331. font-family:'Georgia', 'Cambria';
  332. color:{color:Text};
  333. font-size:10px;
  334. text-align:left;
  335. line-height:120%;
  336. padding:5px;
  337. letter-spacing:1px;
  338. opacity:1;
  339. transition:all 0.5s ease-in;
  340. -webkit-transition:all 0.5s ease-in;
  341. -moz-transition:all 0.5s ease-in;
  342. -o-transition:all 0.5s ease-in;
  343. }
  344.  
  345. #notes {
  346. font-family:'Georgia', 'Cambria';
  347. font-size:10px;
  348. text-align:left;
  349. line-height:120%;
  350. padding:10px;
  351. width:500px;
  352. background-color:{color:Entries};
  353. border:4px double {color:Sidebar Border};
  354. }
  355.  
  356. #notes img {border:3px solid {color:Background};}
  357.  
  358. /******************** POST SPECIFICS ********************/
  359.  
  360. /********************* QUOTE *********************/
  361.  
  362. #quotation {
  363. font-family:'Georgia', 'Cambria';
  364. font-size:75px;
  365. color:{color:Sidebar Border};
  366. margin-top:10px;
  367. padding:10px;
  368. opacity:0.3;
  369. }
  370.  
  371.  
  372. #quote {
  373. width:400px;
  374. font-family:'Georgia', 'Cambria';
  375. font-size:20px;
  376. line-height:110%;
  377. text-align:left;
  378. margin-left:70px;
  379. margin-top:-35px;
  380. opacity:0.5;
  381. }
  382.  
  383. #quotesource {
  384. font-family:'Georgia', 'Cambria';
  385. font-size:11px;
  386. text-align:right;
  387. color:{color:Text};
  388. }
  389.  
  390. /********************* CHAT *********************/
  391.  
  392. .lines {
  393. font-family:'Georgia', 'Cambria';
  394. font-size:11px;
  395. padding:5px;
  396. line-height:100%;
  397. width:490px;
  398. }
  399.  
  400. .chat {
  401. line-height:100%;
  402. list-style:none;
  403. padding:3px;
  404. }
  405.  
  406. .label {
  407. font-family:'Consolas', 'Calibri';
  408. text-transform:uppercase;
  409. font-weight:bold;
  410. color:{color:Link};
  411. }
  412.  
  413.  
  414. .user {
  415. padding:3px;
  416. border-bottom-width:1px;
  417. border-bottom-style:solid;
  418. border-bottom-color:{color:Background};
  419. }
  420.  
  421.  
  422. /******************** AUDIO ********************/
  423.  
  424. #audio {
  425. width:500px;
  426. height:85px;
  427. padding:5px;
  428. display:inline-block;
  429. }
  430.  
  431. #container {
  432. width:65px;
  433. height:65px;
  434. margin-left:0px;
  435. background-color:gray;
  436. padding:5px;
  437. position:relative;
  438. border:10px solid {color:Sidebar Border};
  439. }
  440.  
  441.  
  442. #playercircle {
  443. width:100%;
  444. height:100%;
  445. background-color:white;
  446. opacity:0;
  447. z-index:3;
  448. position:absolute;
  449. top:0;
  450. left:0;
  451. transition:all 0.6s ease-in;
  452. -webkit-transition:all 0.6s ease-in;
  453. -moz-transition:all 0.6s ease-in;
  454. -o-transition:all 0.6s ease-in;
  455. }
  456.  
  457. #playercircle:hover {
  458. opacity:1;}
  459.  
  460. #audioplayer {
  461. overflow:hidden;
  462. margin-left:24px;
  463. margin-top:24px;
  464. width:30px;
  465. border-radius:30px;
  466. }
  467.  
  468. #albumart {
  469. height:100%;
  470. width:100%;
  471. position:absolute;
  472. top:0;
  473. left:0;
  474. background:url('http://static.tumblr.com/usmt0o2/cJXmjhvkz/music-icon-100.png');
  475. background-size:65px;
  476. }
  477.  
  478. #box {
  479. width:370px;
  480. height:75px;
  481. margin-top:-95px;
  482. margin-right:10px;
  483. padding:10px;
  484. float:right;
  485. background-color:{color:Ask Background};
  486. }
  487. .details {
  488. margin-left:0px;
  489. width:370px;
  490. font-size:11px;
  491. margin-top:15px;
  492. margin-bottom:4px;
  493. text-align:center;
  494. }
  495.  
  496. /********************* ASKS *********************/
  497.  
  498. #askbox {
  499. width:480px;
  500. padding:10px;
  501. background-color:{color:Ask Background};
  502. min-height:50px;
  503. }
  504.  
  505. #askericon img {
  506. width:40px;
  507. border:5px solid {color:Sidebar Border};
  508. float:left;
  509. margin-right:10px;
  510. margin-bottom:10px;
  511. }
  512.  
  513. #asker {
  514. font-family:'Lobster';
  515. font-size:20px;
  516. height:40px;
  517. padding-top:10px;
  518. margin-right:10px;
  519. margin-bottom:10px;
  520. text-align:center;
  521. float:left;
  522. }
  523.  
  524. #question {
  525. width:480px;
  526. font-family:'Georgia', 'Cambria';
  527. font-size:10px;
  528. text-align:left;
  529. padding-top:5px;
  530. }
  531.  
  532. #answer {
  533. width:500px;
  534. font-family:'Georgia', 'Cambria';
  535. font-size:10px;
  536. text-align:left;
  537. }
  538.  
  539.  
  540. /********************* PAGINATION *********************/
  541.  
  542. #pagination {
  543. width:520px;
  544. height:14px;
  545. font-family:'Georgia', 'Cambria';
  546. font-size:10px;
  547. font-style:italic;
  548. margin-top:30px;
  549. border:4px double {color:Sidebar Border};
  550. }
  551.  
  552. #previous a {
  553. padding:2px 5px 2px 5px;
  554. color:{color:Text};
  555. text-align:center;
  556. float:left;
  557. }
  558.  
  559. #previous a:hover {background-color:{color:Entries};}
  560.  
  561. #next a {
  562. padding:2px 5px 2px 5px;
  563. color:{color:Text};
  564. text-align:center;
  565. float:right;
  566. }
  567.  
  568. #next a:hover {background-color:{color:Entries};}
  569.  
  570.  
  571.  
  572.  
  573. {CustomCSS}
  574. </style>
  575. </head>
  576.  
  577.  
  578. <body>
  579.  
  580. <!---------------------SIDEBAR---------------------->
  581.  
  582. <div id="sidebar"></div>
  583.  
  584. <div id="sidebarbar">
  585. <a href="/"><div id="blogtitle">{text:Blogtitle}</div></a>
  586.  
  587. <div id="dbox">
  588. <div id="description">{Description}</div>
  589. </div>
  590.  
  591. <!-------Menu--------->
  592. <div id="menucontainer">
  593. <ul id="sidebarmenu">
  594. <li><a href="/">Home</a></li>
  595. <li><a href="/ask">Ask</a></li>
  596. <li><a href="/archive">Archive</a></li>
  597. <br>
  598. {block:ifLink1}<li><a href="{text:Link 1}">{text:Link 1 Title}</a></li>{/block:ifLink1}
  599. {block:ifLink2}<li><a href="{text:Link 2}">{text:Link 2 Title}</a></li>{/block:ifLink2}
  600. {block:ifLink3}<li><a href="{text:Link 3}">{text:Link 3 Title}</a></li>{/block:ifLink3}
  601. <br>
  602. {block:ifLink4}<li><a href="{text:Link 4}">{text:Link 4 Title}</a></li>{/block:ifLink4}
  603. {block:ifLink5}<li><a href="{text:Link 5}">{text:Link 5 Title}</a></li>{/block:ifLink5}
  604. {block:ifLink6}<li><a href="{text:Link 6}">{text:Link 6 Title}</a></li>{/block:ifLink6}
  605. </ul>
  606. </div>
  607. <!-------END MENU--------->
  608.  
  609. </div>
  610.  
  611. <div id="themecred"><a href="http://nicewarmbed.tumblr.com"> NICEWARMBED ✿</a></div>
  612.  
  613. <!-----------------------ENTRIES----------------------->
  614.  
  615. <div class="entries">
  616. {block:Posts}
  617. <br><br><br>
  618.  
  619. <!-------------------------POSTS------------------------>
  620.  
  621. <div id="posts">
  622.  
  623. <!-------------------------TEXT------------------------->
  624.  
  625. {block:Text}
  626. {block:Title}
  627. <h1>
  628. <a href="{Permalink}">
  629. {Title}
  630. </a>
  631. </h1>
  632. {/block:Title}
  633. {Body}
  634. {/block:Text}
  635.  
  636. <!------------------------PHOTO------------------------>
  637.  
  638. {block:Photo}
  639. {LinkOpenTag}
  640. <center><img src="{PhotoURL-500}"></center>
  641. {LinkCloseTag}
  642. {block:ifShowCaptions}
  643. {block:Caption}{Caption}{/block:Caption}
  644. {/block:ifShowCaptions}
  645. {/block:Photo}
  646.  
  647. <!-----------------------PHOTOSET----------------------->
  648.  
  649. {block:Photoset}
  650. {Photoset-500}
  651. {block:ifShowCaptions}
  652. {block:Caption}{Caption}{/block:Caption}
  653. {/block:ifShowCaptions}
  654. {/block:Photoset}
  655. <!-------------------------QUOTE------------------------->
  656.  
  657. {block:Quote}
  658. <div id="quotation">❝</div>
  659. <div id="quote">
  660. {Quote}
  661. <br>
  662. <br>
  663. <div id="quotesource">
  664. {block:Source} —{Source}{/block:Source}
  665. </div>
  666. </div>
  667. {/block:Quote}
  668.  
  669. <!-------------------------LINK-------------------------->
  670.  
  671. {block:Link}
  672. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  673. {block:ifShowCaptions}
  674. {block:Description}
  675. {Description}
  676. {/block:Description}
  677. {/block:ifShowCaptions}
  678. {/block:Link}
  679.  
  680. <!-------------------------CHAT-------------------------->
  681.  
  682. {block:Chat}
  683. {block:Title}
  684. <h1><a href="{Permalink}">{Title}</a></h1>
  685. {/block:Title}
  686. <ul class="chat">
  687. {block:Lines}
  688. <li class="{Alt} user">
  689. {block:Label}
  690. <span class="label">{Label}</span>
  691. {/block:Label}
  692. <span class="lines">{Line}</span>
  693. </li>
  694. {/block:Lines}
  695. </ul>
  696. {/block:Chat}
  697.  
  698. <!-------------------------AUDIO------------------------->
  699.  
  700. {block:Audio}
  701. <div id="audio">
  702. <div id="container">
  703. <div id="albumart">
  704. {block:AlbumArt}
  705. <img src="{AlbumArtURL}" width="100%" height="100%" style=" margin-top:0px;">
  706. {/block:AlbumArt}
  707. </div>
  708.  
  709. <div id="playercircle">
  710. <div id="audioplayer">
  711. {AudioPlayerWhite}
  712. </div>
  713. </div>
  714. </div>
  715.  
  716. <div id="box">
  717.  
  718. <div class="details">
  719. <b>{PlayCountWithLabel}</b>
  720. </div>
  721. <div class="details">
  722. {block:TrackName}"{TrackName}" // {/block:TrackName}
  723. {block:Artist}{Artist} //{/block:Artist}
  724. {block:Album}<i>{Album}</i>{/block:Album}
  725. </div>
  726. </div>
  727. </div>
  728. <br>
  729. <br>
  730. {block:ifShowCaptions}
  731. {block:Caption}
  732. {Caption}
  733. {/block:Caption}
  734. {/block:ifShowCaptions}
  735. {/block:Audio}
  736.  
  737. <!-------------------------VIDEO------------------------->
  738.  
  739. {block:Video}
  740. {Video-500}
  741. {block:ifShowCaptions}
  742. {block:Caption}{Caption}{/block:Caption}
  743. {/block:ifShowCaptions}
  744. {/block:Video}
  745.  
  746. <!-------------------------ASK------------------------->
  747.  
  748. {block:Answer}
  749. <div id="askbox">
  750. <div id="askericon"><img src="{AskerPortraitURL-96}"></div>
  751. <div id="asker">{Asker}<br><span style="font-family:'Georgia';font-size:10px;">asked:</span></div>
  752. <div id="question">{Question}</div>
  753. </div>
  754. <br>
  755. <br>
  756. <div id="answer">{Answer}</div>
  757. {/block:Answer}
  758.  
  759.  
  760. <!------------------------End Posts------------------------>
  761. </div>
  762. <!------------------------TAGS------------------------>
  763. {block:ifShowTags}
  764. <div class="tags">
  765. <a href="{Permalink}">{NoteCountWithLabel}</a>
  766. {block:HasTags}➢
  767. {block:Tags}
  768. <i><a href="{TagUrl}"> {Tag} -</a></i>
  769. {/block:Tags}
  770. {/block:HasTags}
  771. </div>
  772. {/block:ifShowTags}
  773.  
  774.  
  775. {block:ContentSource}
  776. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  777. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  778. {/block:SourceLogo}
  779. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  780. {/block:ContentSource}
  781.  
  782. <!------------------PERMALINK PAGE--------------->
  783. {block:PermalinkPage}
  784. <div id="info">
  785.  
  786. {block:Date}Posted on {ShortMonth}. {DayofMonthWithZero}, {Year}{/block:Date}
  787. <br>
  788. {block:RebloggedFrom}
  789. reblogged via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  790. <br>
  791. originally posted by: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  792. {/block:RebloggedFrom}
  793.  
  794. </div>
  795.  
  796. <div id="notes">
  797. {block:PostNotes}{PostNotes-16}{/block:PostNotes}
  798. </div>
  799.  
  800. {/block:PermalinkPage}
  801. <!------------------------------------------------>
  802.  
  803. <!------------------------End Entries------------------------>
  804. {/block:Posts}
  805.  
  806. <!------------- Pagination ------------->
  807. {block:Pagination}
  808. <div id="pagination">
  809. {block:PreviousPage}
  810. <span id="previous"><a href="{PreviousPage}">⟵ previous</a></span>
  811. {/block:PreviousPage}
  812.  
  813. {block:NextPage}
  814. <span id="next"><a href="{NextPage}">next ⟶</a></span>
  815. {/block:NextPage}
  816. </div>
  817. {/block:Pagination}
  818.  
  819. </div>
  820.  
  821.  
  822.  
  823. </body>
  824. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement