themes/10-Guardian-Deity

1499 lines
39 KiB
Plaintext

<!-----------------------------------------------------------------------
Theme [10]: Guardian Deity
Made by glenthemes
Initial release: 2015/10/12
Revamp date: 2017/01/12
Last updated: 2023/09/04
What's new:
✱ NPF audio post support
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}">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<!--------------------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:{color:top bar background} !important; padding:5px 10px 5px 0px !important;} </style>"));
$('iframe.tumblr_audio_player').contents().find("head")
.append($("<style type='text/css'> .play-pause{color:{color:top bar title} !important; font-size:15px!important; padding:0 9.5px!important} </style>"));
});
});
</script>
{block:ifnoheader}
<script type='text/javascript'>
$(function(){
var stickyRibbonTop = $('#boxes').offset().top-120;
$(window).scroll(function(){
if( $(window).scrollTop() >= stickyRibbonTop ) {
$('#boxes').css({position: 'fixed', top: '120px'});
} else {
$('#boxes').css({position: 'absolute', top: '0px'});
}
});
});
</script>
{block:ifnoheader}
{block:ifnotnoheader}
<script type='text/javascript'>
$(function(){
var stickyRibbonTop = $('#boxes').offset().top-100;
$(window).scroll(function(){
if( $(window).scrollTop() >= stickyRibbonTop ) {
$('#boxes').css({position: 'fixed', top: '100px'});
} else {
$('#boxes').css({position: 'absolute', top: '0px'});
}
});
});
</script>
{block:ifnotnoheader}
{block:ifsmoothscrolling}<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.4/SmoothScroll.js"></script>
{/block:ifsmoothscrolling}
<script type="text/javascript" src="//static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
<script type="text/javascript" src="//static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
<script type="text/javascript" charset="utf-8">
var $j = jQuery.noConflict();
$j(function() {
if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
$j(".posts img").lazyload({
placeholder : "//static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
effect: "fadeIn",
});
});
</script>
<link href="//fonts.googleapis.com/css?family=Karla" rel="stylesheet">
{block:ifshowmusicplayer}
<script src="//static.tumblr.com/2pnwama/lnLppjutr/gletanica.js"></script>
{/block:ifshowmusicplayer}
<link rel="stylesheet" media="screen" href="//assets.tumblr.com/client/prod/standalone/blog-network-npf/index.build.css">
<!--
NPF images fix v3.0 by @glenthemes [2021]
💌 git.io/JRBt7
--->
<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:6px;
}
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:music player color}';
$('.soundcloud_audio_player').each(function(){
$(this).attr({ src: $(this).attr('src').split('&')[0] + '&amp;liking=false&amp;sharing=false&amp;auto_play=false&amp;show_comments=false&amp;continuous_play=false&amp;buying=false&amp;show_playcount=false&amp;show_artwork=true&amp;origin=tumblr&amp;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: 11px;
--Poll-Option-Background-Color: {color:post};
--Poll-Option-Corner-Rounding: 0px;
--Poll-Option-Border-Size: 1px;
--Poll-Option-Border-Color: {color:borders};
--Poll-Option-Padding: 8px;
--Poll-Option-Font-Size: 12px;
--Poll-Option-Spacing: 10px;
--Poll-Option-Text-Color: {color:text};
--Poll-Option-HOVER-Border-Color: {color:borders};
--Poll-Option-HOVER-Background-Color: {color:post};
--Poll-Option-HOVER-Text-Color: {color:text};
--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: 11px;
--NPF-Audio-Buttons-Color: {color:top bar title};
--NPF-Audio-Buttons-Padding: 10px;
--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));
line-height:1.8;
}
.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:{color:top bar background};
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;
background-color: {color:bold text background};
padding:1px 5px;
}
figcaption.audio-caption,
figcaption.audio-caption ~ audio[controls],
figcaption.audio-caption img, .npf-audio-image {
display:none;
}
</style>
<script src="//glen-themes.gitlab.io/thms/10/soda-pops.js"></script>
<script src="//glen-npf.gitlab.io/other/neue.js"></script>
<link href="//glen-npf.gitlab.io/other/neue.css" rel="stylesheet">
<!--------------------COLORS-------------------->
<meta name="color:background" content="#f9f8f9"/>
<meta name="color:music player color" content="#EBBCA4">
<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:text" content="#aaa"/>
<meta name="color:bold" content="#bbb">
<meta name="color:bold text background" content="#f9f9f9">
<meta name="color:Italic" content="#bfafae">
<meta name="color:Link" content="#ecbfc0">
<meta name="color:Link Hover" content="#ccc">
<meta name="color:top bar background" content="#ecbca4">
<meta name="color:top bar title" content="#fff">
<meta name="color:top bar links" content="#f7f7f7">
<meta name="color:top bar links hover" content="#f0f0f0">
<meta name="color:header description title" content="#fff">
<meta name="color:header image gradient" content="#f9f8f9"/>
<meta name="color:permalink background" content="#fbfbfc">
<meta name="color:permalink border" content="#e0e0e0">
<meta name="color:permalink text" content="#aaa">
<meta name="color:permalink link" content="#646464">
<meta name="color:borders" content="#f5f5f5">
<meta name="color:question background" content="#f8f8f8">
<meta name="color:chat odd" content="#f7f7f7">
<meta name="color:chat even" content="#fff">
<meta name="color:scrollbar" content="#e8ac8f">
<meta name="color:scrollbar bg" content="#f5f5f5"/>
<meta name="color:highlight" content="#f8f8f9">
<meta name="color:highlighted text" content="#777">
<!--------------------OPTIONS-------------------->
<meta name="if:show music player" content="1" />
<meta name="if:smooth scrolling" content="1" />
<meta name="if:no header" content="0" />
<meta name="if:full sized header" content="1" />
<meta name="if:header image gradient" content="0" />
<meta name="if:header left description" content="1" />
<meta name="if:header description scrollbar" content="1" />
<meta name="if:header description arrow" content="0" />
<meta name="if:header rounded desc corners" content="0" />
<meta name="if:hide header desc" content="0" />
<meta name="if:posts on left" content="1" />
<meta name="if:photo fade" content="0" />
<meta name="if:monochrome posts" content="0" />
<meta name="if:post borders" content="0" />
<!--------------------IMAGES-------------------->
<meta name="image:header image" content="//rhizo.gitlab.io/random/images/bEbsz6y.png"/>
<meta name="image:background image" content=""/>
<!--------------------TITLES-------------------->
<meta name="text:alternative title" content="">
<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/Yoku.mp3">
<meta name="text:music player song name" content="Yoku">
<meta name="text:about box title" content="">
<meta name="text:about box content" content="">
<meta name="text:updates box title" content="">
<meta name="text:updates box content" content="">
<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="">
<meta name="text:Link 4" content="">
<meta name="text:Link 4 URL" content="">
<meta name="text:Link 5" content="">
<meta name="text:Link 5 URL" content="">
<meta name="text:Link 6" content="">
<meta name="text:Link 6 URL" content="">
<meta name="text:Link 7" content="">
<meta name="text:Link 7 URL" content="">
<meta name="text:Link 8" content="">
<meta name="text:Link 8 URL" content="">
<!-------------------------------------------------------------------->
<style type="text/css">
@font-face { font-family: "montsulight"; src: url('//glen-assets.github.io/fonts/Montserrat-UltraLight.otf'); }
/*--------------------TOOLTIPS--------------------*/
#s-m-t-tooltip {
padding: 4px 9px;
margin: 26px 9px 0px 15px;
background-color: {color:permalink background};
font-family: karla;
font-size: 7.5px;
letter-spacing: 1px;
text-transform: uppercase;
color: {color:permalink link};
border:0.5px solid rgba({RGBcolor:permalink border},0.6);
z-index:9999999!important;
max-width:400px;
}
/*--------------------TUMBLR CONTROLS--------------------*/
iframe#tumblr_controls, .iframe-controls--desktop {
top:68px!important;
right:-15px!important;
position:fixed!important;
z-index:999999!important;
transition:0.5s ease-in-out;
opacity:0.2;
-webkit-filter:invert(100%);
filter:invert(100%);
z-index:999999!important;
transition:0.3s ease-in-out;
-webkit-transform:scale(0.9);
-moz-transform:scale(0.9);
-o-transform:scale(0.9);
-ms-transform:scale(0.9);
transform:scale(0.9);
}
iframe#tumblr_controls:hover, .iframe-controls--desktop:hover {
opacity:0.5;
}
.tmblr-iframe--desktop-logged-in-controls {
font-size:6px;
}
/*--------------------SCROLLBAR--------------------*/
::-webkit-scrollbar {
width: 7px;
height: 7px;
}
::-webkit-scrollbar-thumb {
background-color: {color:scrollbar};
border:2.5px solid {color:scrollbar bg};
}
::-webkit-scrollbar-track {
background-color: {color:scrollbar bg};
}
/*--------------------SCROLLBAR--------------------*/
::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:karla;
line-height:15px;
font-size:11px;
text-align:left;
}
blockquote {
padding-left:10px;
margin-left:5px;
border-left:1px solid;
border-color:{color:link};
margin:10px;
}
/*--------------------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;
color: {color:link hover};
}
img {
opacity:1;
text-decoration:none;
}
h1 {
font-size:11px;
font-family:montsulight;
font-weight:bold;
text-transform:uppercase;
letter-spacing:2px;
text-align:center;
padding:10px;
color:{color:link};
background-color: {color:post};
border:0.5px solid rgba({RGBcolor:link},0.4);
}
/*--------------------BOLDED TEXT--------------------*/
.posts b {
font-weight:normal;
color: {color:Bold};
background-color: {color:bold text background};
padding:1px 5px;
}
.posts a {
padding-bottom:1px;
border-bottom:0.5px solid rgba({RGBcolor:text},0.4);
}
.non a {
padding-bottom:0px;
border-bottom:0px solid transparent;
}
t {
font-size:14px;
}
/*--------------------ITALIZED TEXT--------------------*/
i, em, .em {
color: {color:Italic};
}
/*--------------------POST CONTAINER--------------------*/
#container {
margin:0 auto;
top:0;
left:0;
right:0;
{block:ifnotpostsonleft}padding-right:150px;{/block:ifnotpostsonleft}
{block:ifpostsonleft}padding-right:892px;{/block:ifpostsonleft}
width:0px;
{block:iffullsizedheader}margin-top:calc(100vh + 55px);{/block:iffullsizedheader}
{block:ifnotfullsizedheader}margin-top:calc(70vh + 55px);{/block:ifnotfullsizedheader}
{block:ifnoheader}margin-top:120px;{/block:ifnoheader}
{block:IndexPage}margin-bottom:40px;{/block:IndexPage}
{block:PermalinkPage}margin-bottom:100px;{/block:PermalinkPage}
position:absolute;
z-index:100;
}
.semicontainer {
margin-left:0px;
margin-bottom:35px;
}
/*--------------------POSTS--------------------*/
.posts {
overflow:hidden;
{block:IndexPage}
margin-bottom:90px;
{/block:IndexPage}
{block:PermalinkPage}
margin-bottom:40px;
{/block:PermalinkPage}
width:500px;
padding:10px;
background-color:{color:post};
{block:ifpostborders}border:1px solid {color:borders};{/block:ifpostborders}
}
.posts a {
color:{color:link};
}
.posts a:hover {
color:{color:link hover};
}
.posts img{
max-width:100%;
{block:ifmonochromeposts}
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'//www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
{/block:ifmonochromeposts}
transition: 0.7s;
-moz-transition: 0.7s;
-webkit-transition: 0.7s;
-o-transition: 0.7s;
{block:ifphotofade}
opacity:0.7;
{/block:ifphotofade}
}
.posts img:a {
padding-bottom:0px;
border-bottom:0px solid transparent;
}
.posts img:hover {
{block:ifmonochromeposts}
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'//www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(0%);
{/block:ifmonochromeposts}
{block:ifphotofade}
opacity:1;
{/block:ifphotofade}
}
.posts iframe{max-width:100%;}
.entries {
margin-left:-200px;
width:500px;
margin-top:35px;
margin-bottom:40px;
}
.posts img, .posts li, .posts blockquote {max-width:100%;height:auto;}
.posts li {
list-style-type:circle;
}
/*--------------------HEADER--------------------*/
#topbar {
position:fixed;
margin:0 auto;
top:0;
margin-top:0px;
left:0;
right:0;
height:65px;
width:100%;
background-color:{color:top bar background};
z-index:7002;
}
#toptits {
position:fixed;
margin:0 auto;
top:0;
margin-top:0px;
left:0;
right:0;
font-size:18px;
font-family:montsulight;
text-transform:uppercase;
letter-spacing:5px;
text-align:center;
padding:23px 0px 27px 0px;
color:{color:top bar title};
z-index:7003;
display:flex;
align-items:center;
justify-content:center;
flex-wrap:wrap;
gap:0 14px;
}
#toptits a {
font-size:9px;
font-family:montsulight;
text-transform:uppercase;
letter-spacing:3px;
color:{color:top bar links};
padding-top:4px;
margin-bottom:-4px;
padding-bottom:8.5px;
border-bottom:0.5px solid transparent;
line-height:100%;
display:flex;
align-items:center;
}
#toptits a:hover {
color:{color:top bar links hover};
padding-bottom:5px;
border-bottom:0.5px solid rgba({RGBcolor:top bar links hover},0.74);
}
#toptits .fa {
font-size:12px;
flex-shrink:0;
}
#toptits .fa::after {
content:"";
margin-right:4px;
}
#back {
position:absolute;
top:0;
margin-top:0px;
left:0;
margin-left:0px;
width:100%;
{block:iffullsizedheader}height:100vh;{/block:iffullsizedheader}
{block:ifnotfullsizedheader}height:70vh;{/block:ifnotfullsizedheader}
background-color:{color:background};
z-index:102;
{block:ifnoheader}display:none;{/block:ifnoheader}
}
#header {
position:absolute;
top:0;
margin-top:65px;
left:0;
margin-left:0px;
width:100%;
{block:iffullsizedheader}height:calc(100vh - 65px);{/block:iffullsizedheader}
{block:ifnotfullsizedheader}height:calc(70vh - 65px);{/block:ifnotfullsizedheader}
background-image:url({image:header image});
background-position:center;
background-size:cover;
z-index:6000;
{block:ifnoheader}display:none;{/block:ifnoheader}
}
.grad {
position:absolute;
{block:iffullsizedheader}bottom:0px;{/block:iffullsizedheader}
{block:ifnotfullsizedheader}bottom:30%;{/block:ifnotfullsizedheader}
left:0;
background-image:linear-gradient(to bottom,transparent,{color:header image gradient});
width:100%;
padding-top:30%;
z-index:7000;
{block:ifnotheaderimagegradient}display:none;{/block:ifnotheaderimagegradient}
{block:ifnoheader}display:none;{/block:ifnoheader}
}
#hsect {
position:absolute;
top:0;
margin-top:65px;
{block:ifheaderleftdescription}left:0;{/block:ifheaderleftdescription}
{block:ifnotheaderleftdescription}right:0;{/block:ifnotheaderleftdescription}
{block:ifheaderleftdescription}margin-left:5%;{/block:ifheaderleftdescription}
{block:ifnotheaderleftdescription}margin-right:5%;{/block:ifnotheaderleftdescription}
width:300px;
{block:iffullsizedheader}height:100vh;{/block:iffullsizedheader}
{block:ifnotfullsizedheader}height:calc(70vh - 65px);{/block:ifnotfullsizedheader}
display:table;
z-index:7001;
{block:ifnoheader}display:none;{/block:ifnoheader}
{block:ifhideheaderdesc}display:none;{/block:ifhideheaderdesc}
}
.mid {
display:table-cell;
vertical-align:middle;
}
.htits {
{block:ifalternativetitle}margin-top:-25px;{/block:ifalternativetitle}
{block:ifnotalternativetitle}margin-top:0px;{/block:ifnotalternativetitle}
font-family:montsulight;
font-size:21px;
letter-spacing:2px;
color:{color:header description title};
text-transform:uppercase;
text-align:center;
}
.hdesc {
margin-top:10px;
{block:ifheaderdescriptionscrollbar}max-height:30%;{/block:ifheaderdescriptionscrollbar}
{block:ifnotheaderdescriptionscrollbar}height:auto;{/block:ifnotheaderdescriptionscrollbar}
overflow:auto;
padding:15px;
{block:ifheaderroundeddesccorners}border-radius:15px 0px 0px 15px;{/block:ifheaderroundeddesccorners}
background-color:rgba({RGBcolor:post},0.7);
font-size:11px;
text-align:center;
}
{block:ifheaderdescriptionarrow}
.hdesc::before {
content:"";
position:absolute;
{block:ifheaderleftdescription}left:100%;{/block:ifheaderleftdescription}
{block:ifnotheaderleftdescription}right:100%;{/block:ifnotheaderleftdescription}
top:calc(50% - 22.5px);
width:0px;
height:0px;
border-top:22.5px solid transparent;
border-bottom:22.5px solid transparent;
{block:ifheaderleftdescription}border-left:22.5px solid rgba({RGBcolor:post},0.7);{/block:ifheaderleftdescription}
{block:ifnotheaderleftdescription}border-right:22.5px solid rgba({RGBcolor:post},0.7);{/block:ifnotheaderleftdescription}
}
{/block:ifheaderdescriptionarrow}
/*---------------------------BOXES---------------------------*/
#uwotm8 {
position:absolute;
}
#boxes{
position:fixed;
margin:0 auto;
{block:ifnotpostsonleft}margin-left:-370px;{/block:ifnotpostsonleft}
{block:ifpostsonleft}margin-left:565px;{/block:ifpostsonleft}
margin-top:0px;
width: 325px;
padding: 0px;
z-index:999999;
}
.boxtitle{
padding: 8px;
text-transform: uppercase;
font-size: 9px;
color:{color:top bar title};
background: {color:top bar background};
letter-spacing: 2px;
font-style:italic;
text-align: center;
}
.boxcontent, .uboxcontent {
padding: 12px;
background: {color:post};
color:{color:Text};
text-align: left;
margin-bottom:20px;
}
.uboxcontent a {
text-transform:uppercase;
}
.uboxcontent a:hover {
letter-spacing:2px;
}
.uboxcontent .fa {
font-size:10px;
margin-right:5px;
}
.boxcontent img{
width: 250px;
padding-top: 10px;
height:auto;
}
/*--------------------TAGS--------------------*/
.tagsin {
text-transform:uppercase;
letter-spacing:1px;
text-align:right;
font-size:8px;
line-height:1.5;
padding-top:5px;
border-top:0.5px solid 50% rgba({RGBcolor:text},0.8);
}
.tagsin a {
margin-right:0px;
color:rgba({RGBcolor:text},0.8);
padding-bottom:0px;
border-bottom:0px solid transparent;
}
.tagsin a:hover {
color:rgba({RGBcolor:link},0.8);
}
/*--------------------PERMALINK--------------------*/
#info {
position: absolute;
{block:ifnotpostborders}margin-left:-10px;{block:ifnotpostborders}
{block:ifpostborders}margin-left:-11px;{/block:ifpostborders}
margin-top:20px;
letter-spacing: 1px;
padding:6px 10px;
text-transform:uppercase;
font-size:8px;
{block:ifpostborders}width:501px;{/block:ifpostborders}
{block:ifnotpostborders}width:500px;{/block:ifnotpostborders}
height:auto;
border:0.5px solid {color:permalink border};
color:{color:permalink text};
background-color:{color:permalink background};
}
#info a {
color:{color:permalink link};
padding-bottom:0px;
border-bottom:0px solid transparent;
}
#info a:hover {
color: rgba({RGBcolor:permalink link},0.25);
}
#info .fa {
font-size:10px;
color: rgba({RGBcolor:permalink link},0.8);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
#info .fa:hover {
color: rgba({RGBcolor:permalink link},0.25);
}
/*--------------------POST NOTES--------------------*/
ol.notes {
{block:ifnotpostborders}width:520px;{/block:ifnotpostborders}
{block:ifpostborders}width:522px;{/block:ifpostborders}
padding:0px;
margin:65px 0px 0px -5px;
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;
}
/*---------------------------QUOTES---------------------------*/
.quote {
text-transform:uppercase;
font-size:12px;
font-weight:bold;
text-align:center;
}
.quotesource {
text-align:center;
margin-top:10px;
}
/*---------------------------CHATS---------------------------*/
.chat {
line-height:20px;
list-style:none;
}
.line.odd {
background:{color:chat odd};
margin-bottom:2px;
padding:5px;
list-style:none;
font-size:10px;
}
.line.even {
background:{color:chat even};
margin-bottom:2px;
padding:5px;
list-style:none;
font-size:10px;
}
.label {
padding-right:1px;
text-transform:uppercase;
font-weight:bold;
color:{color:link};
}
/*---------------------------ASKS---------------------------*/
.question {
background-color:{color:question background};
padding:6px;
}
.asker {
text-transform:uppercase;
}
.answer {
padding:5px;
margin-top:-15px;
margin-bottom:-15px;
}
/*---------------------------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.8;
}
.trackdetails b {
font-weight:normal;
}
.audiowrapper {
position:relative;
display:inline;
height:0px;
}
/*---------------------------BOTTOM BAR---------------------------*/
#pagination {
position:fixed;
margin:0 auto;
left:0;
right:0;
bottom:0;
width:100%;
height:40px;
text-align:center;
border-top: 0.5px solid {color:permalink border};
background-color:{color:permalink background};
z-index:101;
}
/* 'Current page' number */
#pagination span {
margin:7px 0;
font-size:9px;
color:{color:permalink text};
padding:5px;
width:9px;
display:inline-block;
margin-left:5px;
text-align:center;
}
/* Other page numbers */
#pagination a {
margin:7px 0;
background-color:{color:permalink background};
font-size:9px;
color:{color:permalink link};
padding:5px;
width:9px;
display:inline-block;
margin-left:5px;
text-align:center;
border-bottom:0.5px solid {color:permalink border};
}
#pagination a:hover {
color:{color:permalink text};
}
/**PLEASE DO NOT REMOVE THE THEME CREDIT**/
#c {
position:fixed;
right:0;
bottom:0;
padding:0px 11.5px 11.5px 0px;
text-align:center;
font-size:8px;
text-transform:uppercase;
letter-spacing:0.5px;
z-index:102;
}
#searchbar {
position:fixed;
left:0;
bottom:0;
padding:0px 0px 11.5px 11.5px;
text-align:left;
z-index:102;
}
#searchbar .fa {
font-size:9.5px;
padding:2.5px 3px 3.5px 3px;
background-color:rgba({RGBcolor:permalink border},0.2);
border: 0.5px solid {color:permalink border};
}
.zhao input {
background-color:rgba({RGBcolor:permalink border},0.2);
font-size: 8px;
border: 0.5px solid {color:permalink border};
text-transform: uppercase;
margin-bottom: 0px;
font-family:karla;
color: {color:permalink link};
letter-spacing: 0.5px;
padding:3px 5px;
outline:none;
}
#c a {
color:{color:permalink link};
}
#c a:hover {
color:rgba({RGBcolor:permalink link},0.25);
}
/**PLEASE DO NOT REMOVE THE THEME CREDIT**/
{block:ifshowmusicplayer}
/* music player skin by vitanica */
#musicplayer {
position:fixed;
z-index:99999999999999;
top:0;margin-top:79px;
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;
height:31px;
text-align: left;
padding:0px 8px;
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}
{block:ifmonochromeposts}
.html_photoset{-webkit-filter: Grayscale(100%); -webkit-transition-duration: 0.7s; -moz-transition-duration:0.7s; transition-duration:0.7s; -o-transition-duration:0.7s;}
.html_photoset:hover{-webkit-filter: Grayscale(0%); -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out; transition: all 0.7s ease-out;}
{/block:ifmonochromeposts}
{block:ifphotofade}
.html_photoset{opacity:0.7; -webkit-transition-duration: 0.7s; -moz-transition-duration:0.7s; transition-duration:0.7s; -o-transition-duration:0.7s;}
.html_photoset:hover{opacity:1; -webkit-transition-duration: 0.7s; -moz-transition-duration:0.7s; transition-duration:0.7s; -o-transition-duration:0.7s;}
{/block:ifphotofade}
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
.fade-in {
opacity:0;
-webkit-animation:fadeIn ease-in 1;
-moz-animation:fadeIn ease-in 1;
animation:fadeIn ease-in 1;
-webkit-animation-fill-mode:forwards;
-moz-animation-fill-mode:forwards;
animation-fill-mode:forwards;
-webkit-animation-duration:1s;
-moz-animation-duration:1s; animation-duration:1s; }
.fade-in.one { -webkit-animation-delay: 1.8s; -moz-animation-delay: 1.8s; animation-delay: 1.8s; }
.fade-in.two { -webkit-animation-delay: 1.22s; -moz-animation-delay: 1.22s; animation-delay: 1.22s; }
{CustomCSS}
</style>
</head>
<body>
{block:ifshowmusicplayer}
{block:ifnotnoheader}
<div id="musicplayer" class="box fade-in one">
{/block:ifnotnoheader}
{block:ifnoheader}
<div id="musicplayer" class="box fade-in two">
{/block:ifnoheader}
<div class="roundthing">
<!--more music player gifs here:-->
<!--stewlate.tumblr.com/post/28218185078/music-player-gifs-->
<img src="//secure.static.tumblr.com/n9vj50j/cxEn20wqg/12.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}
<div id="topbar"></div>
<div id="toptits">
<a href="/"><span class="fa fa-home"></span>home</a>
<a href="/ask"><span class="fa fa-envelope-o"></span>message</a>
&nbsp;[ {Title} ]&nbsp;
<a href="/archive"><span class="fa fa-calendar"></span>archive</a>
<!--PLEASE DO NOT REMOVE THE THEME CREDIT-->
<a href="//glenthemes.tumblr.com" title="theme by glenthemes"><span class="fa fa-code"></span>theme</a>
<!--PLEASE DO NOT REMOVE THE THEME CREDIT-->
</div>
<div id="hsect" class="box fade-in two">
<div class="mid">
<div class="htits">{text:alternative title}</div>
<div class="hdesc">{Description}</div>
</div>
</div>
<div id="back"></div>
<div id="header" class="box fade-in two"></div>
<div class="grad"></div>
<!--PLEASE DO NOT REMOVE THE THEME CREDIT-->
<div id="c"><a href="//glenthemes.tumblr.com">© theme by glenthemes</a></div>
<!--PLEASE DO NOT REMOVE THE THEME CREDIT-->
<div id="searchbar">
<form action="/search" method="get" class="zhao"><span class="fa fa-search"></span>
<input type="text" name="q" autocomplete="off" value="{SearchQuery}" placeholder="search {Name}"/>
<input type="submit" value="Search" class="zhaosub"/>
</form>
</div>
<div id="pagination">
{block:Pagination}
{block:PreviousPage}<a title="Previous" href="{PreviousPage}">«</a>{/block:PreviousPage}
{block:JumpPagination length="8"}
{block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
{block:JumpPage}<a href="{URL}">{PageNumber}</a> {/block:JumpPage}
{/block:JumpPagination}
{block:NextPage}<a title="Next" href="{NextPage}">»</a>{/block:NextPage}
{/block:Pagination}
</div>
{block:ifnoheader}
<div id="container" class="box fade-in two">
{/block:ifnoheader}
{block:ifnotnoheader}
<div id="container" class="box fade-in one">
{/block:ifnotnoheader}
<div id="boxes">
{block:ifnoheader}
<div class="boxtitle">
about
</div>
<div class="boxcontent">
{Description}
</div>
{/block:ifnoheader}
{block:ifhideheaderdesc}
<div class="boxtitle">
about
</div>
<div class="boxcontent">
{Description}
</div>
{/block:ifhideheaderdesc}
{block:ifnotnoheader}
{block:ifaboutboxcontent}
<div class="boxtitle">
{text:about box title}
</div>
<div class="boxcontent">
{text:about box content}
</div>
{/block:ifaboutboxcontent}
{/block:ifnotnoheader}
{block:ifupdatesboxtitle}
<div class="boxtitle">{text:updates box title}</div>
<div class="boxcontent">
{text:updates box content}
</div>
{/block:ifupdatesboxtitle}
<div class="boxtitle">links</div>
<div class="uboxcontent" style="margin-bottom:65px;">
{block:ifLink1}<span class="fa fa-link"></span><a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
{block:ifLink2}<br><span class="fa fa-link"></span><a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
{block:ifLink3}<br><span class="fa fa-link"></span><a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}
{block:ifLink4}<br><span class="fa fa-link"></span><a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}
{block:ifLink5}<br><span class="fa fa-link"></span><a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:ifLink5}
{block:ifLink6}<br><span class="fa fa-link"></span><a href="{text:Link 6 URL}">{text:Link 6}</a>{/block:ifLink6}
{block:ifLink7}<br><span class="fa fa-link"></span><a href="{text:Link 7 URL}">{text:Link 7}</a>{/block:ifLink7}
{block:ifLink8}<br><span class="fa fa-link"></span><a href="{text:Link 8 URL}">{text:Link 8}</a>{/block:ifLink8}
</div>
</div>
<div class="semicontainer">
{block:Posts inlineMediaWidth="1280" inlineNestedMediaWidth="1280"}
<div class="posts" post-type="{PostType}">
{block:Text}
{block:Title}<h1>{Title}</h1>{/block:Title}
{Body}
{/block:Text}
{block:Photo}
{LinkOpenTag}<div class="non"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
{block:Caption}{Caption}{/block:Caption}
{/block:Photo}
{block:Photoset}
{Photoset-500}
{block:Caption}{Caption}{/block:Caption}
{/block:Photoset}
{block:Quote}
<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"> {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>
{/block:AudioPlayer}
{block:Caption}
<div class="caption">{Caption}</div>
{/block:Caption}
{/block:Audio}
{block:Video}
{Video-500}
{block:Caption}{Caption}{/block:Caption}
{/block:Video}
{block:Answer}
<div class="question">
<div class="asker"><b>{Asker} asked:</b></div>
{Question}</div><br>
<div class="answer">
{Answer}</div>
{/block:Answer}
{block:PermalinkPage}
{block:HasTags}
<div class="tagsin">
{block:Tags}
<a href="{TagURL}">#{Tag} </a>
{/block:Tags}
</div>
{/block:HasTags}
{/block:PermalinkPage}
{block:Date}
{block:IndexPage}
{block:HasTags}
<div class="tagsin">
{block:Tags}
<a href="{TagURL}">#{Tag} </a>
{/block:Tags}
</div>
{/block:HasTags}
<div id="info">posted on <a href="{Permalink}" title="date">{ShortMonth} {DayOfMonthWithZero}{DayOfMonthSuffix} {Year}</a>&nbsp;&nbsp;•&nbsp;&nbsp;<a href="{Permalink}" title="permalink">{NoteCount} N</a>&nbsp;&nbsp;•&nbsp;&nbsp;<a href="{ReblogURL}" title="reblog?" target="blank"><span class="fa fa-retweet"></span></a>{/block:IndexPage}</div>
{/block:IndexPage}
{/block:Date}
{block:Date}
{block:PermalinkPage}<div id="info" style="margin-left:0px; margin-top:-30px;">posted on <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}{DayOfMonthSuffix} '{ShortYear}</a> with <a href="{Permalink}">{NoteCountWithLabel}</a>&nbsp;&nbsp;•&nbsp;&nbsp;{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>&nbsp;&nbsp;•&nbsp;&nbsp;<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a></div>{/block:RebloggedFrom}{/block:PermalinkPage}
</div><!--posts-->
{/block:Date}
{block:PostNotes}
{PostNotes}
{/block:PostNotes}
{/block:Posts}
</div><!--semicontainer-->
</div><!--container-->
</body>
</html>