Advertisement
bramrps

brpscustom12

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