Advertisement
cindie

Syndrome

Aug 25th, 2011
5,787
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.09 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">
  3.  
  4. <!--
  5.  
  6. "Syndrome" THEMED BY CINDIE.TUMBLR.COM
  7. Please do not remove this credit!
  8. Thanks for using my public theme, enjoy!
  9.  
  10. -->
  11.  
  12.  
  13. <head>
  14.  
  15. <!-- Default Colors -->
  16. <META name="image:Background" content="">
  17. <META name="image:Sidebar" content="http://28.media.tumblr.com/tumblr_lm4p2xmk0I1qa6im7o1_500.gif"/>
  18. <META name="image:Sidebar Background" content="">
  19. <META name="image:Header" content="">
  20. <META name="text:Sidebar Image Height" content="100px"/>
  21. <META name="if:Show Sidebar Image" content="1"/>
  22. <META name="if:Show Menu" content="1"/>
  23. <META name="if:Show Description" content="1"/>
  24. <META name="if:Show Header" content="0"/>
  25. <META name="if:Text Align Center" content="1"/>
  26. <META name="if:Header Align Left" content="0"/>
  27. <META name="if:Header Border" content="0"/>
  28. <META name="if:Repeat Header" content="0"/>
  29. <META name="if:Box Shadow" content="0"/>
  30. <META name="if:Show Bigger Posts" content="0"/>
  31. <META name="if:Margin Between Posts" content="0"/>
  32. <META name="if:Post Borders" content="0"/>
  33. <META name="if:Show Custom Scrollbar" content="1"/>
  34. <META name="if:Show Back to Top" content="1"/>
  35. <META name="if:Infinite Scrolling" content="0"/>
  36. <META name="font:Body" content="Arial"/>
  37. <META name="font:Navigation" content="Arial"/>
  38. <META name="font:Headers" content="Century Gothic"/>
  39. <META name="color:Background" content="#f9f9f9">
  40. <META name="color:Sidebar" content="#fff">
  41. <META name="color:Tables" content="#ffffff">
  42. <META name="color:Navigation" content="#eee">
  43. <META name="color:Navigation Hover" content="#000">
  44. <META name="color:Permalink" content="#eee">
  45. <META name="color:Permalink Text" content="#909090">
  46. <META name="color:Permalink Text Hover" content="#000">
  47. <META name="color:Font" content="#666666">
  48. <META name="color:Link" content="#dbdbdb">
  49. <META name="color:Link hover" content="#000000">
  50. <META name="color:Headers" content="#eee">
  51. <META name="color:Borders" content="#ebebeb">
  52. <META name="color:Chat Background" content="#f9f9f9">
  53. <META name="color:Navigation background" content="#F3F3F3" />
  54. <META name="color:Navigation" content="#000000" />
  55. <META name="color:Scrollbar" content="#ffffff">
  56. <META name="color:Scrollbar Main" content="#eeeeee">
  57. <META name="text:Header Height" content="100px">
  58. <META name="text:Ask Text" content="ask"/>
  59. <META name="text:Link 1 Title" content="" />
  60. <META name="text:Link 1" content="" />
  61. <META name="text:Link 2 Title" content="" />
  62. <META name="text:Link 2" content="" />
  63. <META name="text:Link 3 Title" content="" />
  64. <META name="text:Link 3" content="" />
  65. <META name="text:Link 4 Title" content="" />
  66. <META name="text:Link 4" content="" />
  67. <META name="text:Link 5 Title" content="" />
  68. <META name="text:Link 5" content="" />
  69. <!-- End Default Colors -->
  70.  
  71. {block:IfInfiniteScrolling}
  72. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScrolling}
  73.  
  74. {block:IfShowBacktoTop}
  75. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop"><img src="http://static.tumblr.com/95njt7t/WY7lqgdrx/backtotop_arrowblk.png" border="0"></a>
  76. {/block:IfShowBacktoTop}
  77.  
  78. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  79. <meta name="description" content="{MetaDescription}" />
  80.  
  81. <title>{title}</title>
  82. <link rel="shortcut icon" href="{Favicon}">
  83. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  84.  
  85. <style type="text/css">
  86. body {
  87. background-color: {color:Background};
  88. background-image: url('{image:Background}');
  89. background-position:center center;
  90. background-repeat: repeat;
  91. background-attachment:fixed;
  92. color:{color:font};
  93. cursor: url(""), default;
  94. text-align:justify;
  95. margin: 0px;
  96. padding: 0px;
  97. letter-spacing:1px;
  98. font-family:{font:Body};
  99. text-align:{block:IfTextAlignCenter}
  100. center{/block:IfTextAlignCenter};
  101. font-size:10px;
  102. }
  103.  
  104. a:link, a:visited, a:active {
  105. color: {color:Link};
  106. cursor: default;
  107. text-decoration:none;
  108. transition-duration: 0.50s;
  109. -moz-transition-duration: 0.50s;
  110. -webkit-transition-duration: 0.50s;
  111. -o-transition-duration: 0.50s;
  112. }
  113.  
  114. a:hover {
  115. color: {color:link hover};
  116. text-decoration:none;
  117. }
  118.  
  119. {block:IfShowCustomScrollbar}
  120. ::-webkit-scrollbar-thumb:vertical {
  121. background-color:{color:Scrollbar};
  122. height:100px;
  123. -moz-border-radius: 10px 30px;
  124. border-radius: 3px;
  125. }
  126.  
  127. ::-webkit-scrollbar-thumb:horizontal {
  128. background-color:{color:Scrollbar};
  129. height:10px !important;
  130. }
  131.  
  132. ::-webkit-scrollbar {
  133. height:10px;
  134. width:10px;
  135. background-color:{color:Scrollbar Main};
  136. }
  137. {/block:IfShowCustomScrollbar}
  138.  
  139.  
  140. li {
  141. text-align:left;
  142. }
  143.  
  144. br{
  145. padding:1px;
  146. margin:1px;
  147. }
  148.  
  149. h1{
  150. font-weight:bold;
  151. display:inline;
  152. font-size:35px;
  153. line-height:35px;
  154. padding-top:2px;
  155. margin-top:1px;
  156. font-family:engravers mt;
  157. text-transform:uppercase;
  158. }
  159.  
  160. .header, .header a{
  161. color:{color:Headers};
  162. font-size:13px;
  163. padding-top:2px;
  164. margin-top:1px;
  165. font-family:{font:Headers};
  166. text-transform:normal;
  167. }
  168.  
  169. .header a:hover{color: {color:link hover};}
  170.  
  171. .top{
  172. float:left;
  173. margin-bottom:1px;
  174. {block:IfHeaderAlignLeft}text-align:left;{/block:IfHeaderAlignLeft}
  175. height:{block:IfHeaderHeight}{text:Header Height}{/block:IfHeaderHeight};
  176. width:750px;
  177. {block:IfShowBiggerPosts}
  178. width:600px;
  179. {/block:IfShowBiggerPosts}
  180. overflow:hidden;
  181. {block:IfMarginBetweenPosts}
  182. margin-bottom:5px;
  183. {/block:IfMarginBetweenPosts}
  184. {block:IfRepeatHeader}
  185. background-image: url('{image:Header}');
  186. background-position:top center;
  187. background-repeat: repeat;
  188. background-attachment:scroll;
  189. {/block:IfRepeatHeader}
  190. }
  191.  
  192. .sidebar {
  193. margin:0 auto;
  194. float:left;
  195. height:250px;
  196. width:150px;
  197. {block:IfShowBiggerPosts}
  198. width:300px;
  199. {/block:IfShowBiggerPosts}
  200. {block:IfMarginBetweenPosts}
  201. margin-top:5px;
  202. margin-right:5px;
  203. {/block:IfMarginBetweenPosts}
  204. {block:IfPostBorders}border:1px solid {color:Borders};
  205. {/block:IfPostBorders}
  206. background-image:url('{image:Sidebar Background}');
  207. background-color:{color:Sidebar};
  208. {block:IfBoxShadow}
  209. border-radius: 2px 2px 2px 2px;
  210. -moz-border-radius: 2px 2px 0px 0px;
  211. -moz-box-shadow: 1px 1px 1px #CCC;
  212. -webkit-box-shadow: 1px 1px 1px #CCC;
  213. box-shadow: 1px 1px 1px #CCC;
  214. {/block:IfBoxShadow}
  215. }
  216.  
  217. .navi{
  218. position:absolute;
  219. background-color:{color:Navigation background};
  220. color:{color:Navigation};
  221. font-family:{font:Navigation};
  222. font: 8px;
  223. text-transform: uppercase;
  224. margin-left: 0px;
  225. margin-top:-14px;
  226. text-align: left;
  227. width: 144px;
  228. {block:IfShowBiggerPosts}
  229. width:295px;
  230. {/block:IfShowBiggerPosts}
  231. max-height:250px;
  232. padding-left:6px;
  233. -webkit-transition: 0.5s ease-in;
  234. opacity:0;
  235. }
  236.  
  237. .navi a{color:{color:Navigation};display:block;{block:IfShowBiggerPosts}display:inline;{/block:IfShowBiggerPosts}margin-top:1px;}
  238. .navi a:hover {color:{color:Navigation Hover};border-bottom:3px solid {color:Borders};}
  239. .sidebar:hover .navi {opacity: 50;margin-top:0px}
  240.  
  241.  
  242. .des{
  243. margin-top:1px;
  244. margin-bottom:1px;
  245. overflow:hidden;
  246. font-size:8px;
  247. }
  248.  
  249. .imgg {
  250. margin-top:0px;
  251. overflow:hidden;
  252. {block:IfShowBiggerPosts}
  253. width:300px;
  254. {/block:IfShowBiggerPosts}
  255. }
  256.  
  257. .previouss {
  258. float:left;
  259. left:5px;
  260. font-size:25px;
  261. color: {color:link};
  262. }
  263.  
  264. .previouss:hover{
  265. color: {color:link hover};
  266. -webkit-transition: all 0.3s ease-out;
  267. -moz-transition: all 0.3s ease-out;
  268. transition: all 0.3s ease-out;cursor:
  269. }
  270.  
  271. .nextt {
  272. float:right;
  273. right:5px;
  274. font-size:25px;
  275. color: {color:link};
  276. }
  277.  
  278. .nextt:hover{
  279. color: {color:link hover};
  280. -webkit-transition: all 0.3s ease-out;
  281. -moz-transition: all 0.3s ease-out;
  282. transition: all 0.3s ease-out;cursor:
  283. }
  284.  
  285.  
  286. #content {
  287. margin:0 auto;
  288. margin-top:-1px;
  289. margin-left:300px;
  290. margin-bottom:15px;
  291. width: 800px;
  292. position: relative;
  293. background-color: transparent;
  294. }
  295.  
  296. #post {
  297. float:left;
  298. height:250px;
  299. width:150px;
  300. {block:IfShowBiggerPosts}
  301. width:300px;
  302. {/block:IfShowBiggerPosts}
  303. overflow:hidden;
  304. {block:IfMarginBetweenPosts}
  305. margin-top:5px;
  306. margin-right:5px;
  307. {/block:IfMarginBetweenPosts}
  308. background-color:{color:Tables};
  309. {block:IfPostBorders}
  310. border:1px solid {color:Borders};
  311. {/block:IfPostBorders}
  312. {block:IfBoxShadow}
  313. border-radius: 2px 2px 2px 2px;
  314. -moz-border-radius: 2px 2px 0px 0px;
  315. -moz-box-shadow: 1px 1px 1px #CCC;
  316. -webkit-box-shadow: 1px 1px 1px #CCC;
  317. box-shadow: 1px 1px 1px #CCC;
  318. {/block:IfBoxShadow}
  319. }
  320.  
  321. #post img {
  322. padding: 0px;
  323. filter: alpha (opacity=100);
  324. opacity: 1.0;
  325. -webkit-transition: all 0.3s ease-out;
  326. -moz-transition: all 0.3s ease-out;
  327. transition: all 0.3s ease-out;
  328. }
  329.  
  330. #post img:hover {
  331. filter: alpha (opacity=70);
  332. opacity: 0.70;
  333. -webkit-transition: all 0.5s ease-out;
  334. -moz-transition: all 0.5s ease-out;
  335. transition: all 0.5s ease-out;
  336. }
  337.  
  338. .perma{
  339. background-color:{color:Permalink};
  340. color:{color:Permalink Text};
  341. float: left;
  342. margin-left: 0px;
  343. margin-top:-14px;
  344. text-align: left;
  345. width: 200px;
  346. {block:IfShowBiggerPosts}
  347. width:300px;
  348. {/block:IfShowBiggerPosts}
  349. height:14px;
  350. padding-left:6px;
  351. font-size: 10px;
  352. -webkit-transition: 0.5s ease-in;
  353. opacity:0;
  354. }
  355.  
  356. .perma a{color:{color:Permalink Text};}
  357. .perma a:hover {color:{color:Permalink Text Hover};}
  358. .entry:hover .perma {opacity: 50;margin-top:0px}
  359.  
  360. blockquote{
  361. border-left: 5px solid {color:Borders};
  362. padding:1px; padding-left: 5px; margin: 0px;
  363. }
  364.  
  365. .entry{
  366. background-color:;
  367. }
  368.  
  369. .entry img {
  370. max-width: 400px;
  371. {block:IfShowBiggerPosts}
  372. max-width:400px;
  373. {/block:IfShowBiggerPosts}
  374. }
  375.  
  376. #ask img {
  377. width:40px;
  378. }
  379.  
  380. #asker{
  381. margin: auto;
  382. background-color:{color:Chat Background};
  383. padding:10px;
  384. }
  385.  
  386. {block:PermalinkPage}
  387. #content{width:570px;
  388. {block:IfShowBiggerPosts}width:720px;{/block:IfShowBiggerPosts}}
  389. .entry object, embed{width:400px;}
  390. .entry img{max-width:400px;}
  391. #post{float:right; margin-left:6px;width: 400px;height:auto;}
  392. .perma {display:none;}
  393. .entry:hover .perma {display:none;}
  394. .top{display:none;}
  395. {/block:PermalinkPage}
  396.  
  397. .caps {
  398. float:right;
  399. margin-top:1px;
  400. background-color: {color:Tables};
  401. width: 400px;
  402. {block:IfPostBorders}border:1px solid {color:Borders};
  403. {/block:IfPostBorders};
  404. }
  405.  
  406. #info{
  407. float:right;
  408. margin-top:5px;
  409. margin-left:5px;
  410. background-color: {color:Tables};
  411. width: 400px;
  412. {block:IfPostBorders}border:1px solid {color:Borders};
  413. {/block:IfPostBorders};
  414. }
  415.  
  416. .notes {
  417. float:right;
  418. background-color: {color:Tables};
  419. {block:IfPostBorders}border:1px solid; {color:Borders};
  420. {/block:IfPostBorders}
  421. width:400px;
  422. margin-top:5px;
  423. margin-left:5px;
  424. }
  425.  
  426. .chat {
  427. padding:2px;
  428. }
  429.  
  430. .chat li {
  431. list-style-type: none;
  432. padding:1px;
  433. }
  434.  
  435. .chat li:nth-child(odd) {
  436. background-color:{color:Chat Background};
  437. }
  438.  
  439. ol.notes {
  440. float:left;
  441. max-height:200px;
  442. width: 330px;
  443. font-size:8px;
  444. list-style-type: none;
  445. overflow:auto;
  446. }
  447.  
  448. ol.notes li.note img.avatar {
  449. margin-right: -1px;
  450. width: 16px;
  451. height: 16px;
  452. }
  453.  
  454. .notes li:nth-child(odd) {
  455. background:{color:Notes Background}}
  456.  
  457. .notes li:hover {
  458. background:{color:Notes Background Hover}}
  459.  
  460. #scrollToTop:link,#scrollToTop:visited {
  461. color: transparent;
  462. background-color: transparent;
  463. display: none;
  464. position: fixed;
  465. bottom: 5px;
  466. right: 15px;
  467. }
  468.  
  469. {CustomCSS}
  470. </style>
  471. </head>
  472.  
  473. <body>
  474. {block:IfNotInfiniteScrolling}
  475. <div class="previouss">
  476. {block:Pagination}
  477. {block:PreviousPage}
  478. <a href="{PreviousPage}">ยซ</a>
  479. {/block:PreviousPage}</div>
  480.  
  481. <div class="nextt">
  482. {block:NextPage}
  483. <a href="{NextPage}">ยป</a>
  484. {/block:NextPage}
  485. {/block:Pagination}
  486. </div>
  487. {/block:IfNotInfiniteScrolling}
  488.  
  489. <div id="content">
  490. {block:IfShowHeader}<div style="{block:IfHeaderBorder}border:1px solid {color:Borders};
  491. {/block:IfHeaderBorder}" class="top">
  492. {block:IfNotRepeatHeader}
  493. <a href="/"><img src="{image:Header}"></a>{block:IfNotRepeatHeader}
  494. </div>{/block:IfShowHeader}
  495.  
  496. <div class="sidebar">
  497.  
  498. <div class="navi">
  499. <a href="/">home</a>
  500. <a href="/ask">{block:IfAskText}{text:Ask Text}{/block:IfAskText}</a>
  501. {block:ifLink1}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1}
  502. {block:ifLink2}<a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:ifLink2}
  503. {block:ifLink3}<a href="{text:Link 3}">{text:Link 3 Title}</a>{/block:ifLink3}
  504. {block:ifLink4}<a href="{text:Link 4}">{text:Link 4 Title}</a>{/block:ifLink4}
  505. {block:ifLink5}<a href="{text:Link 5}">{text:Link 5 Title}</a>{/block:ifLink5}
  506. <a href="http://cindie.tumblr.com">theme</a>
  507.  
  508. </div>
  509.  
  510. <div class="imgg">
  511. {block:IfShowSidebarImage}
  512. <div style="{block:IfNotShowBiggerPosts}width:150px;{/block:IfNotShowBiggerPosts}height:{block:IfSidebarImageHeight}{text:Sidebar Image Height}{/block:IfSidebarImageHeight};overflow:hidden;{block:IfShowBiggerPosts}width:300px;{/block:IfShowBiggerPosts}"><img style="border:none;max-width:300px;min-width:150px; {block:IfShowBiggerPosts}width:300px;{/block:IfShowBiggerPosts}{block:IfNotShowBiggerPosts}width:150px;{/block:IfNotShowBiggerPosts}" src="{image:Sidebar}"></div>
  513. {/block:IfShowSidebarImage}
  514. </div>
  515.  
  516. <div class="des">
  517. {block:IfShowDescription}
  518. {block:Description}{Description}{/block:Description}
  519. {/block:IfShowDescription}
  520. </div>
  521. </div>
  522.  
  523. {block:IfInfiniteScrolling}
  524. <div class = "autopagerize_page_element" >
  525. {/block:IfInfiniteScrolling}
  526. {block:Posts}
  527. {block:Text}
  528.  
  529. <div class="entry">
  530. <div id="post">
  531. <div class="perma">
  532. <a href="{Permalink}">{NoteCount}</a> |
  533. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  534. </div>
  535.  
  536. <div class="header"><a href="{Permalink}">{Title}</a></div>
  537. {Body}
  538.  
  539. </div>
  540. </div>
  541. {/block:Text}
  542. {block:Photo}
  543.  
  544. <div class="entry">
  545. <div id="post">
  546. <div class="perma">
  547. <a href="{Permalink}">{NoteCount}</a> |
  548. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  549. </div>
  550.  
  551. {LinkOpenTag}<img style="{block:IfPostBorders}-moz-border-radius: 10px 30px;
  552. border-radius: 3px{/block:IfPostBorders};width:{block:IfNotBiggerPosts}400px;{/block:IfNotBiggerPosts}{block:IfBiggerPosts}500px;{/block:IfBiggerPosts}" src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  553.  
  554. </div>
  555. </div>
  556. {/block:Photo}
  557. {block:Photoset}
  558.  
  559. <div class="entry">
  560. <div id="post">
  561.  
  562. <div class="perma">
  563. <a href="{Permalink}">{NoteCount}</a> |
  564. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  565. </div>
  566.  
  567. {block:IfShowBiggerPosts}{Photoset-500}{block:IfShowBiggerPosts}{block:IfNotShowBiggerPosts}{Photoset-400}{block:IfNotShowBiggerPosts}
  568.  
  569. </div>
  570. </div>
  571. {/block:Photoset}
  572. {block:Quote}
  573.  
  574. <div class="entry">
  575. <div id="post">
  576. <div class="perma">
  577. <a href="{Permalink}">{NoteCount}</a> |
  578. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  579. </div>
  580.  
  581. <div class="header"><h1>"</h1>{Quote}</div>
  582. {block:Source}
  583. <br><i>{Source}</i><br>
  584. {/block:Source}
  585. </div>
  586. </div>
  587.  
  588. {/block:Quote}
  589.  
  590. {block:Link}
  591.  
  592. <div class="entry">
  593. <div id="post">
  594.  
  595. <div class="perma">
  596. <a href="{Permalink}">{NoteCount}</a> |
  597. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  598. </div>
  599.  
  600. <a href="{URL}"{Target}><div class="header">{Name}</a></div>
  601. {block:Description}
  602. {Description}
  603. {/block:Description}
  604.  
  605. </div>
  606. </div>
  607. {/block:Link}
  608.  
  609. {block:Chat}
  610.  
  611. <div class="entry">
  612. <div id="post">
  613.  
  614. <div class="perma">
  615. <a href="{Permalink}">{NoteCount}</a> |
  616. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  617. </div>
  618.  
  619. <div class="header">{Title}</a></div>
  620. <ul class="chat">
  621. {block:Lines}
  622. <li class="{Alt}">
  623. {block:Label}
  624. <span class="label">{Label}</span>
  625. {/block:Label}
  626.  
  627. {Line}
  628.  
  629. {/block:Lines}
  630. </ul>
  631.  
  632. </li>
  633. </div>
  634. </div>
  635. {/block:Chat}
  636. {block:Video}
  637.  
  638. <div class="entry">
  639. <div id="post">
  640. <div class="perma">
  641. <a href="{Permalink}">{NoteCount}</a> |
  642. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  643. </div>
  644.  
  645. {block:IfNotShowBiggerPosts}{Video-400}{block:IfNotShowBiggerPosts} {block:IfShowBiggerPosts}{Video-500}{/block:IfShowBiggerPosts}
  646.  
  647. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  648. <br>
  649. </div>
  650. </div>
  651.  
  652. {/block:Video}
  653. {block:Audio}
  654.  
  655. <div class="entry">
  656. <div id="post">
  657. <div class="perma">
  658. <a href="{Permalink}">{NoteCount}</a> |
  659. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  660. </div>
  661.  
  662. {AudioPlayerGrey}
  663. {block:Artist}{Artist}{/block:Artist} - {block:TrackName}{TrackName}{/block:TrackName}
  664. </br><i>{PlayCountWithLabel}</i></br>
  665.  
  666. </div>
  667. </div>
  668.  
  669. {/block:Audio}
  670.  
  671. {block:Answer}
  672. <div class="entry">
  673. <div id="post">
  674.  
  675. <div class="perma">
  676. <a href="{Permalink}">{NoteCount}</a> |
  677. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  678. </div>
  679.  
  680. <div id="asker">{Asker} Asked:{Question}</div>
  681. {Answer}
  682.  
  683. </div>
  684. </div>
  685. {/block:Answer}
  686.  
  687. {block:PermalinkPage}
  688. <div class="caps">
  689. {block:Caption}{Caption}{/block:Caption}
  690. </div>
  691. {block:Date}
  692. <div id="info"><div id="bottominfo">
  693. Posted: <a href="/day/{year}/{monthnumberwithzero}/{dayofmonthwithzero}">
  694. {ShortDayOfWeek} {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}
  695. </a>
  696. at {12Hour}:{Minutes}{AmPm}
  697. {block:RebloggedFrom}
  698. <br>Originally posted by
  699. <a href="{ReblogRootURL}">{ReblogRootName}</a>.
  700. {/block:RebloggedFrom}
  701.  
  702. {block:Answer}
  703. <BR>
  704. Ask: <a href="/ask">{AskLabel}</a>
  705. {/block:Answer}
  706.  
  707. {block:Audio}
  708. <BR>Plays: {FormattedPlayCount}
  709. {block:ExternalAudio}
  710. <BR>Download: <a href="{ExternalAudioURL}">here</a>.
  711. {/block:ExternalAudio}
  712. {/block:Audio}
  713.  
  714. {block:HasTags}
  715. <BR>Tagged: {block:Tags}
  716. <a href="{TagURL}">{Tag}</a> {/block:Tags}
  717. {/block:HasTags}
  718.  
  719. {block:NoteCount}<BR>Notes: {NoteCount}{/block:NoteCount}
  720. </div></div>
  721. {/block:Date}
  722. {/block:PermalinkPage}
  723.  
  724. {block:PostNotes}
  725. <div class="notes">{PostNotes}</div>
  726. {/block:PostNotes}
  727.  
  728.  
  729. {/block:Posts}
  730. </div>
  731. {block:IfInfiniteScrolling}
  732. </div>
  733. {/block:IfInfiniteScrolling}
  734.  
  735. </body>
  736. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement