Advertisement
bramrps

THEME 30: SAM EVANS

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