Advertisement
bencastiel

theme

Apr 14th, 2014
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.53 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3.  
  4. <!--
  5. Kayla theme (1 column) by Lyra (dstroyed.tumblr.com)
  6. removing credit will result in
  7. giving your first born child to satan.
  8. -->
  9.  
  10. <!--No seriously it took me forever to get this theme perfect, don't take off the credit. It's illegal anyway, if you are caught you will be reported and you will have access to my theme codes revoked. If needed further action will be taken. -->
  11.  
  12. <!—Make sure that you change the posts to 15 posts per page in the Advanced Section (under pages) in the Customize page or infinite scroll will not work—>
  13.  
  14. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  15.  
  16.  
  17. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  18. <head>
  19. <meta name="color:Body font" content="#000000"/>
  20. <meta name="color:Links" content="#0ecfec"/>
  21. <meta name="color:Link hover" content="#f875a8"/>
  22. <meta name="color:Background" content="#00f2ff"/>
  23. <meta name="color:Content" content="#ffffff"/>
  24. <meta name="color:Link button background" content="#f4f3f5"/>
  25. <meta name="image:Background image" content="http://static.tumblr.com/0obzfof/qLVm95p9k/tumblr_m1rru9ihod1r836v5.jpg"/>
  26. <meta name="image:Banner" content="0"/>
  27. <meta name="image:Sidebar photo" content=""/>
  28. <meta name="if:Show blog title" content="1"/>
  29. <meta name="if:Show banner" content="0"/>
  30. <meta name="if:Show sidebar photo" content="1"/>
  31. <meta name="if:Cute font" content="1"/>
  32.  
  33. <meta name="text:Link one URL" content="" />
  34. <meta name="text:Link one title" content="Link 1" />
  35. <meta name="text:Link two URL" content="" />
  36. <meta name="text:Link two title" content="Link 2" />
  37. <meta name="text:Link three URL" content="" />
  38. <meta name="text:Link three title" content="Link 3" />
  39. <meta name="text:Link four URL" content="" />
  40. <meta name="text:Link four title" content="Link 4" />
  41. <meta name="text:Link five URL" content="" />
  42. <meta name="text:Link five title" content="Link 5" />
  43.  
  44. <title>{title}</title>
  45.  
  46.  
  47. <script type="text/javascript">
  48. // <![CDATA[
  49. var bgcolour="#ffffff"; // background colour
  50. var fgcolour="#000000"; // foreground colour
  51. var speed=100; // speed of bubbling, lower is faster
  52. var shades=5; // number of shades of bubble
  53.  
  54. /***************************
  55.  
  56. ****************************/
  57. var bubbcol=new Array();
  58. var bubbler, bubbtxt;
  59. var bubbchr=new Array();
  60. window.onload=function() { if (document.getElementById) {
  61. for (bubbler=0; bubbler<=shades; bubbler++) {
  62. bubbtxt="#";
  63. for (var i=1; i<6; i+=2) {
  64. var bg=parseInt(bgcolour.substring(i,i+2),16);
  65. bubbtxt+=dechex(Math.floor(bg+(parseInt(fgcolour.substring(i,i+2),16)-bg)*(bubbler/shades)));
  66. }
  67. bubbcol[bubbler+1]=bubbtxt;
  68. }
  69. bubbler=document.getElementById("bubble");
  70. bubbtxt=bubbler.firstChild.nodeValue;
  71. while (bubbler.childNodes.length) bubbler.removeChild(bubbler.childNodes[0]);
  72. for (var i=0; i<bubbtxt.length; i++) {
  73. var bubbi=document.createElement("span");
  74. bubbi.setAttribute("id", "bubb"+i);
  75. bubbi.appendChild(document.createTextNode(bubbtxt.charAt(i)));
  76. bubbler.appendChild(bubbi);
  77. }
  78. bubbler=setInterval ("bubbling()", speed);
  79. }}
  80.  
  81. function dechex(dec) {
  82. var hex=dec.toString(16);
  83. if (dec<16) return "0"+hex;
  84. else return hex;
  85. }
  86.  
  87. function bubbling() {
  88. for (var i=0; i<bubbtxt.length; i++) {
  89. var bubbme=document.getElementById("bubb"+i);
  90. if (bubbchr[i]) {
  91. bubbme.style.color=bubbcol[bubbchr[i]];
  92. bubbchr[i]=(bubbchr[i]+1)%bubbcol.length;
  93. }
  94. else if (Math.random()<0.75/bubbchr.length) bubbchr[i]=1;
  95. }
  96. }
  97. // ]]>
  98. </script>
  99.  
  100.  
  101. <link rel="shortcut icon" href="{Favicon}">
  102. {block:Description}
  103. <meta name="description" content="{MetaDescription}"/>
  104. {/block:Description}
  105. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript"></script>
  106. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/cpaytv3/nKOlyumhg/reset.css">
  107. <style type="text/css">
  108. #tumblr_controls{
  109. position:fixed !important;
  110. z-index:99999999999;
  111. }
  112. body {
  113. background-color:{color:Background};
  114. background-image: url({image:Background image});
  115. background-attachment: fixed;
  116. background-repeat: repeat;
  117. font-family: {block:ifCutefont}'short'; font-size: 11px;{/block:ifCutefont}{block:ifnotCutefont}calibri; font-size: 12px;{/block:ifnotCutefont};
  118. line-height: 113%;
  119. }
  120.  
  121. ::-webkit-scrollbar-thumb:vertical {
  122. background-color:#7d7d7d;
  123. height:auto;-webkit-border-radius:10px;
  124.  
  125. }
  126.  
  127. ::-webkit-scrollbar-thumb:horizontal {
  128. background-color:#7d7d7d;
  129. !important;-webkit-border-radius:10px;
  130. }
  131.  
  132. ::-webkit-scrollbar {
  133. height:10px;
  134. width:10px;
  135. background-color:#cdcdcd;
  136. }
  137.  
  138.  
  139. @font-face {font-family: 'titlez'; src: url('http://static.tumblr.com/9nfl7hr/HjHm628ni/bebasneue.otf'); }
  140.  
  141.  
  142.  
  143. @font-face{
  144. font-family:"short";
  145. src: url('http://static.tumblr.com/9nfl7hr/XQom5w68s/shortstack-regular.ttf');
  146. }
  147.  
  148.  
  149. @font-face { font-family: "small font"; src: url('http://static.tumblr.com/9nfl7hr/NuEm61n3e/slkscr.ttf'); }
  150.  
  151. #infscr-loading {
  152. position: absolute;
  153. bottom: 0;
  154. left: 25%;}
  155.  
  156.  
  157. a {color:{color:Links}; -webkit-transition: all 0.3s ease-out;
  158. -moz-transition: all 0.3s ease-out;
  159. transition: all 0.3s ease-out;text-decoration: none;}
  160.  
  161. a:hover {
  162. color:{color:Link hover};
  163. text-decoration: none;
  164. -webkit-transition: all 0.3s ease-out;
  165. -moz-transition: all 0.3s ease-out;
  166. transition: all 0.3s ease-out;
  167. }
  168.  
  169. #tumblr_controls{
  170. position:fixed;
  171. z-index:99999999999;
  172. }
  173.  
  174. .asss {align:right;background: #cdcdcd; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  175.  
  176. .asss p {margin:1px 0px;}
  177.  
  178. .asss span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #cdcdcd;}
  179.  
  180. .asssborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #f7f7f7}
  181.  
  182.  
  183. ul {
  184. display: block;
  185. list-style-type: disc;
  186. -webkit-margin-before: 1em;
  187. -webkit-margin-after: 1em;
  188. -webkit-margin-start: 0px;
  189. -webkit-margin-end: 0px;
  190. -webkit-padding-start: 20px;
  191. }
  192.  
  193.  
  194. #content {
  195. width: 406px;
  196. float: right;
  197. padding-left:0px;
  198. margin-top:0px;
  199. }
  200. a.btn{ position:absolute;z-index:99999999999999999999999999999999;top:26px;right:3px;white-space:nowrap;outline:0;text-decoration:none;cursor:pointer;overflow:hidden;text-overflow:ellipsis;font:600 12px/18px "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;height:20px;padding:0 5px;-webkit-font-smoothing:antialiased;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;-webkit-transition-property:padding;-moz-transition-property:padding;-ms-transition-property:padding;-o-transition-property:padding;transition-property:padding;-webkit-transition-duration:.1s;-moz-transition-duration:.1s;-ms-transition-duration:.1s;-o-transition-duration:.1s;transition-duration:.1s;-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;-ms-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.btn{color:#fff;border:1px solid rgba(0,0,0,0.18);background:rgba(0,0,0,0.38);text-shadow:1px 1px 0 rgba(0,0,0,0.08)}a.btn,a.btn:hover{color:white!important}.btn{margin-bottom:5px;color:#fff;border:1px solid rgba(0,0,0,0.18);background:rgba(0,0,0,0.38);text-shadow:1px 1px 0 rgba(0,0,0,0.08);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.btn:hover::after,.btn:focus::after{background:rgba(255,255,255,0.09);color:white}.btn:active::after{background:rgba(255,255,255,0.18) color:white}.btn_label.show{display:block}.btn::after{position:absolute;top:0;right:0;bottom:0;left:0;content:";-webkit-border-radius:inherit;-moz-border-radius:inherit;border-radius:inherit}.btn.icon::before{display:block;content:";position:absolute;top:0;left:0;bottom:0;width:20px;border-radius:inherit;background:url('http://static.tumblr.com/tpqedpr/cQ1mbwb60/de.png') 0 0 no-repeat}.btn.theme::before{background-position:0 -0px}.btn img{width:15px}.btn.icon{padding-left:20px}.btn:active::after {background:rgba(255,255,255,0.18)}.clear {clear: both;} #pagination {display: none;} .clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.clearfix{display:inline-block}html[xmlns] .clearfix{display:block}* html .clearfix{height:1%}
  201.  
  202. iframe#tumblr_controls { position: fixed !important; }
  203. #contain {
  204. width: 700px;
  205. margin: 0px auto;
  206. }
  207.  
  208. #sidebar {
  209. padding: 10px;
  210. margin-left: 4px;
  211. width: 250px;
  212. overflow: hidden;
  213. text-align: center;
  214. height:auto;
  215. border: 1px dashed #888;
  216. position: fixed;
  217. top: 17px;
  218. background-color:{color:Content};border-radius:10px;
  219. }
  220. {block:ifCutefont}
  221. .links {text-transform:lowercase; text-align:center; margin-top:0px; margin-right:1px;}
  222.  
  223.  
  224. .links a {margin-right:-2px; margin-bottom:2px; line-height:30px; border:1px solid #dfdfdf;display:inline-block; width:59px; height:30px; padding:0px; background-color:{color:Link button background}; opacity:1; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}{/block:ifCutefont}
  225.  
  226.  
  227. {block:ifnotCutefont}
  228. .links {font-size:12px; text-transform:lowercase; text-align:center; margin-top:0px; margin-right:1px;}
  229.  
  230.  
  231. .links a {margin-right:-1px; margin-bottom:2px; line-height:30px; border:1px solid #dfdfdf;display:inline-block; width:59px; height:30px; padding:0px; background-color:{color:Link button background}; opacity:1; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}{/block:ifnotCutefont}
  232.  
  233.  
  234.  
  235. .links a:hover {border-top-right-radius:70px;
  236. border-bottom-right-radius:70px;
  237. border-top-left-radius:70px;
  238. border-bottom-left-radius:70px;
  239. -moz-transform: rotate(180deg);
  240. -webkit-transform: rotate(180deg);
  241. -o-transform: rotate(180deg);-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
  242. }
  243.  
  244. h3 {{color:Links}; font-family:
  245. font-weight:bold;
  246. 'Amatic SC'; font-size:35px; line-height: 93%; }
  247.  
  248. .title {color:{color:Links};
  249. font-weight:bold;
  250. font-family: 'Amatic SC'; font-size: 35px; line-height:93%; -webkit-transition: all 0.3s ease-out;
  251. -moz-transition: all 0.3s ease-out;
  252. transition: all 0.3s ease-out;}
  253.  
  254. .title:hover {color:{color:Link hover}; -webkit-transition: all 0.3s ease-out;
  255. -moz-transition: all 0.3s ease-out;
  256. transition: all 0.3s ease-out;}
  257.  
  258.  
  259. ol.notes img {
  260. width: 16px;
  261. display: inline;
  262. position: relative;
  263. top: 3px;
  264. }
  265.  
  266. .entry {
  267. overflow: hidden;
  268. float: left;
  269. {block:indexpage}
  270. width: 400px;
  271. margin-left: 3px;
  272. {/block:indexpage}
  273. {block:permalinkpage}
  274. width: 400px;
  275. margin-left: 3px;
  276. {/block:permalinkpage}
  277. display: block;
  278. padding:1px;
  279. overflow:visible;
  280. background-color:{color:Content};
  281. }
  282.  
  283.  
  284.  
  285. .entry img {
  286. display: block;
  287. {block:indexpage}max-width:400px;{/block:indexpage}
  288. }
  289.  
  290.  
  291.  
  292.  
  293. #pagination{
  294. display:none;
  295. }
  296.  
  297.  
  298.  
  299. .clear {
  300. clear: both;
  301. }
  302.  
  303.  
  304. blockquote, q {
  305. quotes: "«" "»" "'" "'";
  306. padding: 3px;
  307. border-left: 3px solid #7d7d7d;
  308. margin: 0px 10px;
  309. }
  310.  
  311.  
  312. .text {
  313. padding: 4px;
  314. }
  315.  
  316. .blogtitle {
  317. margin-top:-5px; margin-bottom:5px;}
  318.  
  319. .blogtitle a {
  320. font-family: 'Amatic SC';
  321. font-size: 45px;
  322. line-height: 80%;
  323. font-weight:bold;
  324.  
  325. color:{color:Links};-webkit-transition: all 0.3s ease-out;
  326. -moz-transition: all 0.3s ease-out;
  327. transition: all 0.3s ease-out;
  328. }
  329.  
  330.  
  331. .blogtitle a:hover { font-size:35px;
  332. color:#7d7d7d; -webkit-transition: all 0.3s ease-out;
  333. -moz-transition: all 0.3s ease-out;
  334. transition: all 0.3s ease-out;}
  335.  
  336. .perma2 a {color:{color:Body font};}
  337.  
  338. .entry .perma2{
  339.  
  340. position:absolute;
  341. width:auto;
  342. height:15px;
  343. padding-top:0px;
  344. padding-bottom: 0px;
  345. background-color:#fff;
  346. margin-left: 0px;
  347. overflow:hidden;
  348. bottom: 0px;
  349. text-transform:lowercase;
  350. line-height:15px;
  351. text-align:center;
  352. padding-left: 0px;
  353. padding-right: 0px;
  354. opacity:0.0;
  355. -webkit-border-radius:30px;
  356. moz-border-radius:30px;
  357. -o-border-radius:30px;
  358. border-radius:30px;
  359. -webkit-transition: all 0.3s linear;
  360. -moz-transition: all 0.3s linear;
  361. transition: all 0.3s linear;
  362. }
  363.  
  364. .entry:hover .perma2{
  365. overflow:visible;
  366. -webkit-transition: opacity 0.5s linear; opacity: 0.9;
  367. transition: all 0.4s linear;
  368. margin-left: 5px; padding:2px 5px;
  369. border: 1px dashed #888;
  370. width: auto;
  371. -webkit-border-radius:30px;
  372. moz-border-radius:30px;
  373. -o-border-radius:30px;
  374. border-radius:30px;
  375. height: 15px;
  376. top: 5px;
  377. -webkit-transition: all 0.3s linear;
  378. -moz-transition: all 0.3s linear;
  379. transition: all 0.3s linear;
  380. }
  381.  
  382. .entry:hover .perma2:hover{
  383. opacity: 1;
  384. -webkit-transition: all 0.5s linear;
  385. -moz-transition: all 0.5s linear;
  386. transition: all 0.5s linear;
  387. }
  388.  
  389. .clearfix {
  390. clear: both;
  391. }
  392.  
  393.  
  394. .b {display : block; font-size: 8px;text-align: left;line-height: 15px; text-indent : 0px; vertical-align : middle; padding : 2px;
  395. padding-bottom : 0px;}
  396.  
  397. </style>
  398. </head>
  399. <body>
  400.  
  401.  
  402. <div id="contain">
  403.  
  404.  
  405. <div id="sidebar">
  406.  
  407.  
  408.  
  409.  
  410.  
  411. {block:ifShowblogtitle}
  412. <div class="blogtitle">
  413. <a href="/"><span id="bubble">{title}<span></a>
  414. </div>{/block:IfShowblogtitle}
  415.  
  416. {block:ifShowbanner}
  417. <a href="/"><img src="{image:Banner}" width="250"/></a>
  418. {/block:ifShowbanner}
  419.  
  420. {block:ifShowsidebarphoto}
  421. <a href="/"><img src="{image:Sidebar photo}" width="250"/></a>
  422. {/block:ifShowsidebarphoto}
  423.  
  424. <div class="links">
  425. <a href="/">home</a>
  426. {block:AskEnabled}<a href="/ask">Ask</a>{/block:AskEnabled}
  427.  
  428. {block:SubmissionsEnabled}<a href="/submit">Submit</a>{/block:SubmissionsEnabled}
  429.  
  430. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  431.  
  432.  
  433. {block:ifLinkoneURL}<a href="{text:Link one URL}">{text:Link one title}</a>{/block:ifLinkoneURL}
  434.  
  435.  
  436. {block:ifLinktwoURL}<a href="{text:Link two URL}">{text:Link two title}</a>{/block:ifLinktwoURL}
  437.  
  438.  
  439. {block:ifLinkthreeURL}<a href="{text:Link three URL}">{text:Link three title}</a>{/block:ifLinkthreeURL}
  440.  
  441.  
  442. {block:ifLinkfourURL}<a href="{text:Link four URL}">{text:Link four title}</a>{/block:ifLinkfourURL}
  443.  
  444.  
  445. {block:ifLinkfiveURL}<a href="{text:Link five URL}">{text:Link five title}</a>{/block:ifLinkfiveURL}
  446.  
  447. <a href="http://pastebin.com/khGBtH7U" title="theme made avialable again by bencastiel">Theme</a>
  448. </div>
  449.  
  450. <p>{Description}</p>
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457. </div>
  458. <div id="content">
  459.  
  460. {block:Posts}
  461.  
  462. <div class="entry">
  463.  
  464.  
  465.  
  466. {block:Text}
  467. <div class="text">
  468. {block:Title}
  469. <div class="title"> <a href="{Permalink}">{Title}</a></div>
  470. {/block:Title}
  471. {Body}
  472. {block:IndexPage}
  473. <div class="perma2"><p><a href="{permalink}">{NoteCount}</a> · <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  474. {/block:IndexPage}
  475. </div>
  476. {/block:Text}
  477.  
  478.  
  479.  
  480. {block:Photo}
  481. {block:indexpage}
  482. <img src="{PhotoURL-HighRes}" width="100%"/>{caption}
  483. {/block:indexpage}
  484. {block:IndexPage}
  485. <div class="perma2"><p><a href="{permalink}">{NoteCount}</a> · <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  486. {/block:IndexPage}
  487. {block:permalinkpage}
  488. <a href="{PhotoURL-HighRes}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>
  489. {/block:permalinkpage}
  490. {/block:Photo}
  491.  
  492.  
  493.  
  494. {block:Photoset}
  495. {block:IndexPage}{Photoset-400}{caption}{/block:IndexPage}
  496.  
  497. {block:IndexPage}
  498. <div class="perma2"><p><a href="{permalink}">{NoteCount}</a> · <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  499. {/block:IndexPage}
  500. {block:permalinkpage}
  501. {Photoset-400}
  502. {/block:permalinkpage}
  503. {/block:Photoset}
  504.  
  505.  
  506.  
  507.  
  508. {block:Quote}
  509. <div class="text">
  510. <div class="title"> "{Quote}" </div>
  511. {block:Source}
  512. <div style="text-align:right">- {Source}</div>
  513. {/block:Source}
  514.  
  515. {block:IndexPage}
  516. <div class="perma2"><p><a href="{permalink}">{NoteCount}</a> · <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  517. {/block:IndexPage}
  518. </div>{/block:Quote}
  519.  
  520.  
  521.  
  522.  
  523. {block:Link}
  524. <div class="text">
  525. <div class="title"><a href="{URL}" class="link" {Target}>{Name}</a> </div>
  526. {block:Description}
  527. <div class="description">{Description}</div>
  528. {/block:Description}
  529. <p>
  530.  
  531. {block:IndexPage}
  532. <div class="perma2"><p><a href="{permalink}">{NoteCount}</a> · <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  533. {/block:IndexPage}
  534.  
  535. </div>{/block:Link}
  536.  
  537.  
  538.  
  539.  
  540. {block:Chat}
  541. <div class="text">
  542. {block:Title}
  543. <div class="title"> <a href="{Permalink}">{Title}</a></div>
  544. {/block:Title}
  545. <ul class="chat">
  546. {block:Lines}
  547. <li class="{Alt} user_{UserNumber}"> {block:Label}<span style="text-transform:uppercase"> <span class="label">{Label}</span></span> {/block:Label}
  548. {Line} </li>
  549. {/block:Lines}
  550. </ul>
  551.  
  552. {block:IndexPage}
  553. <div class="perma2"><p><a href="{permalink}">{NoteCount}</a> · <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  554. {/block:IndexPage}
  555. </div>{/block:Chat}
  556.  
  557.  
  558.  
  559.  
  560. {block:Video}
  561. {block:IndexPage}{Video-400}{/block:IndexPage}
  562.  
  563. {block:IndexPage}
  564. <div class="perma2"><p><a href="{permalink}">{NoteCount}</a> · <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  565. {/block:IndexPage}
  566. {block:permalinkpage}
  567. {Video-400}
  568. {/block:permalinkpage}
  569. {/block:Video}
  570.  
  571.  
  572.  
  573.  
  574. {block:Audio}
  575. <div class="text">
  576. {AudioPlayerGrey}
  577. {block:Caption}
  578. {Caption}
  579. {/block:Caption}
  580.  
  581. {block:IndexPage}
  582. <div class="perma2"><p><a href="{permalink}">{NoteCount}</a> · <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  583. {/block:IndexPage}
  584. </div>{/block:Audio}
  585.  
  586.  
  587.  
  588.  
  589.  
  590. {block:Answer}<div class="text"><img src="{AskerPortraitURL-48}" align="left" class="asssborder"><div class="asss"><span></span>{Asker}: {Question}&nbsp;</div>{Answer}
  591. {block:IndexPage}
  592. <div class="perma2"><p><a href="{permalink}">{NoteCount}</a> · <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  593. {/block:IndexPage}</div>{/block:Answer}
  594.  
  595.  
  596.  
  597.  
  598.  
  599. {block:PermalinkPage}
  600. {block:Date} {block:Caption}
  601. {Caption}
  602. {/block:Caption}<br><br>
  603. <center>
  604. {TimeAgo} at {12HourWithZero}:{Minutes}{AmPm}
  605. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} | {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  606. {/block:Date}</div>
  607. {/block:PermalinkPage}
  608.  
  609.  
  610.  
  611. </div>
  612.  
  613. {/block:Posts}
  614.  
  615. </div>
  616.  
  617. <div class="clear"></div>
  618. </div>
  619.  
  620. {block:Pagination}
  621. <ul id="pagination">
  622. {block:PreviousPage}
  623. <li><a href="{PreviousPage}"></a></li>
  624. {/block:PreviousPage}
  625. {block:JumpPagination length="5"}
  626. {block:CurrentPage}
  627. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  628. {/block:CurrentPage}
  629. {block:JumpPage}
  630. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  631. {/block:JumpPage}
  632. {/block:JumpPagination}
  633. {block:NextPage}
  634. <li><a id="nextPage" href="{NextPage}"></a></li>
  635. {/block:NextPage}
  636. </ul>
  637. {/block:Pagination}
  638. <script type="text/javascript" src="http://static.tumblr.com/fuu6t9w/aR3mjseh6/themefiles.js"></script>
  639.  
  640.  
  641.  
  642. </body>
  643.  
  644. </div>
  645. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement