Advertisement
bramrps

brpscustom6

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