Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!--
- Theme: Felicity 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="#f2992e" />
- <meta name="color:Link Hover" content="#fcebd5" />
- <meta name="color:Sidebar background" content="#ffffff" />
- <meta name="color:Sidebar links" content="#000000" />
- <meta name="color:Sidebar text" content="#000000" />
- <meta name="color:Post Background" content="#ffffff" />
- <meta name="color:Borders" content="#dddddd" />
- <meta name="color:Tooltip Borders" content="#dddddd" />
- <meta name="color:Tooltip Bg" content="#dddddd" />
- <meta name="color:Navigation Hover" content="#fcebd5" />
- <meta name="color:Notes Background" content="#dddddd" />
- <meta name="color:Text Highlight" content="#bbbbbb" />
- <meta name="font:Body Font" content='Avalon'/>
- <meta name="if:Show Banner" content="0"/>
- <meta name="if:Cute Title" content="1"/>
- <meta name="if:Post Border" content="1"/>
- <meta name="if:Sidebar Border" content="0"/>
- <meta name="image:Background" content="" />
- <meta name="image:Sidebar BG" 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="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="text:link 4 title" content="" />
- <meta name="text:link 4" content="" />
- <link href='https://fonts.googleapis.com/css?family=Coming+Soon' 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: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-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;
- }
- .postinfo {
- {block:IndexPage}
- opacity: 0.0;
- position: absolute;
- top: 0px;
- left: 0px;
- {/block:IndexPage}
- padding: 8px 3px 3px 8px;
- width: 50px;
- background-color: transparent;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;}
- {block:IndexPage}
- .photo:hover .postinfo {opacity: 1.0;
- background-color:rgba(255,255,255,0.7);
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;}
- {/block:IndexPage}
- {block:IndexPage}
- .photoset:hover .postinfo {opacity: 1.0;
- background-color:rgba(255,255,255,0.7);
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;}{/block:IndexPage}
- .postinfo img {
- width:20px;
- }
- .notebox {
- text-align:center;background-color:{color:Notes Background};border:1px solid #000; padding: 5px; margin-top:2px;
- }
- .notebox a {
- color:#000;
- }
- #content {
- left:50%;
- {block:indexpage}
- margin-left: -255px;
- margin-top:20px;
- width: 750px;{/block:indexpage}
- {block:permalinkpage}
- margin-left:-230px;
- width:400px;
- margin-top:50px;
- {/block:permalinkpage}
- float: left;
- position:absolute;
- }
- .post {
- background: {color:Post Background};
- margin: 12px;
- padding: 5px 5px 3px 5px;
- width: 28%;
- {block:ifpostborder}
- border:1px solid {color:borders};
- {/block:ifpostborder}
- {block:ifnotpostborder}
- border:none;
- {/block:ifnotpostborder}
- {block:PermalinkPage}
- width:400px;
- height:auto;
- {/block:PermalinkPage}
- }
- /*sidebar/Sidebar*/
- #sidebar {
- background: {color:sidebar background} url('{image:sidebar bg}');
- padding-top: 20px;
- padding-bottom: 10px;
- padding-right:5px;
- padding-left: 5px;
- color: {color:sidebar text};
- width: 200px;
- float:left;
- line-height:14px;
- right: 50%;
- margin-right:280px;
- top: 200px;
- position:fixed;
- {block:ifnotsidebarborder}
- border:none;
- {/block:ifnotsidebarborder}
- {block:ifsidebarborder}
- border:1px solid {color:borders};
- {/block:ifsidebarborder}
- }
- #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: 'Coming Soon', cursive;
- }
- .blogtitle2 a:hover{
- background:{color:navigation hover};}
- .navigation {
- text-align:center;
- border:none;
- text-transform:uppercase;
- }
- .navigation a{
- padding:2px 4px 2px 4px;
- 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 {
- padding: 2px;
- }
- .text a {
- max-width:100%;
- }
- .text img {
- width:96%;
- text-align:center;
- margin:auto;
- }
- .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: 0;
- }
- 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 {
- 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, 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;
- }
- #important{
- bottom:4px;
- left:4px;
- font-size:10px;
- position:fixed;
- font-family:'calibri';
- }
- #important a {
- color:#777;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <header id="sidebar">
- <!- margin:10px;
- }-Details: portrait (optional), title and description-->
- <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>
- <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>
- <!--Search form (optional)-->
- </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="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="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