Advertisement
Notlikeamovie

Theme 15

Apr 7th, 2012
3,159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.93 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" xml:lang="en" lang="en">
  3.  
  4. <!-- theme #015 made by maraudersmaps.tumblr.com. Do not redistribute or use as a base for other themes -->
  5.  
  6. <head>
  7. <!-- DEFAULT VARIABLES -->
  8.  
  9. <meta name="image:Sidebar" content=""/>
  10. <meta name="image:Background" content=""/>
  11.  
  12. <meta name="if:Custom Scrollbar" content="/">
  13.  
  14. <meta name="text:Link 1 Url" content="http://" />
  15. <meta name="text:Link 1 Name" content="Link 1" />
  16. <meta name="text:Link 2 Url" content="http://" />
  17. <meta name="text:Link 2 Name" content="Link 2" />
  18. <meta name="text:Link 3 Url" content="http://" />
  19. <meta name="text:Link 3 Name" content="Link 3" />
  20.  
  21. <meta name="color:Background" content="#fbfafa" />
  22. <meta name="color:Tags" content="#b6ddc9" />
  23. <meta name="color:icon" content="#b6ddc9" />
  24. <meta name="color:Posts In" content="#fffffe" />
  25. <meta name="color:Border Posts" content="#D2E9D7" />
  26. <meta name="color:Text" content="#D9D9D9" />
  27. <meta name="color:Title" content="#7BB3A5" />
  28. <meta name="color:Quote" content="#CED6D4" />
  29. <meta name="color:Source" content="#C8E0D3" />
  30. <meta name="color:Asker" content="#698784" />
  31. <meta name="color:Pagination" content="#58C0AB" />
  32. <meta name="color:highlight 1" content="#b3dac6" />
  33. <meta name="color:highlight 2" content="#add4c0" />
  34. <meta name="color:highlight 3" content="#a7ceba" />
  35. <meta name="color:Bottoms text" content="#CDDDD2" />
  36. <meta name="color:Bottoms link" content="#A9E0CC" />
  37. <meta name="color:Bold" content="#75CCB8" />
  38. <meta name="color:Italic" content="#86DD9F" />
  39. <meta name="color:Link" content="#75D6C3" />
  40. <meta name="color:Link Hover" content="#ABE9CE" />
  41. <meta name="color:Answer" content="#9FC7A8" />
  42. <meta name="color:Question" content="#A3ADAC" />
  43. <meta name="color:Navigation" content="#88cfb8" />
  44. <meta name="color:navigation links" content="#FDFDF7" />
  45. <meta name="color:Description" content="#D0DDD1" />
  46. <meta name="color:Border" content="#f2f1f1" />
  47. <meta name="color:Sidebar links" content="#DADCE3" />
  48. <meta name="color:Scrollbar" content="#cbcaca" />
  49.  
  50. <meta name="color:Tags Hover" content="#BDD9CC" />
  51. <meta name="color:Navigation Links Hover" content="#B1DFBE" />
  52.  
  53. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  54. <script src="http://code.jquery.com/jquery-latest.js"></script>
  55. <script>
  56. $(document).ready(function(){
  57.  
  58. $(".shows").click(function(){
  59. $(".clicky").slideToggle("slow");
  60. $(this).toggleClass("active");
  61. });
  62.  
  63. });
  64. </script>
  65.  
  66. <link href='http://fonts.googleapis.com/css?family=Cookie|Terminal+Dosis:400,200,300,500' rel='stylesheet' type='text/css'>
  67.  
  68. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  69.  
  70. <title>{Title}</title>
  71. <link rel="shortcut icon" href="{Favicon}">
  72. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  73. {block:Description}
  74. <meta name="description" content="{MetaDescription}" />
  75. {/block:Description}
  76.  
  77.  
  78. <style type="text/css">
  79.  
  80. {block:IfCustomScrollbar}
  81. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:background};}
  82.  
  83. ::-webkit-scrollbar-corner {background:{color:background};}
  84.  
  85. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar};}
  86.  
  87. ::-webkit-scrollbar-button:horizontal { width:5px; height:4px!important; display: block; background:{color:scrollbar};}
  88.  
  89. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:background}; border-bottom: 1px solid {color:background};}
  90.  
  91. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};border-left: 1px solid {color:background}; border-right: 1px solid {color:background}; height:4px;}
  92.  
  93. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-top: 0pt solid {color:background}; border-bottom: 0pt solid {color:background};}
  94.  
  95. ::-webkit-scrollbar-thumb:hover {background: {color:scrollbar}; cursor:url(http://i53.tinypic.com/zycxmw.png), auto; }
  96.  
  97. ::-webkit-scrollbar-track-piece {background: {color:background}; width:4px;}
  98.  
  99. ::-webkit-scrollbar:horizontal {height:10px!important; display: block; background:{color:scrollbar};}
  100.  
  101. {/block:IfCustomScrollbar}
  102.  
  103. iframe#tumblr_controls {
  104. top:0px !important;
  105. right:3px !important;
  106. position: fixed !important;
  107. -webkit-transition: opacity 0.7s linear;
  108. opacity: 0.4;
  109. -webkit-transition: all 0.8s ease-out;
  110. -moz-transition: all 0.8s ease-out;
  111. transition: all 0.8s ease-out;}
  112.  
  113. iframe#tumblr_controls:hover{
  114. -webkit-transition: opacity 0.7s linear;
  115. opacity: 1;
  116. -webkit-transition: all 0.4s ease-out;
  117. -moz-transition: all 0.4s ease-out;
  118. transition: all 0.4s ease-out;}
  119.  
  120. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  121.  
  122.  
  123. body {background-color:{color:background}; background-image: url('{image:background}'); color:{color:text}; font-family:consolas,monospace; font-size:10px; background-attachment:fixed; background-repeat:repeat; text-align:justify; }
  124.  
  125. #content {width:950px; margin:auto;}
  126.  
  127. #credits {position:fixed; bottom:5px; left:10px; font:10px terminal dosis;}
  128. #credits a {color:{color:link};}
  129.  
  130. blockquote, li blockquote {border-left:1px {color:border posts} solid; padding:0px 0px 0px 10px; margin:0px 0px 8px 0px;}
  131. blockquote > p:first-child {padding: 0;}
  132. ul {padding: 0 0 0 0px; margin: 0 0 08px 0; list-style-position:inside;}
  133. ol {padding: 0 0 8px 0px; margin: 0 0 08px 0; list-style-position:outside;}
  134.  
  135. b, strong, .strong {color:{color:Bold};}
  136. i, em, .em {color:{color:Italic};}
  137.  
  138. a {color:{color:link}; text-decoration:none; -moz-transition: all .7s ease-in-out!important; -o-transition: all .7s ease-in-out!important; transition: all .7s ease-in-out!important; -webkit-transition: all .7s ease-in-out!important;}
  139. a:hover {color:{color:link hover};}
  140.  
  141.  
  142. img a {border:0px color:{color:transparent};}
  143. a img {border:0px color#trans;}
  144.  
  145. .caption {margin:0px; padding:0px; font-size:10px; {block:IndexPage}display:none;{/block:IndexPage};}
  146.  
  147. /* SIDEBAR */
  148.  
  149. #side {width:210px;padding:0px!important;margin-left:648px; position:fixed; float:right; top:199px; z-index:0;}
  150.  
  151. .sidelinks {font:11px consolas,monospace; text-transform:uppercase; color:{color:sidebar links}; padding:3px; font-style:normal!important; margin:5px 0px 2px 1px!important; letter-spacing:-1px;}
  152. .sidelinks:hover {color:{color:background}; background-color:{color:sidebar links};}
  153.  
  154.  
  155. #sidepic {width:100px; margin-left:96px; padding:0px; {block:IfSidebarImage}padding:5px;{/block:IfSidebarImage}; background-color:{color:icon}; position:absolute; margin-top:-8px}
  156. #sidepic img {width:100px; vertical-align:middle;}
  157.  
  158. #descriptionbox {{block:IfNotSidebarImage}padding:5px 0px;{/block:IfNotSidebarImage}; width:210px; padding:2px 0px 0px 0px; font:10px consolas,monospace; color:{color:description}; margin:auto; text-align:center; margin-bottom:3px; opacity:1; position:relative; z-index:5; background-color:{color:background}; margin-top:7px; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;}
  159.  
  160. #descriptionbox a {font-style:italic; color:{description links};}
  161.  
  162. #pagination {width:210px; margin:auto!important; font:10px consolas,monospace; color:{color:pagination}; text-align:center; border-top:1px dotted {color:icon}; padding-top:2px;}
  163. #pagination a {color:{color:pagination};}
  164. #pagination a:hover{color:{color:navigation};}
  165.  
  166. #navig {padding:1px 0px; margin-bottom:0px; font:10px consolas,monospace; text-align:left; margin:auto; margin-top:0px; padding-top:0px;}
  167. #navig a{display:block; color:{color:navigation links}; text-transform:uppercase; margin:0px 0px 2px 0px; background-color:{color:navigation}; padding:2px 0px 0px 15px; height:12px; width:195px;}
  168. #navig a:hover {color:{color:navigation links hover}; margin-left:30px; width:195px;}
  169.  
  170. /* ENTRIES GENERAL */
  171.  
  172. #entries {width:590px; float:left; position:relative; z-index:2; margin-top:10px; margin-bottom:10px;}
  173.  
  174. .entries {width:400px; padding:4px 4px 5px 4px; background-color:{color:Posts In}; margin-bottom:5px; float:right; }
  175.  
  176. #reblogs {display:none;}
  177.  
  178. .entries:hover #information {opacity:1; margin-left:-174px; {block:IfBackgroundImage}background-color:{color:background};{/block:IfBackgroundImage}}
  179.  
  180. #information{position:absolute; font:10px consolas,monospace; text-transform:uppercase; color:{color:description}; margin-left:-154px; opacity:0; height:auto; width: 150px; padding:0px; margin-bottom:0px; margin-top:-06px; background-color:#trans; display:block; text-align:right; padding:2px; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; display:block;}
  181. #information a{text-transform:uppercase; color:{color:tags}; margin:0!important; padding:0!important; text-align:right;}
  182. #information a:hover {color:{color:tags hover}!important;}
  183.  
  184. #bottoms {width:390px; border-top:1px solid {color:border}; padding:2px 5px; font:9px courier new; color:{color:bottoms text}; text-transform:uppercase; margin-top:3px!important; margin:auto;}
  185.  
  186. #bottoms a {color:{color:bottoms link};}
  187. #bottoms a:hover {color:{color:bottoms text};}
  188. /* PHOTO POSTS */
  189. .hres {opacity:0; height:12px; font:8px calibri; color:{color:link}; background-color:{color:posts in}; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; width:45px; position:absolute; top:0; left:0; z-index:999; text-align:center; text-transform:uppercase; filter:alpha(opacity=0); padding-top:3px; letter-spacing:1px; padding-left:1px; padding-bottom:1px;}
  190. .hres a {color:{color:link}; text-align:center;}
  191. #photox:hover .hres {opacity:0.9; filter:alpha(opacity=90);}
  192. #photox{overflow:hidden; position:relative}
  193.  
  194.  
  195. /* TEXT POSTS */
  196. #title {margin:auto; text-align:center; border:0;}
  197. .texttitle {font-size:16px; font-family:'Open Sans Condensed', Cambria,'Josefin Sans'; color: {color:title}; text-transform:uppercase; padding:2px 1px; text-align:center;line-height:90%; border-bottom:1px {color:border posts} dotted; width:390px;}
  198. .texttitle a {color:{color:title}; font-weight:300;}
  199.  
  200. li.footer_links ul {list-style-type:none;}
  201. ul li.highlight_ribbon {padding: 0px 1px 0px 0px; list-style-type:none!important; color:{color:text}; margin-left:0px;}
  202. li.highlight_ribbon {border-bottom: 0px solid {color:border};}
  203.  
  204.  
  205. /* CHAT POSTS */
  206. .chat .line{font:10px consolas,monospace}
  207. .label {color:{color:bold}; font:10px Terminal Dosis; text-transform:uppercase;}
  208. .chat {margin-top:2px;}
  209.  
  210. /* LINK POSTS */
  211. .linkdescription {padding:0px; margin:0px; font:10px consolas,monospace;}
  212.  
  213. /* QUOTE POSTS */
  214. .short_quote {font:17px Terminal Dosis; background-color:#fff; height:auto; margin:0px; padding:6px; text-align:center; color:{color:quote};}
  215. .medium_quote {font:16px Terminal Dosis; background-color:#fff; height:auto; margin:0px; padding:6px; text-align:center; color:{color:quote};}
  216. .long_quote {font:15px Terminal Dosis; background-color:#fff; height:auto; margin:0px; padding:6px; text-align:center; color:{color:quote};}
  217. .source {text-align:right; font-style:italic; font-weight:bold; font-size:10px; color:{color:source}; font-family:calibri;}
  218.  
  219. /* AUDIO POSTS */
  220. #audentry {display:block; height:auto; position:relative; min-height:120px;}
  221. .audentry {width:390px; background-color:{color: audio}; position:relative; padding:5px; {block:IndexPage}overflow:hidden;{/block:IndexPage}; min-height:120px;}
  222. .audioplayer { position: absolute; z-index: 3; background:white; top: 05; left: 05; opacity: .2;
  223. width:118px;height:118px; filter:alpha(opacity=20); -moz-transition: all .7s ease-in-out!important; -o-transition: all .7s ease-in-out!important; transition: all .7s ease-in-out!important; -webkit-transition: all .7s ease-in-out!important;}
  224. .audioplayer:hover {opacity:.7; filter:alpha(opacity=70);}
  225. .audioplayer2 {width: 20px; height: 30px; overflow: hidden; margin: 45px 24px 13px 45px;}
  226. .audtable {float:right; margin-top:-1px; margin-bottom:-1px; margin-left:0px!important; margin-right:8px!important;}
  227. .audiodata {font:10px consolas, monospace; color:{color:quote}; text-transform:uppercase; height:15px; padding:0px 7px!important; background-color:#fff; width:250px;}
  228. .audiodata b{color:{color:source};}
  229. .aucap {color:{color:quote}; font:10px consolas,monospace; line-height:90%; text-align:left; min-height:34px; background-color:#FaFAF1; padding:2px 7px!important; width:250px!important;}
  230.  
  231. /* POST NOTES */
  232. #postnotes {display:block; margin-right:8px; width:400px; float:right; margin-top:15px; background:#trans; padding:0; font:10px consolas,monospace;}
  233. .notperm {width:382px; border-left:10px solid {color:highlight 1}; font:10px consolas,monospace; text-transform:lowercase; color:{color:link}; padding:2px 4px; line-height:90%; margin-left:8px;}
  234. .notperm p.shows {color:{color:link}; display:inline; cursor:pointer;}
  235. .tagperm {width:382px; border-left:10px solid {color:highlight 2}; font:10px consolas,monospace; text-transform:lowercase; color:{color:link}; padding:2px 4px; line-height:90%; margin-left:8px;}
  236. .rebperm {width:382px; border-left:10px solid {color:highlight 3}; font:10px consolas,monospace; text-transform:lowercase; color:{color:link}; padding:2px 4px; line-height:90%; margin-left:8px;}
  237. .notperm a, .tagperm a, .rebperm a {color:{color:link};}
  238.  
  239. ol.notes {padding: 0px 1px 0px 0px; list-style-type: none; color:{color:description}; margin-left:-8px;}
  240. ol.notes li {border-bottom: 1px solid {color:border};}
  241. ol.notes li a:link, ol.notes li a:visited, ol.notes li a:active {color:{color:link}; padding: 0px 2px;}
  242. ol.notes li a:hover {color: {color:link};}
  243. ol.notes li.note {border-top: solid 0px {color:border posts}; padding: 5px 0px;}
  244. ol.notes li.note img.avatar {display: none;}
  245. ol.notes li.note span.action {font-weight: normal;}
  246. ol.notes li.note .answer_content {font-weight: normal;}
  247. ol.notes li.note blockquote {margin:5px 0px 5px 15px; padding:2px 5px;}
  248.  
  249. /* ASKS */
  250.  
  251. .question {
  252. color:{color:question text};
  253. font-size: 14px;
  254. font-weight: normal;
  255. font-family: Open Sans Condensed;
  256. line-height:95%;
  257. margin: 0 0 10px 0;
  258. padding:7px 7px 0px 7px;
  259. position: relative;
  260. text-transform:uppercase;}
  261.  
  262. #askerbox {width:400px; margin-top:-10px; background-color:#trans; padding:0!important; margin-left:01px!important; margin-bottom:10px; position:relative; z-index:99; right:0px; display:block!important; height:20px;}
  263.  
  264. .questionarrow {
  265. font-size:20px;
  266. font-family:'trebuchet ms';
  267. text-align:left;
  268. color:{color:border posts}; margin-left:0px; padding:0px 0px 0px 2px!important; margin-right:-3px!important;}
  269.  
  270. .asker {text-transform:uppercase; color:{color:asker}; margin-top:0px; font:14px Open Sans Condensed; vertical-align:middle; background-color:{color:posts in};}
  271. .asker a {color:{color:asker}; background-color:{color:posts in}; padding-left:2px; padding-right:5px;}
  272.  
  273.  
  274. #answer {color:{color:answer} font:10px consolas, monospace; width:390px; display:block!important; padding:0px 5px;}
  275. #answer blockquote {background-color:#f6f6f6; color:#454646; font: 10px consolas,monospace; margin-left:10px; padding:2px 6px; line-height:8px; width:360px;}
  276.  
  277. </style>
  278. </head>
  279.  
  280. <body>
  281. <div id="content">
  282.  
  283. <div id="credits">THEME BY <A HREF="HTTP://MARAUDERSTHEMES.TUMBLR.COM">MARAUDERSMAPS</A></div>
  284.  
  285. <!--- SIDEBAR --->
  286. <div id="side">
  287. <div id="sidepic"><a href="/"><img src="{image:sidebar}" border="0"/></a></div>
  288. <div id="navig">
  289. <a href="/ask">ask</a>
  290. <a href="/archive" target="_new">archive</a>
  291. <a href="/random" target="_new">random</a>
  292. <a href="{text:Link 1 URL}">{text:Link 1 Name}</a>
  293. <a href="{text:Link 2 URL}">{text:link 2 name}</a>
  294. <a href="{text:Link 3 URL}">{text:Link 3 Name}</a>
  295. </div>
  296.  
  297. <div id="descriptionbox">
  298. {Description}<p>
  299. {block:HasPages}{block:Pages}<a href="{URL}" class="sidelinks">{Label}&nbsp;</a> {/block:Pages}{/block:HasPages}
  300. </div>
  301.  
  302. {block:Pagination}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}" title="previous">«</a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}" title="next">»</a>{/block:NextPage}</div>
  303. {/block:Pagination}
  304.  
  305. </div>
  306.  
  307. <!--- ENTRIES --->
  308. <div id="entries">
  309. {block:Posts}
  310. <div class="entries {block:Photo}photo{/block:Photo}{block:Quote}quote{/block:Quote}{block:Link}link{/block:Link}{block:Text}text{/block:Text}{block:Chat}chat{/block:Chat}{block:Audio}audio{/block:Audio}{block:Video}video{/block:Video}{block:Answer}answer{/block:Answer}">
  311.  
  312. {block:IndexPage}
  313.  
  314.  
  315. <div id="information">
  316. {block:HasTags}Tagged as:<br>
  317. {block:Tags}<a href="{TagURL}" target="_blank"># {Tag}</a><br>{/block:Tags}{/block:HasTags}
  318. </div>
  319. {/block:IndexPage}
  320.  
  321. <!--- TEXT POST --->
  322. {block:Text}<div style="background-color:{color:Posts In}; padding:5px; margin:auto!important;" width="100%">
  323. {block:Title}
  324. <div id="title">
  325. <div class="texttitle"><a href="{Permalink}" target="_blank">{Title}</a></div>
  326. </div>{/block:Title}
  327. {Body}</div>
  328. {/block:Text}
  329.  
  330. <!--- PHOTO POST --->
  331. {block:Photo}
  332. <div id="photox"><img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  333. {block:HighRes}<div class="hres"><a href="{PhotoURL-HighRes}">High-Res</a></div> {/block:HighRes}</div>
  334. {block:Caption}
  335. <div class="caption">{Caption}</div>
  336. {/block:Caption}
  337. {/block:Photo}
  338.  
  339. <!--- PHOTOSET POST --->
  340. {block:Photoset}
  341. {Photoset-400}
  342. {block:Caption}
  343. <div class="caption">{Caption}</div>
  344. {/block:Caption}
  345. {/block:Photoset}
  346.  
  347. <!--- QUOTE POST --->
  348. {block:Quote}
  349. <div class="{Length}_quote">
  350. "{Quote}"
  351. {block:Source}
  352. <div class="source">{Source}</div>
  353. {/block:Source}
  354. </div>
  355. {/block:Quote}
  356.  
  357. <!--- LINK POST --->
  358. {block:Link}
  359. <div style="background-color:{color:Posts In}; padding:5px; margin:auto!important;" width="100%">
  360. <div id="title"><div class="texttitle"><a href="{URL}" class="linkpost" target="_blank">{Name}</a></div></div>
  361. {block:Description}
  362. <div class="linkdescription">{Description}</div>
  363. {/block:Description}</div>
  364. {/block:Link}
  365.  
  366. <!--- CHAT POST --->
  367. {block:Chat}
  368. <div style="background-color:{color:Posts In}; padding:5px 30px; margin:auto!important; width="100%">
  369. {block:Title}
  370. <div id="title"><div class="texttitle">{Title}</div></div>
  371. {/block:Title}
  372. <div class="chat" style="margin:auto;">
  373. {block:Lines}<div class="chat"><div class="line {Alt}">
  374. <div class="{Alt} user_{UserNumber}">
  375. {block:Label}
  376. <span class="label">{Label}</span>
  377. {/block:Label}
  378. {Line}</div>
  379. </div></div>
  380. {/block:Lines}
  381. </div></div>
  382. {/block:Chat}
  383.  
  384. <!--- VIDEO POST --->
  385. {block:Video}
  386. {Video-400}
  387. {block:Caption}
  388. <div class="caption">{Caption}</div>
  389. {/block:Caption}
  390. {/block:Video}
  391.  
  392. <!--- AUDIO POST --->
  393. {block:Audio}<div style="background-color:{color:Posts In};">
  394. <div id="audentry">
  395. <div class="audentry">
  396.  
  397. <img src="http://static.tumblr.com/2lqtwbf/hLRlz1vgy/2.png" alt="default album art" width="118" height="118" style="position:absolute; vertical-align:middle;" />
  398. {block:AlbumArt}
  399. <img width="118" height="118" src="{AlbumArtURL}" style="position:absolute;" />
  400. {/block:AlbumArt}
  401.  
  402. <div class="audioplayer"><div class="audioplayer2">{AudioPlayerWhite}</div></div>
  403. <div class="something" style="margin-right:-08px;">
  404. <table class="audtable" cellspacing="1px" cellpadding="0">
  405.  
  406. {block:TrackName}
  407. <tr>
  408. <td class="audiodata" style="font:10px consolas, monospace;"><b>Song: </b>{TrackName}</td>
  409. </tr>
  410. {/block:TrackName}
  411.  
  412. {block:Artist}
  413. <tr>
  414. <td class="audiodata"><b>Artist: </b> {Artist}</td>
  415. </tr>
  416. {/block:Artist}
  417. {block:Album}
  418. <tr>
  419. <td class="audiodata"><b>Album: </b>{Album}</td>
  420. </tr>
  421. {/block:Album}
  422. <tr>
  423. <td class="audiodata">Played {FormattedPlayCount} times</td>
  424. </tr>
  425. {block:ExternalAudio}
  426. <tr>
  427. <td class="audiodata"><a href="{ExternalAudioURL}" target="_blank">Source</a></td>
  428. </tr>
  429. {/block:ExternalAudio}
  430. {block:Caption}<tr>
  431. <td class="aucap">{Caption}</td></tr>
  432. {/block:Caption}
  433. </table>
  434. </div></div>
  435. </div></div>{/block:Audio}
  436.  
  437. <!--- ASK POST --->
  438. {block:Answer}
  439. <div class="question">
  440. {Question}
  441. </div>
  442. <div style="width:400px; height:1px; border-top:1px solid {color:border posts}; "></div>
  443. <div id="askerbox">
  444. <table style="width:auto; float:right; vertical-align:middle;" cellspacing="0" cellpadding="0">
  445. <tr height="15px">
  446. <td class="questionarrow">◥</td>
  447. <td class="asker">{Asker}</td>
  448. </tr>
  449. </table>
  450. </div>
  451.  
  452. <div id="answer">{answer}</div>{/block:Answer}
  453.  
  454. <div id="bottoms">{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a> on {/block:NoteCount}{block:Date}{ShortMonth} {DayofMonthWithZero}, {YEar}{/block:Date}{block:RebloggedFrom}<span style="float:right"><a href="{ReblogParentURL}" target="_new">Via</a> / <a href="{ReblogRootURL}" target="_new">Source</a></span>{/block:RebloggedFrom}</div>
  455.  
  456. </div>
  457.  
  458.  
  459. <!--- POST NOTES--->
  460. {block:PermalinkPage}
  461. <div style="float:right; margin-right:8px;">
  462. {block:NoteCount}<div class="notperm">{NoteCountWithLabel} - <p class="shows">Show notes</p></div>{/block:NoteCount}
  463. {block:HasTags}<div class="tagperm"> tagged as: {block:Tags}<a href="{TagURL}" target="_blank">#{Tag} </a>{/block:Tags}</div>{/block:HasTags}
  464. {block:RebloggedFrom}<div class="rebperm">reblogged from <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a>. Originally posted by <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a></div>{/block:RebloggedFrom}
  465. </div>
  466. <br>
  467. {block:PostNotes}
  468. <div id="postnotes"><div class="clicky" style="display:none;">{PostNotes}</div></div><br>
  469. {/block:PostNotes}
  470. {/block:PermalinkPage}
  471. {/block:Posts}
  472.  
  473. <div id=reblogs>{block:RebloggedFrom}<a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-24}"></a>→ reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>, {/block:RebloggedFrom}
  474. {block:ContentSource}originally from <a href="{SourceURL}">{SourceLink}</a><br>
  475. {/block:ContentSource}
  476. <a href="{Permalink}">→ {block:NoteCount}{NoteCount} notes, {/block:NoteCount}{block:Date}posted {TimeAgo}{/block:Date}</a></div>
  477.  
  478. </div>
  479. </body>
  480. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement