Advertisement
bramrps

THEME 28: GIRL ON TV

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