quiddittch

Automatic

Sep 18th, 2015
9,061
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.31 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5. <!------------------------------------------------------------------
  6.  
  7. THEME #12 BY JAEBIUM.TUMBLR.COM
  8.  
  9. - dont steal
  10. - dont remove credit
  11. - ask me if you have any issues!
  12.  
  13. -------------------------------------------------------------------->
  14.  
  15. <title>{block:TagPage}#{Tag} — {/block:TagPage} {Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}" />
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  18. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:Text" content="#a2a2a2"/>
  22. <meta name="color:Title" content="#000000"/>
  23. <meta name="color:Links" content="#767676"/>
  24. <meta name="color:Hover" content="#000000"/>
  25. <meta name="color:Border" content="#f0f0f0"/>
  26. <meta name="color:Scrollbar" content="#a0a0a0"/>
  27. <meta name="color:Accent" content="#151515"/>
  28.  
  29. <meta name="select:Post Width" content="post-500" title="500px"/>
  30. <meta name="select:Post Width" content="post-400" title="400px"/>
  31. <meta name="select:Post Width" content="post-250" title="250px"/>
  32.  
  33. <meta name="select:Tags" content="hover-tags" title="Hover Tags"/>
  34. <meta name="select:Tags" content="show-tags" title="Show Tags"/>
  35. <meta name="select:Tags" content="hide-tags" title="Hide Tags"/>
  36.  
  37. <meta name="if:Faded Posts" content="1"/>
  38. <meta name="if:Post Border Radius" content="1"/>
  39. <meta name="if:Show Caption" content="1"/>
  40. <meta name="if:Inverted Tumblr Controls" content="1"/>
  41.  
  42. <meta name="text:Link 1" content=""/>
  43. <meta name="text:Link 1 URL" content="/"/>
  44. <meta name="text:Link 2" content=""/>
  45. <meta name="text:Link 2 URL" content="/"/>
  46.  
  47. <!----jquery--->
  48.  
  49. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  50. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  51. <script type="text/javascript"
  52. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  53.  
  54. <!---tooltip--->
  55.  
  56. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  57.  
  58. <script>
  59.  
  60. (function($){
  61.  
  62. $(document).ready(function(){
  63.  
  64. $("a[title]").style_my_tooltips({
  65.  
  66. tip_follows_cursor:true,
  67.  
  68. tip_delay_time:0,
  69.  
  70. tip_fade_speed:300,
  71.  
  72. attribute:"title"
  73.  
  74. });
  75.  
  76. });
  77.  
  78. })(jQuery);
  79.  
  80. </script>
  81.  
  82. <!---icons---->
  83.  
  84. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  85.  
  86. <!----font--->
  87.  
  88. <link href='http://fonts.googleapis.com/css?family=Muli:400,300,300italic,400italic' rel='stylesheet' type='text/css'>
  89.  
  90.  
  91. <style type="text/css">
  92.  
  93. /*---fade in on load---*/
  94.  
  95. body {
  96. -webkit-animation: fadein 2s;
  97. -moz-animation: fadein 2s;
  98. -ms-animation: fadein 2s;
  99. -o-animation: fadein 2s;
  100. animation: fadein 2s;
  101. }
  102.  
  103. @keyframes fadein {
  104. from { opacity: 0; }
  105. to { opacity: 1; }
  106. }
  107.  
  108. @-moz-keyframes fadein {
  109. from { opacity: 0; }
  110. to { opacity: 1; }
  111. }
  112.  
  113. @-webkit-keyframes fadein {
  114. from { opacity: 0; }
  115. to { opacity: 1; }
  116. }
  117.  
  118. @-ms-keyframes fadein {
  119. from { opacity: 0; }
  120. to { opacity: 1; }
  121. }
  122.  
  123. @-o-keyframes fadein {
  124. from { opacity: 0; }
  125. to { opacity: 1; }
  126. }
  127.  
  128. /*---tumblr controls---*/
  129.  
  130. .tmblr-iframe {white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:1;}
  131. .tmblr-iframe {position:fixed !important;-webkit-filter: invert(100%)}
  132.  
  133. /*---tooltip---*/
  134.  
  135. #s-m-t-tooltip {
  136. position:absolute;
  137. margin-top:-35px;
  138. margin-left:10px;
  139. max-width:300px;
  140. z-index:99;
  141. font-size:7px;
  142. font-family:arial, trebuchet ms;
  143. text-transform:uppercase;
  144. letter-spacing:1px;
  145. }
  146.  
  147. /*---scrollbar---*/
  148.  
  149. ::-webkit-scrollbar {
  150. width: 5px; height: 3px; background: {color:background};
  151. }
  152.  
  153. ::-webkit-scrollbar-thumb {
  154. background-color:{color:scrollbar};
  155. }
  156.  
  157. /*---selection---*/
  158.  
  159. ::selection {color:#000; background: #f9f9f9;}
  160. ::-moz-selection {color: #000; background: #f9f9f9;}
  161. ::-webkit-selection {color: #000; background: #f9f9f9;}
  162.  
  163. /*---basics--*/
  164.  
  165. body {
  166. margin:0;
  167. line-height:16px;
  168. background:{color:Background};
  169. color:{color:Text};
  170. font-size:9px;
  171. font-family:'muli', sans-serif, arial, trebuchet ms;
  172. font-weight:400;
  173. }
  174.  
  175. a {
  176. text-decoration:none;
  177. color:{color:Links};
  178. -webkit-transition:0.4s all;
  179. -moz-transition:0.4s all;
  180. -o-transition:0.4s all;
  181. transition:0.4s all;
  182. }
  183.  
  184. a:hover {
  185. color:{color:Hover};
  186. -webkit-transition:0.4s all;
  187. -moz-transition:0.4s all;
  188. -o-transition:0.4s all;
  189. transition:0.4s all;
  190. }
  191.  
  192. ul {
  193. list-style-type:square;
  194. }
  195.  
  196. h1, h2 {
  197. font-family:'muli', sans-serif, arial, trebuchet ms, arial;
  198. font-weight:bold;
  199. letter-spacing:1px;
  200. font-size:10px;
  201. text-transform:lowercase;
  202. color:{color:Links};
  203. padding-bottom:5px;
  204. }
  205.  
  206. pre {
  207. white-space: pre-wrap;
  208. white-space: -moz-pre-wrap;
  209. white-space: -pre-wrap;
  210. white-space: -o-pre-wrap;
  211. word-wrap: break-word;
  212. }
  213.  
  214. blockquote {
  215. border-left:2px solid {color:Border};
  216. margin-left:10px;
  217. max-width: 100%;
  218. padding:0px 0px 0px 15px;
  219. }
  220.  
  221. blockquote blockquote {margin: 0 0 0 12px;}
  222.  
  223. img {max-width:100%;width:100%;height:auto;
  224. {block:IndexPage}
  225. {block:IfFadedPosts}
  226. opacity:.8;
  227. -webkit-transition-duration: 0.7s;
  228. -moz-transition-duration:0.7s;
  229. -o-transition-duration:0.7s;
  230. transition-duration:0.7s;
  231. {/block:IfFadedPosts}
  232. {block:IfPostBorderRadius}
  233. border-radius: 3px;
  234. -webkit-border-radius: 3px;
  235. {/block:IfPostBorderRadius}
  236. {/block:IndexPage}
  237. }
  238.  
  239. .posts:hover img {
  240. {block:IndexPage}
  241. {block:IfFadedPosts}
  242. opacity:1;
  243. -webkit-transition-duration: 0.5s;
  244. -moz-transition-duration:0.5s;
  245. -o-transition-duration:0.5s;
  246. transition-duration:0.5s;
  247. {/block:IfFadedPosts}
  248. {/block:IndexPage}
  249. }
  250.  
  251. .photoset {
  252. {block:IfPostBorderRadius}
  253. {block:IndexPage}
  254. -webkit-border-radius:3px;
  255. border-radius:3px;
  256. {/block:IndexPage}
  257. {/block:IfPostBorderRadius}
  258. }
  259.  
  260. .html_photoset {
  261. {block:IndexPage}
  262. {block:IfFadedPosts}
  263. opacity:.8;
  264. -webkit-transition-duration:0.7s;
  265. -moz-transition-duration:0.7s;
  266. -o-transition-duration:0.7s;
  267. transition-duration:0.7s;
  268. {/block:IfFadedPosts}
  269. {/block:IndexPage}
  270. }
  271.  
  272. .posts:hover .html_photoset {
  273. {block:IndexPage}
  274. {block:IfFadedPosts}
  275. opacity:1;
  276. -webkit-transition-duration:0.5s;
  277. -moz-transition-duration:0.5s;
  278. -o-transition-duration:0.5s;
  279. transition-duration:0.5s;
  280. {/block:IfFadedPosts}
  281. {/block:IndexPage}
  282. }
  283.  
  284. #center {
  285. width:400px;
  286. position:relative;
  287. margin:0px auto;
  288. }
  289.  
  290. /*---sidebar---*/
  291.  
  292. #borders {
  293. position:fixed;
  294. border-left:1px solid {color:Border};
  295. height:100%;
  296. {block:PermalinkPage}
  297. margin-left:270px;
  298. {/block:PermalinkPage}
  299. }
  300.  
  301. #sidebar {
  302. width:140px;
  303. bottom:150px;
  304. padding-left:60px;
  305. text-align:left;
  306. position:fixed;
  307. }
  308.  
  309. .links {
  310. background:{color:Background};
  311. text-transform:uppercase;
  312. font-size:8px;
  313. font-family:trebuchet ms, arial;
  314. line-height:18px;
  315. letter-spacing:1px;
  316. padding-bottom:10px;
  317. word-spacing:5px;
  318. border-bottom:1px solid {color:Border};
  319. }
  320.  
  321. .links a:first-of-type {
  322. {block:IndexPage}
  323. border-bottom:1px solid {color:Accent};
  324. {/block:IndexPage}
  325. }
  326.  
  327. .links a {
  328. padding:0px 0px 14px 0px;
  329. margin-right:8px;
  330. }
  331.  
  332. .title {
  333. text-transform:lowercase;
  334. letter-spacing:1px;
  335. font-size:15px;
  336. font-weight:300;
  337. padding-bottom:6px;
  338. padding-top:22px;
  339. }
  340.  
  341. .title a {
  342. color:{color:Title};
  343. }
  344.  
  345. #description {
  346. font-size:9px;
  347. padding-top:10px;
  348. }
  349.  
  350. /*---pagination----*/
  351.  
  352. #pagination {
  353. text-align:left;
  354. word-spacing:14px;
  355. font-size:13px;
  356. margin-top:20px;
  357. font-family:arial, trebuchet ms;
  358. letter-spacing:1px;
  359. }
  360.  
  361. #pagination a {
  362. padding:4px 5px;
  363. border-bottom:1px solid transparent;
  364. }
  365.  
  366. /*---posts---*/
  367.  
  368. #container {
  369. padding-top:110px;
  370. {block:PermalinkPage}
  371. margin-left:-210px;
  372. width:400px;
  373. {/block:PermalinkPage}
  374. }
  375.  
  376. .posts {
  377. position:relative;
  378. {block:PermalinkPage}
  379. width:400px;
  380. {/block:PermalinkPage}
  381. }
  382.  
  383. .post-500 #borders {{block:IndexPage}margin-left:410px;{/block:IndexPage}}
  384. .post-500 .posts {{block:IndexPage}width:500px;{/block:IndexPage}}
  385. .post-500 #container {{block:IndexPage}width:500px;margin-left:-180px;{/block:IndexPage}}
  386.  
  387. .post-400 #borders {{block:IndexPage}margin-left:270px;{/block:IndexPage}}
  388. .post-400 .posts {{block:IndexPage}width:400px;{/block:IndexPage}}
  389. .post-400 #container {{block:IndexPage}width:400px;margin-left:-210px;{/block:IndexPage}}
  390.  
  391. .post-250 #borders {{block:IndexPage}margin-left:190px;{/block:IndexPage}}
  392. .post-250 .posts {{block:IndexPage}width:250px;{/block:IndexPage}}
  393. .post-250 #container {{block:IndexPage}margin-left:-150px;width:250px;{/block:IndexPage}}
  394.  
  395. .post-500 .posts {{block:IndexPage}margin-bottom:90px;{/block:IndexPage}}
  396. .post-400 .posts {{block:IndexPage}margin-bottom:80px;{/block:IndexPage}}
  397. .post-250 .posts {{block:IndexPage}margin-bottom:70px;{/block:IndexPage}}
  398.  
  399. .post-500 .element-post-250,
  400. .post-500 .element-post-400,
  401. .post-400 .element-post-250,
  402. .post-400 .element-post-500,
  403. .post-250 .element-post-400,
  404. .post-250 .element-post-500 {display:none;}
  405.  
  406.  
  407. /*---captions---*/
  408.  
  409. .text {
  410. padding:10px 15px;
  411. word-wrap:break-word;
  412. background:#fbfbfb;
  413. margin-top:5px;
  414. {block:IfPostBorderRadius}
  415. {block:IndexPage}
  416. border-radius:3px;
  417. {/block:IndexPage}
  418. {/block:IfPostBorderRadius}
  419. }
  420.  
  421. /*---info---*/
  422.  
  423. .date {
  424. {block:PermalinkPage}
  425. font-size:9px;
  426. {/block:PermalinkPage}
  427. padding-top:10px;
  428. {block:IndexPage}
  429. font-size:8px;
  430. letter-spacing:1px;
  431. {/block:IndexPage}
  432. font-weight:400;
  433. }
  434.  
  435. .shmon {
  436. margin-right:7px;
  437. font-weight:bold;
  438. }
  439.  
  440. .rebfl {
  441. float:right;
  442. opacity:0;
  443. -webkit-transition:0.7s all;
  444. -moz-transition:0.7s all;
  445. -o-transition:0.7s all;
  446. transition:0.7s all;
  447. }
  448.  
  449. .posts:hover .rebfl {
  450. opacity:1;
  451. -webkit-transition:0.4s all;
  452. -moz-transition:0.4s all;
  453. -o-transition:0.4s all;
  454. transition:0.4s all;
  455. }
  456.  
  457. .date:first-letter {
  458. text-transform:uppercase;
  459. }
  460.  
  461. #tags {{block:IndexPage}margin-top:10px;color:#d0d0d0;font-size:8px;{/block:IndexPage}}
  462.  
  463. #tags a {{block:IndexPage}margin-right:5px;{/block:IndexPage}}
  464.  
  465. .hover-tags .htags {
  466. opacity:0;
  467. margin-top:-10px;
  468. padding-top:10px;
  469. border-top:1px solid transparent;
  470. -webkit-transition:0.7s all;
  471. -moz-transition:0.7s all;
  472. -o-transition:0.7s all;
  473. transition:0.7s all;
  474. }
  475.  
  476. .posts:hover .htags {
  477. opacity:1;
  478. margin-top:0px;
  479. border-top:1px solid {color:Border};
  480. -webkit-transition:0.3s all;
  481. -moz-transition:0.3s all;
  482. -o-transition:0.3s all;
  483. transition:0.3s all;
  484. }
  485.  
  486. .show-tags .stags {border-top:1px solid {color:Border};padding-top:10px;}
  487.  
  488. .hover-tags .stags,
  489. .hover-tags .ntags,
  490. .show-tags .htags,
  491. .show-tags .ntags,
  492. .hide-tags .stags,
  493. .hide-tags .htags {display:none;}
  494.  
  495. /*---quote posts---*/
  496.  
  497. #quote {
  498. font-size:11px;
  499. font-family:'muli', sans-serif, arial, trebuchet ms;
  500. padding:10px 5px;
  501. font-weight:bold;
  502. }
  503.  
  504. #source {
  505. text-align:right;
  506. text-transform:lowercase;
  507. letter-spacing:1px;
  508. font-size:8px;
  509. font-weight:400;
  510. font-style:italic;
  511. padding:9px 0px;
  512. border-top:1px solid {color:Border};
  513. }
  514.  
  515. /*---link posts---*/
  516.  
  517. #linkp {
  518. text-transform:uppercase;
  519. letter-spacing:1px;
  520. font-style:italic;
  521. }
  522.  
  523. /*---chat posts---*/
  524.  
  525. .textc {
  526. padding:10px 15px;
  527. word-wrap:break-word;
  528. background:#fbfbfb;
  529. {block:IfPostBorderRadius}
  530. {block:IndexPage}
  531. border-radius:3px;
  532. {/block:IndexPage}
  533. {/block:IfPostBorderRadius}
  534. }
  535.  
  536. #label {
  537. display:inline;
  538. font-weight:bold;
  539. }
  540.  
  541. /*---ask posts---*/
  542.  
  543. #asker {
  544. display:inline;
  545. text-transform:lowercase;
  546. font-weight:bold;
  547. font-style:italic;
  548. }
  549.  
  550. #question {
  551. padding-bottom:10px;
  552. border-bottom:1px solid {color:border};
  553. font-style:italic;
  554. }
  555.  
  556. /*---audio posts---*/
  557.  
  558. #trackinfo {
  559. float:right;
  560. background:#fbfbfb;
  561. border-radius:3px;
  562. padding:5px 10px;
  563. height:20px;
  564. font-size:9px;
  565. overflow:hidden;
  566. }
  567.  
  568. .post-500 #trackinfo {width:445px;}
  569. .post-400 #trackinfo {width:345px;}
  570. .post-250 #trackinfo {width:195px;}
  571.  
  572. #block {
  573. width:30px;
  574. height:30px;
  575. background:#fbfbfb;
  576. border-radius:3px;
  577. }
  578.  
  579. .art {
  580. display:none;
  581. width:50px;
  582. padding:5px;
  583. }
  584.  
  585. #player {
  586. z-index:2;
  587. position:absolute;
  588. background:#f9f9f9;
  589. overflow:hidden;
  590. border-radius:4px;
  591. width:30px;
  592. height:30px;
  593. }
  594.  
  595. /*---permalink notes---*/
  596.  
  597. .notec {
  598. border-bottom:1px solid {color:Border};
  599. padding-bottom:3px;
  600. }
  601.  
  602. .notes {
  603. list-style-type:none;
  604. margin-bottom:80px;
  605. }
  606.  
  607. .notes, .notec {
  608. font-family:'muli', sans-serif, arial, trebuchet ms;
  609. font-size:9px;
  610. border-left:2px solid {color:Border};
  611. padding-left:10px;
  612. }
  613.  
  614. .notes li {
  615. padding-bottom:3px;
  616. }
  617.  
  618. .notes ul, ol {
  619. margin-left:0px;
  620. }
  621.  
  622. .notes img {
  623. display:none;
  624. }
  625.  
  626. /*---credit---*/
  627.  
  628. #credit {
  629. position:fixed;
  630. font-size:6px;
  631. text-transform:uppercase;
  632. letter-spacing:1px;
  633. text-align:right;
  634. font-family:arial, trebuchet ms;
  635. }
  636.  
  637. #credit {
  638. bottom:15px;
  639. right:15px;
  640. font-weight:bold;
  641. }
  642.  
  643. #credit a {
  644. padding:4px 5px;
  645. border:1px solid {color:Border};
  646. border-radius:2px;
  647. }
  648.  
  649. #credit a:hover {
  650. border:1px solid {color:Accent};
  651. }
  652.  
  653. {CustomCSS}</style></head><body>
  654.  
  655. <div id="center" class="{select:Post Width}">
  656.  
  657. <div id="borders">
  658. <div id="sidebar">
  659. <div class="links">
  660. <a href="/" title="home">001.</a>
  661. <a href="/ask" title="ask">002.</a>
  662. <a href="{text:Link 1 URL}" title="{text:Link 1}">003.</a>
  663. <a href="{text:Link 2 URL}" title="{text:Link 2}">004.</a>
  664. </div>
  665. <div class="title"><a href="/">{Title}</a></div>
  666. <div id="description">{Description}</div>
  667. {block:Pagination}
  668. <div id="pagination">
  669. {block:PreviousPage}
  670. <a href="{PreviousPage}"><i class="fa fa-angle-left"></i></a>
  671. {/block:PreviousPage}
  672. {block:NextPage}
  673. <a href="{NextPage}"><i class="fa fa-angle-right"></i></a>
  674. {/block:NextPage}
  675. </div>
  676. {/block:Pagination}
  677. </div>
  678. </div>
  679.  
  680. <div id="container">
  681. {block:Posts}
  682. <div class="posts">
  683.  
  684. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}<div class="text">{Body}</div>{/block:Text}
  685.  
  686. {block:Photo}{LinkOpenTag}{block:IndexPage}<img class="element-post-500" src="{PhotoURL-500}" alt="{PhotoAlt}"/><img class="element-post-400" src="{PhotoURL-400}" alt="{PhotoAlt}"/><img class="element-post-250" src="{PhotoURL-250}" alt="{PhotoAlt}"/>{/block:IndexPage}{block:PermalinkPage}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{/block:PermalinkPage}{LinkCloseTag}{block:IfShowCaption}{block:IndexPage}{block:Caption}<div class="text">{Caption}</div>{/block:Caption}{/block:IndexPage}{/block:IfShowCaption}{/block:Photo}
  687.  
  688. {block:Photoset}{block:IndexPage}<div class="element-post-500">{Photoset-500}</div><div class="element-post-400">{Photoset-400}</div><div class="element-post-250">{Photoset-250}</div>{/block:IndexPage}{block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}{block:IfShowCaption}{block:IndexPage}{block:Caption}<div class="text">{Caption}</div>{/block:Caption}{/block:IndexPage}{/block:IfShowCaption}{/block:Photoset}
  689.  
  690. {block:Quote}<div class="text"><div id="quote">“{Quote}”</div>{block:Source}<div id="source">{Source}</div>{/block:Source}</div>{/block:Quote}
  691.  
  692. {block:Link}<div id="linkp"><a href="{Link}">{Name}</a></div>{block:Description}<div class="text">{Description}</div>{/block:Description}{/block:Link}
  693.  
  694. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}<div class="textc">{block:Lines}{block:Label}<div id="label">{Label}</div> {/block:Label}{Line}<br>{/block:Lines}</div>{/block:Chat}
  695.  
  696. {block:Audio}<div id="trackinfo">{block:TrackName}<b>{TrackName}</b>{/block:TrackName}{block:Artist} // {Artist}{/block:Artist}</div><div id="block"><div id="player">{AudioPlayerWhite}</div>{block:AlbumArt}<img src="{AlbumArt}" class="art">{/block:AlbumArt}</div>{block:IfShowCaption}{block:IndexPage}{block:Caption}<div class="text">{Caption}</div>{/block:Caption}{/block:IndexPage}{/block:IfShowCaption}{/block:Audio}
  697.  
  698. {block:Video}{block:IndexPage}<div class="element-post-500">{video-500}</div><div class="element-post-400">{Video-400}</div><div class="element-post-250">{Video-250}</div>{/block:IndexPage}{block:PermalinkPage}{Video-400}{/block:PermalinkPage}{block:IfShowCaption}{block:IndexPage}{block:Caption}<div class="text">{Caption}</div>{/block:Caption}{/block:IndexPage}{/block:IfShowCaption}{/block:Video}
  699.  
  700. {block:Answer}<div class="text"><div id="question"><div id="asker">{Asker}:</div> {Question}</div>{block:Answerer}{Answerer}: {/block:Answerer}{Answer}</div>{/block:Answer}
  701.  
  702. {block:PermalinkPage}{block:Caption}<div class="text">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  703.  
  704. {block:Date}
  705. <div class="date">
  706. {block:IndexPage}<a href="{ReblogURL}" class="rebfl" target="_blank"> Reblog </a><a href="{Permalink}" class="shmon">{ShortMonth} {DayOfMonth}</a> {block:NoteCount}{NoteCount}N{/block:NoteCount}
  707. {/block:IndexPage}
  708.  
  709. {block:PermalinkPage}Posted on {Month} {DayOfMonth} {Year}<br>{block:RebloggedFrom}Via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>, Source <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{/block:PermalinkPage}
  710.  
  711. {block:HasTags}<div id="tags" class="{select:Tags}">{block:IndexPage}<div class="htags">{block:Tags}# <a href="{TagURL}">{Tag}</a> {/block:Tags}</div><div class="stags">{block:Tags}# <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>
  712. {/block:IndexPage}
  713. {block:PermalinkPage}Tags: {block:Tags}<a href="{TagURL}">{Tag}, </a>{/block:Tags}{/block:PermalinkPage}</div>{/block:HasTags}
  714.  
  715. {block:PermalinkPage}<div class="date">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div>{/block:PermalinkPage}
  716. </div>
  717. {/block:Date}
  718.  
  719. {block:PermalinkPage}{block:PostNotes}{PostNotes}{/block:PostNotes}{/block:PermalinkPage}
  720.  
  721. {block:ContentSource}
  722. <!------ {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  723. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  724. {/block:SourceLogo}
  725. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  726. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  727.  
  728. </div>
  729. {/block:Posts}
  730. </div>
  731.  
  732. </div>
  733.  
  734. <!---theme credit (dont remove)--->
  735. <div id="credit"><a href="http://jaebium.tumblr.com" title="theme credit" target="_blank">J</a></div>
  736.  
  737. </body>
  738. </html>
Advertisement
Add Comment
Please, Sign In to add comment