astraeacodes

cherry wine by astraeawrites

Sep 18th, 2017
5,864
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.68 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd">
  2.  
  3.  
  4. <!-------------✧ ☾ ☆ ☄ ⁛ THEMES BY ASTRAEAWRITES ⁛ ☄ ☾ ✧
  5. DO NOT STEAL OR CLAIM AS YOURS!
  6. report problems or questions @ astraeawrites.tumblr.com
  7.  
  8. TUMBLR CONTROLS BY @CYANISTS, i claim no credit for it !!
  9. CHAT BUBBLES BY ANIMALITES.TUMBLR.COM (DEACTIVATED) VIDEO RESIZE BY SHYTHEMES
  10. NEW TUMBLR AUDIO POSTS BACKGROUND COLOR TUTORIAL @ROXIESTHEMES------->
  11.  
  12. <html>
  13. <head>
  14. <title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16.  
  17. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  18.  
  19. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  20.  
  21. <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
  22.  
  23. <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
  24.  
  25. <link href="https://fonts.googleapis.com/css?family=Inconsolata|Karla|Lato|Open+Sans|Raleway|Roboto" rel="stylesheet">
  26.  
  27. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("a[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:90,tip_fade_speed:600,attribute:"title"});});})(jQuery);</script>
  28.  
  29. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  30.  
  31. <script>
  32. $(document).ready(function() { $('iframe.tumblr_audio_player').load( function() { $('iframe.tumblr_audio_player').contents().find("head") .append($("<style type='text/css'> .audio-player{background:{color:accents} !important} </style>")); }); });</script>
  33.  
  34.  
  35. <meta name="image:sidebar" content="">
  36.  
  37. <meta name="select:font" content="open sans">
  38. <meta name="select:font" content="karla">
  39. <meta name="select:font" content="roboto">
  40. <meta name="select:font" content="lato">
  41. <meta name="select:font" content="raleway">
  42.  
  43. <meta name="select:font size" content="9px">
  44. <meta name="select:font size" content="10px">
  45. <meta name="select:font size" content="11px">
  46.  
  47. <meta name="select:grayscale" content="none">
  48. <meta name="select:grayscale" content="0.5">
  49. <meta name="select:grayscale" content="0.7">
  50. <meta name="select:grayscale" content="0.9">
  51. <meta name="select:grayscale" content="1">
  52.  
  53. <meta name="select:post width" content="400px" title="400px" />
  54. <meta name="select:post width" content="500px" title="500px" />
  55. <meta name="select:post width" content="540px" title="540px" />
  56.  
  57. <meta name="if:sidebar image" content="1">
  58. <meta name="if:tags" content="0">
  59. <meta name="if:invert controls" content="0">
  60.  
  61. <meta name="color:background" content="#fff">
  62. <meta name="color:text" content="#767676">
  63. <meta name="color:links" content="#000">
  64. <meta name="color:links hover" content="#696969">
  65. <meta name="color:sidebar links" content="#545454">
  66. <meta name="color:bold" content="#000">
  67. <meta name="color:italics" content="#5b5b5b">
  68. <meta name="color:tooltip bg" content="#e5e5e5">
  69. <meta name="color:tooltip text" content="#4b4b4b">
  70. <meta name="color:scroll" content="#eee">
  71. <meta name="color:scroll bg" content="#000000">
  72. <meta name="color:selection" content="#000">
  73. <meta name="color:borders" content="#e9e9e9">
  74. <meta name="color:titles" content="#000">
  75. <meta name="color:accents" content="#fff">
  76. <meta name="color:accents2" content="#e0e0e0">
  77. <meta name="color:posts" content="#f5f5f5">
  78.  
  79. <meta name="text:main title" content="main title">
  80. <meta name="text:subtitle" content="subtitle">
  81.  
  82. <meta name="text:link one" content="/">
  83. <meta name="text:link two" content="/ask">
  84. <meta name="text:link three" content="/">
  85. <meta name="text:link four" content="/">
  86.  
  87. <style type="text/css">
  88.  
  89. #s-m-t-tooltip {
  90. max-width:400px;
  91. background-color:{color:tooltip bg};
  92. font-family:"{select:font}";
  93. font-size:calc({select:font size} - 2px);
  94. color:{color:tooltip text};
  95. letter-spacing:2px;
  96. text-transform:uppercase;
  97. padding:6.5px;
  98. line-height:100%;
  99. margin:18px 0px 0px 18px;
  100. z-index:99999999999999999999999999999999;
  101. border-radius:5px;
  102. box-shadow:1px 1px 3px rgba(0,0,0,.0);
  103. }
  104.  
  105. ::-webkit-scrollbar-thumb:vertical {
  106. background-color:{color:scroll};
  107. height:auto;
  108. border-radius:0px;
  109. }
  110.  
  111. ::-webkit-scrollbar-thumb:horizontal {
  112. height:auto !important;
  113. border-radius:0px;
  114. }
  115.  
  116. ::-webkit-scrollbar {
  117. height:auto;
  118. width:3.5px;
  119. background-color:{color:scroll bg};
  120. border-radius:0px;
  121. }
  122.  
  123. ::selection {
  124. background-color:{color:selection};
  125. color: #fff;
  126. }
  127.  
  128.  
  129. body{
  130. background-color:{color:background};
  131. font-size:{select:font size};
  132. font-family:"{select:font}";
  133. color:{color:text};
  134. line-height:135%;
  135. background-image:url('{image:background}');
  136. background-size: cover;
  137. -webkit-background-size: cover;
  138. -moz-background-size: cover;
  139. -o-background-size: cover;
  140. background-attachment:fixed;
  141. }
  142.  
  143. img{
  144. max-width:100%;
  145. height:auto;
  146. -webkit-filter: grayscale({select:grayscale});
  147. -webkit-transition: all 0.9s ease-in-out;
  148. -moz-transition: all 0.9s ease-in-out;
  149. -o-transition: all 0.9s ease-in-out;
  150. -ms-transition: all 0.9s ease-in-out;
  151. transition: all 0.9s ease-in-out;
  152. }
  153.  
  154. img:hover {
  155. -webkit-filter: none;
  156. }
  157.  
  158. a{
  159. text-decoration:none;
  160. color:{color:links};
  161. -webkit-transition: all 0.4s ease-in-out;
  162. -moz-transition: all 0.4s ease-in-out;
  163. -o-transition: all 0.4s ease-in-out;
  164. -ms-transition: all 0.4s ease-in-out;
  165. transition: all 0.4s ease-in-out;
  166. }
  167.  
  168. a:hover{
  169. -webkit-transition: all 0.4s ease-in-out;
  170. -moz-transition: all 0.4s ease-in-out;
  171. -o-transition: all 0.4s ease-in-out;
  172. -ms-transition: all 0.4s ease-in-out;
  173. transition: all 0.4s ease-in-out;
  174. color:{color:links hover};
  175. }
  176.  
  177. b, strong{
  178. font-weight:700;
  179. color:{color:bold};
  180. }
  181.  
  182. i,em{
  183. color:{color:italics};
  184. }
  185.  
  186. blockquote{
  187. border-left:1px solid {color:borders};
  188. padding-left:15px;
  189. margin:0px;
  190. width:95%;
  191. }
  192.  
  193. pre{
  194. white-space: pre-wrap;
  195. white-space: -moz-pre-wrap;
  196. white-space: -pre-wrap;
  197. white-space: -o-pre-wrap;
  198. word-wrap: break-word;
  199. font-family:"inconsolata";
  200. }
  201.  
  202. small , sub, sup{
  203. font-size:{select:font size};
  204. }
  205.  
  206. h1{
  207. font-size:calc({select:font size} + 6px);
  208. font-family:"{select:font}";
  209. font-weight:500;
  210. margin-top:0px;
  211. padding-top:0px;
  212. margin-bottom:10px;
  213. color:{color:titles};
  214. }
  215.  
  216. .title{
  217. font-size:calc({select:font size} + 8px);
  218. font-family:"{select:font}";
  219. font-weight:500;
  220. text-transform:uppercase;
  221. margin-bottom:15px;
  222. text-align:center;
  223. color:{color:titles};
  224. }
  225.  
  226. h2{
  227. font-size:calc({select:font size} + 4px);
  228. font-family:"{select:font}";
  229. font-weight:500;
  230. color:{color:titles};
  231. margin-bottom:10px;
  232. }
  233.  
  234. h3{
  235. font-size:calc({select:font size} + 2px);
  236. font-family:"{select:font}";
  237. font-weight:500;
  238. color:{color:titles};
  239. margin-bottom:10px;
  240. }
  241.  
  242. hr{
  243. border:none;
  244. box-shadow:0;
  245. margin:0px auto;
  246. padding:10px;
  247. width:30%;
  248. border-top:1px solid {color:borders};
  249. margin-bottom:-10px;
  250. margin-top:20px;
  251. }
  252.  
  253. ul, ol{
  254. list-style-type:none;
  255. padding-left:5px;
  256. }
  257.  
  258. ol, li:before{
  259. list-style-type:lower-roman;
  260. }
  261.  
  262. ul li:before{
  263. content:"\002E3A";
  264. color:{color:borders};
  265. margin-left:-5px;
  266. margin-right:5px;
  267. font-size:7px;
  268. }
  269.  
  270. ul li{
  271. text-indent: -1.8em;
  272. padding-left:1.8em;
  273. }
  274.  
  275. iframe.tmblr-iframe {
  276. z-index:99999999999999!important;
  277. top:0!important;
  278. right:0!important;
  279. opacity:0.4;
  280. {block:ifInvertControls}
  281. filter:invert(1) contrast(150%);
  282. -webkit-filter:invert(1) contrast(150%);
  283. -o-filter:invert(1) contrast(150%);
  284. -moz-filter:invert(1) contrast(150%);
  285. -ms-filter:invert(1) contrast(150%);
  286. {/block:ifInvertControls}
  287. transform:scale(0.65);
  288. transform-origin:100% 0;
  289. -webkit-transform:scale(0.65);
  290. -webkit-transform-origin:100% 0;
  291. -o-transform:scale(0.65);
  292. -o-transform-origin:100% 0;
  293. -moz-transform:scale(0.65);
  294. -moz-transform-origin:100% 0;
  295. -ms-transform:scale(0.65);
  296. -ms-transform-origin:100% 0;}
  297.  
  298. iframe.tmblr-iframe:hover {
  299. opacity:0.6!important;}
  300.  
  301. .photoset iframe{
  302. width:100%!important;
  303. max-width:100%!important;
  304. }
  305. .audio iframe{
  306. max-width:100%;
  307. height:85px;
  308. padding-bottom:0px;
  309. margin-bottom:5px;
  310. }
  311.  
  312. .html_photoset {
  313. -webkit-filter: grayscale({select:grayscale});
  314. -webkit-transition: all 0.9s ease-in-out;
  315. -moz-transition: all 0.9s ease-in-out;
  316. -o-transition: all 0.9s ease-in-out;
  317. -ms-transition: all 0.9s ease-in-out;
  318. transition: all 0.9s ease-in-out;
  319. }
  320.  
  321. .html_photoset:hover {
  322. -webkit-filter: none;
  323. }
  324.  
  325. #everything{
  326. width:900px;
  327. margin:0 auto;
  328. }
  329.  
  330. #sidebar{
  331. width:180px;
  332. position:fixed;
  333. margin-top:250px;
  334. margin-left:20px;
  335. }
  336.  
  337. #sidebar img{
  338. margin-top:0px;
  339. margin-bottom:15px;
  340. }
  341.  
  342. .sbtitle{
  343. font-family:"{select:font}";
  344. font-size:14px;
  345. text-align:center;
  346. font-weight:700;
  347. text-transform:uppercase;
  348. color:{color:titles};
  349. cursor:default;
  350. }
  351.  
  352. .sbsubtitle{
  353. font-family:"{select:font}";
  354. font-size:11px;
  355. margin-bottom:10px;
  356. text-align:center;
  357. font-weight:100;
  358. text-transform:lowercase;
  359. color:{color:titles};
  360. cursor:default;
  361. }
  362.  
  363. .sbdescription{
  364. font-family:"{select:font}";
  365. font-size:{select:font-size};
  366. padding:8px;
  367. margin-bottom:10px;
  368. width:162px;
  369. height:auto;
  370. text-align:center;
  371. border:1px solid {color:borders};
  372. background:{color:posts};
  373. border-radius:2px;
  374. }
  375.  
  376. .sblinks{
  377. text-align:center;
  378. }
  379.  
  380. .sblinks a{
  381. display:inline-block;
  382. font-size:calc({select:font size} + 0.5px);
  383. font-family:"{select:font}";
  384. color:{color:sidebar links};
  385. font-weight:600;
  386. background:{color:posts};
  387. border:1px solid {color:borders};
  388. padding:3.5px 3.5px 3.5px 6px;
  389. margin-left:5px;
  390. margin-right:5px;
  391. border-radius:2px;
  392. margin-top:2.5px;
  393. margin-bottom:5px;
  394. }
  395.  
  396. .pagination{
  397. text-align:center;
  398. margin-top:15px;
  399. }
  400.  
  401. .pagination a{
  402. font-size:calc({select:font size} + 1px);
  403. font-family:"{select:font}";
  404. text-transform:uppercase;
  405. font-weight:900;
  406. padding-left:10px;
  407. padding-right:10px;
  408. }
  409.  
  410. #posts{
  411. margin-left:290px;
  412. margin-top:0px;
  413. position:absolute;
  414. }
  415.  
  416. #entries{
  417. border:1px solid {color:borders};
  418. background:{color:posts};
  419. width:{select:post width};
  420. padding:20px;
  421. border-radius:2px;
  422. margin-top:80px;
  423. margin-bottom:80px;
  424. position:justify;
  425. }
  426.  
  427. .questions span{
  428. font-weight:900;
  429. font-family"karla";
  430. font-size:calc({select:font size} + 1px);
  431. text-transform:uppercase;
  432. margin-right:5px;
  433. }
  434.  
  435. .questions i{
  436. font-size:calc({select:font size} + 5px);
  437. margin-right:5px;
  438. margin-top:-5px;
  439. display:inline-flex;
  440. vertical-align:middle;
  441. color:{color:bold};
  442. }
  443.  
  444. .question{
  445. font-size:calc({select:font size} + 1px);
  446. padding:15px;
  447. background:{color:accents};
  448. margin-top:10px;
  449. margin-left:0px;
  450. border:1px solid {color:borders};
  451. border-radius:2px;
  452. width:calc({select:post width} - 30px);
  453. }
  454.  
  455. .answered{
  456. margin-top:15px;
  457. margin-left:5px;
  458. margin-right:5px;
  459. }
  460.  
  461. .quotes{
  462. font-size:calc({select:font size} + 5px);
  463. font-weight:900;
  464. font-family:"{select:font}";
  465. line-height:20px;
  466. padding-left:1em;
  467. padding-right:1em;
  468. text-align: center;
  469. }
  470.  
  471. .source{
  472. text-align:center;
  473. padding-top:10px;
  474. padding-right:10px;
  475. padding-left:10px;
  476. font-style:normal;
  477. }
  478.  
  479. .answer span,.convo li{
  480. margin-top:0px;
  481. margin-bottom:5px;
  482. border-radius:1em;
  483. padding:8px 10px;
  484. max-width:75%;
  485. clear:both;
  486. position:relative;
  487. }
  488.  
  489. .answer li:before, .convo li:before{
  490. visibility:hidden;
  491. }
  492.  
  493. .answer .them,.user_1,.user_3,.user_5,.user_7,.user_9,.user_11{
  494. float:left;
  495. background:{color:accents};
  496. color:{color:text};
  497. left:3px;
  498. top:0px;
  499. }
  500.  
  501. .me::after,.user_1::after,.user_3::after,.user_5::after,.user_7::after,.user_9::after,.user_11::after{
  502. content:"";
  503. position:absolute;
  504. left:-.5em;
  505. bottom:0;
  506. width:.5em;
  507. height:1em;
  508. border-right:.5em solid {color:accents};
  509. border-bottom-right-radius:1em .5em;
  510. }
  511.  
  512. .answer .me,.user_2,.user_4,.user_6,.user_8,.user_10,.user_12{
  513. right:3px;
  514. top:0px;
  515. float:right;
  516. background-color:{color:accents2};
  517. color:{color:text};
  518. }
  519.  
  520. .them::after,.user_2::after,.user_4::after,.user_6::after,.user_8::after,.user_10::after,.user_12::after{
  521. content:"";
  522. position:absolute;
  523. right:-.5em;
  524. bottom:0;
  525. width:.5em;
  526. height:1em;
  527. border-left:.5em solid {color:accents2};
  528. border-bottom-left-radius:1em .5em;
  529. }
  530.  
  531. .convo {
  532. overflow: hidden;
  533. list-style-type: none;
  534. padding: 10px;
  535. margin: 0;
  536. margin-bottom:-20px;
  537. margin-top:-10px;
  538. }
  539.  
  540.  
  541. .caption{
  542. margin-top:10px;
  543. margin-bottom:10px;
  544. }
  545.  
  546. .information{
  547. background:{color:accents};
  548. padding:10px;
  549. border:1px solid {color:borders};
  550. border-radius:2px;
  551. margin-top:20px;
  552. margin-bottom:0px;
  553. }
  554.  
  555. .information span{
  556. text-align:left;
  557. padding-left:10px;
  558. text-transform:uppercase;
  559. font-size:calc({select:font size} - 1px);
  560. }
  561.  
  562. .information span2{
  563. font-size:calc({select:font size} + 1px);
  564. font-weight:900;
  565. display:inline-flex;
  566. vertical-align:middle;
  567. }
  568.  
  569. .information span3{
  570. text-align:left;
  571. padding-left:5px;
  572. text-transform:uppercase;
  573. font-size:calc({select:font size} - 1px);
  574. }
  575.  
  576. .information rb{
  577. right:0%;
  578. position:absolute;
  579. padding-right:55px;
  580. margin-top:-1px;
  581. }
  582.  
  583. .information a{
  584. margin-left:10px;
  585. }
  586.  
  587. .tags{
  588. {block:ifTags}
  589. font-size:calc({select:font size} - 1px);
  590. font-family:"{select:font}";
  591. margin-top:7.5px;
  592. padding-right:10px;
  593. padding-left:10px;
  594. line-height:20px;
  595. font-weight:700;
  596. text-align:center;
  597. margin-bottom:-7.5px;
  598. color:{color:links};
  599. {/block:ifTags}
  600. }
  601.  
  602. .tags i{
  603. font-size:calc({select:font size} - 2px);
  604. display:inline-flex;
  605. vertical-align:middle;
  606. padding-right:2px;
  607. color:{color:links};
  608. }
  609.  
  610. .tags a{
  611. padding-left:5px;
  612. padding-right:5px;
  613. }
  614.  
  615. .notes{
  616. margin-top:10px;
  617. width:{select:post width};
  618. }
  619.  
  620. ol.notes, .notes li {
  621. font-family:"{select:font}";
  622. text-transform:uppercase;
  623. list-style:none;
  624. padding:10px;
  625. font-size:calc({select:font size} - 1px);
  626. }
  627.  
  628. .notes img{
  629. width:12px;
  630. height:12px;
  631. overflow:hidden;
  632. border-radius:50%;
  633. vertical-align:middle;
  634. margin-bottom:2px;
  635. }
  636.  
  637.  
  638.  
  639. /*---------------CREDIT, DO NOT MOVE OR MAKE LESS VISIBLE!!---------------*/
  640. .credit a{
  641. font-size:calc({select:font size} + 2px);
  642. position:fixed;
  643. font-family:"roboto";
  644. font-weight:900;
  645. color:{color:links};
  646. text-align:right;
  647. right:20px;
  648. bottom:20px;
  649. }
  650.  
  651. .credit a:hover{
  652. color:{color:links hover};
  653. }
  654.  
  655.  
  656.  
  657. {CustomCSS}
  658. </style>
  659. </head>
  660. <body>
  661.  
  662. <div id="everything">
  663.  
  664. <div id="sidebar">
  665. <div class="sbtitle">{text:main title}</div>
  666. <div class="sbsubtitle">{text:subtitle}</div>
  667. {block:ifSidebarImage}<img src="{image:sidebar}">{/block:ifSidebarImage}
  668. <div class="sbdescription">{Description}</div>
  669. <div class="sblinks">
  670. <a href="{text:link one}">001.</a>
  671. <a href="{text:link two}">002.</a>
  672. <a href="{text:link three}">003.</a>
  673. <a href="{text:link four}">004.</a>
  674. </div>
  675. <div class="pagination">
  676. {block:Pagination}
  677. {block:PreviousPage}
  678. <a href="{PreviousPage}">back</a>
  679. {/block:PreviousPage}
  680. {block:NextPage}
  681. <a href="{NextPage}">next</a>
  682. {/block:NextPage}
  683. {/block:Pagination}
  684. </div>
  685. </div>
  686.  
  687. <div id="posts">
  688. {block:Posts}
  689.  
  690. <div id="entries">
  691.  
  692. {block:Link}
  693. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  694. {block:Description}{Description}{/block:Description}
  695. {/block:Link}
  696.  
  697. {block:Quote}
  698. <div class="quotes">❝ {Quote} ❞</div>
  699. {block:Source}<div class="source">↳ {Source}</div>{/block:Source}
  700. {/block:Quote}
  701.  
  702. {block:Text}
  703. {block:Title}
  704. <div class="title">{Title}</div>{/block:Title}{Body}
  705. {/block:Text}
  706.  
  707. {block:Photo}
  708. {LinkOpenTag}<img src="{PhotoURL-HighRes}" width="{select:post width}">{LinkCloseTag}
  709. {/block:Photo}
  710.  
  711. {block:Photoset}
  712. <div class="photoset">{Photoset}</div>{block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  713. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  714. {/block:Photoset}
  715.  
  716. {block:Video}
  717. <div class="video">{Video-500}</div>
  718. {/block:Video}
  719.  
  720. {block:Audio}
  721. <div class="audio">{AudioEmbed-640}</div>
  722. {/block:Audio}
  723.  
  724. {block:Answer}
  725. <div class="questions">
  726. <i class="material-icons">record_voice_over</i>
  727. <span>{Asker} asked:</span>
  728. <br><div class="question">{Question}</div>
  729. <div class="answered">{Answer}</div>
  730. </div>
  731. {/block:Answer}
  732.  
  733. {block:Chat}
  734. {block:Title}
  735. <h1>{Title}</h1>{/block:Title}<br>
  736. <ul class="convo">
  737. {block:Lines}<li class="line_{Alt} user_{UserNumber}">
  738. {block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}
  739. {Line}</li>
  740. {/block:Lines}</ul>
  741. {/block:Chat}
  742.  
  743. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  744.  
  745. {block:More}
  746. <a class="read-more" href="{Permalink}">Read more</a>
  747. {/block:More}
  748.  
  749. <div class="information">
  750. <span>
  751. {block:Date}<a href="{Permalink}" title="{NoteCountWithLabel}">
  752. <b>{TimeAgo}</b></a></span>
  753. {/block:Date}
  754. <span>
  755. {block:RebloggedFrom}
  756. <a href="{SourceURL}" title="{ReblogRootName}">source</a>
  757. {/block:RebloggedFrom}
  758. </span>
  759. <span>
  760. {block:RebloggedFrom}
  761. <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>
  762. {/block:RebloggedFrom}
  763. </span>
  764. <rb>
  765. <span2>
  766. <a href="{ReblogURL}" target="_blank" class="reblog"><span2 class="lnr lnr-sync"></span2>
  767. <span3>reblog</span3></a>
  768. </rb>
  769. </div>
  770.  
  771. <div class="tags">
  772. {block:ifTags}
  773. {block:HasTags}
  774. <div class="tags">{block:Tags}<a href="{TagUrl}">
  775. <i class="material-icons">local_offer</i> {Tag}</a>
  776. {/block:Tags}</div>{/block:HasTags}
  777. {/block:ifTags}
  778. </div>
  779.  
  780. {block:PostNotes}
  781. <div class="notes">
  782. {PostNotes}
  783. </div>
  784. {/block:PostNotes}
  785.  
  786. </div>
  787. {/block:Posts}
  788.  
  789. </div>
  790.  
  791. <!---------------CREDIT // DO NOT REMOVE OR ALTER PLS !! --------------- -->
  792.  
  793. <div class="credit"><a href="https://astraeawrites.tumblr.com/">AW</a></div>
  794.  
  795.  
  796. </body>
  797. </html>
Advertisement
Add Comment
Please, Sign In to add comment