Advertisement
reminiscencee

reset

May 23rd, 2015
1,850
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.35 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.  
  5. <!-----------
  6. don't touch credit
  7.  
  8.  
  9.  
  10. /フフ         ム`ヽ
  11. / ノ)   ∧∧     ) ヽ
  12. / |  (´・ω・`)ノ⌒(ゝ._,ノ
  13. / ノ⌒7⌒ヽーく  \ /
  14. 丶_ ノ 。   ノ、  。|/
  15.    `ヽ `ー-‘_人`ーノ
  16.     丶  ̄ _人’彡ノ
  17.    /`ヽ _/ 十∨
  18.  
  19. theme by reminiscencee.tumblr.com
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27. thank you for using!
  28.  
  29.  
  30. ------------>
  31. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  32. <link href='http://fonts.googleapis.com/css?family=Quicksand' rel='stylesheet' type='text/css'><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  33. <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  34. <link href='http://fonts.googleapis.com/css?family=Karla' rel='stylesheet' type='text/css'><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  35.  
  36. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" /><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
  37.  
  38. <title>{Title}</title>
  39. <link rel="shortcut icon" href="{Favicon}">
  40. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  41. {block:Description}
  42. <meta name="description" content="{MetaDescription}" />
  43. {/block:Description}
  44.  
  45. <meta name="color:scrollbar" content="#fbfaf4">
  46. <meta name="color:scrollbar bg" content="white">
  47. <meta name="color:bg" content="white">
  48. <meta name="color:body" content="black">
  49. <meta name="color:links" content="gray">
  50. <meta name="color:links hover" content="#f4f2fb">
  51. <meta name="color:blockquote bg" content="#f4f2fb">
  52. <meta name="color:caption bg" content="#f4f2fb">
  53. <meta name="color:caption" content="black">
  54. <meta name="color:cap blockquote" content="white">
  55. <meta name="color:description" content="black">
  56. <meta name="color:navi" content="black">
  57. <meta name="color:side gradient" content="#fbe6e2">
  58.  
  59. <meta name="if:200px" content="0">
  60. <meta name="if:250px" content="0">
  61. <meta name="if:300px" content="1">
  62. <meta name="if:400px" content="0">
  63. <meta name="if:caption" content="1">
  64. <meta name="if:sidebar effect" content="1">
  65.  
  66. <meta name="image:bg image" content="" />
  67. <meta name="image:side image" content="http://40.media.tumblr.com/d803e2c870129af1f9fe29aa4069a3f8/tumblr_nmek9g8EI71qhavevo1_400.jpg" />
  68.  
  69. <meta name="text:link one" content="archive">
  70. <meta name="text:link one url" content="/archive">
  71. <meta name="text:link two">
  72. <meta name="text:link two url">
  73. <meta name="text:link three">
  74. <meta name="text:link three url">
  75.  
  76. <style type="text/css">
  77. /*important stuff*/
  78. #s-m-t-tooltip{
  79. max-width:200px;
  80. margin-top:10px;
  81. margin-left:20px;
  82. padding: 2px;
  83. z-index:9999999999;
  84. background-color:white;
  85. border: 1px solid white;
  86. color:black;
  87. font-family:calibri;
  88. text-transform:uppercase;
  89. font-size:9px;
  90. box-shadow:2px 2px 5px #e8e8e8;
  91. -moz-box-shadow:2px 2px 5px #e8e8e8;
  92. -webkit-box-shadow:2px 2px 5px #e8e8e8;
  93.  
  94. }
  95.  
  96. iframe#tumblr_controls {
  97. top:0%!important;
  98. right:0%!important;
  99. position:fixed!important;
  100. z-index:9999999999!important;
  101. opacity:1;
  102. -webkit-filter:invert(100%);
  103. -moz-filter:invert(100%);
  104. -o-filter:invert(100%);
  105. -ms-filter:invert(100%);
  106. filter:invert(100%);
  107. }
  108.  
  109.  
  110. /*scrollll*/
  111. ::-webkit-scrollbar-thumb:vertical {
  112. background-color:{color:scrollbar};
  113. height:40px;
  114. z-index:9999;
  115. }
  116.  
  117. ::-webkit-scrollbar {
  118. background-color:{color:scrollbar bg};
  119. height:5px;
  120. width:5px;
  121. z-index:9999;
  122. }
  123. /*posts*/
  124. #content{
  125. width:300px;
  126. padding:30px;
  127. margin-left:15%;
  128. {block:permalinkpage}width:450px;
  129. {/block:permalinkpage}
  130. }
  131.  
  132. .pic{
  133. margin:20px;
  134. float:left;
  135. padding:20px;
  136.  
  137. {block:indexpage}
  138. {block:if300px} width:300px;{/block:if300px}
  139. {block:if200px}width:200px;{/block:if200px}
  140. {block:if250px} width:250px;{/block:if250px}
  141. {block:if400px}width:400px;{/block:if400px}
  142. margin-top:50px;
  143. {/block:indexpage}
  144. {block:permalinkpage}
  145. width:400px;
  146. {/block:permalinkpage}
  147. -webkit-transition: all 0.3s ease;
  148. -moz-transition: all 0.3s ease;
  149. -o-transition: all 0.3s ease;
  150. -ms-transition: all 0.3s ease;
  151. transition: all 0.3s ease;
  152. }
  153.  
  154. .pic img:hover{background-color:none;cursor:help;}
  155. blockquote {
  156. width:95%;
  157. margin-left:5px;
  158. padding-left:5px;
  159. padding-top:1px;
  160. padding-bottom:1px;
  161. background-color:{color:blockquote bg};
  162. }
  163.  
  164. a{color:{color:links}; text-decoration:none;
  165.  
  166. }
  167. a:hover {background-color:{color:links hover};color:white !important;
  168.  
  169. }
  170. ul, ol{}
  171. ul.chat {
  172. margin: 0 0 0 0;
  173. padding: 0 0 0 0;}
  174.  
  175. .chat li {
  176. list-style-type: none;
  177. padding: 2px;}
  178. .chat{ padding:15px;}
  179. .quote { font-size: 14px; letter-spacing: 0px; font-family:roboto;font-style:none;}
  180. #not ol li {
  181. list-style-type:none;
  182. }
  183. #not{height:100px;
  184. width:450px;
  185. overflow:auto;}
  186.  
  187. #ans img{ {block:if300px} max-width:290px;{/block:if300px}
  188. {block:if200px}max-width:190px;{/block:if200px}
  189. {block:if250px} max-width:240px;{/block:if250px}
  190. {block:if400px}max-width:290px;{/block:if400px}
  191. overflow:hidden;}
  192. #ans {word-wrap:break-word;}
  193.  
  194. i, em{font-weight: light;}
  195. b, strong{font-weight:bold;}
  196. *, body {cursor:default;}
  197. a, a:hover {cursor:help;}
  198. h3{ font-weight:normal;
  199. text-align:center;}
  200. #text img{
  201. {block:indexpage} {block:if300px} max-width:290px;{/block:if300px}
  202. {block:if200px}max-width:190px;{/block:if200px}
  203. {block:if250px} max-width:240px;{/block:if250px}
  204. {block:if400px}max-width:290px;{/block:if400px}{/block:indexpage}
  205. {block:permalinkpage}max-width:390px;{/block:permalinkpage}
  206. overflow:hidden;
  207. }
  208. #text{word-wrap:break-word;
  209. }
  210. #perma{width:450px;
  211. text-align:center;
  212. }
  213.  
  214. /*stuff*/
  215. body {font-size: 11px;
  216. font-family:karla;
  217. color:{color:body};
  218. word-wrap:break-word;
  219. background-color:{color:bg};
  220. background-image:url('{image:bg image}');
  221. background-size:100% 100%;
  222. background-attachment:fixed;
  223.  
  224. }
  225. #ques{border-bottom:#E5E4E2 1px dotted;background-color:white;padding-bottom:5px;}
  226. #ques a{color:{color:body}; text-decoration:underline; font-style:italic;}
  227.  
  228. .pagination{display:none;
  229. font-size:20px;
  230. text-align:Center;
  231. position:fixed;
  232. left:100px;
  233. font-family:inconsolata;
  234. color:black;
  235. -webkit-transition: all 0.5s ease;
  236. -moz-transition: all 0.5s ease;
  237. -o-transition: all 0.5s ease;
  238. -ms-transition: all 0.5s ease;
  239. transition: all 0.5s ease;
  240. }
  241. .pagination a{color:black;
  242. text-decoration:none;
  243. -webkit-transition: all 0.5s ease;
  244. -moz-transition: all 0.5s ease;
  245. -o-transition: all 0.5s ease;
  246. -ms-transition: all 0.5s ease;
  247. transition: all 0.5s ease;
  248. }
  249. .pagination a:hover{text-decoration:none;}
  250.  
  251. .ps {
  252. overflow:hidden;
  253. }
  254. .video{overflow:hidden;}
  255. {block:indexpage}.video iframe{
  256. max-width:100%;
  257. {block:if300px} max-height:300px;{/block:if300px}
  258. {block:if200px}max-height:200px;{/block:if200px}
  259. {block:if250px} max-height:250px;{/block:if250px}
  260. {block:if400px}max-height:400px;{/block:if400px}
  261. }{/block:indexpage}
  262. #audio *{
  263. height:60px;
  264. width:60px;
  265. padding-left:2.5px;
  266. margin-top:-41px;
  267. opacity:0.7;
  268. -webkit-transition: all 0.5s ease;
  269. -moz-transition: all 0.5s ease;
  270. -o-transition: all 0.5s ease;
  271. -ms-transition: all 0.5s ease;
  272. transition: all 0.5s ease;
  273. }
  274. #audio:hover *{opacity:0.8;-webkit-transition: all 0.5s ease;
  275. -moz-transition: all 0.5s ease;
  276. -o-transition: all 0.5s ease;
  277. -ms-transition: all 0.5s ease;
  278. transition: all 0.5s ease;}
  279. #audioinfo{padding-left:80px;
  280. margin-top:-90px;
  281. }
  282.  
  283.  
  284.  
  285. @font-face
  286. {
  287. font-family: violation;
  288. src: url(http://static.tumblr.com/pplizzy/X3Xn5du14/violatio.ttf);
  289.  
  290. }
  291.  
  292.  
  293. #cap{background-color:{color:caption bg};
  294. padding:2px;
  295. padding-left:5px;
  296. margin-top:3px;
  297. font-size:10px;
  298. text-align:left;
  299. color:{color:caption};
  300. {block:ifnotcaption}display:none;{/block:ifnotcaption}
  301. }
  302. #cap a{color:black;}
  303. #cap blockquote{background-color:{color:cap blockquote}; width:93%;}
  304. #cap img{{block:if300px} max-width:250px;{/block:if300px}
  305. {block:if200px}max-width:150px;{/block:if200px}
  306. {block:if250px} max-width:200px;{/block:if250px}
  307. {block:if400px}max-width:350px;{/block:if400px} overflow:hidden;}
  308. .side{position:fixed;
  309. {block:indexpage}{block:if300px}right:35%;{/block:if300px}
  310. {block:if200px}right:40%;{/block:if200px}
  311. {block:if250px}right:37%;{/block:if250px}
  312. {block:if400px}right:30%;{/block:if400px}{/block:indexpage}
  313. {block:permalinkpage}right:30%;{/block:permalinkpage}
  314. top:30% !important;
  315. }
  316. #sung{{block:ifsidebareffect}border-radius:100%;{/block:ifsidebareffect}
  317. {block:ifnotsidebareffect}border-radius:5%;{/block:ifnotsidebareffect}
  318. width:100px;
  319. height:100px;
  320. background-position:center;
  321. background-size:cover;
  322. background-color:white;
  323. background-image:url('{image:side image}');
  324. -webkit-transition: all 0.3s ease;
  325. -moz-transition: all 0.3s ease;
  326. -o-transition: all 0.3s ease;
  327. -ms-transition: all 0.3s ease;
  328. transition: all 0.3s ease;
  329. }
  330. #sung:hover{cursor:help;}
  331. .kyung{width:100px;
  332. font-family:karla;font-size:10px;
  333. padding-top:10px;
  334. {block:ifsidebareffect}display:none;{/block:ifsidebareffect}
  335. }
  336. #des{text-align:center; color:{color:description};}
  337. .kyung a{color:{color:navi};font-family:karla; font-size:11px;
  338. }
  339. #a,#a2,#a3{margin-top:5px;
  340. padding-left:5px;
  341. }
  342. #a4{padding-top:5px;line-height:15px;padding-left:23px;display:none;}
  343. #grad{position:fixed;
  344. left:0%;
  345. top:0%;
  346. margin-top:-5px;
  347. margin-left:-5px;
  348. width:150px;
  349. height:110%;
  350. background: -webkit-linear-gradient(bottom,white,{color:side gradient});
  351. background: -o-linear-gradient(top,white,{color:side gradient});
  352. background: -moz-linear-gradient(top,white,{color:side gradient});
  353. background: linear-gradient(to top,white,{color:side gradient});
  354.  
  355. }
  356. .wh a{font-size:10px;}
  357. .wh{text-align:right;
  358. margin-top:3px;
  359. }
  360.  
  361. </style>
  362. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  363. {block:IndexPage}<script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  364. <script>
  365. $(document).ready(function(){
  366. var $container = $('#content');
  367. $container.infinitescroll({
  368. itemSelector: '.pic',
  369. navSelector: '.pagination',
  370. nextSelector: '.next',
  371. loadingImg: '',
  372. loadingText: '<em></em>',
  373. bufferPx: 2000
  374.  
  375. });
  376.  
  377. });
  378. </script>
  379. {/block:IndexPage}
  380.  
  381.  
  382. <script>
  383. $(document).ready(function(){
  384. {block:ifsidebareffect} $('#sung').click(function(){
  385. $('.kyung').slideToggle(300);
  386. return false;
  387. });{/block:ifsidebareffect}
  388. $('#a3').click(function(){
  389. $('#a4').slideToggle(300);
  390. return false;
  391. });
  392.  
  393. {block:ifsidebareffect} $('#sung').click(function() {
  394. var clicks = $(this).data('clicks');
  395. if (clicks) {
  396. $(this).css('border-radius','100%');
  397. } else {
  398. $(this).css('border-radius','5%');
  399. }
  400. $(this).data("clicks", !clicks);
  401. });{/block:ifsidebareffect}
  402. });
  403.  
  404. </script>
  405.  
  406.  
  407. </head>
  408. <body>
  409.  
  410. <div class="side">
  411. <div id="sung"></div>
  412. <div class="kyung">
  413. <div id="des">{Description}</div>
  414. <div id="a"><img src="http://static.tumblr.com/3yblkz0/qSLn46s92/eee.png"> <a href="/">index</a></div>
  415. <div id="a2"><img src="http://static.tumblr.com/3yblkz0/qSLn46s92/eee.png"> <a href="/ask">ask</a></div>
  416. {block:iflinkone} <div id="a3"><img src="http://static.tumblr.com/3yblkz0/qSLn46s92/eee.png"> <a href="#">more</a></div>
  417. <div id="a4"><img src="http://media.tumblr.com/8bda193fb711f9d6152f035035ed40d4/tumblr_inline_n2ajovgVoS1r7v6wt.png"> <a href="{text:link one url}">{text:link one}</a>
  418. {block:iflinktwo}<br><img src="http://media.tumblr.com/8bda193fb711f9d6152f035035ed40d4/tumblr_inline_n2ajovgVoS1r7v6wt.png"> <a href="{text:link two url}">{text:link two}</a> {/block:iflinktwo}
  419. {block:iflinkthree} <br> <img src="http://media.tumblr.com/8bda193fb711f9d6152f035035ed40d4/tumblr_inline_n2ajovgVoS1r7v6wt.png"> <a href="{text:link three url}">{text:link three}</a> {/block:iflinkthree}
  420. </div>{/block:iflinkone}
  421. </div>
  422. </div>
  423.  
  424. <div id="grad"></div>
  425.  
  426.  
  427. <div class="pagination">
  428. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><<</a> {/block:PreviousPage} {block:NextPage}<a href="{NextPage}" class="next" >>></a>{/block:NextPage}{/block:Pagination}</div>
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435. <div id="content">
  436.  
  437. {block:Posts}
  438. <div class="entry">
  439.  
  440. {block:Text}
  441. <div class="pic">
  442.  
  443.  
  444. {block:Title}<h3 id="title" style="text-align:left; font-size:25px;text-transform:uppercase" >{Title}</h3>{/block:Title}
  445.  
  446. <div id="text"> {Body}</div>
  447.  
  448. {block:indexpage}
  449. <div class="wh"><a href="{Permalink}">{notecount}</a> <img src="http://static.tumblr.com/3yblkz0/qSLn46s92/eee.png"> <a href="{ReblogURL}" target="_blank">reblog</a></div>
  450. {/block:indexpage}
  451.  
  452. {/block:Text}
  453.  
  454. {block:Photo}
  455. <div class="pic">
  456.  
  457.  
  458.  
  459. <center>
  460. {block:IndexPage}
  461.  
  462. <a href="{permalink}"> <img src="{PhotoURL-400}" {block:if300px}width="300px"{/block:if300px}{block:if250px}width="250px;"{/block:if250px}{block:if200px}width="200px;"{/block:if200px}{block:if400px}width="400px;"{/block:if400px}></a>
  463. <div id="cap">{block:Caption}
  464. {Caption}
  465. {/block:Caption}</div>
  466.  
  467.  
  468.  
  469. {/block:IndexPage}
  470. {block:indexpage}
  471. <div class="wh"><a href="{Permalink}">{notecount}</a> <img src="http://static.tumblr.com/3yblkz0/qSLn46s92/eee.png"> <a href="{ReblogURL}" target="_blank">reblog</a></div>
  472. {/block:indexpage}
  473. {block:PermalinkPage}
  474. <a href="{LinkURL}">
  475. <img src="{PhotoURL-400}"></a>
  476.  
  477. {/block:PermalinkPage}
  478.  
  479.  
  480. </center>
  481. {block:PermalinkPage}
  482. {block:Caption}
  483. {Caption}
  484. {/block:Caption}
  485. {/block:PermalinkPage}
  486. </div>
  487. {/block:Photo}
  488.  
  489. {block:Photoset}
  490. <div class="pic">
  491.  
  492. {block:IndexPage}
  493.  
  494. <div class="ps">
  495.  
  496. {Photoset}
  497. </div>
  498. <div id="cap">{block:Caption}
  499. {Caption}
  500. {/block:Caption}</div>
  501.  
  502.  
  503. {/block:IndexPage}
  504. {block:indexpage}
  505. <div class="wh"><a href="{Permalink}">{notecount}</a> <img src="http://static.tumblr.com/3yblkz0/qSLn46s92/eee.png"> <a href="{ReblogURL}" target="_blank">reblog</a></div>
  506. {/block:indexpage}
  507. {block:PermalinkPage}
  508. {Photoset-400}
  509. {block:Caption}
  510. {Caption}
  511. {/block:Caption}
  512. {/block:PermalinkPage}
  513. </div>
  514. {/block:Photoset}
  515.  
  516. {block:Quote}
  517. <div class="pic">
  518.  
  519.  
  520. <div class="quote">{Quote}
  521.  
  522. {block:Source}
  523. <div style="text-align:right; line-height:25px; font-size:12px;"class="source"> {Source}</div>
  524.  
  525.  
  526. {/block:Source}</div>
  527.  
  528.  
  529. {block:indexpage}
  530. <div class="wh"><a href="{Permalink}">{notecount}</a> <img src="http://static.tumblr.com/3yblkz0/qSLn46s92/eee.png"> <a href="{ReblogURL}" target="_blank">reblog</a></div>
  531. {/block:indexpage}
  532.  
  533.  
  534.  
  535. </div>
  536. {/block:Quote}
  537.  
  538. {block:Link}
  539. <div class="pic">
  540.  
  541.  
  542. <h3><a href="{URL}" {Target}>{Name}</a></h3>
  543. {block:indexpage}
  544. <div class="wh"><a href="{Permalink}">{notecount}</a> <img src="http://static.tumblr.com/3yblkz0/qSLn46s92/eee.png"> <a href="{ReblogURL}" target="_blank">reblog</a></div>
  545. {/block:indexpage}
  546.  
  547. </div>
  548.  
  549. {/block:Link}
  550.  
  551. {block:Chat}
  552. <div class="pic">
  553.  
  554.  
  555. {block:Title}
  556. <h3>{Title}</h3>
  557. {/block:Title}
  558. <ul class="chat">
  559. {block:Lines}
  560. <li class="{Alt} user_{UserNumber}">
  561. {block:Label}
  562. <span class="label"><b>{Label}</b></span>
  563. {/block:Label}
  564. {Line}
  565. </li>
  566. {/block:Lines}
  567. </ul>
  568. {block:indexpage}
  569. <div class="wh"><a href="{Permalink}">{notecount}</a> <img src="http://static.tumblr.com/3yblkz0/qSLn46s92/eee.png"> <a href="{ReblogURL}" target="_blank">reblog</a></div>
  570. {/block:indexpage}
  571. </div>
  572. {/block:Chat}
  573.  
  574. {block:Audio}
  575. <div class="pic">
  576.  
  577.  
  578. {block:AlbumArt}
  579. <img style="width:70px;margin-bottom:0px;padding-left:0px" src="{AlbumArtURL}">
  580. {/block:AlbumArt}
  581.  
  582. <div id="audio">
  583.  
  584. {block:AudioPlayer} {AudioPlayerwhite} {/block:AudioPlayer}
  585. </div><Div id="audioinfo">Track: {block:TrackName}{TrackName}{/block:TrackName}<br>Artist: {block:Artist}{Artist}{/block:Artist}<br>
  586. {block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}</div>
  587. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}
  588. {/block:Permalinkpage}
  589.  
  590. {block:indexpage}
  591. <div class="wh"><a href="{Permalink}">{notecount}</a> <img src="http://static.tumblr.com/3yblkz0/qSLn46s92/eee.png"> <a href="{ReblogURL}" target="_blank">reblog</a></div>
  592. {/block:indexpage}
  593. </div>
  594. {/block:Audio}
  595.  
  596. {block:Video}
  597. <div class="pic">
  598.  
  599.  
  600. <div class="video">
  601. {block:IndexPage}
  602.  
  603. {Video-400}
  604. {/block:IndexPage}
  605. {block:indexpage}
  606. <div class="wh"><a href="{Permalink}">{notecount}</a> <img src="http://static.tumblr.com/3yblkz0/qSLn46s92/eee.png"> <a href="{ReblogURL}" target="_blank">reblog</a></div>
  607. {/block:indexpage}
  608. {block:PermalinkPage}
  609. {Video-400}
  610. {block:Caption}{Caption}{/block:Caption}
  611. {/block:PermalinkPage}
  612.  
  613. </div>
  614.  
  615. </div>
  616. {/block:Video}
  617.  
  618. {block:Answer}
  619. <div class="pic">
  620.  
  621.  
  622. <div id="ques">{Asker} whispered: <i>{Question}</i></div><div id="ans">{Answer}</div>
  623. {block:indexpage}
  624. <div class="wh"><a href="{Permalink}">{notecount}</a> <img src="http://static.tumblr.com/3yblkz0/qSLn46s92/eee.png"> <a href="{ReblogURL}" target="_blank">reblog</a></div>
  625. {/block:indexpage}
  626. </div>
  627. {/block:Answer}
  628.  
  629. {block:PermalinkPage}
  630. <div id="perma">
  631. <center>{block:NoteCount}{NoteCountWithLabel} + {/block:NoteCount}{block:Date}{ShortYear}/{MonthNumberWithZero}/{DayOfMonthWithZero}{/block:Date}{block:RebloggedFrom} + <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> + <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:RebloggedFrom}<br>{block:HasTags} {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags} {/block:HasTags}
  632. </center>
  633. </div>
  634. {block:PostNotes}
  635. <div id="not">{PostNotes}</div>
  636. {/block:PostNotes}
  637. {/block:PermalinkPage}
  638.  
  639. </div>
  640. {/block:Posts}
  641.  
  642.  
  643. </div>
  644. <div style="position:fixed;right:4px;bottom:0%;"><a href="http://reminiscencee.tumblr.com">selprd</a></div>
  645.  
  646.  
  647. </body>
  648. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement