Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <!---
- 2nd Hokage theme by @tobirama
- minimalistic sidebar theme for the homies.
- --->
- <head>
- <title>{Title}</title>
- <link rel="icon" href="{image:FavIcon}" type="image/gif" >
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <!--- Add Custom Fonts Here (like Google Fonts) --->
- <link href="https://fonts.googleapis.com/css2?family=Manrope&display=swap" rel="stylesheet">
- <!--- this is a nice font. please try it tbh! called Manrope --->
- <!--- Then add Font name to the 'Font Family' in Theme Options Area --->
- <meta name="image:favicon" content=""/>
- <meta name="image:sidebar" content="https://i.imgur.com/p7xpNz4.jpg"/>
- <meta name="image:background" content=""/>
- <meta name="image:cursor" content="https://i.imgur.com/WGDM5yx.png"/>
- <meta name="color:background" content="#000">
- <meta name="color:font color" content="#fff">
- <meta name="color:font glow" content="#fff">
- <meta name="color:font outline" content="#5B6D71">
- <meta name="color:links" content="#fff">
- <meta name="color:links hover" content="#5B6D71">
- <meta name="color:links glow" content="#5B6D71">
- <meta name="color:links outline" content="#000">
- <meta name="color:tooltip color" content="#000">
- <meta name="color:tooltip background" content="#ccc">
- <meta name="color:border" content="#000">
- <meta name="select:border" content="solid"/>
- <meta name="select:border" content="dashed"/>
- <meta name="select:border" content="dotted"/>
- <meta name="select:border" content="double"/>
- <meta name="select:border" content="inset"/>
- <meta name="select:border" content="outset"/>
- <meta name="select:border" content="ridge"/>
- <meta name="select:border" content="groove"/>
- <meta name="select:links hover" content="none"/>
- <meta name="select:links hover" content="underline"/>
- <meta name="select:links hover" content="overline"/>
- <meta name="select:links hover" content="line-through"/>
- <meta name="text:border size" content="2"/>
- <meta name="text:font family" content="ms gothic">
- <meta name="text:title" content="TITLE">
- <meta name="text:title size" content="22">
- <meta name="text:description" content="DESCRIPTION">
- <meta name="text:description size" content="22">
- <meta name="text:sidebar link size" content="22">
- <meta name="text:post text size" content="22">
- <meta name="if:200px sidebar" content="0"/>
- <meta name="if:sidebar img border" content="0"/>
- <meta name="if:bold links" content="0"/>
- <meta name="if:links underline" content="0"/>
- <meta name="if:custom cursor" content="0" />
- <meta name="if:tile background" content="0" />
- <meta name="if:hide title" content="0"/>
- <meta name="if:glow text" content="0" />
- <meta name="if:outline text" content="0" />
- <meta name="if:hide caption" content="0"/>
- <meta name="if:hide tags" content="0" />
- <meta name="if:dark tooltip" content="0"/>
- <meta name="if:redirect" content="0" />
- <meta name="text:redirect link" content="/tagged/0">
- <meta name="text:link 1" content="01">
- <meta name="text:link 1 URL" content="/">
- <meta name="text:link 2" content="02">
- <meta name="text:link 2 URL" content="/">
- <meta name="text:link 3" content="03">
- <meta name="text:link 3 URL" content="/">
- <style type="text/css">
- ::-moz-selection {
- background: {color:background};
- color: {color:links hover};
- {block:IfGlowText}
- text-shadow: 0 0 2px {color:Links Hover},
- 0 0 2px {color:Links Hover};
- {/block:IfGlowText}
- }
- ::selection {
- background: {color:background};
- color: {color:links hover};
- {block:IfGlowText}
- text-shadow: 0 0 2px {color:Links Hover},
- 0 0 2px {color:Links Hover};
- {/block:IfGlowText}
- }
- #s-m-t-tooltip {
- z-index: 999999999;
- background-color: rgba(255, 255, 255, 0.4);
- {block:IfDarkTooltip}background-color: rgba(0, 0, 0, 0.4);{/block:IfDarkTooltip}
- filter: drop-shadow(0 0 2px {color:tooltip background});
- border-radius: 10px;
- color: {color:tooltip color};
- font-size: {text:post text size}px;
- text-align: center;
- {block:IfGlowText}
- text-shadow: 0 0 3px {color:tooltip color},
- 0 0 5px {color:tooltip color};
- {/block:IfGlowText}
- {block:IfOutlineText}
- text-shadow: -1px 0 {color:font outline}, 0 1px {color:font outline}, 1px 0 {color:font outline}, 0 -1px {color:font outline};
- {/block:IfOutlineText}
- transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- text-transform: normal;
- max-width: 300px;
- display: block;
- word-wrap: break-word;
- padding: 5px 7px 5px 7px;
- margin: -30px 0px 10px 20px;}
- body {
- background: {color:background};
- background-image: url({image:Background});
- background-attachment: fixed;
- {block:IfNotTileBackground}
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- {/block:IfNotTileBackground}
- font-family: '{text:font family}';
- font-size: {text:post text size}px;
- color: {color:font color};
- line-height: 120%;
- word-wrap: break-word;
- overflow-x:hidden;
- {block:IfGlowText}
- text-shadow: 0 0 3px {color:font glow}, 0 0 5px {color:font glow};
- {/block:IfGlowText}
- {block:IfOutlineText}
- text-shadow: -1px 0 {color:font outline}, 0 1px {color:font outline}, 1px 0 {color:font outline}, 0 -1px {color:font outline};
- {/block:IfOutlineText}}
- {block:IfCustomCursor}
- body, *, a, a:hover { cursor:url({image:cursor}), auto;}{/block:IfCustomCursor}
- p {margin: 10px;}
- ul {list-style: square;}
- img {max-width: 100%;}
- h1 {line-height: 150%;}
- a:link, a:active, a:visited {
- {block:IfBoldLinks}font-weight: bold;{/block:IfBoldLinks}
- color: {color:links};
- {block:IfGlowText}
- text-shadow: 0 0 3px {color:links glow}, 0 0 5px {color:links glow};
- {/block:IfGlowText}
- {block:IfOutlineText}
- text-shadow: -1px 0 {color:links outline}, 0 1px {color:links outline}, 1px 0 {color:links outline}, 0 -1px {color:links outline};
- {/block:IfOutlineText}
- {block:IfNotLinksUnderline}
- text-decoration: none;{/block:IfNotLinksUnderline}
- {block:IfLinksUnderline}
- text-decoration: underline;{/block:IfLinksUnderline}
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;}
- a:hover {
- color: {color:Links Hover};
- text-decoration: {select:links hover};
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- {block:IfGlowText}
- text-shadow: 0 0 3px {color:Links Hover},
- 0 0 5px {color:Links Hover};
- {/block:IfGlowText}
- }
- ::-webkit-scrollbar-track {
- border: 0;
- background-color: {color:Background};}
- ::-webkit-scrollbar {
- width: 20px;}
- ::-webkit-scrollbar-thumb {
- background-color: {color:links hover};
- border: 1px solid {color:links hover};
- }
- #content {
- margin: 100px auto;
- width: 500px;}
- #sidebar {
- color: {color:font color};
- background-color: transparent;
- text-align: center;
- margin-left: 300px;
- position: fixed;
- margin-bottom: 30px;
- {block:IfNot200pxSidebar}width: 350px;{/block:IfNot200pxSidebar}
- {block:If200pxSidebar}width: 200px;{/block:If200pxSidebar}
- }
- #sidebar img {max-width:100%;
- {block:IfSidebarImgBorder}
- border: {text:border size}px {select:border} {color:border};
- {/block:IfSidebarImgBorder}
- }
- .desc {font-size: {text:description size}px; padding: 3px;}
- .linkz {font-size:{text:sidebar link size}px;}
- .title {margin-top: 5px; font-size:{text:title size}px;}
- .posts {
- background-color: transparent;
- margin: auto;
- margin-bottom: 50px;
- margin-left: -250px;
- padding: 0;
- width: 500px;
- position: relative;
- text-align: justify;
- }
- .pic img {display: block;
- border: {text:border size}px {select:border} {color:border};
- transition: all 1s ease-in-out 0s;
- -moz-transition: all 1s ease-in-out 0s;
- -webkit-transition: all 1s ease-in-out 0s;
- -o-transition: all 1s ease-in-out 0s;}
- .pic:hover img {
- transform: rotateZ(-5deg);
- -moz-transform: rotateZ(-5deg);
- -webkit-transform: rotateZ(-5deg);
- -o-transform: scale(1.5);}
- .posts blockquote {
- margin: 0 0 5px 20px;
- padding: 0 0 0 5px;
- border-left: {text:border size}px solid {color:border};}
- .permalinky, .tags{
- text-align: right;
- margin-top: 5px;
- }
- .permalinky img {display: inline;}
- .question {
- margin-bottom: 5px;}
- .asker {text-align: right;}
- #permanotes {
- margin-top: 20px;
- margin-bottom: 10px;
- }
- #permanotes ol.notes {
- list-style-type: none;
- text-align: left;
- margin: 0;
- padding: 0;
- overflow: scroll;
- overflow-x: hidden;
- max-height: 400px;
- }
- #permanotes img.avatar {
- margin-right: 10px;
- border: 1px solid {color:font color};
- display: inline;
- width: 16px;
- height: 16px;}
- .pagination {
- text-align: center;
- font-size: 80px;
- margin-top: 50px;
- margin-bottom: 100px;
- margin-left: -250px;
- padding: 0;
- width: 500px;}
- .quote {
- text-align: justify;
- font-style: italic;
- font-weight: bold;
- font-size: 140%;
- line-height: 130%;}
- .source {
- text-align: right;}
- .spotify_audio_player {
- height:80px!important;
- width:100%!important;}
- .soundcloud_audio_player {
- height:150px!important;
- width:100%!important;}
- .trackback {
- position: absolute;
- left: 20px;
- top: 20px;
- width: 19px;
- height: 19px;
- background-color: #fff;
- padding: 10px;
- opacity: .4;}
- .pressplay{
- position: relative;
- width: 25px;
- height: 25px;
- overflow: hidden;
- left: -6px;
- top: -3px;}
- .albumpic {
- position: absolute;
- left: 0px;
- top: 0px;
- width: 79px;
- height: 79px;}
- .albumpic img {
- width: 100%;
- height: auto;
- border: 1px solid {color:font color};}
- .trackinfo {
- width: auto;
- display:inline-block;
- margin-left: 90px;
- min-height: 85px;}
- .audiowrapper {
- position: relative; display:inline-block;}
- #second { position: fixed; bottom: 10px; left: 10px; font-size: 30px;}
- .container {
- position: relative;
- }
- .image {
- opacity: 1;
- display: block;
- width: 100%;
- height: auto;
- transition: .5s ease;
- backface-visibility: hidden;
- }
- .middle {
- transition: .5s ease;
- opacity: 0;
- position: absolute;
- top: 50%;
- left: 50%;
- width: 100%;
- transform: translate(-50%, -50%);
- -ms-transform: translate(-50%, -50%);
- text-align: center;
- }
- .container:hover .image {
- opacity: 0.3;
- }
- .container:hover .middle {
- opacity: 1;
- }
- .text {
- font-family: inherit;
- }
- </style>
- {block:IfRedirect}
- <script>
- if(window.location.pathname == '/') location.replace('{text:Redirect Link}');
- </script>
- {block:IfRedirect}
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script type="text/javascript" src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips();
- });
- })(jQuery);
- </script>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.9/SmoothScroll.js"></script>
- </head>
- <div id="content">
- <div id="sidebar">
- <div class="container">
- <a href="/"><img src="{image:sidebar}" class="image"></a>
- <div class="middle">
- <div class="text">
- <div class="desc">{text:description}</div>
- <div class="linkz"><a href="{text:link 1 URL}">{text:link 1}</a> <a href="{text:link 2 URL}">{text:link 2}</a> <a href="{text:link 3 URL}">{text:link 3}</a></div></div></div></div>
- {block:ifNotHideTitle}
- <div class="title"><a href="/">{text:title}</a></div>
- {/block:ifNotHideTitle}
- </div>
- {block:Posts}
- <div class="posts">
- {block:Text}
- {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
- {Body}
- {/block:Text}
- {block:Quote}
- <div class="quote">"{Quote}"</div>
- {block:Source}<div class="source">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <big><a href="{URL}">{Name}</a></big>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}{Title}{/block:Title}
- {block:Lines}
- <div class="{Alt} user_{UserNumber}">
- {block:Label}{Label}{/block:Label} {Line}
- </div>
- {/block:Lines}
- {/block:Chat}
- {block:Answer}
- <div class="question">{Question}</div>
- <div class="asker">— {Asker}</div>
- <center>{Answer}</center>
- {/block:Answer}
- {block:Photo}
- {block:IndexPage}<div class="pic"><a href="{Permalink}"><img src="{PhotoURL-500}" alt="{Permalink}"/></a></div>{/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}<img src="{PhotoURL-500}">{/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {/block:Photoset}
- {block:Video}
- {Video-500}
- {/block:Video}
- {block:AudioPlayer}
- <div class="audiowrapper">
- {block:AlbumArt}
- <div class="albumpic"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="trackback">
- <div class="pressplay">
- {AudioPlayer}
- </div></div>
- <div class="trackinfo">
- {block:TrackName}{TrackName}{/block:TrackName}<br>
- {block:Artist}<b>{Artist}</b>{/block:Artist}<br>
- {block:Album}<i>{Album}</i>{/block:Album}<br>
- </div></div>
- {/block:AudioPlayer}
- {block:ifNotHideCaption}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifNotHideCaption}
- {block:IndexPage}<div class="permalinky">
- <a href="{ReblogURL}" data-toggle="tooltip" title="Reblog?">{NoteCount}N</a>
- </div>{/block:IndexPage}
- {block:IndexPage}{block:ifNotHideTags}
- <div class="tags">
- {block:HasTags}{block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}{/block:HasTags}</div>
- {/block:ifNotHideTags}{/block:IndexPage}
- {block:PermalinkPage}
- {block:ifHideCaption}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifHideCaption}
- <p>
- {block:NoteCount}Notes: <a href="{Permalink}">{NoteCount}</a><br>{/block:NoteCount}
- {block:HasTags}Tags: {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}<br>{/block:HasTags}
- {block:RebloggedFrom}
- Via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
- <br>{/block:RebloggedFrom}{block:ContentSource}
- Source: <a href="{SourceURL}">{SourceTitle}</a>
- {/block:ContentSource}</p>
- {block:NoteCount}<div id="permanotes">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>{/block:NoteCount}
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- {block:IndexPage}<div class="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">−</a> {/block:PreviousPage}{block:NextPage}
- <a href="{NextPage}">+</a></p>{/block:NextPage}{/block:Pagination}
- </div>{/block:IndexPage}
- </div>
- </div>
- <div id="second"><a href="https://tobirama.tumblr.com/" data-toggle="tooltip" title="theme by @tobirama">×</a></div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment