Don't like ads? PRO users don't see any ads ;-)

Theme app 01

By: BeckynRoll on Feb 26th, 2012  |  syntax: None  |  size: 19.46 KB  |  hits: 221  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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 POR: BECKY (LOUVAR) SE USAR NÃO RETIRE OS CRÉDITOS. SÓ PODE USAR COMO BASE PARA USO PRÓPIO
  5. (base do theme: maraudersmaps) JESUS TE AMA SZ!
  6. -->
  7.  
  8. <head>
  9.  
  10. <!-- DEFAULT VARIABLES -->
  11.  
  12. <meta name="image:Sidebar1" content="http://29.media.tumblr.com/tumblr_lwm3w8SpHK1qdjd6to4_250.jpg"/>
  13. <meta name="image:Sidebar01" content="http://29.media.tumblr.com/tumblr_lwm3w8SpHK1qdjd6to1_250.jpg"/>
  14. <meta name="image:Sidebar2" content="http://28.media.tumblr.com/tumblr_lwm3w8SpHK1qdjd6to6_250.jpg"/>
  15. <meta name="image:Sidebar02" content="http://26.media.tumblr.com/tumblr_lwm3w8SpHK1qdjd6to2_250.jpg"/>
  16. <meta name="image:Background" content=""/>
  17.  
  18. <meta name="font:Body" content="Trebuchet Ms" />
  19.  
  20. <meta name="if:Show Link 1" content="0" />
  21. <meta name="if:Show Link 2" content="0" />
  22. <meta name="if:Show Link 3" content="0" />
  23.  
  24.  
  25. <meta name="text:Link 1 Url" content="http://" />
  26. <meta name="text:Link 1 Name" content="Link 1" />
  27. <meta name="text:Link 2 Url" content="http://" />
  28. <meta name="text:Link 2 Name" content="Link 2" />
  29. <meta name="text:Link 3 Url" content="http://" />
  30. <meta name="text:Link 3 Name" content="Link 3" />
  31.  
  32. <meta name="color:Background" content="#f0ece6" />
  33. <meta name="color:Text" content="#B17E7E" />
  34. <meta name="color:Posts" content="#fafaf4" />
  35. <meta name="color:Title" content="#8A8383" />
  36. <meta name="color:Permalink" content="#8A8383" />
  37. <meta name="color:Quote" content="#644550" />
  38. <meta name="color:Source" content="#BDAB8D" />
  39. <meta name="color:Chat1" content="#F7F4ED" />
  40. <meta name="color:Chat2" content="#FCFCFC" />
  41. <meta name="color:Artist" content="#F7F4ED" />
  42. <meta name="color:tracks" content="#F5EeDe" />
  43. <meta name="color:album" content="#fff" />
  44. <meta name="color:ending" content="#a9bbe1" />
  45. <meta name="color:Bold" content="#635464" />
  46. <meta name="color:Italic" content="#746A68" />
  47. <meta name="color:Link" content="#a9bbe1" />
  48. <meta name="color:Link Hover" content="#3D3836" />
  49. <meta name="color:Answer" content="#6B3C5A" />
  50. <meta name="color:Question Background" content="#C29C9C" />
  51. <meta name="color:Answer Background" content="#FFFdF1" />
  52. <meta name="color:Question Text" content="#fff" />
  53. <meta name="color:Sidebar" content="#fafaf4" />
  54. <meta name="color:Sidetitle" content="#fff" />
  55. <meta name="color:Sidetext" content="#8B8B8B" />
  56. <meta name="color:backgroundbg" content="#97B4F1" />
  57. <meta name="color:pagination" content="#fff" />
  58. <meta name="color:Sidebar links" content="#a9bbe1" />
  59. <meta name="color:navigation" content="#a9bbe1" />
  60. <meta name="color:Scrollbar1" content="#f0ece6" />
  61. <meta name="color:Scrollbar2" content="#f3efe9" />
  62. <meta name="color:Scrollbar3" content="#c3bfb9" />
  63. <meta name="color:Scrollbar4" content="#fff" />
  64.  
  65.  
  66. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  67.  
  68. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic' rel='stylesheet' type='text/css'>
  69.  
  70.  
  71. <script src="http://code.jquery.com/jquery-latest.js"></script>
  72. <script>
  73. $(document).ready(function(){
  74.  
  75. $(".d1").click(function(){
  76. $(".desc").slideToggle("slow");
  77. $(this).toggleClass("active");
  78. });
  79.  
  80. });
  81. </script>
  82.  
  83. <script language="javascript" type="text/javascript"
  84. src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js">
  85. </script>
  86. <script type="text/javascript" language="javascript">
  87. $(function() {
  88. $(this).bind("contextmenu", function(e) {
  89. e.preventDefault();
  90. });
  91. });
  92. </script>
  93.  
  94. <title>{Title}</title>
  95. <link rel="shortcut icon" href="{Favicon}">
  96. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  97. {block:Description}
  98. <meta name="description" content="{MetaDescription}" />
  99. {/block:Description}
  100.  
  101.  
  102. <style type="text/css">
  103.  
  104.  
  105.  
  106.  
  107. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:scrollbar1};}
  108.  
  109. ::-webkit-scrollbar-corner {background:{color:scrollbar2};}
  110.  
  111. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar3};}
  112.  
  113. ::-webkit-scrollbar-button:horizontal { width: 7px; height: 4px; display: block; background:{color:scrollbar3};}
  114.  
  115. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar3}; border-top: 1px solid {color:scrollbar1}; border-bottom: 1px solid {color:scrollbar1};}
  116.  
  117. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbar1};border: 0px solid {color:scrollbar1};}
  118.  
  119. ::-webkit-scrollbar-thumb {background: {color:scrollbar3}; border-top: 0pt solid {color:scrollbar1}; border-bottom: 0pt solid {color:scrollbar1};}
  120.  
  121. ::-webkit-scrollbar-thumb:hover {background: {color:scrollbar3}; cursor:url(http://i53.tinypic.com/zycxmw.png), auto; }
  122.  
  123. ::-webkit-scrollbar-track-piece {background: {color:scrollbar1}; border-top: 1pt solid {color:scrollbar4}; border-bottom: 1pt solid {color:scrollbar4}; width:4pt;}
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130. iframe#tumblr_controls {
  131. top:0px !important;
  132. right:3px !important;
  133. position: fixed !important;
  134. -webkit-transition: opacity 0.7s linear;
  135. opacity: 0.4;
  136. -webkit-transition: all 0.8s ease-out;
  137. -moz-transition: all 0.8s ease-out;
  138. transition: all 0.8s ease-out;}
  139.  
  140. iframe#tumblr_controls:hover{
  141. -webkit-transition: opacity 0.7s linear;
  142. opacity: 1;
  143. -webkit-transition: all 0.4s ease-out;
  144. -moz-transition: all 0.4s ease-out;
  145. transition: all 0.4s ease-out;}
  146.  
  147. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  148.  
  149.  
  150. 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; }
  151.  
  152. #content {width:730px; margin:auto;}
  153.  
  154. #side {width:328px;padding:0px!important; margin-left:-180px; position:fixed; float:left;}
  155. #sidebar {width:328px; background-color:{color:sidebar}; padding:3px 3px 4px 3px;}
  156.  
  157. #sidebar2 {width:328px; margin-top:3px; background-color:{color:sidebar}; padding:3px 3px 4px 3px;}
  158.  
  159. #sidecontent {width:324px; margin-top:0px!important; margin:auto; padding:0px;}
  160.  
  161. .sidetitle {font:9px trebuchet ms; text-transform:uppercase; color:{color:sidetext}; background-color:{color:sidebar}; width:319px; padding:2px 2px 0px 2px; margin-bottom:0px; text-align:center; margin-left:1px; letter-spacing:1px;}
  162. .sidetitle a {color:{color:sidetext};}
  163. .sidetitle a:hover {font-weight: bold;}
  164.  
  165. #sidepics { width:323px; padding:0px; margin:auto; margin-bottom:0px!important; margin-left:-2px!important;}
  166. #sidepics img { padding:3px; background-color:{color:Sidebar links}; width:154px; overflow:hidden;}
  167.  
  168. .sidelinkss {margin-top:0px; margin-right:3px; margin-left:0px; margin-bottom:3px;}
  169.  
  170. .sidelink {width:100px; padding:1px 0px; background-color:{color:navigation}; text-align:center; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  171. .sidelink a {font:9px trebuchet ms; text-transform:uppercase; color:{color:sidetitle}; text-align:center; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  172. .sidelink:hover a {color:{color:navigation};}
  173. .sidelink:hover {background-color:{color:sidetitle}; color:{color:navigation};}
  174.  
  175.  
  176. .description {padding:2px 5px; color:{color:sidetext}; font:9px trebuchet ms; text-transform: none; margin-bottom:2px; background-color:{color:sidebar}; width:313px; margin-left:1px; margin-top:-1px;}
  177.  
  178.  
  179. #credits {padding:1px; width:324px; margin-left:1px; background-color:{color:navigation};font:09px trebuchet ms; color:{color:sidetitle}; letter-spacing:1px; text-align:center; text-transform:uppercase;}
  180. #credits a {color:{color:sidetitle};}
  181.  
  182. #credits2 {padding:1px; width:324px; margin-left:-1px; background-color:{color:navigation};font:09px trebuchet ms; color:{color:sidetitle}; letter-spacing:1px; text-align:center; text-transform:uppercase; margin-bottom:2px; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  183. #credits2 a {color:{color:sidetitle}; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  184.  
  185. #credits2:hover a {color:{color:navigation};}
  186. #credits2:hover {background-color:{color:sidetitle}; color:{color:navigation};}
  187.  
  188. #entries {width:510px; float:right;}
  189. .entries {width:500px; padding:8px 8px 10px 8px; background-color:{color:Posts}; margin:0px 0px 15px 0px;}
  190.  
  191. #ending {width:500px; background-color:{color:ending};font:9px trebuchet ms; text-transform:uppercase; text-align:center; margin-top:4px; margin-bottom:-3px; padding:1px 0px; color:{color:permalink}; line-height:92%; {block:PermalinkPage}display:none;{/block:PermalinkPage};}
  192. #ending a{color:{color:permalink};}
  193.  
  194. #reblogs {display:none;}
  195.  
  196. .entries:hover #information {opacity:1; -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;}
  197.  
  198. #information{position:absolute; font:8px {font:Body}; text-transform:uppercase; color:{color:link}; margin-left:514px; opacity:0; height:auto; width: 150px; padding:0px; margin-bottom:0px; margin-top:-08px; background-color:{color:posts}; display:block; text-align:center; padding:2px;}
  199.  
  200. .entries:hover #information2 {opacity:1; -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;}
  201.  
  202. #information2 {position:absolute; font:8px {font:Body}; text-transform:uppercase; color:{color:link}; opacity:0; height:auto; width: 153px; padding:0px; margin-bottom:0px; margin-top:1px; background-color:{color:posts}; display:block; text-align:center;}
  203.  
  204. .information {width:143px; background-color:#trans; text-align:center; margin-bottom:1px;}
  205.  
  206. .information:hover {color:{color:sidetitle}; background-color:{color:Posts}; -moz-transition: all .4s ease-out; -o-transition: all .4s ease-in; transition: all .4s ease-in; -webkit-transition: all .4s ease-in;}
  207.  
  208. .information a:hover {color:{color:sidetitle};}
  209. .information a:link, .information a:active, .information a:visited {font-weight:normal; width:150px; text-transform:uppercase; font-size:8px; font-family:{font:Body}; color:{color:permalink}; font-style:normal; padding:2px; background-color:#transp; display:inline;}
  210.  
  211. .tagtitle {border-bottom:1px solid {color:background}; width:150px;}
  212.  
  213. .paginas {text-align:center; color:{color:permalink}; font:8px trebuchet ms; text-transform:uppercase; margin-bottom:2px; background-color:{color:backgroundpg}; width:326px; margin-left:-1px;}
  214.  
  215. #title { border-bottom: 2px {color:background} solid; width:500px;}
  216. .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;}
  217. .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;}
  218.  
  219. .chat .line{
  220. font:9px {font:Body};
  221. background-color:{color:chat1};
  222. margin: 0 0 1px;
  223. padding: 2px;
  224. }
  225. .chat .line.odd{ background-color:{color:chat2};}
  226.  
  227. .label {font-weight:bold; color:{color:bold}}
  228.  
  229. blockquote {border-left:3px {color:body} solid; padding-left:3px; margin:0px 0px 0px 10px;}
  230. ul, li, ol {margin:0px 0px 0px 10px; color:{color:body}; padding-left:4px}
  231.  
  232. b, strong, .strong {color:{color:Bold};}
  233. i, em, .em {color:{color:Italic};}
  234.  
  235. a {color:{color:link}; text-decoration:none;}
  236.  
  237.  
  238. img a {border:0px color:{color:transparent};}
  239. a img {border:0px color#trans;}
  240.  
  241. .linkdescription {padding:0px; margin:0px; font:9px {font:Body};}
  242.  
  243.  
  244. .caption {margin:0px; padding:0px;}
  245.  
  246. .short_quote {font:16px {font:Body}; background-color:#fff; height:auto; margin:0px; padding:6px; text-align:center; color:{color:quote};}
  247. .medium_quote {font:14px {font:Body}; background-color:#fff; height:auto; margin:0px; padding:6px; text-align:center; color:{color:quote};}
  248. .long_quote {font:12px {font:Body}; background-color:#fff; height:auto; margin:0px; padding:6px; text-align:center; color:{color:quote};}
  249.  
  250. .source {text-align:right; font-style:italic; font-weight:bold; font-size:10px; color:{color:source};}
  251.  
  252. .audio {width:500px;}
  253.  
  254. #audio {
  255. width:494px;
  256. margin:0px 0px 2px 0px;
  257. padding:2px;
  258. background-color:#fff;}
  259.  
  260. .artist {
  261. width:450px!important;
  262. background-color:{color:artist};
  263. font:9px trebuchet ms;
  264. text-transform: uppercase;
  265. margin-bottom:1px;
  266. padding-top:-1px;
  267. text-align:center;
  268. height:17px;
  269. margin-left:-20px;}
  270.  
  271. .tracks {
  272. background-color:{color:tracks};
  273. font:9px trebuchet ms;
  274. text-transform: uppercase;
  275. margin-bottom:1px;
  276. text-align:center;
  277. height:17px;}
  278.  
  279. .album {
  280. background-color:{color:album};
  281. font:9px trebuchet ms;
  282. text-transform: uppercase;
  283. padding-bottom:-1px;
  284. text-align:center;
  285. height:15px!important;
  286. line-height:95%;}
  287.  
  288. .albumart {width:65px; margin-right:-50px;}
  289. .albumart img {margin:0px;}
  290.  
  291. #postnotes {display:block; margin-left:3px; width:500px;}
  292.  
  293.  
  294. .question {
  295. color:{color:question text};
  296. font-size: 9px;
  297. font-weight: normal;
  298. font-family: {font:body};
  299. line-height:95%;
  300. background: {color:question background};
  301. margin: 0 0 10px 0;
  302. padding: 10px 15px;
  303. position: relative;}
  304.  
  305. .questionarrow {
  306. width: 13px;
  307. height: 7px;
  308. font-size:30px;
  309. font-family:'trebuchet ms';
  310. position: absolute;
  311. color:{color:question background};
  312. bottom: -3.5px;
  313. left: 240px;}
  314.  
  315.  
  316. .asker {width:500px; text-align:left; text-transform:uppercase; color:{color:text};}
  317. .asker a {color:{color:text};}
  318. .asker img {float:left; margin-left:220px; vertical-align:top; margin-right:3px; max-height:15px;}
  319.  
  320. .answer {color:{color:answer};}
  321.  
  322. .opacidade {filter:alpha(opacity=60); -moz-opacity:0.60; opacity:0.60;}
  323. .opacidade:hover {filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1.0; -moz-transition-duration:.90s; -webkit-transition-duration:.90s;}
  324.  
  325.  
  326. </style>
  327. </head>
  328.  
  329. <body>
  330. <div id="content">
  331. <div id="side">
  332. <div id="sidebar">
  333. <div id="sidecontent">
  334. <div class="sidetitle"><a href="/">{Title}</a></div>
  335. <table class="sidelinkss" width="328" cellpadding="0">
  336. <tr>
  337. <td class="sidelink"><a href="/ask">ask</a></td>
  338. <td class="sidelink"><a href="/archive">archive</a></td>
  339. <td class="sidelink"><a href="/random">random</a></td>
  340. </tr>
  341. </table>
  342. </div>
  343. <div id="sidepics">
  344.  
  345. <table width="100%" cellpadding="0" cellspacing="3px">
  346. <tr>
  347. <td><a href="/"><img src="{image:sidebar1}" onmouseout="this.src='{image:sidebar1}';" onmouseover="this.src='{image:sidebar01}';" />
  348. </a></td>
  349. <td><a href="/"><img src="{image:sidebar2}" onmouseout="this.src='{image:sidebar2}';" onmouseover="this.src='{image:sidebar02}';" />
  350. </a></td>
  351. </tr>
  352. </table>
  353.  
  354. <div class="description">
  355. {Description}
  356. </div>
  357. {block:IfShowLink1}<div id="credits2"><a href="{text:Link 1 Url}" target="_blank">{text:Link 1 Name}</a></div>{/block:IfShowLink1}
  358. {block:IfShowLink2}<div id="credits2"><a href="{text:Link 2 Url}" target="_blank">{text:Link 2 Name}</a></div>{/block:IfShowLink2}
  359. {block:IfShowLink3}<div id="credits2"><a href="{text:Link 3 Url}" target="_blank">{text:Link 3 Name}</a></div>{/block:IfShowLink3}
  360. </div>
  361. </div>
  362.  
  363. <div id="sidebar2">
  364. <div id="sidecontent">
  365. {block:Pagination}
  366. <div class="paginas">
  367. {block:PreviousPage}<a href="{PreviousPage}"><<</a>{/block:PreviousPage}
  368. {block:NextPage}<a href="{NextPage}">>></a>{/block:NextPage}</div>
  369. {/block:Pagination}
  370. </div>
  371. <div id="credits">Theme by <a href="http://louvar.tumblr.com">louvar</a></div>
  372. </div>
  373. </div>
  374.  
  375. <div id="entries">
  376. {block:Posts}
  377. <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}">
  378.  
  379. {block:IndexPage}
  380.  
  381. {block:HasTags}
  382. <div id="information">
  383. <div class="tagtitle">tagged as</div>
  384. <div class="information">
  385. {block:Tags}<a href="{TagURL}" target="_blank">{Tag}</a><br>{/block:Tags}
  386. </div>
  387. </div>
  388. {/block:HasTags}
  389.  
  390. {/block:IndexPage}
  391.  
  392. {block:Text}
  393. <div id="title">
  394. {block:Title}
  395. <div class="texttitle"><a href="{Permalink}" target="_blank">{Title}</a></div>
  396. {/block:Title}
  397. </div>
  398. {Body}
  399. {/block:Text}
  400.  
  401. {block:Photo}
  402. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  403. {block:Caption}
  404. <div class="caption">{Caption}</div>
  405. {/block:Caption}
  406. {/block:Photo}
  407.  
  408. {block:Photoset}
  409. {Photoset-500}
  410. {block:Caption}
  411. <div class="caption">{Caption}</div>
  412. {/block:Caption}
  413. {/block:Photoset}
  414.  
  415. {block:Quote}
  416. <div class="{Length}_quote">
  417. {Quote}
  418. {block:Source}
  419. <div class="source">- {Source}</div>
  420. {/block:Source}
  421. </div>
  422. {/block:Quote}
  423.  
  424. {block:Link}
  425. <div id="title"><div class="texttitle"><a href="{URL}" class="linkpost" target="_blank">{Name}</a></div></div>
  426. {block:Description}
  427. <div class="linkdescription">{Description}</div>
  428. {/block:Description}
  429. {/block:Link}
  430.  
  431.  {block:Chat}
  432. {block:Title}
  433. <div id="title"><div class="texttitle">{Title}</div></div>
  434. {/block:Title}<br>
  435. <div class="chat">
  436. {block:Lines}<div class="chat"><div class="line {Alt}">
  437. <div class="{Alt} user_{UserNumber}">
  438. {block:Label}
  439. <span class="label"><b>{Label}</b></span>
  440. {/block:Label}
  441. {Line}</div>
  442. </div></div>
  443. {/block:Lines}
  444. </div>
  445. {/block:Chat}
  446.  
  447. {block:Video}
  448. {Video-500}
  449. {block:Caption}
  450. <div class="caption">{Caption}</div>
  451. {/block:Caption}
  452. {/block:Video}
  453.  
  454. {block:Audio}
  455. <div id=audio>{AudioPlayerWhite}</div>
  456. <div id="dataudio">
  457. <table class="audio">
  458. <tr>
  459. <td padding="0" rowspan="3" class="albumart">
  460. {block:AlbumArt}
  461. <img src="{AlbumArtURL}" width="64">
  462. {/block:AlbumArt}
  463. </td>
  464. <td rowspan="1" class="artist">
  465. {block:Artist}
  466. {Artist}
  467. {/block:Artist}
  468. </td>
  469. </tr>
  470. <tr>
  471. <td rowspan="1" class="tracks">
  472. {block:TrackName}
  473. {TrackName}
  474. {/block:TrackName}
  475. </td>
  476. </tr>
  477. <tr>
  478. <td rowspan="1" class="album">
  479. {block:Album}
  480. {Album}
  481. {/block:Album}
  482. </td>
  483. </tr>
  484. </table>
  485. </div>
  486. {block:Caption}
  487. <div class="reblogs">
  488. {Caption}
  489. </div>
  490. {/block:Caption}
  491. {/block:Audio}
  492.  
  493. {block:Answer}
  494. <div class="question">
  495. <div class="questionarrow">▼</div>
  496. {Question}
  497. </div>
  498. <div class="asker"><img src="{AskerPortraitURL-24}">{Asker}</div>
  499. <div class="answer">{Answer}</div>
  500. {/block:answer}
  501.  
  502. <div id="ending">
  503. {block:date}<a href="{Permalink}"> Posted on {ShortMonth} {DayOfMonth} {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}.</a>&nbsp;{block:RebloggedFrom}<a href="{ReblogRootURL}" target="_blank"> (Originally from: {ReblogRootName})</a>{/block:RebloggedFrom}{/block:date}
  504. </div>
  505.  
  506. </div>
  507. {block:PermalinkPage}
  508. <center>
  509. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  510. {block:HasTags} tagged as: {block:Tags}<a href="{TagURL}" target="_blank">{Tag}. </a>{/block:Tags}<br>{/block:HasTags}
  511. {block:RebloggedFrom}reblogged from <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a><br> originally posted by <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>{/block:RebloggedFrom}    
  512. </center>
  513. <br>
  514. {block:PostNotes}
  515. <div id="postnotes">{PostNotes}</div><br>
  516. {/block:PostNotes}
  517. {/block:PermalinkPage}
  518. {/block:Posts}
  519.  
  520. <div id=reblogs>{block:RebloggedFrom}<a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-24}"></a>→ reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>, {/block:RebloggedFrom}
  521. {block:ContentSource}originally from <a href="{SourceURL}">{SourceLink}</a><br>
  522. {/block:ContentSource}
  523. <a href="{Permalink}">→ {block:NoteCount}{NoteCount} notes, {/block:NoteCount}{block:Date}posted {TimeAgo}{/block:Date}</a></div><p><p>
  524.  
  525. </div>
  526. </body>
  527. </html>