Advertisement
bramrps

wsrpst2

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