Advertisement
rasperries

jubs

Dec 2nd, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.10 KB | None | 0 0
  1. <head><html>
  2. <!--
  3.  
  4. East 99
  5. by softwaring.tumblr.com
  6. Download at jubileethemes.tumblr.com
  7.  
  8. To ease customization, i've left a few tags
  9. in the css coding.
  10. If you want to edit something specifically,
  11. CTRL+F the word!
  12.  
  13. Standard rules apply, do not steal,
  14. do not take bits of coding.
  15. All JQuery © jubilee/softwaring.tumblr.com 2014
  16.  
  17. -->
  18. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  19. <title>{title}</title>
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  21. <link rel="shortcut icon" href="{Favicon}"/>
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23. <!-- hosted fonts -->
  24. <link href='http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700' rel='stylesheet' type='text/css'>
  25. <!-- jquery -->
  26. {block:indexpage}
  27. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <script type="text/javascript"> $(function() { $(window).scroll(function() { if($(this).scrollTop() != 0) { $('#toTop').fadeIn(); } else { $('#toTop').fadeOut(); } }); $('#toTop').click(function() { $('body,html').animate({scrollTop:0},800); }); }); </script> {/block:indexpage}
  28.  
  29.  
  30. {block:Hidden}
  31. <!-- Defaults -->
  32. <meta name="color:background" content="#FFF"/>
  33. <meta name="color:background gradient top" content="#FFF"/>
  34. <meta name="color:background gradient bottom" content="#FFF"/>
  35. <meta name="color:borders" content="#efefef"/>
  36. <meta name="color:text" content="#000"/>
  37. <meta name="color:links" content="#0000EE"/>
  38. <meta name="color:caption background" content="#000"/>
  39. <meta name="color:caption text" content="#FFF"/>
  40. <meta name="color:scrollbar thumb" content="#000"/>
  41. <meta name="color:tooltip" content="#FFF"/>
  42. <meta name="color:tooltip text" content="#000"/>
  43.  
  44. <meta name="image:background" content=""/>
  45.  
  46. <meta name="if:large background" content="1"/>
  47. <meta name="if:tags" content="0"/>
  48. <meta name="if:gradient background" content="0"/>
  49. <meta name="if:hover permalinks" content="1"/>
  50.  
  51. <meta name="text:post bottom margin" content="150"/>
  52. <meta name="text:about title" content=""/>
  53. <meta name="text:sub title" content=""/>
  54. <meta name="text:about content" content=""/>
  55. <meta name="text:sub content" content=""/>
  56. <meta name="text:scroll to top" content="upward"/>
  57. <meta name="text:link 1 title" content="" />
  58. <meta name="text:link 1 url" content="" />
  59. <meta name="text:link 2 title" content="" />
  60. <meta name="text:link 2 url" content="" />
  61. <meta name="text:link 3 title" content="" />
  62. <meta name="text:link 3 url" content="" />
  63. <meta name="text:link 4 title" content="" />
  64. <meta name="text:link 4 url" content="" />
  65. <meta name="text:link 5 title" content="" />
  66. <meta name="text:link 5 url" content="" />
  67. <meta name="text:link 6 title" content="" />
  68. <meta name="text:link 6 url" content="" />
  69. {/block:Hidden}
  70. <style>
  71. /* imported icons leave these alone! */
  72. @import url(http://weloveiconfonts.com/api/?family=entypo);
  73.  
  74. /* entypo */
  75. [class*="entypo-"]:before {
  76. font-family: 'entypo', sans-serif;
  77. }
  78. /* tumblr controls */
  79. iframe#tumblr_controls { opacity: 0.4!important; top: 0px !important; margin: 0 0 0 0; right: 0px !important; position: fixed !important; padding: 10px!important; }
  80. /* FONT SIZE / font / background */
  81. body { font: 9px 'Roboto'; letter-spacing:0.03em; text-align:justify;cursor: default; color:{color:text};{block:ifnotgradientbackground} background: {color:background} url({image:background})top left fixed repeat; {block:iflargebackground} background-size:cover; {/block:iflargebackground} {/block:ifnotgradientbackground}
  82. {block:ifgradientbackground} background:fixed; background-image: -o-linear-gradient(bottom, {color:background gradient bottom}, {color:background gradient top} ); background-image: -moz-linear-gradient(bottom, {color:background gradient bottom}, {color:background gradient top}); background-image: -webkit-linear-gradient(bottom, {color:background gradient bottom}, {color:background gradient top}); background-image: -ms-linear-gradient(bottom, {color:background gradient bottom}, {color:background gradient top}); background-image: linear-gradient(bottom, {color:background gradient bottom}, {color:background gradient top}); {/block:ifgradientbackground} }
  83. /* links */
  84. a { text-decoration:none; color: {color:links}; cursor: help; }
  85. /*sidebar positions and what not */
  86. #nav { {block:IndexPage}position:fixed; top:0px; {/block:IndexPage} {block:PermalinkPage}position:fixed; top: 0px; {/block:PermalinkPage} z-index:9999; padding: 95px 15px 15px 0px; left: 50%; margin-left: -350px; height: 100%; border-right: 1px solid {color:borders}; width: 135px; text-align: center; font-size:10px; }
  87. #navi { z-index:9999; padding: 15px 15px 15px 0px; left: 50%; margin-left: -350px; height: 100%; border-right: 1px solid {color:borders}; width: 135px; text-align: center; position:fixed; top: 0px; }
  88. #nav li { list-style:none; text-transform: uppercase; text-align: left; border-right: 1px solid transparent; padding: 15px; margin-right: -16px; -moz-transition: all 0.55s ease-in-out; -ms-transition: all 0.55s ease-in-out; -o-transition: all 0.55s ease-in-out; transition: all 0.55s ease-in-out }
  89. #nav li a { -moz-transition: all 0.55s ease-in-out; -ms-transition: all 0.55s ease-in-out; -o-transition: all 0.55s ease-in-out; transition: all 0.55s ease-in-out }
  90. #nav:hover li { border-right: 1px solid transparent; -moz-transition: all 0.55s ease-in-out; -ms-transition: all 0.55s ease-in-out; -o-transition: all 0.55s ease-in-out; transition: all 0.55s ease-in-out; color: rgba({RGBcolor:links},0.3); }
  91. #nav:hover li a { color: rgba({RGBcolor:links},0.3);-moz-transition: all 0.55s ease-in-out; -ms-transition: all 0.55s ease-in-out; -o-transition: all 0.55s ease-in-out; transition: all 0.55s ease-in-out; }
  92. #nav li:hover { border-right: 1px solid {color:background}; -moz-transition: all 0.55s ease-in-out; -ms-transition: all 0.55s ease-in-out; -o-transition: all 0.55s ease-in-out; transition: all 0.55s ease-in-out; color: rgba({RGBcolor:links},1); }
  93. #nav li:hover a { color: rgba({RGBcolor:links},1);-moz-transition: all 0.55s ease-in-out; -ms-transition: all 0.55s ease-in-out; -o-transition: all 0.55s ease-in-out; transition: all 0.55s ease-in-out }
  94. #nav li span { float: right; }
  95. /* alignments */
  96. #wrapper { width: 250px; margin: 30px auto 0; }
  97. /* posts stylings */
  98. #post { margin: 50px 0 {text:post bottom margin}px; }
  99. /* blockquotes */
  100. blockquote { border-top: 1px solid {color:borders}; text-align: left!important; padding: 5px 0 0; margin: 0 0 0 0px; }
  101. .body li { list-style:none; padding: 0 0 5px 0; }
  102. blockquote blockquote { border-bottom:1px solid {color:borders}; margin: 15px; padding: 5px; }
  103. /* captions */
  104. .caption_holder { width: 100%; height: 100%; background: rgba({RGBcolor:caption background},0.8); position: absolute; z-index: 99; opacity: 0; color: {color:caption text}; display:inline-flex; display: -webkit-flex; -moz-transition: all 2s ease-in-out;-ms-transition: all 2s ease-in-out; -o-transition: all 2s ease-in-out; transition: all 2s ease-in-out; }
  105. .caption_holder a { color: {color:caption text}; }
  106. .caption_holder li { list-style: square; text-align: justify; }
  107. #post:hover .caption_holder { opacity: 1; -moz-transition: all 0.55s ease-in-out; -ms-transition: all 0.55s ease-in-out; -o-transition: all 0.55s ease-in-out; transition: all 0.55s ease-in-out }
  108. .caption { margin: auto; text-align: center; width:180px; padding: 10px; font-size: 10px; max-height: 80%; overflow: auto; }
  109. {block:IndexPage} #post:hover img { -ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); -moz-transition: all 0.55s ease-in-out; -ms-transition: all 0.55s ease-in-out; -o-transition: all 0.55s ease-in-out; transition: all 0.55s ease-in-out } #post img { -moz-transition: all 2s ease-in-out;-ms-transition: all 2s ease-in-out; -o-transition: all 2s ease-in-out; transition: all 2s ease-in-out; margin-bottom: -4px; } .photoset { -moz-transition: all 2s ease-in-out;-ms-transition: all 2s ease-in-out; -o-transition: all 2s ease-in-out; transition: all 2s ease-in-out; margin-bottom: -4px; } #post:hover .photoset { -ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); -moz-transition: all 0.55s ease-in-out; -ms-transition: all 0.55s ease-in-out; -o-transition: all 0.55s ease-in-out; transition: all 0.55s ease-in-out; background: rgba(0,0,0,0.3); } {/block:IndexPage}
  110. .perm { margin: auto; text-align: center; font-size: 18px; font-weight: 300; font-style:italic; width: 200px; text-transform: uppercase; }
  111. /* titles */
  112. h1 { font: 24px 'Roboto Condensed'; text-transform:uppercase; font-style: italic; font-weight: 300; margin: 5px 0; padding: 0;}
  113. h2 { font: 10px 'Roboto Condensed'; text-transform:; font-style:; font-weight: ; text-align: justify; letter-spacing: 1px; margin: 5px 0 10px; padding: 0; }
  114. .ft { font: 9px 'Roboto'; letter-spacing:0.03em; font-style:; text-align: justify; font-weight:; padding-bottom: 5px;}
  115. /* permalink */
  116. .permalink { {block:ifhoverpermalinks}opacity: 0;{/block:ifhoverpermalinks} margin-top: -10px; font-size:8px;letter-spacing:0.03em;text-align: center; text-transform:uppercase; -moz-transition: all 0.55s ease-in-out; -ms-transition: all 0.55s ease-in-out; -o-transition: all 0.55s ease-in-out; transition: all 0.55s ease-in-out; }
  117. #post:hover .permalink { opacity: 1; -moz-transition: all 0.55s ease-in-out; -ms-transition: all 0.55s ease-in-out; -o-transition: all 0.55s ease-in-out; transition: all 0.55s ease-in-out; }
  118. /* pop up boxes */
  119. .mailbox, .profilebox, .linkbox { width: 420px; position:absolute; {block:ifnotgradientbackground} background: {color:background} url({image:background})top left fixed repeat; {block:iflargebackground} background-size:cover; {/block:iflargebackground} {/block:ifnotgradientbackground}
  120. {block:ifgradientbackground} background:fixed; background-image: -o-linear-gradient(bottom, {color:background gradient bottom}, {color:background gradient top} ); background-image: -moz-linear-gradient(bottom, {color:background gradient bottom}, {color:background gradient top}); background-image: -webkit-linear-gradient(bottom, {color:background gradient bottom}, {color:background gradient top}); background-image: -ms-linear-gradient(bottom, {color:background gradient bottom}, {color:background gradient top}); background-image: linear-gradient(bottom, {color:background gradient bottom}, {color:background gradient top}); {/block:ifgradientbackground} padding: 50px; border: 1px solid {color:borders}; border-left: none; top: 44px; margin-left: 151px; display:none; }
  121. .linkbox li { display:inline-block; border:none!important; -moz-transition: all 0.55s ease-in-out; -ms-transition: all 0.55s ease-in-out; -o-transition: all 0.55s ease-in-out; transition: all 0.55s ease-in-out }
  122. /* tooltip */
  123. #s-m-t-tooltip { min-width: 50px; z-index:100000000000000000000; background: {color:tooltip}; font: 10px helvetica; letter-spacing: 2px;text-transform: uppercase; color: {color:tooltip text}; word-wrap: break-word; padding: 3px 15px; display: block; margin:20px 0px 0px 5px; border: 1px solid {color:tooltip text}; text-align: center; }
  124. .body img { max-width:100%; }
  125. #toTop { display:none; font-size: 11px; text-transform: uppercase; position:fixed; bottom: 15px; right: 15px; }
  126. /* permalink page */
  127. .pagenotes, .pagenotes img { display:none; }
  128. .pagenotes li { border-bottom: 1px dotted #fef; padding: 5px 10px; }
  129. .pagenotes li:nth-child(even) { background: rgba({RGBcolor:borders},0.1); }
  130. .pagenotes li:last-child { border-bottom: 1px dotted transparent; }
  131. .right { width: 100%; text-align: center; margin-top: -5px; }
  132. .permalign { padding: 10px 0px; }
  133. .permacredit { text-transform: uppercase; text-align:center; padding-top: 15px; font-size: 10px; }
  134. .permapage { text-transform: uppercase; }
  135. .close { text-transform: uppercase; }
  136. /* scrollbar */
  137. ::-webkit-scrollbar-thumb { background: black; border: 2px solid {color:borders}; border-bottom:none; }
  138. ::-webkit-scrollbar { background: {color:borders}; width: 6px; }
  139. ::-webkit-scrollbar:horizontal { display: none; }
  140. /* borderss */
  141. .tt, .b, .l, .r { z-index: 99999; background: {color:borders}; position:fixed;} .tt { top:0px; left: 0px; width: 100%; height: 10px;}.r { top:0px; right: 0px; height: 100%; width: 5px;}.l { top:0px; left: 0px; height: 100%; width: 10px;}.b { bottom:0px; left: 0px; width: 100%; height: 10px;}
  142. .tag { {block:ifnottags}display:none;{/block:ifnottags} }
  143.  
  144. /* Custom CSS */
  145. {CustomCSS}
  146. </style>
  147. </head>
  148. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/mqkrxog/Iqjnf667k/fckmybitchbasegod.js"></script><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>{block:IndexPage}<script src="http://static.tumblr.com/mqkrxog/ECJnf669b/scrollmybitchbasedgod.js"></script>{/block:IndexPage}<link href="#s-m-t-tooltip" rel="stylesheet" type="text/css" /><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  149. <script>
  150. (function($){
  151. $(document).ready(function(){
  152. $("a[title]").style_my_tooltips({
  153. tip_follows_cursor:true,
  154. tip_delay_time:50,
  155. tip_fade_speed:500,
  156. attribute:"title"
  157. });
  158. });
  159. })(jQuery);
  160. </script>
  161. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  162. <script type="text/javascript" src="http://static.tumblr.com/mqkrxog/R05n9k05f/masonry.js"></script>
  163. <body>
  164. <!-- by softwaring.tumblr.com download at jubileethemes.tumblr.com -->
  165.  
  166. <div id="navi"> <h1>{title}</h1> </div>
  167. <div id="nav">
  168. <a href="/"><li><span class="entypo-cw"></span>posts</li></a>
  169. <a class="profile"><li><span class="entypo-user"></span>profile</li></a>
  170. <a class="mail"><li><span class="entypo-comment"></span>contact</li></a>
  171. <a class="links"><li><span class="entypo-map"></span>navigation</li></a>
  172. <li style="opacity: 1!important;text-transform:none;font-style:italic;font-size:10px;text-align:justify">{description}</li>
  173.  
  174. <div class="profilebox">
  175. {block:ifabouttitle} <h1>{text:about title}</h1> {/block:ifabouttitle}
  176. {block:ifaboutcontent} {text:about content}{/block:ifaboutcontent}
  177. {block:ifsubtitle} <h1>{text:sub title}</h1> {/block:ifsubtitle}
  178. {block:ifsubcontent} {text:sub content} {/block:ifsubcontent}
  179. <br><br>
  180. <a class="close">close</a>
  181. </div>
  182. <div class="linkbox">
  183. {block:iflinkstitle}<h1>{text:links title}</h1>{/block:iflinkstitle}
  184. {block:iflink1title}<a href="{text:link 1 url}"><li>{text:link 1 title}</li></a>{/block:iflink1title}
  185. {block:iflink2title}<a href="{text:link 2 url}"><li>{text:link 2 title}</li></a>{/block:iflink2title}
  186. {block:iflink3title}<a href="{text:link 3 url}"><li>{text:link 3 title}</li>{/block:iflink3title}
  187. {block:iflink4title}<a href="{text:link 4 url}"><li>{text:link 4 title}</li></a>{/block:iflink4title}
  188. {block:iflink5title}<a href="{text:link 5 url}"><li>{text:link 5 title}</li></a>{/block:iflink5title}
  189. {block:iflink6title}<a href="{text:link 6 url}"><li>{text:link 6 title}</li></a>{/block:iflink6title}
  190.  
  191. <br><br>
  192. <a class="close">close</a>
  193. </div>
  194. <div class="mailbox">
  195. <h1>{AskLabel}</h1>
  196. <iframe frameborder="0" scrolling="no" width="100%" height="200" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
  197. <br><br>
  198. <a class="close">close</a>
  199. </div>
  200. </div>
  201.  
  202. <div id="toTop"><a title="scroll to top">{text:scroll to top}</a></div>
  203. <div id="wrapper">
  204. {block:Posts}
  205. {block:ContentSource}
  206. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  207. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  208. {/block:SourceLogo}
  209. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  210. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  211.  
  212. <div id="post">
  213.  
  214.  
  215.  
  216. {block:Text}
  217. {block:Title}<div class="ft" style="border-bottom:px solid {color:borders}; margin-bottom: 5px;">{title}</div>{/block:Title}
  218. <div class="body">{body}</div>
  219. <br>
  220. {/block:Text}
  221.  
  222. {block:Link}
  223. <div class="ft" style="border-bottom:px solid {color:borders}; margin-bottom: 5px;"><a href="{URL}" class="link" {Target}>{Name}</a></div>
  224. {block:Description}
  225. <div class="body">{Description}</div>
  226. {/block:Description}
  227. <br>
  228. {/block:Link}
  229.  
  230. {block:Quote}
  231. <div class="ft" style="border-bottom: none!important;">
  232. <small style="letter-spacing: 1px; font-size: 10px; border-bottom:px solid {color:borders}; margin-bottom: 5px; padding-bottom: 5px;">{block:Source}
  233. {Source}
  234. {/block:Source}</small><br><br>
  235. {Quote}</div>
  236. <br><br>
  237. {/block:Quote}
  238.  
  239. {block:Photo}<div style=" overflow: hidden;">
  240. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  241. {block:IndexPage} <div class="caption_holder">
  242. {block:caption}<div class="caption"> {Caption} </div> {/block:caption}
  243.  
  244. <div class="perm"> <a href="{Permalink}">{NoteCount}</a><br>
  245. <a href="{ReblogURL}" target="_blank" class="details" style="font-size:12px;">reblog</a>
  246. </div></div>
  247. {/block:IndexPage}
  248. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  249. <img src="{PhotoURL-HighRes}" style="width: 100%;" alt="{PhotoAlt}"/>
  250. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  251. {block:IndexPage}</a>{/block:IndexPage}</div>
  252. {/block:Photo}
  253.  
  254. {block:Chat}
  255. <div class="body">
  256. {block:Title}
  257. <div class="ft">{Title}</div>
  258. {/block:Title}
  259. {block:Lines}
  260. {block:Label}
  261. <div class="ft"><small>{Label}</small></div>
  262. {/block:Label}
  263. <li>{Line}</li>
  264. {/block:Lines}
  265. </div>
  266. <br>
  267. {/block:Chat}
  268.  
  269. {block:Video}
  270. {Video-250}
  271. <br><br>
  272. {/block:Video}
  273.  
  274. {block:Photoset}<div style=" overflow: hidden;">
  275. {block:IndexPage} <div class="caption_holder">
  276. {block:caption}<div class="caption"> {Caption} </div> {/block:caption}
  277.  
  278. <div class="perm"> <a href="{Permalink}">{NoteCount}</a><br>
  279. <a href="{ReblogURL}" target="_blank" class="details" style="font-size:12px;">reblog</a>
  280. </div></div>
  281. {/block:IndexPage}
  282. <div class="photoset">
  283. {Photoset-250}</div></div>
  284. {/block:Photoset}
  285.  
  286. {block:Audio}
  287. <div style="padding: 10px; background: white; color: ; text-transform: ; font: 9px 'Roboto';width:225px;"><center>
  288. {AudioPlayerWhite}
  289. {block:Artist}{Artist}{/block:Artist} / {block:TrackName}{TrackName}{/block:TrackName}</center>
  290. </div>
  291. <br>
  292. {/block:Audio}
  293.  
  294.  
  295. {block:Answer}
  296. <div class="ft" style="border-bottom:1px solid {color:borders}; margin-bottom: 5px; padding-bottom: 5px;"><p align="center" style="margin: 0px; font-size: 11px; padding-bottom: 5px;">{Asker} asked</p> {Question}</div>{Answer}
  297. <br>
  298. {/block:Answer}
  299.  
  300. {block:IndexPage}
  301. <div class="permalink" {block:Photoset}style="display:none;"{/block:Photoset} {block:Photo}style="display:none;"{/block:Photo}>
  302. {ShortMonth} {dayofmonth}{dayofmonthsuffix} <a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank" class="details" title="reblog">r</a>
  303. </div>
  304. {/block:IndexPage}
  305.  
  306. {block:PermalinkPage}{block:date}
  307. <div style="padding: 25px;"> {Caption} </div>
  308. <div class="permapage"> <center> Posted {Month} {DayofMonth}{DayofMonthSuffix} at {12Hour}:{Minutes} {AmPm} with {NoteCountwithLabel} ({TimeAgo}) <br>
  309. {block:RebloggedFrom}Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>, but originally posted by <a href="{ReblogRootURL}" style="padding-bottom: 5px;">{ReblogRootName}</a>.<br>{/block:RebloggedFrom}
  310. {block:HasTags}Tagged with {block:Tags}<a href="{TagURL}" style="margin-right:5px;">#{Tag}</a>{/block:Tags}{/block:HasTags}</center>
  311. {block:PermalinkPagination} <div class="permalign"> {block:NextPost}<a href="{NextPost}" style="float:right;">Next Post →</a>{/block:NextPost} {block:PreviousPost}<a href="{PreviousPost}">← Previous Post</a>{/block:PreviousPost} <div class="clear"></div></div> {/block:PermalinkPagination}
  312. {block:PostNotes}<br>
  313. <center><a class="notes" style="text-transform: uppercase;">Show Notes</a></center>
  314. <div class="pagenotes">{PostNotes}</div>{/block:PostNotes}
  315. </div>
  316.  
  317. <div class="permacredit">
  318.  
  319. </div>{/block:date}{/block:PermalinkPage}
  320. </div>
  321.  
  322. {/block:Posts}
  323. {block:Pagination}
  324. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a>{/block:NextPage}</div>
  325. {/block:Pagination}</div>
  326. </body></html>
  327. <!-- by softwaring.tumblr.com download at jubileethemes.tumblr.com -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement