Advertisement
Notlikeamovie

theme #012

Feb 3rd, 2012
39,835
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.78 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 #012
  5. made by maraudersmaps.tumblr.com. Do not redistribute or use as a base for other themes -->
  6.  
  7. <head>
  8. <!-- DEFAULT VARIABLES -->
  9.  
  10. <meta name="image:Sidebar" content=""/>
  11. <meta name="image:Background" content=""/>
  12.  
  13. <meta name="font:Body" content="Calibri" />
  14. <meta name="font:Sidebar" content="Georgia" />
  15.  
  16. <meta name="text:Link 1 Url" content="http://" />
  17. <meta name="text:Link 1 Name" content="Link 1" />
  18. <meta name="text:Link 2 Url" content="http://" />
  19. <meta name="text:Link 2 Name" content="Link 2" />
  20. <meta name="text:Link 3 Url" content="http://" />
  21. <meta name="text:Link 3 Name" content="Link 3" />
  22.  
  23.  
  24. <meta name="color:Background" content="#F5F1E4" />
  25. <meta name="color:Header Background" content="#C2BBAC" />
  26. <meta name="color:Border" content="#d9d6c7" />
  27. <meta name="color:Header Links" content="#d2cFbD" />
  28. <meta name="color:Header Links Hover" content="#cac7b5" />
  29. <meta name="color:Navigation" content="#FBFAFC" />
  30.  
  31. <meta name="color:Posts" content="#FCFBF5" />
  32. <meta name="color:Permalink" content="#ACA699" />
  33. <meta name="color:info link hover" content="#C79B9B" />
  34.  
  35. <meta name="color:Text" content="#797169" />
  36. <meta name="color:Title" content="#8F6C63" />
  37. <meta name="color:Quote" content="#635346" />
  38. <meta name="color:Source" content="#BDB38E" />
  39. <meta name="color:Chat1" content="#F7F3ED" />
  40. <meta name="color:Chat2" content="#FAFAF7" />
  41. <meta name="color:Bold" content="#A58D92" />
  42. <meta name="color:Italic" content="#DDD29C" />
  43. <meta name="color:Link" content="#C28C81" />
  44.  
  45. <meta name="color:Answer" content="#D1CABF" />
  46. <meta name="color:Question Background" content="#F0EBE1" />
  47. <meta name="color:Question Text" content="#fff" />
  48.  
  49. <meta name="color:Sidebar" content="#FCFBF5" />
  50. <meta name="color:Sidebar Text" content="#D4CBBA" />
  51. <meta name="color:Sidebar Link" content="#E4E2D8" />
  52. <meta name="color:Sidebar Link Hover" content="#FDFDF5" />
  53.  
  54. <meta name="color:ending" content="#9E9168" />
  55. <meta name="color:Ending 2" content="#AD9678" />
  56. <meta name="color:Ending 3" content="#BD9988" />
  57.  
  58. <meta name="color:Scrollbar3" content="#AFA697" />
  59.  
  60. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  61. <script src="http://code.jquery.com/jquery-latest.js"></script>
  62.  
  63. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic' rel='stylesheet' type='text/css'>
  64.  
  65.  
  66. <link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,300' rel='stylesheet' type='text/css'>
  67.  
  68. <title>{Title}</title>
  69. <link rel="shortcut icon" href="{Favicon}">
  70. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  71. {block:Description}
  72. <meta name="description" content="{MetaDescription}" />
  73. {/block:Description}
  74.  
  75.  
  76. <style type="text/css">
  77.  
  78.  
  79.  
  80.  
  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:scrollbar3};}
  86.  
  87. ::-webkit-scrollbar-button:horizontal { width:5px; height:4px!important; display: block; background:{color:scrollbar3};}
  88.  
  89. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar3}; border-top: 1px solid {color:background}; border-bottom: 1px solid {color:background};}
  90.  
  91. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar3};border-left: 1px solid {color:background}; border-right: 1px solid {color:background}; height:4px;}
  92.  
  93. ::-webkit-scrollbar-thumb {background: {color:scrollbar3}; border-top: 0pt solid {color:background}; border-bottom: 0pt solid {color:background};}
  94.  
  95. ::-webkit-scrollbar-thumb:hover {background: {color:scrollbar3}; 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:scrollbar3};}
  100.  
  101.  
  102.  
  103.  
  104.  
  105. iframe#tumblr_controls {
  106. top:70px !important;
  107. right:3px !important;
  108. position: fixed !important;
  109. -webkit-transition: opacity 0.7s linear;
  110. opacity: 0.4;
  111. -webkit-transition: all 0.8s ease-out;
  112. -moz-transition: all 0.8s ease-out;
  113. transition: all 0.8s ease-out;
  114. z-index:999999999999999999;}
  115.  
  116. iframe#tumblr_controls:hover{
  117. -webkit-transition: opacity 0.7s linear;
  118. opacity: 1;
  119. -webkit-transition: all 0.4s ease-out;
  120. -moz-transition: all 0.4s ease-out;
  121. transition: all 0.4s ease-out;
  122. z-index:999999999999999999999;}
  123.  
  124. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  125.  
  126.  
  127. body {background-color:{color:background}; background-image: url('{image:background}'); color:{color:text}; font-family:{font:Body}; font-size:10px; background-attachment:fixed; background-repeat:no-repeat; text-align:justify; }
  128.  
  129. #content {width:730px; margin:auto!important}
  130.  
  131. #credits {position:fixed; bottom:10px; left:10px; text-transform:uppercase; font:11px Open Sans Condensed; color:{color:text};}
  132. #credits a {color:{color:link};}
  133.  
  134. blockquote, li blockquote {border-left:1px {color:border} solid; padding:0px 0px 0px 10px; margin:0px 0px 8px 0px;}
  135. blockquote > p:first-child {padding: 0;}
  136. ul {padding: 0 0 0 0px; margin: 0 0 08px 0; list-style-position:inside;}
  137. ol {padding: 0 0 8px 0px; margin: 0 0 08px 0; list-style-position:outside;}
  138.  
  139. b, strong, .strong {color:{color:Bold};}
  140. i, em, .em {color:{color:Italic};}
  141.  
  142. a {color:{color:link}; text-decoration:none;}
  143.  
  144.  
  145. img a {border:0px color:{color:transparent};}
  146. a img {border:0px color#trans;}
  147.  
  148. /* SIDEBAR */
  149.  
  150. #side {width:276px;padding:0px!important;margin-left:-223px; position:fixed; float:right; top:77px; z-index:0;}
  151. #sidebar {width:306px; background-color:#trans;}
  152.  
  153. #sidecontent {width:272px; margin-top:0px!important; margin:auto; padding:0px;}
  154.  
  155. #sidepics { width:271px; padding:0px; margin:auto; margin-bottom:02px!important; margin-left:-2px!important;}
  156. #sidepics img { padding:3px; background-color:{color:Sidebar}; width:270px; overflow:hidden;}
  157.  
  158. #description {padding:1px 5px 2px 5px; color:{color:sidebar text}; font:10px {font:sidebar}; text-transform: none; margin-bottom:0px; background-color:{color:sidebar}; width:266px; margin-left:-02px; margin-top:1px; margin-bottom:1px; font-style:italic; text-align:center; -moz-transition: background-color .4s ease-in-out; -o-transition: background-color .4s ease-in-out; transition: background-color .4s ease-in-out; -webkit-transition: background-color .4s ease-in-out;}
  159.  
  160. #compllinks {width:276px; display:block; text-align:center; background-color:{color:sidebar}; margin:1px -2px; font-style:italic; color:{color:sidebar text}; border-bottom:1px solid {color:sidebar};}
  161. #compllinks a{display:block; font:10px {font:sidebar}; text-transform:lowercase; padding:1px 0px 2px 0px; margin-bottom:1px!important; font-style:italic; -moz-transition: background-color .4s ease-in-out; -o-transition: background-color .4s ease-in-out; transition: background-color .4s ease-in-out; -webkit-transition: background-color .4s ease-in-out; color:{color:sidebar link};}
  162. #compllinks a:hover {background-color:{color:sidebar link}; color:{color:sidebar link hover};}
  163. #pagi {color:{color:pagination}; font-style:italic!important; width:276px; text-align:center; font:11px georgia;}
  164.  
  165.  
  166. /* HEADER */
  167.  
  168. #header {width:100%; background-color:{color:header background}; height:50px; position:fixed; z-index:99999999; left:0; top:0; margin-bottom:10px; border-bottom:3px {color:border} solid; padding:5px;}
  169.  
  170. #headlinks {width:520px; margin:auto;}
  171.  
  172. .hlinks {background-color:{color:header links}; font:10px calibri; text-transform:uppercase; letter-spacing:1px; text-align:center; padding:3px; height:40px; -moz-transition: background-color .4s ease-in-out; -o-transition: background-color .4s ease-in-out; transition: background-color .4s ease-in-out; -webkit-transition: background-color .4s ease-in-out;}
  173. .hlinkss {background-color:{color:header links}; font:10px calibri; text-transform:uppercase; letter-spacing:1px; text-align:center; padding:3px; height:40px; -moz-transition: background-color .4s ease-in-out; -o-transition: background-color .4s ease-in-out; transition: background-color .4s ease-in-out; -webkit-transition: background-color .4s ease-in-out;}
  174. .hlinkss img {max-width:40px;}
  175. .hlinks:hover {background-color:{color:header links hover}; border:3px solid {color:header links}; height:34px; width:83px;}
  176. .hlinks a{color:{color:navigation};}
  177.  
  178.  
  179. /* ENTRIES */
  180.  
  181. #entries {width:510px; float:left; margin-left:115px; margin-top:70px; position:relative; z-index:999}
  182.  
  183. .entries {width:500px; padding:4px 4px 6px 4px; background-color:{color:Posts}; margin:0px 0px 15px 0px; float:right;}
  184.  
  185. #reblogs {display:none;}
  186.  
  187. .entries:hover #information {opacity:1;}
  188.  
  189. #information{position:absolute; font:10px calibri; text-transform:uppercase; color:{color:link}; margin-left:510px; opacity:0; height:auto; width: 150px; margin-bottom:0px; margin-top:-04px; background-color:#trans; display:block; text-align:left; padding:0px 0px 0px 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; border-left:1px solid {color:border};}
  190. #information a{text-transform:lowercase; color:{color:permalink}; font-style:italic}
  191. #information a:hover {color:{color:info link hover};}
  192.  
  193. .noted a{font:11px Open Sans!important; color:{color:permalink}!important; letter-spacing:0px; text-transform:uppercase!important; font-style:normal!important; -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; font-weight:300!important;}
  194. .noted a:hover {color:{color:text}!important;}
  195.  
  196. .dated {font:9px calibri; text-transform:uppercase; color:{color:permalink};}
  197.  
  198. /* TEXT POSTS */
  199.  
  200. #title { border-bottom: 2px {color:background} solid; width:500px;}
  201. .texttitle {font-size:12px; font-family: {font:Body}; margin:0px 0px -03px 0px; font-weight:normal; color: {color:title}; text-transform:uppercase; padding:2px 1px; text-align:center;}
  202. .texttitle a {font-size:12px; font-family: {font:Body}; margin:0px 0px -03px 0px; font-weight:normal; color: {color:title}; text-transform:uppercase; padding:2px 1px; text-align:center;}
  203.  
  204. /* CHAT POSTS */
  205.  
  206. .chat .line{
  207. font:10px {font:Body};
  208. background-color:{color:chat1};
  209. margin: 0 0 1px;
  210. padding: 2px;
  211. }
  212. .chat .line.odd{ background-color:{color:chat2};}
  213.  
  214. .label {font-weight:bold; color:{color:bold}}
  215.  
  216. /* LINK POSTS */
  217.  
  218. .linkdescription {padding:0px; margin:0px; font:10px {font:Body};}
  219.  
  220. /* QUOTES POSTS */
  221.  
  222. .short_quote {font:17px Open Sans Condensed; background-color:#fff; height:auto; margin:0px; padding:6px; text-align:center; color:{color:quote};}
  223. .medium_quote {font:16px Open Sans Condensed; background-color:#fff; height:auto; margin:0px; padding:6px; text-align:center; color:{color:quote};}
  224. .long_quote {font:15px Open Sans Condensed; background-color:#fff; height:auto; margin:0px; padding:6px; text-align:center; color:{color:quote};}
  225.  
  226. .source {text-align:right; font-style:italic; font-weight:bold; font-size:10px; color:{color:source}; font-family:calibri;}
  227.  
  228. /* AUDIO POSTS */
  229.  
  230. #audentryprob {display:block; height:auto; position:relative; min-height:120px;}
  231.  
  232. .audentry {width:490px; background-color:{color: audio}; position:relative; padding:5px; {block:IndexPage}overflow:hidden;{/block:IndexPage}; min-height:120px;}
  233.  
  234. .audioplayercircle {
  235. position: absolute;
  236. z-index: 3;
  237. background: white;
  238. -webkit-border-radius: 50px;
  239. -moz-border-radius: 50px;
  240. top: 35px;
  241. left: 35px;
  242. opacity: .7;
  243. filter:alpha(opacity=70)}
  244.  
  245. .audioplayer {
  246. width: 20px;
  247. height: 30px;
  248. overflow: hidden;
  249. margin: 17px 24px 13px 16px;
  250. }
  251.  
  252. .audiodata {font:10px calibri; color:{color:quote}; text-transform:uppercase; height:15px; padding:0px 7px!important; background-color:#fdfdfd;}
  253. .audiodata b{color:{color:source};}
  254.  
  255. .aucap {color:{color:quote}; font:10px consolas,monospace; line-height:90%; text-align:left; min-height:34px; background-color:#fcfcfc; padding:2px 7px!important;}
  256.  
  257. /* ANSWER POSTS */
  258.  
  259. .question {
  260. color:{color:question text};
  261. font-size: 9px;
  262. font-weight: normal;
  263. font-family: {font:body};
  264. line-height:95%;
  265. background: {color:question background};
  266. position: relative;
  267. min-height:70px;
  268. padding:10px 15px;
  269. margin-bottom:2px;
  270. margin-right:-10px;}
  271.  
  272. .questionarrow {
  273. font-size:30px;
  274. color:{color:question background};
  275. vertical-align:middle;
  276. margin-left:-5px!important;}
  277.  
  278.  
  279. .asker {width:500px; text-align:right; text-transform:uppercase; color:{color:text};}
  280. .asker a {color:{color:text};}
  281. .asker img {float:left; margin-left:400px; vertical-align:top; margin-right:3px; max-height:15px;}
  282.  
  283. .asking {text-align:center; color:{color:text}; font:9px Calibri; text-transform:uppercase;}
  284. .asking a{color:{color:text};}
  285. .asking img {width:58px; vertical-align:middle; background-color:{color:question background}; padding:3px;}
  286.  
  287. .arrow {padding-top:11px; color:{color:question background}; font-size:30px;}
  288.  
  289.  
  290. .answer {color:{color:answer};}
  291.  
  292.  
  293. /* PHOTO POSTS */
  294.  
  295. .hres {opacity:0; height:12px; font:8px calibri; color:{color:permalink}; background-color:{color:posts}; -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;}
  296. .hres a {color:{color:permalink}; text-align:center;}
  297. #photox:hover .hres {opacity:0.9; filter:alpha(opacity=90);}
  298. #photox{overflow:hidden; position:relative}
  299.  
  300. .caption {margin:0px; padding:0px; font:10px {font:Body};}
  301.  
  302. /* POST NOTES */
  303.  
  304. #postnotes {display:block; margin-left:3px; width:500px;}
  305.  
  306. ol.notes {list-style-type:none;}
  307.  
  308. .notperm {width:488px; border-left:10px solid {color:ending}; font:10px calibri; text-transform:lowercase; color:{color:link}; padding:2px 4px; line-height:90%; margin-left:8px;}
  309. .tagperm {width:488px; border-left:10px solid {color:ending 2}; font:10px calibri; text-transform:lowercase; color:{color:link}; padding:2px 4px; line-height:90%; margin-left:8px;}
  310. .rebperm {width:488px; border-left:10px solid {color:ending 3}; font:10px calibri; text-transform:lowercase; color:{color:link}; padding:2px 4px; line-height:90%; margin-left:8px;}
  311. .notperm a, .tagperm a, .rebperm a {color:{color:permalink};}
  312.  
  313. </style>
  314. </head>
  315.  
  316. <body>
  317. <div id="content">
  318. <div id="credits">Theme by <a href="http://maraudersthemes.tumblr.com" target="_new">maraudersmaps</a>.</div>
  319. <div id="header">
  320. <div id="headlinks">
  321. <table cellspacing="5px" cellpadding="0" width="100%">
  322. <td width="40px" class="hlinkss"><a href="/" ><img src="{PortraitURL-96}"></a></td>
  323. <td width="89px" class="hlinks"><a href="/ask" >ask</a></td>
  324. <td width="89px" class="hlinks"><a href="/archive"> archive</a></td>
  325. <td width="89px" class="hlinks"><a href="{text:Link 1 URL}">{text:Link 1 Name}</a></td>
  326. <td width="89px" class="hlinks"><a href="{text:Link 2 URL}">{text:Link 2 Name}</a></td>
  327. <td width="89px" class="hlinks"><a href="{text:Link 3 URL}">{text:Link 3 Name}</a></td>
  328. </tr>
  329. </table></div>
  330. </div>
  331.  
  332. <div id="side">
  333. <div id="sidebar">
  334. <div id="sidecontent">
  335. {block:IfSidebarImage}<div id="sidepics">
  336. <img src="{image:sidebar}">
  337. </div>{/block:IfSidebarImage}
  338.  
  339. <div id="description">
  340. {Description}
  341. </div>
  342. {block:HasPages}{block:Pages}<div id="compllinks"><a href="{URL}">{Label}</a></div>{/block:Pages}{/block:HasPages}
  343. {block:Pagination}<div id="pagi">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>{/block:Pagination}
  344. </div>
  345. </div>
  346.  
  347.  
  348. </div>
  349.  
  350. <div id="entries">
  351. {block:Posts}
  352. <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}">
  353.  
  354. {block:IndexPage}
  355.  
  356.  
  357. <div id="information">
  358. <span class="noted"><a href="{Permalink}">{NoteCountWithLabel}</a></span><br>
  359. <span class="dated">{block:Date}{block:NewDayDate}{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear} @ {12HourWithZero}:{Minutes}{AmPm}{/block:NewDayDate}{block:SameDayDate}@ {12HourWithZero}:{Minutes}{AmPm}{/block:SameDayDate}{/block:Date}</span>
  360. {block:HasTags}
  361. <br>tagged as<br>
  362. {block:Tags}■ <a href="{TagURL}" target="_blank">{Tag}</a><br>{/block:Tags}
  363. {/block:HasTags}
  364. {block:RebloggedFrom}
  365. <div class="tagtitle">
  366. via:<a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  367. source:<a href="{ReblogRootURL}">{ReblogRootName}</a>
  368. </div>
  369. {/block:RebloggedFrom}
  370. </div>
  371. {/block:IndexPage}
  372.  
  373. {block:Text}
  374. <div id="title">
  375. {block:Title}
  376. <div class="texttitle"><a href="{Permalink}" target="_blank">{Title}</a></div>
  377. {/block:Title}
  378. </div>
  379. {Body}
  380. {/block:Text}
  381.  
  382. {block:Photo}
  383. <div id="photox"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  384. {block:HighRes}<div class="hres"><a href="{PhotoURL-HighRes}">High-Res</a></div> {/block:HighRes}</div>
  385. {block:Caption}
  386. <div class="caption">{Caption}</div>
  387. {/block:Caption}
  388. {/block:Photo}
  389.  
  390. {block:Photoset}
  391. {Photoset-500}
  392. {block:Caption}
  393. <div class="caption">{Caption}</div>
  394. {/block:Caption}
  395. {/block:Photoset}
  396.  
  397. {block:Quote}
  398. <div class="{Length}_quote">
  399. "{Quote}"
  400. {block:Source}
  401. <div class="source">{Source}</div>
  402. {/block:Source}
  403. </div>
  404. {/block:Quote}
  405.  
  406. {block:Link}
  407. <div id="title"><div class="texttitle"><a href="{URL}" class="linkpost" target="_blank">{Name}</a></div></div>
  408. {block:Description}
  409. <div class="linkdescription">{Description}</div>
  410. {/block:Description}
  411. {/block:Link}
  412.  
  413. {block:Chat}
  414. {block:Title}
  415. <div id="title"><div class="texttitle">{Title}</div></div>
  416. {/block:Title}<br>
  417. <div class="chat">
  418. {block:Lines}<div class="chat"><div class="line {Alt}">
  419. <div class="{Alt} user_{UserNumber}">
  420. {block:Label}
  421. <span class="label"><b>{Label}</b></span>
  422. {/block:Label}
  423. {Line}</div>
  424. </div></div>
  425. {/block:Lines}
  426. </div>
  427. {/block:Chat}
  428.  
  429. {block:Video}
  430. {Video-500}
  431. {block:Caption}
  432. <div class="caption">{Caption}</div>
  433. {/block:Caption}
  434. {/block:Video}
  435.  
  436. {block:Audio}
  437. <div id="audentryprob">
  438. <div class="audentry">
  439.  
  440. <img src="http://static.tumblr.com/2lqtwbf/coolyqooj/untitled-1.png" alt="default album art" width="120" height="120" style="position:absolute; vertical-align:middle;" />
  441. {block:AlbumArt}
  442. <img width="120" height="120" src="{AlbumArtURL}" style="position:absolute;" />
  443. {/block:AlbumArt}
  444.  
  445. <div class="audioplayercircle"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  446. <div class="something">
  447. <table style="float:right;" width="360px" cellspacing="1px" cellpadding="0">
  448.  
  449. {block:TrackName}
  450. <tr>
  451. <td class="audiodata"><b>Song: </b>{TrackName}</td>
  452. </tr>
  453. {/block:TrackName}
  454.  
  455. {block:Artist}
  456. <tr>
  457. <td class="audiodata"><b>Artist: </b> {Artist}</td>
  458. </tr>
  459. {/block:Artist}
  460. {block:Album}
  461. <tr>
  462. <td class="audiodata"><b>Album: </b>{Album}</td>
  463. </tr>
  464. {/block:Album}
  465. <tr>
  466. <td class="audiodata">Played {FormattedPlayCount} times</td>
  467. </tr>
  468. {block:ExternalAudio}
  469. <tr>
  470. <td class="audiodata"><a href="{ExternalAudioURL}" target="_blank">Source</a></td>
  471. </tr>
  472. {/block:ExternalAudio}
  473. {block:Caption}<tr>
  474. <td class="aucap">{Caption}</td></tr>
  475. {/block:Caption}
  476. </table>
  477. </div></div>
  478. </div>{/block:Audio}
  479. {block:Answer}
  480. <table width="500px" cellspacing="0" cellpadding="0">
  481. <tr>
  482. <td width="415px" class="question">{Question}</td>
  483. <td width="30px"><span class="questionarrow">◤</span></td>
  484. <td width="64px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
  485. </tr>
  486. </table>
  487. <div class="answer">{Answer}</div>
  488. {/block:answer}
  489.  
  490. </div>
  491.  
  492. {block:PermalinkPage}
  493. {block:NoteCount}<div class="notperm">{NoteCountWithLabel}</div>{/block:NoteCount}
  494. {block:HasTags}<div class="tagperm"> tagged as: {block:Tags}<a href="{TagURL}" target="_blank">#{Tag} </a>{/block:Tags}</div>{/block:HasTags}
  495. {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}
  496. <br>
  497. {block:PostNotes}
  498. <div id="postnotes">{PostNotes}</div><br>
  499. {/block:PostNotes}
  500. {/block:PermalinkPage}
  501. {/block:Posts}
  502.  
  503. <div id=reblogs>{block:RebloggedFrom}<a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-24}"></a>→ reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>, {/block:RebloggedFrom}
  504. {block:ContentSource}originally from <a href="{SourceURL}">{SourceLink}</a><br>
  505. {/block:ContentSource}
  506. <a href="{Permalink}">→ {block:NoteCount}{NoteCount} notes, {/block:NoteCount}{block:Date}posted {TimeAgo}{/block:Date}</a></div><p><p>
  507.  
  508. </div>
  509. </body>
  510. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement