Advertisement
bramrps

THEME 31: BRITTANY PIERCE

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