7th-district

[Theme #2] Hanging On

Aug 7th, 2013
4,454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.31 KB | None | 0 0
  1. <!--
  2. ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
  3.  
  4. HEY THERE.
  5.  
  6. THEME MADE BY RACHEL
  7. » ALMIGHTYONE.TUMBLR.COM
  8.  
  9. [THEME #2] HANGING ON
  10. I will NOT be answering any questions for this theme.
  11. For more themes, go to 7th-district.tumblr.com
  12.  
  13. !!TERMS OF USE!!
  14.  
  15. - You CAN edit the codes, but do NOT make heavy changes that
  16. make it no longer recognizable as my theme.
  17. - You can change the colors, fonts, and anything that I made
  18. customizable.
  19.  
  20. CREDITS
  21. - Do NOT move the credits to anywhere else and leave the credits
  22. alone! NO moving them to pages!
  23. - Do NOT redistribute.
  24. -!!!!IT HAS TO BE VISIBLE ON YOUR BLOG AND DO NOT CHANGE THE CREDIT LINKS TO MATCH THE BACKGROUND!!!!
  25. THAT ALSO COUNTS AS REMOVING THE CREDITS! SO PLEASE DO NOT DO THAT!!!
  26.  
  27. STEALING
  28. - Do NOT steal my themes and claim it as your own.
  29. - Do NOT use my themes as a base, then edit and claim it
  30. as your own!
  31.  
  32. AGAIN, DO NOT REMOVE THE CREDITS OR MOVE THEM A.N.Y.W.H.E.R.E.
  33.  
  34. Okay that's about it. CIAO!
  35.  
  36. ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
  37. -->
  38.  
  39. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  40. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  41. <head>
  42.  
  43. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  44. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  45. <link rel="shortcut icon" href="{Favicon}" />
  46.  
  47. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
  48. <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>
  49.  
  50. <meta name="color:background" content="#ffffff" />
  51. <meta name="color:text" content=#434343" />
  52. <meta name="color:links" content#121212" />
  53. <meta name="color:links hover" content="#eeeeee" />
  54. <meta name="color:blockquote" content="#000000" />
  55. <meta name="color:blockquote background" content="#f8f8f8" />
  56. <meta name="color:post border" content="#e4e4e4" />
  57. <meta name="color:navigation background" content="#000000" />
  58. <meta name="color:description" content="#ffffff" />
  59. <meta name="color:custom links" content="#ffffff" />
  60. <meta name="color:custom links bg" content="#121212" />
  61. <meta name="color:custom links hover" content="#323232" />
  62. <meta name="color:date" content="#565656" />
  63. <meta name="color:question" content="#636363" />
  64. <meta name="color:scrollbar" content="#000000" />
  65. <meta name="color:scrollbar bg" content="#ffffff" />
  66. <meta name="color:posts" content="#ffffff" />
  67.  
  68. <meta name="image:background" content="" />
  69. <meta name="image:sidebar" content="http://static.tumblr.com/3ikb5og/dSwmr5kpc/35937848_m.jpg" />
  70.  
  71. <meta name="if:grayscale" content="0" />
  72. <meta name="if:photo fade" content="0" />
  73. <meta name="if:1 column" content="0" />
  74. <meta name="if:2 column" content="1" />
  75. <meta name="if:column 3" content="0" />
  76. <meta name="if:infinite scroll" content="1" />
  77.  
  78.  
  79. <meta name="text:Link1 url" content="/">
  80. <meta name="text:Link1" content"link 1"/>
  81. <meta name="text:Link2 url" content="/">
  82. <meta name="text:Link2" content"link 2"/>
  83. <meta name="text:Link3 url" content="/">
  84. <meta name="text:Link3" content"link 3"/>
  85. <meta name="text:Link4 url" content="/">
  86. <meta name="text:Link4" content"link 4"/>
  87.  
  88. <style type="text/css">
  89. ::-webkit-scrollbar-track {
  90. background-color:{color:scrollbar bg};
  91. }
  92. ::-webkit-scrollbar-thumb {
  93. background-color:{color:scrollbar};
  94. }
  95. ::-webkit-scrollbar {
  96. width:5px;
  97. height:5px;
  98. }
  99. ::-moz-scrollbar-track {
  100. background-color:{color:scrollbar bg};
  101. }
  102. ::-moz-scrollbar-thumb {
  103. background-color:{color:scrollbar};
  104. }
  105. ::-moz-scrollbar {
  106. width:5px;
  107. height:5px;
  108. }
  109. body{
  110. background:{color:background};
  111. background-image:url('{image:background}');
  112. background-attachment:fixed;
  113. background-repeat:repeat;
  114. text-decoration:none;
  115. font-family:cambria;
  116. font-size:11px;
  117. padding:0;
  118. margin:0;
  119. word-wrap:break-word;
  120. color:{color:text};
  121. }
  122. body a{
  123. text-decoration:none;
  124. color:{color:links};
  125. -webkit-transition: all 0.4s linear;
  126. -moz-transition: all 0.4s linear;
  127. }
  128. body a:hover{
  129. color:{color:links hover};
  130. -webkit-transition: all 0.4s linear;
  131. -moz-transition: all 0.4s linear;
  132. }
  133. #content{
  134. {block:if1column}
  135. width:300px;
  136. margin: 20px 0px 60px 230px;
  137. {/block:if1column}
  138. {block:if2column}
  139. width:650px;
  140. margin: 20px 0px 60px 230px;
  141. {/block:if2column}
  142. {block:ifcolumn3}
  143. width:900px;
  144. margin: 20px 0px 60px 230px;
  145. {/block:ifcolumn3}
  146. margin: 20px 0px 60px 230px;
  147. }
  148. #content blockquote {
  149. border-left:2px solid {color:blockquote};
  150. padding-left:7px;
  151. margin:0;
  152. background:{color:blockquote background};
  153. }
  154.  
  155. #content blockquote img {
  156. {block:indexpage}
  157. width:200px;
  158. {/block:indexpage}
  159. {block:permalinkpage}
  160. width:450px;
  161. {/block:permalinkpage}
  162. }
  163. .posts{
  164. {block:indexpage}
  165. width:250px;
  166. {/block:indexpage}
  167. {block:permalinkpage}
  168. width:500px;
  169. {/block:permalinkpage}
  170. padding:7px;
  171. border:1px solid {color:post border};
  172. margin:5px;
  173. float:left;
  174. background:{color:posts};
  175. -webkit-transition-duration: 0.7s;
  176. -moz-transition-duration: 07s;
  177. {block:ifphotofade}
  178. opacity:.6;
  179. {/block:ifphotofade}
  180. {block:ifgrayscale}
  181. -webkit-filter: grayscale(100%);
  182. -moz-filter: grayscale(100%);
  183. -o-filter: grayscale(100%);
  184. {/block:ifgrayscale}
  185. z-index:99;
  186. }
  187. .posts:hover{
  188. -webkit-filter: grayscale(0%);
  189. -moz-filter: grayscale(0%);
  190. -o-filter: grayscale(0%);
  191. opacity:1;
  192. -webkit-transition-duration: 0.7s;
  193. -moz-transition-duration: 0.7s;
  194. }
  195. #top{
  196. position:fixed;
  197. bottom:0;
  198. left:0;
  199. width:150%;
  200. height:45px;
  201. background:{color:navigation background};
  202. z-index:9998;
  203. }
  204. #sideimg{
  205. position:fixed;
  206. margin-left:100px;
  207. margin-bottom:0px;
  208. bottom:0px;
  209. }
  210. #sideimg img{
  211. width:100px;
  212. height:100px;
  213. border:8px solid {color:navigation background};
  214. }
  215. #desc{
  216. text-align:left;
  217. margin-left:230px;;
  218. font-family:cambria;
  219. {block:if2column}
  220. width:400px;
  221. {/block:if2column}
  222. {block:ifcolumn3}
  223. width:400px;
  224. {/block:ifcolumn3}
  225. {block:if1column}
  226. width:260px;
  227. {/block:if1column}
  228. font-size:10px;
  229. color:{color:description};
  230. padding:8px 5px 5px 5px;
  231. line-height:100%;
  232. z-index:9999;
  233. }
  234. #desc a{
  235. color:{color:description};
  236. text-decoration:none;
  237. }
  238. #links {
  239. font-family:camrbia;
  240. font-size:10px;
  241. text-transform:uppercase;
  242. color:white;
  243. margin-top:3px;
  244. margin-bottom:7px;
  245. margin-left:3px;
  246. }
  247. .links {
  248. color:{color:custom links};
  249. padding:0px 3px;
  250. background:{color:custom links bg};
  251. -webkit-transition: all 0.4s linear;
  252. -moz-transition: all 0.4s linear;
  253. }
  254. .links:hover{
  255. color:{color:custom links hover};
  256. -webkit-transition: all 0.4s linear;
  257. -moz-transition: all 0.4s linear;
  258. }
  259. #s-m-t-tooltip {
  260. position:relative;
  261. overflow:hidden;
  262. z-index:9999999999;
  263. max-width:200px;
  264. margin:10px 0 0 10px;
  265. padding:4px 6px;
  266. font:9px consolas;
  267. letter-spacing:1px;
  268. background:black;
  269. line-height:100%;
  270. text-transform:uppercase;
  271. letter-spacing:1px;
  272. color:#fff;
  273. }
  274. .info{
  275. padding-bottom:3px;
  276. padding-top:5px;
  277. padding-left:2px;
  278. text-transform:uppercase;
  279. border-bottom:0px solid {color:navigation};
  280. text-align:left;
  281. font-family:consolas;
  282. font-size:11px;
  283. color:{color:text};
  284. }
  285. #tags{
  286. font-family:consolas;
  287. font-size:8px;
  288. text-transform:uppercase;
  289. letter-spacing:1px;
  290. text-align:left;
  291. color:{color:text};
  292. }
  293. .date{
  294. padding-top:3px;
  295. text-align:right;
  296. font-family:consolas;
  297. font-size:9px;
  298. margin-left:205px;
  299. color:{color:date};
  300. }
  301. #audio {
  302. {block:indexpage}
  303. max-width:250px;
  304. {/block:indexpage}
  305. {block:permalinkpage}
  306. max-width:500px;
  307. {/block:permalinkpage}
  308. display:block;
  309. background:black;
  310. }
  311. #quote {
  312. font-size:15px;
  313. font-style:italic;
  314. }
  315. #source{
  316. text-align:right;
  317. }
  318. .title{
  319. font-size:17px;
  320. font-weight:bold;
  321. }
  322. #ques{
  323. {block:indexpage}
  324. width:240px;
  325. {/block:indexpage};
  326. {block:permalinkpage}
  327. width:485px;
  328. {/block:permalinkpage}
  329. float:left;
  330. color:{color:question};
  331. line-height:110%;
  332. padding:3px 3px 3px 3px;
  333. }
  334. #question{
  335. position:fixed;
  336. font-family:consolas;
  337. font-size:9px;
  338. letter-spacing:1px;
  339. text-transform:uppercase;
  340. font-weight:bold;
  341. text-decoration:none;
  342. right:5px;
  343. bottom:5px;
  344. padding:1px 3px 0px 3px;
  345. color:{color:custom links};
  346. background:{color:navigation};
  347. -webkit-transition: all 0.4s linear;
  348. -moz-transition: all 0.4s linear;
  349. -ms-transition: all 0.4s linear;
  350. -o-transition: all 0.4s linear;
  351. transition: all 0.4s linear;
  352. z-index:999999;
  353. }
  354. #question:hover{
  355. -webkit-transition: all 0.4s linear;
  356. -moz-transition: all 0.4s linear;
  357. -ms-transition: all 0.4s linear;
  358. -o-transition: all 0.4s linear;
  359. transition: all 0.4s linear;
  360. color:{color:links};
  361. background:{color:custom links};
  362. }
  363. #answer{
  364. padding:3px 3px 3px 3px;
  365. line-height:110%;
  366. }
  367. #note{
  368. margin:20px auto;
  369. width:500px;
  370. font-size: 9px;
  371. text-transform:uppercase;
  372. font-family:consolas;
  373. color:{color:text};
  374. }
  375.  
  376. ol.notes{
  377. list-style-type:none;
  378. margin:0px;
  379. padding:0;
  380. line-height:130%;
  381. color:{color:text};
  382. }
  383. .pagination{
  384. position:fixed;
  385. bottom:10px;
  386. left:710px;
  387. margin:3px;
  388. text-align:center;
  389. z-index:99999;
  390. }
  391. .pagination a{
  392. display:none;
  393. padding:0px 3px;
  394. color:{color:navigation};
  395. font-family:cambria;
  396. font-size:12px;
  397. -webkit-transition: all 0.4s linear;
  398. -moz-transition: all 0.4s linear;
  399. }
  400.  
  401. #content img {
  402. max-width:250px;
  403. {block:permalinkpage}
  404. max-width:100%;
  405. {/block:permalinkpage}
  406. }
  407. </style>
  408. {block:indexpage}<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script><script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script><script>
  409. $(function(){
  410. var $container = $('#content');
  411. $container.imagesLoaded(function(){
  412. $container.masonry({
  413. itemSelector: '.posts',
  414. });
  415. });
  416. $container.infinitescroll({
  417. itemSelector : ".posts",
  418. navSelector : "div.pagination",
  419. nextSelector : ".pagination a#next",
  420. loadingImg : "",
  421. loadingText : "<em></em>",
  422. bufferPx : 10000,
  423. extraScrollPx: 12000,
  424. },
  425. // trigger Masonry as a callback
  426. function( newElements ) {
  427. var $newElems = $( newElements ).css({ opacity: 0 });
  428. // ensure that images load before adding to masonry layout
  429. $newElems.imagesLoaded(function(){
  430. $newElems.animate({ opacity: 1 });
  431. $container.masonry( 'appended', $newElems, true );
  432. });
  433. }
  434. );
  435. });
  436. </script>{/block:indexpage}
  437. </head>
  438. <body>
  439. <div class="pagination">
  440. {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}
  441. </div>
  442. <div id="top">
  443. <div id="desc">
  444. {block:Description}{Description}{/block:Description}
  445. </div><!--desc-->
  446. <div id="sideimg"><img src="{image:sidebar}" />
  447. <div id="links">
  448. <a href="/" class="links" title="home">i.</a>
  449. <a href="/ask" class="links" title="message">ii.</a>
  450. {block:IfLink1}
  451. <a href="{text:Link1 url}" class="links" title="{text:Link1}">iii.</a>
  452. {/block:IfLink1}
  453. {block:IfLink2}
  454. <a href="{text:Link2 url}" class="links" title="{text:Link2}">iv.</a>
  455. {/block:IfLink2}
  456. {block:IfLink3}
  457. <a href="{text:Link3 url}" class="links" title="{text:Link3}">v.</a>
  458. {/block:IfLink3}
  459. {block:IfLink4}
  460. <a href="{text:Link4 url}" class="links" title="{text:Link4}">vi.</a>
  461. {/block:IfLink4}
  462. </div>
  463. </div>
  464. </div> <!--top -->
  465. <a href="http://almightyone.tumblr.com/" id="question" title="made by almightyone">▰theme</a>
  466. <div id="content">
  467. <div class="autopagerize_page_element">
  468. {block:posts}
  469. <div class="posts">
  470. {block:Text}
  471. {block:Title}<div class="title">{Title}</div>{/block:Title}
  472. {Body}
  473. {block:indexpage}<a href="{Permalink}" class="date">
  474. {block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}
  475. </a>{/block:Date}
  476. {/block:indexpage}
  477. {block:permalinkpage}
  478. {block:Caption}{Caption}{/block:Caption}
  479. <div class="info">
  480. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  481. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  482. </div>
  483. {block:HasTags}<div id="tags">
  484. {block:Tags}
  485. <a href="{TagURL}">#{Tag} </a>
  486. {/block:Tags}
  487. </div>
  488. {/block:HasTags}
  489. {/block:permalinkpage}
  490. {/block:Text}
  491.  
  492. {block:Photo}
  493. {block:indexpage}
  494. {LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-250}" /></a>{LinkCloseTag}
  495. {/block:indexpage}
  496.  
  497. {block:permalinkpage}
  498. {LinkOpenTag}<img src="{PhotoURL-500}" />{LinkOpenTag}
  499. {block:Caption}{Caption}{/block:Caption}
  500. <div class="info">
  501. {block:RebloggedFrom}
  502. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  503. src: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br /><br />
  504. {/block:RebloggedFrom}
  505. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  506. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  507. </div>
  508. {block:HasTags}<div id="tags">
  509. {block:Tags}
  510. <a href="{TagURL}">#{Tag} </a>
  511. {/block:Tags}
  512. </div>
  513. {/block:HasTags}
  514. {/block:permalinkpage}
  515. {/block:Photo}
  516.  
  517. {block:Photoset}
  518. {block:indexpage}
  519. {Photoset-250}
  520. <a href="{Permalink}" class="date">
  521. {block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}
  522. </a>{/block:Date}
  523. {/block:indexpage}
  524.  
  525. {block:permalinkpage}
  526. {Photoset-500}
  527. {block:Caption}{Caption}{/block:Caption}
  528. <div class="info">
  529. {block:RebloggedFrom}
  530. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  531. src: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br /><br />
  532. {/block:RebloggedFrom}
  533. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  534. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  535. </div>
  536. {block:HasTags}<div id="tags">
  537. {block:Tags}
  538. <a href="{TagURL}">#{Tag} </a>
  539. {/block:Tags}
  540. </div>
  541. {/block:HasTags}
  542. {/block:permalinkpage}
  543. {/block:Photoset}
  544.  
  545. {block:Quote}
  546. <div id="quote">“{Quote}”</div><br />
  547. <div id="source">{block:Source}- {Source}{/block:Source}</div>
  548. {block:indexpage}<a href="{Permalink}" class="date">
  549. {block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}
  550. </a>{/block:Date}
  551. {/block:indexpage}
  552. {block:permalinkpage}
  553. {block:Caption}{Caption}{/block:Caption}
  554. <div class="info">
  555. {block:RebloggedFrom}
  556. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  557. src: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br /><br />
  558. {/block:RebloggedFrom}
  559. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  560. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  561. </div>
  562. {block:HasTags}<div id="tags">
  563. {block:Tags}
  564. <a href="{TagURL}">#{Tag} </a>
  565. {/block:Tags}
  566. </div>
  567. {/block:HasTags}
  568. {/block:permalinkpage}
  569. {/block:Quote}
  570.  
  571. {block:Link}
  572. <a href="{URL}" class="title">{Name}</a>
  573. {block:Description}<br />{Description}{/block:Description}
  574. {block:indexpage}<a href="{Permalink}" class="date">
  575. {block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}
  576. </a>{/block:Date}
  577. {/block:indexpage}
  578. {block:permalinkpage}
  579. {block:Caption}{Caption}{/block:Caption}
  580. <div class="info">
  581. {block:RebloggedFrom}
  582. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  583. src: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br /><br />
  584. {/block:RebloggedFrom}
  585. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  586. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  587. </div>
  588. {block:HasTags}<div id="tags">
  589. {block:Tags}
  590. <a href="{TagURL}">#{Tag} </a>
  591. {/block:Tags}
  592. </div>
  593. {/block:HasTags}
  594. {/block:permalinkpage}
  595. {/block:Link}
  596.  
  597. {block:Chat}
  598. {block:Title}{Title}<br />{/block:Title}
  599. {block:Lines}
  600. {block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br />
  601. {/block:Lines}
  602. {block:indexpage}<a href="{Permalink}" class="date">
  603. {block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}
  604. </a>{/block:Date}
  605. {/block:indexpage}
  606. {block:permalinkpage}
  607. {block:Caption}{Caption}{/block:Caption}
  608. <div class="info">
  609. {block:RebloggedFrom}
  610. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  611. src: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br /><br />
  612. {/block:RebloggedFrom}
  613. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  614. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  615. </div>
  616. {block:HasTags}<div id="tags">
  617. {block:Tags}
  618. <a href="{TagURL}">#{Tag} </a>
  619. {/block:Tags}
  620. </div>
  621. {/block:HasTags}
  622. {/block:permalinkpage}
  623. {/block:Chat}
  624.  
  625. {block:Video}
  626. {block:indexpage}
  627. {Video-250}
  628. <a href="{Permalink}" class="date">
  629. {block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}
  630. </a>{/block:Date}
  631. {/block:indexpage}
  632. {block:permalinkpage}
  633. {Video-500}
  634. {block:Caption}{Caption}{/block:Caption}
  635. <div class="info">
  636. {block:RebloggedFrom}
  637. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  638. src: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br /><br />
  639. {/block:RebloggedFrom}
  640. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  641. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  642. </div>
  643. {block:HasTags}<div id="tags">
  644. {block:Tags}
  645. <a href="{TagURL}">#{Tag} </a>
  646. {/block:Tags}
  647. </div>
  648. {/block:HasTags}
  649. {/block:permalinkpage}
  650. {/block:Video}
  651.  
  652. {block:Audio}
  653. <div id="audio">{AudioPlayerBlack}</div>
  654. {block:indexpage}
  655. {block:Caption}{Caption}{/block:Caption}
  656. <a href="{Permalink}" class="date">
  657. {block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}
  658. </a>{/block:Date}
  659. {/block:indexpage}
  660. {block:permalinkpage}
  661. <div class="info">
  662. {block:Caption}{Caption}{/block:Caption}
  663. {block:RebloggedFrom}
  664. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  665. src: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br /><br />
  666. {/block:RebloggedFrom}
  667. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  668. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  669. </div>
  670. {block:HasTags}<div id="tags">
  671. {block:Tags}
  672. <a href="{TagURL}">#{Tag} </a>
  673. {/block:Tags}
  674. </div>
  675. {/block:HasTags}
  676. {/block:permalinkpage}
  677. {/block:Audio}
  678. {block:Answer}
  679. <div id="ques"><b>{Asker} <i>said</i>:</b>
  680. {Question}</div><br />
  681. <div id="answer">{Answer}</div>
  682. {block:indexpage}<a href="{Permalink}" class="date">
  683. {block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}
  684. </a>{/block:Date}
  685. {/block:indexpage}
  686. {block:permalinkpage}
  687. {block:Caption}{Caption}{/block:Caption}
  688. <div class="info">
  689. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  690. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  691. </div>
  692. {block:HasTags}<div id="tags">
  693. {block:Tags}
  694. <a href="{TagURL}">#{Tag} </a>
  695. {/block:Tags}
  696. </div>
  697. {/block:HasTags}
  698. {/block:permalinkpage}
  699. {/block:Answer}
  700. {block:PermalinkPage}
  701. {block:PostNotes}
  702. <div id="note">{PostNotes}</div>
  703. {/block:PostNotes}
  704. {/block:PermalinkPage}
  705. </div> <!--posts-->
  706. {/block:posts}
  707. </div>
  708. </div> <!--content-->
  709. </body>
  710. </html>
Advertisement
Add Comment
Please, Sign In to add comment