Advertisement
syncode

Overdosage

Aug 7th, 2014
1,099
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.13 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. <!--
  4.  
  5. ╔═╗╦ ╦╔╗╔╔═╗╔═╗╔╦╗╔═╗
  6. ╚═╗╚╦╝║║║║ ║ ║ ║║║╣
  7. ╚═╝ ╩ ╝╚╝╚═╝╚═╝═╩╝╚═╝
  8.  
  9. Overdosage by Syncode.
  10.  
  11. By using this theme, you agree to the terms of use. (This includes no redistributing, removing credit, or claiming this code as your own. If you violate any of the terms, you will be pushed and strongly disliked throughout many parallel universes. Plus that's just plain disrespectful)
  12. -->
  13. <head>
  14. <meta name="color:Background" content="#fff" />
  15. <meta name="color:PostBackground" content="#fff" />
  16. <meta name="color:Text" content="#424242" />
  17. <meta name="color:Accent" content="#59b0b7" />
  18. <meta name="color:Border" content="#ecebeb" />
  19. <meta name="color:Title" content="#96a3bd" />
  20. <meta name="color:TitleHover" content="#96a3bd" />
  21. <meta name="color:TextPermalink" content="#868585" />
  22. <meta name="color:Nav" content="#424242" />
  23. <meta name="color:NavBG" content="#fff" />
  24. <meta name="color:Link" content="#b7c4dd" />
  25. <meta name="color:Hover" content="#b1ebe9" />
  26. <meta name="color:bold" content="#7c6d83" />
  27. <meta name="color:italic" content="#788591" />
  28.  
  29. <meta name="font:body" content="baskerville" />
  30.  
  31. <meta name="text:update" content="put your updates here" />
  32. <meta name="text:fontsize" content="9px" />
  33. <meta name="text:navfontsize" content="9px" />
  34. <meta name="text:titlefontsize" content="30px" />
  35. <meta name="text:Link One Title" content="" />
  36. <meta name="text:Link One" content="/" />
  37. <meta name="text:Link Two Title" content="" />
  38. <meta name="text:Link Two" content="/" />
  39. <meta name="text:Link Three Title" content="" />
  40. <meta name="text:Link Three" content="" />
  41.  
  42. <meta name="if:romannumerals" content="0" />
  43. <meta name="if:border" content="0" />
  44. <meta name="if:one column" content="1" />
  45. <meta name="if:two column" content="0" />
  46. <meta name="if:whitetumblrcontrols" content="1" />
  47. <meta name="if:handwritingtitle" content="1" />
  48. <meta name="if:cursivetitle" content="0" />
  49. <meta name="if:defaultfont" content="0" />
  50. <meta name="if:consolasfont" content="0" />
  51. <meta name="if:round" content="0" />
  52. <meta name="if:faded images" content="0" />
  53. <meta name="if:bottom left" content="1"/>
  54. <meta name="if:bottom right" content="0" />
  55. <meta name="if:top left" content="0" />
  56. <meta name="if:top right" content="0" />
  57. <meta name="if:repeat" content="0" />
  58. <meta name="image:background" content=""/>
  59. <meta name="image:icon" content="http://media.tumblr.com/tumblr_lkl66suxWH1qfamg6.gif"/>
  60. <title>{Title}</title>
  61. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  62. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  63. <link rel="shortcut icon" href="{Favicon}" />
  64. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  65. <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
  66.  
  67.  
  68. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  69. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  70. <script>(function($){$(document).ready(function(){$("a[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:20,tip_fade_speed:400,attribute:"title"});});})(jQuery);</script>
  71.  
  72. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  73. <script>
  74. $(document).ready(function(){
  75. $("a#description").click(function () {
  76. $("p#description").slideToggle("1000");
  77. });
  78. });
  79. </script>
  80.  
  81. <style type="text/css">
  82. #s-m-t-tooltip {
  83. display: block;
  84. max-width: 100px;
  85. margin: 15px;
  86. word-wrap: break-word;
  87. padding:2px 5px 2px 5px;
  88. z-index: 9999;
  89. background: {color:accent};
  90. font-family:Helvetica;
  91. font-style:italic;
  92. font-size: 9px;
  93. color: {color:postbackground};
  94. border:3px double {color:postbackground};
  95. text-align: center;
  96. letter-spacing:1px;
  97. }
  98.  
  99. @font-face {
  100. font-family:titulo;
  101. src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');}
  102. @font-face {font-family:theonlyexception;
  103. src: url(http://static.tumblr.com/8xsfla2/ph1mnxuno/theonlyexception.ttf);
  104. format(“truetype”);}
  105.  
  106. {block:ifwhitetumblrcontrols}#tumblr_controls {-webkit-filter: invert(100%); position: fixed !important;}{/block:ifwhitetumblrcontrols}
  107.  
  108. body, a, a:hover {
  109. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur),
  110. progress;}
  111.  
  112. body {
  113. background-color:{color:background};
  114. color:{color:text};
  115. {block:ifnotdefaultfont}font-family: {font:body};
  116. {/block:ifnotdefaultfont} {block:ifdefaultfont}font-family: 'Open Sans', sans-serif;{/block:ifdefaultfont}
  117. {block:ifconsolasfont}font-family:consolas;{/block:ifconsolasfont}
  118. font-size:{text:fontsize};
  119. text-align:left;
  120. background-image: url({image:background});
  121. background-position: {block:ifbottomleft}bottom left{/block:ifbottomleft}{block:ifbottomright}bottom right{/block:ifbottomright}{/block:ifbottomright}{block:iftopright}top right{/block:iftopright} {block:iftopleft}top left{/block:iftopleft} ;
  122. background-attachment: fixed;
  123. {block:ifnotrepeat}background-repeat: no-repeat;{/block:ifnotrepeat}
  124. {block:ifrepeat}background-repeat:repeat;{/block:ifrepeat}
  125. padding: 0px;}
  126.  
  127.  
  128. ::selection {
  129. background:{color:accent};
  130. color:{color:background};}
  131.  
  132. ::-webkit-scrollbar {
  133. width:3px;
  134. height:7px;
  135. }
  136. ::-webkit-scrollbar-track-piece {
  137. background-color:{color:border};
  138. }
  139. ::-webkit-scrollbar-thumb {
  140. background-color:{color:accent};
  141. }
  142.  
  143. a{
  144. text-decoration:none;
  145. color:{color:link};
  146. -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
  147.  
  148. a:hover {
  149. color:{color:hover} ; }
  150.  
  151.  
  152. #left{
  153. width:120px;
  154. height:100px;
  155. {block:permalinkpage}margin-left:-100px;{/block:permalinkpage}
  156. background:{color:postbackground};
  157. font-size:{text:fontsize};
  158. {block:ifnotdefaultfont}font-family: {font:body};{/block:ifnotdefaultfont}
  159. {block:ifdefaultfont}font-family: 'Open Sans', sans-serif;{/block:ifdefaultfont}
  160. z-index:9999;
  161. -webkit-transition: 0.6s ease-in;
  162. position:fixed;
  163. padding:20px;
  164. {block:ifconsolasfont}font-family:consolas;{/block:ifconsolasfont};
  165. opacity:.8;
  166. -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease- out; transition: all 0.4s ease-out;
  167. {block:ifround}border-radius:5px;{/block:ifround}
  168. {block:indexpage}margin-left:-180px;{/block:indexpage}
  169. {block:permalinkpage}margin-left:-20px;{/block:permalinkpage}
  170. margin-top:400px;
  171. text-align:center;
  172. }
  173.  
  174.  
  175. @font-face{font-family:Jenna Sue;src:url(http://static.tumblr.com/9wzbixa/nq2mj2mox/jennasue.ttf);}
  176.  
  177. @font-face{font-family:Gruenewald; src: url(http://static.tumblr.com/9wzbixa/Wsomj2iuz/gruenewald_va_normal.ttf);}
  178. .title a{
  179. color:{color:title};
  180. font-size:{text:titlefontsize};
  181. display:relative;
  182. text-align:center;
  183. {block:ifhandwritingtitle}font-family:Jenna Sue;{/block:ifhandwritingtitle}
  184. {block:ifcursivetitle}font-family:Gruenewald;{/block:ifcursivetitle}
  185. }
  186.  
  187. .title a:hover {
  188. color:{color:title};
  189. background:{color:titlebackground};
  190. }
  191.  
  192. .ptitle {
  193. font-size:15px;
  194. }
  195.  
  196. #navigation {
  197. {block:ifborder}border:1px solid {color:border};{/block:ifborder}
  198. {block:indexpage}{block:ifonecolumn}width:230px;{/block:ifonecolumn}
  199. {block:iftwocolumn}width:510px;{/block:iftwocolumn}{/block:indexpage}
  200. {block:permalinkpage}margin-left:200px;width:500px;{/block:permalinkpage}
  201. letter-spacing:1px;
  202. font-size:{text:navfontsize};
  203. position:fixed;
  204. padding:20px;
  205. background:{color:postbackground};
  206. opacity:.8;
  207. z-index:999;
  208. margin-top:-50px;
  209. }
  210.  
  211. #navigation a {
  212. padding:3px;
  213. color:{color:nav};
  214. background:{color:navbg};
  215. }
  216.  
  217. #navigation img {
  218. position:relative;
  219. float:left;
  220. height:15px;
  221. width:15px;
  222. }
  223. .des {
  224. z-index:999999;
  225. padding:5px;
  226. text-align:center;
  227. margin-bottom:4px;
  228. margin-top:-45px; -moz-transition: all .7s ease-out; -o-transition: all .7s ease-out; -webkit-transition: all .7s ease-out; transition: all .7s ease-out;}
  229.  
  230. #content {
  231. margin:auto;
  232. float:center;
  233. {block:ifonecolumn}width:250px;{/block:ifonecolumn}
  234. {block:iftwocolumn}width:600px;{/block:iftwocolumn}
  235. margin-top:50px;
  236. }
  237.  
  238. #entry img {
  239. {block:Indexpage}width:100%;
  240. z-index:-9999;
  241. -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out;
  242. {block:ifround}border-radius:5px;{/block:ifround} {/block:Indexpage}
  243. {block:permalinkpage}width:400px;
  244. background:{color:postbackground};
  245. margin-top:10px;{/block:permalinkpage} }
  246.  
  247. #entry:hover{
  248. opacity:.9;
  249. }
  250.  
  251. #entry {
  252. {block:ifborder}border:1px solid {color:border};{/block:ifborder}
  253. padding:2px;
  254. {block:iffadedimages}opacity:.8;{/block:iffadedimages}
  255. float:right;
  256. margin:10px;
  257. {block:Indexpage} background:{color:postbackground};
  258. width:250px;{/block:Indexpage} {block:permalinkpage}width:400px;
  259. margin-left:100px;
  260. margin-top:100px;
  261. background: {color:postbackground};{/block:permalinkpage};
  262. {block:ifround}border-radius:5px;{/block:ifround}
  263. -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease- out; transition: all 0.3s ease-out;}
  264.  
  265.  
  266. .pagination {display: none;}
  267.  
  268. .mark {
  269. font: bold 60px georgia;
  270. line-height: 50px;
  271. position: absolute;
  272. color:{color:link};
  273. opacity:.3;}
  274. .quote {text-indent: 35px;
  275. text-align: justify;
  276. padding:6px;
  277. border-bottom:1px solid {color:border};
  278. line-height:15px;}
  279.  
  280. i, em {
  281. font-style:italic;
  282. color:{color:italic};}
  283. b, strong {font-weight:bold; text-transform:uppercase; font-family:consolas;
  284. color:{color:bold};}
  285.  
  286. li{
  287. list-style-image:
  288. url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAI0lEQVQIW2PcunXrf29vb0YGKADxwRyYBIxGUQHTgV0lNjMB+9YiQstW0P0AAAAASUVORK5CYII=')}
  289.  
  290.  
  291. blockquote {
  292. margin-top:7px;
  293. border-radius:5px;
  294. margin-left:20px;
  295. padding-left:10px;
  296. padding-right:10px;
  297. padding-top:2px;
  298. padding-bottom:2px;
  299. background:{color:border};}
  300.  
  301. #ask img {
  302. height:40px;
  303. width:40px;
  304. border-right:1px solid {color:border};
  305. padding:10px;
  306. }
  307.  
  308. .permapage {
  309. margin-top:10px;
  310. max-height:300px;
  311. overflow:auto;
  312. width:400px;
  313. margin-left:200px;
  314. }
  315. #audio { width:100%; }
  316.  
  317. .textperma {
  318. width:100%;
  319. text-align:center;
  320. opacity:0;
  321. -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease- out; transition: all 0.3s ease-out;
  322. }
  323.  
  324. .textperma a {
  325. display:inline-block;
  326. padding:3px;
  327. color:{color:textpermalink};
  328. }
  329.  
  330. #entry:hover .textperma {
  331. opacity:1;
  332. }
  333.  
  334. .photoperms {
  335. background:{color:accent};
  336. padding:10px;
  337. border: 3px double {color:postbackground};
  338. margin-top:15px;
  339. margin-left:15px;
  340. position:absolute;
  341. overflow:hidden;
  342. width:10px;
  343. font-family:helvetica;
  344. font-size:9px;
  345. height:10px;
  346. opacity:0;
  347. -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease- out; transition: all 0.3s ease-out;
  348. }
  349.  
  350. #entry:hover .photoperms {
  351. opacity:.7;
  352. }
  353.  
  354. .photoperms:hover {
  355. width:30px;
  356. }
  357.  
  358. .photoperms:hover a {
  359. color:{color:postbackground};
  360. }
  361. .photoperms a{
  362. color:{color:accent};
  363. }
  364. .tumblr_audio_player {height: 40px; width: 40px; border:none; position:absolute; margin-top:30px; margin-left:30px; z-index:999999; opacity:.3; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
  365. #playpic img {width:100px; height:100px; overflow:hidden; float:left; opacity:.8; }
  366. #entry:hover .tumblr_audio_player {opacity:.8}
  367. #captio { overflow:auto; margin-left: 130px; height:100px;}
  368. q { font-family:consolas; color:{color:link};}
  369.  
  370. #syncode a{
  371. position:fixed;
  372. right:5px;
  373. bottom:5px;
  374. border-radius:30px;
  375. border:1px solid #ddd;
  376. padding:5px 10px 4px 10px;
  377. width:5px;
  378. overflow:hidden;
  379. font-size:12px;
  380. letter-spacing:10px;
  381. font-family:calibri;
  382. color:{color:text};
  383. -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out;
  384. }
  385.  
  386. #syncode a:hover {
  387. width:50px;
  388. letter-spacing:1px;
  389. }
  390.  
  391. {CustomCSS}</style>
  392. {block:IndexPage}
  393. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  394. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  395.  
  396. <script type="text/javascript">
  397. $(window).load(function(){
  398. var $wall = $('#content');
  399. $wall.imagesLoaded(function(){
  400. $wall.masonry({
  401. itemSelector: '#entry',
  402. isAnimated : false
  403. });
  404. });
  405.  
  406. $wall.infinitescroll({
  407. navSelector : 'div.pagination',
  408. nextSelector : '.pagination a#next',
  409. itemSelector : '#entry',
  410. bufferPx : 2000,
  411. debug : false,
  412. errorCallback: function() {
  413. $('#scroll').fadeOut('normal');
  414. }},
  415. function( newElements ) {
  416. var $newElems = $( newElements );
  417. $newElems.hide();
  418. $newElems.imagesLoaded(function(){
  419. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  420. });
  421. }); $('#content').show(500);
  422. });
  423. </script>
  424.  
  425. {/block:IndexPage}
  426.  
  427.  
  428. </head>
  429. <body>
  430.  
  431. <div id="syncode"><a href="http://airudite.tumblr.com">SYNCODE</a></div>
  432.  
  433.  
  434. <div id="content">
  435.  
  436. <div id="navigation">
  437.  
  438. <a href="/#" title="{text:update}"><img src="{image:icon}"></a>
  439.  
  440.  
  441. {block:ifnotromannumerals}
  442. <a href="/" title="index">index</a>
  443. <a href="/ask" title="msg">contact</a>
  444.  
  445. {block:IfLinkOneTitle}<a href="{text:Link One}" title="{text:Link One Title}">{text:Link One Title}</a>{/block:ifLinkOneTitle}
  446.  
  447. {block:ifLinkTwoTitle}<a href="{text:Link Two}" title="{text:Link Two Title}">{text:Link Two Title}</a>{/block:ifLinkTwoTitle}
  448.  
  449. {block:ifLinkThreeTitle}<a href="{text:Link Three}" title="{text:Link Three Title}">{text:Link Three Title}</a>{/block:ifLinkThreeTitle}
  450.  
  451. <a href="http://airudite.tumblr.com" title="theme">theme</a>
  452.  
  453. {/block:ifnotromannumerals}
  454.  
  455. {block:ifromannumerals}
  456. <a href="/" title="index">I</a>
  457. <a href="/ask" title="msg">II</a>
  458.  
  459. {block:IfLinkOneTitle}<a href="{text:Link One}" title="{text:Link One Title}">III</a>{/block:ifLinkOneTitle}
  460.  
  461. {block:ifLinkTwoTitle}<a href="{text:Link Two}" title="{text:Link Two Title}">IV</a>{/block:ifLinkTwoTitle}
  462.  
  463. {block:ifLinkThreeTitle}<a href="{text:Link Three}" title="{text:Link Three Title}">V</a>{/block:ifLinkThreeTitle}
  464.  
  465. <a href="http://airudite.tumblr.com" title="theme">♡</a>
  466. {/block:ifromannumerals}
  467.  
  468.  
  469. </div>
  470. <div id="left">
  471. <div class="title"><a href="/">{Title}</a></div>
  472.  
  473. {description}
  474. </div>
  475.  
  476.  
  477. <div id="up">
  478. {block:Posts}
  479.  
  480. {block:Text}
  481. <div id="entry">
  482. <div class="ptitle">
  483. <a href="{Permalink}">{block:Title}{Title}{/block:Title}</a> </div>
  484. {Body}
  485. {block:indexpage}<div class="textperma">
  486. <a href="{Permalink}">{NoteCount}</a> ; <a href="{ReblogUrl}">Reblog </a> </div>{/block:indexpage}
  487. </div>
  488. {/block:Text}
  489.  
  490. {block:Photo}<div id="entry">
  491.  
  492. {block:IndexPage}
  493. <div class="photoperms"> <a href="{reblogurl}">reblog</a></div><a href="{Permalink}"></a>
  494. <a href="{Permalink}" title="{notecountwithlabel}">{/block:IndexPage}
  495. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}<img src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}"/>{block:IndexPage}</a>{/block:IndexPage}
  496. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  497. {block:PermalinkPage}<BR>{block:caption}{caption}{/block:caption}{/block:PermalinkPage}
  498.  
  499. </div>
  500. {/block:Photo}
  501.  
  502. {block:Photoset} <div id="entry">
  503. {block:Photos}<a href="{permalink}"><img src="{PhotoURL-500}" width="250" style="padding-bottom:5px;"/></a>
  504. {/block:Photos}
  505.  
  506. </div>
  507. {/block:Photoset}
  508.  
  509. {block:Quote}
  510. <div id="entry">
  511.  
  512. <div class="mark">“</div>
  513. <div class="quote">
  514. {Quote} </div> <BR>
  515. {block:Source} <a href="{Permalink}">{Source}</a>{/block:Source}
  516.  
  517. {block:indexpage}<div class="textperma"><a href="{Permalink}">{NoteCount}</a> ; <a href="{ReblogUrl}">Reblog </a> </div>{/block:indexpage}
  518. </div>
  519. {/block:Quote}
  520.  
  521. {block:Link}
  522. <div id="entry">
  523. <div class="ptitle"> <a href="{URL}" {Target}>{Name}</a></div>
  524. {block:Description}{Description}{/block:Description} {block:indexpage}<div class="textperma"><a href="{Permalink}">{NoteCount}</a> ; <a href="{ReblogUrl}">Reblog </a> </div>{/block:indexpage} </div>
  525. {/block:Link}
  526.  
  527. {block:Chat} <div id="entry">
  528. {block:Title}<t>{Title}</t>{/block:Title}
  529. {block:Lines}
  530. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  531. {/block:Lines}
  532. {block:indexpage}<div class="textperma"><a href="{Permalink}">{NoteCount}</a> ; <a href="{ReblogUrl}">Reblog </a> </div>{/block:indexpage}
  533. </div>
  534. {/block:Chat}
  535.  
  536. {block:Audio} <div id="entry">
  537. <div id="audio">
  538. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  539. <div id="playpic">{block:AlbumArt} <img src="{AlbumArtURL}">
  540. {/block:AlbumArt}
  541. <div id="captio">
  542. {block:TrackName} <br><b>Title:</b> "{TrackName}"
  543. {/block:TrackName}
  544. {block:Artist} <br> <b>Artist:</b> {Artist}{/block:Artist}
  545. {block:Album} <br> <b>Album:</b>{Album}{/block:Album}</div>
  546. </div> {block:indexpage}<div class="textperma"><a href="{Permalink}">{NoteCount}</a> ; <a href="{ReblogUrl}">Reblog </a> </div>{/block:indexpage} </div>
  547. {/block:Audio}
  548.  
  549. {block:Video} <div id="entry">
  550. <div style="width:200px; overflow:Auto;">{Video-250}</div>{/block:indexpage} {block:permalinkpage} {Video-500}{/block:permalinkpage}
  551. {block:Caption}{Caption}{/block:Caption} {block:indexpage}<div class="textperma"><a href="{Permalink}">{NoteCount}</a> ; <a href="{ReblogUrl}">Reblog </a> </div>{/block:indexpage}</div>
  552. {/block:Video}
  553.  
  554. {block:Answer} <div id="entry">
  555. <div id="ask"><div style="float:left; padding:10px"><img src="{AskerPortraitURL-48}"></div>
  556. </Br><br>
  557. <b>{Asker}</b> inquires: {Question} </div>
  558. {Answer}
  559. {block:indexpage}<div class="textperma"><a href="{Permalink}">{NoteCount}</a> ; <a href="{ReblogUrl}">Reblog </a> </div>{/block:indexpage}
  560. </div>
  561. {/block:Answer}
  562.  
  563.  
  564. {block:permalinkpage}
  565. <div class="permapage">
  566.  
  567. {block:Date}Posted {TimeAgo},{/block:Date} {block:NoteCount} acquiring {NoteCountwithLabel} {/block:NoteCount}
  568. {block:HasTags} and filed under: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:NoteCount}
  569. <BR>{block:PostNotes}{PostNotes}{/block:PostNotes} </div>
  570.  
  571. {/block:permalinkpage}
  572. {/block:Posts}
  573.  
  574. <div class="pagination">
  575. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  576. </div></div>{/block:Posts}</div></div></div> </div>
  577. </div> </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement