Advertisement
Guest User

Untitled

a guest
Nov 18th, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.19 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9.  
  10.  
  11. <!--META NAMES-->
  12.  
  13. <meta name="color:body" content="#666666"/>
  14. <meta name="color:links" content="#6f6e6e"/>
  15. <meta name="color:hover" content="#fafafa"/>
  16. <meta name="color:info" content="#a8a8a8">
  17. <meta name="color:desc" content="#aaaaaa">
  18. <meta name="color:desc" content="#aaaaaa">
  19. <meta name="color:title" content="#aaaaaa">
  20.  
  21.  
  22.  
  23.  
  24. <meta name="color:bg" content="#ffffff">
  25. <meta name="color:scrollbar" content="#AAAAAA">
  26. <meta name="color:scrollbarbg" content="#ffffff">
  27.  
  28.  
  29. <meta name="image:sb" content=""/>
  30. <meta name="image:sb2" content=""/>
  31.  
  32.  
  33. <meta name="text:link A" content=""/>
  34. <meta name="text:link A url" content="/">
  35. <meta name="text:link B" content=""/>
  36. <meta name="text:link B url" content="/">
  37. <meta name="text:link C" content=""/>
  38. <meta name="text:link C url" content="/">
  39. <meta name="text:link D" content=""/>
  40. <meta name="text:link D url" content="/">
  41. <meta name="text:link E" content=""/>
  42. <meta name="text:link E url" content="/">
  43.  
  44.  
  45. <!--
  46. TOOLTIP STYLING SCRIPT
  47. -->
  48.  
  49.  
  50. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  51. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  52. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  53. <script>
  54. (function($){
  55. $(document).ready(function(){
  56. $("[title]").style_my_tooltips({
  57. tip_follows_cursor:true,
  58. tip_delay_time:200,
  59. tip_fade_speed:500
  60. });
  61. });
  62. })(jQuery);
  63. </script>
  64.  
  65.  
  66. <!--
  67. * theme twenty two *
  68. * heavy rope *
  69. * kitty :: http://queenseelie.tumblr.com/ *
  70. ** edit as much as you want bbys, just don't remove the credit or re-post.
  71. i will find you if you do i s2g**
  72.  
  73. -->
  74.  
  75. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  76.  
  77.  
  78.  
  79.  
  80. <style type="text/css">
  81.  
  82.  
  83.  
  84. iframe#tumblr_controls {
  85. top: 0% !important;
  86. right:0% !important;
  87. opacity:0.3;
  88. position: fixed !important;
  89. filter:alpha(opacity=30);
  90. -webkit-transition: all 0.7s ease;
  91. -moz-transition: all 0.7s ease;
  92. -o-transition: all 0.7s ease;
  93. }
  94. iframe#tumblr_controls:hover{
  95. top: 0% !important;
  96. right:0% !important;
  97. opacity:0.8;
  98. position: fixed !important;
  99. filter:alpha(opacity=80);
  100. -webkit-transition: all 0.7s ease;
  101. -moz-transition: all 0.7s ease;
  102. -o-transition: all 0.7s ease;
  103. }
  104.  
  105.  
  106.  
  107. ::-webkit-scrollbar-thumb {
  108. height:auto;
  109. background-color:#e4e1e1;
  110. }
  111.  
  112. ::-webkit-scrollbar {
  113. height:9px;
  114. width:4px;
  115. background-color:#ffffff;
  116. }
  117.  
  118.  
  119.  
  120.  
  121. /* TOOLTIP DETAILS */
  122.  
  123.  
  124.  
  125. #s-m-t-tooltip{
  126. background-color: transparent;
  127. font-family: 'Josefin Sans', sans-serif;
  128. font-size: 12px;
  129. line-height: 16px;
  130. letter-spacing: 2px;
  131. text-align: left;
  132. text-transform:uppercase;
  133. color: #fff;
  134. background-image: url('https://i.gyazo.com/aea9537b3a3b6cff41131dfbaa852408.png'); background-position:left;
  135. background-attachment:fixed;
  136. border: 1px double #2b2b2b;
  137. outline: 1px dashed #2b2b2b;
  138. outline-offset: 2px;
  139. text-align:center; font-family: georgia, sans-serif;
  140. color: #fff;
  141. text-shadow: 1px 1px 0px #000;
  142. padding:3px;
  143.  
  144. }
  145.  
  146.  
  147.  
  148. body {
  149. background-color:{color:bg};
  150. color:#000 ;
  151. font-family: calibri;
  152. text-align:justify;
  153. font-size: 12px;
  154. letter-spacing:0.5px;
  155. line-height:135%;
  156. }
  157.  
  158. em, strong {
  159. font-size:13px;
  160. text-transform:uppercase;
  161. letter-spacing:1px;
  162. font-family: 'Spectral SC', serif;
  163.  
  164. color: #000;
  165. text-shadow: 0px 0px 1px #000;}
  166.  
  167. b, bold, strong {
  168. font-size:13px;
  169. text-transform:uppercase;
  170. letter-spacing:1px;
  171. font-family: 'Spectral SC', serif;
  172.  
  173. color: #000;
  174. text-shadow: 0px 0px 1px #000;
  175.  
  176.  
  177.  
  178.  
  179. }
  180.  
  181.  
  182. i, italic {
  183. font-size:17px;
  184. text-transform:lowercase;
  185. letter-spacing:1px;
  186. font-family: 'Allura', cursive; color: #000;
  187. text-shadow: 0px 0px 1px #9e8879;
  188. font-weight: bold;
  189. }
  190.  
  191. em {
  192. font-size:17px;
  193. text-transform:lowercase;
  194. letter-spacing:1px;
  195. font-family: 'Allura', cursive; color: #000;
  196. text-shadow: 0px 0px 1px #9e8879;
  197. font-weight: bold;
  198. }
  199.  
  200.  
  201. a {
  202. color:{color:links};
  203. text-decoration:none;
  204. -moz-outline-style:none;
  205. font-style:underline;
  206. }
  207.  
  208. a:hover{
  209. color:{color:hover};
  210. -moz-transition-duration:0.3s;
  211. -webkit-transition-duration:0.3s;
  212. -o-transition-duration:0.3s;
  213. }
  214.  
  215. img {
  216. border:none;
  217. }
  218.  
  219. blockquote {
  220. border-left:1px solid #2b2b2b;
  221. padding-left:5px;
  222. margin:10px 3px 10px 3px;
  223. line-height:auto; border-radius: 5px;
  224. }
  225.  
  226. blockquote blockquote {
  227. border-left:1px dashed #2b2b2b;
  228. padding-left:5px;
  229. margin:10px 3px 10px 3px;
  230. line-height:auto;
  231. border-radius: 5px;
  232. }
  233.  
  234.  
  235. /*SIDEBAR*/
  236.  
  237. h1 {
  238. background-color: transparent;
  239. font-family: 'Josefin Sans', sans-serif;
  240. font-size: 15px;
  241. line-height: 16px;
  242. letter-spacing: 2px;
  243. text-align: left;
  244. text-transform:uppercase;
  245. color: #fff;
  246. background-image: url('https://i.gyazo.com/aea9537b3a3b6cff41131dfbaa852408.png'); background-position:left;
  247. background-attachment:fixed;
  248. border: 1px double #2b2b2b;
  249. outline: 1px dashed #2b2b2b;
  250. outline-offset: 2px;
  251. text-align:center; font-family: georgia, sans-serif;
  252. color: #fff;
  253. text-shadow: 1px 1px 0px #000;
  254. padding:3px;
  255. }
  256.  
  257.  
  258. h2 {
  259. background-color: transparent;
  260. font-family: 'Josefin Sans', sans-serif;
  261. font-size: 15px;
  262. line-height: 16px;
  263. letter-spacing: 2px;
  264. text-align: left;
  265. text-transform:uppercase;
  266. color: #fff;
  267. background-image: url('https://i.gyazo.com/aea9537b3a3b6cff41131dfbaa852408.png'); background-position:left;
  268. background-attachment:fixed;
  269. border: 1px double #2b2b2b;
  270. outline: 1px dashed #2b2b2b;
  271. outline-offset: 2px;
  272. text-align:center; font-family: georgia, sans-serif;
  273. color: #fff;
  274. text-shadow: 1px 1px 0px #000;
  275. padding:3px;
  276. }
  277.  
  278.  
  279.  
  280. h3 {
  281. text-align:center;
  282. background-image: url('https://i.gyazo.com/aea9537b3a3b6cff41131dfbaa852408.png'); background-position:left;
  283. background-attachment:fixed;
  284. border: 1px double #2b2b2b;
  285. outline: 1px dashed #2b2b2b;
  286. -webkit-background-clip: text;
  287. -webkit-text-fill-color: transparent;
  288. font-size: 20px; font-family: Vollkorn SC;
  289.  
  290. outline-offset: 2px;
  291. padding-top: 3px;
  292. padding-bottom: 3px;
  293. padding: 5px;
  294. }
  295.  
  296.  
  297.  
  298.  
  299. h4 {
  300. background-color: transparent;
  301. font-family: 'Josefin Sans', sans-serif;
  302. font-size: 15px;
  303. line-height: 16px;
  304. letter-spacing: 2px;
  305. text-align: left;
  306. text-transform:uppercase;
  307. color: #fff;
  308. background-image: url('https://i.gyazo.com/aea9537b3a3b6cff41131dfbaa852408.png'); background-position:left;
  309. background-attachment:fixed;
  310. border: 1px double #2b2b2b;
  311. outline: 1px dashed #2b2b2b;
  312. outline-offset: 2px;
  313. text-align:center; font-family: georgia, sans-serif;
  314. color: #fff;
  315. text-shadow: 1px 1px 0px #000;
  316. padding:3px;
  317. }
  318.  
  319.  
  320.  
  321. #sidebar {
  322. position:fixed;
  323. width:248px;
  324. padding-top:130px;
  325. padding-left:65px;
  326. padding-right:210px;
  327. margin-left:700px;
  328.  
  329. }
  330.  
  331. #sidebar img{
  332. width: 268px;
  333. padding: 2px;
  334. margin-top:auto;
  335. margin-left:auto;
  336. border: 1px solid #2a2a2a;
  337. outline: 1px dashed #2a2a2a;
  338. outline-offset: 2px;
  339.  
  340. }
  341.  
  342.  
  343. #sidebar2 {
  344. position:fixed;
  345. width:268px;
  346. padding-top:130px;
  347. padding-left:65px;
  348. padding-right:210px;
  349. margin-left:700px;
  350. }
  351.  
  352. #sidebar2 img{
  353. width: 268px;
  354. padding: 5px;
  355. margin-top:auto;
  356. margin-left:auto;
  357.  
  358. }
  359.  
  360.  
  361. #title {
  362. text-shadow: #E0E0E0 0px 1px 1px;
  363. font-weight: bold;
  364. margin-left:5px;
  365. margin-top:2px;
  366. width:200px;
  367. font-size:20px;
  368. font-family:'bell mt';
  369. text-align:center;
  370. text-transform: lowercase;
  371. word-spacing: 2px;
  372. }
  373.  
  374.  
  375. #title a{
  376. color: {color:title};
  377. }
  378.  
  379.  
  380. #links {
  381. width:268px;
  382. font-family:cabria;
  383. font-size:11px;
  384. margin-top:12px;
  385. font-weight:normal;
  386. letter-spacing:2px;
  387. line-height:16px;
  388. text-align:center;
  389. margin-left:7px;
  390.  
  391.  
  392. }
  393.  
  394.  
  395. #links a {
  396. color:{color:links};
  397. padding:5px 5px;
  398. text-transform:uppercase;
  399. font-size:11px;
  400. }
  401. #links a:hover {
  402. color:{color:hover};
  403. -moz-transition-duration:0.5s;
  404. -webkit-transition-duration:0.5s;
  405. -o-transition-duration:0.5s;}
  406.  
  407.  
  408.  
  409.  
  410.  
  411. #desc {
  412. text-align:center;
  413. width:272px;
  414. font-size:9px;
  415. margin-left:-8px;
  416. margin-top:0px;
  417. font-family:arial;
  418. line-height:170%;
  419. padding-bottom:7px;
  420. color: #000;
  421.  
  422.  
  423. }
  424.  
  425.  
  426.  
  427.  
  428. .pagi {
  429. width:165px;
  430. font-size:8px;
  431. text-align:center;
  432. margin-top:640px;
  433. margin-left:820px;
  434. font-family:cumbria;
  435. letter-spacing:1px;
  436. position:fixed; font-size:13px;
  437. text-transform:uppercase;
  438. letter-spacing:1px;
  439. font-family: 'Spectral SC', serif;
  440.  
  441. color: #000;
  442. text-shadow: 0px 0px 1px #000;
  443.  
  444. }
  445.  
  446.  
  447.  
  448. /*ENTRIES*/
  449.  
  450. #container {
  451. width:300px;
  452. padding:10px;
  453. margin-left:400px;
  454. margin-top:20px;
  455.  
  456. }
  457.  
  458. #posts{
  459. width:300px;
  460. padding:25px;
  461. padding-bottom:10px;
  462. }
  463.  
  464.  
  465.  
  466.  
  467. .html_photoset {
  468. width:300px;
  469.  
  470. -webkit-transition: all 0.9s ease-in-out;
  471. -moz-transition: all 0.9s ease-in-out;
  472. -o-transition: all 0.9s ease-in-out;
  473. -ms-transition: all 0.9s ease-in-out;
  474. transition: all 0.9s ease-in-out;
  475. height: auto;
  476. -webkit-filter: grayscale(50%);
  477. }
  478.  
  479.  
  480. }
  481.  
  482. .html_photoset:hover {
  483. -webkit-filter: none;}
  484.  
  485. #container img {
  486. height:auto;
  487. max-width:300px;
  488.  
  489. }
  490.  
  491.  
  492. /*POST INFO*/
  493.  
  494.  
  495.  
  496. #tags {
  497. color:#5a1c1c;
  498. margin-top:5px;
  499. padding-left:15px;
  500. padding-top: 1px;
  501. padding-bottom: 4px;
  502. text-align:right;
  503. color: #000;
  504.  
  505. line-height:9px;
  506. width: 232px;
  507. font-size:19px;
  508. padding-right:10px;
  509. margin-left:40px;
  510. background-image: url('https://i.gyazo.com/aea9537b3a3b6cff41131dfbaa852408.png'); background-position:left;
  511. background-attachment:fixed;
  512.  
  513. outline: 1px dashed #000;
  514. outline-offset: 2px;
  515.  
  516. }
  517.  
  518. #tags a {
  519. font-family:calibri;
  520. color:#000;
  521. font-size:10px;
  522. text-shadow: -1px 0 #868787, 0 1px #868787, 1px 0 #868787, 0 -1px #868787;
  523. color: #fff; -webkit-filter: blur(0px);
  524. font-family: georgia, sans-serif;
  525. color: #fff;
  526. text-shadow: 1px 1px 0px #000;
  527.  
  528. }
  529.  
  530. #tags a:hover {
  531. color:#000;
  532. -webkit-filter: blur(1px);
  533.  
  534. }
  535.  
  536.  
  537.  
  538.  
  539. .cover {
  540. position: relative;
  541. width: 90px;
  542. float:left;}
  543.  
  544. .player {
  545. width:20px;
  546. height:30px;
  547. z-index: 99;
  548. overflow: hidden;
  549. position: relative;
  550. margin: 15px 24px 13px 16px;
  551. }
  552.  
  553. .audiocontainer {
  554. background-color:#fff;
  555. border-radius: 500px;
  556. position: absolute;
  557. z-index:99;
  558. opacity: 0.3;
  559. margin-top: 15px;
  560. margin-left: 15px;
  561.  
  562. }
  563.  
  564.  
  565. .audiocontainer:hover {
  566. opacity:0.9;
  567. }
  568.  
  569. .audioinfo {
  570. padding:20px;
  571. font-size:11px;
  572. margin-left: 93px;
  573. text-align:center;
  574. background:#fff;
  575. height: 50px;
  576. }
  577.  
  578.  
  579. .quote
  580. { font-size: 18px; font-family: Vollkorn SC;
  581. font-size: 15px;
  582. line-height: 20px;
  583. letter-spacing: 2px;
  584. text-align: center;
  585. font-weight:bold;
  586. background: -webkit-linear-gradient(#2b2b2b, #a09f91);
  587. -webkit-background-clip: text;
  588. -webkit-text-fill-color: transparent;
  589. font-size: 25px; font-family: 'Allura', cursive;
  590. text-transform:lowercase;
  591. padding-top: 10px;
  592.  
  593. }
  594.  
  595. .source
  596. {font-size:8px;
  597. text-transform:uppercase;
  598. font-family:calibri;
  599. font-weight:bold;
  600. padding-top:10px;
  601. text-align:center;
  602. margin-bottom:10px;
  603. font-weight:bold;
  604. }
  605.  
  606.  
  607.  
  608. /*CREDIT*/
  609.  
  610. #maker {
  611. width:24px;
  612. height:18px;
  613. border-radius:15px;
  614. background-color: #f9f9f9;
  615. padding-top:6px;
  616. position:fixed;
  617. text-align:center;
  618. right:10px;
  619. bottom:10px;
  620. }
  621.  
  622. #maker a{
  623. width:5px;
  624. font-family:consolas;
  625. font-size:9px;
  626. text-align:center;
  627. text-transform:uppercase;
  628. text-decoration:none;
  629. letter-spacing:1px;
  630. color:#555555;
  631. border:0px solid #dddddd;
  632. }
  633.  
  634.  
  635. #asker {
  636. font-size: 18px; font-family: Vollkorn SC;
  637. font-size: 15px;
  638. line-height: 20px;
  639. letter-spacing: 2px;
  640. text-align: center;
  641. font-weight:bold;
  642. background: -webkit-linear-gradient(#000, #a09f91);
  643. -webkit-background-clip: text;
  644. -webkit-text-fill-color: transparent;
  645. font-size: 25px; font-family: Vollkorn SC;
  646. text-transform:lowercase;
  647. padding-top: 10px;
  648.  
  649.  
  650. }
  651. #asker:hover {
  652. font-size: 18px; font-family: Vollkorn SC;
  653. font-size: 15px;
  654. line-height: 20px;
  655. letter-spacing: 2px;
  656. text-align: center;
  657. font-weight:bold;
  658. background: -webkit-linear-gradient(#a09f91, #2b2b2b);
  659. -webkit-background-clip: text;
  660. -webkit-text-fill-color: transparent;
  661. font-size: 25px; font-family: Vollkorn SC;
  662. text-transform:lowercase;
  663. padding-top: 10px;
  664.  
  665.  
  666. }
  667.  
  668. #ask {
  669. font-family:helvetica;
  670. padding:15px;
  671. margin-top:5px;
  672. margin-bottom:5px;
  673. background:#fdfdfd;
  674. color:#66666;
  675. font-size:10px;
  676. text-align:center;
  677. background: -webkit-linear-gradient(#fff, #fdfdfd);
  678.  
  679. border-radius: 13px;
  680. border-bottom: 3px double #2b2b2b;
  681. text-transform:lowercase;
  682.  
  683.  
  684. }
  685.  
  686. #ans {
  687. font-family:helvetica;
  688. margin-top:5px;
  689. margin-bottom:5px;
  690. font-style:normal;
  691. font-size:10px;
  692. text-align:JUSTIFY;
  693. color:{color:text};
  694. }
  695.  
  696. {CustomCSS}
  697.  
  698. </style></head>
  699.  
  700.  
  701. <body>
  702. <link href="https://fonts.googleapis.com/css?family=Alex+Brush|Vollkorn+SC" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Parisienne|Petit+Formal+Script" rel="stylesheet">
  703.  
  704. <link href="https://fonts.googleapis.com/css?family=Spectral+SC" rel="stylesheet">
  705. <link href="https://fonts.googleapis.com/css?family=Allura" rel="stylesheet">
  706.  
  707.  
  708. </div>
  709.  
  710. <div id="sidebar">
  711. <div id="sidebarimg">
  712. <img src="{image:sb}"></div>
  713. <div id="links">
  714. <a href="{text:link A url}"><b>{text:link A}</b></a>
  715. <a href="{text:link B url}"><b>{text:link B}</b></a>
  716. <a href="{text:link C url}"><b>{text:link C}</b></a>
  717. <a href="{text:link D url}"><b>{text:link D}</b></a>
  718. <a href="{text:link E url}">{text:link E}</a>
  719. <div id="desc"><p>independent / selective<br><b>richie tozier</b><br>of <i>stephen king’s it.</i><br><br><marquee><b>triggering content ahead; it is essentially a horror story. please proceed at your own discretion.</b></marquee><br><br><b>canon divergent + novel based </b>with slight movie influences.</p></div>
  720.  
  721. </div><div id="sidebarimg2">
  722. <img src="{image:sb2}"></div>
  723. </div>
  724. {block:Pagination}
  725. <div class="pagi">
  726.  
  727. {block:NextPage}
  728. <a href="{NextPage}">descent is easy —</a>
  729. {/block:NextPage}<br>
  730. {block:PreviousPage}
  731. <a href="{PreviousPage}">but can you find a way back up?</a>
  732. {/block:PreviousPage}
  733. </div>
  734. {/block:Pagination}
  735. </div>
  736.  
  737. </div>
  738.  
  739.  
  740.  
  741.  
  742. <div id="container">
  743. {block:Posts}
  744. <div id="post">
  745.  
  746. <!--TEXT POSTS-->
  747.  
  748. {block:Text}
  749. {block:Title}<h2>{Title}</h2>{/block:Title}
  750. {Body}
  751. {/block:Text}
  752.  
  753. <!--ASKS-->
  754.  
  755. {block:Answer}<div id="ask"><div id="asker">{Asker}<br>inquired.</div> <i>{Question}</i></div>
  756. <div id="ans">{Answer}</div>{/block:answer}
  757.  
  758. <!--QUOTE POSTS-->
  759. {block:Quote}
  760.  
  761. <div class="quote">
  762. <div class="quotetext_{Length}">{Quote}</div>
  763. {block:Source}<div class="source">{Source}</div>{/block:Source}
  764. </div>
  765. {/block:Quote}
  766.  
  767. <!--LINK POSTS-->
  768.  
  769. {block:Link}
  770. <h2><a href="{URL}">{Name}</a></h2>
  771. {block:Description}{Description}{/block:Description}
  772. {/block:Link}
  773.  
  774. <!--CHAT POSTS-->
  775.  
  776. {block:Chat}
  777. {block:Title}<h2>{Title}</h2>{/block:Title}
  778. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  779. {Line}</li>{/block:Lines}</ul>
  780. {/block:Chat}
  781.  
  782. <!--PHOTO POSTS-->
  783.  
  784. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="300px">{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  785. {block:Photoset}<center>{Photoset}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  786.  
  787.  
  788.  
  789. <!--VIDEO POSTS-->
  790.  
  791. {block:Video}
  792. {Video-300}
  793. {block:Caption}{Caption}{/block:Caption}
  794. {/block:Video}
  795.  
  796.  
  797. <!--AUDIO-->
  798.  
  799. {block:Audio}<div class="audiocontainer"><div class="player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>{block:AlbumArt}<img src="{AlbumArtURL}" class="cover">{/block:AlbumArt}<div class="audioinfo">
  800. {block:TrackName}<div style="font-size:12px; font-style:italic; padding:5px!imporant;">{TrackName}</div>{/block:Trackname}<br>{block:Album} {Album}</span>{/block:Album} – {block:Artist}<span style="font-size:10px;">{Artist}{/block:Artist}<br><br>{block:PlayCount}<span style="font-style:normal; font-size:8px; text-transform:uppercase; letter-spacing:1px;">{PlayCount} plays</span> {/block:PlayCount}</div><div style="margin-top:20px;">{block:caption}{Caption}{/block:caption}</div>{/block:Audio}
  801.  
  802.  
  803. <!--POST INFO-->
  804.  
  805.  
  806. <div id="info">
  807.  
  808.  
  809. <div id="info">
  810. {block:Date}
  811. <a href="{Permalink}" title="{ShortMonth} {DayOfMonthWithZero} - {TimeAgo}" style="POSITION:ABSOLUTE;
  812. MARGIN-LEFT:-10PX;
  813. MARGIN-TOP:16PX;
  814. font-family: 'Cinzel', serif; text-shadow: 0px 0px 1px #000; font-size:13px;
  815. text-transform:lowercase;
  816. letter-spacing:1px;
  817. font-family: 'Spectral SC', serif; color: #000;
  818. text-shadow: 0px 0px 1px #9e8879;
  819. font-weight: bold;
  820.  
  821. "> date.</a> {/block:Date}
  822.  
  823. {block:NoteCount}
  824. <a href="{Permalink}" title="{NoteCount} notes" style="
  825. POSITION:ABSOLUTE;
  826. MARGIN-LEFT:-14pX;
  827. MARGIN-TOP:26PX;
  828. font-family: 'Cinzel', serif; text-shadow: 0px 0px 1px #000; font-size:13px;
  829. text-transform:lowercase;
  830. letter-spacing:1px;
  831. font-family: 'Spectral SC', serif; color: #000;
  832. text-shadow: 0px 0px 1px #9e8879;
  833. font-weight: bold;font-size:13px;
  834.  
  835.  
  836. "> notes. </a>
  837. {/block:NoteCount}
  838.  
  839. {block:RebloggedFrom}
  840. <a title="via. {ReblogParentName}" href="{ReblogParentURL}" style="POSITION:ABSOLUTE;
  841. MARGIN-LEFT: -6PX;
  842. MARGIN-TOP:36PX;
  843. FONT-SIZE:13px;
  844.  
  845.  
  846. font-family: 'Cinzel', serif; text-shadow: 0px 0px 1px #000; font-size:13px;
  847. text-transform:lowercase;
  848. letter-spacing:1px;
  849. font-family: 'Spectral SC', serif; color: #000;
  850. text-shadow: 0px 0px 1px #9e8879;
  851. font-weight: bold;
  852.  
  853.  
  854. "> via. </a>
  855. {/block:RebloggedFrom}
  856.  
  857. {block:ContentSource}
  858. <a title="src. {SourceTitle}" href="{SourceURL}" style="POSITION:ABSOLUTE;
  859. MARGIN-LEFT:-6PX;
  860. MARGIN-TOP:46PX;
  861. FONT-SIZE:13px;
  862.  
  863.  
  864.  
  865. color: #9a1d0b;
  866.  
  867. font-size:13px;
  868. text-transform:lowercase;
  869. letter-spacing:1px;
  870. font-family: 'Spectral SC', serif; color: #000;
  871. text-shadow: 0px 0px 1px #9e8879;
  872. font-weight: bold;
  873.  
  874. ">src. </a>
  875. {/block:ContentSource}
  876.  
  877.  
  878.  
  879.  
  880. {/block:RebloggedFrom}
  881.  
  882.  
  883. <br>
  884.  
  885.  
  886. <!--
  887. ♛ INFO AND SYMBOLS ENDS
  888. -->
  889.  
  890.  
  891. <div id="tags" style="margin-bottom:50px">{block:HasTags}{block:Tags} <a href="{TagURL}" title="{Tag}">— {Tag}</a>{/block:Tags}{/block:HasTags}</div></div>
  892.  
  893. <div class="note">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  894. {/block:Posts}
  895. </div>
  896. </div>
  897. </div>
  898.  
  899.  
  900.  
  901. </div></div>
  902.  
  903. {/block:Posts}
  904.  
  905. <!--CREDIT-->
  906. <div id="maker"><a href="http://queenseelie.tumblr.com/"><span style="font-style:normal;">QS</span></a></div>
  907.  
  908. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement