Advertisement
singforabsolution

Theme By Kelsey #18*

Jul 2nd, 2012
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.87 KB | None | 0 0
  1. <!-- please don't remove the credit or use as a base code. if you do the zetas will come for you-->
  2.  
  3. <head>
  4.  
  5.  
  6. <!--Default Variables-->
  7. <!--Colors-->
  8. <meta name="color:Background" content="#FFE4E1"/>
  9. <meta name="color:Text" content="#000000"/>
  10. <meta name="color:Post Title" content="#1C1C1C"/>
  11. <meta name="color:Link" content="#8B7D7B"/>
  12. <meta name="color:Link Hover" content="#CDB7B5"/>
  13. <meta name="color:Blog Title" content="#8B7D7B"/>
  14. <meta name="color:Chat 1" content=""/>
  15. <meta name="color:Chat 2" content=""/>
  16. <meta name="color:Sidelinks" content="#c7d0d1"/>
  17. <meta name="color:Sidelinks Text" content="#000"/>
  18. <meta name="color:Sidelinks Hover" content="#E8E8E8">
  19. <meta name="color:Ask Background" content="#E8E8E8"/>
  20. <meta name="color:Scrollbar" content="#940303"/>
  21. <meta name="color:Scroll Background" content="#acacac"/>
  22.  
  23.  
  24. <!--Images-->
  25. <meta name="image:Background" content="http://media.tumblr.com/tumblr_m0lbvvfHQ71r8f6uw.jpg"/>
  26. <meta name="image:Sidebar" content=""/>
  27. <meta name="image:Sidebar1" content=""/>
  28. <meta name="image:Sidebar2" content=""/>
  29. <meta name="image:Sidebar3" content=""/>
  30. <meta name="image:Sidebar4" content=""/>
  31.  
  32. <!--Options-->
  33. <meta name="if:Infinite Scrolling" content=""/>
  34. <meta name="if:Tiny Cursor" content=""/>
  35. <meta name="if:Faded Images" content=""/>
  36. <meta name="if:Inverted Images" content=""/>
  37. <meta name="if:Box shadows" content="1"/>
  38. <meta name="if:Box borders" content="1"/>
  39. <meta name="if:4 Sidebarpics" content=""/>
  40. <meta name="if:Link 4" conetnet=""/>
  41. <meta name="if:Link 5" content=""/>
  42.  
  43. <!--Links-->
  44. <meta name="text:Link 1 URL" content="/"/>
  45. <meta name="text:Link 1 name" content="link1"/>
  46. <meta name="text:Link 2 URL" content="/"/>
  47. <meta name="text:Link 2 name" content="link2"/>
  48. <meta name="text:Link 3 URL" content="/"/>
  49. <meta name="text:Link 3 name" content="link3"/>
  50. <meta name="text:Link 4 URL" content="/"/>
  51. <meta name="text:Link 4 name" content="link4"/>
  52. <meta name="text:Link 5 URL" content="/"/>
  53. <meta name="text:Link 5 name" content="link5"/>
  54.  
  55. {block:Description}
  56. <meta name="description" content="{MetaDescription}" />{/block:Description}
  57. <title>
  58. {block:PostSummary}
  59. {PostSummary} - {/block:PostSummary}{Title}</title>
  60.  
  61. {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  62.  
  63. </style>
  64. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  65. <style type="text/css">
  66.  
  67. {block:iftinycursor}
  68. body, a, a:hover {cursor: url(http://i.imgur.com/2qleX.jpg), progress;}{/block:iftinycursor}
  69.  
  70.  
  71. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:Scroll Background};}
  72. ::-webkit-scrollbar-corner {background:{color:Scroll background};}
  73. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:Scrollbar};}
  74. ::-webkit-scrollbar-button:horizontal { width:5px; height:4px!important; display: block; background:{color:Scrollbar};}
  75. ::-webkit-scrollbar-thumb:vertical {background:{color:Scrollbar}; border-top: 1px solid {color:Scroll Background}; border-bottom: 1px solid {color:Scroll Background};}
  76. ::-webkit-scrollbar-thumb:horizontal {background:{color:Scrollbar};border-left: 1px solid {color:Scroll Background}; border-right: 1px solid {color:Scroll Background}; height:4px;}
  77. ::-webkit-scrollbar-thumb {background:{color:Scrollbar}; border-top: 0pt solid {color:Scroll Background}; border-bottom: 0pt solid {color:Scroll Background};}
  78. ::-webkit-scrollbar-track-piece {background: {color:Scroll Background}; width:4px;}
  79. ::-webkit-scrollbar:horizontal {height:10px!important; display: block; background:{color:Scrollbar};}
  80.  
  81. {block:ifInvertedImages}img{
  82. opacity: 1;
  83. filter:alpha(opacity=10);
  84. -moz-opacity: 0.1;
  85. -moz-transition: all .9s ease;
  86. -o-transition: all .9s ease;
  87. transition: all .9s ease;
  88. -webkit-transition: all .9s ease;}
  89. {/block:ifInvertedImages}
  90.  
  91.  
  92. {block:ifInvertedImages} img:hover{
  93. opacity: .8;
  94. filter:alpha(opacity=100);
  95. -moz-opacity: 1;
  96. -moz-transition: all .9s ease;
  97. -o-transition: all .9s ease;
  98. transition: all .9s ease;
  99. -webkit-transition: all .9s ease;}
  100. {/block:ifInvertedImages}
  101.  
  102. {block:ifFadedImages}img{
  103. opacity: .8;
  104. filter:alpha(opacity=10);
  105. -moz-opacity: 0.1;
  106. -moz-transition: all .9s ease;
  107. -o-transition: all .9s ease;
  108. transition: all .9s ease;
  109. -webkit-transition: all .9s ease;}
  110. {/block:ifFadedImages}
  111.  
  112.  
  113. {block:ifFadedImages} img:hover{
  114. opacity: 1;
  115. filter:alpha(opacity=100);
  116. -moz-opacity: 1;
  117. -moz-transition: all .9s ease;
  118. -o-transition: all .9s ease;
  119. transition: all .9s ease;
  120. -webkit-transition: all .9s ease;}
  121. {/block:ifFadedImages}
  122.  
  123. /*fonts*/
  124. @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  125.  
  126. body{
  127. background-color: {color:Background};
  128. background-image: url({image:Background});
  129. background-attachment: fixed;
  130. background-repeat: repeat;
  131. background-position: center;
  132. font-family:calibri;
  133. font-size: 12px;
  134. line-height: 13px;
  135. letter -spacing:0px;
  136. color:{color:Text}
  137. }
  138.  
  139. a:link, a:active, a:visited{
  140. color: {color:Link};
  141. text-decoration:none;
  142. }
  143. a:hover{
  144. color: {color:Link Hover};
  145. {block:iftinycursor}cursor: url(http://i.imgur.com/IepP2.jpg), progress{/block:iftinycursor};
  146. }
  147.  
  148. #container {
  149. margin:auto;
  150. position:right;
  151. width:1200px;
  152. color: {color:Title};
  153. _margin-left:10%;
  154. }
  155.  
  156. #content {
  157. float:center;
  158. width:508px;
  159. padding: 2px;
  160. margin-top: 0px;
  161. margin-left: 450px;
  162. background: transparent;
  163. }
  164.  
  165. #entry {
  166. margin-top:15px;
  167. padding:3px;
  168. background-color: white;
  169. {block:ifboxshadows};
  170. box-shadow: 0px 5px 20px rgba(0,0,0,0.35);
  171. {/block:ifboxshadows}
  172. {block:ifboxborders}
  173. border: 1px solid black;
  174. {/block:ifboxborders}
  175. }
  176.  
  177. #entry img{
  178. {block:IndexPage}max-width:500px;{/block:IndexPage}
  179. }
  180.  
  181. #entry .permalink a{
  182. color:{color:Link};
  183. }
  184.  
  185. #entry .permalink a:hover{
  186. color:{color:Link Hover};
  187. }
  188.  
  189. #entry .permalink{
  190. width:180px;
  191. position:absolute;
  192. text-align:center;
  193. padding-right:5px;
  194. font-family:silkscreen;
  195. font-size:8px;
  196. overflow:hidden;
  197. background-color:transparent;
  198. margin-left:160px;
  199. opacity:0.0;
  200. background-color:white;
  201. -webkit-transition: all 0.4s linear;
  202. -moz-transition: all 0.4s linear;
  203. transition: all 0.4s linear;
  204. }
  205.  
  206. #entry:hover .permalink{
  207. width:498px;
  208. margin-left:0px;
  209. overflow:visible;
  210. -webkit-transition: opacity 0.4s linear; opacity: 0.9;
  211. -webkit-transition: all 0.4s linear;
  212. -moz-transition: all 0.4s linear;
  213. transition: all 0.4s linear;
  214. }
  215.  
  216. #side {
  217. position:fixed !important;
  218. width: 238px;
  219. height: auto;
  220. background-color:white;
  221. margin-top: 90px;
  222. margin-left: -290px ;
  223. padding: 4px ;
  224. text-transform: none;
  225. {block:ifboxshadows};
  226. box-shadow: 0px 5px 20px rgba(0,0,0,0.35);
  227. {/block:ifboxshadows}
  228. {block:ifboxborders}
  229. border: 1px solid black; width:237px;
  230. {/block:ifboxborders}
  231. }
  232.  
  233. #linksbar {
  234. position:fixed !important;
  235. font-family:silkscreen;
  236. font-size:8px;
  237. width: 260px;
  238. height: auto;
  239. background-color:clear;
  240. margin-top: 65px;
  241. margin-left: -294px ;
  242. padding: 2px;
  243. z-index:1;
  244. {block:ifboxborders}
  245. margin-left: -294px;
  246.  
  247. {/block:ifboxborders}
  248. }
  249.  
  250. .navigate a{
  251. background:{color:Sidelinks};
  252. color:{color:Sidelinks Text};
  253. font-family:silkscreen;
  254. font-size:8px;
  255. display:block;
  256. width: 82px;
  257. height:15px;
  258. text-align: left;
  259. padding-top:2px;
  260. margin-left:2px;
  261. margin-top:2px;
  262. float:left;
  263. text-align:center;
  264. z-index:1;
  265. display: inline-block;
  266. opacity: 0.7;
  267. {block:ifboxborders}
  268. border: 1px solid black;
  269. width:79px;
  270. {/block:ifboxborders}
  271. -webkit-transition: all 0.4s linear;
  272. -moz-transition: all 0.4s linear;
  273. transition: all 0.4s linear;
  274. }
  275. .navigate a:hover{
  276. background:{color:Sidelinks Hover};
  277. font-family:silkscreen;
  278. font-size:8px;
  279. -webkit-transition: all 0.4s linear;
  280. -moz-transition: all 0.4s linear;
  281. transition: all 0.4s linear;
  282. }
  283.  
  284.  
  285. #container2 {
  286. font-family:silkscreen;
  287. font-size:8px;
  288. width: 80px;
  289. height: 20px;
  290. margin-left: 0px;
  291. overflow:hidden;
  292. -webkit-transition: all 0.6s linear;
  293. -moz-transition: all 0.6s linear;
  294. transition: all 0.6s linear;
  295. {block:ifboxborders}
  296. height:22px;
  297. width:84px;
  298. {/block:ifboxborders}
  299. }
  300.  
  301. #container2:hover{
  302. height: 95px;
  303. {block:ifboxborders}
  304. height:105px;
  305. {/block:ifboxborders}
  306. {block:ifLink4}
  307. height:129px;
  308. {/block:ifLink4}
  309. {block:ifLink5}
  310. height:149px;
  311. {/block:ifLink5}
  312. -webkit-transition: all 0.4s linear;
  313. -moz-transition: all 0.4s linear;
  314. transition: all 0.4s linear;
  315. }
  316.  
  317. #visible_layer a{
  318. font-family:silkscreen;
  319. font-size:8px;
  320. width: 100px;
  321. display: block;
  322. -webkit-transition: all 0.4s linear;
  323. -moz-transition: all 0.4s linear;
  324. transition: all 0.4s linear;
  325. }
  326.  
  327. #invisible_layer a{
  328. font-family:silkscreen;
  329. font-size:8px;
  330. -webkit-transition: all 0.4s linear;
  331. -moz-transition: all 0.4s linear;
  332. transition: all 0.4s linear;
  333. display:block;
  334. }
  335.  
  336. #invisible_layer a:hover{
  337. width: 105px;
  338. -webkit-transition: all 0.4s linear;
  339. -moz-transition: all 0.4s linear;
  340. transition: all 0.4s linear;
  341. }
  342.  
  343. .blogtitle{
  344. font-size:43px;
  345. font-family:Amatic Sc;
  346. padding-top:5px;
  347. line-height:35px;
  348. text-transform:uppercase;
  349. font-weight:bold;
  350. -moz-transition: all .3s ease-out;
  351. -o-transition: all .3s ease-out;
  352. -webkit-transition: all .3s ease-out;
  353. }
  354.  
  355. .blogtitle:hover {
  356. font-size:33px;
  357. -moz-transition: all .3s ease-out;
  358. -o-transition: all .3s ease-out;
  359. -webkit-transition: all .3s ease-out;
  360. }
  361.  
  362. .blogtitle a {
  363. color:{color:Blog Title};
  364. }
  365.  
  366. .blogtitle a:hover{
  367. color:{color:Link Hover};
  368. }
  369.  
  370. .posttitle{
  371. font-size:30px;
  372. line-height:25px;
  373. text-transform:uppercase;
  374. color: {color:Post Title};
  375. letter-spacing: 1;
  376. font-family:Amatic Sc;
  377. font-weight:none;
  378. }
  379.  
  380.  
  381. blockquote{
  382. padding:0px 0px 2px 5px;
  383. margin:0px 0px 2px 1px;
  384. border-left: 1px solid {color:Text};}
  385. blockquote p, ul{margin:0px; padding:0px;
  386. }
  387.  
  388. .chat .line{
  389. color:{color:Chat 1};
  390. }
  391. .chat .line.odd{
  392. color:{color:Chat 2};
  393. }
  394.  
  395. .label {font-weight:bold;}
  396.  
  397. .question {
  398. color:{color:Text};
  399. font-size: 10px;
  400. font-weight: normal;
  401. line-height:95%;
  402. background: {color:Ask Background};
  403. margin: 0 0 10px 0;
  404. padding: 10px 15px;
  405. position: relative;
  406. -moz-border-radius:5px; -webkit-border-radius:5px;
  407. }
  408.  
  409. .questionarrow {
  410. width: 13px;
  411. height: 7px;
  412. font-size:30px;
  413. position: absolute;
  414. color:{color:Ask Background};
  415. bottom: -3.5px;
  416. left: 260px;
  417. }
  418.  
  419.  
  420. .asker {width:500px; text-align:left; color:{color:Text};font-family: silkscreen;font-size: 8px;}
  421. .asker a {color:{color:Text};}
  422. .asker img {float:left; margin-left:220px; vertical-align:top; margin-right:3px; max-height:15px;}
  423.  
  424.  
  425. a img{border: 0px;}
  426.  
  427. .p { padding-top: 5px; }
  428. .ol, ul { margin-left: 10px; padding: 5px; }
  429. .ul { list-style-type: square; }
  430.  
  431. .albumart { margin-bottom:0px; }
  432. .albumart img, .audio embed {
  433. width:73px;
  434. padding-right:25px;
  435. }
  436.  
  437. .albumartovr {
  438. background-image:url(http://static.tumblr.com/imovwvl/i1Hl4rcp8/vinyl.png);
  439. }
  440.  
  441. .name{
  442. font-size:14px;
  443. line-height:15px;
  444. margin-top:10px;
  445. }
  446.  
  447. .video embed, .post div.video object {width:250px !important; height:187px !important;}
  448.  
  449. .notes img{width:10px; position:left; top:3px;}
  450.  
  451. .tags {
  452. width:auto;
  453. solid {color:Links};
  454. font-family: silkscreen;
  455. font-size: 8px;
  456. text-transform:uppercase;
  457. color:{color:link};
  458. padding:2px;
  459. line-height:1;
  460. margin-left:1px;
  461. }
  462.  
  463. .tags a:hover{
  464. color: {color:Link Hover};
  465. }
  466.  
  467. .pages {
  468. width:200px;
  469. height:16px;
  470. padding-top:5px;
  471. margin-top:0px;
  472. font-size:12px;
  473. font-family:helvetica;
  474. background-color:clear;
  475. text-align:center;
  476. }
  477.  
  478.  
  479. {font-size: 100%;}
  480.  
  481. {CustomCSS}
  482. </style>
  483.  
  484. <link rel="shortcut icon" href="{Favicon}">
  485.  
  486. <link rel="alternate" type="application/rss+xml" title="{Title}" href="{RSS}" />
  487.  
  488. {block:ifinfinitescrolling}<style>#toTop {display:none;text-decoration:none;position:fixed;bottom:20px;right:20px;overflow:hidden;width:30px;height:40px;border:none;text-indent:-999px;background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left top;z-index:3000;}#toTopHover {background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left -40px;
  489. width:30px;height:40px;display:block;overflow:hidden;float:left;opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);}
  490. #toTop:active, #toTop:focus {outline:none;}#toTop:active, #toTop:focus {outline:none;}</style>
  491.  
  492. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  493. <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  494. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  495. <script type="text/javascript">
  496. $(document).ready(function() {
  497. $().UItoTop({ easingType: 'easeOutQuart' });
  498. });
  499. </script>{/block:ifinfinitescrolling}
  500.  
  501.  
  502. </head>
  503. <body>
  504. <div id="container">
  505. <div id="content">
  506. <div id="linksbar">
  507.  
  508. <div class="navigate">
  509.  
  510. <a href="/" >home</a>
  511. <a href="/ask" >ask</a>
  512.  
  513. <div id="container2">
  514.  
  515. <div id="visible_label" align="left"><a title="links">links</a></div>
  516.  
  517. <div id="invisible_label">
  518. <a href="{text:Link 1 URL}">{text:Link 1 Name}</a>
  519. <a href="{text:Link 2 URL}">{text:Link 2 Name}</a>
  520. <a href="{text:Link 3 URL}">{text:Link 3 Name}</a>
  521. {block:ifLink4} <a href="{text:Link 4 URL}">{text:Link 4 Name}</a>{/block:ifLink4}
  522. {block:ifLink5} <a href="{text:Link 5 URL}">{text:Link 5 Name}</a>{/block:ifLink5}
  523. <a href="http://www.tomkirk
  524. .tumblr.com">theme</a>
  525. </div>
  526. </div>
  527.  
  528. </div>
  529. </center>
  530. </div>
  531.  
  532. <div id="side">
  533.  
  534. <center>
  535. <div class="blogtitle"><a href="/">{Title}</a></div>
  536. </center>
  537. <br>
  538. {block:if4Sidebarpics}
  539. <a href="/"><img src="{image:sidebar1}" width=117px style="font-family:default;"></a>
  540. <a href="/"><img src="{image:sidebar2}" width=117px style="font-family:default;"></a>
  541. <a href="/"><img src="{image:sidebar3}" width=117px style="font-family:default;"></a>
  542. <a href="/"><img src="{image:sidebar4}" width=117px style="font-family:default;"></a>
  543. {/block:if4Sidebarpics}
  544.  
  545. {block:ifnot4Sidebarpics}
  546. <a href="/"><img src="{image:Sidebar}" width="238px"></a>
  547. {/block:ifnot4Sidebarpics}
  548.  
  549. {Description}
  550. {block:ifNotInfiniteScrolling}
  551. <center>
  552. <div class="pages">
  553. {block:Pagination}
  554. <div class="pagination">
  555. {block:PreviousPage} <a href="{PreviousPage}"><font size="2">« </font></a>{/block:PreviousPage}
  556. {block:JumpPagination length="5"}
  557. {block:CurrentPage}
  558. <span class="current_page">{PageNumber}&nbsp;</span>
  559. {/block:CurrentPage}
  560. {block:JumpPage}
  561. <a class="jump_page" href="{URL}">{PageNumber}&nbsp;</a>
  562. {/block:JumpPage}
  563. {/block:JumpPagination}
  564. {block:NextPage}<a href="{NextPage}"><font size="2">» </font></a>{/block:NextPage}
  565. </div>
  566. {/block:Pagination}
  567. </center>
  568. {/block:ifNotInfiniteScrolling}
  569. </div>
  570. </div>
  571.  
  572. <div id="content">
  573. {block:Posts}
  574. <div id="entry">
  575.  
  576. <center>
  577. {block:IndexPage}
  578. <div class="permalink" style="letter-spacing:1px;"><l><a href="{Permalink}"> {ShortMonth} {DayOfMonth}, {Year} • {NoteCountWithLabel}</a><a href="{ReblogURL}" target="_blank" class="details"> • Reblog</a></l>
  579. </div>
  580. {/block:IndexPage}
  581. </center>
  582.  
  583. {block:Text}
  584. {block:Title}<span class="posttitle">{Title}</span>
  585. {/block:Title}<span class="entrytext">{Body}</span>
  586. {/block:text}
  587.  
  588. {block:Link}
  589. <a href="{URL}" class="posttitle">{Name}</a>{block:Description}{Description}{/block:Description}
  590. {/block:link}
  591.  
  592. {block:Photo}
  593. {LinkOpenTag}
  594. <a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=500px
  595. {LinkCloseTag}</center>
  596. {block:ContentSource}
  597. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  598. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  599. {/block:SourceLogo}
  600. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  601. {/block:ContentSource}
  602. {block:ReblogParentURL}
  603. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  604. {/block:ReblogParentURL}
  605. {/block:Photo}
  606.  
  607. {block:Photoset}<center>{Photoset-500}</center>
  608. {/block:Photoset}
  609.  
  610. {block:Quote}
  611. <span class="posttitle">"{Quote}"</span>
  612. {block:Source}<i> - {Source}</i>{/block:Source}<br>
  613. {block:Caption}{Caption}{/block:Caption}
  614. {/block:Quote}
  615.  
  616.  
  617. {block:Chat}
  618. {block:title}<div id="posttitle"><center>{Title}<br></center></div>
  619. {/block:title}<div class="chat">
  620. {block:Lines}<div class="chat"><div class="line {Alt}"><div class="{Alt} user_{UserNumber}">
  621. {block:Label}<span class="label"><b>{Label}</b></span>
  622. {/block:Label}{Line}</div>
  623. </div></div>{/block:Lines}</div>{/block:Chat}
  624.  
  625. {block:Audio}
  626. {block:albumart}
  627. <div class="albumartovr">
  628. <img src="http://static.tumblr.com/imovwvl/i1Hl4rcp8/vinyl.png" style="position:absolute;">
  629. <div class="albumart">
  630. <img src="{albumarturl}" align="left">
  631. </div></div>
  632. {/block:albumart}
  633. {AudioPlayerBlack}
  634. <div class="name">
  635. {block:TrackName}<span><strong>Title</strong>:
  636. {TrackName}</span>{/block:TrackName}<br>
  637. {block:Artist}<span><strong>Artist:</strong>
  638. {Artist}</span>{/block:Artist}
  639. </div>
  640. <br>
  641. {/block:Audio}
  642.  
  643. {block:Video}<center>{Video-500}<BR>
  644. </center>{block:ifShowCaptions}
  645. {block:Caption}{Caption}{/block:Caption}
  646. {/block:ifShowCaptions}{/block:Video}
  647.  
  648. {block:Answer}
  649. <div class="question">
  650. <div class="questionarrow">▼</div>
  651. {Question}
  652. </div>
  653. <div class="asker"><img src="{AskerPortraitURL-24}">{Asker}</div>
  654. <div class="answer">{Answer}</div>
  655. {/block:answer}
  656.  
  657. {block:IndexPage}
  658. {block:HasTags}<div class="tags"> tags: {block:Tags}<a href="{TagURL}" target="_blank">#{Tag} </a>{/block:Tags}</div>{/block:HasTags}
  659. </center>
  660. {/block:IndexPage}
  661.  
  662.  
  663. {block:PermalinkPage}
  664. <center>
  665. <Br>
  666. {block:Date}
  667. {TimeAgo} on
  668. {ShortMonth} {DayofMonth},{Year}
  669. {/block:Date}
  670. {block:NoteCount} · {NoteCountWithLabel}
  671. {/block:NoteCount}
  672. {block:HasTags} · Tags:
  673. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  674. {/block:Tags}
  675. {/block:HasTags}
  676. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> · (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  677. </center>
  678. {/block:PermalinkPage}
  679.  
  680. {block:PostNotes}{PostNotes}
  681. {/block:PostNotes}</div>{/block:Posts}
  682.  
  683. </div></div>
  684. </div>
  685. </body>
  686. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement