Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!--
- Theme: Eloquence by mhango
- 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:Links" content="#315f7a" />
- <meta name="color:Link Hover" content="#48a1b4" />
- <meta name="color:Sidebar links" content="#000000" />
- <meta name="color:Sidebar text" content="#000000" />
- <meta name="color:Post Background" content="#9cdfed" />
- <meta name="color:Borders" content="#9cdfed" />
- <meta name="color:Blog Border" content="#9cdfed"/>
- <meta name="color:Tooltip Bg" content="#9cdfed" />
- <meta name="color:Tooltip Borders" content="#9cdfed" />
- <meta name="color:Navigation Hover" content="#5ac9e1" />
- <meta name="color:Text Highlight" content="#9cdfed" />
- <meta name="font:Body Font" content='Avalon'/>
- <meta name="if:2 Columns" content="1"/>
- <meta name="if:Show Banner" content="0"/>
- <meta name="if:Cute Title" content="1"/>
- <meta name="if:Blog Border" content="1"/>
- <meta name="image:Background" content="" />
- <meta name="image:Banner" content="" />
- <meta name="text:home title" content="home" />
- <meta name="text:ask title" content="ask" />
- <meta name="text:submit title" content="submit" />
- <meta name="text:archive title" content="index" />
- <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="text:link 4 title" content="" />
- <meta name="text:link 4" content="" />
- <link href='https://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
- {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" />
- <style type="text/css">
- body {
- background: {color:Background} url('{image:Background}');
- background-attachment:fixed;
- background-repeat:repeat;
- color: {color:text};
- font-family: {font:body font};
- font-size: 12px;
- margin: 0;
- padding: 0;
- }
- a:link, a:active, a:visited {
- color: {color:links};
- 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: {color:post background};
- border-left: 1px solid {color:borders};
- margin: 0;
- padding: 2%;
- }
- iframe, img, embed, object, video {
- max-width: 100%;
- }
- img {
- height: auto;
- width: auto;
- }
- #s-m-t-tooltip {
- font-weight:600;
- font-size:11px;
- color: {color:text};
- background-color:{color:tooltip bg};
- text-align: center;
- max-width:150px;
- border: 1px solid {color:tooltip borders};
- overflow:auto;
- text-transform:none;
- letter-spacing:0.33px;
- position: absolute;
- z-index: 999999999999;
- padding: 4px 8px 4px 8px;
- box-shadow:0 0 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 0 15px 10px;
- }
- ::-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,.7);
- 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;
- {/block:indexpage}
- }
- .postinfo{
- {block:indexpage}
- position:absolute;
- {block:if2columns}
- width:247px;
- {/block:if2columns}
- {block:ifnot2columns}
- width:207px;
- {/block:ifnot2columns}
- left:0px;
- top:50%;
- margin-top:-20px;
- line-height:30px;
- opacity:0;
- 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 a{
- color:white;
- }
- .post:hover .postinfo{
- {block:indexpage}
- opacity:1;
- {/block:indexpage}
- }
- .postinfo img {
- width:25px;
- }
- .notebox {
- text-align:center;background-color:transparent;border-top:1px solid #000; padding: 5px; margin-top:2px;
- }
- .notebox a{
- color:#000;
- }
- #content {
- {block:if2columns}
- margin-left: 530px;
- {/block:if2columns}
- {block:ifnot2columns}
- margin-left: 450px;
- {/block:ifnot2columns}
- margin-top:20px;
- width: 800px;
- float: left;
- }
- .post {
- background: {color:Post Background};
- margin: 12px;
- padding: 10px 10px 8px 10px;
- {block:indexpage}
- {block:if2columns}
- width: 240px;
- {/block:if2columns}
- {block:ifnot2columns}
- width: 200px;
- {/block:ifnot2columns}
- {/block:indexpage}
- border:none;
- height:auto;
- {block:PermalinkPage}
- width:400px;
- height:auto;
- {/block:PermalinkPage}
- }
- /*sidebar/Sidebar*/
- #sidebar {
- background: transparent;
- padding-top: 20px;
- padding-bottom: 10px;
- padding-right:5px;
- padding-left: 5px;
- color: {color:sidebar text};
- width: 250px;
- float:left;
- font-size:13px;
- line-height:14px;
- {block:if2columns}
- left: 180px;
- {/block:if2columns}
- {block:ifnot2columns}
- left: 150px;
- {/block:ifnot2columns}
- top: 200px;
- position:fixed;
- border:0px solid {color:post background};
- }
- #sidebar a {
- color: {color:sidebar links};
- }
- #header {
- text-align:center;
- }
- .blogtitle {
- padding-top:0px;
- font-size:22px;
- font-weight:normal;
- font-family: {font:body font};
- }
- .blogtitle a:hover{
- background:{color:navigation hover};}
- .blogtitle2 {
- padding-top:0px;
- font-size:26px;
- font-weight:normal;
- font-family:'Poiret One', cursive;
- }
- .blogtitle2 a:hover{
- background:{color:navigation hover};}
- .navigation {
- text-align:center;
- border:none;
- text-transform:none;
- }
- .navigation a{
- padding:2px 2px 2px 2px;
- line-height:150%;
- }
- .navigation a:hover{
- background:{color:navigation hover};
- }
- nav li {
- display: inline;
- }
- .title {
- padding-top:0px;
- font-size:18px;
- font-weight:normal;
- }
- .title a{
- color:{color:text};
- }
- .text {
- background:{color:text post background};
- padding: 5px 10px;
- }
- .text a {
- max-width:100%;
- }
- .text img {
- width:96%;
- text-align:center;
- margin:auto;
- }
- .asker {
- color:{color:link};
- font-weight:700;
- }
- .quoteyo {
- font-size:14px;
- font-weight:700;
- font-family: {select:body font};
- }
- .quotesource {
- padding-top:5px;
- padding-bottom:5px;
- }
- .chat {
- padding: 5px 10px;
- background:{color:text post background};
- }
- .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: 0;
- }
- ol.notes {
- list-style-type:none;
- line-height:150%;
- padding:0;
- margin 0 0;
- border-bottom:solid 1px {color:borders};
- }
- ol.notes li.note {
- border-top:1px solid {color:borders};
- padding:5px;
- }
- ol.notes li.note img {
- padding:0 !important;
- }
- ol.notes li.note img.avatar {
- vertical-align:-4px;
- margin-right:5px;
- width:16px;
- height:16px;
- }
- /*
- #tags {
- margin:4px;
- text-align:right;
- opacity: .8;
- -moz-opacity: .8;
- filter: alpha(opacity = 80);
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;}
- */
- #tags {
- text-align:left;
- opacity: 1;
- }
- #tags, nav ul, .chat ul {
- list-style: none;
- list-style-image: none;
- margin: 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;
- }
- #top{position:fixed;left:0px;top:0;width:100%;height:15px;background:{color:Blog Border};z-index:6;}
- #bottom{position:fixed;left:0px;bottom:0;width:100%;height:15px;background:{color:Blog Border};z-index:6;}
- #left{position:fixed;left:0px;bottom:0;height:100%;width:15px;background:{color:Blog Border};z-index:6;}
- #right{position:fixed;right:0px;bottom:0;height:100%;width:15px;background:{color:Blog Border};z-index:6;}
- #important{
- bottom:1px;
- left:1px;
- font-size:10px;
- position:fixed;
- font-family:'calibri';
- z-index:9999999999999999999999999999;
- }
- #important a{
- color:#000;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- {block:ifblogborder}
- <div id="top"></div>
- <div id="right"></div>
- <div id="left"></div>
- <div id="bottom"></div>
- {/block:ifblogborder}
- <!--Sidebar/sidebar-->
- <header id="sidebar">
- <div id="header">
- {block:ifnotshowbanner}
- {block:ifnotcutetitle}<div class="blogtitle"><a href="/">{Title}</a></div>{/block:ifnotcutetitle}
- {block:ifcutetitle}
- <div class="blogtitle2"><a href="/">{Title}</a></div>
- {/block:ifcutetitle}<br>
- {/block:ifnotshowbanner}
- {block:ifshowbanner} <a href="/"><img src="{image:banner}" width="245px"></a>{/block:ifshowbanner}
- {block:Description}
- <p>{Description}</p>
- {block:Description}
- </div>
- <!--Navigation-->
- <div class="navigation">
- {block:ifhometitle} <a href="/">{text:home title}</a> {/block:ifhometitle}
- {block:ifasktitle}
- <a href="/ask">{text:ask title}</a>
- {/block:ifasktitle}
- {block:ifsubmittitle}
- <a href="/submit">{text:Submit title}</a> {/block:ifsubmittitle}
- {block:ifarchivetitle}
- <a href="/archive">{text:archive title}</a> {/block:ifarchivetitle}
- {block:iflink1}<a href="{text:link 1}">{text:link 1 title}</a> {/block:iflink1}
- {block:iflink2}<a href="{text:link 2}">{text:link 2 title}</a> {/block:iflink2}
- {block:iflink3}<a href="{text:link 3}">{text:link 3 title}</a> {/block:iflink3}
- {block:iflink4}<a href="{text:link 4}">{text:link 4 title}</a> {/block:iflink4}
- <!-- {block:HasPages}
- {block:Pages}
- <a href="{URL}">{Label}</a>
- {/block:Pages}
- {/block:HasPages}-->
- <a href="https://mhango.tumblr.com">theme</a></div>
- </header>
- <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="{permalink}">{notecountwithlabel} </a> / <a href="{ReblogURL}">reblog</a></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}
- <div class="overlay"></div><div class="postinfo"><a href="{ReblogURL}" target="_blank"><img src="https://static.tumblr.com/qqwi01i/7IDmlddc5/refresh-32.png" width="16px"></a>
- <a href="{Permalink}"><img src="https://static.tumblr.com/qqwi01i/d1nmlddfq/link-2-32.png" width="16px"></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}
- <div class="overlay"></div>
- <div class="postinfo"><a href="{ReblogURL}" target="_blank"><img src="https://static.tumblr.com/qqwi01i/7IDmlddc5/refresh-32.png" width="16px"></a>
- <a href="{Permalink}"><img src="https://static.tumblr.com/qqwi01i/d1nmlddfq/link-2-32.png" width="16px"></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="{permalink}">{notecountwithlabel} </a> / <a href="{ReblogURL}">reblog</a></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="{permalink}">{notecountwithlabel} </a> / <a href="{ReblogURL}">reblog</a></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="{permalink}">{notecountwithlabel} </a> / <a href="{ReblogURL}">reblog</a></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}">{notecountwithlabel} </a> / <a href="{ReblogURL}">reblog</a></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}">{notecountwithlabel} </a> / <a href="{ReblogURL}">reblog</a></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="{permalink}">{notecountwithlabel} </a> / <a href="{ReblogURL}">reblog</a></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>
- <!-- 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>
- <script type="text/javascript" src="https://static.tumblr.com/kjtbii3/RQJmuycrq/scrolltotop.js"></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'll 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">THEME</a></div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment