Advertisement
Lessita

jdg f irfgnolk edoi eh oidwq

Jul 20th, 2019
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.79 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. dusk
  12.  
  13. @odeysseus
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22. - credits listed at odeysseus.tumblr.com/credit
  23.  
  24. -->
  25.  
  26. <link rel="shortcut icon" href="https://uploaddeimagens.com.br/imagens/87cc3e79-9ec3-4c86-8a28-03a682c37a9b-png">
  27. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  28. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  29.  
  30. <title>{Title}</title>
  31.  
  32. <!--metas-->
  33.  
  34. <meta name="image:Sidebar" content=""/>
  35. <meta name="color:background" content="#fff"/>
  36. <meta name="color:text" content="#767676"/>
  37. <meta name="color:link" content="#aaa"/>
  38. <meta name="color:accent" content="#47acb7"/>
  39. <meta name="color:accent dark" content="#444"/>
  40. <meta name="if:hide caption" content="0"/>
  41. <meta name="if:infinite scroll" content="1"/>
  42. <meta name="if:load more" content="1"/>
  43. <meta name="if:scroll to top" content="1"/>
  44. <meta name="if:show tags" content="1"/>
  45.  
  46. <meta name="image:sidebar img" content=""/>
  47.  
  48.  
  49. <meta name="text:link 1 url" content=""/>
  50. <meta name="text:link 1" content=""/>
  51. <meta name="text:link 2 url" content=""/>
  52. <meta name="text:link 2" content=""/>
  53. <meta name="text:link 3 url" content=""/>
  54. <meta name="text:link 3" content=""/>
  55.  
  56. <meta name="text:tagline" content="tagline"/>
  57. <meta name="text:font size" content="10px"/>
  58.  
  59. <meta name="select:font" content="Trebuchet MS"/>
  60. <meta name="select:font" content="Nunito Sans"/>
  61. <meta name="select:font" content="Source Sans Pro"/>
  62. <meta name="select:font" content="Nunito"/>
  63. <meta name="select:font" content="PT Sans"/>
  64. <meta name="select:font" content="Muli"/>
  65. <meta name="select:font" content="Lora"/>
  66. <meta name="select:font" content="Work Sans"/>
  67. <meta name="select:font" content="ABeeZee"/>
  68.  
  69.  
  70. <meta name="select:post width" content="350px"/>
  71. <meta name="select:post width" content="380px"/>
  72. <meta name="select:post width" content="400px"/>
  73. <meta name="select:post width" content="420px"/>
  74. <meta name="select:post width" content="450px"/>
  75. <meta name="select:post width" content="480px"/>
  76. <meta name="select:post width" content="500px"/>
  77.  
  78.  
  79. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <link href="https://static.tumblr.com/aptzszz/9QNp5fv1g/normalize.css" rel="stylesheet" tyle="text/css"/>
  80.  
  81. <!-- ROLAGEM SUAVIZADA POR LIRIADAS -->
  82. <script type="text/javascript" src="https://static.tumblr.com/5u1fog0/XsWngduiz/lsmoothscroll.js"></script>
  83. <!-- ROLAGEM SUAVIZADA POR LIRIADAS -->
  84.  
  85. <link href='https://static.tumblr.com/8pnyeus/sXxofi7lt/outicons.css' rel='stylesheet' type='text/css'>
  86.  
  87. <!--font-->
  88.  
  89. <link href='https://fonts.googleapis.com/css?family={select:font}:400,400italic,600,600italic|Inconsolata|Lato' rel='stylesheet' type='text/css'>
  90.  
  91. <link href="https://fonts.googleapis.com/css?family=Vidaloka:300,300i,400,400i,700,700i,800,800i|Gleggo:300,300i,400,400i,700,700i" rel="stylesheet">
  92.  
  93.  
  94. <!--videos-->
  95.  
  96. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  97.  
  98.  
  99. <style type="text/css">
  100.  
  101.  
  102. /* general */
  103.  
  104. * { margin:0;padding:0; }
  105.  
  106. @-webkit-keyframes fadein {
  107. 0% {opacity: 0;}
  108. 100% { opacity: 1; }
  109. }
  110.  
  111. @-moz-keyframes fadein {
  112. 0% { opacity: 0; }
  113. 100% { opacity: 1; }
  114. }
  115.  
  116. @keyframes fadein {
  117. 0% { opacity: 0; }
  118. 100% { opacity: 1; }
  119. }
  120.  
  121.  
  122. ::-webkit-scrollbar{
  123. height:3px;
  124. width:7px;
  125. background:#fff;
  126. }
  127.  
  128. ::-webkit-scrollbar-thumb {
  129. background:rgba({RGBcolor:accent},0.5);
  130. border:3px solid #fff;
  131. }
  132.  
  133. ::-webkit-scrollbar-track {
  134. background:#eee;
  135. border:3px solid #fff;
  136. }
  137.  
  138. ::-moz-selection{
  139. background: rgba({RGBcolor:accent},.2);
  140. color:{color:accent dark};
  141. }
  142.  
  143. ::selection {
  144. background: rgba({RGBcolor:accent},.2);
  145. color:{color:accent dark};
  146. }
  147.  
  148. iframe.tmblr-iframe{
  149. white-space:nowrap;
  150. opacity:.8;
  151. transition: .4s ease-in-out;
  152. -webkit-transform:scale(0.6,0.6);
  153. -webkit-transform-origin: 100% 0%;
  154. -ms-transform-origin:100% 0%;
  155. -ms-transform:scale(0.6,0.6);
  156. transform:scale(0.6,0.6);
  157. transform-origin:right top;
  158. top:20px;
  159. right:20px;
  160. z-index:3000000;
  161. position:fixed!important;
  162.  
  163. }
  164.  
  165. iframe.tmblr-iframe:hover { opacity:1; }
  166.  
  167. #s-m-t-tooltip{
  168. position:absolute;
  169. margin:15px;
  170. max-width:250px;
  171. z-index:9999;
  172. color:{color:accent dark};
  173. background:#fff;padding:2px 4px;
  174. border:1px solid #eee;
  175. }
  176.  
  177. blockquote {
  178. padding:0px 0px 0px 10px;
  179. margin:0px 0px 0px 10px;
  180. border-left:1px solid #eee;
  181. }
  182.  
  183. pre,code {
  184. white-space: pre-wrap;
  185. white-space: -moz-pre-wrap;
  186. white-space: -pre-wrap;
  187. white-space: -o-pre-wrap;
  188. word-wrap: break-word;
  189. font-family:'Inconsolata',monospace;
  190. }
  191.  
  192. body {
  193. background:{color:background};
  194. color:{color:text};
  195. font-family:calibri;
  196. font-weight:400;
  197. font-size:{text:font size};
  198. text-align:justify;
  199. letter-spacing:.2px;
  200. line-height:180%;
  201. -moz-osx-font-smoothing:grayscale;
  202. -webkit-font-smoothing:antialiased;
  203. font-smoothing:antialiased;
  204. }
  205.  
  206. html{cursor:url('https://static.tumblr.com/5u1fog0/aaEn06fxx/cursor.png'), auto;}
  207. a,a:hover{cursor:url("https://static.tumblr.com/5u1fog0/zJbn06fy8/cursor_hover.gif"), auto }
  208.  
  209. a { color:{color:link};text-decoration:none;}
  210. a,a b,.tags { transition:0.25s ease-in-out; } .tags a { margin-right:5px; } .tags { word-wrap:break-word;margin-top:5px; }
  211. a:hover,a.user:hover,a.t:hover,.up a:hover { color:{color:accent}!important; }
  212. b,strong { font-weight:400;color:{color:accent dark}; }
  213. p { margin:10px 0px 0px; }
  214. img{ opacity:1;border:none;text-decoration:none;}
  215. small { font-size:calc({text:font size} - 0.5px); }
  216. hr { width:100%;background:#eee;height:1px;border:none;display:block;margin:10px 0px; }
  217. .posts ul { margin-top:10px;list-style:square;margin-left:20px; }
  218. big { font-size:calc({text:font size} + 0.5px); }
  219. h1,h2,h3,h4,h5,h6 { padding:0;margin:10px 0;padding-bottom:10px;font-size:15px;color:{color:accent dark};font-weight:400;text-transform:none;} h1 i { font-style:normal;} h1 a,h1 i a { color:{color:accent dark};} .posts img, .posts li, .posts blockquote { max-width: 100%;height:auto}
  220.  
  221. /* posts */
  222.  
  223.  
  224. .entries { margin:70px 450px 80px; width:{select:post width};}
  225.  
  226. .posts {
  227. position:relative;width:{select:post width};margin-bottom:60px;
  228. -webkit-animation-name: fadein;-webkit-animation-duration: 2s;
  229. }
  230.  
  231.  
  232. /* captions */
  233.  
  234. .caption {
  235. margin-top:10px;
  236. {block:ifhidecaption}
  237. {block:indexpage}
  238. display:none;
  239. {/block:indexpage}
  240. {/block:ifhidecaption}
  241.  
  242. }
  243.  
  244. .user,a.user,.asker,.asker a,a.answerer { color:{color:accent dark};font-weight:400;}
  245. .user,.answerer { display:block;margin-top:10px;margin-bottom:-10px;}
  246. .user:first-of-type { margin-top:0;}
  247.  
  248. /* notes */
  249.  
  250. ol.notes { margin-top:20px;list-style-type:none;font-style:normal;}
  251. li.note { padding:0;margin:2px 0px;font-style:normal; }
  252. .notes_loading, .more_notes_link { font-weight:bold;float:left;text-align:left!important;text-transform:lowercase;}
  253. .notes img { display:none!important; }
  254. ol.notes li.note blockquote { padding:4px 10px;margin:5px 0px 0px 15px;}
  255.  
  256. /* quotes */
  257.  
  258. .quote { font-size:13px;color:{color:accent dark}; } .quotesource { font-style:normal;margin-top:5px;margin-bottom:5px;}
  259. .quotesource .tumblr_blog { top:0px;position:relative;}
  260.  
  261. /* chat */
  262.  
  263. .chat { list-style:none;}
  264. .line { list-style:none;}
  265. .line.odd { background:#fff; }
  266. .label { color:{color:accent dark};margin-right:5px;}
  267.  
  268. /* asks */
  269.  
  270. .asker a:hover,.answer b a:hover { color:{color:accent}} .answer b a { color:{color:accent dark};} .asker { text-transform:lowercase; } .asker:first-letter{
  271. text-transform:uppercase;
  272. }
  273. .question { font-style:normal; } .asker,.answerer { font-style:normal;font-weight:400; }
  274.  
  275. /* audio */
  276.  
  277. .player { display:inline-block;width:50px;background:#fff;height:50px;overflow:hidden;margin-bottom:-5px;}
  278. .audio_d { float:right;padding:15px 10px;width:calc({select:post width} - 130px );background:#fff;}
  279. .tumblr_audio_player { background:#fff!important; }
  280. .tumblr_audio_player { width:40px;margin:10px 7px;height:40px;overflow:hidden;}
  281. iframe.spotify_audio_player { height:80px;overflow-y:hidden!important; }
  282.  
  283. /* lightboxes */
  284.  
  285. #vignette,.vignette { opacity:0!important; } .lightbox-image,#tumblr_lightbox img { box-shadow: none !important; border-radius:0 !important;} #tumblr_lightbox,.tmblr-lightbox { background:rgba(255,255,255,.7)!Important; } #tumblr_lightbox_left_link, #tumblr_lightbox_right_link { visibility: hidden; } .lightbox-caption,#tumblr_lightbox_caption { opacity:0; }
  286.  
  287. /* etc */
  288.  
  289. #fuckchad {
  290. bottom:27px;
  291. position:fixed;
  292. right:27px;
  293. }
  294.  
  295. .sc {
  296. bottom:15px;
  297. right:27px;
  298. text-align:right;
  299. position:fixed;
  300. display:none;
  301. font-weight:bold;
  302. cursor:help;
  303. }
  304.  
  305. .sc a { cursor:help;}
  306.  
  307. /* footer stuff */
  308.  
  309. #pagination { {block:ifinfinitescroll}display:none;{/block:ifinfinitescroll} } #pagination a { margin:0px 5px; }
  310. .current_page { margin:0px 5px;font-weight:700;color:{color:accent}; }
  311. #infscr-loading { display:none!Important; }
  312. footer { width:{select:post width};margin:0 0 80px 450px;text-align:left;} a#more { position:relative;text-align:center;}
  313.  
  314.  
  315. header {
  316. top:80px;
  317. left:105px;
  318. position:fixed;
  319. padding:40px 60px;
  320. width:100%;
  321. background:transparent;
  322.  
  323. }
  324.  
  325. a.t {
  326. text-decoration:none;
  327. color:{color:accent dark};
  328. font-family:'Vidaloka';
  329. font-size:25px;
  330. font-weight:300;
  331. display:inline-block;
  332. }
  333.  
  334. a.t:hover { color:{color:accent dark}!important; }
  335.  
  336. header i { margin-left:5px; }
  337.  
  338. aside {
  339. top:140px;
  340. left:172px;
  341. position:fixed;
  342. width:180px;
  343. padding:0;
  344. padding-left:20px;
  345. border-left:1px solid transparent;
  346. }
  347.  
  348. aside h1,a#more {
  349. font-size:14px;
  350. color:{color:accent dark};
  351. font-weight:400;
  352. line-height:13px;
  353. display:inline-block;
  354. padding:0px;
  355. margin:0px;
  356. }
  357.  
  358. .nc {
  359. font-size:12px;
  360. color:{color:accent dark};
  361. opacity:.7;
  362. font-weight:400;
  363. line-height:12px;
  364. text-transform:none;
  365. display:inline-block;
  366. padding:0;
  367. margin:0;
  368. }
  369.  
  370. aside section:first-of-type { margin:0; }
  371.  
  372. aside h1:after,a#more:after {
  373. content: '';
  374. display: block;
  375. height: 1px;
  376. margin-top:3px;
  377. width:100%;
  378. background:rgba({RGBcolor:accent},.5);
  379. z-index:30;
  380. }
  381.  
  382. aside section, aside nav { display:block;position:relative; } aside nav,aside section { margin-top:20px; }
  383. nav a { display:inline-block;width:49%;} .d,.n { display:block;margin-top:10px;} nav a:hover { font-style:italic; }
  384.  
  385.  
  386. .search .query:hover { opacity:1; }
  387. ::-webkit-input-placeholder {color: inherit;}
  388. :-moz-placeholder {color: inherit; opacity:1;}
  389. ::-moz-placeholder {color: inherit; opacity:1;}
  390. :-ms-input-placeholder {color: inherit;}
  391.  
  392. input:focus::-webkit-input-placeholder {color: transparent;}
  393. input:focus:-moz-placeholder {color: transparent;}
  394. input:focus::-moz-placeholder {color: transparent;}
  395. input:focus:-ms-input-placeholder { color: transparent;}
  396.  
  397. .inf { margin-top:10px;text-transform:lowercase;}
  398.  
  399. .day { margin-left:45px;transition:.25s ease-in-out;text-transform:none; }
  400. .day b { {block:indexpage}opacity:0;{/block:indexpage}font-weight:400;color:{color:text};transition:.4s ease-in-out; }
  401. .day:before {
  402. content:'';
  403. margin-left:-40px;
  404. margin-top:8px;
  405. position:absolute;
  406. {block:indexpage}
  407. width:0px;
  408. {/block:indexpage}
  409. {block:permalinkpage} width:30px; {/block:permalinkpage}
  410. height:1px;
  411. background:#eee;
  412. transition:.4s ease-in-out;
  413. }
  414.  
  415.  
  416. {block:indexpage}
  417. .posts:hover .day:before { width:30px; }
  418. .posts:hover .day b { opacity:1;transition-delay:.4s;}{/block:indexpage}
  419.  
  420. </style>
  421.  
  422. <!--scripts-->
  423.  
  424. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  425.  
  426. <script>
  427. (function($){
  428. $(document).ready(function(){
  429. $("a[title]").style_my_tooltips({
  430. tip_follows_cursor:true,
  431. tip_delay_time:30,
  432. tip_fade_speed:300,
  433. attribute:"title"
  434. });
  435. });
  436. })(jQuery);
  437. </script>
  438.  
  439. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  440. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  441. <script src="https://dl.dropboxusercontent.com/s/lkc34gq5tgmwqj0/basics.js?dl=0"></script>
  442. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  443.  
  444. </head>
  445.  
  446. <body>
  447.  
  448. <header>
  449. <a class="t" href="/">Be yours,</a> <i>be my dear.</i>
  450. </header>
  451.  
  452. <aside>
  453.  
  454. <nav><div class="n">
  455.  
  456. <a href="https://cirandas.tumblr.com">Index</a>
  457. <a href="/sobre">Message</a>
  458. <a href="/box">Written</a>
  459. <a href="/tagged/shawn-mendes">Shawn</a>
  460.  
  461. </div></nav>
  462.  
  463. <p>
  464.  
  465. <div style="padding-top:10px; width:48px; border-top:2px solid rgba({RGBcolor:accent},.5);">
  466. <a href="https://www.instagram.com/opsfanfiquei/" title="Instagram" target="_blank"><i class="oi oi-camera"></i></a>
  467. <a href="https://trovejaste.tumblr.com" title="Trovejaste Icons" target="_blank"><i class="oi oi-heart"></i></a>
  468. <a href="https://twitter.com/shawnsmdes" title="Twitter" target="_blank"><i class="oi oi-twitter"></i></a>
  469. </div>
  470.  
  471. </aside>
  472. <div class="stuff">
  473. <div class="entries">
  474. {block:Posts}
  475. <div class="posts">
  476.  
  477. {block:Text}
  478. <div class="q">{block:Title}<h1>{Title}</h1>{/block:Title} {block:NotReblog}<div class="txt">{Body}</div>{/block:NotReblog} {block:RebloggedFrom}<div class="txt">{block:Reblogs} <a class="user" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}></a> {Body} {/block:Reblogs}</div>{/block:RebloggedFrom}</div>{/block:Text}
  479.  
  480. {block:Photo} <div class="q"> {LinkOpenTag}<a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false"><img src="{PhotoURL-HighRes}"></a>{LinkCloseTag}{block:Caption}{block:NotReblog}<div class="caption">{Caption}</div>{/block:NotReblog}{block:RebloggedFrom}<div class="caption">{block:Reblogs}<a class="user" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}></a> {Body}{/block:Reblogs}</div>{/block:RebloggedFrom}{/block:Caption}</div>{/block:Photo}
  481.  
  482. {block:Photoset}<div class="q"><div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>{block:Caption}{block:NotReblog}<div class="caption">{Caption}</div>{/block:NotReblog}{block:RebloggedFrom}<div class="caption">{block:Reblogs}<a class="user" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}></a> {Body}{/block:Reblogs}</div>{/block:RebloggedFrom}{/block:Caption}</div>{/block:Photoset}
  483.  
  484.  
  485. {block:Quote}<div class="q txt"><div class="quote">{Quote}</div>{block:Source}<div class="quotesource">{Source}</div>{/block:Source}</div>{/block:Quote}
  486.  
  487. {block:Link}<div class="q txt"><h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{block:NotReblog}<div class="caption">{Descriptionn}</div>{/block:NotReblog}{block:RebloggedFrom}<div class="caption">{block:Reblogs}<a class="user" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}></a> {Body}{/block:Reblogs}</div>{/block:RebloggedFrom}{/block:Description}</div>{/block:Link}
  488.  
  489.  
  490. {block:Chat}<div class="q txt">{block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div></div>{/block:Chat}
  491.  
  492.  
  493. {block:Audio}<div class="q txt">{block:AudioPlayer}<div class="player"> {AudioPlayerWhite}</div><div class="audio_d">{block:TrackName}<b>{TrackName}</b>{/block:TrackName}{block:Artist} : {Artist} {/block:Artist}</div>{/block:AudioPlayer} {block:Caption}{block:NotReblog}<div class="caption">{Caption}</div>{/block:NotReblog}{block:RebloggedFrom}<div class="caption">{block:Reblogs}<a class="user" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}></a> {Body}{/block:Reblogs}</div>{/block:RebloggedFrom}{/block:Caption}</div>{/block:Audio}
  494.  
  495.  
  496. {block:Video}<div class="q"><div class="video iframe">{Video-500}</div>{block:Caption}{block:NotReblog}<div class="caption">{Caption}</div>{/block:NotReblog}{block:RebloggedFrom}<div class="caption">{block:Reblogs}<a class="user" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}></a> {Body}{/block:Reblogs}</div>{/block:RebloggedFrom}{/block:Caption}</div>{/block:Video}
  497.  
  498. {block:Answer}<div class="q txt"><div class="question"> <div class="asker">{Asker}:</div> {Question}</div>{block:Answerer}<div class="answer">{Answerer}{Answer}</div>{/block:Answerer} {block:NotReblog}<div class="answer">{Answer}</div>{/block:NotReblog} {block:RebloggedFrom}<div class="txt">{block:Reblogs}<a class="user" style="margin-top:10px" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}></a>{Body}{/block:Reblogs}</div>{/block:RebloggedFrom}</div>{/block:Answer}
  499.  
  500.  
  501. {block:date}
  502. <div class="inf">
  503.  
  504. {block:indexpage}
  505. <div class="nc">{DayOfWeek}, {TimeAgo}.</div> <i class="day"><b><a href="{permalink}" style="opacity:0.5;">{notecountwithlabel}</a> : <a href="{ReblogURL}" target="_blank" style="opacity:0.5;">Reblog</a></b></i>
  506. {block:ifshowtags}
  507. {block:HasTags}
  508. <div class="tags">
  509. {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}
  510. </div>
  511. {/block:HasTags}
  512. {/block:ifshowtags}
  513. {/block:indexpage}
  514.  
  515.  
  516. {block:permalinkpage}
  517. <a class="nc" href="{Permalink}">{NoteCountWithLabel}</a> <i class="day"><b>{DayOfWeek}, {TimeAgo}</b></i>
  518. {block:RebloggedFrom}
  519. <br> <a href="{ReblogParentURL}">via {ReblogParentName}</a>
  520. {block:ContentSource} . <a href="{ReblogRootURL}" >source {ReblogRootName}</a>{/block:ContentSource}
  521. {/block:RebloggedFrom}
  522. {block:HasTags}
  523. <br><div class="tags">
  524. {block:Tags}
  525. <a href="{TagURL}">#{Tag}</a>
  526. {/block:Tags}
  527. </div>
  528. {/block:HasTags}
  529. {/block:permalinkpage}
  530.  
  531. </div>
  532. {/block:date}
  533.  
  534.  
  535. {block:PostNotes}{PostNotes}{/block:PostNotes}
  536. </div>
  537. {/block:Posts}
  538. </div>
  539.  
  540. {block:indexpage}
  541. <footer>
  542. {block:ifloadmore}
  543. <a id="more" style="cursor:help">load more posts</a>
  544. {/block:ifloadmore}
  545.  
  546. {block:Pagination}<div id="pagination">{block:previouspage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}{block:JumpPagination length="4"}{block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a class="next" href="{NextPage}">next</a>{/block:nextpage}</div>{/block:Pagination}
  547. </footer>
  548. {/block:indexpage}
  549.  
  550. </div>
  551.  
  552. {block:ContentSource}<!– {SourceURL}{block:SourceLogo}<img src=“{BlackLogoURL}” width=“{LogoWidth}” height=“{LogoHeight}” alt=“{SourceTitle}” /> {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} –>{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  553.  
  554. {block:ifscrolltotop}
  555. <div class="sc"> <a href="#"><i class="oi oi-chevron-up"></i></a></div>
  556. {/block:ifscrolltotop}
  557.  
  558. {block:indexpage}{block:ifinfinitescroll}
  559. <script src="https://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  560. {/block:ifinfinitescroll}{/block:indexpage}
  561.  
  562. <script>
  563. $(document).ready(function(){
  564. var $container = $('.entries');
  565. {block:ifinfinitescroll}
  566. $container.infinitescroll({
  567. itemSelector: '.posts',
  568. navSelector: '#pagination',
  569. nextSelector: '.next',
  570. loadingImg: '',
  571. loadingText: '',
  572. doneText: 'no more posts',
  573. bufferPx: 2000,
  574. {block:ifloadmore}
  575. errorCallback: function () {
  576. jQuery ('a#more').delay(50).fadeOut();
  577. $('.posts').last().after($('a#more'));
  578. }
  579. {/block:ifloadmore}
  580. },
  581. function( newElements ) {
  582. var $newElems = $( newElements );
  583. $newElems.find('.photo-slideshow').pxuPhotoset({
  584. lightbox: true,
  585. rounded: false,
  586. gutter: '1px',
  587. photoset: '.photo-slideshow',
  588. photoWrap: '.photo-data',
  589. photo: '.pxu-photo'
  590. })
  591. resizeVideos();
  592. $newElems.find('iframe.tumblr_audio_player').load( function() {
  593. $('iframe.tumblr_audio_player').contents().find("head")
  594. .append($("<style type='text/css'> .audio-player{background:#fff !important} </style>"));
  595. });
  596. });
  597.  
  598. {block:ifloadmore}
  599. $(window).unbind('.infscr');
  600. $('a#more').click(function(){
  601. $container.infinitescroll('retrieve');return false;
  602. $('.posts').last().after($('a#more'));
  603. });
  604. {/block:ifloadmore}
  605. {/block:ifinfinitescroll}
  606. });
  607. </script>
  608. </body>
  609. <!-- Wikplayer https://www.wikplayer.com -->
  610. <script type="text/javascript" src="https://www.wikplayer.com/code.js"
  611. data-config="{'skin':'https://static.tumblr.com/ak84b4w/kJqoqvplp/cinza_nevalisca.css','volume':100,'autoplay':true,'shuffle':true,'repeat':1,'showcomment':false,'marqueetexton':false,'placement':'mini','showplaylist':false,'playlist':[{'title':'Camila%20Cabello%20-%20Never%20Be%20The%20Same','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DFITSPSA8gQs'},{'title':'Camila%20Cabello%20-%20Something%27s%20Gotta%20Give','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D8nsWMmFYRqE'},{'title':'Charlie%20Puth%20-%20LA%20Girls','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DiW3Than5jrs'},{'title':'Charlie%20Puth%20-%20Throught%20It%20All','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dt62zPl44H4I'},{'title':'Corinne%20Bailey%20Rae%20-%20The%20Scientist%20(Cover)','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DsMlUB_n0UgQ'},{'title':'Daniel%20Caesar%20-%20Hold%20Me%20Down','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DYX8_Tau-LRs'},{'title':'Daniel%20Caesar%20ft.%20H.E.R%20-%20Best%20Part','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DiKk6_2-AAGc'},{'title':'Dua%20Lipa%20-%20Bad%20Together','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D9K7OdsyxW3E'},{'title':'Dua%20Lipa%20-%20IDGAF%20(Acoustic)','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D1wwNEF6wP-s'},{'title':'Dua%20Lipa%20-%20New%20Rules%20(Acoustic)','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DVLzeEqQOmMs'},{'title':'Ed%20Sheeran%20-%20Dive','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DWv2rLZmbPMA'},{'title':'Ed%20Sheeran%20-%20Hearts%20Don%27t%20Break%20Round%20Here','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D20pAJPNaAyw'},{'title':'Ed%20Sheeran%20-%20Perfect','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DiKzRIweSBLA'},{'title':'Ed%20Sheeran%20-%20Photograph','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DnSDgHBxUbVQ'},{'title':'Hailee%20Steinfeld%20-%20Flashlight%20(Acoustic)','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DN_hH-qBVJNo'},{'title':'Halsey%20-%20Sorry','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DtEnCoocmPQM'},{'title':'Harry%20Styles%20-%20Girl%20Crush%20(Live)','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Drroc2y9if_Q'},{'title':'Harry%20Styles%20-%20Sign%20Of%20The%20Times','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dz0GKGpObgPY'},{'title':'Jack%20%26%20Jack%20-%20Beg','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DAJMYOowzpPU'},{'title':'James%20Arthur%20-%20Say%20You%20Won%27t%20Let%20Go','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D0yW7w8F2TVA'},{'title':'James%20Bay%20-%20Let%20It%20Go','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DGsPq9mzFNGY'},{'title':'James%20TW%20-%20Black%20%26%20Blue%20','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D25TfRdUeYC4'},{'title':'James%20TW%20-%20Crazy%20(Cover)','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dbg7klNLFD0Q'},{'title':'James%20TW%20-%20Ex%20(Acoustic)','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dw141thRQ-ks'},{'title':'James%20TW%20-%20Say%20Love%20(Acoustic)','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DdRwO5KcP6mY'},{'title':'James%20TW%20-%20Torn','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DtTs3SnhJFuo'},{'title':'James%20TW%20-%20When%20You%20Love%20Someone%20(Acoustic)','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DTmaXBf0okvI'},{'title':'John%20Legend%20-%20One%20Woman%20Man','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dx7MLXjS0iQU'},{'title':'John%20Mayer%20-%20In%20The%20Blood','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dob-jS7bqYgI'},{'title':'John%20Mayer%20-%20XO','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D7L-Rwxoc2jU'},{'title':'Lady%20Gaga%20-%20Million%20Reasons','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DWYRJ-ryPEu0'},{'title':'Lewis%20Capaldi%20-%20Lost%20On%20You','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DJathXgJcxBk'},{'title':'Lewis%20Capaldi%20-%20Mercy','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DjAz7thCEfg4'},{'title':'Niall%20Horan%20-%20Flicker%20(Acoustic)','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DBUaLnDL3f-M'},{'title':'Niall%20Horan%20-%20This%20Town','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dic1l36GrNOU'},{'title':'Niall%20Horan%20-%20Too%20Much%20To%20Ask','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DljXSjIph5ZM'},{'title':'Niall%20Horan%20ft.%20Maren%20Morris%20-%20Seeing%20Blind%20(Acoustic)','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DcKbl19xeSIQ'},{'title':'Olivia%20O%27Brien%20-%20Hate%20u%20Love%20u','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D4rpShILrsWE'},{'title':'Sam%20Smith%20-%20Pray','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DhhREiAarjVY'},{'title':'Sam%20Smith%20-%20Too%20Good%20At%20Goodbyes','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DJ_ub7Etch2U'},{'title':'Shawn%20Mendes%20-%20Castle%20On%20The%20Hill%20%2F%20Life%20Of%20The%20Party%20(Live%20Rock%20In%20Rio%202017)','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D8--yWvylBFc'},{'title':'Shawn%20Mendes%20-%20Fallin%27%20All%20In%20You','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DOcaaCL6OvsU'},{'title':'Shawn%20Mendes%20-%20Imagination','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DxXEx0DyIMks'},{'title':'Shawn%20Mendes%20-%20In%20My%20Blood','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DIlkBLwl4aBM'},{'title':'Shawn%20Mendes%20-%20Mercy%20(Acoustic)','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DvYv7-TSioQM'},{'title':'Shawn%20Mendes%20-%20Mutual','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DW93gza9zHzg'},{'title':'Shawn%20Mendes%20-%20Never%20Be%20Alone','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DN7VCLNBNJQs'},{'title':'Shawn%20Mendes%20-%20Perfectly%20Wrong%20(Live)','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dnc6pLSQGcHQ'},{'title':'Shawn%20Mendes%20-%20Roses','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DiL-kd6Hejko'},{'title':'Shawn%20Mendes%20-%20Running%20Low','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DmT36HTUDRoA'},{'title':'Shawn%20Mendes%20-%20Stitches%20(MTV%20Unplugged)','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Djo1NJdlKq6Q'},{'title':'Shawn%20Mendes%20-%20The%20Weight','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DSgTEzuXhanU'},{'title':'Shawn%20Mendes%20-%20There%27s%20Nothing%20Holdin%27%20Me%20Back','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DdT2owtxkU8k'},{'title':'Shawn%20Mendes%20-%20Thinkin%27%20Bout%20You%20(Live%20at%20Capital%27s%20Summertime%20Ball)','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DKM9Q2THoyQs'},{'title':'Shawn%20Mendes%20-%20Use%20Somebody%20%2F%20Treat%20You%20Better%20(MTV%20Unplugged)','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DaCoeGaIwQrk'},{'title':'Shawn%20Mendes%20ft.%20Khalid%20-%20Youth','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DBs-Hr-gEJAU'},{'title':'Sia%20-%20Helium','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DnLnpvbBSjUY'},{'title':'Skinny%20Living%20-%20Let%20Me%20In','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DKr-lwFbBshQ'},{'title':'Skinny%20Living%20-%20Why','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DuXEszmJjzQU'},{'title':'Taylor%20Swift%20-%20Delicate','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DtCXGJQYZ9JA'},{'title':'The%20Neighbourhood%20-%20Sweater%20Weather','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DGCdwKhTtNNw'},{'title':'The%20Weeknd%20-%20Call%20Out%20My%20Name','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DM4ZoCHID9GI'},{'title':'ZAYN%20ft.%20Sia%20-%20Dusk%20Till%20Down','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DDUX4PFHVcKs'}]}" ></script>
  612. <!-- Wikplayer code end -->
  613.  
  614. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement