Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <head>
- <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}
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:link" content="#888888"/>
- <meta name="color:text" content="#000000"/>
- <meta name="color:hover" content="#000000"/>
- <meta name="if:500px" content="1" />
- <meta name="if:shadow" content="1" />
- <meta name="if:smallsidebar" content="1" />
- <meta name="if:uppercaselinks" content="1" />
- <meta name="if:leftsidebar" content="1" />
- <meta name="image:sidebar" content=""/>
- <meta name="image:Background" content="" />
- <meta name="text:link 1 URL" content="" />
- <meta name="text:link 1" content="" />
- <meta name="text:link 2 URL" content="" />
- <meta name="text:link 2" content="" />
- <meta name="text:link 3 URL" content="" />
- <meta name="text:link 3" content="" />
- <script src="https://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- <style type="text/css">
- #s-m-t-tooltip{
- max-width:300px;
- margin:15px;
- padding:2px 8px;
- background:#FFF;
- color:#222;
- z-index:999999;
- font-size:8px;
- font-style:italic;
- text-transform:lowercase;
- }
- /* --- UPDATES ---*/
- #updates {
- font-size:9px;
- color:#999;
- text-align:left;
- line-height:13px;
- height:13px;
- width:112px;
- padding:4px;
- top:15px;
- left:20px;
- z-index:10;
- font-family:arial;
- position:fixed;
- overflow:hidden;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #updates:hover {
- height:685px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #updatestitle {
- font-size:8px;
- text-transform:uppercase;
- font-family:arial;
- color:#666;
- }
- body{
- color:black;
- font-family:arial;
- font-size:10px;
- color:{color:text};
- background: {color:Background} url('{image:Background}') no-repeat center fixed ;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- }
- .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop {
- position: fixed !important;
- -webkit-filter:invert(70%);
- top:10px!important;
- right:10px!important;
- position:fixed!important;
- opacity:0.5!important;;
- }
- .tmblr-lightbox { background:#fff !important; }
- .vignette { opacity:0!important; }
- .lightbox-caption {
- color:inherit!important;
- font-family:inherit!important;
- font-size:inherit!important;;
- font-weight:normal!important;
- text-shadow:none!important;
- }
- .lightbox-image {
- border-radius:0px!important;
- -webkit-border-radius:0px!important;
- -moz-border-radius:0px!important;
- box-shadow:none!important;
- -webkit-box-shadow:none!important;
- -moz-box-shadow:none!important;
- }
- /*---tumblr controls---*/
- #tumblr_controls, .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop {
- top:5px;
- right:5px!important;
- position:fixed !important;
- -webkit-filter: invert(1);
- -moz-filter: invert(100%);
- -o-filter: invert(100%);
- opacity:.4;
- filter:alpha(opacity=40);
- -moz-opacity:.4;
- z-index:999999999!important;
- }
- a{
- color:{color:link};
- text-decoration:none;
- -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
- }
- a:hover{
- color:{color:hover};
- text-decoration:underline;
- }
- blockquote {padding-left:5px; margin-top:2px; margin-bottom:2px;
- border-left:1px solid #eee;
- margin-left:15px;}
- h1{
- font-size:14px;
- font-weight:bold;
- }
- #entries{
- {block:if500px}
- width:500px;
- {block:ifnotsmallsidebar}
- {block:ifleftsidebar}
- margin-left:450px;
- {/block:ifleftsidebar}
- {block:ifnotleftsidebar}
- margin-left:200px;
- {/block:ifnotleftsidebar}
- {/block:ifnotsmallsidebar}
- {block:ifsmallsidebar}
- {block:ifleftsidebar}
- margin-left:450px;
- {/block:ifleftsidebar}
- {block:ifnotleftsidebar}
- margin-left:200px;
- {/block:ifnotleftsidebar}
- {/block:ifsmallsidebar}
- {/block:if500px}
- position:absolute;
- padding:5px;
- }
- #post{
- background-color:#fff;
- width:540px;
- float:left;
- margin:20px;
- padding:10px;
- }
- /*sidebar*/
- #sidebar{
- {block:ifleftsidebar}
- margin-left:200px;
- {/block:ifleftsidebar}
- {block:ifnotleftsidebar}
- margin-left:825px;
- {/block:ifnotleftsidebar}
- {block:ifnotsmallsidebar}
- width:250px;
- {/block:ifnotsmallsidebar}
- {block:ifsmallsidebar}
- width:200px;
- {/block:ifsmallsidebar}
- background-color:#fff;
- margin-top:150px;
- position:fixed;
- padding:10px;
- text-align:left;
- }
- #sidebarimage{
- {block:ifnotsmallsidebar}
- width:250px;
- {/block:ifnotsmallsidebar}
- {block:ifsmallsidebar}
- width:200px;
- {/block:ifsmallsidebar}
- }
- #sidebarimage img{
- {block:ifnotsmallsidebar}
- width:250px;
- {/block:ifnotsmallsidebar}
- {block:ifsmallsidebar}
- width:200px;
- {/block:ifsmallsidebar}
- }
- #blogt {font-size:16px;
- font-weight:bold;
- margin-top:8px;
- text-align:left;
- text-transform:lowercase;
- }
- #links{
- margin-top:10px;
- font-weight:bold;
- {block:ifuppercaselinks}
- text-transform:uppercase;
- font-size:8px;
- {/block:ifuppercaselinks}
- }
- #links a{
- color:{color:link};
- margin-right:7px;
- }
- #description{
- margin-top:10px;
- margin-bottom:5px;
- border-top:1px solid #eee;
- padding-top:10px;
- }
- #pagination {
- margin-top:5px;
- float:right;
- font-weight:bold;
- margin-left:50px;
- margin-bottom:50px;
- width:500px;
- }
- #pagination a{
- background-color:#fff;
- padding:10px;
- font-style:italic;
- text-transform:uppercase;
- font-size:9px;
- }
- #postinfo{
- margin-top:10px;
- line-height:175%;
- border-top:1px solid #eee;
- padding-top:5px;
- }
- .time{
- {block:ifuppercaselinks}
- text-transform:uppercase;
- font-size:8px;
- {/block:ifuppercaselinks}
- display:inline-block;
- font-weight:bold;
- }
- #tags{
- opacity:0;
- -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
- }
- #post:hover #tags{
- opacity:1;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <!-- begin updates tab -->
- <div id="updates">
- <div id="updatestitle">updates</div>
- <br>pam, 24, biochemistry student, <a href="/tagged/intj">intj</a>, <a href="/tagged/slytherin">slytherin</a>, brazil. obsessed with fantasy books, super heroes and sam winchester.
- <br><br><a href="https://mypridebuttons.tumblr.com" target="_blank">
- <img src="https://i.ibb.co/85j6qk6/aroace.png" border="0" style="border:none;max-width:100%;" alt="PRIDE" /></a>
- <br><br>this is a multifandom blog. basically tolkien, supernatural, marvel, harry potter, star wars, and other tv shows and movies. <b>not spoiler free, but I tag everything.</b>
- <br><font color="#f1f1f1">________________________</font>
- <br><br><i>if we are mutuals i would really appreciate if you tag your spoilers and #veins, thanks.</i>
- <br><br><a href="/tagged/happy-tag"><big><b>FOR YOU</b> ♡</big></a>
- </div>
- <!-- end updates tab -->
- <div id="sidebar">
- <div id="blogt">{Title}</div>
- <div id="links">
- <a href="/">home</a>
- <a href="/message">message</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>
- <div id="description">
- <a href="https://frodo-sam.tumblr.com/tagged/about-me">pam</a>, intj, brazil.<br> angels like you can't fly down here with me, I'm everything they said I would be.
- </div>
- </div>
- <div id="entries">
- {block:Posts}
- <div id="post">
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Text}{Body}{/block:Text}
- {block:Photo}
- {block:if500px}<img src="{PhotoURL-HighRes}" width="540"/>{/block:if500px}
- {/block:Photo}
- {block:Photoset}
- {Photoset}
- {/block:if500px}
- {/block:Photoset}
- {block:Quote}
- <h1>"{Quote}"</h1>
- <div align="right">
- {block:Source}-{Source}{/block:Source}
- </div>
- {/block:Quote}
- {block:Video}
- {block:if500px}
- {Video-500}
- {/block:if500px}
- <br>
- {PlayCountWithlabel}
- {/block:Video}
- {block:link}
- <a href="{URl}" class="link" {Target}>{Name}</a><BR>
- {block:Description}{Description}{/block:Description}
- {/block:link}
- {block:Chat}
- {block:lines}
- {block:label}
- <br>{label}
- {/block:label}
- {line}
- {/block:lines}
- {/block:Chat}
- {block:Audio}
- {AudioPlayerWhite}
- <br>{block:Artist} Artist: {artist}
- {/block:Artist}<br>
- {/block:Audio}
- {block:Answer}
- {Asker} asked <b>{Question}</b><Br>
- {Answer}
- {/block:Answer}
- {block:Caption}
- {Caption}
- {/block:Caption}
- <div id="postinfo">
- {block:Date}<div class="time">{TimeAgo}</div>{/block:Date} / <a href="{Permalink}" title="{ShortMonth} {DayOfMonthWithZero}{DayOfMonthSuffix}, {Year}">
- {NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a><br>{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 id="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- </div>
- {block:PermalinkPage}
- <br>
- <Br>
- {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- {block:Pagination}
- <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">back</a> {/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</div>
- {/block:Pagination}
- </div>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div style="position:fixed;bottom:5px;right:5px;z-index:999"><a href="https://hoenarry.tumblr.com">theme</a></div>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
- <script>
- /* questions? ask oddhour.tumblr.com */
- var updatePhotosetCss = "<style id='updatePhotosetStyle'> .photoset .photoset_row.photoset_row_1 img { max-width: 540px; } .photoset .photoset_row.photoset_row_2 img { max-width: 268px; } .photoset .photoset_row.photoset_row_3 img { max-width: 177px; } .photoset .photoset_row { text-align: center; width: 540px; } .photoset { width: 540px; }</style>";
- function updatePhotoset() {
- $(".photoset").each( function (i, e) {
- if($(this.contentDocument).find("#updatePhotosetStyle").size() <= 0)
- $(this.contentDocument).find("head").append(updatePhotosetCss);
- var photoset = $(this.contentDocument).find(".photoset");
- var photosetRows = photoset.find(".photoset_row");
- photoset.find(".photoset_photo")
- .each(function () {
- var hiResSrc = $(this).attr("href");
- var img = $(this).find('img');
- img.attr("src", hiResSrc );
- img.attr("style", "");
- });
- photosetRows.attr("style", "").css("margin-bottom", "-5px");
- photoset.attr("style","");
- $(this).height($(this.contentDocument.body).height());
- });
- }
- updatePhotoset();
- var photosetTimer = setInterval(updatePhotoset, 1500);
- $(window).on('load', function () { setTimeout(function() {clearInterval(photosetTimer)}, 2000); })
- </script>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment