Advertisement
cornetespoir

8 // Accessible v2

Feb 28th, 2016
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.09 KB | None | 0 0
  1. <!--
  2. //Access
  3.  
  4. an accessible, disability and mental illness friendly theme by espoirthemes //
  5.  
  6. +please don't move the credit
  7. +edit as much as you like
  8. +let me know if I need to change or add something to make it better!
  9.  
  10. !!!!
  11. to edit the blacklist,
  12. press control and f and type "quick black list" into the search.
  13. click the down arrow and it should take you right to the part you
  14. can edit
  15. !!!!
  16.  
  17. battery and spoon credits to:
  18. lizzledpink
  19. batterycodes
  20. theomania
  21.  
  22. -->
  23.  
  24. <html>
  25. <head>
  26. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  27.  
  28. <link rel="shortcut icon" href="{Favicon}" />
  29. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  30. <title>{Title}</title>
  31. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  32.  
  33.  
  34. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  35.  
  36. <meta name="color:background" content="#ffffff">
  37. <meta name="color:posts" content="#fff" />
  38. <meta name="color:text" content="#222" />
  39. <meta name="color:link hover" content="#ddd" />
  40. <meta name="color:link" content="#c0bdb8" />
  41. <meta name="color:Bold" content="#777777" />
  42. <meta name="color:Italic" content="#bbbbbb"/>
  43. <meta name="color:border" content="#ddd" />
  44. <meta name="color:sidebar border" content="#fff" />
  45. <meta name="color:info background" content="#efefef" />
  46. <meta name="if:battery" content="" />
  47. <meta name="color:scrollbar" content="#222" />
  48. <meta name="color:tooltip" content="#222" />
  49. <meta name="color:tooltip text" content="#fff" />
  50. <meta name="if:spoons" content="" />
  51. <meta name="if:hearts" content="" />
  52. <meta name="if:hpbar" content="" />
  53. <meta name="select:battery percentage" content="http://38.media.tumblr.com/d939a64ec0eab40aa76b885cb5af24ea/tumblr_inline_muh38ypKnD1qcza22.png" title="empty">
  54.  
  55. <meta name="select:battery percentage" content="http://33.media.tumblr.com/48b8477b64137f9daab252607d1eaf90/tumblr_inline_muh394jFZN1qcza22.png" title="low">
  56.  
  57. <meta name="select:battery percentage" content="http://33.media.tumblr.com/f46910e9a7f0e27a215430461c0c6474/tumblr_inline_muh39b4ARG1qcza22.png" title="medium">
  58.  
  59. <meta name="select:battery percentage" content="http://31.media.tumblr.com/e2920cd4095998cf80c8c8891d6bbbfe/tumblr_inline_muh39hIh371qcza22.png" title="full">
  60. <meta name="select:hp percent" content="2" title="0%" />
  61. <meta name="select:hp percent" content="20" title="10%" />
  62. <meta name="select:hp percent" content="40" title="20%" />
  63. <meta name="select:hp percent" content="60" title="30%" />
  64. <meta name="select:hp percent" content="80" title="40%" />
  65. <meta name="select:hp percent" content="100" title="50%" />
  66. <meta name="select:hp percent" content="120" title="60%" />
  67. <meta name="select:hp percent" content="140" title="70%" />
  68. <meta name="select:hp percent" content="160" title="80%" />
  69. <meta name="select:hp percent" content="180" title="90%" />
  70. <meta name="select:hp percent" content="200" title="100%" />
  71.  
  72. <!-- Battery Code Options End -->
  73. <meta name="text:link1" content="un" />
  74. <meta name="text:url1" content="url" />
  75. <meta name="text:link2" content="deux" />
  76. <meta name="text:url2" content="url" />
  77. <meta name="color:battery" content="#000"/>
  78. <meta name="text:link3" content="trois" />
  79. <meta name="text:url3" content="url" />
  80. <meta name="text:link4" content="quatre" />
  81. <meta name="text:url4" content="url" />
  82. <meta name="if:quick blacklist" content="" />
  83.  
  84. <meta name="text:current" content="5"/>
  85. <meta name="text:maximum" content="5"/>
  86. <meta name="color:full meter" content="#000"/>
  87. <meta name="color:empty empty" content="#ddd"/>
  88. <meta name="color:hpbackground" content="#eee" />
  89. <meta name="color:hp" content="#89AF28" />
  90.  
  91. <meta name="image:background" content="" />
  92. <meta name="image:sidebar" content=""/>
  93.  
  94. <meta name="if:semitransparentposts" content="" />
  95. <script type="text/javascript">
  96. function unhide(divID) {
  97. var item = document.getElementById(divID);
  98. if (item) {
  99. item.className=(item.className=='hidden')?'unhidden':'hidden';
  100. }
  101. }
  102. </script>
  103.  
  104. <script>
  105. $(document).ready(function(){
  106. $(".title").click(function(){
  107. $(".thing").toggle();
  108. });
  109. });
  110. </script>
  111.  
  112.  
  113. </head>
  114.  
  115. <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
  116. {block:ifhearts}
  117. <script>
  118. $(document).ready(function () {
  119. for (var i=0; i < {text:current}; i++) {
  120. $(".hearts").append('<span ><i class="fa fa-heart"style="color:{color:full meter}"></i></span>');
  121. }
  122.  
  123. for (var i=0; i < ({text:maximum} - {text:current}); i++) {
  124. $(".hearts").append('<span ><i class="fa fa-heart"style="color:{color:empty meter}"></i></span>');
  125. }
  126. });
  127. </script>{/block:ifhearts}
  128. {block:ifspoons}
  129. <script>
  130. $(document).ready(function () {
  131. for (var i=0; i < {text:current}; i++) {
  132. $(".spoons").append('<span ><i class="fa fa-spoon"style="color:{color:full meter}"></i></span>');
  133. }
  134.  
  135. for (var i=0; i < ({text:maximum} - {text:current}); i++) {
  136. $(".spoons").append('<span ><i class="fa fa-spoon" style="color:{color:empty meter}"></i></span>');
  137. }
  138. });
  139. </script>{/block:ifspoons}
  140.  
  141.  
  142.  
  143.  
  144. <script type="text/javascript"
  145. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  146. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  147. <script>
  148. (function($){
  149. $(document).ready(function(){
  150. $("[title]").style_my_tooltips({
  151. tip_follows_cursor:true,
  152. tip_delay_time:200,
  153. tip_fade_speed:300
  154. }
  155. );
  156. });
  157. })(jQuery);
  158. </script>
  159.  
  160. <style type="text/css">
  161. .meter{width:100%; padding:2px; padding-bottom:10px; text-align:center;}
  162. .box{position:fixed; margin-top:-40px; right:10px; width:130px;border:6px solid transparent;}
  163. .title{width:120px;padding:8px; background:white;
  164. border:4px double #eee;height:auto;
  165. position:relative; margin-top:10px;
  166. text-align:center; letter-spacing:2px; transition:.6s;
  167.  
  168. }
  169.  
  170. #s-m-t-tooltip{
  171. max-width:300px;
  172. margin-top:-50px;
  173. margin-left:-20px;
  174.  
  175. border:2px solid white;
  176. box-shadow: 0px 0px 0px 2px {color:tooltip};
  177. font-family:consolas;
  178. padding:5px 5px;
  179. background:{color:tooltip}; /*if you're changing the color in the code, make sure this is the same as the s-m-t:after */
  180. color:{color:tooltip text};
  181. z-index:99;
  182. font-size:12px;
  183. text-transform:uppercase;
  184. }
  185.  
  186. /* don't touch this, this is the what makes it look like a speech bubble */
  187. #s-m-t-tooltip:after{
  188.  
  189. content: '';
  190. position: absolute;
  191. border-style: solid;
  192. border-width: 8px 10px 0;
  193. border-color: {color:tooltip} transparent;
  194. display: block;
  195. width: 0;
  196. z-index: 1;
  197. bottom: -10px;
  198. left: 50%;}
  199.  
  200.  
  201. ::-webkit-scrollbar {width: 10px; height: 4px; background: #ffffff; border:1px solid {color:border}; }
  202. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; }
  203.  
  204.  
  205. .thing {margin-top:6px;display:none; width:120px; position:relative;transition:.6s; background:white;
  206. font-family:arial; font-size:11.8px; border:4px double #eee; padding:8px;
  207. }
  208.  
  209. .thing li {list-style:none; margin-top:4px;}
  210. .thing li:before{content:'■ '; color:#B40404}
  211.  
  212. ::selection {color: #000; background: #ddd;}
  213. ::-moz-selection {color: #000; background: #ddd;}
  214. {block:ifhpbar}
  215. .hpbar{width:200px; padding:0px; border:2px solid white;margin-left:-2px; background:{color:hpbackground}; height:10px; box-shadow:0px 0px 0px 1px {color:border};}
  216. .hp{width:{select:hp percent}px; background:{color:hp};height:10px; border-right:2px solid white;}
  217.  
  218. {/block:ifhpbar}
  219. ul{padding:10px;}
  220. body {color:{color:text}; background:{color:background} url({image:background}) /*no-repeat center center fixed;
  221. -webkit-background-size: cover;
  222. -moz-background-size: cover;
  223. -o-background-size: cover;
  224. background-size: cover*/;
  225. background-attachment:fixed; word-wrap:break-word;
  226. font-family:verdana; font-size:14px; line-height:17px; text-align:justify}
  227.  
  228. a:link, a:active, a:visited{color: {color:link}; text-decoration:none;}
  229.  
  230. a:hover {
  231. color:{color:link hover};-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  232.  
  233. small{font-size:auto}
  234.  
  235. big{font-size:auto}
  236.  
  237. b, strong{color:{color:bold}}
  238.  
  239. h1 {font-size:15px;}
  240.  
  241. i, em {color:{color:italic}; font-style:normal;}
  242.  
  243. p{margin-top:6px; margin-bottom:6px}
  244.  
  245. blockquote {padding:0px; padding-left:10px; margin:8px; border-left:2px solid {color:text}}
  246. blockquote img {max-width:100%;}
  247.  
  248. #reblog{position:relative; background-color:{color:info background};opacity:0; margin-left:400px; transition:.8s; width:70px;padding:2px; margin-top:-30px; border:1px solid {color:border};}
  249. #reblog a{text-decoration:none;}
  250.  
  251. .hidden {display: none;}
  252. .unhidden {width:150px;display: block; margin-left:40px; position:fixed;left:280px; top:100px; padding:4px; border-radius:6px;
  253. {block:ifsemitransparentposts}background-color: rgba(255,255,255,0.32);{block:ifsemitransparentposts}{block:ifnotsemitransparentposts}background-color:{color:posts};{/block:ifnotsemitransparentposts}
  254.  
  255. }
  256.  
  257. #posts:hover #reblog{opacity:1;}
  258. #container {background-color:transparent; width: 500px; margin: 0 auto -10px auto}
  259.  
  260. /* the overall entries container and position of it */
  261. #posts i{font-style:normal;}
  262. #entries {margin-left:500px; text-align: justify;}
  263.  
  264. /* here are your posts to customize!! */
  265. #posts {margin: 70px 0 100px 0; width: 500px;text-align: justify; padding: 20px;border: 1px solid {color:border}; border-radius:8px;{block:ifsemitransparentposts}background-color: rgba(255,255,255,0.32);{block:ifsemitransparentposts}{block:ifnotsemitransparentposts}background-color:{color:posts};{/block:ifnotsemitransparentposts}}
  266.  
  267. #posts img {max-width:100%;transition:.8s;-webkit-transition: opacity 0.8s linear;
  268. opacity: 0.80;
  269. }
  270. #posts img:hover{ transition:.8s;
  271. -webkit-transition: opacity 0.8s linear;
  272. opacity: 1;
  273. }
  274.  
  275. .speechbubble {
  276. width:400px;
  277. position: relative;
  278. background:#eee ;
  279. left:70px;
  280. color:#a0a0a0;
  281. margin: 0;
  282. padding:8px;
  283. text-align:left;
  284.  
  285. box-shadow: 0px 0 1px rgba(0,0,0,0);
  286. }
  287.  
  288. .speechbubble:after {
  289. position: absolute;
  290. content: "";
  291. border-color:#eee transparent transparent transparent;
  292. border-style: solid;
  293. border-width: 15px 15px 0px;
  294. height:0;
  295. width:0;
  296. position:absolute;
  297. left:-15px;
  298. top:10px;
  299. }
  300. .dinky {
  301. float:left;
  302. }
  303.  
  304. #albumart{
  305. z-index:2;
  306. width:150px;
  307. height:150px;
  308. padding:2px;
  309.  
  310. }
  311. #albumart img{
  312. background:{color:highlight};
  313. width:150px;
  314. height:150px;
  315. padding:2px;
  316. outline:1px solid black;
  317. border-width:0px; transition:.6s;
  318.  
  319. }
  320.  
  321.  
  322. .player {
  323. width:20px;
  324. overflow:hidden;
  325. height:40px;
  326. padding:0px;
  327. padding-top:10px;
  328. padding-left:2px;
  329. margin-left:8px;
  330. transform:scale(1.2);
  331. border-radius:90px;
  332. position:relative;
  333.  
  334.  
  335. }
  336.  
  337.  
  338. .playercon {
  339. width:330px;
  340. height:50px;
  341. background:white;
  342. border:1px solid black;
  343. margin-left:2px;
  344. position:relative;
  345. margin-top:-10px;
  346. border-left:none;
  347.  
  348. }
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355. .donkey {
  356. float:left top;
  357. margin-left:134px;
  358. background-color:transparent;
  359. padding:20px;
  360.  
  361. height:110px;
  362. text-align:center;
  363. color:{color:text};
  364. }
  365.  
  366. .track {
  367. font-size:14px;
  368. letter-spacing:4px;
  369. margin-top:-46px;
  370. margin-left:6px;
  371. padding:10px;
  372. font-weight:300;
  373. text-transform:uppercase; transition:.6s;
  374. font-family:bitxmap;
  375. color:black;
  376. }
  377.  
  378.  
  379.  
  380.  
  381.  
  382. .artist {
  383. letter-spacing:1px;
  384. font-style:italic;
  385.  
  386.  
  387.  
  388. }
  389.  
  390. .playcount {
  391. font-size:10px;
  392.  
  393. text-transform:uppercase;
  394. letter-spacing:3px;
  395. }
  396.  
  397.  
  398. #audiolo {
  399.  
  400. width:500px;
  401.  
  402.  
  403. }
  404. #sidebar{ position:fixed; {block:ifsemitransparentposts}background-color: rgba(255,255,255,0.32);{block:ifsemitransparentposts}{block:ifnotsemitransparentposts}background-color:{color:posts};{/block:ifnotsemitransparentposts} width:200px; padding:8px; left:100px; top:100px; border-radius:8px; border:1px solid {color:sidebar border};
  405. }
  406. #sidebar img {border-radius:4px; padding:6px; width:80px; height:80px;border:1px solid {color:border}; }
  407. .links li{list-style:none; padding:8px;
  408. border-bottom:1px solid #eee;
  409. position: relative;
  410. padding-bottom: 3px; text-align:right;
  411. }
  412.  
  413. .links li:before {
  414. content: '';
  415. display: block;
  416. position: absolute;
  417. left: 0;
  418. bottom: 0;
  419. height: 1px;
  420. width: 0;
  421. transition: width 0s ease, background .5s ease;
  422. }
  423. .links li:after {
  424. content: '';
  425. display: block;
  426. position: absolute;
  427. right: 0;
  428. bottom: 0;
  429. height: 1px;
  430. width: 0;
  431. background: #aaa;
  432. transition: width .5s ease;
  433. }
  434. .links li:hover:before {
  435. width: 100%;
  436. background: #aaa;
  437. transition: width .5s ease;
  438. }
  439. .links li:hover:after {
  440. width: 100%;
  441. background: transparent;
  442. transition: all 0s ease;
  443. }
  444. .icon{position:absolute;}
  445. .icon li{ list-style:none; padding:5.2px; font-size:18px; }
  446. .icon i{color:{color:links};}
  447.  
  448. h2 {
  449. font-family:helvetica; font-weight:100; line-height:17px;
  450. }
  451.  
  452. #pagination {font-family:calibri; text-align:center; font-size:24px; margin-bottom:2px;}
  453.  
  454. #credit{position:fixed; bottom:10px; left:10px; font-size:11px; font-family:calibri;color:{color:text}; text-transform:uppercase;letter-spacing: 0px; font-style:normal; background:white; border:1px solid #aaa; padding:3px;}
  455.  
  456. #info{padding-top:5px; display:block; width:auto; font-size:12px; font-family:verdana; text-transform:uppercase; background-color:{color:info background};position:absolute;width:500px; border:1px solid {color:border};}
  457. #info a{text-decoration:underline;}
  458.  
  459. .audio{background-color:black; display:block}
  460. #tags{width:500px; position:absolute; margin-top:42px; {block:permalinkpage} margin-top:-70px; {block:permalinkpage}}
  461. #tags a{background:{color:info background}; padding:2px;border:1px solid {color:border}; margin-right:8px;}
  462. #tags a:before{content:'#'}
  463. /* this is your chats, you can stylize however you want */
  464.  
  465. .user_1 .label {color:{color:link}; font-weight:bold}
  466. .user_2 .label {color:{color:text}; font-weight:italic}
  467. .user_3 .label {color:{color:link}; font-weight:text}
  468.  
  469.  
  470. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px}
  471.  
  472. .notes img{width:10px; position:relative; top:1px}
  473. #notescon{margin: 100px 0 100px 500px; width: 500px;text-align: justify; padding: 20px;border: 1px solid {color:border}; margin-top:100px; border-radius:8px; background:{color:posts};}
  474. ol.notes {
  475. list-style-type: none;
  476. padding:0px; width:100%;
  477. position:relative;
  478. }
  479.  
  480. ol.notes li.note {
  481. padding:10px;
  482. border-bottom:1px solid {color:border};
  483. }
  484.  
  485.  
  486. #egg { opacity:.8;left:10px; bottom:10px; position:fixed;bottom:4px;display:block; width: 14px; height: 18px; background-color:#FFFEFC; -webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px; border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  487. font-family: "bitxmap";
  488. border:2px solid #aaa;
  489.  
  490. }
  491. #egg:hover { animation-name: egg;
  492. animation-duration: 1s;
  493. animation-iteration-count: infinite;}
  494. @keyframes egg{
  495. 0%{}
  496. 10%{transform:rotate(20deg)}
  497. 80%{transform:rotate(-20deg)}
  498. 100%{}
  499. }
  500.  
  501. </style>
  502.  
  503.  
  504. <body>
  505. {block:ifquickblacklist}
  506.  
  507.  
  508. <div class="box" style="right:40px;"><a title="click for list"><div class="title">
  509. <!--this is the title of the blacklist-->
  510. blacklist
  511. <!--you can change the title if you want -->
  512. </div></a><div class="thing">
  513.  
  514. <!--!!!! quick black list starts here!!!! -->
  515.  
  516. <!--in between the <b> and </b>, write your description.
  517. you may also remove <b> and </b> if you don't want it to be bold. -->
  518. <b>please tag:</b> <br>
  519. <!--to change the tags, replace the words between <li> </li> with your own. -->
  520. <li> gore </li>
  521. <li> horror </li>
  522. <li> nsfw </li>
  523. <!--to add more, copy and paste the "<li> tag here </li>", and fill in your blacklisted tag. you can put as many as you want.
  524. make sure there is a <li> before the tag, and </li> after the tag, otherwise the list will mess up. -->
  525.  
  526. <!-- don't touch the rest, end of quick black list -->
  527. </div></div>
  528.  
  529. {/block:ifquickblacklist}
  530.  
  531.  
  532. <div id="sidebar">
  533. <div class="meter">
  534. {block:ifhpbar}<a title="{name}'s hp"><div class="hpbar"><div class="hp"></div></div></a>{/block:ifhpbar}<center>{block:ifbattery}
  535. <div id="battery"><center>
  536. <img src="{select:battery percentage}" style="width:22px; height:22px; border:none">
  537. </center></div>
  538. {/block:ifbattery}
  539. {block:ifspoons}<div class="spoons" title="{text:current}/{text:maximum} Spoons" style="font-size: 26px; "></div>{/block:ifspoons}
  540. {block:ifhearts}<div class="hearts" title="{text:current}/{text:maximum} hearts" style="font-size: 20px;"></div>{/block:ifhearts}
  541.  
  542. </div>
  543. <center><a href="/" title="{title}"><img src="{image:sidebar}"></center></a>
  544. <center><br>
  545. {description}<p>
  546. <div class="icon">
  547. <li><i class="fa fa-home "></i></li>
  548. <li><i class="fa fa-envelope " style="font-size:16px"></i></li>
  549. <li><i class="fa fa-clock-o "></i></li>
  550. <li><i class="fa fa-plus" ></i></li>
  551. </div>
  552. <div class="links">
  553. <li><a href="/">home</a></li>
  554. <li><a href="/ask">ask</a> </li>
  555. <li><a href="/archive">archive</a></li>
  556. <li><a href="javascript:unhide('displaybx');" title="click for links">more</a>
  557.  
  558. </div>
  559.  
  560.  
  561. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">»</a><br />{/block:NextPage}{/block:Pagination}</div>
  562. </div>
  563. </center>
  564. <div id="displaybx" class="hidden"><div class="icon"><li><i class="fa fa-link"></i></li><li><i class="fa fa-link"></i></li><li><i class="fa fa-link"></i></li><li><i class="fa fa-link"></i></li></div>
  565. <div class="links">
  566. <li><a href="{text:url1}">{text:link1}</a></li>
  567. <li><a href="{text:url2}">{text:link2}</a> </li>
  568. <li><a href="{text:url3}">{text:link3}</a></li>
  569. <li><a href="{text:url4}">{text:link4}</a></li>
  570.  
  571.  
  572. </div></div>
  573.  
  574. <a href="http://espoirthemes.tumblr.com" title="theme credit"><div id="egg"></div></a>
  575.  
  576. <div id="entries">
  577. {block:posts}
  578.  
  579. <div id="posts">
  580.  
  581. <div id="reblog"><a href="{Permalink}"> <a href="{ReblogURL}" target="_blank" class="details"> +Reblog</a></div><br>
  582. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  583.  
  584.  
  585. {block:Quote}<h2>"{Quote}" — {Source}</h2><br>{/block:Quote}
  586.  
  587. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  588. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  589.  
  590. {block:Photo}<center><img src="{PhotoURL-500}"/></center><br>
  591. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  592.  
  593. {block:Photoset}<center>{Photoset-500}</center>
  594. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  595.  
  596. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title} <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  597.  
  598. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  599.  
  600. {block:Answer}
  601.  
  602. <div class="askerportrait"><img style=" margin-left:10px; width:40px" src="{AskerPortraitURL-40}" align="left" /></div><div class="speechbubble">{Asker} {text:ask}: {Question}</div><br>
  603. {Answer}
  604. <br>
  605.  
  606. {/block:Answer}
  607.  
  608.  
  609. {block:Audio}
  610.  
  611. <div id="audiolo">
  612. <div class="dinky">
  613. {block:AlbumArt}<div id="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  614. </div>
  615.  
  616. <div class="donkey"><div class="playercon"><div class="player">{AudioPlayerWhite}</div> <div class="track"> {block:TrackName}
  617. {TrackName}
  618. {/block:TrackName} </div></div>
  619.  
  620.  
  621.  
  622. <div class="artist">
  623. {block:Artist}{Artist}
  624. {/block:Artist} </div>
  625.  
  626. <div class="album">
  627. {block:Album}
  628. {Album}
  629. {/block:Album}
  630. </div>
  631.  
  632. <div class="playcount">
  633.  
  634. {block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}</div>
  635. </div></div>
  636.  
  637. {block:caption}{caption} {/block:Caption}
  638.  
  639. {/block:Audio}
  640.  
  641.  
  642.  
  643. <br>
  644. <center><div id="info">{block:Date}<a href="{permalink}"> {TimeAgo}</a>{/block:Date}{block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  645.  
  646. {block:permalinkpage}{block:RebloggedFrom}<br>via: <a href="{permalink}">{ReblogParentName}</a> - {/block:RebloggedFrom}{block:ContentSource}source: <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</center> {/block:permalinkpage}<p>
  647. </div>
  648.  
  649. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{Tag} </a>{/block:Tags}</div> {/block:HasTags}
  650. </div>
  651. {/block:Posts}
  652. <br>
  653. {block:PostNotes}<div id="notescon">{PostNotes}</div>{/block:PostNotes}<br />
  654. </div>
  655. </div>
  656.  
  657. </body>
  658. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement