Advertisement
thematchgirl

Theme 22

May 30th, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.17 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <!--
  5.  
  6. ╭╮╱╱╱╱╭╮╭╮╱╱╱╭╮╱╭╮╱╭╮╭╮╱╱╱╱╱╱╱╱╱╱╭╮
  7. ┃┃╱╱╱╱┃┃┃┃╱╱╱┃┃╭╯╰┳╯╰┫┃╱╱╱╱╱╱╱╱╱╱┃┃
  8. ┃╰━┳━━┫┃┃┃╭━━┫┃┣╮╭┻╮╭┫┃╭━━┳━┳━━┳━╯┃
  9. ┃╭╮┃┃━┫┃┃┃┃╭╮┃┃┣┫┃╱┃┃┃┃┃┃━┫╭┫┃━┫╭╮┃
  10. ┃┃┃┃┃━┫╰┫╰┫╰╯┃╰┫┃╰╮┃╰┫╰┫┃━┫┃┃┃━┫╰╯┃
  11. ╰╯╰┻━━┻━┻━┻━━┻━┻┻━╯╰━┻━┻━━┻╯╰━━┻━━╯
  12.  
  13. http://www.hellolittlered.org
  14. http://themes.hellolittlered.org
  15.  
  16. -->
  17. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  18. <title>{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. <script src="http://code.jquery.com/jquery-latest.min.js"></script>
  25. <script src="http://static.tumblr.com/avd6qy6/9BUn323jg/qtip.js"></script>
  26. <link href='http://fonts.googleapis.com/css?family=IM+Fell+DW+Pica|IM+Fell+DW+Pica+SC|Marcellus+SC' rel='stylesheet' type='text/css'>
  27. {block:IfInfiniteScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script> {/block:IfInfiniteScroll}
  28. {block:ifLink5}<script>
  29. $(window).scroll(function() {
  30. if ($(this).scrollTop() > 100) {
  31. $('menu').addClass( "fixed" );
  32. $('menu .contain').addClass( "cont" );
  33. }
  34. else {
  35. $('menu').removeClass("fixed");
  36. $('menu .contain').removeClass("cont");
  37. }
  38. }
  39. );
  40. </script>
  41. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  42. {/block:ifLink5}
  43. <meta name="color:first color" content="#2c2c28" />
  44. <meta name="color:second color" content="#222222" />
  45. <meta name="color:third color" content="#ffffff" />
  46. <meta name="color:fourth color" content="#88261a" />
  47. <meta name="color:fifth color" content="#333333" />
  48.  
  49. <meta name="image:background" content="" />
  50. <meta name="image:sidebar" content="http://i.imgur.com/ACtp4Nx.png" />
  51. <meta name="image:title border" content="http://i.imgur.com/o6PeCsp.png" />
  52.  
  53. <meta name="if:FadingImages" content="0"/>
  54. <meta name="if:InfiniteScroll" content="0" />
  55.  
  56. <meta name="text:Link1URL" content=""/>
  57. <meta name="text:Link1" content=""/>
  58. <meta name="text:Link2URL" content=""/>
  59. <meta name="text:Link2" content=""/>
  60. <meta name="text:Link3URL" content=""/>
  61. <meta name="text:Link3" content=""/>
  62. <meta name="text:Link4URL" content=""/>
  63. <meta name="text:Link4" content=""/>
  64. <meta name="text:Link5URL" content=""/>
  65. <meta name="text:Link5" content=""/>
  66. <meta name="text:Link6URL" content=""/>
  67. <meta name="text:Link6" content=""/>
  68. <meta name="text:Link7URL" content=""/>
  69. <meta name="text:Link7" content=""/>
  70. <meta name="text:Link8URL" content=""/>
  71. <meta name="text:Link8" content=""/>
  72. <meta name="text:Link9URL" content=""/>
  73. <meta name="text:Link9" content=""/>
  74. <meta name="text:Link10URL" content=""/>
  75. <meta name="text:Link10" content=""/>
  76. <meta name="text:Link11URL" content=""/>
  77. <meta name="text:Link11" content=""/>
  78. <meta name="text:Link12URL" content=""/>
  79. <meta name="text:Link12" content=""/>
  80. <meta name="text:Music" content=""/>
  81. <meta name="text:MusicTitle" content=""/>
  82.  
  83. </head>
  84. <style>
  85.  
  86. pre {
  87. word-wrap:break-word;
  88. background:{color:fifth color};
  89. padding:2px;
  90. }
  91.  
  92. ::-moz-selection {
  93. background-color:{color:fifth color};
  94. color:{color:third color};
  95. }
  96.  
  97. ::selection {
  98. background-color:{color:fifth color};
  99. color:{color:third color};
  100. }
  101.  
  102. ::-webkit-scrollbar-thumb:vertical {
  103. height:12px;
  104. background-color:{color:fourth color};
  105. }
  106.  
  107. ::-webkit-scrollbar-thumb:horizontal {
  108. background-color:{color:fourth color};
  109. }
  110.  
  111. ::-webkit-scrollbar {
  112. background-color:{color:first color};
  113. width:3px;
  114. height:3px;
  115. }
  116.  
  117. .fixed {
  118. position:fixed;
  119. top:0px;
  120. background:transparent;
  121. }
  122.  
  123. .cont {
  124. padding:20px 0px 10px 0px;
  125. border:1px solid {color:fourth color};
  126. outline:5px solid {color:second color};
  127. border-top:none;
  128. margin-left:-5px;
  129. }
  130.  
  131.  
  132. @font-face {
  133. font-family:ElegantIcons;
  134. font-style:normal;
  135. font-weight:400;
  136. src:url(fonts/ElegantIcons.eot?#iefix) format(embedded-opentype), url(http://static.tumblr.com/hzv1lz4/2MQmx31dk/eleganticons.woff) format(woff), url(http://static.tumblr.com/hzv1lz4/dB8mx31bk/eleganticons.ttf) format(truetype), url(http://static.tumblr.com/hzv1lz4/srNmx31eg/eleganticons.svg#ElegantIcons) format(svg);
  137. }
  138.  
  139. .icon_house:before, .icon_mail:before, .icon_archive:before, .icon_phone:before, .icon_plus:before {
  140. font-family: 'ElegantIcons';
  141. speak: none;
  142. font-style: normal;
  143. font-weight: normal;
  144. font-variant: normal;
  145. text-transform: none;
  146. line-height: 1;
  147. -webkit-font-smoothing: antialiased;
  148. font-size:15px;
  149. padding:8px;
  150. background:{color:second color};
  151. border-radius:100%;
  152. display:block;
  153. color:{color:fourth color};
  154. margin-bottom:3px;
  155. border:2px solid {color:fourth color};
  156. }
  157.  
  158. .icon_house:before {
  159. content: "\e074";
  160. }
  161.  
  162. .icon_mail:before {
  163. content: "\e076";
  164. }
  165.  
  166. .icon_archive:before {
  167. content: "\e088";
  168. }
  169.  
  170. .icon_phone:before {
  171. content: "\e090";
  172. }
  173.  
  174. .icon_plus:before {
  175. content: "\4c";
  176. }
  177. body {
  178. background:url({image:background}) {color:first color};
  179. padding:0px;
  180. margin:0px;
  181. font:11px Trebuchet MS, Arial, Helvetica, Sans-Serif;
  182. color:{color:first color};
  183. text-align:justify;
  184. }
  185.  
  186. a {
  187. color:{color:third color};
  188. text-decoration:none;
  189. -webkit-transition: all 0.5s ease-in-out;
  190. -moz-transition: all 0.5s ease-in-out;
  191. -o-transition: all 0.5s ease-in-out;
  192. transition: all 0.5s ease-in-out;
  193. }
  194.  
  195. a:hover {
  196. color:{color:fourth color};
  197. }
  198.  
  199. blockquote {
  200. border-left:5px solid {color:first color};
  201. padding-left:5px;
  202. }
  203.  
  204. header {
  205. background:{color:fourth color};
  206. display:block;
  207. text-align:center;
  208. height:150px;
  209. }
  210.  
  211. img {
  212. display:block;
  213. margin:0px;
  214. max-width:100%;
  215.  
  216. }
  217.  
  218. /* main menu styling */
  219.  
  220. /* menu container */
  221. menu {
  222. background:{color:second color};
  223. padding:5px;
  224. display:block;
  225. padding-left:440px;
  226. margin:0px;
  227. font-size:14px;
  228. text-align:center;
  229. }
  230.  
  231. menu .contain {
  232. width:582px;
  233. display:block;
  234. background:{color:second color};
  235. }
  236.  
  237. /* menu links */
  238. menu a {
  239. color:{color:third color};
  240. margin:5px;
  241. -webkit-transition: all 0.5s ease-in-out;
  242. -moz-transition: all 0.5s ease-in-out;
  243. -o-transition: all 0.5s ease-in-out;
  244. transition: all 0.5s ease-in-out;
  245. font-family: 'Marcellus SC', serif;
  246. }
  247.  
  248. menu a:hover {
  249. background:{color:third color};
  250. color:{color:first color};
  251. margin:0px;
  252. padding:5px;
  253. padding-left:20px;
  254. padding-right:20px;
  255. }
  256.  
  257. /* blog's description style */
  258. .description {
  259. padding:10px;
  260. {block:ifLink1}margin:285px 0px 0px -10px;{/block:ifLink1}
  261. {block:ifnotLink1}margin:230px 0px 0px -10px;{/block:ifnotLink1}
  262. display:block;
  263. font-size:11px;
  264. position:absolute;
  265. background:{color:second color};
  266. color:#f8f8f8;
  267. width:300px;
  268. height:100px;
  269. overflow:auto;
  270. -webkit-transition: all 0.8s ease-in-out;
  271. -moz-transition: all 0.8s ease-in-out;
  272. -o-transition: all 0.8s ease-in-out;
  273. transition: all 0.8s ease-in-out;
  274. border:1px solid {color:fourth color};
  275. outline:5px solid {color:second color};
  276. }
  277.  
  278.  
  279. /* posts container */
  280.  
  281. #content {
  282. margin-top:55px;
  283. margin-left:450px;
  284. width:650px;
  285. }
  286.  
  287. /* posts style */
  288. .post {
  289. padding:25px;
  290. width:500px;
  291. display:block;
  292. background:{color:second color};
  293. border:1px solid {color:fourth color};
  294. outline:15px solid {color:second color};
  295. display:inline-block;
  296. color:#ccc;
  297. margin-bottom:50px;
  298. }
  299.  
  300. /* post title */
  301. h2, .title {
  302. font-size:30px;
  303. margin:0px;
  304. padding-bottom:20px;
  305. display:block;
  306. background:url({image:title border}) bottom center no-repeat;
  307. text-align:center;
  308. font-family: 'Marcellus SC', serif;
  309. font-weight:400;
  310. text-transform:capitalize;
  311. }
  312.  
  313. /* posts info style */
  314.  
  315. .information {
  316. display:block;
  317. background:{color:fourth color};
  318. padding:3px;
  319. font-size:11px;
  320. text-align:center;
  321. color:{color:third color};
  322. margin-top:10px;
  323. text-transform:capitalize;
  324. font-family: 'IM Fell DW Pica', serif;
  325. }
  326.  
  327. /* posts info's links */
  328.  
  329. .information a {
  330. color:#f8f8f8;
  331. }
  332.  
  333. /*fading images */
  334. {block:ifFadingImages}
  335. #content img, .html_photoset {
  336. opacity:.7;
  337. -webkit-transition: all 0.5s ease-in-out;
  338. -moz-transition: all 0.5s ease-in-out;
  339. -o-transition: all 0.5s ease-in-out;
  340. transition: all 0.5s ease-in-out;
  341. }
  342.  
  343. #content img:hover, .html_photoset:hover {
  344. opacity:1;
  345. }
  346. {/block:ifFadingImages}
  347.  
  348. /* date and month style */
  349. .date {
  350. font-size:20px;
  351. font-weight:700;
  352. display:block;
  353. }
  354.  
  355. .month {
  356. display:block;
  357. text-transform:lowercase;
  358. font-size:11px;
  359. font-weight:700;
  360. margin-top:10px;
  361. }
  362.  
  363. /* reblog and like button positioning */
  364.  
  365. .reblog {
  366. display:inline-block;
  367. margin:5px;
  368. margin-top:20px;
  369. }
  370.  
  371. /* quote posts style */
  372.  
  373. .quote {
  374. font-size:20px;
  375. }
  376.  
  377.  
  378. /* chat posts style */
  379. .chat ul {
  380. display:block;
  381. list-style:none;
  382. margin-left:-40px;
  383. }
  384.  
  385. /* chat lines style */
  386. .chat li {
  387. padding:5px;
  388. display:block;
  389. }
  390.  
  391. /* odd lines style */
  392. .chat .odd {
  393. background:{color:fourth color};
  394. color:{color:third color};
  395. }
  396.  
  397. /* even lines style */
  398. .chat .even {
  399. background:{color:first color};
  400. color:{color:third color};
  401. }
  402.  
  403.  
  404. /* pagination styles */
  405.  
  406. #pagination {
  407. text-align:center;
  408. width:580px;
  409. margin:20px 0px 20px 0px;
  410. }
  411.  
  412. /* current page number */
  413.  
  414. #pagination span {
  415. background:{color:second color};
  416. color:{color:third color};
  417. padding:5px;
  418. width:15px;
  419. height:15px;
  420. display:inline-block;
  421. margin-left:2px;
  422. }
  423.  
  424. /* other page numbers styles */
  425.  
  426. #pagination a {
  427. background:{color:fourth color};
  428. color:{color:third color};
  429. padding:5px;
  430. width:15px;
  431. height:15px;
  432. display:inline-block;
  433. margin-left:2px;
  434. }
  435.  
  436. /* footer style */
  437.  
  438. footer {
  439. background:{color:second color};
  440. padding:10px;
  441. text-align:center;
  442. color:{color:third color};
  443. display:block;
  444. margin:0px;
  445. }
  446.  
  447. #sidebar {
  448. position:fixed;
  449. left:75px;
  450. top:50px;
  451. background:{color:first color};
  452. padding:10px;
  453. border:1px solid {color:fourth color};
  454. outline:5px solid {color:first color};
  455. width:300px;
  456. height:200px;
  457. z-index:99;
  458. }
  459.  
  460. .sideimg {
  461. width:300px;
  462. height:200px;
  463. }
  464.  
  465. #icons {
  466. position:absolute;
  467. margin-left:-65px;
  468. }
  469.  
  470. #links {
  471. position:fixed;
  472. top:0;
  473. left:85px;
  474. z-index:0;
  475. text-align:center;
  476. font-size:13px;
  477. }
  478.  
  479. #links a {
  480. padding:300px 10px 20px 10px;
  481. background:{color:fourth color};
  482. width:53px;
  483. margin-right:1px;
  484. display:inline-block;
  485. vertical-align:top;
  486. font-family: 'IM Fell DW Pica', serif;
  487. color:{color:third color};
  488. -webkit-transition: all 0.8s ease-in-out;
  489. -moz-transition: all 0.8s ease-in-out;
  490. -o-transition: all 0.8s ease-in-out;
  491. transition: all 0.8s ease-in-out;
  492. }
  493.  
  494. #links a:hover {
  495. background:{color:second color};
  496. padding:500px 10px 20px 10px;
  497. }
  498.  
  499. #scrollToTop:link,
  500. #scrollToTop:visited {
  501. color: {color:fourth color};
  502. background-color: transparent;
  503. display: none;
  504. position: fixed;
  505. bottom: 10px;
  506. right: 10px;
  507. }
  508.  
  509. /* link titles style */
  510. div#qTip {
  511. padding: 3px;
  512. display: none;
  513. border: 1px solid {color:fourth color};
  514. background: {color:third color};
  515. outline:3px solid {color:third color};
  516. margin:10px;
  517. color: {color:first color};
  518. font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
  519. text-align: center;
  520. position: absolute;
  521. z-index: 1000;
  522. }
  523.  
  524. music {
  525. width:20px;
  526. height:20px;
  527. padding:2px 3px 2px 0px;
  528. border: 1px solid {color:fourth color};
  529. background: {color:third color};
  530. outline:3px solid {color:third color};
  531. overflow:hidden;
  532. position:fixed;
  533. bottom:10px;
  534. left:10px;
  535. }
  536.  
  537. .music {
  538. height:90px;
  539. text-align:center;
  540. background:{color:fifth color};
  541. font-size:20px;
  542. color:{color:third color};
  543. padding:5px;
  544. font-family: 'Marcellus SC', serif;
  545. }
  546.  
  547. .audio {
  548. float:left;
  549. background:#000;
  550. width:25px;
  551. height:25px;
  552. overflow:hidden;
  553. opacity:.5;
  554. display:block;
  555. margin-left:-95px;
  556. z-index:10000;
  557. -webkit-transition:all 1s ease-in-out;
  558. -moz-transition:all 1s ease-in-out;
  559. -o-transition:all 1s ease-in-out;
  560. -ms-transition:all 1s ease-in-out;
  561. transition:all 1s ease-in-out;
  562. padding:32.5px 55px 32.5px 10px;
  563. }
  564.  
  565. #question {
  566. background:{color:fifth color};
  567. color:{color:third color};
  568. padding:10px;
  569. }
  570.  
  571. .askerd {
  572. font-size:20px;
  573. color:{color:third color};
  574. text-transform:lowercase;
  575. display:block;
  576. font-family: 'Marcellus SC', serif;
  577. width:100%;
  578. text-align:center;
  579. padding:3px;
  580. background:{color:first color};
  581. margin-bottom:5px;
  582. }
  583.  
  584. .askerd a {
  585. color:{color:third color};
  586. }
  587.  
  588. .note {
  589. display:block;
  590. background:{color:fifth color};
  591. color:{color:third color};
  592. padding:5px;
  593. margin-bottom:2px;
  594. margin-left:-40px;
  595. }
  596.  
  597. .note a {
  598. color:{color:third color};
  599. }
  600.  
  601. .note img {
  602. float:left;
  603. margin-right:5px;
  604. }
  605.  
  606. </style>
  607.  
  608. <body>
  609.  
  610. <!-- music -->
  611.  
  612. {block:ifMusic}
  613. <music title="{text:MusicTitle}">
  614. {text:Music}
  615. </music>
  616. {/block:ifMusic}
  617.  
  618. <!-- back to top button -->
  619.  
  620. <div class="topp">
  621. <a href="javascript:;" id="scrollToTop">
  622. <img src="http://i.imgur.com/DcOOACm.png">
  623. </a>
  624. </div>
  625.  
  626. <!-- links -->
  627.  
  628. <div id="links">
  629. {block:ifLink1}<a href="{text:Link1URL}">{text:Link1}</a>{/block:ifLink1}
  630. {block:ifLink2}<a href="{text:Link2URL}">{text:Link2}</a>{/block:ifLink2}
  631. {block:ifLink3}<a href="{text:Link3URL}">{text:Link3}</a>{/block:ifLink3}
  632. {block:ifLink4}<a href="{text:Link4URL}">{text:Link4}</a>{/block:ifLink4}
  633. </div>
  634.  
  635. <div id="sidebar">
  636.  
  637. <!-- main links -->
  638. <div id="icons">
  639. <a href="/" class="icon_house" title="/index"></a>
  640. <a href="/ask" class="icon_mail" title="/ask"></a>
  641. <a href="/archive" class="icon_archive" title="/archive"></a>
  642. <a href="/mobile" class="icon_phone" title="/mobile"></a>
  643. <a href="http://hellolittlered.org" class="icon_plus" title="/theme by hellolittlered"></a>
  644. </div>
  645.  
  646. <!-- description -->
  647. {block:description}
  648. <div class="description">
  649. {description}
  650. </div>
  651. {/block:description}
  652. <img src="{image:sidebar}" class="sideimg">
  653. </div>
  654. <!-- header -->
  655. <header>
  656. <center>
  657. <!-- header image -->
  658. </center>
  659. </header>
  660.  
  661. <!-- links -->
  662. <menu>
  663. <div class="contain">
  664.  
  665. {block:iflink5}<a href="{text:Link5URL}">{text:Link5}</a>{/block:iflink5}
  666. {block:iflink6}<a href="{text:Link6URL}">{text:Link6}</a>{/block:iflink6}
  667. {block:iflink7}<a href="{text:Link7URL}">{text:Link7}</a>{/block:iflink7}
  668. {block:iflink8}<a href="{text:Link8URL}">{text:Link8}</a>{/block:iflink8}
  669. {block:iflink9}<a href="{text:Link9URL}">{text:Link9}</a>{/block:iflink9}
  670. {block:iflink10}<a href="{text:Link10URL}">{text:Link10}</a>{/block:iflink10}
  671. {block:iflink11}<a href="{text:Link11URL}">{text:Link11}</a>{/block:iflink11}
  672. {block:iflink12}<a href="{text:Link12URL}">{text:Link12}</a>{/block:iflink12}
  673. </div>
  674. </menu>
  675.  
  676. <!-- content container -->
  677. <div id="content">
  678.  
  679. <!-- posts start -->
  680. {block:posts}
  681.  
  682. <div class="post">
  683.  
  684. <!-- text post -->
  685. {block:Text}
  686. {block:Title}
  687. <a href="{Permalink}">
  688. <h2>{Title}</h2>
  689. </a>
  690. {/block:Title}
  691. {Body}
  692. {/block:Text}
  693.  
  694. <!-- quote post -->
  695. {block:Quote}
  696. <div class="quote">
  697. “{Quote}” — <b><i>{Source}</i></b>
  698. </div>
  699. {/block:Quote}
  700.  
  701. <!-- link post -->
  702. {block:Link}
  703. <a href="{URL}">
  704. <h2>{Name} »</h2>
  705. </a>
  706. {block:Description}{Description}{/block:Description}
  707. {/block:Link}
  708.  
  709. <!-- photo post -->
  710. {block:Photo}
  711. <center>
  712. <a href="{PhotoURL-HighRes}"><img src="{PhotoURL-500}"/></a>
  713. </center>
  714. {block:Caption}{Caption}{/block:Caption}
  715. {/block:Photo}
  716.  
  717. <!-- photoset post -->
  718. {block:Photoset}
  719. <center>
  720. {Photoset-500}
  721. </center>
  722. {block:Caption}{Caption}{/block:Caption}
  723. {/block:Photoset}
  724.  
  725. <!-- chat post -->
  726. {block:Chat}
  727. <div class="chat">
  728. <ul>
  729. {block:Lines}
  730. <li class="{Alt}">
  731. {block:Label}<b>{Label}</b>{/block:Label}
  732. {Line}
  733. </li>
  734. {/block:Lines}
  735. </ul>
  736. </div>
  737. {/block:Chat}
  738.  
  739. <!-- video post -->
  740. {block:Video}
  741. {Video-500}
  742. {block:Caption}{Caption}{/block:Caption}
  743. {/block:Video}
  744.  
  745. <!-- audio post -->
  746. {block:Audio}
  747. <div class="ask">
  748.  
  749. {block:AlbumArt}
  750. <img src="{AlbumArtURL}" width="100px" height="100px" align="left">
  751. {/block:AlbumArt}
  752.  
  753. <div class="music">
  754. <div class="audio">
  755. {AudioPlayerBlack}
  756. </div>
  757. <br/>
  758. {block:TrackName}<em><strong>{TrackName}</strong></em>{/block:TrackName} {block:Artist}<br/>
  759. <span style="font-size:16px">{Artist}</span>{/block:Artist}
  760. </div>
  761. </div>
  762. {block:Caption}{Caption}{/block:Caption}
  763. {/block:Audio}
  764.  
  765. <!-- ask post -->
  766. {block:Answer}
  767. <div id="question"><span class="askerd">{asker} asked: </span>
  768. {Question}
  769. </div>
  770. {Answer}
  771. {/block:Answer}
  772.  
  773. {block:Date}<div class="information">
  774. <a href="{permalink}">Posted on {Month}
  775. {DayOfMonthWithZero}<sup>{DayOfMonthSuffix}</sup>
  776. {Year}</a>
  777. {/block:Date}
  778. {block:NoteCount}with <a class="notec" href="{PostNotesURL}">{NoteCountWithLabel}</a>{/block:NoteCount}
  779. {block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}
  780. </center>
  781. </div>
  782. </div>
  783.  
  784.  
  785. {block:PostNotes}
  786. <div class="post">
  787. {PostNotes}
  788. </div>
  789. {/block:PostNotes}
  790.  
  791. {/block:posts}
  792. <!-- end posts -->
  793.  
  794. <!-- pagination -->
  795. {block:IfNotInfiniteScroll}
  796. {block:Pagination}
  797. <div id="pagination">
  798. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  799. {block:JumpPagination length="6"}
  800. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  801. {block:JumpPage}<a href="{URL}">{PageNumber}</a> {/block:JumpPage}
  802. {/block:JumpPagination}
  803. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  804. </div>
  805. {/block:Pagination}
  806. {/block:IfNotInfiniteScroll}
  807.  
  808. </div>
  809. <!-- posts container ends -->
  810.  
  811. <!-- footer -->
  812. <footer>
  813. {CopyrightYears}<br>
  814. Powered by Tumblr.
  815. </footer>
  816.  
  817. </body>
  818. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement