bramrps

THEME 20: SOMETHING STUPID

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