Advertisement
purethought-s

Theme #13: Supernatural

Apr 22nd, 2013
3,152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.57 KB | None | 0 0
  1. <!-- Supernatural Theme by sleephy (ellies-themes.tumblr.com)
  2. Please don't steal this!
  3. Your sidebar background should be 400px X 800px or more
  4. and your sidebar picture should be an even square (200 x 200px)
  5.  
  6.  
  7. -->
  8.  
  9. <html>
  10. <head>
  11.  
  12. <title>{title}</title>
  13.  
  14. <link rel="shortcut icon" href="{Favicon}">
  15.  
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19. <!-- YOU CAN EDIT THIS IN THE APPEARANCE TAB -->
  20.  
  21. <meta name="color:background" content="#fff"/>
  22. <meta name="color:Text" content="#8a8989"/>
  23. <meta name="color:Title" content="#a0a0a0"/>
  24. <meta name="color:border" content="#f0f1f1"/>
  25. <meta name="color:SideLink Text" content="#fff"/>
  26. <meta name="color:SideLink Text Hover" content="#fff"/>
  27. <meta name="color:SideLink Background" content="#b6b5b5"/>
  28. <meta name="color:SideLink Background Hover" content="#dbdbdb"/>
  29. <meta name="color:Link" content="#b1b1b1"/>
  30. <meta name="color:Link Hover" content="#9dbdbdb"/>
  31. <meta name="color:Scrollbar" content="#b6b5b5"/>
  32. <meta name="color:Permalink Color 1" content="#fff">
  33. <meta name="color:Permalink Color 2" content="#888">
  34. <meta name="color:sidebar BG" content="#fff"/>
  35. <meta name="image:sidebar" content=""/>
  36. <meta name="image:Background" content=""/>
  37. <meta name="image:sidebar BG" content="http://static.tumblr.com/f4a31f9840cf864cbb67e177143c64c1/xrmodho/tR1mlnmxh/tumblr_static_tumblr_mkp26mudml1qh8ktyo1_500.jpg"/>
  38. <meta name="text:Under title" content="hover" />
  39.  
  40. <meta name="text:Link1" content="/tags" />
  41. <meta name="text:Link1Title" content="tags" />
  42. <meta name="text:Link2" content="/tagged/mine" />
  43. <meta name="text:Link2Title" content="my edits" />
  44. <meta name="text:Link3" content="/tagged/destiel" />
  45. <meta name="text:Link3Title" content="destiel" />
  46. <meta name="text:Link4" content="/ships" />
  47. <meta name="text:Link4Title" content="my ships" />
  48. <meta name="text:Link5" content="/fambam" />
  49. <meta name="text:Link5Title" content="spn family" />
  50. <meta name="text:Link6" content="/hi" />
  51. <meta name="text:Link6Title" content="yolo" />
  52.  
  53.  
  54.  
  55.  
  56. <style type="text/css">
  57.  
  58.  
  59. ::-webkit-scrollbar {height: 3px;width: 3px;}
  60. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  61. ::-webkit-scrollbar-track{background-color:{color:background};}
  62.  
  63.  
  64.  
  65.  
  66. body {
  67. background:{color:background} url({image:background});
  68. color:{color:Text};
  69. font-family:calibri;
  70. font-size:11px;
  71. }
  72.  
  73.  
  74.  
  75. a {
  76. color:{color:Link};
  77. text-decoration: none;
  78. -webkit-transition: all 0.4s ease-in-out;
  79. -moz-transition: all 0.4s ease-in-out;
  80. transition: all 0.4s ease-in-out;
  81. }
  82.  
  83.  
  84. a:hover {
  85. color:{color:Link Hover};
  86. -webkit-transition: all 0.4s ease-in-out;
  87. -moz-transition: all 0.4s ease-in-out;
  88. transition: all 0.4s ease-in-out;
  89. }
  90.  
  91.  
  92. p{
  93. margin-top: 1px
  94. }
  95.  
  96.  
  97. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  98.  
  99.  
  100.  
  101. #entries{
  102. margin-left: 490px;
  103. margin-top:20px;
  104. width:500px;
  105. }
  106.  
  107.  
  108.  
  109. .posts{
  110. background-color: transparent;
  111. padding: 20px 0 0 0;
  112. font-style:normal;
  113. }
  114.  
  115.  
  116.  
  117. #credit {
  118. position:fixed;
  119. right:3px;
  120. bottom:3px;
  121. line-height:5px;
  122. letter-spacing:0px;
  123. font:10px trebuchet ms;
  124. color: {color:text};
  125. text-transform:uppercase;
  126. }
  127.  
  128.  
  129.  
  130. h1{
  131. font-family: 'georgia';
  132. font-style:ITALIC;
  133. font-size: 15px;
  134. font-weight:none;
  135. }
  136.  
  137.  
  138. .qquote{
  139. font-family: 'georgia';
  140. font-style:ITALIC;
  141. font-size: 15px;
  142. font-weight:none;
  143.  
  144. margin-left: 0px;
  145. }
  146.  
  147.  
  148.  
  149. .qsource{
  150. margin: 5px 0px 0 20px;
  151. text-align: left;
  152. text-transform: none;
  153. }
  154.  
  155.  
  156. .chat{
  157. line-height: 12px;
  158. list-style: none;
  159. font-color:#000000;
  160. }
  161.  
  162.  
  163.  
  164.  
  165. .chat ul {
  166. line-height: 15px;
  167. list-style: none;
  168. padding: 0px;
  169. line-height: 20px;
  170. }
  171.  
  172.  
  173.  
  174.  
  175. .person1 {
  176. color:{color:Text};
  177. background-color:{color:Chat 1};
  178. }
  179.  
  180.  
  181.  
  182.  
  183. .person1 .label {
  184. font-weight: bold;
  185. padding: 0px;
  186. margin-left:
  187. 5px; color:
  188. }
  189.  
  190.  
  191.  
  192.  
  193. .person2 {
  194. color:{color:Text};
  195. background-color:{color:Chat 2};
  196. }
  197.  
  198.  
  199.  
  200.  
  201. .person2 .label {
  202. font-weight: bold;
  203. padding: 0px;
  204. margin-left: 5px;
  205. color: }
  206.  
  207.  
  208.  
  209.  
  210.  
  211. .iaudio {
  212. margin-bottom: 2px;
  213. width: 100%;
  214. background-color: #transparent}
  215.  
  216.  
  217.  
  218.  
  219. .iaudio img
  220. {width: 208px;
  221. padding: 20px 0 0px 0
  222. }
  223.  
  224.  
  225.  
  226.  
  227. .icap{
  228. margin-top: 1px
  229. }
  230.  
  231.  
  232.  
  233. #ask {
  234. border-bottom:1px dashed;
  235. padding-bottom:5px;
  236. }
  237.  
  238.  
  239. #asker {
  240. font-family:"georgia";
  241. font-size:18px;
  242. }
  243.  
  244.  
  245. #askerimg {
  246. float:left;
  247. margin-right:5px;
  248. border:3px solid;
  249. border-color:{color:info};
  250. margin-top:-5px;
  251. }
  252.  
  253.  
  254. #question {
  255. margin-left:5px;
  256. margin-top:-3px;
  257. }
  258.  
  259.  
  260. #answer {
  261. margin-top:10px;
  262. margin-bottom:-5px;
  263. }
  264.  
  265.  
  266.  
  267. .cap {
  268. padding-top: 5px;
  269. width: 500px;
  270. }
  271.  
  272.  
  273.  
  274. #information {
  275. text-align:right;
  276. text-transform:uppercase;
  277. font-family:calibri;
  278. font-size:9px;
  279. background-color:{color:info};
  280. padding: 3px;
  281. letter-spacing:1px;
  282. }
  283.  
  284.  
  285.  
  286.  
  287.  
  288. #notes{ text-align:center; font-family:calibri; font-size:8px; letter-spacing:1px; margin-bottom: 1px; border-top: 1px solid {color:Permalink Color 2}; text-transform:uppercase;padding:5px;color:{color:Permalink Color 2}}
  289.  
  290. #notes a{color:{color:Permalink Color 2};padding:3px; margin:1px;}
  291.  
  292.  
  293.  
  294. #notes a:hover{ color: {color:Permalink Color 1}; box-shadow:inset 0px 20px 0px {color:Permalink Color 2};}
  295. #audio {
  296. margin-bottom:5px;
  297. width:500px;
  298. height:105px;
  299. }
  300.  
  301. .albumart {
  302. width:100px;
  303. height:100px;
  304. position:absolute;
  305. }
  306.  
  307. .albumart img {
  308. width:100px;
  309. height:100px;
  310. float:left;
  311. }
  312. .playercontainer {
  313. opacity: .2;
  314. display:block;
  315. width:100px;
  316. height:100px;
  317. background:#fff;
  318. position:absolute;
  319. -webkit-transition:all 0.5s ease-in-out;
  320. -moz-transition:all 0.5s ease-in-out;
  321. -o-transition:all 0.5s ease-in-out;
  322. -ms-transition: all 0.5s ease-in-out;
  323. transition:all 0.5s ease-in-out;
  324. }
  325.  
  326. .playercontainer:hover {
  327. opacity:.7;
  328. position:absolute;
  329. -webkit-transition:all 0.5s ease-in-out;
  330. -moz-transition:all 0.5s ease-in-out;
  331. -o-transition:all 0.5s ease-in-out;
  332. -ms-transition: all 0.5s ease-in-out;
  333. transition:all 0.5s ease-in-out;
  334. }
  335.  
  336. .player {
  337. margin-left:36px;
  338. margin-top:36px;
  339. width:25px;
  340. height:25px;
  341. overflow:hidden;
  342. position:absolute;
  343. background:#fff;
  344. }
  345.  
  346. .audioinfo {
  347. margin-left:110px;
  348. float:left;
  349. color:{color:Permalink Color 2};
  350.  
  351. font-family:calibri;
  352. letter-spacing:1px;
  353. font-size:8px;
  354. text-transform:uppercase;
  355. width:386px;
  356. padding:2px;
  357. margin-top:3px;
  358. }
  359.  
  360. .audioinfo b {
  361. font-family:calibri;
  362. letter-spacing:1px;
  363. font-size:8px;
  364. text-transform:uppercase;
  365. color:{color:Permalink Color 1};
  366. background:{color:Permalink Color 2};
  367. padding:3px 4px 3px 4px;
  368. font-weight:normal;
  369. margin-right:5px;
  370. }
  371.  
  372.  
  373.  
  374. #tags {
  375. display:block;
  376. padding: 6px;
  377. text-transform:uppercase;
  378. font-family:calibri;
  379. font-size:8px;
  380. text-align:center;
  381. text-transform:italic;
  382. color:{color:Permalink Color 1};
  383. background:{color:Permalink Color 2};
  384. -webkit-transition: all 0.4s ease-in-out;
  385. -moz-transition: all 04s ease-in-out;
  386. transition: all 0.4s ease-in-out;
  387. }
  388.  
  389. #tags a{
  390. color:{color:Permalink Color 1};
  391. padding:2px;
  392. }
  393.  
  394. #tags a:hover{
  395. color: {color:Permalink Color 2}; box-shadow:inset 0px -20px 0px {color:Permalink Color 1};
  396.  
  397. }
  398.  
  399. #pillar{
  400. background: {color:Sidebar BG} Url({image:SIDEBAR BG});
  401. height:100%;
  402. margin-top:-20px;
  403. margin-left:-9px;
  404. width:400px;
  405. position:fixed;
  406. }
  407.  
  408.  
  409. #sherlockholmes {
  410. position: fixed;
  411. padding-top:10px;
  412. padding-bottom:10px;
  413. float:right;
  414. width:190px;
  415. opacity:.05;
  416. margin-top:20px;
  417. height:171px;
  418. font-size: 9px;
  419. text-align: center;
  420. margin-left:20px;
  421. letter-spacing: 1px;
  422. z-index:1;
  423. -webkit-transition: all 0.7s ease-in-out;
  424. -moz-transition: all 0.7s ease-in-out;
  425. transition: all 0.7s ease-in-out;
  426. }
  427.  
  428. #sidebar:hover #sherlockholmes{
  429. opacity:.85;
  430. }
  431.  
  432.  
  433. #sherlockholmes a{
  434. font-size: 9px;
  435. display:inline-block;
  436. text-transform:uppercase;
  437. color:{color:SideLink Text};
  438. background-color:{color:SideLink Background};
  439. width: 70px;
  440. padding-top: 6px;
  441. padding-bottom: 6px;
  442. margin-bottom:5px;
  443. -webkit-transition: all 0.4s ease-in-out;
  444. -moz-transition: all 0.4s ease-in-out;
  445. transition: all 0.4s ease-in-out;
  446.  
  447. }
  448.  
  449.  
  450.  
  451. #sherlockholmes a:hover{
  452. background-color: {color:SideLink Background hover};
  453. color: {color:SideLink Text Hover};
  454. -webkit-transition: all 0.4s ease-in-out;
  455. -moz-transition: all 0.4s ease-in-out;
  456. transition: all 0.4s ease-in-out;
  457. }
  458.  
  459. #Pillar:hover #sidebar{
  460. opacity:.84;
  461. margin-left:75px;
  462. -webkit-transition: all 0.9s ease-in-out;
  463. -moz-transition: all 0.9s ease-in-out;
  464. transition: all 0.9s ease-in-out; }
  465.  
  466.  
  467.  
  468. #sidebar{
  469. width: 230px;
  470. position: fixed;
  471. z-index:1;
  472. opacity:0;
  473. padding:5px;
  474. bottom:50px;
  475. margin-left:75px;
  476. -webkit-transition: all 0.9s ease-in-out;
  477. -moz-transition: all 0.9s ease-in-out;
  478. transition: all 0.9s ease-in-out;background-color: {color:background};}
  479.  
  480. #SIDEbar:hover{
  481. opacity:1;
  482. -webkit-transition: all 0.9s ease-in-out;
  483. -moz-transition: all 0.9s ease-in-out;
  484. transition: all 0.9s ease-in-out; }
  485.  
  486. #title {
  487. font-family: 'georgia';
  488. font-size:13px;
  489. color:{color:Title};
  490. margin-top:300px;
  491. margin-left:105px;
  492. letter-spacing:1px;
  493. text-align:center;
  494. width:200px;
  495. position:fixed;
  496. font-style:italic;
  497. -webkit-transition: all 0.9s ease-in-out;
  498. -moz-transition: all 0.9s ease-in-out;
  499. transition: all 0.9s ease-in-out;}
  500.  
  501.  
  502. #pillar:HOVER #title{
  503. opacity:0;
  504. margin-left:155px;
  505.  
  506. -webkit-transition: all 0.9s ease-in-out;
  507. -moz-transition: all 0.9s ease-in-out;
  508. transition: all 0.9s ease-in-out;}
  509.  
  510.  
  511. #title2 {
  512. font-family: 'trebuchet ms';
  513. font-size:9px;
  514. color:{color:Title};
  515. margin-top:330px;
  516. margin-left:205px;
  517. letter-spacing:1px;
  518. text-align:right;
  519. width:130px;
  520. position:fixed;
  521. text-transform:Uppercase;
  522. -webkit-transition: all 0.9s ease-in-out;
  523. -moz-transition: all 0.9s ease-in-out;
  524. transition: all 0.9s ease-in-out;}
  525.  
  526.  
  527. #pillar:HOVER #title2{
  528. opacity:0;
  529. margin-left:155px;
  530.  
  531. -webkit-transition: all 0.9s ease-in-out;
  532. -moz-transition: all 0.9s ease-in-out;
  533. transition: all 0.9s ease-in-out;}
  534.  
  535.  
  536. .sidebardescr{
  537. font-family:georgia;
  538. font-size:9px;
  539. margin:10px 10px 0px 10px;
  540. text-align: center;
  541. }
  542.  
  543.  
  544. .sidebarimg img{
  545. width: 200px;
  546. height: 200px;
  547. padding:5px;
  548. border: 10px solid;
  549. border-color:{color:border};
  550. text-align:center;
  551. }
  552.  
  553.  
  554.  
  555.  
  556. .sidebarlinks {
  557. margin-top: 5px;
  558. margin-left: -75px;
  559. font-family:consolas;}
  560.  
  561.  
  562.  
  563.  
  564. .sidebarlinks a{
  565. font-size: 9px;
  566.  
  567. display: block;
  568. text-transform:uppercase;
  569. color:{color:SideLink Text};
  570. background-color:{color:SideLink Background};
  571. width: 70px;
  572. padding-top: 6px;
  573. padding-bottom: 6px;
  574. margin-bottom:5px;
  575. -webkit-transition: all 0.4s ease-in-out;
  576. -moz-transition: all 0.4s ease-in-out;
  577. transition: all 0.4s ease-in-out;
  578. }
  579.  
  580.  
  581.  
  582.  
  583. .sidebarlinks a:hover{
  584. background-color: {color:SideLink Background hover};
  585. color: {color:SideLink Text Hover};
  586. -webkit-transition: all 0.4s ease-in-out;
  587. -moz-transition: all 0.4s ease-in-out;
  588. transition: all 0.4s ease-in-out;
  589. }
  590.  
  591.  
  592. #pagination {
  593. margin-top: 10px;
  594. text-align: center;
  595. line-height: 20px;
  596. font-family:'calibri';
  597. font-size: 11px;
  598. }
  599.  
  600. #pagination a {
  601. background-color:{color:border};
  602. padding:2px;
  603. color:{color:text};
  604. }
  605.  
  606. #pagination a:hover {
  607. color:{color:text};
  608. background-color:transparent;
  609. }
  610.  
  611. @font-face {font-family: "Tiny";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  612.  
  613. #s-m-t-tooltip{
  614. max-width:200px;
  615. padding:5px;
  616. margin:26px 0px 0px 8px;
  617. z-index:10;
  618. color:gray;
  619. background:white;
  620. height:auto;
  621. font-size:8px;
  622. border-radius:3px;
  623. font-family:tiny;
  624. letter-spacing:1px;
  625. text-transform:uppercase;
  626. -moz-box-shadow: 2px 2px 2px #888;
  627. -webkit-box-shadow: 2px 2px 2px #888;
  628. box-shadow: 2px 2px 2px #888;
  629. }
  630.  
  631. {CustomCSS}
  632.  
  633. </style>
  634. <script type="text/javascript" src="http://static.tumblr.com/xrmodho/zoUmtvm6l/jquery.js"></script>
  635. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  636. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  637. <script>
  638. (function($){
  639. $(document).ready(function(){
  640. $("a[title]").style_my_tooltips({
  641. tip_follows_cursor:true,
  642. tip_delay_time:10,
  643. tip_fade_speed:400,
  644. attribute:"title"
  645. });
  646. });
  647. })(jQuery);
  648. </script>
  649.  
  650.  
  651. <body>
  652.  
  653.  
  654. <Div id="pillar">
  655. <div id="title">{Title}</div>
  656.  
  657. <div id="title2">{Text:Under title}</div>
  658. <div id="sidebar">
  659.  
  660.  
  661. <div id="sherlockholmes">
  662.  
  663. <A href="/" title="return to index">refresh</a>
  664. <A href="/ask" title="{asklabel}">message</a>
  665. <A href="/archive" title="my past">archive</a>
  666.  
  667.  
  668. <A href="http://sleephy.tumblr.com" title="theme credit">theme</a>
  669.  
  670. {BLock:iflink1title}
  671. <A title="{text:liNK1TITLE}" href="{text:Link1}">{text:Link1Title}</a>{/BLock:iflink1title}
  672.  
  673. {BLock:iflink2title} <A title="{text:liNK2TITLE}" href="{text:Link2}" >{text:Link2Title}</a> {/BLock:iflink2title}
  674. {BLock:iflink3title}
  675. <A title="{text:liNK3TITLE}" href="{text:Link3}" >{text:Link3Title}</a> {/BLock:iflink3title}
  676.  
  677. {BLock:iflink4title} <A title="{text:liNK4TITLE}" href="{text:Link4}" >{text:Link4Title}</a> {/BLock:iflink4title}{BLock:iflink5title}
  678. <A title="{text:liNK5TITLE}" href="{text:Link5}" >{text:Link5Title}</a> {/BLock:iflink5title}{BLock:iflink6title}
  679. <A title="{text:liNK6TITLE}" href="{text:Link6}">{text:Link6Title}</a> {/BLock:iflink6title}
  680.  
  681. </div>
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689. <div class="sidebarimg"><img
  690.  
  691. src="{image:sidebar}"/></div>
  692.  
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702. <div class="sidebardescr">
  703.  
  704.  
  705. {block:Description}{Description}{/block:Description}</div>
  706.  
  707.  
  708.  
  709. <div id="pagination">
  710. {block:PreviousPage}<font face="georgia"><a title="previous page!" href="{PreviousPage}">←</a></font>{/block:PreviousPage}&nbsp;
  711. {block:JumpPagination length="5"}
  712. {block:CurrentPage}
  713. <span class="jumppag">{PageNumber}</span>&nbsp;
  714. {/block:CurrentPage}
  715. {block:JumpPage}
  716. <a class="jumppaglink" href="{URL}">{PageNumber}</a>&nbsp;
  717. {/block:JumpPage}
  718. {/block:JumpPagination}
  719. {block:NextPage}<font face="georgia"><a title="next page!" href="{NextPage}">→</a></font>{/block:NextPage}
  720. </div>
  721.  
  722.  
  723. <br>
  724.  
  725.  
  726.  
  727. </div>
  728.  
  729. </div>
  730.  
  731.  
  732.  
  733.  
  734.  
  735. <div id="entries">
  736.  
  737.  
  738. {block:Posts}
  739.  
  740.  
  741. <div class="posts">
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  749.  
  750. {block:Photo}
  751. {block:IndexPage}
  752. <div id="postbody">
  753. <center><a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px"></a></div></center>
  754. {/block:IndexPage}
  755. {block:PermalinkPage}
  756. <div id="postbox">
  757. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}</center>
  758. </div>
  759. {/block:PermalinkPage}
  760. {/block:Photo}
  761.  
  762. {block:Photoset}{Photoset-500}{/block:Photoset}
  763.  
  764. {block:Quote}
  765. <div class="qquote"><big><big>❝</big></big> {Quote} <big><big>❞</big></big></div>
  766. {block:Source}<div class="qsource">- {Source}</div>{/block:Source}
  767. {/block:Quote}
  768.  
  769. {block:Link}
  770. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  771. {block:Description}{Description}{/block:Description}
  772. {/block:Link}
  773.  
  774. {block:Chat}
  775. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  776. <div class="chat"><ul>{block:Lines}
  777. <li class="person{UserNumber}">{block:Label}
  778. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  779. {/block:Chat}
  780.  
  781. {block:Audio}
  782. <div id="audio">
  783. <div class="albumart"><img src="http://static.tumblr.com/4wyqgof/Dyvm2qmp1/default.jpg" width="100px" height="100px"></div>{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}" width="100px" height="100px"></div>{/block:AlbumArt}<div class="playercontainer"><div class="player">{AudioPlayerwhite}</div></div>
  784.  
  785. {block:TrackName}<div class="audioinfo"><b>Title</b> {TrackName}</div><br>{/block:TrackName}
  786. {block:Artist}<div class="audioinfo"><b>Artist</b> {Artist}</div><br>{/block:Artist}
  787. {block:Album}<div class="audioinfo"><b>Album</b> {Album}</div>{/block:Album}
  788. {block:PlayCount}<div class="audioinfo"><b>Played</b> {FormattedPlayCount} times</div> {/block:PlayCount}
  789. </div>{block:Caption}{Caption}{/block:Caption}
  790. {/block:Audio}
  791.  
  792. {block:Video}{Video-500}{/block:Video}
  793.  
  794. {block:Answer}<div id="ask"><div id="askerimg"><img src="{AskerPortraitURL-24}"></div><div id="asker">{Asker}</div><br><div id="question">{Question}</div></div><div id="answer">{Answer}</div>{/block:Answer}
  795.  
  796. <div class="cap">
  797. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  798. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  799. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  800.  
  801.  
  802. </div>
  803.  
  804.  
  805.  
  806. <div id="notes">{block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom}&nbsp;&nbsp;&nbsp;via: <a href="{ReblogParentURL}"
  807. title="reblogged from">{ReblogParentName}</a>&nbsp;&nbsp;&nbsp;source: <a href="{ReblogRootURL}"title="posted by">{ReblogRootName}</a>{/block:RebloggedFrom}&nbsp;&nbsp;&nbsp; <a href="{ReblogUrl}" title="share this post">reblog</a></div>
  808.  
  809.  
  810. {block:HasTags} <div id ="tags">{block:Tags}&nbsp;&nbsp; &nbsp; <a title="{TAG}" href="{TagURL}"> # &nbsp; {Tag}</a> {/block:Tags}
  811.  
  812. </div>{/block:HasTags}
  813.  
  814.  
  815.  
  816.  
  817. </div>
  818.  
  819.  
  820. {/block:Posts}
  821. {block:PostNotes}
  822. <div id="notes" align="left">{PostNotes}</div>
  823. {/block:PostNotes}
  824.  
  825. </div>
  826.  
  827.  
  828. </body>
  829.  
  830. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement