Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!--
- :) theme by bru
- please don't remove credit. :)
- -->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!--Default Variables-->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#aaaaaa"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Custom Scrollbar" content="#333"/>
- <meta name="color:Hover" content="#999">
- <meta name="image:Sidebar Image" content=""/>
- <meta name="if:Custom Scrollbar" content="1" />
- <meta name="if:hidecaptions" content="1" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 1 URL" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 2 URL" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 3 URL" content="" />
- <link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=ABeeZee&display=swap" rel="stylesheet">
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.0.9/css/font-awesome.min.css">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script type="text/javascript">
- /* by oddhour.tumblr.com */
- var updatePhotosetCss = "<style>.photoset .photoset_row { margin-top: 5px; } .photoset .photoset_row .photoset_photo { margin-left: 5px;} </style>";
- $(window).on('load', function() {
- $(".photoset").each( function (i, e) {
- $(this.contentDocument).find("head").append(updatePhotosetCss);
- });
- });
- </script>
- <!--CSS customization here. -->
- <style type="text/css">
- .iframe-controls--desktop {
- position:fixed;
- top:0px;
- right:0px;
- z-index:214748364789123456789;
- filter:invert(100%);
- -webkit-filter:invert(100%);
- -webkit-transform:scale(0.6,0.6);
- -webkit-transform-origin: 100% 0%;
- -ms-transform-origin:100% 0%;
- -ms-transform:scale(0.6,0.6);
- transform:scale(0.6,0.6);
- transform-origin:100% 0%;
- }
- {block:IfCustomScrollbar}
- ::-webkit-scrollbar {
- width:12px;
- height:12px;
- background:{color:background};
- }
- ::-webkit-scrollbar-thumb {
- background:{color:custom scrollbar};
- }
- ::-webkit-scrollbar,::-webkit-scrollbar-thumb {
- border:5px solid {color:background};
- }
- {/block:IfCustomScrollbar}
- /*body*/
- body {
- background:{color:background};
- color:{color:text};
- font-family: 'ABeeZee', sans-serif;
- font-size:12.5px;
- text-align:justify;
- margin:0;
- line-height:16px;}
- a {
- color:{color:link};
- text-decoration:none;}
- a:hover {
- text-decoration:underline;
- color:{color:hover};
- }
- blockquote {
- padding:5px 0 5px 30px;
- border-left:0px solid {color:hover};
- margin-left:30px;}
- img {
- opacity:1;
- border:none;
- text-decoration:none}
- small {
- font-size:9px;}
- big {
- font-size:12.5px;}
- #title {
- font-size:21px;
- line-height:18px;
- font-weight:bold;
- margin-bottom:-50px;
- margin-right:0px;
- text-transform:normal;
- text-align:left;}
- /*sidebar*/
- #sidebar {
- text-align:center;
- position:fixed;
- margin-left:-330px;
- margin-top:180px;
- width:268px;}
- #sidebarim {
- margin-left:-335px;
- margin-top:30px}
- #sidebarim img {
- width:100px
- }
- #sidebarim img {
- -webkit-border-radius: 15px;
- border-radius: 5px;
- }
- #blogt {
- font-size:16px;
- font-weight:bold;
- text-align:left;}
- #links {
- line-height:70%px;
- text-transform:lowercase;
- font-weight:bold;
- color:{color:link};
- }
- #links a {
- padding:0px;
- margin-right:1px;
- margin-top:10px;
- margin-bottom:3px;
- font-size:13.5px;
- display:inline-block;
- text-transform:normal;
- font-weight:bold;}
- #description {
- margin-top:60px;
- margin-left:40px;
- margin-bottom:6px;
- color:{color:text};
- text-align:left;
- }
- /*pagination*/
- #pagination {
- margin:40px 0;
- text-transform:lowercase;
- font-weight:italic;
- text-align:center;}
- /*posts*/
- #con {
- left:50%;
- margin-left:-210px;
- position:absolute;}
- #entries {
- margin-top:50px;
- width:540px;
- margin-left:60px;}
- #posts {
- width:540px;
- {block:IndexPage}
- margin-bottom:75px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:50px;
- {/block:PermalinkPage}}
- #posts img {
- max-width:540px;}
- #posts img, #posts li, #posts blockquote {
- max-width: 100%;}
- .caption {
- width:100%;}
- /*quote*/
- #titlequote{
- text-align:left;
- font-size:14px;
- line-height:18px;
- font-weight:bold;
- text-transform:lowercase;}
- #source {
- margin-top:15px;
- margin-left:15px;}
- /*asks*/
- .q {
- margin-bottom:10px;
- text-transform:lowercase;}
- .as {
- font-weight:normal;
- text-transform:lowercase;}
- .a {
- margin-top:10px;
- text-transform:lowercase;}
- /*chat*/
- .chat ol {
- padding:0;
- list-style:none;}
- .line {
- padding:5px 0;}
- .label {
- font-weight:bold;}
- /*permalinks & tags*/
- #permalink {
- margin-top:5px;
- font-size:12.5px;
- text-align:left;
- text-transform:lowercase;
- font-weight:bold;
- color:{color:text};
- }
- #permalink a {
- color:{color:text};
- margin-right:10px;}
- #permalink a:hover{
- color:{color:hover};
- }
- .tags {
- word-break:break-all;
- font-size:12.5px;
- font-weight:normal;
- text-transform:normal;
- color:{color:text};
- }
- .tags a:after { content:","; } .tags a:last-child:after { content:"."; }
- }
- .pagenotes {
- {block:IndexPage}
- display: none!important;
- {/block:IndexPage}
- width:540px;
- text-align:left;
- }
- .pagenotes img {
- display:none!important;}
- .pagenotes li {
- list-style-type:none;
- padding:5px 0px;
- text-align:left;
- margin:0 0 0 -40px;}
- /*theme credit*/
- #cred {
- font-size:12.5px;
- bottom:30px;
- font-style:none;
- right:35px;
- position:fixed;}
- #cred a:hover {
- color:{color:hover};
- }
- /*code to resize photos in captions*/
- .photocaption img {
- max-width:315px!important;}
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="cred">
- <div class="credit"><a href="https://geminicodes.tumblr.com/">©️</a>
- <br> <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5630475";
- var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
- fhs.src = "//freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
- document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
- </script> / <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3345103";
- fhsh.src = "//freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
- document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
- </script></div>
- </div>
- <div id="con">
- <div id="sidebar">
- <div id="sidebarim">
- <img src="{image:Sidebar Image}"></div>
- <center>
- <div style="margin-top: -145px; margin-left: 25px; margin-bottom:0px;
- font-size: 12px; line-height:70%px; color:{color:link}; text-decoration:none;"><div style=""></div>
- <div id="description">{Description}</div>
- </center>
- <div id="links">
- <center>
- <div style="margin-top: 0px; margin-left: 25px; margin-bottom:0px;
- font-size: 12px; line-height:70%px; color:{color:link}; text-decoration:none;"><div style=""></div>
- <a href="/">home.</a>
- <a href="/ask">inbox.</a>
- {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}.</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}.</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}.</a> {/block:ifLink3}
- </div>
- </center>
- </div>
- </div>
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:Quote}
- <div id="titlequote">“{Quote}”</div>
- {block:Source}<div id="source">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}
- <div id="titlequote">{Title}</div>{/block:Title}
- <div class="photocaption">{Body}</div>
- {/block:Text}
- {block:Link}
- <div id="titlequote"><a href="{URL}">{Name} →</a></div>{block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <div class="chat">
- <ol>{block:Lines}
- <li class="line {Alt}">
- {block:Label}
- <span class="label">
- {Label}</span>
- {/block:Label}{Line}</li>
- {/block:Lines}
- </ol></div>
- {/block:Chat}
- {block:Photo}
- <div class="media" id="{PostID}">
- <a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false"><img src="{PhotoURL-HighRes}"></a><div class="caption">{Caption}</div>
- </div>
- {/block:Photo}
- {block:Photoset}<center>{Photoset}</center>{block:ifnothidecaptions}{Caption}{/block:ifnothidecaptions}{block:ifhidecaptions}{block:permalinkpage}<div class="caption">{Caption}</div>{/block:permalinkpage}{/block:ifhidecaptions}{/block:Photoset}
- {block:Video}{Video-500}{block:ifnothidecaptions}{Caption}{/block:ifnothidecaptions}{block:ifhidecaptions}{block:permalinkpage}<div class="caption">{Caption}</div>{/block:permalinkpage}{/block:ifhidecaptions}{/block:Video}
- {block:Audio}
- {block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}
- {/block:Audio}
- {block:Answer}
- <div class="q">
- <div class="as"><b>{Asker} asked:</b>
- {Question}</div></div>
- <div class="a">{Answer}</div>
- {/block:Answer}
- {block:Date}
- <div id="permalink">
- <a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonth}">{ShortMonth} {DayOfMonth}</a>{block:NoteCount}<a href="{Permalink}"> + {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
- {block:HasTags}<div class="tags">✗ {block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </div>
- {/block:Date}
- </div>
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">previous </a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">next</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- </div>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement