letsrp

Unholy Trinity - Theme #14

Oct 24th, 2013
2,423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.35 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2.  
  3. <!--
  4. .---. .-''-.,---------. .-'''-..-------. .-------.
  5. | ,_| .'_ _ \ \/ _ | _ _ \ \ _(`)_ \
  6. ,-./ ) / ( ` ) `--. ,---(`' )/`--| ( ' ) | | (_ o._)|
  7. \ '_ '`). (_ o _) | | \ (_ o _). |(_ o _) / | (_,_) /
  8. > (_) )| (_,_)___| :_ _: (_,_). '.| (_,_).' __| '-.-'
  9. ( . .-'' \ .---. (_I_) .---. \ | |\ \ | | |
  10. `-'`-'|__\ `-' / (_(=)_)\ `-' | | \ `' | |
  11. | \ / (_I_) \ /| | \ // )
  12. `--------``'-..-' '---' `-...-' ''-' `'-' `---'
  13.  
  14.  
  15. this theme was made by letsrp @ tumblr.com
  16. - don't use as base to make your own themes
  17. - don't edit and redistribute it
  18. - keep credit
  19. - don't steal, please
  20. -->
  21.  
  22. <html>
  23. <head>
  24. <script type='text/javascript' src='http://code.jquery.com/jquery.min.js'></script>
  25. <script type='text/javascript'>
  26. $(function(){ function selectTab(tab){ var i=1; while($('#tab'+i).length){ if(tab.attr('id')!=='tab'+i){ $('#tab'+i).removeClass('highlight'); $('#tab'+i+'-content').hide(); } else { tab.addClass('highlight'); $('#tab'+i+'-content').show(); } i++; }} $('#tab1').addClass('highlight'); $('.but').each(function(){ $(this).click(function(){ selectTab($(this)); });});});</script>
  27.  
  28. <title>{Title}</title>
  29. <link rel="shortcut icon" href="{Favicon}" />
  30. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  31. <meta name="description" content="{MetaDescription}" />
  32.  
  33. <!-- DEFAULT VARIABLES -->
  34. <meta name="color:background" content="#f7f7f7" />
  35. <meta name="color:text" content="#8e8d8d" />
  36. <meta name="color:link" content="#9c9a9a" />
  37. <meta name="color:hover" content="#95cc92" />
  38. <meta name="color:menu" content="#ffffff" />
  39. <meta name="color:entry" content="#ddecef" />
  40. <meta name="color:post" content="#ffffff" />
  41. <meta name="color:border" content="#dbdada" />
  42. <meta name="color:title" content="#9fcab6" />
  43. <meta name="color:pop1" content="#bc4676" />
  44. <meta name="color:pop2" content="#9fcab6" />
  45.  
  46. <meta name="image:background" content=""/>
  47. <meta name="image:header" content="http://static.tumblr.com/ffe5f7ffc05ca0bd12bbfd5bc59dd0de/yy7o4zk/k5gmv6n6y/tumblr_static_untitled-1.jpg"/>
  48. <meta name="image:side" content="http://static.tumblr.com/1a50d04f8ec8679c4b7f3f05ef3a2186/yy7o4zk/Uspmv6vtm/tumblr_static_2m30orn.png"/>
  49.  
  50. <meta name="image:admin 1" content=""/>
  51. <meta name="image:admin 2" content=""/>
  52. <meta name="image:admin 3" content=""/>
  53.  
  54. <meta name="text:Link 1 Title" content="link"/>
  55. <meta name="text:Link 1" content="/#" />
  56. <meta name="text:Link 2 Title" content="link"/>
  57. <meta name="text:Link 2" content="/#" />
  58. <meta name="text:Link 3 Title" content="link"/>
  59. <meta name="text:Link 3" content="/#" />
  60. <meta name="text:Link 4 Title" content="link"/>
  61. <meta name="text:Link 4" content="/#" />
  62. <meta name="text:Link 5 Title" content="link"/>
  63. <meta name="text:Link 5" content="/#" />
  64. <meta name="text:Link 6 Title" content="link"/>
  65. <meta name="text:Link 6" content="/#" />
  66. <meta name="text:Link 7 Title" content="link"/>
  67. <meta name="text:Link 7" content="/#" />
  68. <meta name="text:Link 8 Title" content="link"/>
  69. <meta name="text:Link 8" content="/#" />
  70. <meta name="text:Link 9 Title" content="link"/>
  71. <meta name="text:Link 9" content="/#" />
  72. <meta name="text:Link 10 Title" content="link"/>
  73. <meta name="text:Link 10" content="/#" />
  74.  
  75. <meta name="text:tracks" content="/"/>
  76.  
  77. <meta name="text:date 1" content=""/>
  78. <meta name="text:update 1" content=""/>
  79. <meta name="text:date 2" content=""/>
  80. <meta name="text:update 2" content=""/>
  81. <meta name="text:date 3" content=""/>
  82. <meta name="text:update 3" content=""/>
  83.  
  84. <meta name="text:admin 1" content=""/>
  85. <meta name="text:admin 2" content=""/>
  86. <meta name="text:admin 3" content=""/>
  87.  
  88. <meta name="if:show tags" content="0"/>
  89. <meta name="if:tiny cursor" content="1"/>
  90.  
  91. <style type="text/css">
  92.  
  93.  
  94. /* ------------ BODY & LINKS -------------- */
  95.  
  96. body{
  97. background-color:{color:background};
  98. background-image: url('{image:Background}');
  99. background-attachment:fixed;
  100. color:{color:text};
  101. font-family:arial;
  102. font-size:9px;
  103. line-height:11px;
  104. text-align:justify;
  105. }
  106.  
  107. a:link, a:active, a:visited{
  108. color: {color:link};
  109. text-decoration:none;
  110. -webkit-transition-duration: .30s;
  111. }
  112.  
  113. a:hover{
  114. color:{color:hover};
  115. -webkit-transition-duration: .30s;}
  116.  
  117. {block:iftinycursor}
  118. *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}{/block:iftinycursor}
  119.  
  120. ::-webkit-scrollbar-thumb:vertical{
  121. background-color:{color:pop1};
  122. }
  123.  
  124. ::-webkit-scrollbar{
  125. width:8px;
  126. background-color:{color:background};
  127. }
  128.  
  129. @font-face { font-family: "Rister"; src: url('http://static.tumblr.com/pwgdr2n/VPum3j3td/a_s_rister.ttf'); }
  130.  
  131. /* ------------ SIDE & DESC -------------- */
  132.  
  133. #s {
  134. position:fixed;
  135. background-image: url('{image:side}');
  136. width:250px;
  137. height:100%;
  138. background-color:{color:entry};
  139. padding:10px;
  140. margin-top:-8px;
  141. margin-left:-8px;
  142. border-right:5px solid {color:pop1};
  143. }
  144.  
  145. #s2 {
  146. position:fixed;
  147. width:200px;
  148. height:auto;
  149. background-color:{color:post};
  150. margin-top:120px;
  151. margin-left:20px;
  152. padding:5px;
  153. text-align:left;
  154. border:1px solid {color:border};
  155. overflow:auto;
  156. }
  157.  
  158. #header{
  159. width:620px;
  160. height:282px;
  161. margin-left:300px;
  162. margin-top:-8px;
  163. background-color:{color:pop2};
  164. position:absolute;
  165. }
  166.  
  167. #header img {
  168. width:620px;
  169. height:250px;
  170. margin-top:13px;
  171. background-color:{color:post};
  172. border-top:1px dotted {color:pop1};
  173. border-bottom:1px dotted {color:pop1};
  174. }
  175.  
  176. #ob{
  177. width: 200px;
  178. height: 60px;
  179. overflow: auto;
  180. color:transparent;
  181. font-family: times;
  182. font-size: 9px;
  183. transition-duration: 0.5s;
  184. -moz-transition-duration: 0.5s;
  185. -webkit-transition-duration: 0.5s;
  186. -o-transition-duration: 0.5s;
  187. padding: 5px;
  188. text-align:justify;
  189. line-height: 10px;
  190. position:absolute;
  191. margin-top:-85px;
  192. }
  193.  
  194. #header:hover #ob {
  195. width: 200px;
  196. height: 60px;
  197. background-color: {color:post};
  198. padding: 5px;
  199. overflow: auto;
  200. line-height: 10px;
  201. margin-top:-85px;
  202. margin-left:398px;
  203. }
  204.  
  205. .t{
  206. color: transparent;
  207. line-height: 10px;
  208. padding-left:5px;
  209. margin-top:5px;
  210. margin-left:25px;
  211. width:140px;
  212. }
  213.  
  214. #header:hover .t {
  215. color:{color:text};
  216. line-height: 10px;
  217. border-left:3px solid {color:pop1};
  218. padding-left:5px;
  219. margin-top:5px;
  220.  
  221. }
  222.  
  223.  
  224. /* ------------ POSTS -------------- */
  225.  
  226. #back {
  227. position:fixed;
  228. width:600px;
  229. height:100%;
  230. background-color:{color:entry};
  231. padding:10px;
  232. margin-top:-8px;
  233. margin-left:300px;
  234. }
  235.  
  236. #entries{
  237. width: 520px;
  238. margin-left:321px;
  239. position:absolute;
  240. margin-top:297px;
  241. background-color:{color:post};
  242. padding:25px;
  243. border-right:3px solid {color:pop1};
  244. border-left:3px solid {color:pop2};
  245. }
  246.  
  247. .post{
  248. float:left;
  249. width: 500px;
  250. padding:10px;
  251. margin-top:5px;
  252. border:1px solid {color:border};
  253. margin-left:-1px;
  254. }
  255.  
  256. /* ------------ TITLES -------------- */
  257.  
  258. #tit{
  259. font-size: 15px;
  260. color:{color:text};
  261. text-align: left;
  262. line-height:16px;
  263. padding:6px;
  264. }
  265.  
  266. #ltit{
  267. font-size: 15px;
  268. color:{color:text};
  269. text-align: center;
  270. line-height:16px;
  271. }
  272.  
  273. #quo{
  274. font-size:14px;
  275. color:{color:text};
  276. text-align:center;
  277. padding:3px;
  278. line-height:13px;
  279. }
  280.  
  281. #source{
  282. margin-top:3px;
  283. text-align:right;
  284. margin-bottom:5px;
  285. font-size:9px;
  286. }
  287.  
  288. .sidebarheader {
  289. font-family: 'rister';
  290. font-size:30px;
  291. line-height:100%;
  292. text-transform:lowercase;
  293. color:{color:title};
  294. text-align:center;
  295. }
  296.  
  297. .update {
  298. line-height:100%;
  299. text-align:center;
  300. background-color:{color:pop2};
  301. color:{color:menu};
  302. padding:2px 2px 1px 2px
  303. }
  304.  
  305. .apply {
  306. line-height:100%;
  307. text-align:center;
  308. background-color:{color:pop1};
  309. color:{color:menu};
  310. padding:2px 2px 1px 2px
  311. }
  312.  
  313. .track {
  314. font-family: 'rister';
  315. font-size:30px;
  316. line-height:100%;
  317. text-transform:lowercase;
  318. color:transparent;
  319. text-align:center;
  320. padding:2px;
  321. height:22px;
  322. }
  323.  
  324. #header:hover .track {
  325. font-family: 'rister';
  326. font-size:30px;
  327. line-height:100%;
  328. text-transform:lowercase;
  329. color:{color:title};
  330. text-align:center;
  331. border-bottom:1px dotted {color:title};
  332. }
  333.  
  334. /* ------------ QUESTIONS -------------- */
  335.  
  336. #q{
  337. color:{color:text};
  338. }
  339.  
  340. #asker{
  341. height:16px;
  342. padding-left:5px;
  343. font-size: 8px;
  344. letter-spacing: 2px;
  345. color:{color:text};
  346. text-indent:5px;
  347. text-transform: uppercase;
  348. line-height:16px;
  349. text-align:right;
  350. padding-top:5px;
  351. }
  352.  
  353. #asker a{
  354. color:{color:link};
  355. }
  356.  
  357. #asker a:hover{
  358. color:{color:hover};
  359. text-decoration:underline;
  360. }
  361.  
  362. .questions{
  363. color:{color:text};
  364. line-height:11px;
  365. text-transform: lowercase;
  366. padding:5px;
  367. border-top:5px solid {color:pop2};
  368. text-align:right;
  369. }
  370.  
  371. .answer{
  372. color:{color:text};
  373. margin-top:1px;
  374. }
  375.  
  376. /* ------------ NAVI -------------- */
  377.  
  378. .but {
  379. display:inline;
  380. padding:3px;
  381. font-family:8px;
  382. background-color:{color:pop1};
  383. }
  384.  
  385. .tab-content {
  386. text-align:justify;
  387. padding:5px;
  388. display: none;
  389. }
  390.  
  391. #tab1-content {
  392. display: block;
  393. }
  394.  
  395. .highlight {
  396. background-color:none;
  397. }
  398.  
  399. #tab-strip {
  400. margin-top:9px;
  401. display:block;
  402. color:{color:menu};
  403. text-transform:uppercase;
  404. margin-top:95px;
  405. margin-left:45px;
  406. }
  407.  
  408. #tab-strip a {
  409. text-decoration: none;
  410. color:{color:menu};
  411. }
  412.  
  413. #tab-strip a:hover{
  414. color:{color:menu};
  415. }
  416.  
  417. #links a{
  418. display:inline-block;
  419. text-align: center;
  420. width:42px;
  421. font-size:8px;
  422. letter-spacing:1px;
  423. text-transform:uppercase;
  424. color: {color:link};
  425. border-bottom:1px dotted transparent;
  426. margin-top:2px;
  427. width:190px;
  428. -webkit-transition-duration: .30s;}
  429.  
  430. #links a:hover{
  431. display:inline-block;
  432. border-bottom:1px dotted {color:pop2};
  433. color: {color:hover};
  434. -webkit-transition-duration: .30s;
  435. }
  436.  
  437. /* ------------ PERMA & TAGS -------------- */
  438.  
  439. #info{
  440. display:block;
  441. color:{color:text};
  442. padding:1px;
  443. height:16px;
  444. line-height:17px;
  445. margin-top:15px;
  446. font-size:8px;
  447. text-transform:lowercase;
  448. -webkit-transition-duration:0.4s;
  449. -o-transition-duration:0.4s;
  450. -moz-transition-duration:0.4s;
  451. margin-bottom:2px;
  452. text-align:left;
  453. border-top:1px dotted {color:border};
  454. }
  455.  
  456. #info a{
  457. color:{color:link};
  458. }
  459.  
  460. #info a:hover{
  461. color:{color:hover};
  462. }
  463.  
  464. #tags{
  465. margin-right:7px;
  466. margin-top:-5px;
  467. text-align:left;
  468. text-transform:lowercase;
  469. font-size:8px;
  470. font-style:italic;
  471. opacity:1;
  472. -webkit-transition:0.3s linear;
  473. outline: none;
  474. }
  475.  
  476. /* ------------ BLOCKQUOTE & P -------------- */
  477.  
  478. blockquote{
  479. padding-left:3px;
  480. padding-right:5px;
  481. margin-left:10px;
  482. margin-right:10px;
  483. margin-top:4px;
  484. margin-bottom:4px;
  485. border-left:2px solid {color:pop2};
  486. }
  487.  
  488. /* ------------ AUDIO -------------- */
  489.  
  490. .audio{
  491. opacity: 1.0;
  492. position:relative;
  493. overflow:hidden;
  494. min-height:130px;
  495. font-size: 10px;
  496. }
  497.  
  498. .player{
  499. position:absolute;
  500. z-index:3;
  501. background:#000000;
  502. margin-top:45px;
  503. margin-left:73px;
  504. opacity:0.75;
  505. filter:alpha(opacity=75);
  506. border:0px #000000 solid;
  507. border-radius: 100px;}
  508.  
  509. .audioplayer{
  510. border: 0px solid {color:border};
  511. width:363px;
  512. height:15px;
  513. overflow:hidden;
  514. padding:5px;
  515. padding-bottom:13px;
  516. margin-right:5px;
  517. margin-top: 5px;}
  518.  
  519. .audioinfo{
  520. margin-top: 15px;
  521. margin-left:120px;
  522. line-height:10px;
  523. font-size:10px!important;
  524. font-style: normal;}
  525.  
  526. .audiocaption{
  527. margin-left:20px;}
  528.  
  529. .audiocaption img{
  530. max-width:330px!important;}
  531.  
  532. .audiocaption blockquote img{
  533. max-width:320px!important;}
  534.  
  535. .audiocaption blockquote blockquote img{
  536. max-width:310px!important;}
  537.  
  538. /* ------------ CHAT -------------- */
  539.  
  540. .user_1 .label {color:{color:text}; font-weight:bold;}
  541. .user_2 .label {color:{color: text}; font-weight:bold;}
  542. .user_3 .label {color:{color:text}; font-weight:bold;}
  543. .user_4 .label {color:{color:text}; font-weight:bold;}
  544. .user_5 .label {color:{color: text}; font-weight:bold;}
  545. .user_6 .label {color:{color:text}; font-weight:bold;}
  546. .user_7 .label {color:{color:text}; font-weight:bold;}
  547. .user_8 .label {color:{color: text}; font-weight:bold;}
  548. .user_9 .label {color:{color:text}; font-weight:bold;}
  549. .user_10 .label {color:{color:text}; font-weight:bold;}
  550.  
  551. .ul.chat {}
  552. .chat ol {}
  553. .chat li {
  554. list-style:none;
  555. margin-left:-30px;
  556. padding:-5px;
  557. margin-bottom:3px;
  558. }
  559.  
  560. /* ------------ NOTES -------------- */
  561.  
  562. .notes{
  563. margin-left:-15px;
  564. margin-top:30px;
  565. width: 500px;
  566. font-size:10px;
  567. }
  568.  
  569. .notes a:hover{
  570. color:{color:link};
  571. }
  572.  
  573. ol.notes{
  574. list-style-type:none;
  575. }
  576.  
  577. ol.notes li.note{
  578. padding-bottom:2px;
  579. margin-bottom:5px;
  580. }
  581.  
  582. ol.notes li.note img.avatar{
  583. vertical-align:-6px;
  584. }
  585.  
  586. ol.notes li.note img{
  587. padding:2px;
  588. }
  589.  
  590. ol.notes li.note blockquote{
  591. padding-left:5px;
  592. margin-left:30px;
  593. }
  594.  
  595. /* ------------ CREDIT -------------- */
  596.  
  597. .credit {
  598. position:fixed;
  599. bottom:4px;
  600. right:10px;
  601. font-size: 8px;
  602. text-transform:uppercase;
  603. letter-spacing: 2px;
  604. padding: 5px;
  605. font-family:calibri;
  606. }
  607.  
  608. .credit a{
  609. color:{color:link};
  610. opacity:0.9;
  611. }
  612.  
  613. .credit a:hover{
  614. color:{color:hover};
  615. }
  616.  
  617. </style>
  618. </head>
  619. <body>
  620.  
  621. <div id="s">
  622. <div id='tab-strip'>
  623. <div class="but"><a href="/">001.</a></div>
  624. <div class="but"><a href="/ask">002.</a></div>
  625. <div id='tab1' class='but'>003.</div>
  626. <div id='tab2' class='but'>004.</div>
  627. <div id='tab3' class='but'>005.</div>
  628. <div id='tab4' class='but'>006.</div>
  629. </div></div>
  630.  
  631. <div id="s2"><table cellspacing="0" cellpadding="0" style="width:200px; height:auto;"><td style="width:177px;" valign="top">
  632.  
  633. <!------------------------------------------------------------ DESC -->
  634. <div id='tab1-content' class='tab-content'>
  635. <div class="sidebarheader">{Title}</div>{Description}<center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">fall</a>{/block:PreviousPage} ✦ {block:NextPage}<a href="{NextPage}">rise</a>{/block:NextPage}</div>{/block:Pagination} </center>
  636. </div></div></div>
  637.  
  638. <!----------------------------------------------------------- LINKS -->
  639. <div id='tab2-content' class='tab-content'>
  640. <div class="sidebarheader">links</div>
  641. <div class="apply">before applying</div>
  642. <div id="links">
  643. <a href="{text:Link 1}">{text:Link 1 Title}</a>
  644. <a href="{text:Link 2}">{text:Link 2 Title}</a>
  645. <a href="{text:Link 3}">{text:Link 3 Title}</a>
  646. <a href="{text:Link 4}">{text:Link 4 Title}</a>
  647. <a href="{text:Link 5}">{text:Link 5 Title}</a></div>
  648. <div class="apply">after applying</div>
  649. <div id="links">
  650. <a href="{text:Link 6}">{text:Link 6 Title}</a>
  651. <a href="{text:Link 7}">{text:Link 7 Title}</a>
  652. <a href="{text:Link 8}">{text:Link 8 Title}</a>
  653. <a href="{text:Link 9}">{text:Link 9 Title}</a>
  654. <a href="{text:Link 10}">{text:Link 10 Title}</a>
  655. </div></div></div></div>
  656.  
  657. <!--------------------------------------------------------- UPDATES -->
  658. <div id='tab3-content' class='tab-content'>
  659. <div class="sidebarheader">updates</div>
  660. <span class="update">{text:date 1}</span> {text:update 1}<br><br>
  661. <span class="update">{text:date 2}</span> {text:update 2}<br><br>
  662. <span class="update">{text:date 3}</span> {text:update 3}
  663. </div></div></div>
  664.  
  665. <!---------------------------------------------------------- ADMINS -->
  666. <div id='tab4-content' class='tab-content'>
  667. <div class="sidebarheader">admins</div>
  668.  
  669. <div><img src="{image:admin 1}" width="60" align="left" hspace="3" vspace="3" /> {text:admin 1}
  670. </div><br>
  671.  
  672. <div><img src="{image:admin 2}" width="60" align="left" hspace="3" vspace="3" /> {text:admin 2}
  673. </div><br>
  674.  
  675. <div><img src="{image:admin 3}" width="60" align="left" hspace="3" vspace="3" /> {text:admin 3}
  676. </div>
  677. </div></div></td></tr></table></div>
  678.  
  679. <div id="back"></div>
  680. <div id="header"><img src="{image:header}"/>
  681. <div id="ob">
  682. <div class="track">track</div>
  683. <div class="t">track
  684. {text:tracks}
  685.  
  686. </div></div></div>
  687. <div id="entries">
  688. {block:Posts}
  689. <div class="post">
  690.  
  691. {block:Title}<div id="tit">{Title}</div>{/block:Title}
  692. {block:Text}{Body}{/block:Text}
  693.  
  694. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">
  695. <br>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  696.  
  697. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  698.  
  699. {block:Quote}<div id="quo">"{Quote}"</div>
  700. {block:Source}<div id="source">— {Source}</div>{/block:Source}{/block:Quote}
  701.  
  702. {block:Link}<div id="ltit"><a href="{URL}" class="link" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}
  703. {/block:Link}
  704.  
  705. {block:Chat}{block:Title}<div id="tit">{Title}</div>{/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><br>{/block:Chat}
  706.  
  707. {block:Audio}<div class="audio"><span style="position:absolute; width:60px; height:60px; margin-left:-15px;">{block:AlbumArt}<img src="{AlbumArtURL}" width="70px" height="70px" align="left" style="margin-left:50px; margin-top: 16px; opacity: 0.7; border-radius: 0px;" />{/block:AlbumArt}</span><div class="audioinfo"><b>Title:</b> <span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br /><b>Artist:</b> <span{block:Artist} style="display: none;"{block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br /><b>Album:</b> <span{block:Album} style="display: none;"{block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}<br />{block:ExternalAudio}<b>Download:</b> <a href="{ExternalAudioURL}">Click Here</a><br />{/block:ExternalAudio}<b>Played:</b> {FormattedPlayCount}
  708. <br><div class="audioplayer">{AudioPlayerWhite}</div>
  709. </div><br><div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div></div>{/block:Audio}
  710.  
  711. {block:Video}{Video-500}}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  712.  
  713. {block:Answer}<div id="q"><div id="asker"> asked by {Asker}</div><div class="questions">"{Question}"</div><div class="answer">{Answer}</div></div>{/block:answer}
  714.  
  715. {block:Date}
  716. <div id="info">posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> {block:ContentSource} © <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}{/block:RebloggedFrom}{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>{block:IfShowTags}{block:HasTags}<div id="tags">{block:Tags}✘<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}{/block:IfShowTags}</div><br>{/block:posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  717. <div class="credit" align="right"><a href="http://letsrp.tumblr.com/">theme</a>
  718.  
  719. </div>
  720. </div>
  721. </div>
  722. </body>
  723. </html>
Advertisement
Add Comment
Please, Sign In to add comment