Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- THEME 8 BY [email protected] / BLOODYNOVAK '19
- DO NOT REMOVE CREDIT OR REDISTRIBUTE AS YOUR OWN
- DO NOT STEAL SECTIONS OF MY THEME OR USE IT AS A BASE
- thank you for using/considering my theme!
- -->
- <!DOCTYPE html>
- <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:Text" content="#252525"/>
- <meta name="color:Link" content="#EEEEEE"/>
- <meta name="color:Background" content="#FFFFFF"/>
- <meta name="color:Border" content="#EEEEEE"/>
- <meta name="color:Scrollbar" content="#EEEEEE"/>
- <meta name="color:Tooltipbg" content="#444444"/>
- <meta name="color:Tooltiptextcolor" content="#FFFFFF"/>
- <meta name="if:Show Tags" content"0">
- <meta name="if:Show Social" content"0">
- <meta name="if:Show SidebarImage" content"0">
- <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="" />
- <meta name="text:Link 4 URL" content="" />
- <meta name="text:Link 4" content="" />
- <meta name="text:facebook url" content="" />
- <meta name="text:twitter url" content="" />
- <meta name="text:instagram url" content="" />
- <meta name="text:pinterest url" content="" />
- <meta name="image:SidebarImage" content=""/>
- <!-- jquery for tooltips-->
- <script type="text/javascript"
- src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <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>
- <!-- fonts -->
- <link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,900&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap" rel="stylesheet">
- <script src="https://unpkg.com/[email protected]/dist/ionicons.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>
- <!-- video resizing by nouvae.tumblr.com -->
- <script src="https://rawgit.com/robinpx/tumblr/master/scripts/flexibleFrames/flexibleFrames.min.js"></script>
- <script>
- $(document).ready(function() {
- flexibleFrames($(".video")); // $(".video") is the class selector passed in the argument
- });
- </script>
- <style type="text/css">
- ::-webkit-scrollbar {
- width:17px;
- height:17px;}
- ::-webkit-scrollbar {
- background-color:{color:background}; }
- ::-webkit-scrollbar-track {
- border:8px solid {color:background};
- background-color:{color:scrollbar}; }
- ::-webkit-scrollbar-thumb {
- border:8px solid {color:background};
- background-color:{color:link};
- min-height:24px;
- min-width:24px;}
- #s-m-t-tooltip{
- font-size:12px;
- position:absolute;
- margin: 20px;
- z-index:9999;
- -moz-border-radius:5px;
- -webkit-border-radius:5px;
- background:{color:tooltipbg};
- color:{color:tooltiptextcolor};
- padding:5px;}
- /* modified tumblr controls by magnusthemes.tumblr.com */
- .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%; }
- body {
- background:{color:background};
- color:{color:text};
- text-align:left;
- font-family: 'Open Sans', sans-serif;
- line-height:2;
- font-size:13px;
- letter-spacing:1px;}
- blockquote {
- border-left:2px solid {color:border};
- margin-left:25px;
- padding-left:25px;}
- a {color:{color:link};
- text-decoration:none;
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -ms-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;}
- a:hover {
- color:{color:link};
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -ms-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;}
- img{opacity:1;
- border:none;}
- small {font-size:10px;}
- big {font-size:11px;}
- #title {
- text-align:left;
- font-family: 'Playfair Display', serif;
- text-transform:uppercase;
- font-weight:900;
- font-size:23px;
- padding-bottom:10px;}
- #sidebar {
- position:fixed;
- width:300px;
- position:fixed;
- margin-left:10%;
- margin-top:-30px;}
- #sidetitle {
- text-align:left;
- width:350px;
- font-size:42px;
- font-weight:900;
- font-family: 'Playfair Display', serif;
- letter-spacing:2.5px;
- color:{color:text};
- text-transform:uppercase;
- line-height:1;
- padding-bottom:10px; }
- #sidetitle a {
- color:{color:text};}
- #sidetitle a:hover {
- color:{color:link}; }
- #links {
- line-height:2.5;
- font-weight:600;
- margin-top:15px;
- width:300px; }
- #links a {
- padding-bottom:6px;
- color:{color:text};
- margin-right:15px; }
- #links a:hover {color:{color:link};}
- #desc {
- color:{color:text};
- text-transform:lowercase;
- width:300px;
- padding-top:5px;
- height:auto;
- text-align:left;}
- #desc a {
- color:{color:text};}
- #sideimage {
- margin-top:-10px;
- margin-bottom:30px;
- margin-left:10px;
- width:65px;
- height:65px;
- {block:ifNotShowSidebarImage}
- display:none;
- {/block:ifNotShowSidebarImage} }
- #sideimage img {
- border:1px solid {color:border};
- width:65px;
- height:65px;
- border-radius:100%;}
- #entries {
- position:relative;
- margin-left:45%;
- margin-top:170px;
- width:500px;}
- #posts {
- width:500px;
- {block:IndexPage}
- margin-bottom:145px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:50px;
- {/block:PermalinkPage}}
- #posts img {
- max-width:500px;}
- #posts li, #posts blockquote {
- max-width: 100%;
- line-height:2;}
- .caption {
- padding-top:10px;
- background-color:{color:background};
- width:auto;
- text-align:justify;
- overflow:hidden;
- margin-top:5px;
- padding-left:15px;
- border-left:1px solid {color:border}; }
- #permalink {
- margin-top:20px;
- text-transform:lowercase;
- text-align:left;
- padding-bottom:15px;
- padding-top:20px;
- border-top:1px solid {color:border};}
- #permalink a {margin-right:10px; color:{color:text}; }
- #permalink a:hover {
- color:{color:link}; }
- #tags {
- max-width:500px;
- line-height:2.3;
- text-transform:lowercase;
- text-align:justify;
- word-break:break-all;
- margin-top:25px;
- {block:ifNotShowTags}
- display:none;
- {/block:ifNotShowTags}}
- #tags a {
- color:{color:text};
- margin-right:15px; }
- #tags a:hover {
- color:{color:link};
- opacity:1;}
- .pagenotes {
- {block:IndexPage}
- display: none!important;
- {/block:IndexPage}
- width:auto;
- text-align:left;
- font-size:15px;
- }
- .pagenotes img {
- display:none!important;}
- .pagenotes a{
- text-align:left;}
- .pagenotes li {
- border-bottom:1px solid {color:border};
- list-style-type:none;
- padding:10px 10px;
- padding-bottom:20px;
- text-align:left;
- margin:40px 0 0 -40px;}
- #titlequote{text-align:left;
- font-size:16px;
- line-height:2;
- font-style:bold; }
- #source {
- text-align:left;
- font-size:16px;
- font-weight:900;
- font-family: 'Playfair Display', serif;
- text-transform:uppercase;
- margin-bottom:15px;
- line-height:2;}
- #player {
- opacity:0.6;
- width:500px;
- height:70px;
- padding:10px;
- overflow:hidden;
- position:absolute;
- background-color:{color:border};
- }
- #playerbg {
- padding:4px;
- width:auto;
- background-color:{color:border};
- opacity: 0.5;
- filter:alpha(opacity=70);
- -moz-opacity: 0.7;
- -khtml-opacity: 0.7; }
- #albumart{
- width:90px;
- height:90px; }
- #albumart img {
- width:90px;
- height:90px;
- }
- #albumdet {
- height:auto;
- padding:10px;
- width:auto;
- margin-top:25px;
- display:inline-block;
- background-color:{color:background}; }
- .question {
- line-height:1.8;}
- .asker {
- font-weight:bold;
- letter-spacing:0.7px;
- text-transform:uppercase;}
- .asker a {
- font-style:italic; }
- .answer {
- border-top:1px solid {color:border};
- padding-top:10px;
- text-align:left;
- line-height:1.8;
- padding-right:10px;margin-top:15px; }
- .chat ol {
- padding:0;
- list-style:none; }
- .line {padding:10px 0; }
- .label {font-weight:bold;
- text-transform:uppercase;
- border-bottom:1px solid {color:link};
- padding-bottom:6px; }
- .credit {
- background-color:{color:background};
- padding:10px;
- font-size:15px;
- bottom:15px;
- right:20px;
- position:fixed;
- text-align:left;
- border-radius:30%;
- }
- .credit a {
- color:{color:text};
- cursor:crosshair; }
- .credit a:hover {
- color:{color:link};
- font-size:20px; }
- #pagination {
- width:auto;
- font-size:30px;
- color:{color:text};
- margin-top:20px;
- margin-bottom:30px;
- text-align:center;}
- #pagination a {
- color:{color:text};
- margin-top:30px;
- padding:0 2px;
- margin-right:10px;}
- #places {
- margin-top:30px;
- width:auto;
- text-align:left;
- {block:ifNotShowSocial}
- display:none!important;
- {/block:ifNotShowSocial}}
- #places a {
- margin-right:15px;
- color:{color:text}; }
- #places a:hover {
- color:{color:link};
- }
- ion-icon {
- font-size: 24px;}
- @media only screen and (max-width: 415px) {
- #sidebar {
- display:none!important;}
- #entries {
- margin-top:100px;
- width:250px;}
- #posts {
- width:250px;}
- #posts img {
- width:250px;}
- body {
- font-size:12px;}
- #sideimage {
- display:none!important;}
- .photoset {
- width:250px;}}
- @media only screen and (max-width: 600px) {
- #sideimage {
- display:none!important;}
- #sidebar {
- margin-top:0px;
- width:130px;}
- #links {
- width:140px;}
- #desc {
- width:120px;}
- #entries {
- width:250px;
- margin-left:45%;}
- #posts {
- width:250px;}
- #posts img {
- width:250px; }
- body {
- font-size:12px; }
- #sidetitle {
- font-size:26px;
- width:150px; }
- #player {
- width:250px;}
- #albumart{
- width:100px;
- display:none!important;}
- #albumart img {
- width:100px;
- display:none!important;}
- #playerbg {
- width:250px; }
- #albumdet {
- margin-top:95px;
- }
- .photoset {
- width:250px; } }
- @media only screen and (max-width: 800px) {
- #entries {
- width:250px;}
- #posts {
- width:250px;}
- #posts img {
- width:250px; }
- .photoset {
- width:250px;} }
- @media only screen and (max-width: 992px) and (min-width: 601px) {
- #sidetitle {
- width:200px;
- font-size:38px;}
- #sidebar {
- width:150px; }
- #links {
- width:150px; }
- #desc {
- width:200px;}
- #entries {
- width:400px;
- margin-left:45%;}
- #posts {
- width:400px;}
- #posts img {
- width:400px;}
- #player {
- width:400px;}
- #albumart{
- width:100px;}
- #albumart img {
- width:100px; }
- #playerbg {
- width:400px; }
- .photoset {
- width:400px; } }
- @media only screen and (max-width: 1024px) and (min-width: 993px) {
- #entries {
- margin-left:45%;} }
- @media only screen and (min-width: 1440px) {
- #sidetitle {
- line-height:1.3;} }
- .photoset {
- padding:10px; }
- {CustomCSS}
- </style></head>
- <body>
- <div id="sidebar">
- <div id="sideimage"><img src="{image:SidebarImage}"> </div>
- <div id="sidetitle"> <a href="/" title="home">{Title}</a> </div>
- <div id="desc"> <a style="cursor:default;"> {Description}</a> </div>
- <div id="links">
- {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}
- {block:ifLink4}<a href="{text:Link 4 URL}">{text:link 4}</a>{/block:ifLink4}
- </div>
- <div id="places">
- <a href="{text:facebook url}" title="facebook"><ion-icon name="logo-facebook"></ion-icon></a>
- <a href="{text:twitter url}" title="twitter"><ion-icon name="logo-twitter"></ion-icon></a>
- <a href="{text:instagram url}" title="instagram"><ion-icon name="logo-instagram"></ion-icon></a>
- <a href="{text:pinterest url}" title="pinterest"><ion-icon name="logo-pinterest"></ion-icon></a>
- </div>
- </div>
- <div id="entries">
- {block:posts}
- <div id="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:Quote}
- <div id="titlequote">“{Quote}”</div><br>
- {block:Source}<div id="source"> — {Source} </div> {/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}
- <div id="title">{Title}<br> —
- </div>{/block:Title}
- {Body}
- {/block:Text}
- {block:Link}
- <div id="title"><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}
- {LinkOpenTag}<img src="{PhotoURL-500}" width="{PhotoWidth-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
- {/block:Photo}
- {block:Photoset}
- <div class="photoset"> {Photoset-500} </div>
- {/block:Photoset}
- {block:Video}
- <div class="video">{Video-500} </div>
- {/block:Video}
- {block:Audio}
- <div id="player" id="playerbg">{AudioPlayerGrey} </div>
- {block:AlbumArt}
- <div id="albumart"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div id="albumdet">
- {block:TrackName}Title: {TrackName}{/block:TrackName}<br> </a>
- {block:Artist}Artist: {Artist}{/block:Artist}<br>
- {block:Album}Album: {Album}{/block:Album}<br> </div>
- {/block:Audio}
- {block:Answer}
- <div class="asker">from: {Asker} </a> </div><br>
- <div class="question">{Question}</div>
- <div class="answer"> {Answer} </div>
- {/block:Answer}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {block:Date}
- <div id="permalink">
- <a href="{Permalink}" title="permalink"> {TimeAgo} </a>
- {/block:Date}
- — <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
- <br>
- {block:permalinkpage}
- {block:NoteCount} this post has {NoteCount} notes. {/block:NoteCount}
- <br>
- {block:RebloggedFrom}via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource}by: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource}{/block:RebloggedFrom} {/block:permalinkpage}
- </div>
- {/block:Date}
- {block:HasTags}<div id="tags"> # — {block:Tags}<a href="{TagUrl}">{Tag}</a> {/block:Tags} </div>{/block:HasTags}
- </div>
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}" title="previous"> ‹ </a>
- {/block:PreviousPage}
-
- {block:NextPage}
- <a href="{NextPage}" title="next"> › </a>
- {/block:NextPage}
- {/block:Pagination} </div>
- </div>
- </div>
- <div class="credit">
- <a href="https://aresanglant.tumblr.com/" target="_blank" title="theme">@</a>
- </div>
- </body>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment