Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!--
- Theme: Castaway by mhango
- Credits to
- @buildthemes for the base code
- @painthemes for the scroll to top
- 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="#000000" />
- <meta name="color:Link Hover" content="#000000" />
- <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="#000000" />
- <meta name="color:Tooltip Borders" content="#ddd" />
- <meta name="color:Tooltip Bg" content="#ddd" />
- <meta name="color:Navigation Hover" content="#bbbbbb" />
- <meta name="color:Notes Background" content="#dddddd" />
- <meta name="color:Text Highlight" content="#bbbbbb" />
- <meta name="font:Body" content='Avalon'/>
- <meta name="if:Show Banner" content="0"/>
- <meta name="if:Cute Title" content="1"/>
- <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=Shadows+Into+Light+Two' 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-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:text};
- 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;
- 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;
- 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: #fff;
- }
- ::selection {
- background: {color:Text highlight};
- color: #fff;
- }
- .notebox {
- text-align:center;
- background-color:{color:notes background};
- border:1px solid {color:borders};
- padding: 5px;
- margin-top:2px;
- }
- .notebox a {
- color: {color:text};
- }
- #content {
- left:50%;
- {block:indexpage}
- margin-left: -272px;
- margin-top:20px;
- width: 800px;{/block:indexpage}
- {block:permalinkpage}
- margin-left:-230px;
- width:400px;
- margin-top:20px;
- {/block:permalinkpage}
- float: left;
- position:absolute;
- }
- .post {
- background: {color:Post Background};
- margin: 12px;
- padding: 5px;
- width: 30%;
- border:1px solid {color:borders};
- {block:PermalinkPage}
- width:400px;
- height:auto;
- {/block:PermalinkPage}
- }
- /*sidebar/Sidebar*/
- #sidebar {
- background: {color:sidebar background} url('{image:sidebar bg}');
- padding-top: 20px;
- padding-bottom: 20px;
- padding-right:20px;
- padding-left: 20px;
- color: {color:sidebar text};
- width: 150px;
- float:left;
- text-align:center;
- line-height:14px;
- height:auto;
- right: 50%;
- margin-right:320px;
- top: 200px;
- position:fixed;
- border:0px solid {color:borders};
- }
- #sidebar a {
- color: {color:sidebar links};
- }
- .blogtitle {
- padding-top:0px;
- font-size:22px;
- font-weight:normal;
- font-family: {font:body};
- color:red;
- }
- .blogtitle2 {
- padding-top:0px;
- font-size:26px;
- font-weight:normal;
- font-family: 'Shadows Into Light Two', cursive;
- }
- .navigation {
- text-align:center;
- border:1px solid {color:borders};
- height:18px;
- width:150px;
- padding-top:6px;
- }
- .navigation {
- -webkit-transform: translateZ(0);
- transform: translateZ(0);
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- -moz-osx-font-smoothing: grayscale;
- position: relative;
- -webkit-transition-property: color;
- transition-property: color;
- -webkit-transition-duration: 0.3s;
- transition-duration: 0.3s;
- }
- .navigation:before {
- content: "";
- position: absolute;
- z-index: -1;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background: {color:Navigation Hover};
- -webkit-transform: scaleX(0);
- transform: scaleX(0);
- -webkit-transform-origin: 0 50%;
- transform-origin: 0 50%;
- -webkit-transition-property: transform;
- transition-property: transform;
- -webkit-transition-duration: 0.3s;
- transition-duration: 0.3s;
- -webkit-transition-timing-function: ease-out;
- transition-timing-function: ease-out;
- }
- .navigation:hover, .navigation:focus, .navigation:active {
- color: {color:Sidebar Text};
- }
- .navigation:hover:before, .navigation:focus:before, .navigation:active:before {
- -webkit-transform: scaleX(1);
- transform: scaleX(1);
- }
- 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;
- }
- #important{
- bottom:4px;
- left:4px;
- font-size:10px;
- position:fixed;
- font-family:'calibri';
- }
- #important a{
- color:#777;
- }
- .metadata {
- display: inline-block;
- width: 100%;
- }
- .notecount {
- float: right;
- }
- .reblogged {
- float: right;
- margin: 3% 0;
- width: 100%;
- }
- .sourcesxxx {
- filter:alpha(opacity=0);
- opacity:0;
- }
- /*Custom CSS*/
- {CustomCSS}
- </style>
- </head>
- <body>
- <!--Sidebar/sidebar-->
- <div id="sidebar">
- <!--Details: portrait (optional), title and description-->
- {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}
- <!--Navigation-->
- {block:ifhometitle} <a href="/"><div class="navigation">{text:home title}</div></a><br>{/block:ifhometitle}
- {block:ifasktitle}
- <a href="/ask"><div class="navigation">{text:ask title}</div></a><br>
- {/block:ifasktitle}
- {block:ifsubmittitle}
- <a href="/submit"><div class="navigation">{text:Submit title}
- </div></a><br>{/block:ifsubmittitle}
- {block:ifarchivetitle}
- <a href="/archive"><div class="navigation">{text:archive title}
- </div></a><br>{/block:ifarchivetitle}
- {block:iflink1}<a href="{text:link 1}"><div class="navigation">{text:link 1 title}</div></a><br>{/block:iflink1}
- {block:iflink2}<a href="{text:link 2}"><div class="navigation">{text:link 2 title}</div></a><br>{/block:iflink2}
- {block:iflink3}<a href="{text:link 3}"><div class="navigation">{text:link 3 title}</div></a><br>{/block:iflink3}
- {block:iflink4}<a href="{text:link 4}"><div class="navigation">{text:link 4 title}</div></a><br>{/block:iflink4}
- <!-- {block:HasPages}
- {block:Pages}
- <a href="{URL}">{Label}</a>
- {/block:Pages}
- {/block:HasPages}-->
- <a href="https://mhango.tumblr.com"><div class="navigation">theme</div></a>
- <!--Search form (optional)-->
- </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="{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="notebox"><a href="{permalink}">{notecountwithlabel} </a> / <a href="{ReblogURL}">reblog</a></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="notebox"><a href="{permalink}">{notecountwithlabel} </a> / <a href="{ReblogURL}">reblog</a></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>
- <!-- 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>
- <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>
Advertisement
Add Comment
Please, Sign In to add comment