bramrps

THEME 19: RUNNIN' OUTTA MOONLIGHT

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