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

Ambrosia

By: whattheweasley on May 26th, 2012  |  syntax: None  |  size: 18.58 KB  |  hits: 2,734  |  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 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5.                    <!--             DO NOT REMOVE THE FOLLOWING
  6.                         ► Theme 16: Ambrosia by Rachael: pevensied @ tumblr.com  ◄
  7.                       • if you're using my theme, please keep credit in tact.
  8.                       • this theme isn't a base theme, do not redistribute.  
  9.                       • edit to your heart's consent, but this will always be MY theme
  10.                      -->
  11.  
  12. <body>
  13. <head>
  14.             <!-- DEFAULT VARIABLES -->
  15.    <meta name="color:background" content="#151515" />
  16.    <meta name="color:entry" content="#121212" />
  17.    <meta name="color:sidebar border" content="#121212" />
  18.    <meta name="color:sidebar background" content="#121212" />
  19.    <meta name="color:right background" content="#101010" />
  20.    <meta name="color:description" content="#101010" />
  21.  
  22.    <meta name="color:title" content="#474747" />
  23.    <meta name="color:text" content="#545454" >
  24.    <meta name="color:link" content="#716f72" />
  25.    <meta name="color:link hover" content="#424242" />
  26.  
  27.    <meta name="color:nav link" content="#121212" />
  28.    <meta name="color:nav link hover" content="#B0CAD1" />
  29.    <meta name="color:selection" content="#B0CAD1" />
  30.    <meta name="color:title glow" content="#89888a" />
  31.    <meta name="font:title" content="georgia" />
  32.    <meta name="font:body" content="georgia" />
  33.    <meta name="font:sidebar" content="georgia" />
  34.    <meta name="font:tags" content="georgia" />
  35.  
  36.    <meta name="image:sidebar background" content="http://static.tumblr.com/z5o2pr2/At2m3spnh/m2.gif"/>
  37.    <meta name="image:right background" content="http://static.tumblr.com/z5o2pr2/REzm3vt29/done.png" />
  38.  
  39.    <meta name="if:show tags" content="0" />
  40.    <meta name="if:show post info" content="0" />
  41.    <meta name="if:fading images" content="1" />
  42.    <meta name="if:fading navigation" content="1" />
  43.    <meta name="if:sidebar background repeat" content="0" />
  44.    <meta name="if:500px posts" content="0" />
  45.    <meta name="if:400px posts" content="1" />
  46.    <meta name="if:white audio player" content="0" />
  47.    <meta name="if:black audio player" content="1" />
  48.    <meta name="if:small cursor" content="1" />
  49.    <meta name="text:sidebar title font size" content="28"/>
  50.    <meta name="text:link one" content="/"/>
  51.    <meta name="text:link one name" content="link 1"/>
  52.    <meta name="text:link two" content="/"/>
  53.    <meta name="text:link two name" content="link 2"/>
  54.    <meta name="text:link three" content="/"/>
  55.    <meta name="text:link three name" content="link 3"/>
  56.    <meta name="text:link four" content="/"/>
  57.    <meta name="text:link four name" content="link 4"/>
  58.    <meta name="text:link five" content="/"/>
  59.    <meta name="text:link five name" content="link 5"/>
  60.  
  61.  
  62. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  63. <title>{Title}</title>
  64.  
  65. {block:Description}
  66. <meta name="description" content="{MetaDescription}" />
  67. {/block:Description}
  68.  
  69. <link rel="shortcut icon" href="{Favicon}" />
  70. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  71. <style type="text/css">
  72.  
  73. /* ---------- scroll bar --------- */
  74. ::-webkit-scrollbar-thumb:vertical {background-color:{color:nav link}; height:30px;}
  75. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:nav link}; height:10px!important;}
  76. ::-webkit-scrollbar {background-color:{color:background}; height:10px; width:5px;}
  77.  
  78. /* ---------- color selection --------- */
  79.  
  80. ::-moz-selection {color:{color:selection};background: {color:link hover};}
  81.  
  82. ::selection {color: {color:selection};background: {color:link hover};}
  83.  
  84. /* ---------- follow/dash fade --------- */
  85. iframe#tumblr_controls {
  86.    top:0px !important;
  87.   right:3px !important;
  88.    position: fixed !important;
  89.   -webkit-transition: opacity 0.7s linear;
  90.      opacity: 0.4;
  91. -webkit-transition: all 0.8s ease-out;
  92. -moz-transition: all 0.8s ease-out;
  93. transition: all 0.8s ease-out;}
  94.  
  95. iframe#tumblr_controls:hover{
  96. -webkit-transition: opacity 0.7s linear;
  97. opacity: 1;
  98. -webkit-transition: all 0.4s ease-out;
  99. -moz-transition: all 0.4s ease-out;
  100. transition: all 0.4s ease-out;}
  101.  
  102.  
  103. body {
  104. {block:ifsmallcursor}cursor: url(http://static.tumblr.com/z5o2pr2/o2Um47p68/zorzc.png), auto;{/block:ifsmallcursor}
  105. color:{color:text};
  106. background-color:{color:background};
  107. background-image: url('');
  108. background-position: center;
  109. background-attachment:fixed;
  110. background-repeat: repeat;
  111. font-family:{font:body};
  112. font-size:9px;
  113. line-height:110%;
  114. text-align:justify}
  115.  
  116. a:link, a:active, a:visited{
  117. color: {color:link};
  118. text-decoration:none;
  119. -webkit-transition: all 0.7s
  120. ease-out;-moz-transition: all 0.7s ease-out;
  121. transition: all 0.7s ease-out;
  122. }
  123.  
  124. a:hover{
  125. {block:ifsmallcursor}cursor: url(http://static.tumblr.com/z5o2pr2/HZ8m47pd2/k.png), auto;{/block:ifsmallcursor}
  126. color:{color:link hover};
  127. background-color: transparent;
  128. }
  129.  
  130. #container {
  131. width:950px;
  132. float:left;
  133. }
  134.  
  135. #entries{
  136. left:70%;
  137. margin-left:320px;
  138. margin-top:20px;
  139. {block:if400pxposts}width:410px{/block:if400pxposts}
  140. {block:if500pxposts}width:510px;{/block:if500pxposts}
  141. }
  142.  
  143. {block:iffadingimages}
  144. #entries img {
  145. opacity: .8;
  146. -webkit-transition: all 0.5s ease-out;
  147. -moz-transition: all 0.5s ease-out;
  148. transition: all 0.5s ease-out;
  149. }
  150.  
  151. #entries img:hover {
  152. opacity: 1;
  153. }
  154.  
  155. .trans {
  156. opacity: .8;
  157. -webkit-transition: all 0.5s ease-out;
  158. -moz-transition: all 0.5s ease-out;
  159. transition: all 0.5s ease-out;
  160. }
  161.  
  162. .trans:hover {
  163. opacity: 1;
  164. }
  165.  
  166. {/block:iffadingimages}
  167. #posts{
  168. overflow:hidden;
  169. background-color: {color:entry};
  170. padding:5px;
  171. margin-bottom:20px;
  172. -webkit-transition: all 0.7s
  173. ease-out;-moz-transition: all 0.7s ease-out;
  174. transition: all 0.7s ease-out;
  175. }
  176. {block:ifnotshowtags}
  177. #posts:hover #tags {
  178. opacity: 1;
  179. {block:if400pxposts}margin-left:450px;{/block:if400pxposts}
  180. {block:if500pxposts}margin-left:550px;{/block:if500pxposts}
  181. }
  182. {/block:ifnotshowtags}
  183.  
  184. #posts:hover #katniss {
  185. opacity:0;
  186. border-top:2px solid {color:text};
  187. opacity:1;
  188. {block:if400pxposts}width:400px;{/block:if400pxposts}
  189. {block:if500pxposts}width:500px;{/block:if500pxposts}
  190. }
  191.  
  192. .right {
  193. {block:if400pxposts}margin-left:760px;{/block:if400pxposts}
  194. {block:if500pxposts}margin-left:860px;{/block:if500pxposts}
  195. margin-top:-20px;
  196. width:9000px;
  197. border-left:5px solid {color:sidebar border};
  198. height:150%;
  199. position:fixed;
  200. background-color:{color:right background};
  201. background-image: url('{image:right background}');
  202. background-attachment:fixed;
  203. background-repeat: repeat;
  204. z-index:0;
  205. }
  206. .description {
  207. color:{color:text};
  208. font-family:{font:sidebar};
  209. position:fixed;
  210. margin-left:-9px;
  211. top:0px;
  212. width:300px;
  213. font-size:9px;
  214. padding-bottom:10px;
  215. }
  216. .desc {
  217. width:200px;
  218. margin-top:200px;
  219. margin-left:40px;
  220. background-color:{color:description};
  221. padding:2px 3px;
  222. opacity:0;
  223. -webkit-transition: all 0.7s ease-in-out;
  224. -moz-transition: all 0.7s ease;
  225. transition: all 0.7s ease;
  226. }
  227.  
  228. #sidebar {
  229. width:298px;
  230. height:100%;
  231. position:fixed;
  232. overflow:hidden;
  233. background-color: {color:sidebar background};
  234. background-image: url('{image:sidebar background}');
  235. {block:ifnotsidebarbackgroundrepeat}background-repeat:no-repeat;{/block:ifnotsidebarbackgroundrepeat}
  236. {block:ifsidebarbackgroundrepeat}background-repeat:repeat;{/block:ifsidebarbackgroundrepeat}
  237. background-position:center bottom;
  238. border-right:5px solid {color:sidebar border};
  239. -webkit-transition: all 0.7s ease-out;
  240. -moz-transition: all 0.7s ease-out;
  241. transition: all 0.7s ease-out;
  242. }
  243. #sidebar:hover .desc {
  244. opacity:1;
  245. width:200px;
  246. }
  247.  
  248. .description:hover #love {
  249. opacity:0;
  250. }
  251.  
  252. {block:iffadingnavigation}
  253. .description:hover #effie {
  254. opacity:0.8;
  255. }
  256. {/block:iffadingnavigation}
  257. h1{
  258. color:{color:title};
  259. font-family:georgia;
  260. font-size:12px;
  261. line-height:17px;
  262. letter-spacing:1px;
  263. font-weight:normal;
  264. text-transform:lowercase;
  265. margin:0px;
  266. padding:0px;
  267. text-align:center
  268. }
  269.  
  270. h2{
  271. color:{color:title};
  272. font-family:georgia;
  273. font-size:15px;
  274. line-height:14px;
  275. letter-spacing:-1px;
  276. font-weight:normal;
  277. text-transform:case;
  278. margin:0px;
  279. padding:0px;
  280. margin-bottom:1px;
  281. text-align:center;
  282. font-style:italic;
  283. }
  284.  
  285. #tags {
  286. width:100px;
  287. position: absolute;  
  288. {block:if400pxposts}
  289. {block:ifnotshowtags}margin-left:420px;{/block:ifnotshowtags}
  290. {block:ifshowtags}margin-left:445px;{/block:ifshowtags}
  291. {/block:if400pxposts}
  292. {block:if500pxposts}
  293. {block:ifnotshowtags}margin-left:520px;{/block:ifnotshowtags}
  294. {block:ifshowtags}margin-left:545px;{/block:ifshowtags}
  295. {/block:if500pxposts}
  296. font-style:italic;
  297. color:{color:text};
  298. text-align:left;
  299. text-transform:lowercase;
  300. padding: 3px;  
  301. font-family: {font:tags};
  302. font-size:10px;
  303. {block:ifnotshowtags}opacity:0.01;{/block:ifnotshowtags}
  304. {block:ifshowtags}opacity:1;{/block:ifshowtags}
  305. -webkit-transition: all 0.7s ease-out;
  306. -moz-transition: all 0.7s ease-out;
  307. transition: all 0.7s ease-out;
  308. }
  309. #tags a:hover  {color:{color:link hover};}
  310. #linkk {
  311. position:fixed;
  312. width:200px;
  313. margin-top:200px;
  314. margin-left:300px;
  315. }
  316.  
  317. #effie {
  318. position:fixed;
  319. bottom:12px;
  320. width: 300px;
  321. margin-left: 120px;  
  322. {block:iffadingnavigation}opacity:0.3;{/block:iffadingnavigation}
  323. {block:ifnotfadingnavigation}opacity:0.8;{/block:ifnotfadingnavigation}
  324. -webkit-transition: all 0.7s ease-out;
  325. -moz-transition: all 0.7s ease-out;
  326. transition: all 0.1s ease-out;
  327. }
  328. #effie a {
  329. width:50px;
  330. display:block;
  331. margin-left:0px;
  332. margin-bottom: 2px;
  333. background-color:{color:nav link};
  334. font:10px georgia;
  335. text-transform: lowercase;
  336. color:{color:text};
  337. text-align:center;
  338. padding:2px;
  339. text-decoration:none;
  340. -webkit-transition: all 0.7s ease-out;
  341. -moz-transition: all 0.7s ease-out;
  342. transition: all 0.1s ease-out;
  343. z-index:9999;
  344. }
  345. #effie a:hover {
  346. color:{color:nav link hover};
  347. opacity:1;
  348. transform: scale(1.2);
  349. -ms-transform: scale(1.2);
  350. -webkit-transform: scale(1.2);
  351. -o-transform: scale(1.2);
  352. -moz-transform: scale(1.2);
  353. }
  354.  
  355.  
  356. #leftarrow {
  357. bottom:-5px;
  358. padding-bottom:30px;
  359. background-color:{color:nav link};
  360. color:{color:background}
  361. position: fixed;
  362. margin-left: 2px;
  363. width: 30px;
  364. font-size: 75px;
  365. font-family:georgia;
  366. z-index: 2;
  367. line-height: 20px;
  368. -webkit-transition: all 0.7s ease-out;
  369. -moz-transition: all 0.7s ease-out;
  370. transition: all 0.7s ease-out;
  371. }
  372. #leftarrow a{
  373. color:{color:link}; font-size: 50px!important
  374. }
  375.  
  376. #leftarrow:hover {
  377. padding-bottom:60px;
  378. color:{color:link hover};
  379. }
  380.  
  381. #rightarrow {
  382. bottom:-5px;
  383. padding-bottom:30px;
  384. background-color:{color:nav link};
  385. color:{color:background};
  386. position: fixed;
  387. margin-left:40px;
  388. width: 30px;
  389. font-size: 75px;
  390. font-family:georgia;
  391. z-index: 2;
  392. line-height: 20px;
  393. -webkit-transition: all 0.7s ease-out;
  394. -moz-transition: all 0.7s ease-out;
  395. transition: all 0.7s ease-out;
  396. }
  397. #rightarrow a{
  398. color:{color:link}; font-size: 50px!important
  399. }
  400.  
  401. #rightarrow:hover {
  402. padding-bottom:60px;
  403. color:{color:link hover};
  404. }
  405.  
  406.  
  407. #katniss {
  408. height:9px;
  409. width:200px;
  410. margin-top:18px;
  411. margin-left:0px;
  412. position:absolute;
  413. border-top:2px solid {color:text};
  414. font-family:{font:body};
  415. font-size:9px;
  416. letter-spacing:0px;
  417. line-height:100%;
  418. text-align:left;
  419. text-transform:case;
  420. {block:ifshowpostinfo}opacity:1;{/block:ifshowpostinfo}
  421. {block:ifnotshowpostinfo}opacity:0;{/block:ifnotshowpostinfo}
  422. -webkit-transition: all .8s ease-out;
  423. -moz-transition: all .8s ease-out;
  424. transition: all .8s ease-out;
  425. }
  426.  
  427.  
  428.  
  429.  
  430.  
  431. /* If you want the font used for the title, please do not just copy the below code. Download it from dafont.com (http://www.dafont.com/dawning-of-a-new-day.font) and host it on your own account */
  432.  
  433. @font-face {
  434. font-family: "dawning of a new day";
  435. src: url('http://static.tumblr.com/z5o2pr2/pNum3squi/dawningofanewday.ttf');
  436. }
  437.  
  438. #love {
  439. position:fixed;
  440. width:300px;
  441. height:auto;
  442. overflow:auto;
  443. color:{color:text};
  444. font-family:"dawning of a new day";
  445. font-size:{text:sidebar title font size}px;
  446. line-height:normal;
  447. letter-spacing:0px;
  448. text-transform:case;
  449. margin-top:200px;
  450. margin-left:0px;
  451. text-align:center;
  452. z-index:9999;
  453. opacity:0.8;
  454. -webkit-transition: all 1.5s ease-in-out;
  455. -moz-transition: all 1.5s ease;
  456. transition: all 1.5s ease;
  457. text-shadow:0px 0px 11px {color:title glow};
  458. }
  459.  
  460. blockquote {
  461. border-left:1px {color:text} dotted;
  462. padding-left:5px;
  463. margin:0px 2px 0px 10px
  464. }
  465. blockquote img, blockquote a img {
  466. {block:if500pxposts}max-width: 490px{/block:if500pxposts}
  467. {block:if400pxposts}max-width: 390px{/block:if400pxposts}
  468. }
  469.  
  470. b, strong{
  471. color:{color:link hover}
  472. }
  473. i, em {
  474. color:{color:link hover};
  475. }
  476. p{
  477. margin-top:3px; margin-bottom:3px
  478. }
  479.  
  480. img a{border:none; width:100%}
  481. .user_1 .label {color:{color:link}; font-weight:bold}
  482. .user_2 .label {color:{color:text}; font-weight:bold}
  483. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  484.  
  485.  
  486. .response {
  487. padding: 3px; display: block;
  488. background-color:{color:entry};
  489. border-top:1px dashed {color:text};
  490. }
  491.  
  492. #question {
  493. font-size:8px;
  494. }
  495. .askerimg  {
  496. background: transparent;4px; float: left; margin-right: 4px; margin-top:-2px; margin-left:-2px;
  497. border:3px solid {color:text};
  498. }
  499. .asker-name {
  500. text-transform:uppercase;
  501. display:inline;
  502. font-size:8px;
  503. }
  504.  
  505. .albumart{
  506. width:110px; height:110px;
  507. position:relative;
  508. }
  509. .albumart img{
  510. width:110px;
  511. }
  512. .albumart:hover .audio {
  513. -webkit-transform: rotate(360deg);
  514. }
  515. .audio_back{
  516. background-color:{block:ifwhiteaudioplayer}#fff{/block:ifwhiteaudioplayer}{block:ifblackaudioplayer}#000{/block:ifblackaudioplayer};
  517. width:48px;
  518. height:48px;
  519. position:relative;
  520. margin-top:-38px;
  521. margin-left:30px;
  522. opacity: 1;
  523. -webkit-transition: all 0.7s ease-out;
  524. -moz-transition: all 0.7s ease-out;
  525. transition: all 0.7s ease-out;
  526. }
  527.  
  528. .audio_back:hover {
  529. -webkit-transform: rotate(360deg);
  530. }
  531.  
  532. .audio{
  533. width:28px;
  534. height:28px;
  535. overflow:hidden;
  536. position:relative;
  537. margin-top:-70px;
  538. margin-left:40px;
  539. z-index:3;
  540. }
  541.  
  542. .awrap{
  543. width:110;
  544. height:110;
  545. float:left;
  546. }
  547.  
  548. .ainfo h1{
  549. font:normal 11px calibri;
  550. display:inline-block;
  551. padding:2px; color:{color:link hover};
  552. margin:0px; width:35px;
  553. text-transform:uppercase;
  554. }
  555.  
  556. .ainfo{
  557. float:center;
  558. text-align:left;
  559. width:385px;
  560. margin-left:4px;
  561. }
  562.  
  563.  
  564. .notes img{
  565. background-color: #bebebe;
  566. width:10px;
  567. position:relative;
  568. top:1px;
  569. }
  570. ol.notes, .notes li{
  571. list-style:none;
  572. margin:0px;
  573. padding:0px;
  574. }
  575. random text{
  576. background-color:transparent!important;
  577. }
  578. #credit {
  579. position:fixed;
  580. width:100px;
  581. right:0px;
  582. bottom:3px;
  583. line-height:5px;
  584. letter-spacing:0px;
  585. font:10px georgia;
  586. color: {color:text};
  587. text-transform:lowercase;
  588. font-style:italic;
  589. }
  590.  
  591. </style>
  592. <style type="text/css">{CustomCSS}</style>
  593. </head>
  594.  
  595. <body>
  596.  
  597. <!-- Please do not remove my credit.-->
  598. <div id="credit"><a target="_blank"href="http://pevensied.tumblr.com/stuff/themes"><font color="{color:text}">theme by pevensied</a></font></div>
  599. <!-- It does not make your blog 'ugly' but if you must, I request you put in your faq-->
  600.  
  601. <div class="description">
  602. <div id="love"><a href="/"><font color="{color:link}">{title}</font></a></div>
  603.  
  604. <div id="sidebar">
  605.  
  606. <div id="effie">
  607. <a href="/">home</a>
  608. <a href="/ask">ask</a>
  609. {block:IfLinkOne}<a href="{text:link one}">{text:link one name}</a>{/block:IfLinkOne}
  610. {block:IfLinkTwo}<a href="{text:link Two}">{text:link two name}</a>{/block:IfLinkTwo}
  611. {block:IfLinkThree}<a href="{text:link three}">{text:link three name}</a>{/block:IfLinkThree}
  612. {block:IfLinkFour}<a href="{text:link four}">{text:link four name}</a>{/block:IfLinkFour}
  613. {block:IfLinkFive}<a href="{text:link five}">{text:link five name}</a>{/block:IfLinkFive}
  614. </div>
  615. <div class="desc">
  616. {description}
  617. </div>
  618.  
  619. </sidebar></div>
  620.  
  621. </div>
  622. </div>
  623.  
  624. <div class="right">
  625. {block:Pagination}
  626. <div id="page">
  627. {block:PreviousPage}<div id="leftarrow"><a href="{PreviousPage}">&laquo;</a></div>{/block:PreviousPage}
  628. {block:NextPage}<div id="rightarrow"><a href="{NextPage}">&raquo;</a></div>{/block:NextPage}
  629. </div>
  630. {/block:Pagination}
  631. </div>
  632.  
  633. <div id="container">
  634.  
  635. <div id="entries">
  636.  
  637.  
  638. {block:Posts}
  639. <div id="posts">
  640.  
  641. {block:HasTags}<div id="tags"> {block:Tags}#<a href="{TagURL}">{Tag}</a><br>{/block:Tags}</div>{/block:HasTags}
  642.  
  643.  
  644. {block:Title}<h1>{title}&nbsp;</h1>{/block:Title}
  645. {block:Text}{Body}{/block:Text}
  646.  
  647. {block:Quote}<h2>“{quote}”</h2>{/block:Quote}
  648. {block:Source}<center><div class="source">— {Source}</div></center>{/block:Source}
  649.  
  650. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  651. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  652.  
  653. {block:Photo}<div class="trans">{LinkOpenTag}<img src="{block:if400pxposts}{PhotoURL-400}{/block:if400pxposts}{block:if500pxposts}{PhotoURL-500}{/block:if500pxposts}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>{block:Caption}{caption}{/block:Caption}{/block:Photo}
  654. {block:Photoset}<center><div class="trans">{block:if400pxposts}{Photoset-400}{/block:if400pxposts}{block:if500pxposts}{Photoset-500}{/block:if500pxposts}</div></center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  655.  
  656. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  657. {/block:Chat}
  658.  
  659. {block:Video}{block:if400pxposts}{Video-400}{/block:if400pxposts}
  660. {block:if500pxposts}{Video-500}{/block:if500pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  661.  
  662.  {block:Audio}
  663. <div style="min-height:110px;">
  664. <div class="awrap">
  665. <div class="albumart">
  666. {block:AlbumArt}
  667. <img src="{AlbumArtURL}">
  668. {/block:AlbumArt}
  669. </div>
  670. <div class="audio">{block:ifwhiteaudioplayer}{AudioPlayerWhite}{/block:ifwhiteaudioplayer}
  671. {block:ifblackaudioplayer}{AudioPlayerBlack}{/block:ifblackaudioplayer}</div>
  672. <div class="audio_back"></div>
  673. </div>
  674. <div class="ainfo">
  675. <h1>Plays:</h1>{FormattedPlayCount}
  676. {block:Artist}
  677. <br><h1>Artist:</h1>{Artist}
  678. {/block:Artist}
  679. {block:Album}<br><h1>Album:</h1>{Album}{/block:Album}
  680. {block:Caption}{Caption}{/block:Caption}
  681. </div>
  682. </div>{/block:Audio}
  683.  
  684. {block:Answer}
  685. <div id="question">
  686. <img src="{AskerPortraitURL-30}" width="30px" class="askerimg"><big><div class="asker-name">{Asker}</div></big> asked:{Question}<br></div>
  687. <div class="response">{Answer}</div>
  688. {/block:Answer}
  689. {block:date}
  690. <div id="katniss"><div style="float:center;">posted <a href="{Permalink}">{TimeAgo}</a> with {block:NoteCount} {NoteCount}{/block:NoteCount} notes  {block:RebloggedFrom}| <a href="{ReblogRootURL}" title="{ReblogRootName}">©</a> / <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom} </div>
  691. </div><br>
  692. {/block:Date}
  693. </div>
  694.  
  695. {/block:Posts}
  696. {block:PostNotes}{PostNotes}{/block:PostNotes}
  697.  
  698. </div>
  699.  
  700. </div>
  701.  
  702.  
  703. </body>
  704. </html>