Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!--
- Theme: Purity by mhango
- Version: 2 (9th January 2021)
- Credits to:
- @buildthemes for the base code
- @painthemes for the scroll to top
- flaticon.com for the icons
- fonts.google.com for the fonts
- Rules: - don't reupload or claim as your own
- - never remove the credit!!!
- - thievery will be reported immediately
- -->
- <meta name="color:Background" content="#ffffff" />
- <meta name="color:Text" content="#000000" />
- <meta name="color:Link" content="#56bc8a" />
- <meta name="color:Link Hover" content="#347153" />
- <meta name="color:Sidebar Text" content="#000000" />
- <meta name="color:Sidebar Background" content="#ffffff" />
- <meta name="color:Post Background" content="#ffffff"/>
- <meta name="color:Postinfo Text" content="#000000" />
- <meta name="color:Postinfo Background" content="#bdebe1" />
- <meta name="color:Borders" content="#bdebe1" />
- <meta name="color:Blog Borders" content="#90d1c3" />
- <meta name="color:Tooltip Bg" content="#bdebe1" />
- <meta name="color:Tooltip Borders" content="#bdebe1" />
- <meta name="color:Text Highlight" content="#def5f0" />
- <meta name="image:Background" content=""/>
- <meta name="text:home title" content="home" />
- <meta name="text:ask title" content="message" />
- <meta name="text:ask link" content="/ask" />
- <meta name="text:submit title" content="submit" />
- <meta name="text:archive title" content="archive" />
- <meta name="text:link 1 title" content="" />
- <meta name="text:link 1" content="" />
- <meta name="text:link 2 title" content="" />
- <meta name="text:link 2" content="" />
- <meta name="text:link 3 title" content="" />
- <meta name="text:link 3" content="" />
- <meta name="if:Blog Borders" content="1" />
- <meta name="if:Semicolon" content="1" />
- <meta name="select:Body Font" content="'Avalon',sans-serif" title="Avalon">
- <meta name="select:Body Font" content="'Calibri', Helvetica, Arial, sans-serif" title="Calibri">
- <meta name="select:Body Font" content="'Karla', sans-serif" title="Karla">
- <meta name="select:Body Font" content="'Lato',sans-serif" title="Lato">
- <meta name="select:Body Font" content="'Raleway',sans-serif" title="Raleway">
- <meta name="select:Body Font" content="'Roboto', sans-serif" title="Roboto">
- <meta name="select:Body Font" content="'Times New Roman', Times, serif" title="Times New Roman">
- <meta name="select:Title Font" content="'Bodoni Moda', cursive" title="Bodoni Moda">
- <meta name="select:Title Font" content="'Montserrat', sans-serif" title="Montserrat">
- <meta name="select:Title Font" content="'Roboto Slab', cursive" title="Roboto Slab">
- <link rel="stylesheet" type="text/css" href="https://assets.tumblr.com/fonts/avalon/stylesheet.css?v=1">
- <link href='https://fonts.googleapis.com/css?family=Karla' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Roboto:400,300italic,300,400italic,500,500italic,700,700italic' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic,300italic,300' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Raleway:400,400italic,500,500italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'>
- <link rel="preconnect" href="https://fonts.gstatic.com">
- <link href="https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@400;700&family=Roboto+Slab:wght@400;700&display=swap" rel="stylesheet">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta charset="utf-8">
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link href="https://static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css" />
- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-smooth-scroll/1.7.2/jquery.smooth-scroll.min.js"></script>
- <style type="text/css">
- .tmblr-iframe {
- position:fixed;
- z-index:99999999999999999 !important;
- top:20px;
- right:25px;
- }
- body {
- background: {color:Background} url('{image:Background}');
- background-attachment:fixed;
- background-repeat:repeat;
- color: {color:text};
- font-family: {select:body font};
- font-size: 12px;
- margin: 0;
- padding: 0;
- overflow:auto;
- }
- a:link, a:active, a:visited {
- color: {color:link};
- text-decoration: none;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- a:hover{
- color:{color:link hover};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- blockquote {
- background: transparent;
- border-left: 1px solid {color:borders};
- margin: 0;
- padding-left: 2%;
- padding-right:2%;
- }
- iframe, img, embed, object, video {
- max-width: 100%;
- }
- img {
- height: auto;
- width: auto;
- }
- h1, h2, h3 {
- font-family: {select:title font};
- }
- /* scroll to top style */
- #scroll:link, #scroll:visited {
- display: none;
- position: fixed;
- bottom: 10px;
- right: 50px;
- }
- #s-m-t-tooltip {
- font-size: 11px;
- color:{color:text};
- background-color:{color:tooltip bg};
- text-align: center;
- min-width:50px;
- max-width:150px;
- border: 1px solid {color:tooltip borders};
- overflow:auto;
- position: absolute;
- z-index: 999999999999;
- padding: 3px; /* padding */
- box-shadow:0px 0px rgba(0,0,0,0.2);
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- margin:20px 0px 15px 10px; /* margin size */
- z-index:999999999999;
- }
- ::-webkit-scrollbar-thumb{
- background-color: {color:text};
- border: 3px solid {color:background};
- height:auto;
- -moz-border-radius: 10px;
- border-radius: 0px;
- }
- ::-webkit-scrollbar {
- height:auto;
- width:9px;
- background-color: {color:text};
- border: 4px solid {color:background};
- }
- ::-moz-selection {
- background: {color:Text highlight};
- color: #000;
- }
- ::selection {
- background: {color:Text highlight};
- color: #000;
- }
- #overlay {
- {block:indexpage}
- position:absolute;
- left:0px;
- top:0px;
- height:100%;
- width:100%;
- background:rgba(255,255,255,0.3);
- opacity:0;
- -moz-transition: all 0.3s ease-in-out;
- -webkit-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- {/block:indexpage}
- }
- .post:hover #overlay {
- {block:indexpage}
- opacity:1;
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- -o-transition: all .5s ease;
- transition: all .5s ease;
- {/block:indexpage}
- }
- .postinfo {
- {block:indexpage}
- position:absolute;
- width: 100px;
- height: 55px;
- background:{color:postinfo background};
- left:50%;
- top:50%;
- margin-left:-50px;
- margin-top:-30px;
- border:0px solid {color:borders};
- line-height:28px;
- opacity:0;
- vertical-align:center;
- text-align:center;
- -moz-transition: all 0.3s ease-in-out;
- -webkit-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- {/block:indexpage}
- }
- .postinfo:before {
- content: "";
- position: absolute;
- top: -25px;
- left: 0;
- width: 0;
- height: 0;
- border-left: 50px solid transparent;
- border-right: 50px solid transparent;
- border-bottom: 25px solid {color:postinfo background};
- }
- .postinfo:after {
- content: "";
- position: absolute;
- bottom: -25px;
- left: 0;
- width: 0;
- height: 0;
- border-left: 50px solid transparent;
- border-right: 50px solid transparent;
- border-top: 25px solid {color:postinfo background};
- }
- .postinfo a {
- color:{color:postinfo text};
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:11px;
- }
- .postinfo a:hover {
- color:{color:postinfo text};
- }
- .post:hover .postinfo {
- {block:indexpage}
- opacity:1;
- {/block:indexpage}
- }
- .notebox {
- margin-top:5px;
- padding-bottom:0px;
- background:{color: postinfo background};
- line-height:25px;
- vertical-align:center;
- text-align:center;
- border-top:1px solid {color:borders};
- font-size:11px;
- }
- .notebox a {
- color:{color:postinfo text};
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:11px;
- }
- .notebox a:hover {
- color:{color:postinfo text};
- }
- #content {
- left:50%;
- {block:indexpage}
- margin-left: -325px;
- margin-top:15px;
- width: 650px;
- {/block:indexpage}
- {block:permalinkpage}
- margin-left:-230px;
- width:400px;
- margin-top:15px;
- {/block:permalinkpage}
- float: left;
- position:absolute;
- }
- @-webkit-keyframes cssAnimation {
- from{
- -webkit-transform: scale(0.871);}
- to{
- -webkit-transform:scale(1); }
- }
- @-moz-keyframes cssAnimation {
- from{
- -moz-transform:scale(0.871);}
- to{
- -moz-transform: scale(1); }
- }
- @-o-keyframes cssAnimation {
- from{
- -o-transform: scale(0.871);
- }
- to{
- -o-transform: scale(1);}
- }
- .post {
- background: {color:post background};
- margin: 25px;
- border:2px solid {color:borders};
- padding:15px 15px 12px 15px;
- {block:indexpage}
- width: 240px;
- box-shadow:none;
- -webkit-animation: cssAnimation 1s 1 ease-in-out;
- -moz-animation: cssAnimation 1s 1 ease-in-out;
- -o-animation: cssAnimation 1s 1 ease-in-out;
- {/block:indexpage}
- height:auto;
- {block:PermalinkPage}
- width:400px;
- height:auto;
- {/block:PermalinkPage}
- }
- #header {
- text-align:center;
- }
- #sidebar {
- background: {color:sidebar background};
- padding-top: 15px;
- padding-bottom: 5px;
- padding-right:5px;
- padding-left: 5px;
- border:2px solid {color:borders};
- color: {color:sidebar text};
- width: 120px;
- float:left;
- font-size:12px;
- line-height:14px;
- height:auto;
- right: 50%;
- margin-right:360px;
- top: 200px;
- position:fixed;
- box-shadow:0px 0px rgba(0,0,0,0.3);
- }
- #linkbar {
- background: {color:sidebar background};
- padding-top: 15px;
- text-align:center;
- padding-top:5px;
- padding-bottom: 5px;
- padding-right:5px;
- padding-left: 5px;
- border:2px solid {color:borders};
- color: {color:sidebar text};
- width: 120px;
- float:left;
- line-height:14px;
- height:auto;
- right: 50%;
- margin-right:360px;
- margin-top:330px;
- position:fixed;
- box-shadow:0px 0px rgba(0,0,0,0.3);
- }
- #linkbar a {
- letter-spacing:0px;
- text-align:center;
- color:{color:sidebar text};
- text-transform:lowercase;
- line-height:200%;
- font-size:13px;
- opacity: 1.;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #linkbar a:hover {
- text-decoration:none;
- color:{color:link hover};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .blogtitle {
- font-family: {select:title font};
- margin-top:0px;
- border-bottom:0px solid {color:sidebar text};
- padding:0;
- margin-left:5px;
- margin-right:5px;
- text-align:center;
- text-transform:lowercase;
- font-size:20px;
- font-weight:700;
- }
- .blogtitle a{
- text-decoration:none;
- color: {color:sidebar text};
- }
- .blogtitle a:hover{
- text-decoration:none;
- color:{color:link hover};
- }
- .desc a {
- text-decoration:underline;
- color:{color:sidebar text};
- }
- .desc a:hover{
- text-decoration:underline;
- color:{color:link hover};
- }
- .photo {
- outline:0px solid transparent;
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- -o-transition: all .5s ease;
- transition: all .5s ease;
- }
- .photo:hover{
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- -o-transition: all .5s ease;
- transition: all .5s ease;
- }
- nav li {
- display: inline;
- }
- .title {
- padding-top:0px;
- font-size:16px;
- font-weight:normal;
- line-height:22px;
- font-family: {select:title font};
- }
- .title a {
- color:{color:text};
- }
- .text {
- padding: 2px;
- }
- .text a {
- max-width:100%;
- }
- .text img {
- width:96%;
- text-align:center;
- margin:auto;
- }
- .linktitle {
- padding-top:0px;
- font-size:16px;
- font-weight:normal;
- line-height:22px;
- text-decoration:underline;
- font-family: {select:title font};
- }
- .asker {
- color:{color:link};
- font-weight:700;
- }
- .quoteyo {
- font-size:13px;
- }
- .quotesource {
- padding-top:5px;
- }
- .chat {
- padding:8px;
- }
- .chat .label {
- font-weight:700;
- }
- .chat span {
- float: left;
- margin-right: 1%;
- }
- #notes {
- display:inline-block;
- }
- #notes img {
- display:inline-block;
- }
- .notes {
- clear: both;
- padding: 0px;
- }
- ol.notes {
- list-style-type:none;
- line-height:150%;
- padding:0px;
- margin 0px 0px;
- border-bottom:solid 1px {color:borders};
- }
- ol.notes li.note {
- border-top:1px solid {color:borders};
- padding:5px;
- }
- ol.notes li.note img {
- padding:0px !important;
- }
- ol.notes li.note img.avatar {
- vertical-align:-4px;
- margin-right:5px;
- width:16px;
- height:16px;
- }
- #tags {
- text-align:left;
- opacity: 1;
- }
- #tags, nav ul, .chat ul {
- list-style: none;
- list-style-image: none;
- margin: 0 0 5px 0;
- padding: 0;
- }
- #tags li {
- float: left;
- margin-right: 1%;
- }
- .caption {
- margin:10px 0px 0px 20px;
- }
- .caption ul {
- list-style: none;
- list-style-image: none;
- margin: 0;
- padding: 0;
- line-height:150%;
- }
- .infoheading {
- font-weight:700;
- color:{color:text};
- -moz-osx-font-smoothing:grayscale;
- -webkit-font-smoothing:antialiased;
- font-smoothing:antialiased;
- }
- .metadata {
- display: inline-block;
- width: 100%;
- }
- .notecount {
- float: right;
- }
- .reblogged {
- float: right;
- margin: 3% 0;
- width: 100%;
- }
- .sourcesxxx {
- filter:alpha(opacity=0);
- opacity:0;
- }
- #left {
- position:fixed;
- left:0px;
- bottom:0;
- height:100%;
- width:25px;
- background:-o-linear-gradient(#fff, {color:blog borders});
- background:-moz-linear-gradient(#fff, {color:blog borders});
- background:linear-gradient(#fff, {color:blog borders});
- z-index:6;
- }
- #right {
- position:fixed;
- right:25px;
- bottom:0;
- height:100%;
- width:10px;
- background:{color:borders};
- z-index:6;
- }
- #right2 {
- position:fixed;
- right:10px;
- bottom:0;
- height:100%;
- width:10px;
- background:{color:borders};
- z-index:6;
- }
- #important {
- bottom:2px;
- left:5px;
- font-size:12px;
- position:fixed;
- z-index:9999999999999999999999999999;
- }
- /*Custom CSS*/
- {CustomCSS}
- </style>
- </head>
- <body>
- {block:ifblogborders}
- <div id="left"></div>
- <div id="right"></div>
- <div id="right2"></div>
- {/block:ifblogborders}
- <div id="sidebar">
- <div id="header">
- <div class="blogtitle"><a href="/">{Title}{block:ifsemicolon};{/block:ifsemicolon}</a></div>
- {block:Description}
- <p><div class="desc">{Description}</div></p>
- {block:Description}
- </div>
- </div>
- <div id="linkbar">
- {block:ifhometitle} <a href="/">{text:home title}</a><br>{/block:ifhometitle}
- {block:ifasktitle}<a href="{text:ask link}">{text:ask title}</a><br>{/block:ifasktitle}
- {block:ifsubmittitle}<a href="/submit">{text:Submit title}</a><br>{/block:ifsubmittitle}
- {block:ifarchivetitle}<a href="/archive">{text:archive title}</a><br>{/block:ifarchivetitle}
- {block:iflink1}<a href="{text:link 1}">{text:link 1 title}</a><br>{/block:iflink1}
- {block:iflink2}<a href="{text:link 2}">{text:link 2 title}</a><br>{/block:iflink2}
- {block:iflink3}<a href="{text:link 3}">{text:link 3 title}</a><br>{/block:iflink3}
- <!-- {block:HasPages}
- {block:Pages}
- <a href="{URL}">{Label}</a>
- {/block:Pages}
- {/block:HasPages}-->
- <!-- Don't touch this, kid!! --> <a href="https://mhango.tumblr.com">theme</a>
- <!-- Seriously, you'd better not! -->
- </div>
- <div id="content">
- {block:Posts}
- {block:ContentSource}<!-- {SourceURL}
- {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <!-- {block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom} -->
- <div class="post">
- {block:Text}
- <div class="text">
- {block:Title}<div class="title"><a href="{Permalink}">{Title}</a></div>{/block:Title}
- <div class="textbody">{Body}</div>
- {block:indexpage}<div class="notebox"><a href="{ReblogURL}">REBLOG</a></a> - <a href="{permalink}">{notecountwithlabel}</a></div>{/block:indexpage}
- </div>
- {/block:Text}
- {block:Photo}
- <div class="photo">
- {LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>{LinkCloseTag}
- {block:indexpage}
- <a href="{permalink}"><div id="overlay"></div></a><div class="postinfo"><a href="{ReblogURL}" target="_blank">REBLOG</a><br><a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount}</a></div>
- {/block:indexpage}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="photoset">
- {block:IndexPage}
- {block:Photos}
- <a href="{permalink}"><img src="{PhotoURL-500}" width="218px"/></a>
- {/block:Photos}
- <a href="{permalink}"><div id="overlay"></div></a><div class="postinfo"><a href="{ReblogURL}" target="_blank">REBLOG</a><br><a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount}</a></div>
- {/block:IndexPage}
- {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div class="text">
- <div class="quoteyo">{Quote}</div>
- <div class="quotesource">{block:Source}- {Source}{/block:Source}</div>
- {block:indexpage}<div class="notebox"><a href="{ReblogURL}" >REBLOG</a></a> - <a href="{permalink}">{notecountwithlabel}</a></div>{/block:indexpage}
- </div>
- {/block:Quote}
- {block:Link}
- <div class="text">
- <div class="title"><a href="{URL}">{Name}</a></div>
- {block:Description}{Description}{/block:Description}
- {block:indexpage}<div class="notebox"><a href="{ReblogURL}" >REBLOG</a></a> - <a href="{permalink}">{notecountwithlabel}</a></div>{/block:indexpage}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="chat">
- {block:Title}<div class="title"><a href="{Permalink}">{Title}</a></div>{/block:Title}
- <ul>
- {block:Lines}<li class="{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}<p> {Line} </p></li>{/block:Lines}
- </ul>
- {block:indexpage}<div class="notebox"><a href="{ReblogURL}" >REBLOG</a></a> - <a href="{permalink}">{notecountwithlabel}</a></div>{/block:indexpage}
- </div>
- {/block:Chat}
- {block:Audio}
- <div class="audio">{block:TrackName}{TrackName} by{/block:TrackName} {block:Artist}{Artist} <br><br>{/block:Artist}
- {AudioPlayerGrey}
- {block:indexpage}<div class="notebox"><a href="{Permalink}"><div class="permainfo">{notecountwithlabel}</div></a><a href="{ReblogURL}" target="_blank"><div class="rebloginfo">reblog</div></a></div>{/block:indexpage}
- </div>
- {/block:Audio}
- {block:Video}
- <div class="video">
- <div class="video-player">{Video-500}</div>
- {block:indexpage}<div class="notebox"><a href="{Permalink}"><div class="permainfo">{notecountwithlabel}</div></a><a href="{ReblogURL}" target="_blank"><div class="rebloginfo">reblog</div></a></div>{/block:indexpage}
- </div>
- {/block:Video}
- {block:Answer}
- <div class="text">
- <p><div style="border-bottom: 1px solid {color:borders};"><span class="asker">{Asker} said:</span> {Question}</p></div>
- {Answer}
- {block:indexpage}<div class="notebox"><a href="{ReblogURL}" >REBLOG</a></a> - <a href="{permalink}">{notecountwithlabel} </a></div>{/block:indexpage}
- </div>
- {/block:Answer}
- <footer class="details">
- {block:PermalinkPage}
- <div class="caption">
- {block:caption}{Caption}{/block:caption}
- {block:Date}
- <ul>
- {block:HasTags}<li><div id="tags"><span class="infoheading">Tagged with:</span> {block:Tags}<a href="{TagURL}">#{Tag} </a> {/block:Tags}</div></li>{/block:HasTags}
- <li><span class="infoheading">Posted:</span> {timeago}</li>
- {block:NoteCount}<li><span class="infoheading">Notecount:</span> {notecount}</li>{/block:NoteCount}
- {block:RebloggedFrom}<li><span class="infoheading">Via:</span> <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a></li>{/block:RebloggedFrom}
- {block:ContentSource}<li><span class="infoheading">Source:</span> <a href="{SourceURL}" target="_blank">{SourceTitle}</a></li>{/block:ContentSource}
- </ul>
- {/block:Date}
- {block:PostNotes}<div id="notes">{PostNotes-16}</div>{/block:PostNotes}
- </div>
- {/block:PermalinkPage}</footer>
- </div>
- {/block:Posts}
- </div>
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}<a href="{PreviousPage}"> </a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}"> </a>{/block:NextPage}
- </div>
- {/block:Pagination}
- <!--Links to jQuery library, Masonry, infinite scroll and imagesLoaded -->
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
- <script src="https://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
- <script src="https://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
- <script src="https://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
- <!-- scroll to top code 1 -->
- <script type="text/javascript">
- $(function(){$window=$(window);$link=$("#scroll");$link.click(function(){$("html, body").animate({scrollTop:0},"slow")});$window.scroll(function(){if($window.scrollTop()<=0){$link.fadeOut("slow")}else{$link.fadeIn("fast")}})});
- </script>
- <!-- tooltip script -->
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:100,
- tip_fade_speed:250,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!--Code for infinite scroll and grid layout -->
- <script>
- (function() {
- var $tumblelog = $('#content');
- $tumblelog.infinitescroll({
- navSelector : ".pagination",
- nextSelector : ".pagination a:first",
- itemSelector : ".post",
- bufferPx : 50,
- done : "",
- loading: {
- img : "",
- msgText: ""
- },
- },
- function( newElements ) {
- var $newElems = $( newElements ).css({ opacity: 0 });
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- $tumblelog.masonry( 'appended', $newElems);
- });
- }
- );
- $tumblelog.imagesLoaded( function(){
- $tumblelog.masonry({
- columnWidth: function( containerWidth ) {
- return containerWidth / 100;
- }
- });
- });
- })();
- </script>
- <!-- Ok if you dare to remove this part I'll report your blog and do everything that it will get deleted. Removing this credit will be seen as thievery so you'd better not. And tbh it's not even that visible so calm down and just let it be there okk? xx -->
- <div id="important"><a href="https://mhango.tumblr.com" target="_blank" title="theme by mhango"><img src="data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYwIDYwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2MCA2MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8cGF0aCBkPSJNNTAuOTc2LDI2LjE5NEM1MC40NDcsMTcuMTk0LDQzLjAyOCwxMCwzNC4wODUsMTBjLTUuNDMsMC0xMC42ODgsMi42NjMtMTMuOTQ2LDcuMDA4Yy0wLjA3NS0wLjAzOS0wLjE1NC0wLjA2Ni0wLjIzLTAuMTAyICBjLTAuMTk4LTAuMDk2LTAuMzk5LTAuMTg3LTAuNjA0LTAuMjY5Yy0wLjExNC0wLjA0NS0wLjIyOC0wLjA4Ni0wLjM0My0wLjEyNmMtMC4yMDMtMC4wNzEtMC40MDktMC4xMzQtMC42MTktMC4xOTEgIGMtMC4xMTUtMC4wMzEtMC4yMjktMC4wNjMtMC4zNDUtMC4wODljLTAuMjI1LTAuMDUxLTAuNDU1LTAuMDktMC42ODctMC4xMjVjLTAuMTAxLTAuMDE1LTAuMi0wLjAzNS0wLjMwMi0wLjA0NiAgQzE2LjY3NywxNi4wMjMsMTYuMzQxLDE2LDE2LDE2Yy00Ljk2MywwLTksNC4wMzctOSw5YzAsMC4xMjcsMC4wMDgsMC4yNTIsMC4wMTYsMC4zNzd2MC4wMDRDMi44NTcsMjcuNjQ5LDAsMzIuMzk5LDAsMzcuMTU0ICBDMCw0NC4yMzcsNS43NjIsNTAsMTIuODQ1LDUwaDI0LjUwOGMwLjEwNCwwLDAuMjA3LTAuMDA2LDAuMzExLTAuMDE0bDAuMDYyLTAuMDA4bDAuMTM0LDAuMDA4QzM3Ljk2Miw0OS45OTQsMzguMDY0LDUwLDM4LjE2OSw1MCAgaDkuODAzQzU0LjYwNCw1MCw2MCw0NC42MDQsNjAsMzcuOTcyQzYwLDMyLjQ4Myw1Ni4xNzMsMjcuNTYsNTAuOTc2LDI2LjE5NHogTTQ3Ljk3Miw0OGgtOS44MDNjLTAuMDU5LDAtMC4xMTYtMC4wMDUtMC4xNzQtMC4wMDkgIGwtMC4yNzEtMC4wMTFsLTAuMTk4LDAuMDExQzM3LjQ2OSw0Ny45OTUsMzcuNDExLDQ4LDM3LjM1Myw0OEgxMi44NDVDNi44NjUsNDgsMiw0My4xMzUsMiwzNy4xNTRDMiwzMyw0LjcwNSwyOC42ODgsOC40MzMsMjYuOTAxICBMOSwyNi42M1YyNmMwLTAuMTI3LDAuMDA4LTAuMjU2LDAuMDE1LTAuMzg2bDAuMDA5LTAuMTZsLTAuMDEyLTAuMjFDOS4wMDYsMjUuMTYzLDksMjUuMDgyLDksMjVjMC0zLjg1OSwzLjE0MS03LDctNyAgYzAuMzA5LDAsMC42MTQsMC4wMjcsMC45MTcsMC4wNjdjMC4wNzgsMC4wMSwwLjE1NiwwLjAyMywwLjIzMywwLjAzNmMwLjI2NywwLjA0NCwwLjUzLDAuMTAyLDAuNzg5LDAuMTc3ICBjMC4wMzUsMC4wMSwwLjA3MSwwLjAxNywwLjEwNiwwLjAyN2MwLjI4NSwwLjA4NywwLjU2MywwLjE5NywwLjgzNSwwLjMyMWMwLjA3MSwwLjAzMiwwLjE0LDAuMDY3LDAuMjEsMC4xMDEgIGMwLjI0LDAuMTE5LDAuNDc1LDAuMjQ5LDAuNzAyLDAuMzk2QzIxLjcxOSwyMC4zNzMsMjMsMjIuNTM4LDIzLDI1YzAsMC41NTMsMC40NDcsMSwxLDFzMS0wLjQ0NywxLTFjMC0yLjc1NC0xLjI0Ni01LjIxOS0zLjItNi44NzEgIEMyNC42NjcsMTQuMzc5LDI5LjM4OCwxMiwzNC4wODUsMTJjNy43NDUsMCwxNC4xNzcsNi4xMzUsMTQuODQ4LDEzLjg4OGMtMS4wMjItMC4wNzItMi41NTItMC4xMDktNC4wODMsMC4xMjQgIGMtMC41NDYsMC4wODMtMC45MjEsMC41OTMtMC44MzgsMS4xMzljMC4wNzUsMC40OTUsMC41MDEsMC44NSwwLjk4NywwLjg1YzAuMDUsMCwwLjEwMS0wLjAwNCwwLjE1MS0wLjAxMiAgYzIuMjI3LTAuMzM3LDQuNTQ4LTAuMDIxLDQuNjg0LTAuMDAyQzU0LjQ5LDI4Ljg3Miw1OCwzMy4xNjEsNTgsMzcuOTcyQzU4LDQzLjUwMSw1My41MDEsNDgsNDcuOTcyLDQ4eiIgZmlsbD0iIzAwMDAwMCIvPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K" /></a></div>
- </body>
- <!-- scroll to top code 3 -->
- <a href="javascript:;" id="scroll" rel="nofollow" title="scroll to top"><img src="data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI4NC45MjkgMjg0LjkyOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkyOSAyODQuOTI5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI4Mi4wODIsMTk1LjI4NUwxNDkuMDI4LDYyLjI0Yy0xLjkwMS0xLjkwMy00LjA4OC0yLjg1Ni02LjU2Mi0yLjg1NnMtNC42NjUsMC45NTMtNi41NjcsMi44NTZMMi44NTYsMTk1LjI4NSAgIEMwLjk1LDE5Ny4xOTEsMCwxOTkuMzc4LDAsMjAxLjg1M2MwLDIuNDc0LDAuOTUzLDQuNjY0LDIuODU2LDYuNTY2bDE0LjI3MiwxNC4yNzFjMS45MDMsMS45MDMsNC4wOTMsMi44NTQsNi41NjcsMi44NTQgICBjMi40NzQsMCw0LjY2NC0wLjk1MSw2LjU2Ny0yLjg1NGwxMTIuMjA0LTExMi4yMDJsMTEyLjIwOCwxMTIuMjA5YzEuOTAyLDEuOTAzLDQuMDkzLDIuODQ4LDYuNTYzLDIuODQ4ICAgYzIuNDc4LDAsNC42NjgtMC45NTEsNi41Ny0yLjg0OGwxNC4yNzQtMTQuMjc3YzEuOTAyLTEuOTAyLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY2ICAgQzI4NC45MjksMTk5LjM3OCwyODMuOTg0LDE5Ny4xODgsMjgyLjA4MiwxOTUuMjg1eiIgZmlsbD0iIzAwMDAwMCIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=" /></a>
- <!-- end of scroll to top code 3 -->
- </html>
Add Comment
Please, Sign In to add comment