Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-----------------------------------------------------------------------
- Theme [11]: Shatter
- Made by glenthemes
- Initial release: 2015/10/14
- Major code update: 2018/04/30
- Last updated: 2025/02/28
- What's new:
- ✱ updated saturnicons sheet link
- TERMS OF USE:
- 1) Do not remove the theme credit.
- 2) Do not repost/redistribute my themes.
- 3) Do not take parts of the code and use it as your own.
- 4) Do not use my themes as a base code.
- 5) Do not mix my themes together.
- ------------------------------------------------------------------------>
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <!--------------------JAVASCRIPTS-------------------->
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="//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:120,
- tip_fade_speed:120,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script>
- $(document).ready(function() {
- $('iframe.tumblr_audio_player').load( function() {
- $('iframe.tumblr_audio_player').contents().find("head")
- .append($("<style type='text/css'> .audio-player{background:rgba({RGBcolor:bold},0.2) !important; padding:5px 10px 5px 0px !important} .play-pause{color:{color:bold} !important; font-size:calc({select:font size} * 1.5)!important; padding:0 9.5px!important} </style>"));
- });
- });
- </script>
- <script>
- $(document).ready(function() {
- $("a.tog").click(function(taggos) {
- $(this).parents(".posts").find(".tagsin").slideToggle();
- taggos.preventDefault();
- });
- });
- </script>
- <link href="//static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="//static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '{select:photos spacing}',
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- </script>
- <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
- {block:ifsmoothscrolling}
- <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.4/SmoothScroll.js"></script>
- {/block:ifsmoothscrolling}
- <link href="//fonts.googleapis.com/css?family=Open+Sans|Quicksand|Space+Mono" rel="stylesheet">
- <link rel="stylesheet" href="//static.tumblr.com/2pnwama/IUZoyg6qw/specialfonts.css">
- <link href="//saturnicons.gitlab.io/backup/icons.css" rel="stylesheet" crossorigin>
- <script src="//static.tumblr.com/snld4jp/rTori7q11/gtresizing.js"></script>
- {block:ifshowmusicplayer}
- <script src="//static.tumblr.com/2pnwama/lnLppjutr/gletanica.js"></script>
- {/block:ifshowmusicplayer}
- <script src="//npf-images-v3.github.io/script.js"></script>
- <link rel="stylesheet" href="//npf-images-v3.github.io/recon.css">
- <style tmblr-npf>
- :root {
- --NPF-Caption-Spacing:1em;
- --NPF-Image-Spacing:{select:photos spacing};
- }
- a.post_media_photo_anchor, a.post_media_photo_anchor:hover {
- padding-bottom:0!important;
- border-bottom:none!important;
- }
- .spotify_audio_player {
- height:80px!important;
- }
- </style>
- <script>
- // minimal soundcloud player @ shythemes.tumblr
- // shythemes.tumblr.com/post/114792480648
- $(document).ready(function(){
- var soundcloud_btn = '{color:link}';
- $('.soundcloud_audio_player').each(function(){
- $(this).attr({ src: $(this).attr('src').split('&')[0] + '&liking=false&sharing=false&auto_play=false&show_comments=false&continuous_play=false&buying=false&show_playcount=false&show_artwork=true&origin=tumblr&color=' + soundcloud_btn.split('#')[1], height: 116, width: '100%' });
- });
- });
- </script>
- <!-- unblue polls -->
- <!-- glenthemes.tumblr.com/post/708014819571302400 -->
- <link href="//static.tumblr.com/gtjt4bo/mXBrpdj0n/unblue-polls.css" rel="stylesheet">
- <style unblue-polls>
- .poll-post {
- --Poll-Question-Font-Size: {select:font size};
- --Poll-Option-Background-Color: {color:post};
- --Poll-Option-Corner-Rounding: 5px;
- --Poll-Option-Border-Size: 1px;
- --Poll-Option-Border-Color: {color:post borders};
- --Poll-Option-Padding: 8px;
- --Poll-Option-Font-Size: {select:font size};
- --Poll-Option-Spacing: 10px;
- --Poll-Option-Text-Color: {color:text};
- --Poll-Option-HOVER-Border-Color: {color:post borders};
- --Poll-Option-HOVER-Background-Color: {color:post};
- --Poll-Option-HOVER-Text-Color: {color:link};
- --Poll-Option-HOVER-Speed: 0.4s;
- }
- .poll-see-results {
- padding-bottom:0!important;
- border-bottom:none!important;
- font-size:calc(var(--Poll-Option-Font-Size) - 1px)!important;
- text-transform:uppercase;
- letter-spacing:0.5px;
- }
- </style>
- <!-- npf audio player -->
- <!-- glenthemes.tumblr.com/post/722160746171072512 -->
- <script src="//tmblr-npf-audio.gitlab.io/s/init.js"></script>
- <link href="//tmblr-npf-audio.gitlab.io/s/base.css" rel="stylesheet">
- <script>
- tumblr_npf_audio({
- emptyTitleText: "Untitled track",
- emptyArtistText: "Untitled artist",
- emptyAlbumText: "Untitled album",
- titleLabel: "Track:",
- artistLabel: "Artist:",
- albumLabel: "Album:"
- });
- </script>
- <style edit-npf-audio-player>
- .npf-audio-wrapper {
- --NPF-Audio-Buttons-Size: {select:font size};
- --NPF-Audio-Buttons-Color: {color:bold};
- --NPF-Audio-Buttons-Padding: 14px;
- --NPF-Audio-Buttons-Spacing: calc((var(--NPF-Audio-Buttons-Padding) * 2) + 10px);
- --NPF-Audio-Image-Spacing: 0.9rem;
- }
- .npf-audio-background {
- margin-left:calc(18px + var(--NPF-Audio-Buttons-Padding));
- }
- .npf-audio-play, .npf-audio-pause {
- position:relative;
- z-index:0;
- }
- .npf-audio-play:after, .npf-audio-pause:after {
- content:"";
- position:absolute;
- top:0;left:0;
- margin-top:calc(0px - var(--NPF-Audio-Buttons-Padding));
- margin-left:calc(0px - var(--NPF-Audio-Buttons-Padding));
- width:calc(100% + (var(--NPF-Audio-Buttons-Padding) * 2));
- height:calc(100% + (var(--NPF-Audio-Buttons-Padding) * 2));
- background:rgba({RGBcolor:bold},0.2);
- border-radius:100%;
- z-index:-1;
- }
- .npf-audio-play svg { margin-left:1px; }
- .npf-audio-pause svg { margin-left:0; }
- .npf-audio-title-label,
- .npf-audio-artist-label,
- .npf-audio-album-label {
- color:{color:bold};
- text-transform:uppercase;
- }
- figcaption.audio-caption,
- figcaption.audio-caption ~ audio[controls],
- figcaption.audio-caption img, .npf-audio-image {
- display:none;
- }
- </style>
- <script src="//glen-npf.gitlab.io/other/neue.js"></script>
- <link href="//glen-npf.gitlab.io/other/neue.css" rel="stylesheet">
- <!--------------------IMAGES-------------------->
- <meta name="image:background image" content=""/>
- <meta name="image:sidebar image" content="//static.tumblr.com/9fc2258bc628d2d705031fc4d2274eea/gtjt4bo/kwQnw3ffa/tumblr_static_czxe1z5cg68gos8scwgkowww4.png"/>
- <!--------------------COLORS-------------------->
- <meta name="color:background" content="#fefefe"/>
- <meta name="color:music player color" content="#F4F2F8">
- <meta name="color:music player background" content="#fff">
- <meta name="color:music player text" content="#333">
- <meta name="color:post" content="#fff"/>
- <meta name="color:post borders" content="#eee"/>
- <meta name="color:text" content="#999"/>
- <meta name="color:bold" content="#c0b6d2">
- <meta name="color:Italic" content="#aaa">
- <meta name="color:Link" content="#d7abca">
- <meta name="color:Link Hover" content="#aaa">
- <meta name="color:question and chat background" content="#fafafa"/>
- <meta name="color:question and chat text" content="#888"/>
- <meta name="color:permalink" content="#ddbbcc">
- <meta name="color:permalink hover" content="#aaa">
- <meta name="color:tags" content="#ddbbcc">
- <meta name="color:tags hover" content="#aaa">
- <meta name="color:custom links background" content="#f4f2f8">
- <meta name="color:custom links icon" content="#ada4bd">
- <meta name="color:custom links background hover" content="#f4f2f8">
- <meta name="color:custom links icon hover" content="#ada4bd">
- <meta name="color:scrollbar" content="#d2ccdb"/>
- <meta name="color:scrollbar background" content="#f8f8f8"/>
- <meta name="color:highlight" content="#f3f3f3"/>
- <meta name="color:highlighted text" content="#555"/>
- <!-----------------DROPDOWN OPTS----------------->
- <meta name="select:font size" title="12px" content="12px">
- <meta name="select:font size" title="11px" content="11px">
- <meta name="select:font size" title="13px" content="13px">
- <meta name="select:font size" title="14px" content="14px">
- <meta name="select:font size" title="15px" content="15px">
- <meta name="select:font size" title="16px" content="16px">
- <meta name="select:post width" title="500px" content="500px">
- <meta name="select:post width" title="300px" content="300px">
- <meta name="select:post width" title="350px" content="375px">
- <meta name="select:post width" title="400px" content="400px">
- <meta name="select:post width" title="450px" content="450px">
- <meta name="select:post width" title="540px" content="540px">
- <meta name="select:post width" title="600px" content="600px">
- <meta name="select:post padding" title="20px" content="20px">
- <meta name="select:post padding" title="10px" content="10px">
- <meta name="select:post padding" title="15px" content="15px">
- <meta name="select:post padding" title="25px" content="25px">
- <meta name="select:photos spacing" title="10px" content="10px">
- <meta name="select:photos spacing" title="0px" content="0px">
- <meta name="select:photos spacing" title="2px" content="2px">
- <meta name="select:photos spacing" title="4px" content="4px">
- <meta name="select:photos spacing" title="6px" content="6px">
- <meta name="select:photos spacing" title="8px" content="8px">
- <meta name="select:post spacing" title="40px" content="40px">
- <meta name="select:post spacing" title="20px" content="20px">
- <meta name="select:post spacing" title="25px" content="25px">
- <meta name="select:post spacing" title="30px" content="30px">
- <meta name="select:post spacing" title="35px" content="35px">
- <meta name="select:post spacing" title="45px" content="45px">
- <meta name="select:post spacing" title="50px" content="50px">
- <meta name="select:post spacing" title="55px" content="55px">
- <meta name="select:post spacing" title="60px" content="60px">
- <meta name="select:sidebar left gap" title="80px" content="80px">
- <meta name="select:sidebar left gap" title="30px" content="30px">
- <meta name="select:sidebar left gap" title="40px" content="40px">
- <meta name="select:sidebar left gap" title="50px" content="50px">
- <meta name="select:sidebar left gap" title="60px" content="60px">
- <meta name="select:sidebar left gap" title="70px" content="70px">
- <meta name="select:sidebar left gap" title="90px" content="90px">
- <meta name="select:sidebar left gap" title="100px" content="100px">
- <meta name="select:sidebar left gap" title="110px" content="110px">
- <meta name="select:sidebar left gap" title="120px" content="120px">
- <meta name="select:sidebar left gap" title="130px" content="130px">
- <meta name="select:sidebar width" title="225px" content="225px">
- <meta name="select:sidebar width" title="150px" content="150px">
- <meta name="select:sidebar width" title="175px" content="175px">
- <meta name="select:sidebar width" title="200px" content="200px">
- <meta name="select:sidebar width" title="250px" content="250px">
- <meta name="select:sidebar width" title="275px" content="275px">
- <meta name="select:sidebar width" title="300px" content="300px">
- <meta name="select:sidebar width" title="325px" content="325px">
- <meta name="select:sidebar width" title="350px" content="350px">
- <!--------------------TOGGLES-------------------->
- <meta name="if:show music player" content="1" />
- <meta name="if:pagination in sidebar" content="0" />
- <meta name="if:photo fade" content="0" />
- <meta name="if:monochrome posts" content="0" />
- <meta name="if:post borders" content="1" />
- <meta name="if:toggle tags" content="1" />
- <meta name="if:smooth scrolling" content="0" />
- <meta name="if:dark tumblr controls" content="0" />
- <!--------------------TITLES-------------------->
- <meta name="text:how to link music" content="linktr.ee/direct_file_links">
- <meta name="text:music player mp3 URL" content="https://rhizo.gitlab.io/m/White_Silence.mp3">
- <meta name="text:music player song name" content="White Silence">
- <meta name="text:Link 1 Text" content=".01">
- <meta name="text:Link 1 Hover" content="">
- <meta name="text:Link 1 URL" content="https://www.youtube.com/watch?v=6opktP4VBN0">
- <meta name="text:Link 2 Text" content="">
- <meta name="text:Link 2 Hover" content="">
- <meta name="text:Link 2 URL" content="">
- <meta name="text:Link 3 Text" content="">
- <meta name="text:Link 3 Hover" content="">
- <meta name="text:Link 3 URL" content="">
- <meta name="text:Link 4 Text" content="">
- <meta name="text:Link 4 Hover" content="">
- <meta name="text:Link 4 URL" content="">
- <meta name="text:Link 5 Text" content="">
- <meta name="text:Link 5 Hover" content="">
- <meta name="text:Link 5 URL" content="">
- <meta name="text:Link 6 Text" content="">
- <meta name="text:Link 6 Hover" content="">
- <meta name="text:Link 6 URL" content="">
- <!-------------------------------------------------------------------->
- <style type="text/css">
- /*--------------------TOOLTIPS--------------------*/
- #s-m-t-tooltip {
- padding: 4px 9px;
- margin: 26px 9px 0px 15px;
- background-color: {color:post};
- border-radius:5px;
- border:1px solid rgba({RGBcolor:text},0.2);
- font-family: open sans;
- font-size: calc({select:font size} - 3px);
- letter-spacing: 1px;
- text-transform: uppercase;
- color: {color:text};
- z-index:99999999999999999999999999998!important;
- max-width: calc({select:post width} * 1.25);
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- }
- /*--------------------TUMBLR CONTROLS--------------------*/
- iframe#tumblr_controls, .iframe-controls--desktop {
- top:5px!important;
- right:5px!important;
- position:fixed!important;
- opacity:0.7;
- {block:ifdarktumblrcontrols}
- filter:invert(100%) hue-rotate(180deg);
- -webkit-filter:invert(100%) hue-rotate(180deg);
- opacity:1;
- {/block:ifdarktumblrcontrols}
- transform:scale(0.8,0.8);
- -webkit-transform:scale(0.8,0.8);
- transform-origin:100% 0;
- z-index:999999!important;
- transition:0.3s ease-in-out;
- }
- iframe#tumblr_controls:hover, .iframe-controls--desktop:hover {
- opacity:1;
- }
- /*--------------------SCROLLBAR--------------------*/
- ::-webkit-scrollbar {
- background-color:#f8f8f8;
- height:17px;
- width:17px;
- }
- ::-webkit-scrollbar-thumb {
- background-color:{color:scrollbar};
- border:6px solid {color:scrollbar background};
- border-radius:17px;
- }
- ::-webkit-scrollbar-track {background-color:{color:scrollbar background};}
- /*--------------------TEXT HIGHLIGHT--------------------*/
- ::selection {
- background: {color:highlight};
- color:{color:highlighted text};
- }
- ::-moz-selection {
- background: {color:highlight};
- color:{color:highlighted text};
- }
- /*--------------------BASICS--------------------*/
- body {
- background:{color:background} url({image:background image});
- background-attachment:fixed;
- background-repeat:repeat;
- color:{color:text};
- cursor:normal;
- font-family:open sans;
- line-height:1.6em;
- font-size:{select:font size};
- text-align:left;
- }
- blockquote {
- padding-left:10px;
- margin-left:5px;
- border-left:1px solid;
- border-color:rgba({RGBcolor:text},0.6);
- margin:10px;
- }
- b, strong {font-weight:bold;color: {color:Bold};}
- .non a {
- padding-bottom:0px!important;
- border-bottom:0px solid transparent!important;
- }
- .nonn a {
- border-bottom:0px solid transparent!important;
- }
- i, em, .em {color: {color:Italic};}
- pre, code {
- white-space:pre-wrap;
- display:block;
- }
- hr {
- width:70%;
- border-width:0px;
- height:1px;
- background-color:rgba({RGBcolor:text},0.3);
- }
- p.npf_quirky, p.npf_quote {
- font-size:calc({select:font size} + 5px);
- line-height:inherit;
- }
- /*--------------------LINKS--------------------*/
- a {
- color:{color:link};
- text-decoration:none;
- cursor:normal;
- text-decoration:none;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- a:hover {text-decoration:none;}
- img {opacity:1;text-decoration:none;}
- h1, h2, h3, h4, h5, h6 {
- font-size:calc({select:font size} + 1px);
- font-family:quicksand;
- text-transform:uppercase;
- letter-spacing:2px;
- line-height:1.6em;
- color:{color:text};
- text-align:center;
- }
- .pp p:first-child {margin-top:0px;}
- /*-----------------CONT-----------------*/
- #container {
- position:absolute;
- margin:0 auto;
- margin-top:{select:post spacing};
- margin-bottom:{select:post spacing};
- top:0;left:0;right:0;
- width:calc({select:post width} + ({select:post padding} * 2) + {select:sidebar left gap} + {select:sidebar width});
- }
- #nudge {
- }
- #galaxy {
- position:fixed;
- bottom:0;margin-bottom:50px;
- margin-left:calc(({select:post width} + {select:post padding} * 2) + {select:sidebar left gap});
- /* total post width + gap between posts and sb */
- width:{select:sidebar width};
- text-align:center;
- }
- .sbimage {
- width:inherit;
- height:auto;
- vertical-align:middle;
- }
- .desc {
- margin-top:10px;
- line-height:1.7em;
- font-size:calc({select:font size} - 1.5px);
- }
- .rinko {
- margin-top:10px;
- padding:5px 0px;
- border-top:1px solid rgba({RGBcolor:text},0.2);
- border-bottom:1px solid rgba({RGBcolor:text},0.2);
- width:inherit;
- }
- .rinko a {
- display:inline-block;
- margin:0px 4px;
- font-size:calc({select:font size} - 1px);
- }
- .rinko a:first-child {margin-left:0px;}
- .rinko a:last-child {margin-right:0px;}
- .aya {
- margin-top:23px;
- width:inherit;
- }
- .aya .sf {
- line-height:1em;
- padding:9px 10px 6px 10px;
- background-color:{color:custom links background};
- border-radius:100%;
- border:1px solid transparent;
- font-size:13px;
- color:{color:custom links icon};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- .aya .sf:hover {
- background-color:{color:custom links background hover};
- border:1px solid rgba({RGBcolor:custom links icon hover},0.3);
- color:{color:custom links icon hover};
- }
- .aya a {
- margin:0px 4px;
- }
- /*--------------------POSTS--------------------*/
- .posts {
- overflow:hidden;
- margin-bottom:{select:post spacing};
- {/block:PermalinkPage}
- width:{select:post width};
- padding:{select:post padding};
- background-color:{color:post};
- {block:ifpostborders}border:1px solid {color:post borders};{/block:ifpostborders}
- }
- .posts:last-of-type {margin-bottom:0px;}
- .posts a, .desc a {
- color:{color:link};
- padding-bottom:1px;
- border-bottom:0.5px solid rgba({RGBcolor:link},0.4);
- }
- .posts a:hover, .desc a:hover {
- color:{color:link hover};
- border-bottom:0.5px solid rgba({RGBcolor:link hover},0.4);
- }
- .photos, .photos img {
- position:relative;
- overflow:hidden;
- width:{select:post width};
- {block:IndexPage}
- {block:ifphotofade}
- opacity:0.8;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- {/block:ifphotofade}
- {block:ifmonochromeposts}
- -webkit-filter:grayscale(100%);
- filter:grayscale(100%);
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- {/block:ifmonochromeposts}
- {/block:IndexPage}
- }
- .posts:hover .photos {
- opacity:1;
- -webkit-filter:grayscale(0%);
- filter:grayscale(0%);
- }
- .posts img {
- {block:IndexPage}
- {block:ifphotofade}
- opacity:0.8;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- {/block:ifphotofade}
- {block:ifmonochromeposts}
- -webkit-filter:grayscale(100%);
- filter:grayscale(100%);
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- {/block:ifmonochromeposts}
- {/block:IndexPage}
- }
- .posts:hover img {
- opacity:1;
- -webkit-filter:grayscale(0%);
- filter:grayscale(0%);
- }
- .posts img, .posts li, .posts blockquote {max-width:100%;height:auto;}
- .posts iframe {max-width:100%;}
- /*--------------------PERMALINK--------------------*/
- .permawrap {
- margin-top:15px;
- padding-top:15px;
- border-top:1px solid rgba({RGBcolor:text},0.2);
- }
- .perma {
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:calc({select:font size} - 2.5px);
- }
- .perma a, .perma b {
- color:{color:permalink};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- .perma a {margin-right:15px;}
- .perma a:hover, .perma b:hover {color:{color:permalink hover};}
- .tagsin {
- margin-top:5px;
- margin-right:-3px;
- text-transform:uppercase;
- font-style:italic;
- letter-spacing:1.3px;
- line-height:1.5em;
- font-size:calc({select:font size} - 3.5px);
- text-align:right;
- }
- {block:iftoggletags}.tagsin{display:none;}{/block:iftoggletags}
- {block:ifnottoggletags}.tagsin{display:block;}{/block:ifnottoggletags}
- {block:PermalinkPage}.tagsin{display:block;}{/block:PermalinkPage}
- .tagsin a {
- display:inline-block;
- margin:3px;
- color:{color:tags};
- }
- .tagsin a:hover {color:{color:tags hover};}
- .vinegar {float:right;}
- /* -- Like + Reblog buttons (1/2) -- */
- /* -- mikedidthis from StackOverflow: //stackoverflow.com/users/2312574/mikedidthis -- */
- /* -- and tutorial by shythemes: //shythemes.tumblr.com/post/147903463743/custom-like-and-reblog-buttons -- */
- /* -- and help from borntobewildcodes -- */
- .controls {
- margin-right:calc({select:post padding} - 7px);
- margin-top:-20px;
- height:0px;
- }
- .controls li {
- position:relative;
- display:inline-block;
- list-style-type:none;
- }
- /* both svg colors */
- .controls .sf {color:rgba({RGBcolor:permalink},0.9);}
- .controls .like .sf {
- position:absolute;
- margin-top:calc(({select:font size} - 2px) * -1);
- margin-left:calc(({select:font size} + 4px) * -1);
- font-size:calc({select:font size} + 1px);
- }
- .controls .like .like_button {
- position:absolute;
- margin-top:calc(({select:font size} - 2px) * -1);
- margin-left:calc(({select:font size} + 4px) * -1);
- width:calc({select:font size} + 1px);
- height:calc({select:font size} + 1px);
- }
- .controls .like .like_button iframe {
- position:absolute;
- top:0;
- left:0;
- bottom:0;
- right:0;
- z-index:2;
- opacity:0.0000001;
- }
- .controls .like .liked + .sf {color:#ec5a5a;}
- .controls .rb .sf {
- position:absolute;
- margin-top:calc(({select:font size} - 1px) * -1);
- margin-left:2px;
- font-size:calc({select:font size} - 1px);
- }
- /*--------------------POST NOTES--------------------*/
- ol.notes {
- width:{select:post width};
- padding:0px;
- margin-top:30px;
- list-style-type:none;
- }
- ol.notes li.note {
- padding:10px;
- }
- ol.notes li.note img.avatar {
- vertical-align:-4px;
- margin-right:10px;
- width:16px;
- height:16px;
- }
- ol.notes li.note span.action {
- font-weight:none;
- }
- ol.notes li.note .answer_content {
- font-weight:normal;
- }
- ol.notes li.note blockquote {
- padding:4px 10px;
- margin:10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a {
- text-decoration:none;
- }
- /*---------------------------LIGHTBOXES---------------------------*/
- .vignette, #vignette {
- opacity:0;
- }
- .lightbox-image, #tumblr_lightbox img {
- z-index:99999999999999999999999999999 !important;
- box-shadow:none !important;
- border-radius:0px !important;
- max-width:none;
- margin-top:-{select:post padding}!important;
- padding:{select:post padding} !important;
- background:{color:post} !important;
- border:1px solid rgba({RGBcolor:text},0.15) !important;
- }
- .tmblr-lightbox, #tumblr_lightbox {
- background-color:rgba({RGBcolor:post},0.78) !important;
- z-index:99999999999999999999999999999 !important;
- }
- /*---------------------------QUOTES---------------------------*/
- .daydreamer {
- margin-top:6px;
- margin-bottom:10px;
- text-align:center;
- }
- .daydreamer .sf {
- color:{color:text};
- padding:7px 10px 2px 10px;
- font-size:calc({select:font size} + 5px);
- }
- .daydreamer::before {
- content:"";
- position:absolute;
- margin-top:8px;
- margin-left:calc(-{select:post width} / 4);
- width:calc({select:post width} / 4);
- height:1px;
- background:-webkit-linear-gradient(left, transparent 0%, {color:text} 80%, transparent 100%);
- }
- .daydreamer::after {
- content:"";
- position:absolute;
- margin-top:8px;
- margin-left:0px;
- width:calc({select:post width} / 4);
- height:1px;
- background:-webkit-linear-gradient(right, transparent 0%, {color:text} 80%, transparent 100%);
- }
- .quote {
- font-family:Quicksand;
- text-transform:uppercase;letter-spacing:1px;
- font-size:calc({select:font size} + 1px);
- font-weight:bold;
- text-align:center;
- }
- .quotesource {
- text-align:center;
- margin-top:10px;
- }
- /*---------------------------CHATS---------------------------*/
- .chat {
- line-height:2em;
- list-style:none;
- }
- .line.odd {
- background-color:{color:question and chat background};
- padding:5px;
- list-style:none;
- color:{color:question and chat text};
- }
- .line.even {
- background:{color:post};
- padding:5px;
- list-style:none;
- }
- .label.odd, .label.even {
- padding-right:1px;
- text-transform:uppercase;
- font-weight:bold;
- }
- .label.odd {color:{color:question and chat text};}
- .label.even {color:{color:text};}
- p.npf_chat { font-family:Courier; font-size:{select:font size}; }
- /*---------------------------ASKS---------------------------*/
- .q-wrap {
- padding:10px;
- background-color:{color:question and chat background};
- min-height:64px;
- }
- .question {
- margin-left:75px;
- color:{color:question and chat text};
- }
- .askimg {
- position:absolute;
- width:64px;height:64px;
- }
- .asker, .asker b, .asker a {
- text-transform:uppercase;color:{color:question and chat text};
- }
- .answer {
- margin:0px auto;
- text-transform:none;
- color:{color:text};
- }
- /*---------------------------AUDIO---------------------------*/
- .playerbutton {
- position:absolute;
- margin-top:18.5px;
- margin-left:18.5px;
- width:27px;
- height:27px;
- overflow:hidden;
- border-radius:100%;
- }
- .trackdetails {
- width:auto;
- display:inline-block;
- margin-left:70px;
- padding:5px;
- line-height:1.7;
- }
- .trackdetails b {
- font-weight:normal;
- }
- .audiowrapper {
- position:relative;
- display:inline;
- height:0px;
- }
- /*---------------------------VIDEO---------------------------*/
- .tumblr_video_container {
- width:{select:post width}!important;
- height:auto!important;
- max-height:540px!important;
- overflow:hidden!important;
- {block:IndexPage}
- {block:ifphotofade}
- opacity:0.8;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- {/block:ifphotofade}
- {block:ifmonochromeposts}
- -webkit-filter:grayscale(100%);
- filter:grayscale(100%);
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- {/block:ifmonochromeposts}
- {/block:IndexPage}
- }
- .posts:hover .tumblr_video_container {
- opacity:1;
- -webkit-filter:grayscale(0%);
- filter:grayscale(0%);
- }
- /*------------------------SB PAGINATION------------------------*/
- .sbpagi {
- width:inherit;
- border-top:1px solid rgba({RGBcolor:text},0.15);
- text-align:center;
- margin-top:17px;
- }
- /* 'Current page' number */
- .sbpagi span {
- margin:7px 0;
- font-size:9px;
- color:{color:Text};
- padding:3px 5px;
- width:9px;
- display:inline-block;
- margin-left:5px;
- text-align:center;
- }
- /* Other page numbers */
- .sbpagi a {
- margin:7px 0;
- font-size:9px;
- color:{color:text};
- padding:3px 5px;
- width:9px;
- display:inline-block;
- margin-left:5px;
- text-align:center;
- }
- /*------------------------BOT PAGI------------------------*/
- .botpagi {
- width:calc({select:post width} + ({select:post padding} * 2));
- text-align:center;
- padding-top:15px;
- border-top:1px solid rgba({RGBcolor:text},0.15);
- margin-bottom:calc({select:post spacing} - 10px);
- }
- /* 'Current page' number */
- .botpagi span {
- font-size:9px;
- color:{color:Text};
- padding:3px 5px;
- width:9px;
- display:inline-block;
- margin-left:5px;
- text-align:center;
- }
- /* Other page numbers */
- .botpagi a {
- font-size:9px;
- color:{color:text};
- padding:3px 5px;
- width:9px;
- display:inline-block;
- margin-left:2px;
- text-align:center;
- }
- {block:ifshowmusicplayer}
- /* music player skin by vitanica */
- #musicplayer {
- position:fixed;
- z-index:99;
- top:0;margin-top:15px;
- left:0;margin-left:15px;
- display:flex;
- -webkit-transition:all .7s ease;
- -moz-transition:all .7s ease;
- -o-transition:all .7s ease;
- transition:all .7s ease;
- }
- #musicplayer > *, .play > * {align-self:center;-webkit-align-self:center}
- .roundthing {
- width:31px;
- height:31px;
- border-radius:100%;
- background:{color:music player color}; /* icon background */
- }
- .roundthing img {
- margin:8px;
- width:15px;
- }
- .midline {
- width:0px;
- height:3px;
- background:{color:music player color};
- -webkit-transition:all .4s ease;
- -moz-transition:all .4s ease;
- -o-transition:all .4s ease;
- transition-delay: .9s;
- -webkit-transition-delay: .9s;
- }
- #musicplayer:hover .midline {
- width:20px;
- transition-delay:0s;
- -webkit-transition-delay:0s;
- }
- .play {
- display:flex;
- min-width:124px;
- height:31px;
- text-align: left;
- padding:0px 10px;
- background: {color:music player background}; /* player background */
- border-left: 3px solid {color:music player color}; /* player border */
- color:{color:music player text};
- opacity: 0;
- -webkit-transition: all .4s ease;
- -moz-transition: all .4s ease;
- -o-transition: all .4s ease;
- transition-delay: .4s;
- -webkit-transition-delay: .4s;
- }
- .music-controls, .music-controls > * {
- user-select:none;
- -webkit-user-select:none;
- width:11px;
- font-size:11px;
- cursor:pointer;
- }
- .pausee {display:none;}
- .playtext {
- margin-left:8px;
- font-family:courier new;
- font-size:9px;
- }
- #musicplayer:hover .play {
- opacity:1;
- transition-delay: .6s;
- -webkit-transition-delay: .6s;
- }
- {/block:ifshowmusicplayer}
- .post_media_photo_anchor {
- padding-bottom:0!important;
- border-bottom:none!important;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- {block:ifshowmusicplayer}
- <div id="musicplayer">
- <div class="roundthing">
- <!--more music player gifs here:-->
- <!--stewlate.tumblr.com/post/28218185078/music-player-gifs-->
- <img src="//static.tumblr.com/2pnwama/qovp809g1/12-purple.gif"></div>
- <div class="midline"></div>
- <div class="play">
- <div class="music-controls">
- <div class="playy">►</div>
- <div class="pausee">❚❚</div>
- </div>
- <div class="playtext">{text:music player song name}</div>
- </div><!--play-->
- <audio id="tune" src="{text:music player mp3 URL}" type="audio"></audio>
- </div><!--musicplayer-->
- {/block:ifshowmusicplayer}
- <!---- main shit ---->
- <div id="container">
- <div id="galaxy">
- <img class="sbimage" src="{image:sidebar image}">
- <div class="desc">{Description}</div>
- <div class="rinko">
- {block:ifLink1Text}
- <a href="{text:Link 1 URL}" {block:ifLink1Hover}title="{text:Link 1 Hover}"{/block:ifLink1Hover}>{text:Link 1 Text}</a>
- {/block:ifLink1Text}
- {block:ifLink2Text}
- <a href="{text:Link 2 URL}" {block:ifLink2Hover}title="{text:Link 2 Hover}"{/block:ifLink2Hover}>{text:Link 2 Text}</a>
- {/block:ifLink2Text}
- {block:ifLink3Text}
- <a href="{text:Link 3 URL}" {block:ifLink3Hover}title="{text:Link 3 Hover}"{/block:ifLink3Hover}>{text:Link 3 Text}</a>
- {/block:ifLink3Text}
- {block:ifLink4Text}
- <a href="{text:Link 4 URL}" {block:ifLink4Hover}title="{text:Link 4 Hover}"{/block:ifLink4Hover}>{text:Link 4 Text}</a>
- {/block:ifLink4Text}
- {block:ifLink5Text}
- <a href="{text:Link 5 URL}" {block:ifLink5Hover}title="{text:Link 5 Hover}"{/block:ifLink5Hover}>{text:Link 5 Text}</a>
- {/block:ifLink5Text}
- {block:ifLink6Text}
- <a href="{text:Link 6 URL}" {block:ifLink6Hover}title="{text:Link 6 Hover}"{/block:ifLink6Hover}>{text:Link 6 Text}</a>
- {/block:ifLink6Text}
- </div><!--rinko-->
- <div class="aya">
- <a href="/" title="home"><span class="sf sf-home-o"></span></a>
- <a href="/ask" title="message"><span class="sf sf-envelope-2-o"></span></a>
- <a href="/archive" title="archive"><span class="sf sf-calendar-o"></span></a>
- <a href="//glenthemes.tumblr.com" title="theme by glenthemes"><span class="sf sf-wrench-1-o"></span></a>
- </div>
- {block:ifpaginationinsidebar}
- {block:Pagination}
- <div class="sbpagi">
- {block:PreviousPage}<a title="Previous Page" href="{PreviousPage}">«</a>{/block:PreviousPage}
- {block:JumpPagination length="4"}
- {block:CurrentPage}<span class="current_page">✗</span>{/block:CurrentPage}
- {block:JumpPage}<a href="{URL}" title="page {PageNumber}">{PageNumber}</a> {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<a title="Next Page" href="{NextPage}">»</a>{/block:NextPage}
- </div>
- {/block:Pagination}
- {/block:ifpaginationinsidebar}
- </div><!--galaxy-->
- <div id="nudge">
- {block:Posts inlineMediaWidth="1280" inlineNestedMediaWidth="1280"}
- <div class="posts" id="{PostID}" post-type="{PostType}">
- {block:Text}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- <div class="pp">{Body}</div>
- {/block:Text}
- {block:Photo}
- <div class="photos">
- <div class="non">{LinkOpenTag}<a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"></a>{LinkCloseTag}</div></div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <div class="photos">
- <div class="non">
- <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
- </div>
- </div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div class="daydreamer"><span class="sf sf-quotation-mark"></span></div>
- <div class="quote">{Quote}</div>
- {block:Source}<div class="quotesource"> — {Source}</div>
- {/block:Source}{/block:Quote}
- {block:Link}
- <h1><div class="non"><a href="{URL}" {Target}>{Name} »</a></div></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label {Alt}"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
- {/block:Chat}
- {block:Audio}
- {block:AudioPlayer}
- <div class="audiowrapper">
- <div class="playerbutton">{AudioPlayer}</div>
- <div class="trackdetails">
- <b>TRACK:</b> {block:TrackName}{TrackName}{/block:TrackName}<br>
- <b>ARTIST:</b> {block:Artist}{Artist}{/block:Artist}<br>
- <b>PLAYS:</b> {FormattedPlayCount}</div>
- </div><!--audiowrapper-->
- {/block:AudioPlayer}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Audio}
- {block:Video}
- <div class="video">{Video-500}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}
- <div class="q-wrap">
- <img class="askimg" src="{AskerPortraitURL-64}" ondragstart='return false;'>
- <div class="question">
- <div class="asker"><b>{Asker} asked:</b></div>
- {Question}</div><!--question-->
- </div><!--qwrap-->
- <div class="answer">{Answer}</div><!--answer-->
- {/block:Answer}
- {block:IndexPage}
- {block:Date}
- <div class="permawrap">
- <div class="perma nonn">
- <a href="{Permalink}">
- <b>{Year}.{MonthNumberWithZero}.{DayOfMonthWithZero}</b>
- </a>
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- {block:HasTags}
- {block:iftoggletags}
- <a class="tog" style="cursor:help;">tags</a>
- {/block:iftoggletags}
- {/block:HasTags}
- </div><!--perma-->
- {Block:IndexPage}
- <div class="vinegar non">
- <!-- Like + Reblog buttons (2/2) -->
- <div class="controls">
- <li class="like"><a title="like this post?">{LikeButton}
- <span class="sf sf-heart-2-o"></span>
- </a></li>
- <li>
- <a href="{ReblogURL}" class="rb" title="reblog this post?" target="_blank" class="reblog">
- <span class="sf sf-refresh-o"></span>
- </a>
- </li>
- </div><!--controls-->
- </div><!--vinegar-->
- {/block:IndexPage}
- {block:HasTags}
- <div class="tagsin nonn">
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- </div><!--tagsin-->
- {/block:HasTags}
- </div><!--permawrap-->
- {/block:Date}
- {/block:IndexPage}
- <!-----------PERMA ON PERMAPAGE----------->
- {block:PermalinkPage}
- {block:Date}
- <div class="permawrap">
- <div class="perma nonn">
- <a href="{Permalink}">
- <b>{Year}.{MonthNumberWithZero}.{DayOfMonthWithZero}</b>
- </a>
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- {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="tagsin nonn" style="text-align:left;">
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- </div><!--tagsin-->
- {/block:HasTags}
- </div><!--perma-->
- </div><!--permawrap-->
- {block:Date}
- {block:PermalinkPage}
- </div><!--posts-->
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:Posts}
- {block:ifnotpaginationinsidebar}
- {block:Pagination}
- <div class="botpagi">
- {block:PreviousPage}<a title="Previous Page" href="{PreviousPage}">«</a>{/block:PreviousPage}
- {block:JumpPagination length="6"}
- {block:CurrentPage}<span class="current_page">✗</span>{/block:CurrentPage}
- {block:JumpPage}<a href="{URL}" title="page {PageNumber}">{PageNumber}</a> {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<a title="Next Page" href="{NextPage}">»</a>{/block:NextPage}
- </div>
- {/block:Pagination}{/block:ifnotpaginationinsidebar}
- </div><!--nudge-->
- </div><!--cont-->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment