Advertisement
ciralism

FANDOM NATION - Theme V by Ciralism

May 24th, 2015
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.52 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" xml:lang="en" lang="en">
  3. <head>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  8.  
  9. <!---
  10.  
  11. FANDOM NATION
  12. theme v by ciralism
  13. //don't be a dick, use respectfully
  14. //my ask is open if you have trouble
  15. //enjoy!
  16.  
  17. ---->
  18.  
  19.  
  20. <!---COLORS--->
  21. <meta name="color:text" content="#000000"/>
  22. <meta name="color:link" content="#888888"/>
  23. <meta name="color:hover" content="#ffffff"/>
  24. <meta name="color:accent" content="#ffffff"/>
  25. <meta name="color:post bg" content="#ffffff"/>
  26. <meta name="color:bg" content="#ffffff"/>
  27. <meta name="color:title" content="#000000"/>
  28.  
  29. <meta name="select:main font" content="Lato"/>
  30. <meta name="select:main font" content="Arial"/>
  31. <meta name="select:main font" content="Helvetica"/>
  32. <meta name="select:main font" content="Times"/>
  33. <meta name="select:main font" content="Didot"/>
  34. <meta name="select:main font" content="Garamond"/>
  35.  
  36.  
  37.  
  38. <!---LINKS--->
  39. <meta name="text:link1" content="i"/>
  40. <meta name="text:link1url" content="link 1 url"/>
  41. <meta name="text:link2" content="ii"/>
  42. <meta name="text:link2url" content="link 2 url"/>
  43. <meta name="text:link3" content="iii"/>
  44. <meta name="text:link3url" content="link 3 url"/>
  45. <meta name="text:link4" content="iv"/>
  46. <meta name="text:link4url" content="link 4 url"/>
  47. <meta name="text:link5" content="v"/>
  48. <meta name="text:link5url" content="link 5 url"/>
  49. <meta name="text:link6" content="vi"/>
  50. <meta name="text:link6url" content="link 6 url"/>
  51. <meta name="text:link7" content="vii"/>
  52. <meta name="text:link7url" content="link 7 url"/>
  53.  
  54. <!---SIDEBAR IMAGE--->
  55. <meta name="image:sidebar" content="" />
  56. <meta name="if:hover tags" content="1"/>
  57.  
  58.  
  59. <meta name="if:only render captions on permalink page" content="0"/>
  60.  
  61.  
  62. <link href='http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900' rel='stylesheet' type='text/css'>
  63.  
  64. <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js'></script>
  65.  
  66. <script type="text/javascript">
  67. $(function() {
  68. $.fn.scrollToTop = function() {
  69. if ($(window).scrollTop() != "0") {
  70. }
  71. var scrollDiv = $(this); $(window).scroll(function() {
  72. if ($(window).scrollTop() == "0") {
  73. }
  74. else { $(scrollDiv).fadeIn("slow") } });
  75. $(this).click(function() { $("html, body") .animate({ scrollTop: 0 }, "slow")}) } });
  76. $(function() { $(".button").scrollToTop(); });
  77. </script>
  78.  
  79. <style type="text/css">
  80.  
  81. /*BASICS*/
  82.  
  83. #tumblr_controls {
  84. -webkit-transform:scale(.8);transform:scale(.8);-moz-transform:scale(.8);-o-transform:scale(.8);-ms-transform:scale(.8);
  85. -webkit-filter:invert(100%);
  86. opacity:.4;
  87. margin-top:10px!important;
  88. }
  89.  
  90. body {
  91. background-color:{color:bg};
  92. font-family:{select:main font};
  93. font-size:11px;
  94. color:{color:text};
  95. }
  96.  
  97. a {
  98. color:{color:link};
  99. border-bottom:1px solid {color:accent};
  100. text-decoration:none;
  101. }
  102.  
  103. a:hover {
  104. color:{color:accent};
  105. text-decoration:none;
  106. }
  107.  
  108. h1 {
  109. font-family:Lato;
  110. text-align:left;
  111. font-size:12px;
  112. color:#000;
  113. letter-spacing:2px;
  114. font-weight:700;
  115. text-transform:uppercase;
  116. background-color:#fff;
  117. }
  118.  
  119.  
  120.  
  121. blockquote {
  122. padding-left:10px;
  123. word-wrap:break-word;
  124. border-left:1px solid #efefef;
  125. margin:0;
  126. letter-spacing:1px;
  127. font-weight:300;
  128. font-size:10px;
  129. -webkit-transition-duration:500ms;
  130. -o-transition-duration:500ms;
  131. -moz-transition-duration:500ms;
  132. -ms-transition-duration:500ms;
  133. }
  134.  
  135.  
  136. ol, ul {
  137. text-align:left;
  138. font-weight:300;
  139. }
  140.  
  141.  
  142. #title {
  143. font-family:Lato;
  144. width:100%;
  145. margin-top:10px;
  146. text-align:center;
  147. font-size:13px;
  148. color:{color:title};
  149. letter-spacing:1px;
  150. font-weight:700;
  151. text-transform:uppercase;
  152. -webkit-transition-duration:1s;
  153. -moz-transition-duration:1s;
  154. -o-transition-duration:1s;
  155. }
  156.  
  157. #title a {
  158. border:none;
  159. color:#000;
  160. font-weight:900;
  161. -webkit-transition-duration:1s;
  162. -moz-transition-duration:1s;
  163. -o-transition-duration:1s;
  164. }
  165.  
  166. #desc {
  167. margin-top:5px;
  168. width:180px;
  169. font-family:{select:main font};
  170. padding:none;
  171. font-weight:300;
  172. line-height:15px;
  173. text-align:center;
  174. }
  175.  
  176.  
  177. /*SIDEBAR*/
  178. #sidebar {
  179. width:180px;
  180. margin-left:150px;
  181. margin-top:70px;
  182. position:fixed;
  183. }
  184.  
  185. #sidebarimage {
  186. width:150px;
  187. background-color:#fff;
  188. margin-top:6px;
  189. padding:15px;
  190. border:1px solid #f1f1f1;
  191. }
  192.  
  193. #sidebarimage img {
  194. width:100%;
  195. height:100%;
  196. }
  197.  
  198.  
  199. #links {
  200. width:200px;
  201. margin-left:-9px;
  202. word-spacing:2px;
  203. display:inline-block;
  204. font-family:Lato;
  205. text-align:center;
  206. font-size:7px;
  207. margin-top:10px;
  208. color:black;
  209. letter-spacing:1px;
  210. text-transform:uppercase;
  211. }
  212.  
  213.  
  214. #links a {
  215. color:{color:links};
  216. width:65px;
  217. background-color:white;
  218. padding:6px 11px;
  219. border:1px solid #f1f1f1;
  220. margin-top:3px;
  221. display:inline-block;
  222. -webkit-transition-duration:450ms;
  223. -o-transition-duration:450ms;
  224. -moz-transition-duration:450ms;
  225. -ms-transition-duration:450ms;
  226.  
  227. }
  228.  
  229.  
  230. #links a:hover {
  231. color:#fff;
  232. border-color:{color:accent};
  233. background-color:{color:accent};
  234. }
  235.  
  236.  
  237. /*--POSTS--*/
  238.  
  239. #postcontainer {
  240. padding-top:none;
  241. padding-bottom:100px;
  242. position:absolute;
  243. margin-top:-50px;
  244. margin-left:460px;
  245. width:550px;
  246. }
  247.  
  248. #post {
  249. text-align:left;
  250. width:500px;
  251. background-color:{color:post bg};
  252. margin-top:130px;
  253. }
  254.  
  255. .tp {
  256. line-height:170%;
  257. font-size:10px;
  258. }
  259.  
  260.  
  261. /*--Question Posts--*/
  262.  
  263. .question {
  264. width:500px;
  265. height:80px;
  266. text-align:right;
  267. font-size:8px;
  268. letter-spacing:1px;
  269. text-transform:uppercase;
  270. color:black;
  271. }
  272.  
  273.  
  274. .answer {
  275. color:black;
  276. padding:5px 10px;
  277. letter-spacing:1px;
  278. text-align:left;
  279. font-size:10px;
  280. font-weight:300;
  281. text-transform:none;
  282. }
  283.  
  284. .asker {
  285. font-size:7px;
  286. text-transform:uppercase;
  287. font-weight:normal;
  288. font-weight:900;
  289. display:block;
  290. text-align:right;
  291. padding:5px;
  292. letter-spacing:1px;
  293. border-bottom:1px solid #eee;
  294. }
  295.  
  296. .asker a:hover {
  297. color:{color:accent};
  298. }
  299.  
  300.  
  301.  
  302. /*--Chat Posts--*/
  303.  
  304. .line {
  305. padding:5px 0px;
  306. line-height:17px;
  307. display:block;
  308. border-bottom:1px solid #efefef;
  309. }
  310.  
  311. /*--Quote Posts--*/
  312. .quote {
  313. padding:10px;
  314. border:1px solid #efefef;
  315. display:inline-block;
  316. -webkit-transition-duration:500ms;
  317. -moz-transition-duration:500ms;
  318. -o-transition-duration:500ms;
  319. -ms-transition-duration:500ms;
  320. }
  321.  
  322. .quote:hover {
  323. border-color:black;
  324. }
  325.  
  326. .text {
  327. text-align:center;
  328. border-bottom:1px solid {color:accent};
  329. padding-bottom:5px;
  330. letter-spacing:1px;
  331. font-size:11px;
  332. }
  333.  
  334. .source {
  335. text-align:center;
  336. padding-top:10px;
  337. padding-bottom:0px;
  338. font-size:9px;
  339. font-weight:bold;
  340. letter-spacing:2px;
  341. text-transform:uppercase;
  342. }
  343.  
  344. /*--Audio Posts--*/
  345.  
  346. .aud {
  347. min-height:100px;
  348. }
  349.  
  350. .player {
  351. width:100px;
  352. -webkit-border-radius:50%;
  353. background-color:rgba(0,0,0,.9);
  354. height:100px;
  355. border:1px solid black;
  356. overflow:hidden;
  357. }
  358.  
  359. .whitebit {
  360. margin-top:30px;
  361. margin-left:30px;
  362. width:40px;
  363. height:40px;
  364. background-color:white;
  365. -webkit-border-radius:50%;
  366. -webkit-transition-duration:500ms;
  367. -moz-transition-duration:500ms;
  368. -o-transition-duration:500ms;
  369. -ms-transition-duration:500ms;
  370.  
  371. }
  372.  
  373. .audioplayer {
  374. width:28px;
  375. height:30px;
  376. overflow:hidden;
  377. margin-left:7px;
  378. position:absolute;
  379. margin-top:6px;
  380. }
  381.  
  382.  
  383.  
  384. .audioinfos {
  385. margin-top:-100px;
  386. line-height:200%;
  387. margin-left:150px;
  388. }
  389.  
  390. .infotitle {
  391. text-align:center;
  392. padding:2px;
  393. font-size:7px;
  394. font-weight:900;
  395. letter-spacing:2px;
  396. text-transform:uppercase;
  397. }
  398.  
  399. .audioinfo {
  400. font-weight:300;
  401. text-align:center;
  402. padding:2px;
  403. letter-spacing:1px;
  404. font-size:10px;
  405. }
  406.  
  407. /*--Post Information--*/
  408.  
  409. #info {
  410. font-size:8px;
  411. color:#000;
  412. padding:7px 0px;
  413. position:absolute;
  414. margin-left:-10px;
  415. text-align:center;
  416. margin-top:10px;
  417. opacity:0;
  418. font-weight:200;
  419. width:500px;
  420. -webkit-transition-duration:.7s;
  421. -moz-transition-duration:.7s;
  422. -o-transition-duration:.7s;
  423. -ms-transition-duration:.7s;
  424.  
  425. }
  426.  
  427. #post:hover #info {opacity:1;}
  428.  
  429. #info a {
  430. color:#000;
  431. font-size:8px;
  432. padding:0px 20px;
  433. font-weight:600;
  434. text-transform:uppercase;
  435. letter-spacing:1px;
  436. display:inline-block;
  437. border:none;
  438. }
  439.  
  440. #info a:hover {
  441. color:{color:accent};
  442. }
  443.  
  444. .date {
  445. font-weight:bold;
  446. letter-spacing:-2px;
  447. }
  448.  
  449. .notes {
  450. letter-spacing:-2px;
  451. font-weight:lighter;
  452. }
  453.  
  454. ::selection {
  455. color:{color:accent};
  456. }
  457.  
  458.  
  459. ::webkit-scrollbar {
  460. width:5px;
  461. background-color:{color:accent};
  462. }
  463.  
  464.  
  465.  
  466. #credit {
  467. bottom:3px;
  468. position:fixed;
  469. right:10px;
  470. float:right;
  471. font-family:Lato;
  472. color:black;
  473. font-size:7px;
  474. letter-spacing:1px;
  475. text-transform:uppercase;
  476. padding:5px;
  477.  
  478. }
  479.  
  480. #credit a {
  481. color:black;
  482. border:none;
  483. font-weight:bold;
  484. padding:5px;
  485. -webkit-transition-duration:.8s;
  486. -moz-transition-duration:.8s;
  487. -o-transition-duration:.8s;
  488. -ms-transition-duration:.8s;
  489. }
  490.  
  491. #credit a:hover {
  492. border-color: black;
  493. }
  494.  
  495. #pagi {
  496. margin-top:50px;
  497. margin-left:-6px;
  498. height:50px;
  499. width:460px;
  500. text-align:center;
  501. font-family:Lato;
  502. }
  503.  
  504. .jump_page {
  505. padding: 4px 10px;
  506. background-color: transparent;
  507. border:none;
  508. color:#aaa;
  509. margin-left:6px;
  510. font-size:8px;
  511. text-decoration:none;
  512. }
  513.  
  514. .current_page, .jump_page:hover {
  515. padding: 4px 10px;
  516. color: black;
  517. background-color:transparent;
  518. font-size:8px;
  519. text-decoration:none;
  520. border:none;
  521. margin-left:6px;
  522. -webkit-transition-duration:.4s;
  523. -moz-transition-duration:.4s;
  524. -o-transition-duration:.4s;
  525. -ms-transition-duration:.4s;
  526. }
  527.  
  528. .current_page {
  529. font-weight:900;
  530. }
  531.  
  532. .tags {
  533. text-align:center;
  534. position:absolute;
  535. margin-top:30px;
  536. width:500px;
  537. text-transform:uppercase;
  538. display:inline-block;
  539. opacity:0;
  540. -webkit-transition-duration:.7s;
  541. -moz-transition-duration:.7s;
  542. -o-transition-duration:.7s;
  543. -ms-transition-duration:.7s;
  544. }
  545.  
  546. .tag {
  547. letter-spacing:1px;
  548. border:none;
  549. font-family:Lato;
  550. font-size:7px;
  551. -webkit-transition-duration:.7s;
  552. -moz-transition-duration:.7s;
  553. -o-transition-duration:.7s;
  554. -ms-transition-duration:.7s;
  555. }
  556.  
  557. #post:hover .tags {
  558. opacity:1;
  559. }
  560.  
  561. .caption {
  562. background-color:#fff;
  563. color:#666;
  564. font-size:11px;
  565. padding:15px;
  566. border:1px solid #f3f3f3;
  567. letter-spacing:1px;
  568. display:block;
  569. margin-top:10px;
  570. width:466px;
  571. line-height:150%;
  572. }
  573.  
  574. .caption a {
  575. border:none;color:#666;
  576. font-weight:300;
  577. }
  578.  
  579. .caption blockquote {
  580. font-size:11px;
  581. }
  582.  
  583.  
  584. .pinf {
  585. width:440px;
  586. color:#000;
  587. text-align:left;
  588. background-color:white;
  589. padding:15px 30px;
  590. line-height:200%;
  591. margin-top:-30px;
  592. border:1px solid #f3f3f3;
  593. overflow:hidden;
  594. letter-spacing:1px;
  595. position:absolute;
  596. margin-top:50px;
  597. text-transform:uppercase;
  598. display:block;
  599. font-size:7px;
  600. }
  601.  
  602. .reblogger {
  603. border:none;
  604. }
  605.  
  606. .pdate {
  607. display:block;
  608. }
  609.  
  610. .ptag {
  611. border:none!important;
  612. }
  613.  
  614. #notesbin {
  615. width:440px;
  616. text-align:center;
  617. background-color:white;
  618. padding:30px 30px;
  619. margin-top:50px;
  620. border:1px solid #f3f3f3;
  621. height:115px;
  622. overflow-y:scroll;
  623. overflow-x:hidden;
  624. }
  625. #postnotes {
  626. display:block;
  627. color:black;
  628. margin-left:-45px;
  629. font-size:7px;
  630. }
  631.  
  632. #postnotes ol {
  633. line-height:150%;
  634. color:black;
  635. list-style-type: none;
  636. }
  637.  
  638. #postnotes li {
  639. letter-spacing:2px;
  640. display:block;
  641. margin-top:5px;
  642. text-transform:uppercase;
  643. background-color:#fff;
  644. color:black;
  645. -webkit-transition-duration:.4s;
  646. -moz-transition-duration:.4s;
  647. -o-transition-duration:.4s;
  648. -ms-transition-duration:.4s;
  649. }
  650.  
  651. #postnotes li a {
  652. color:black;
  653. font-weight:bold;
  654. border:none;
  655. font-size:7px;
  656. }
  657.  
  658. #postnotes li a:hover {
  659. color:#ccc;
  660. }
  661.  
  662. #postnotes img {
  663. width:0px;
  664. height:0px;
  665. }
  666.  
  667. .button {
  668. cursor:pointer;
  669. padding:5px 6px 5px 8px;
  670. font-size:7px;
  671. color:#000;
  672. font-weight:300;
  673. text-transform:uppercase;
  674. letter-spacing:0px;
  675. position:fixed;
  676. border:none;
  677. right:15px;
  678. bottom:20px;
  679. -webkit-transition-duration:400ms;
  680. -moz-transition-duration:400ms;
  681. -o-transition-duration:400ms;
  682. -ms-transition-duration:400ms;
  683. }
  684.  
  685. .button:hover {
  686. border-color:#000;
  687. color:#000;
  688. }
  689.  
  690.  
  691. </style>
  692.  
  693. </head>
  694. <body>
  695.  
  696.  
  697. <div id="sidebar">
  698. <div id="sidebarimage">
  699. <img src="{image:sidebar}">
  700. </div>
  701.  
  702. <div id="title"><a href="/">{Title}</a></div>
  703. <div id="desc">{Description}</div>
  704.  
  705. <div id="links">
  706. <a href="{text:link1url}">{text:link1}</a>
  707. <a href="{text:link2url}">{text:link2}</a>
  708. <a href="{text:link3url}">{text:link3}</a>
  709. <a href="{text:link4url}">{text:link4}</a>
  710. <a href="{text:link5url}">{text:link5}</a>
  711. <a href="{text:link6url}">{text:link6}</a>
  712. </div>
  713.  
  714. </div>
  715.  
  716.  
  717. <div id="postcontainer">
  718.  
  719.  
  720. {block:Posts}
  721.  
  722. <!-- {block:NoRebloggedFrom}
  723. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  724. {/block:NoRebloggedFrom} -->
  725.  
  726. {block:ContentSource}<!-- {SourceURL}
  727. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  728. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  729. {/block:ContentSource}
  730.  
  731.  
  732. <div id="post">
  733.  
  734. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}<div class="tp">{Body}</div>{/block:Text}
  735.  
  736.  
  737.  
  738. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-500}" width="500px"></center>
  739.  
  740. {block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  741. {block:IfNotOnlyRenderCaptionsOnPermalinkPage}{block:IndexPage}
  742. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:IndexPage}{/block:IfNotOnlyRenderCaptionsOnPermalinkPage}
  743.  
  744.  
  745.  
  746. {/block:Photo}
  747.  
  748.  
  749. {block:Photoset}
  750. <div class="photoset">{Photoset-500}</div>{block:IfOnlyRenderCaptionsOnPermalinkPage}
  751. {block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfOnlyRenderCaptionsOnPermalinkPage}
  752. {block:IfNotOnlyRenderCaptionsOnPermalinkPage}
  753. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:IfNotOnlyRenderCaptionsOnPermalinkPage}{/block:Photoset}
  754.  
  755.  
  756. {block:Video}{Video-500}{block:IfOnlyRenderCaptionsOnPermalinkPage}
  757. {block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfOnlyRenderCaptionsOnPermalinkPage}
  758. {block:IfNotOnlyRenderCaptionsOnPermalinkPage}
  759. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:IfNotOnlyRenderCaptionsOnPermalinkPage}{/block:Video}
  760.  
  761.  
  762. {block:Audio}<div class="aud">
  763. <div class="player">{Block:AudioPlayer}<div class="whitebit"><div class="audioplayer">{AudioPlayer}</div>{/Block:AudioPlayer}</div></div>
  764. <div class="audioinfos">
  765. {Block:TrackName} <span class="infotitle">Track: </span><span class="audioinfo">{TrackName}</span>{/block:TrackName}<br>
  766. {Block:Artist}<span class="infotitle">Artist: </span><span class="audioinfo">{Artist}</span>{/Block:Artist}<br>
  767. {Block:Album}<span class="infotitle">Album</span><span class="audioinfo">{Album}</span>{/Block:Album}<br>
  768. {Block:PlayCount}<span class="infotitle">Play Count</span><span class="audioinfo">{FormattedPlayCount}</span>{/Block:PlayCount}
  769. </div>
  770. </div>
  771. {block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfOnlyRenderCaptionsOnPermalinkPage}
  772. {/block:Audio}
  773.  
  774.  
  775. {block:Quote}<div class="quote"><div class="text">{Quote}</div>{block:Source}<div class="source">{Source}</div>{/block:Source}</div>{/block:Quote}
  776.  
  777.  
  778. {block:Link}<h1><a href="{URL}" {Target}>{Name}</h1></a>{block:Description}{Description}{/block:Description}{/block:Link}
  779.  
  780. {block:Answer}<div class="question">
  781. <div class="ask_block">{Question}<span class="asker">{Asker}</span></div>
  782. <div class="answer">{Answer}</div>
  783. </div>{/block:Answer}
  784.  
  785.  
  786. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}
  787. {block:Lines}<div class="line">{block:Label}{Label} {/block:Label}{Line}</div>{/block:Lines}
  788. {/block:Chat}
  789.  
  790. {block:IndexPage}<div id="info"><a href="{Permalink}" class="date">{Month} {DayOfMonth}</a> <a href="{Permalink}" class="notecount">{NoteCountWithLabel}</a> <a href="{ReblogURL}">reblog</a>
  791. </div>
  792.  
  793. {block:ifHoverTags}{block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}" class="tag">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}{/block:ifHoverTags}{/block:IndexPage}
  794.  
  795.  
  796. {block:PermalinkPage}
  797. <div class="pinf">
  798. {block:Date}<div class="pdate">Posted on {DayOfWeek} {ShortMonth} {DayOfMonthWithZero} at {12Hour}:{Minutes}{ampm}</div>{/block:Date}
  799. <a class="reblogger" href="{ReblogURL}">Reblog</a>
  800. {block:HasTags}<div class="ptags">Filed As: {block:Tags}<a href="{TagURL}" class="ptag">.{Tag}, </a> {/block:Tags}</div>{/block:HasTags}
  801. </div>
  802. {/block:PermalinkPage}
  803.  
  804.  
  805. </div>
  806. {/block:Posts}
  807.  
  808.  
  809.  
  810. <div id="pagi">
  811. {block:Pagination}
  812. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  813.  
  814. {block:JumpPagination length="5"}
  815. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  816. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  817. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  818. {/block:Pagination}
  819. </div>
  820.  
  821.  
  822. {block:PostNotes}<div id="notesbin"><div id="postnotes">{PostNotes-16}</div></div>{/block:PostNotes}
  823.  
  824.  
  825. </div>
  826.  
  827. <a class="button">scroll to top</a>
  828. <div id="credit"><a href="http://ciralism.tumblr.com/">ciralism</a></div>
  829.  
  830.  
  831. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement