wuunderstruckthemes

THEME #12 - VIOLET

Jan 8th, 2019 (edited)
5,803
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.92 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head><title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  6.  
  7.  
  8. <!-- ✧ THEME #12 BY SKYOFRP - VIOLET. ✧
  9.  
  10. theme made using a base code by mrsthemes. fonts hosted by ikilledtherpc. icons hosted by suiomi. imessage code by animalities. audio player code by padyluppet (& modified by me).
  11.  
  12. edit as much as you'd like for personal use, and use it to learn html if you wish, but do not use as a base code and do not directly lift code from this theme and redistribute it as your own. do not touch the credit.
  13.  
  14. enjoy and let me know if you have any questions or problems! if you run into a bug or an issue, drop me an ask and i'll try to help! and finally, thank you for using my theme, it means the world.-->
  15.  
  16.  
  17. <!--------default variables-------->
  18. <meta name="color:background" content="#11261c"/>
  19. <meta name="color:accent" content="#113e41" />
  20. <meta name="color:accent2" content="#570300" />
  21. <meta name="color:accent3" content="#eeeeee" />
  22. <meta name="color:text" content="#222222"/>
  23. <meta name="color:accent" content="#b0b7ea" />
  24. <meta name="color:accent2" content="#f7c282" />
  25. <meta name="color:chat bubble 1" content="#c8cec1">
  26. <meta name="color:chat bubble 2" content="#ffffff">
  27.  
  28. <meta name="image:background image" content=""/>
  29. <meta name="image:sidebar" content=""/>
  30.  
  31. <meta name="select:grayscale" title="0%" content="0%" />
  32. <meta name="select:grayscale" title="60%" content="60%" />
  33. <meta name="select:grayscale" title="70%" content="70%" />
  34. <meta name="select:grayscale" title="80%" content="80%" />
  35. <meta name="select:grayscale" title="90%" content="90%" />
  36. <meta name="select:grayscale" title="100%" content="100%" />
  37.  
  38. <meta name="text:title" content="your title goes here - three lines max!">
  39. <meta name="text:link 1 title" content="link">
  40. <meta name="text:link 1 url" content=" ">
  41. <meta name="text:link 2 title" content="link">
  42. <meta name="text:link 2 url" content=" ">
  43.  
  44. <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
  45. <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
  46.  
  47. <!------------------------TOOLTIPS SCRIPT--------------------->
  48.  
  49. <link href="https://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  50. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  51. <script src="https://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  52. <script>
  53. (function($){
  54. $(document).ready(function(){
  55. $("[title]").style_my_tooltips({
  56. tip_follows_cursor:true,
  57. tip_delay_time:200,
  58. tip_fade_speed:300
  59. });
  60. });
  61. })(jQuery);
  62. </script>
  63.  
  64. <!-------------------------------------------------------------------->
  65.  
  66. <link href="https://fonts.googleapis.com/css?family=Rubik" rel="stylesheet">
  67.  
  68. <style type="text/css">
  69.  
  70. @font-face { font-family: "jenna sue"; src: url('https://dl.dropboxusercontent.com/s/bsju94guldr45k8/JennaSue.ttf?dl=0'); format("truetype");}
  71.  
  72. /*----------tooltips---------*/
  73.  
  74. #s-m-t-tooltip {
  75. max-width:300px;
  76. margin:15px;
  77. padding:5px;
  78. background:{color:accent};
  79. color:{color:accent3};
  80. z-index:999999999999999999999999;
  81. font-size:8px;
  82. font-style:none;
  83. letter-spacing:4px;
  84. font-family:'rubik';
  85. text-transform:lowercase;
  86. box-shadow:1px 1px 3px rgba(0,0,0,.0);
  87. border-radius:5px;
  88. }
  89.  
  90.  
  91. /*----------scrollbar---------*/
  92.  
  93. ::-webkit-scrollbar-thumb {
  94. height:auto;
  95. background-color:transparent;
  96. border-radius:20px;
  97. }
  98. ::-webkit-scrollbar {
  99. height:7px;
  100. width:3px;
  101. background-color: transparent;
  102. border-radius:50px;
  103. }
  104.  
  105. /*----------basics---------*/
  106.  
  107. body {
  108. background:{color:background} url({image:background image}) repeat right top fixed;
  109. background-size:cover;
  110. color:{color:text};
  111. font-family:'rubik';
  112. line-height:15px;
  113. font-size:11px;
  114. margin:0;
  115. text-align:left;
  116. }
  117.  
  118. blockquote {
  119. padding-left:10px;
  120. border-left:1px solid;
  121. border-color:{color:accent3};
  122. border-radius:0px!important;
  123. margin:10px;
  124. }
  125.  
  126. a {
  127. color:{color:accent};
  128. text-decoration:none;
  129. }
  130.  
  131. a:hover {
  132. text-decoration:none;
  133. color: {color:accent2};
  134. -webkit-transition:all 0.5s;
  135. -moz-transition:all 0.5s;
  136. -ms-transition:all 0.5s;
  137. -o-transition:all 0.5s;
  138. transition:all 0.5s;
  139. text-shadow: 2px 2px 8px {color:accent2}
  140. }
  141.  
  142. b, strong {
  143. color:{color:accent};
  144. }
  145.  
  146. i, em {
  147. color:{color:accent2};
  148. }
  149.  
  150. img {
  151. opacity:1;
  152. text-decoration:none;
  153. }
  154.  
  155. h1 {
  156. font-family:'rubik';
  157. text-align:center;
  158. text-transform:lowercase;
  159. letter-spacing:2px;
  160. font-size:18px;
  161. color:{color:accent2};
  162. line-height:100%;
  163. }
  164.  
  165. h2 {
  166. font-family:'jenna sue';
  167. text-align:center;
  168. text-transform:lowercase;
  169. letter-spacing:2px;
  170. font-size:26px;
  171. color:{color:accent2};
  172. }
  173.  
  174. small, sub {
  175. font-size:10px;
  176. }
  177.  
  178.  
  179. /*----------posts---------*/
  180.  
  181. .container {
  182. left:50%;
  183. width:800px;
  184. position:absolute;
  185. }
  186.  
  187. .posts {
  188. {block:IndexPage}
  189. margin-top:20px;
  190. margin-bottom:50px;
  191. padding:10px;
  192. {/block:IndexPage}
  193. {block:PermalinkPage}
  194. margin-top:20px;
  195. margin-bottom:40px;
  196. padding:10px;
  197. border-radius:5px;
  198. {/block:PermalinkPage}
  199. width:300px;
  200. margin-left:10px;
  201. background:rgb(255,255,255, 0.8);
  202. border-radius:5px;
  203. }
  204.  
  205. .entries {
  206. left:50%;
  207. margin-left:-360px;
  208. width:700px;
  209. top:50%;
  210. margin-top:-260px;
  211. height:500px;
  212. max-height:500px;
  213. overflow-y:scroll;
  214. background:rgb(255,255,255, 0.4);
  215. position:fixed;
  216. padding-left:15px;
  217. border-radius:5px;
  218. }
  219.  
  220. .posts img, .posts blockquote {
  221. max-width: 100%;
  222. height:auto;
  223. border-radius:5px;
  224. -webkit-filter: grayscale({select:grayscale}); /* Safari 6.0 - 9.0 */
  225. filter: grayscale({select:grayscale});
  226. -webkit-transition: all 0.5s ease-in-out;
  227. -moz-transition: all 0.5s ease-in-out;
  228. -o-transition: all 0.5s ease-in-out;
  229. -ms-transition: all 0.5s ease-in-out;
  230. transition: all 0.5s ease-in-out;
  231. opacity:0.8;
  232. }
  233.  
  234. .posts img:hover, .posts blockquote:hover {
  235. -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  236. filter: grayscale(0%);
  237. -webkit-transition: all 0.7s ease-in-out;
  238. -moz-transition: all 0.7s ease-in-out;
  239. -o-transition: all 0.7s ease-in-out;
  240. opacity:1;
  241. }
  242.  
  243.  
  244. .blockquote img {
  245. max-width:100%;
  246. height: auto;
  247. }
  248.  
  249. .photoset
  250. {
  251. border-radius:5px;
  252. -webkit-filter: grayscale({select:grayscale}); /* Safari 6.0 - 9.0 */
  253. filter: grayscale({select:grayscale});
  254. -webkit-transition: all 0.5s ease-in-out;
  255. -moz-transition: all 0.5s ease-in-out;
  256. -o-transition: all 0.5s ease-in-out;
  257. -ms-transition: all 0.5s ease-in-out;
  258. transition: all 0.5s ease-in-out;
  259. opacity:0.8;
  260. }
  261.  
  262. .photoset:hover {
  263. -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  264. filter: grayscale(0%);
  265.  
  266. -webkit-transition: all 0.5s ease-in-out;
  267.  
  268. -moz-transition: all 0.5s ease-in-out;
  269.  
  270. -o-transition: all 0.5s ease-in-out;
  271.  
  272. -ms-transition: all 0.5s ease-in-out;
  273.  
  274. transition: all 0.5s ease-in-out;
  275. opacity:1;
  276. }
  277.  
  278. /*----------post info---------*/
  279.  
  280. .info {
  281. padding-top:20px;
  282. text-transform:lowercase;
  283. padding-bottom:15px;
  284. font-size:8px;
  285. letter-spacing:1px;
  286. margin-top:15px;
  287. text-align:center;
  288. border-radius:5px;
  289. }
  290.  
  291. .info a {
  292. color:{color:accent3};
  293. background-color:{color:accent};
  294. padding:7px 7px 6px 7px;
  295. border-radius:5px;
  296. }
  297.  
  298. .info a:hover {
  299. color:{color:accent};
  300. background-color:{color:accent3};
  301. }
  302.  
  303. .tags {
  304. margin-top:15px;
  305. font-size:8px;
  306. letter-spacing:2px;
  307. padding-right:5px;
  308. padding-left:5px;
  309. color:{color:accent2};
  310. }
  311.  
  312. .tags a {
  313. margin-right:8px;
  314. margin-left:8px;
  315. color:{color:accent2};
  316. background-color:transparent;
  317. padding:3px 5px 3px 5px;
  318. border-radius:5px;
  319. display:inline-block;
  320. margin-bottom:2px;
  321. }
  322.  
  323. .tags a:hover {
  324. color:{color:accent};
  325. background-color:{color:accent3};
  326. -moz-transition-duration:1s;
  327. -webkit-transition-duration:1s;
  328. -o-transition-duration:1s;
  329. }
  330.  
  331.  
  332. /*----------post notes---------*/
  333.  
  334. ol.notes {
  335. padding:10px;
  336. margin:0px 0px 0px 10px;
  337. list-style-type:none;
  338. background:rgb(255,255,255, 0.6);
  339. width:300px;
  340. border-radius:10px;
  341. }
  342.  
  343. ol.notes li.note {
  344. padding:10px;
  345. }
  346.  
  347. ol.notes li.note img.avatar {
  348. vertical-align:-4px;
  349. margin-right:10px;
  350. width:16px;
  351. height:16px;
  352. border-radius:100px;
  353. }
  354.  
  355. ol.notes li.note span.action {
  356. font-weight:none;
  357. }
  358.  
  359. ol.notes li.note .answer_content {
  360. font-weight:normal;
  361. }
  362.  
  363. ol.notes li.note blockquote {
  364. padding:4px 10px;
  365. margin:10px 0px 0px 25px;
  366. }
  367.  
  368. ol.notes li.note blockquote a {
  369. text-decoration:none;
  370. }
  371.  
  372. /*----------sidebar---------*/
  373.  
  374. .sidebar {
  375. position:fixed;
  376. width:220px;
  377. margin-left:10px;
  378. top:50%;
  379. margin-top:-260px;
  380. background-color:transparent;
  381. height:500px;
  382. z-index:99;
  383. border-radius:5px;
  384. text-align:center;
  385. background-size:cover;
  386. }
  387.  
  388. .inner {
  389. background-color:transparent;
  390. width:220px;
  391. margin:10px;
  392. position:fixed;
  393. }
  394.  
  395. .sidebar img {
  396. margin-top:-10px;
  397. width:340px;
  398. height:500px;
  399. margin-left:0px;
  400. border-radius:0px 10px 10px 0px;
  401. z-index:999;
  402. border-left:solid 2px {color:accent3};
  403. }
  404.  
  405. .sidetitle {
  406. font-family:'jenna sue';
  407. font-size:65px;
  408. text-transform:lowercase;
  409. margin-top:-120px;
  410. text-align:center;
  411. color:#fff;
  412. width:200px;
  413. line-height:80%;
  414. z-index:999;
  415. width:350px;
  416. -ms-transform: rotate(-5deg); /* IE 9 */
  417. -webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
  418. transform: rotate(-5deg);
  419. }
  420.  
  421. .pagination {
  422. text-align:center;
  423. font-weight:normal;
  424. padding-top:5px;
  425. letter-spacing:0px;
  426. width:330px;
  427. margin-top:10px;
  428. margin-bottom:30px;
  429. }
  430.  
  431. .pagination a {
  432. width:60px;
  433. background-color:{color:accent};
  434. color:{color:accent3};
  435. font-size:9px;
  436. padding:5px;
  437. border-radius:5px;
  438. font-weight:normal;
  439. text-transform:uppercase;
  440. letter-spacing:4px;
  441. }
  442.  
  443. .pagination a:hover{
  444. -moz-transition-duration:1s;
  445. -webkit-transition-duration:1s;
  446. -o-transition-duration:1s;
  447. background-color:{color:accent3};
  448. color:{color:accent};
  449. }
  450.  
  451. .links {
  452. margin-left:-130px;
  453. margin-top:-380px;
  454. width:15px;
  455. font-family:'karla';
  456. display:inline-block;
  457. height:100px;
  458. position:fixed;
  459. z-index:999999999;
  460. }
  461.  
  462. .links a {
  463. display:inline-block;
  464. background-color:{color:accent};
  465. color:{color:accent3};
  466. margin:3px;
  467. padding:10px;
  468. width:15px;
  469. height:15px;
  470. font-size:15px;
  471. text-transform:uppercase;
  472. font-weight:normal;
  473. border-radius:10px;
  474. border:solid 2px {color:accent3};
  475. margin-bottom:5px;
  476. }
  477.  
  478. .links a:hover {
  479. background-color:{color:accent3};
  480. color:{color:accent};
  481. -moz-transition-duration:.5s;
  482. -webkit-transition-duration:.5s;
  483. -o-transition-duration:.5s;
  484. transform: rotate(20deg);
  485. text-shadow: 2px 2px 8px {color:accent};
  486. }
  487.  
  488. /*----------quotes---------*/
  489.  
  490. .quote {
  491. text-transform:lowercase;
  492. font-size:15px;
  493. font-weight:bold;
  494. text-align:center;
  495. letter-spacing:3px;
  496. margin-top:10px;
  497. }
  498.  
  499. .quotesource {
  500. text-align:center;
  501. margin-top:10px;
  502. font-family:'jenna sue';
  503. font-size:22px;
  504. font-weight:bold;
  505. text-transform:lowercase;
  506. letter-spacing:2px;
  507. color:{color:accent2};
  508. }
  509.  
  510.  
  511. /*----------chat---------*/
  512.  
  513. /* IMESSAGE CHAT POST */
  514. .answer span,
  515.  
  516. .convo li{margin:0 0 5px;border-radius:1em;padding:.5em 10px;max-width:75%;clear:both;position:relative}
  517.  
  518. .answer .them,.user_1,.user_3,.user_5,.user_7,.user_9,.user_11{float:left;background:{color:chat bubble 2};color:#000;left:3px}
  519.  
  520. .me::after,.user_1::after,.user_3::after,.user_5::after,.user_7::after,.user_9::after,.user_11::after{content:"";position:absolute;left:-.5em;bottom:0;width:.5em;height:1em;border-right:.5em solid {color:chat bubble 2};border-bottom-right-radius:1em .5em}
  521.  
  522. .answer .me,.user_2,.user_4,.user_6,.user_8,.user_10,.user_12{right:3px;float:right;background-color:{color:chat bubble 1};color:#000}
  523.  
  524. .them::after,.user_2::after,.user_4::after,.user_6::after,.user_8::after,.user_10::after,.user_12::after{content:"";position:absolute;right:-.5em;bottom:0;width:.5em;height:1em;border-left:.5em solid {color:chat bubble 1}; border-bottom-left-radius:1em .5em}
  525.  
  526. .me p,.answer,.asked span{padding:0;margin:0}.answer{overflow:hidden}
  527.  
  528. .asked p {
  529. text-align: left;
  530. margin: 0 0px 10px 0px;
  531. padding: 0;
  532. color: #666666;
  533. font-family:'rubik';
  534. font-size: 12px;
  535. line-height: 0px;
  536. }
  537. .footerright .viasrc {
  538. float: left;
  539. }
  540. .asked a {
  541. margin:0;padding:0;
  542. }
  543. .user_4{background-color:{color:chat bubble 1};color:#000}.user_4::after{border-color:{color:chat bubble one}}.user_6{background-color:{color:chat bubble 1};color:#000000}.user_6::after{color: chat bubble 1}}.user_5{background-color:{color:chat bubble 2};color:#000}.user_5::after{{color:chat bubble 2}}.user_3{background-color:{color:chat bubble 2};color:#000}.user_3::after{border-color:{color:chat bubble 2}}.user_7{background-color:{color:chat bubble 2};color:#000}.user_7::after{{color:chat bubble 2}}.user_8{background-color:{color:chat bubble 1};color:#000}.user_8::after{{color:chat bubble 2}}.user_9{color:chat bubble 1}.user_9::after{{color:chat bubble 2}}
  544. .convo {
  545. overflow: hidden;
  546. list-style-type: none;
  547. padding: 0;
  548. margin: 0;
  549. }
  550.  
  551.  
  552. /*----------questions---------*/
  553.  
  554. .question {
  555. background:{color:accent3};
  556. padding:10px;
  557. text-align:center;
  558. padding:20px;
  559. border-radius:10px;
  560. color:{color:text};
  561. text-transform:uppercase;
  562. letter-spacing:1px;
  563. }
  564.  
  565. .question img {
  566. float:right;
  567. }
  568.  
  569. .asker {
  570. font-family:'jenna sue';
  571. font-weight:bold;
  572. letter-spacing:2px;
  573. color:{color:accent};
  574. text-transform:lowercase;
  575. font-size:22px;
  576. }
  577.  
  578. .answer {
  579. padding:10px;
  580. margin-top:-15px;
  581. }
  582.  
  583. /*----------audio---------*/
  584.  
  585. .playerbuttonbg {
  586. position: absolute;
  587. left: 25px;
  588. top: 30px;
  589. background-color:transparent;
  590. padding: 10px;
  591. opacity: .4;
  592. filter: alpha(opacity=40);
  593. -moz-opacity: 0.4;
  594. -khtml-opacity: 0.4;
  595. transition: opacity .7s ease-in-out;
  596. -moz-transition: opacity .7s ease-in-out;
  597. -webkit-transition: opacity .7s ease-in-out;
  598. padding-bottom:20px;
  599. }
  600.  
  601. .playerbuttonbg:hover {
  602. opacity: 1;
  603. filter: alpha(opacity=100);
  604. -moz-opacity: 1;
  605. -khtml-opacity: 1;
  606. }
  607.  
  608. .tumblr_audio_player {
  609. height: 90px;
  610. width: 32px;
  611. }
  612.  
  613. .audioimgwrapper {
  614. position: absolute;
  615. left: 0px;
  616. top: 0px;
  617. -webkit-border-radius: 5px;
  618. -moz-border-radius: 5px;
  619. border-radius: 5px;
  620. overflow: hidden;
  621. width: 100px;
  622. height: 100px;
  623. }
  624.  
  625. .audioimgwrapper img {
  626. width: 100%;
  627. height: auto;
  628. -webkit-border-radius: 5px;
  629. -moz-border-radius: 5px;
  630. border-radius: 5px;
  631. }
  632.  
  633. .trackdetails {
  634. width: auto;
  635. display:inline-block;
  636. margin-left: 150px;
  637. min-height: 85px;
  638. font-family:'rubik';
  639. font-weight:bold;
  640. text-transform:lowercase;
  641. letter-spacing:1px;
  642. text-align:center;
  643. }
  644.  
  645. .audiowrapper {
  646. position: relative;
  647. display:inline-block;
  648. }
  649.  
  650. /*----------credit---------*/
  651.  
  652. .credit {
  653. font-size:15px;
  654. position:fixed;
  655. font-weight:normal;
  656. bottom:10px;
  657. right:15px;
  658. z-index:10;
  659. text-align:right;
  660. }
  661.  
  662. .credit a {
  663. background-color:{color:accent};
  664. color:{color:accent3};
  665. padding-top:6px;
  666. padding-right:7px;
  667. padding-left:6px;
  668. border-radius:5px;
  669. }
  670.  
  671. .credit a:hover {
  672. background-color:{color:accent3};
  673. color:{color:accent};
  674. -moz-transition-duration:0.5s;
  675. -webkit-transition-duration:0.5s;
  676. -o-transition-duration:0.5s;
  677. }
  678.  
  679.  
  680. </style>
  681. </head>
  682.  
  683. <body>
  684. <div class="container">
  685.  
  686. <div class="credit">
  687. <a title="skyofrp" href="http://skyofrp.tumblr.com/"><span class="th th-avocado-o
  688. "></span></a></div>
  689.  
  690.  
  691. <div class="sidebar">
  692. <div class="inner">
  693.  
  694. <img src="{image:sidebar}">
  695.  
  696. <div class="links">
  697. <a title="home" href="/"><span class="th th-fire-o"></span></a>
  698. <a title="message" href="/ask"><span class="th th-champagne-o"></span></a>
  699. <br>
  700. <a href="{text:link 1 url}" title="{text:link 1 title}"><span class="th th-strawberry-o"></span></a>
  701. <a href="{text:link 2 url}" title="{text:link 2 title}"><span class="th th-cupcake-o"></span></a>
  702. </div>
  703.  
  704. <div class="sidetitle">{text:title}</div>
  705.  
  706. </div>
  707.  
  708. </div>
  709.  
  710. <div class="entries">
  711. {block:Posts}
  712. <div class="posts">
  713.  
  714. {block:Text}
  715. <h1>{block:Title}{Title}{/block:Title}</h1>
  716. {Body}{/block:Text}
  717.  
  718.  
  719. {block:Photo}
  720. {LinkOpenTag}<img src="{PhotoURL-HighRes}" width="300px" alt="{PhotoAlt}" />
  721.  
  722. {LinkCloseTag}
  723. {block:Caption}{Caption}{/block:Caption}
  724. {/block:Photo}
  725.  
  726.  
  727. {block:Photoset}
  728. {Photoset}
  729. {block:Caption}{Caption}{/block:Caption}
  730. {/block:Photoset}
  731.  
  732.  
  733. {block:Quote}
  734. <div class="quote">&#8220;{Quote}&#8221;</div>
  735. {block:Source}<div class="quotesource"> — {Source}</div>
  736. {/block:Source}{/block:Quote}
  737.  
  738.  
  739. {block:Link}
  740. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  741. {block:Description}{Description}{/block:Description}
  742. {/block:Link}
  743.  
  744.  
  745. {block:Chat}
  746. {block:Title}
  747. <h1>{Title}</h1>{/block:Title}<br>
  748. <ul class="convo">{block:Lines}<li class="line_{Alt} user_{UserNumber}">{block:Label}<span class="label"><strong>{Label}</strong></span>{/block:Label}
  749. {Line}</li>{/block:Lines}</ul>
  750. {/block:Chat}
  751.  
  752.  
  753. {block:Audio}
  754. {block:AudioPlayer}
  755. <div class="audiowrapper">
  756. {block:AlbumArt}
  757. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  758. {/block:AlbumArt}
  759.  
  760. <div class="playerbuttonbg">
  761. <div class="newplayerbutton">
  762. <div class="playerbuttonhug">
  763.  
  764. {AudioPlayer}
  765.  
  766. </div>
  767. </div>
  768. </div>
  769.  
  770. <div class="trackdetails">
  771.  
  772. {block:TrackName}<h1>{TrackName}</h1>{/block:TrackName}<br/>
  773. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  774. {block:Album}Album: {Album}{/block:Album}<br/>
  775. {PlayCountWithLabel}
  776.  
  777. </div>
  778. </div>
  779. {/block:AudioPlayer}
  780.  
  781. {block:Caption}{Caption}{/block:Caption}
  782. {/block:Audio}
  783.  
  784.  
  785. {block:Video}
  786. {Video-300}
  787. {block:Caption}{Caption}{/block:Caption}
  788. {/block:Video}
  789.  
  790.  
  791. {block:Answer}
  792. <div class="question"><img src="{AskerPortraitURL-40}">
  793. {Question}<br><div class="asker">&mdash; {Asker}</div></div><br>
  794. <div class="answer">
  795. {Answer}</div>
  796. {/block:Answer}
  797.  
  798. {block:Date}
  799. <div class="info">
  800. <a href="{Permalink}" title="{TimeAgo}"><span class="th th-clock-o"></span></span></a>
  801.  
  802. &nbsp;&nbsp;
  803. <a href="{Permalink}" title="{NoteCountwithLabel}"><span class="th th-heart-1-o"></span></span></a>
  804. &nbsp;&nbsp;
  805.  
  806. {block:RebloggedFrom}
  807. <a href="{ReblogParentURL}" title="{ReblogParentname}"><span class="th th-upload-o"></span></span></a>
  808. &nbsp;&nbsp;
  809. {/block:RebloggedFrom}
  810. {block:ContentSource}
  811. <a href="{SourceURL}" title="{SourceTitle}"><span class="th th-home-o"></span></a>
  812. &nbsp;&nbsp;
  813. {/block:ContentSource}
  814.  
  815. <a href="{ReblogURL}" target="_blank" class="details" title="reblog"><span class="th th-reload"></span></a>
  816. {/block:Date}
  817.  
  818. {block:HasTags}
  819. <div class="tags">
  820. {block:Tags}
  821.  
  822. <a href="{TagURL}"># {Tag}</a>
  823. {/block:Tags}
  824. </div>
  825. {/block:HasTags}
  826.  
  827.  
  828. </div>
  829.  
  830. </div>
  831.  
  832.  
  833. {block:PostNotes}
  834. {PostNotes}
  835. {/block:PostNotes}
  836.  
  837. {/block:Posts}
  838.  
  839. <div class="pagination">
  840. {block:Pagination}
  841. {block:PreviousPage}
  842. <a href="{PreviousPage}">« sink</a>&nbsp;&nbsp;{/block:PreviousPage}
  843.  
  844. {block:NextPage}
  845. <a href="{NextPage}"> swim » </a>
  846. {/block:NextPage}
  847. {/block:Pagination}
  848. </div>
  849.  
  850. {block:ContentSource}
  851. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  852. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  853. {/block:SourceLogo}
  854. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  855. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  856.  
  857.  
  858.  
  859. </body>
  860.  
  861. </div></div></div></div></div></div></div></div></div></div></div>
  862. </html>
Add Comment
Please, Sign In to add comment