Advertisement
Guest User

Untitled

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