Advertisement
destinatia

THEME 002: ✧ * º • ☾ SLEEP. ❜

May 7th, 2016
3,046
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.10 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7. ✧ * ☾ destinatiia.tumblr.com * ✧
  8.  
  9. - you're allowed edit as much as you want, but don't repost and claim as your own afterwards.
  10. - don't move the credit or put it in another page
  11. - don't take fragments from this code and paste it on your own. it's rude as i worked real hard on this one so.
  12. - base code made by neonbikethemes as always,,,, absolutely blessed for their existence thank u
  13. - the icons in the preview were NOT made by me so credit to their rightful owners
  14. - enjoy !! and if you have any questions and/or problems just hmu
  15.  
  16. -->
  17.  
  18. {block:Description}
  19. <meta name="description" content="{MetaDescription}" />
  20. {/block:Description}
  21. <meta charset="utf-8">
  22. <meta name="viewport" content="initial-scale=1.0, width=device-width" />
  23. <title>{Title}{block:TagPage} {Tag} {/block:TagPage} {block:SearchPage} - {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}- {PostSummary} {/block:PostSummary}</title>
  24. <link rel="shortcut icon" href="{Favicon}">
  25. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  26.  
  27. <meta name="color:background" content="#ffffff" />
  28. <meta name="color:links" content="#000000" />
  29. <meta name="color:links hover" content="#a0a0a0" />
  30. <meta name="color:text" content="#000000" />
  31. <meta name="color:b" content="#000000" />
  32. <meta name="color:i" content="#000000" />
  33. <meta name="color:title color" content="#000000" />
  34. <meta name="color:descbox" content="#eee" />
  35. <meta name="color:sidebar" content="#eee" />
  36. <meta name="color:sidebar borders" content="#ffffff" />
  37. <meta name="color:posts" content="#ffffff" />
  38. <meta name="color:container" content="#ffffff" />
  39. <meta name="color:chat bg" content="#999" />
  40. <meta name="color:sidelinks" content="#999" />
  41.  
  42. <meta name="text:ur title here" content="title here" />
  43. <meta name="text:link one" content="" />
  44. <meta name="text:link one title" content="uno" />
  45. <meta name="text:link two" content="" />
  46. <meta name="text:link two title" content="dos" />
  47. <meta name="text:link three" content="" />
  48. <meta name="text:link three title" content="tres" />
  49.  
  50. <meta name="image:sidebar" content="" />
  51. <meta name="image:sidebar two" content="" />
  52. <meta name="image:sidebar three" content="" />
  53. <meta name="image:background" content="" />
  54.  
  55. <meta name="if:hide captions" content="0"/>
  56. <meta name="if:full opacity for backgrounds" content="0"/>
  57.  
  58.  
  59.  
  60. <!-- IMPORTED SCRIPTS - DON'T REMOVE -->
  61.  
  62.  
  63. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.2/css/font-awesome.min.css">
  64.  
  65. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  66.  
  67. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  68.  
  69. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  70.  
  71. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
  72.  
  73. <link href='https://fonts.googleapis.com/css?family=Montserrat:400' rel='stylesheet' type='text/css'>
  74.  
  75.  
  76. <!-- TOOLTIP SCRIPT (REMOVE ONYL IF YOU WANT STANDARD BROWSER TOOLTIPS) -->
  77.  
  78. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  79. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  80. <script>
  81. (function($){
  82. $(document).ready(function(){
  83. $("a[title]").style_my_tooltips({
  84. tip_follows_cursor:true,
  85. tip_delay_time:90,
  86. tip_fade_speed:600,
  87. attribute:"title"
  88. });
  89. });
  90. })(jQuery);
  91. </script>
  92. <script type="text/javascript">
  93. /* Photoset Resize Code by Kevin - EXCOLO.TUMBLR.COM */
  94. $(document).ready(function() {
  95. function photosetResize() {
  96. $('iframe.photoset').each(function(){
  97. var newSize = 340;
  98. var newSrc = $(this).attr('src').replace('500',newSize);
  99. $(this).attr('src', newSrc).width(newSize);
  100. var high = $(this).css('height');
  101. var calculate = parseInt(high, 10)* newSize/500;
  102. $(this).css('height', calculate);
  103. });
  104. }
  105. photosetResize();
  106. });
  107. </script>
  108.  
  109.  
  110. <style type="text/css">
  111.  
  112. /* ---------------------------- GENERAL ----------------------------- */
  113.  
  114.  
  115.  
  116.  
  117.  
  118. /* -------- SELECTION TOOL ------- */
  119.  
  120. ::-moz-selection {
  121. background: {color:text};
  122. color: {color:background};
  123. }
  124.  
  125. ::selection {
  126. background: {color:text};
  127. color: {color:background};
  128. }
  129.  
  130. /* -------- SCROLLBAR ------- */
  131.  
  132. ::-webkit-scrollbar {
  133. width: 9px;
  134. visibility:hidden;
  135. }
  136.  
  137. /* Track */
  138. ::-webkit-scrollbar-track {
  139. background:{color:background};
  140. visibility:hidden;
  141. }
  142.  
  143. /* Handle */
  144. ::-webkit-scrollbar-thumb {
  145. background:{color:text};
  146. visibility:hidden;
  147. }
  148. ::-webkit-scrollbar-thumb:window-inactive {
  149. background: transparent;
  150. visibility:hidden;
  151. }
  152.  
  153.  
  154. /* ------- TOOLTIPS ------ */
  155.  
  156. #s-m-t-tooltip {
  157. max-width:300px;
  158. padding:7px;
  159. margin:10px 0px 0px 10px;
  160. background-color:{color:background};
  161. font-family:'montserrat',sans serif;
  162. font-size:10px;
  163. color:{color:b};
  164. box-shadow: 3px 3px 5px #999;
  165. z-index:999999999999999999999999999999999999;
  166. }
  167.  
  168.  
  169. /* -------- BASICS ------- */
  170.  
  171. body {
  172. background:{color:background};
  173. background:url('{image:background}');
  174. color: {color:text};
  175. overflow-y:hidden;
  176. overflow-x:auto;
  177. font-family: calibri;
  178. font-size: 10px;
  179. margin: 0;
  180. letter-spacing:0.5px;
  181. padding: 0;
  182. word-wrap: break-word;
  183. line-height:160%;
  184. }
  185.  
  186.  
  187. sup, sub, small {
  188. font-size:9px;
  189. }
  190.  
  191. h1 {
  192. font-family:'montserrat', sans serif;
  193. font-size:24px;
  194. color: {color:b};
  195. }
  196.  
  197.  
  198. h2 {
  199. font-family:'montserrat', sans serif;
  200. font-size:18px;
  201. font-style:italic;
  202. color: {color:b};
  203. }
  204.  
  205.  
  206. a {
  207. color: {color:links};
  208. text-decoration: none;
  209. -webkit-transition: all .3s;
  210. -moz-transition: all .3s;
  211. -o-transition: all .3s;
  212. -ms-transition: all .3s;
  213. transition: all .3s;
  214. }
  215.  
  216.  
  217. b, strong {
  218. color: {color:b};
  219. font-family:'montserrat', sans serif;
  220. }
  221.  
  222. i, em,italic {
  223. color: {color:i};
  224. font-family:'montserrat', sans serif;
  225. }
  226.  
  227. s, strike {
  228. color: {color:b};
  229. font-family:'montserrat', sans serif;
  230. }
  231.  
  232. u,underline {
  233. color: {color:i};
  234. font-family:'montserrat', sans serif;
  235. }
  236.  
  237. a:hover{
  238. color:{color:links hover};
  239. -webkit-transition: all .3s;
  240. -moz-transition: all .3s;
  241. -o-transition: all .3s;
  242. -ms-transition: all .3s;
  243. transition: all .3s;
  244. }
  245.  
  246. blockquote {
  247. border-left: 1px solid {color:text};
  248. margin: 10px;
  249. padding-left:25px;
  250. padding-top:3px;
  251. padding-bottom:3px;
  252. }
  253.  
  254. iframe, img, embed, object, video {
  255. max-width: 100%;
  256. }
  257.  
  258. p{
  259. margin-bottom:10px;
  260. }
  261.  
  262. img {
  263. height: auto;
  264. width:auto;
  265. max-width:100%;
  266. }
  267.  
  268. h1{
  269. text-transform:uppercase;
  270. font-size:13px;
  271. }
  272.  
  273. ul{
  274. list-style-type:circle;
  275. }
  276.  
  277. ol{
  278. list-style-type:;
  279. }
  280.  
  281.  
  282. #bigcon{
  283. width:520px;
  284. margin-left:auto;
  285. margin-right:auto;
  286. }
  287.  
  288.  
  289.  
  290.  
  291. #postcontainer {
  292. position:fixed;
  293. margin-top:347px;
  294. margin-left:295px;
  295. z-index:9999999999;
  296. margin-right:auto;
  297. width: 365px;
  298. padding:20px;
  299. overflow:auto;
  300. background-color:{color:container};
  301. height: 320px;
  302. margin-bottom:200px;
  303. }
  304.  
  305. /* ----------------------------- HEADER STUFF ---------------------------*/
  306.  
  307.  
  308. #urtitle {
  309. color:{color:title color};
  310. font-family: 'montserrat', sans-serif;
  311. font-size:24px;
  312. font-weight:bold;
  313. z-index:999;
  314. margin-left:90px;
  315. width:160px;
  316. margin-top:390px;
  317. position:fixed;
  318. text-align:left;
  319. }
  320.  
  321. #sidebox{
  322. background:{color:sidebar};
  323. width:320px;
  324. line-height:100%;
  325. margin-top:347px;
  326. height:360px;
  327. position:fixed;
  328. }
  329.  
  330. #sidebaricons {
  331. border-radius:50px;
  332. z-index:99;
  333. line-height:100px;
  334. position:fixed;
  335. margin-left:30px;
  336. margin-top:367px;
  337. }
  338.  
  339. #sidebaricons img {
  340. border-radius:60px;
  341. border: solid 10px {color:sidebar borders};
  342. width:60px;
  343. text-align:center;
  344. position:fixed;
  345. }
  346.  
  347. #descbox {
  348. width:140px;
  349. margin-top:447px;
  350. overflow:auto;
  351. height:180px;
  352. padding:10px;
  353. margin-left:140px;
  354. text-align:justify;
  355. background:{color:descbox};
  356. opacity:0.6;
  357. position:fixed;
  358. }
  359.  
  360. #sidelinks {
  361. position:fixed;
  362. width:220px;
  363. font-size:18px;
  364. color:{color:sidelinks};
  365. height:30px;
  366. z-index:9999;
  367. font-weight:bold;
  368. margin-left:0px;
  369. text-align:center;
  370. margin-top:665px;
  371. font-family: 'montserrat', sans-serif;
  372.  
  373.  
  374. }
  375.  
  376. #sidelinks a:hover {
  377. letter-spacing:4px;
  378. -webkit-transition:all 0.9s ease;
  379. -moz-transition:all 0.9s ease;
  380. -ms-transition:all 0.9s ease;
  381. -o-transition:all 0.9s ease;
  382. transition:all 0.9s ease;
  383. }
  384.  
  385.  
  386. .pagination{
  387. position:static;
  388. margin-top:100px;
  389. text-align:center;
  390. }
  391.  
  392. .pagibutton{
  393. position:relative;
  394. text-align:center;
  395. display:inline-block;
  396. color:{color:bold};
  397. padding:10px;
  398. }
  399.  
  400.  
  401.  
  402. /* --------------------------- POSTS -------------------------------- */
  403.  
  404. article {
  405. float:left;
  406. background:{color:posts};
  407. padding: 10px;
  408. width: 340px;
  409. text-align:left;
  410. margin-bottom:20px;
  411. }
  412.  
  413. /* ---------------------------- POST INFO -----------------------------*/
  414.  
  415. .postinfo{
  416. margin-top:10px;
  417. text-align:center;
  418. font-weight:bold;
  419. font-size:8.5px;
  420. padding-top:10px;
  421. border-top: #eee 1px solid;
  422. text-transform:uppercase;
  423. letter-spacing:1px;
  424. }
  425.  
  426. .tags {
  427. margin-top:5px;
  428. background:{color:descbox};
  429. opacity:0.8;
  430. font-weight:normal;
  431. }
  432.  
  433.  
  434. /* ---------------------------- POST NOTES ------------------------- */
  435.  
  436. ol.notes {
  437. display:block;
  438. text-align:left;
  439. list-style-type:none;
  440. margin-left:-40px;
  441. }
  442.  
  443. ol.notes li.note{
  444. margin-bottom:5px;
  445. }
  446.  
  447. .pagenotes {
  448. text-align:left;
  449. margin-top:15px;
  450. }
  451.  
  452. .pagenotes img{
  453. padding-right:5px;
  454. padding-top:5px;
  455. margin-bottom:-5px;
  456. }
  457.  
  458.  
  459. /* -------------------------- POST TYPES -------------------------- */
  460.  
  461. /* CHAT */
  462.  
  463. .odd, .even {padding:5px;
  464. font-size:8px;
  465. background-color:{color:sidebar};
  466. }
  467. .odd {background-color:{color:chat bg};color:#fff;font-size:8px;
  468.  
  469. }
  470. ul.chat{
  471. list-style:none;
  472. margin-left:-40px;
  473. }
  474.  
  475. .chat span {
  476. float: left;
  477. }
  478. /* QUOTES */
  479.  
  480. .quote{
  481. font-size:20px;
  482. padding:20px;
  483. line-height:150%;
  484. text-transform:uppercase;
  485. text-align:center;
  486. color:{color:bold};
  487. font-style:italic;
  488. font-family: 'montserrat', sans serif;
  489. }
  490.  
  491. .quotesource{
  492. text-align:center;
  493. font-size:13px;
  494. padding:20px;
  495. opacity:0.7;
  496. width:200px;
  497. margin-bottom:20px;
  498. margin-top:-20px;
  499. margin-left:50px;
  500. background:{color:container bg};
  501. font-family: 'montserrat', sans serif;
  502. text-transform:lowercase;
  503. }
  504.  
  505.  
  506.  
  507. /* QUESTIONS */
  508.  
  509. .question{
  510. margin-bottom:15px;
  511. padding:10px;
  512. }
  513.  
  514. .answer {
  515. font-size:11px;
  516. }
  517.  
  518. .askerimg{
  519. position:relative;
  520. display:inline-block;
  521.  
  522. margin-right:10px;
  523. }
  524.  
  525.  
  526. /* AUDIO */
  527.  
  528. .playerbuttonbg {
  529. position: absolute;
  530. left: 20px;
  531. top: 20px;
  532. width: 19px;
  533. height: 19px;
  534. background-color: #ffffff;
  535. padding: 10px;
  536. -webkit-border-radius: 40px;
  537. -moz-border-radius: 40px;
  538. border-radius: 40px;
  539. opacity: .4;
  540. filter: alpha(opacity=40);
  541. -moz-opacity: 0.4;
  542. -khtml-opacity: 0.4;
  543. transition: opacity .7s ease-in-out;
  544. -moz-transition: opacity .7s ease-in-out;
  545. -webkit-transition: opacity .7s ease-in-out;
  546. }
  547.  
  548. .playerbuttonbg:hover {
  549. opacity: 1;
  550. filter: alpha(opacity=100);
  551. -moz-opacity: 1;
  552. -khtml-opacity: 1;
  553. }
  554.  
  555. .newplayerbutton {
  556. position: relative;
  557. width: 19px;
  558. height: 19px;
  559. overflow: hidden;
  560. }
  561.  
  562. .playerbuttonhug {
  563. position: absolute;
  564. top: -18px;
  565. left: -7px;
  566. }
  567.  
  568. .tumblr_audio_player {
  569. height: 90px;
  570. width: 270px;
  571. -moz-transform: scale(0.60, 0.60);
  572. -webkit-transform: scale(0.60, 0.60);
  573. -o-transform: scale(0.60, 0.60);
  574. -ms-transform: scale(0.60, 0.60);
  575. transform: scale(0.60, 0.60);
  576. -moz-transform-origin: top left;
  577. -webkit-transform-origin: top left;
  578. -o-transform-origin: top left;
  579. -ms-transform-origin: top left;
  580. transform-origin: top left;
  581. }
  582.  
  583. .audioimgwrapper {
  584. position: absolute;
  585. left: 0px;
  586. top: 0px;
  587. -webkit-border-radius: 40px;
  588. -moz-border-radius: 40px;
  589. border-radius: 40px;
  590. overflow: hidden;
  591. width: 79px;
  592. height: 79px;
  593. }
  594.  
  595. .audioimgwrapper img {
  596. width: 100%;
  597. height: auto;
  598. -webkit-border-radius: 40px;
  599. -moz-border-radius: 40px;
  600. border-radius: 40px;
  601. }
  602.  
  603. .trackdetails {
  604. width: 230px;
  605. height:auto;
  606. margin-top:8px;
  607. background:{color:sidebar};
  608. display:inline-block;
  609. margin-left: 90px;
  610. padding:10px;
  611. margin-bottom:17px;
  612. }
  613.  
  614. .audiowrapper {
  615. position: relative;
  616. display:inline-block;
  617. }
  618.  
  619.  
  620.  
  621. #yo {
  622. color: #fff;
  623. font-size:7.5px;
  624. float:right;
  625. right:0;
  626. bottom:0;
  627. margin-right:10px;
  628. margin-bottom:10px;
  629. padding:10px;
  630. position:fixed;
  631. background-color:transparent;
  632. font-weight:bold;
  633. text-align:center;
  634.  
  635. }
  636.  
  637. /* --------------------------- Custom CSS -------------------------- */
  638. {CustomCSS}
  639. </style>
  640. </head>
  641. <body>
  642.  
  643.  
  644. <div id="bigcon">
  645.  
  646.  
  647.  
  648.  
  649.  
  650. <div id="urtitle">
  651. {text:ur title here}
  652. </div>
  653.  
  654. <div style="margin-top:-200px; margin-left:-50px;">
  655.  
  656. <div id="sidebaricons"><img src="{image:sidebar}"/><br><img src="{image:sidebar two}"/><br><img src="{image:sidebar three}"/></div>
  657.  
  658. <div id="sidebox" style="{block:IfNotFullOpacityForBackgrounds}opacity:0.6;{/block:IfNotFullOpacityForBackgrounds} {block:IfFullOpacityForBackgrounds}opacity:1.0;{/block:IfFullOpacityForBackgrounds}">
  659. </div>
  660.  
  661.  
  662.  
  663.  
  664.  
  665.  
  666. <div id="descbox">
  667. {description}
  668. </div></div>
  669.  
  670. <div id="sidelinks">
  671. <a href="{text:link one}">{text:link one title} </a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="{text:link two}">{text:link two title} </a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="{text:link three}">{text:link three title} </a>
  672. </div>
  673.  
  674.  
  675.  
  676. <div id="postcontainer">
  677.  
  678. {block:Posts}
  679. <article>
  680.  
  681.  
  682.  
  683. <!--TEXT POST-->
  684. {block:Text}
  685. {block:Title}
  686. <h1 class="title">
  687. <a href="{Permalink}">{Title}</a></h1>
  688. {/block:Title}
  689. {Body}
  690. {/block:Text}
  691.  
  692.  
  693. <!--PHOTO POST-->
  694. {block:Photo}
  695. {block:IndexPage}
  696. {LinkOpenTag}
  697. <img src="{PhotoURL-500}" alt="{PhotoAlt}" />
  698. {LinkCloseTag}
  699. {/block:IndexPage}
  700. {block:PermalinkPage}
  701. {LinkOpenTag}
  702. <img src="{PhotoURL-500}" alt="{PhotoAlt}" />
  703. {LinkCloseTag}{/block:PermalinkPage}
  704. {/block:Photo}
  705.  
  706.  
  707. <!--PHOTOSET POST-->
  708. {block:Photoset}
  709. {block:IndexPage}{Photoset-500}{/block:IndexPage}
  710. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  711. {/block:Photoset}
  712.  
  713.  
  714. <!--QUOTE POST-->
  715. {block:Quote}
  716. <div class="quote">{Quote}</div>
  717. {block:Source}
  718. <div class="quotesource">{Source}</div>
  719. {/block:Source}
  720. {/block:Quote}
  721.  
  722.  
  723. <!--LINK POST-->
  724. {block:Link}
  725. <h1 class="title"><a href="{URL}">{Name}</a></h1>
  726. {block:Description}{Description}{/block:Description}
  727. {/block:Link}
  728.  
  729.  
  730. <!--CHAT POST-->
  731. {block:Chat}
  732. <ul class="chat">
  733. {block:Lines}<li class="{Alt}">{block:Label}<span class="label" style="text-transform:uppercase; font-weight:bold; ">{Label}</span>{/block:Label}<div style="text-transform:uppercase;">&nbsp;{Line}</div></li>{/block:Lines}
  734. </ul>
  735. {/block:Chat}
  736.  
  737.  
  738.  
  739.  
  740. <!--AUDIO POST-->
  741. {block:AudioPlayer}
  742. <div class="audiowrapper">
  743. {block:AlbumArt}
  744. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  745. {/block:AlbumArt}
  746.  
  747. <div class="playerbuttonbg">
  748. <div class="newplayerbutton">
  749. <div class="playerbuttonhug">
  750.  
  751. {AudioPlayerWhite}
  752.  
  753. </div>
  754. </div>
  755. </div>
  756.  
  757. <div class="trackdetails">
  758.  
  759. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  760. {block:Artist}<b><i>artist:</i></b> {Artist}{/block:Artist}<br/>
  761. {block:Album}<i><b>album:</i></b {Album}{/block:Album}<br/>
  762. {PlayCountWithLabel}
  763.  
  764. </div>
  765. </div>
  766. {/block:AudioPlayer}
  767.  
  768. {block:Caption}{/block:Caption}
  769.  
  770.  
  771. <!--VIDEO POST-->
  772. {block:Video}
  773. <div class="video">
  774. <div class="video-player">{Video}</div>
  775. {/block:Video}
  776.  
  777.  
  778. <!--ANSWER POST-->
  779. {block:Answer}
  780. <div class="askerimg"><img src="{AskerPortraitURL-40}" style="border-radius:50px;margin-left:10px;"></div>
  781. <div style="padding:10px; background:#eee; width:auto; height:auto;margin-left:60px;margin-top:-43px; margin-bottom:30px;">
  782. <b>{Asker} whispered </b></span>
  783. <span class="question">❛ {Question} ❜</span></div>
  784. <p><div class="answer">{Answer}</div>
  785. {/block:Answer}
  786.  
  787. <!--CAPTIONS-->
  788. {block:Ifhidecaptions}
  789. {block:permalink}
  790. {block:Caption}
  791. {Caption}
  792. {/block:Caption}
  793. {/block:permalink}
  794. {/block:Ifhidecaptions}
  795. {block:Ifnothidecaptions}
  796. {block:Caption}
  797. {Caption}
  798. {/block:Caption}
  799. {/block:Ifnothidecaptions}
  800.  
  801. <!--POST INFORMATION-->
  802. <div class="postinfo">
  803.  
  804. <!--PERMALINK-->
  805. <a href="{Permalink}">
  806. {block:Date}
  807. {ShortMonth} {DayOfMonth}{DayOfMonthSuffix} {12Hour}:{Minutes} {AmPm}
  808. {/block:Date}
  809. </a>
  810.  
  811. <!--NOTES-->
  812. {block:NoteCount}
  813. <a href="{Permalink}"> + {NoteCount} </a>
  814. {/block:NoteCount}
  815.  
  816.  
  817. <!--VIA AND SOURCE-->
  818. {block:RebloggedFrom}
  819. ( <a href="{ReblogParentURL}">Via</a>
  820. {/block:RebloggedFrom}
  821. {block:ContentSource}
  822. & <a href="{SourceURL}">Source</a>
  823. {/block:ContentSource}
  824. {block:RebloggedFrom} ){/block:RebloggedFrom} & <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  825.  
  826. <!--TAGS-->
  827. {block:HasTags}
  828. <div class="tags">
  829. {block:Tags}
  830. <a href="{TagURL}">#{Tag},</a>
  831. {/block:Tags}
  832. </div>
  833. {/block:HasTags}
  834.  
  835. </div>
  836.  
  837. <!--POST NOTES-->
  838. {block:PostNotes}
  839. <div class="pagenotes">{PostNotes-16}</div>
  840. {/block:PostNotes}
  841.  
  842.  
  843.  
  844.  
  845. </article>
  846. {/block:Posts}
  847.  
  848. {block:Pagination}
  849. <div class="pagination" style="width:100%;font-size:18px;">
  850. {block:PreviousPage}
  851. <a href="{PreviousPage}">
  852. <div class="pagibutton"><b>-</b></div></a> {/block:PreviousPage}{block:NextPage} <a href="{NextPage}"><div class="pagibutton"><b>+</b></div></a>{/block:NextPage}
  853. </div>
  854. {/block:Pagination}
  855.  
  856.  
  857. <div id="yo">
  858. <a href="http://destinatiia.tumblr.com/"target="_blank"> <i class="fa fa-heart-o fa-4x"style="color:{color:bold}"></i> </a>
  859. </div>
  860. </body>
  861.  
  862. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement