Advertisement
bramrps

THEME 1: REWIND

May 15th, 2014
1,197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.98 KB | None | 0 0
  1. <!-- THEME #1-2 by bramrps -->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=HeadVersusHeart' rel='stylesheet' type='text/css'>
  11.  
  12. <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  13.  
  14.  
  15. <head>
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20.  
  21.  
  22. <meta name="font:Body" content="Georgia" />
  23. <meta name="color:Background" content="#fff" />
  24. <meta name="color:Body" content="#000" />
  25. <meta name="color:Entries" content="#fff" />
  26. <meta name="color:Borders" content="#000" />
  27. <meta name="color:Bold" content="#fff" />
  28. <meta name="color:Link" content="#8d8c8d" />
  29. <meta name="color:Link Bg" content="#ffffff" />
  30. <meta name="color:Link Hover" content="#fff" />
  31. <meta name="color:Sidebars" content="#fff" />
  32. <meta name="color:Info Bg" content="#fff" />
  33. <meta name="color:Entry titles" content="#000" />
  34. <meta name="color:Entries Border" content="#000" />
  35. <meta name="color:Title Color" content="#000" />
  36. <meta name="color:Subtitle Color" content="#000" />
  37. <meta name="image:Image" content="" />
  38. <meta name="image:Entries Border" content="" />
  39. <meta name="image:Borderbar" content="" />
  40. <meta name="image:Background" content="" />
  41. <meta name="text:Link1" content="link" />
  42. <meta name="text:Link1 URL" content="/" />
  43. <meta name="text:Link2" content="link" />
  44. <meta name="text:Link2 URL" content="/" />
  45. <meta name="text:Link3" content="link" />
  46. <meta name="text:Link3 URL" content="/" />
  47. <meta name="text:Link4" content="link" />
  48. <meta name="text:Link4 URL" content="/" />
  49. <meta name="text:Link5" content="link" />
  50. <meta name="text:Link5 URL" content="/" />
  51. <meta name="text:Link6" content="link" />
  52. <meta name="text:Link6 URL" content="/" />
  53.  
  54. <meta name="text:sub" content="this is your subtitle" />
  55. <meta name="text:main" content="this is your main title" />
  56. <meta name="text:lyric" content="this is where your lyric or quote goes." />
  57.  
  58.  
  59. <style type="text/css">
  60.  
  61. body {
  62. background: {color:Background};
  63. background-image: url('{image:Background}');
  64. background-attachment:fixed;
  65. position:absolute;
  66. font-size:12px;
  67. font-family: {font:Body};
  68. color:{color:Body};
  69. }
  70.  
  71. blockquote {
  72. margin-left: 15px;
  73. margin-right:15px;
  74. border-left: 1px solid {color:Borders};
  75. padding-left:5px;
  76. text-align: justify;
  77. }
  78.  
  79.  
  80. b, strong {
  81. color:{color:Bold};
  82. }
  83.  
  84. i, em {
  85. color:{color:Body}
  86. text-shadow: 0px 0px 2px #000;
  87. }
  88.  
  89. a {
  90. text-decoration:none;
  91. outline:normal;
  92. color:{color:Link};
  93. -webkit-transition: all 0.5s ease-in-out;
  94. -moz-transition: all 0.5s ease-in-out;
  95. -o-transition: all 0.5s ease-in-out;
  96. }
  97.  
  98. a:hover {
  99. color:{color:Link Hover};
  100. text-transform:lowercase;
  101. -webkit-transition: all 0.5s ease-in-out;
  102. -moz-transition: all 0.5s ease-in-out;
  103. -o-transition: all 0.5s ease-in-out;
  104. }
  105.  
  106. pre {
  107. font-family:georgia;
  108. font-size:8px;
  109. text-transform:Uppercase;
  110. background-color:{color:Entry Titles};
  111. padding:2px;
  112. text-align:center;
  113. border-left:1px solid #000;
  114. border-right:1px solid #000;
  115. color:{color:Body};
  116. }
  117.  
  118. h1 {
  119. margin-top:-5px;
  120. margin-bottom:5px;
  121. color:{color:Entry titles};
  122. font-family:'lobster';
  123. font-style:normal;
  124. text-align:center;
  125. text-transform:lowercase;
  126. font-size: 25px;
  127. color: {color:Entry titles};
  128. padding-bottom:0px;
  129. text-shadow: 2px 3px 1px #000;
  130. }
  131.  
  132. h2 {
  133. margin-top:0px;
  134. margin-bottom:5px;
  135. font-family:'lobster';
  136. text-transform:lowercase;
  137. text-align:center;
  138. font-size: 25px;
  139. color:{color:Entry titles};
  140. text-shadow: 1px 2px 1px #000;
  141. }
  142.  
  143. h3 {
  144. margin-top:-5px;
  145. margin-bottom:-5px;
  146. color:{color:Entry titles};
  147. font-family:'lobster';
  148. font-style:normal;
  149. text-align:center;
  150. text-transform:lowercase;
  151. font-size: 25px;
  152. text-shadow: 2px 3px 1px #000;
  153. color: {color:Entry titles};
  154. }
  155.  
  156. h4 {
  157. margin-top:10px;
  158. margin-bottom:-5px;
  159. font-family:'head versus heart';
  160. text-transform:uppercase;
  161. text-align:center;
  162. font-size: 17px;
  163. color:{color:Link};
  164. text-shadow: 1px 2px 1px #000;
  165. }
  166.  
  167. img {
  168. border: 0;
  169. max-width: 100%;}
  170.  
  171. img:hover {
  172. opacity:0.7;
  173. -webkit-transition:all 0.4s ease-in-out;
  174. -moz-transition:all 0.4s ease-in-out;
  175. -o-transition:all 0.4s ease-in-out;
  176. -ms-transition: all 0.4s ease-in-out;
  177. transition:all 0.5s ease-in-out
  178. }
  179.  
  180.  
  181. #toptitle {
  182. text:{text:one};
  183. font-family:'rochester';
  184. font-size:20px;
  185. color:{color:Title Color};
  186. font-style:normal;
  187. text-align:left;
  188. margin-left:10px;
  189. margin-top:5px;
  190. margin-bottom:-15px;
  191. text-shadow: 1px 2px 1px #000;
  192. }
  193.  
  194. #topsub {
  195. text:{text:two};
  196. font-family:'georgia';
  197. font-size:9px;
  198. color:{color:Subtitle Color};
  199. text-align:left;
  200. text-transform:uppercase;
  201. margin-top:5px;
  202. margin-left:15px;
  203. }
  204.  
  205. #topsub2 {
  206. text:{text:two};
  207. font-family:'georgia';
  208. font-size:9px;
  209. color:{color:Subtitle Color};
  210. text-align:center;
  211. text-transform:uppercase;
  212. }
  213.  
  214. #topsub3 {
  215. text:{text:three};
  216. font-family:'georgia';
  217. font-size:9px;
  218. color:{color:Subtitle Color};
  219. text-align:right;
  220. text-transform:uppercase;
  221. margin-right:15px;
  222. }
  223.  
  224. #lyric {
  225. font-family:'georgia';
  226. text:{text:Lyric};
  227. color:{color:Body};
  228. padding:5px;
  229. margin-bottom:-7px;
  230. font-style:italic;
  231. font-size:13px;
  232. text-align:justify;
  233. text-decoration:none;
  234. }
  235.  
  236. #borderbar1 {
  237. position:fixed;
  238. top:120px;
  239. left:360px;
  240. width:188px;
  241. height:406px;
  242. padding:5px;
  243. background-image:url('{image:Borderbar}');
  244. background-attachment:fixed;
  245. background-color:#fff;
  246. border-color:{color:Borders};
  247. border-width:1px;
  248. border-style: solid;
  249. border-radius: 0px 0px 10px 0px;
  250. }
  251.  
  252. #borderbar2 {
  253. position:fixed;
  254. top:120px;
  255. left:63px;
  256. width:250px;
  257. height:376px;
  258. padding:20px;
  259. background-image:url('{image:Borderbar}');
  260. background-attachment:fixed;
  261. background-color:#fff;
  262. border-color:{color:Borders};
  263. border-width:1px;
  264. border-style: solid;
  265. border-radius: 0px 0px 0px 10px;
  266. }
  267.  
  268. #titlebar {
  269. position:fixed;
  270. top:55px;
  271. left:63px;
  272. width:495px;
  273. height:60px;
  274. background-color:{color:Sidebars};
  275. border-color:{color:Borders};
  276. border-style:solid;
  277. border-width:1px;
  278. border-radius: 10px 10px 0px 0px;
  279. }
  280.  
  281.  
  282. #sidebar {
  283. position:fixed;
  284. top:125px;
  285. left:365px;
  286. width:188px;
  287. height:275px;
  288. background-color:{color:Sidebars};
  289. border-color:{color:Borders};
  290. border-style:solid;
  291. border-width:1px;
  292. }
  293.  
  294.  
  295. #sidebar2 {
  296. position:fixed;
  297. top:406px;
  298. left:365px;
  299. width:188px;
  300. height:124px;
  301. padding-top:1px;
  302. background-color:{color:Sidebars};
  303. border-color:{color:Borders};
  304. border-style:solid;
  305. border-width:1px;
  306. }
  307.  
  308.  
  309. #image {
  310. z-index:3;
  311. position:fixed;
  312. top:140px;
  313. left:83px;
  314. width:250px;
  315. height:376px;
  316. background-image:url('{image:Image}');
  317. background-attachment:none;
  318. background-size:auto;
  319. background-position:top left;
  320. background-repeat:no-repeat;
  321. float:center;
  322. overflow:hidden;
  323. background-color:#fff;
  324. border-color:{color:Borders};
  325. border-style:solid;
  326. border:double;
  327. }
  328.  
  329.  
  330.  
  331. #description {
  332. padding:10px;
  333. color:{color:Description};
  334. font-size:10px;
  335. text-align:justify;
  336. font-family:'georgia';
  337. }
  338.  
  339. #pagination {
  340. font-family:'georgia';
  341. font-size:14px;
  342. padding-top:5px;
  343. display:inline-block;
  344. color:{color:Body};
  345. -webkit-transition: all 0.2s ease-in-out;
  346. -moz-transition: all 0.2s ease-in-out;
  347. -o-transition: all 0.2s ease-in-out;
  348. }
  349.  
  350. #links {
  351. text-align:center;
  352. }
  353.  
  354.  
  355. #links a{
  356. font-family:'georgia';
  357. background-color:{color:Link Bg};
  358. color:#fff;
  359. border-color:{color:Borders};
  360. border-style:solid;
  361. border-width:1px;
  362. width:86px;
  363. height:35px;
  364. line-height:35px;
  365. font-size:10px;
  366. text-transform:uppercase;
  367. display:inline-block;
  368. margin-top:3px;
  369. margin-bottom:0px;
  370. padding:0px;
  371. color:{color:Link};
  372. -webkit-transition: all 0.2s ease-in-out;
  373. -moz-transition: all 0.2s ease-in-out;
  374. -o-transition: all 0.2s ease-in-out;
  375. }
  376.  
  377. #links a:hover{
  378. color:{color:Link};
  379. background:{color:Link Hover};
  380. text-shadow: 0px 1px 1px #000;
  381. text-transform:lowercase;
  382. box-shadow:0px 0px 2px #000;
  383. -webkit-transition: opacity 0.7s linear;opacity: 1;
  384. -webkit-transition: all 0.3s ease-out;
  385. -moz-transition: all 0.3s ease-out;
  386. transition: all 0.3s ease-out;
  387. }
  388.  
  389. .user_1 .label {
  390. color:{color:Link};
  391. font-family:'georgia';
  392. font-size: 10px;
  393. padding: 5px;
  394. text-transform:uppercase;
  395. font-weight:bold
  396. }
  397.  
  398. .user_2 .label {
  399. color:{color:Entry titles};
  400. font-family:'georgia';
  401. font-size: 10px;
  402. padding: 5px;
  403. text-transform:uppercase;
  404. font-weight:bold
  405. }
  406.  
  407. .user_3 .label {
  408. color:{color:Link};
  409. font-family:'georgia';
  410. font-size: 10px;
  411. padding: 5px;
  412. text-transform:uppercase;
  413. font-weight:bold
  414. }
  415.  
  416. .user_4 .label {
  417. color:{color:Entry titles};
  418. font-family:'georgia';
  419. font-size: 10px;
  420. padding: 5px;
  421. text-transform:uppercase;
  422. font-weight:bold
  423. }
  424.  
  425. .user_5 .label {
  426. color:{color:Link};
  427. font-family:'georgia';
  428. font-size: 10px;
  429. padding: 5px;
  430. text-transform:uppercase;
  431. font-weight:bold
  432. }
  433.  
  434. .user_6 .label {
  435. color:{color:Entry titles};
  436. font-family:'georgia';
  437. font-size: 10px;
  438. padding: 5px;
  439. text-transform:uppercase;
  440. font-weight:bold
  441. }
  442.  
  443. .user_7 .label {
  444. color:{color:Link};
  445. font-family:'georgia';
  446. font-size: 10px;
  447. padding: 5px;
  448. text-transform:uppercase;
  449. font-weight:bold
  450. }
  451.  
  452. .user_8 .label {
  453. color:{color:Entry titles};
  454. font-family:'georgia';
  455. font-size: 10px;
  456. padding: 5px;
  457. text-transform:uppercase;
  458. font-weight:bold
  459. }
  460.  
  461. .user_9 .label {
  462. color:{color:Link};
  463. font-family:'georgia';
  464. font-size: 10px;
  465. padding: 5px;
  466. text-transform:uppercase;
  467. font-weight:bold
  468. }
  469.  
  470. .user_10 .label {
  471. color:{color:Entry titles};
  472. font-family:'georgia';
  473. font-size: 10px;
  474. padding: 5px;
  475. text-transform:uppercase;
  476. font-weight:bold
  477. }
  478.  
  479.  
  480. ul.chat, .chat ol, .chat li {
  481. list-style:none;
  482. margin-top:-8px;
  483. margin-bottom:0px;
  484. padding: 3px;
  485. }
  486.  
  487. p {
  488. margin-top:0px;
  489. margin-bottom:4px
  490. }
  491.  
  492. #postbg {
  493. padding:5px;
  494. background-image: url('{image:Borderbar}');
  495. margin-bottom:50px;
  496. overflow: hidden;
  497. border:1px solid {color:Borders};
  498. }
  499.  
  500. #entries {
  501. position:absolute;
  502. margin-left:600px;
  503. margin-top:10px;
  504. font-size:10px;
  505. text-align:justify;
  506.  
  507. }
  508.  
  509. #post {
  510. background-color:{color:Entries};
  511. padding:8px;
  512. padding-top:5px;
  513. padding-bottom:5px;
  514. width:500px;
  515. border-color:{color:Entries border};
  516. border-style:solid;
  517. border-width:1px;
  518. }
  519.  
  520.  
  521. #quotetext {
  522. font-family:'rochester';
  523. font-size:25px;
  524. color:{color:Borders};
  525. font-style:normal;
  526. text-align:justify;
  527. margin-top:5px;
  528. padding:2px;
  529. }
  530.  
  531.  
  532. #asks {
  533. text-align:left;
  534. font-size:10px;
  535. font-family:'georgia';
  536. margin:5px;
  537. padding:5px;
  538. min-height:60px;
  539. background-color:transparent;
  540. border-bottom:2px solid {color:Entry titles};
  541. box-shadow:1px 1px 2px #000;
  542. }
  543.  
  544. .asker {
  545. font-family:'lobster';
  546. color:{color:Entry titles};
  547. text-transform:lowercase;
  548. margin-top:2px;
  549. margin-bottom:-8px;
  550. font-size:20px;
  551. letter-spacing:1px;
  552. text-shadow:2px 3px 1px #000;
  553. font-style:normal;
  554.  
  555. }
  556.  
  557. #askimage {
  558. height:60px;
  559. width:60px;
  560. float:left;
  561. padding:10px;
  562. padding-right:5px;
  563. border-radius:10px;
  564. -moz-border-radius:10px;
  565. -webkit-border-radius:10px;
  566. opacity:0.5;
  567. -webkit-transition:all 0.4s ease-in-out;
  568. -moz-transition:all 0.4s ease-in-out;
  569. -o-transition:all 0.4s ease-in-out;
  570. -ms-transition: all 0.4s ease-in-out;
  571. transition:all 0.5s ease-in-out;
  572. }
  573.  
  574. #answers {
  575. margin-left:5px;
  576. margin-top:8px;
  577. margin-bottom:10px;
  578. text-align:justify;
  579. }
  580.  
  581. #audio {
  582. border-radius:100%;
  583. width:100%;
  584. height:100px;
  585. margin-bottom:5px
  586. }
  587.  
  588. .albumart {
  589. border-radius:10px;
  590. margin-top:15px;
  591. margin-left:15px;
  592. float:left;
  593. width:71px;
  594. height:71px
  595. }
  596.  
  597. .player {
  598. border-radius:10px;
  599. margin-left:15px;
  600. margin-top:15px;
  601. display:block;
  602. height:50px;
  603. width:50px;
  604. padding:11px;
  605. overflow:hidden;
  606. position:absolute;
  607. opacity:0.3;
  608. background:#fff;
  609. -webkit-transition:all 0.4s ease-in-out;
  610. -moz-transition:all 0.4s ease-in-out;
  611. -o-transition:all 0.4s ease-in-out;
  612. -ms-transition: all 0.4s ease-in-out;
  613. transition:all 0.5s ease-in-out
  614. }
  615.  
  616. .player:hover {
  617. opacity:0.9;
  618. -webkit-transition:all 0.4s ease-in-out;
  619. -moz-transition:all 0.4s ease-in-out;
  620. -o-transition:all 0.4s ease-in-out;
  621. -ms-transition: all 0.4s ease-in-out;
  622. transition:all 0.5s ease-in-out}
  623.  
  624. .audioplayer {
  625. width:24px;
  626. height:24px;
  627. margin-top:12px;
  628. margin-left:12px;
  629. overflow:hidden
  630.  
  631. }
  632.  
  633. .audioinfo {
  634. font-size:10px;
  635. font-family:georgia;
  636. color:{color:text};
  637. text-align:left;
  638. padding-top:14px;
  639. margin-left:90px;
  640. }
  641.  
  642. .audiotitle {
  643. color:{color:Entry titles};
  644. margin-bottom:-12px;
  645. text-transform: lowercase;
  646. font-size: 20px;
  647. font-family:'lobster';
  648. font-weight:bold;
  649. text-shadow: 1px 2px 1px #000;
  650. }
  651.  
  652. #info {
  653. font-family:'georgia';
  654. font-size:8px;
  655. text-align: center;
  656. margin-bottom: 0px;
  657. margin-top: 5px;
  658. padding: 2px;
  659. padding-top: 2px;
  660. color:{color:Entries border};
  661. text-transform:uppercase;
  662. background-color:transparent;
  663. border-bottom:2px solid {color:Entry titles};
  664. box-shadow:2px 1px 2px #000;
  665. }
  666.  
  667. #info2 {
  668. font-family:'calibri';
  669. font-size:8px;
  670. text-align: center;
  671. margin-bottom: -4px;
  672. padding: 2px;
  673. padding-top: 0px;
  674. padding-bottom:3px;
  675. color:{color:Body};
  676. text-transform:uppercase;
  677. font-style:normal;
  678. background-color:transparent;
  679. }
  680.  
  681. #credit a{
  682. position:fixed;
  683. right:3px;
  684. bottom:3px;
  685. padding:4px;
  686. background:white;
  687. font-size:11px;
  688. color:black;
  689. -moz-transition-duration:1s;
  690. -webkit-transition-duration:1s;
  691. -o-transition-duration:1s;
  692. }
  693.  
  694. #credit a:hover {
  695. opacity:1;
  696. color:white;
  697. background:black;
  698. -moz-transition-duration:1s;
  699. -webkit-transition-duration:1s;
  700. -o-transition-duration:1s;
  701. }
  702.  
  703.  
  704. </style>
  705. <style type="text/css">{CustomCSS}</style>
  706. </head>
  707.  
  708. <body>
  709.  
  710.  
  711. <div id="borderbar1"></div>
  712.  
  713. <div id="borderbar2"></div>
  714.  
  715. <div id="image"></div>
  716.  
  717. <div id="titlebar"><div style="font-family:'rochester'; font-size:30px; text-transform:normal; text-shadow: 1px 2px 1px #000; text-align:center; padding-top:3px; color:{color:Title Color};">{text:main}</div>
  718.  
  719. <div id="topsub2"><div style="margin-top:-5px; margin-bottom:-5px; text-transform:uppercase;">{text:sub}</div></div></div>
  720.  
  721. <div id="sidebar">
  722. <div id="lyric">" {text:Lyric} "</div>
  723.  
  724. <div id="description">
  725. {block:Description}
  726. {Description}{/block:Description}
  727. <center>
  728. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">⇐</a>{/block:PreviousPage} <i>{CurrentPage} out of {TotalPages} </i>{block:NextPage}<a href="{NextPage}">⇒</a>{/block:NextPage}{/block:Pagination}</div> </center>
  729. </div></div>
  730.  
  731.  
  732. <div id="sidebar2">
  733. <div id="links">
  734. <a href="{text:Link1 URL}">{text:Link1}</a>
  735. <a href="{text:Link2 URL}">{text:Link2}</a><br>
  736. <a href="{text:Link3 URL}">{text:Link3}</a>
  737. <a href="{text:Link4 URL}">{text:Link4}</a><br>
  738. <a href="{text:Link5 URL}">{text:Link5}</a>
  739. <a href="{text:Link6 URL}">{text:Link6}</a>
  740. </div>
  741.  
  742.  
  743. </div>
  744.  
  745. </div>
  746.  
  747. </div>
  748.  
  749.  
  750.  
  751.  
  752. <div id="entries">
  753.  
  754. {block:Posts}
  755.  
  756. <div id="postbg">
  757. <div id="post">
  758.  
  759.  
  760. {block:Text}<h1>{title}</h1>{Body}{/block:Text}
  761.  
  762. {block:Quote}<div id="quotetext">“{Quote}” </div>
  763. <div style="font-family:georgia; font-size:12px; text-align:right; padding-bottom:2px;">— {Source}</div>{/block:Quote}
  764.  
  765. {block:Link}<a href="{URL}" class="link" {Target}> <h2>➝ {Name}</h2></a>
  766. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  767.  
  768. {block:Photo}<div style="padding-top:2px;"><center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  769. {block:Photoset}<div style="padding-top:2px;"><center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}</div>{/block:Photoset}
  770.  
  771. {block:Chat}{block:Title}<h3>{Title}</h3>{/block:Title}<div style="padding:10px;">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ul></div>{/block:Chat}
  772.  
  773. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}<br></li>{/block:Lines}</ul>
  774.  
  775. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  776.  
  777.  
  778.  
  779.  
  780. {block:Audio}
  781. <div id="audio">
  782. <div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  783. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100" style="border-radius: 10px">{/block:AlbumArt}</div>
  784. <div class="audioinfo">
  785. <div class="audiotitle">{block:TrackName}{TrackName} ➝{/block:TrackName}</div><br>
  786. {block:Artist}⋆ <b>Artist:</b> {Artist}{/block:Artist} {block:Album}<br>
  787. ⋆ <b>Album:</b> {Album}{/block:Album}<br>
  788. ⋆ <b>Played:</b> {FormattedPlayCount} times</div></div>
  789. {block:Caption}{Caption}{/block:Caption}
  790. {/block:Audio}
  791.  
  792. {block:Answer}
  793. <div id="askimage"><img src="{AskerPortraitURL-64}"></div>
  794. <div id="asks"><div style="font-family:'georgia'; text-transform:lowercase; font-size:16px; text-align:left; padding-bottom:0px;"><b>{Asker}</b> <i>wondered</i> <b>...</b></div><p></p>
  795. <div style="margin-left:10px; text-align:justify; font-style:italic;">{Question}</div></div>
  796. <div id="answers">{Answer}</div>{/block:Answer}
  797.  
  798. <div id="info">{block:Date}<b><a href="{Permalink}">{TimeAgo}</a></b>{/block:Date}
  799. {block:NoteCount}with <i>{NoteCountWithLabel}</i>{/block:NoteCount}{/block:NoteCount}{block:RebloggedFrom} via (<b><a href="{ReblogParentURL}"><a href="{ReblogParentURL}"><a href="{ReblogParentURL}">{ReblogParentName}</a></b>){/block:RebloggedFrom}
  800. {block:ContentSource} <a href="{SourceURL}">source</a>{block:ContentSource}{/block:RebloggedFrom}<br>
  801. <div id="info2"><b>tagged as:</b> {block:HasTags}{block:Tags}<a href="{TagURL}">⋆{Tag}</a> {/block:Tags}{/block:HasTags}
  802. </div></div>
  803.  
  804. </div></div>
  805. {block:PostNotes}<div style="padding-left:20px;">{PostNotes}</div>{/block:PostNotes}
  806. {/block:Posts}
  807.  
  808.  
  809. </div></div>
  810.  
  811. </div>
  812.  
  813.  
  814.  
  815. <div id="credit"><a href="http://bramrps.tumblr.com">⋆</a></div>
  816. </body>
  817. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement