ControlC ControlC · Pastebin

Theme: Tremors

Pasted: Jun 1, 2020, 8:19:39 pm · Views: 775
<!---------------------------------

___ ___ _ ___ ___ ___ ___ ___ ___
/ __|/ _ \| | / _ \ / __/ _ \| \| __/ __|
\__ \ (_) | |_| (_) | | (_| (_) | |) | _|\__ \r
|___/\___/|____\___/ \___\___/|___/|___|___/


**** Tʜᴇᴍᴇ: Tremors ****
Code Updated November 2020 w/ minor changes

.Dᴇsɪɢɴᴇᴅ & Cᴏᴅᴇᴅ ʙʏ Sᴏʟᴏ Cᴏᴅᴇs > sᴏʟᴏᴄᴏᴅᴇs.ᴛᴜᴍʙʟʀ.ᴄᴏᴍ | solocodes.net
.Hᴀᴠᴇ Aɴʏ Qᴜᴇsᴛɪᴏɴs? Sᴇɴᴅ Mᴇ ᴀɴ Asᴋ

.Dᴏ ɴᴏᴛ ʀᴇᴍᴏᴠᴇ ᴄʀᴇᴅɪᴛ
.Dᴏ ɴᴏᴛ ʀᴇᴅɪsᴛɪʙᴜᴛᴇ
.Dᴏ ɴᴏᴛ ᴄʟᴀɪᴍ ᴀs ʏᴏᴜʀ ᴏᴡɴ
.Dᴏ ɴᴏᴛ ᴜsᴇ ᴀs ᴀ ʙᴀsᴇ ᴄᴏᴅᴇ
.Dᴏ ɴᴏᴛ sᴛᴇᴀʟ
.Nᴏ ʜᴇᴀᴠʏ ᴛᴡᴇᴀᴋɪɴɢ
.Eᴅɪᴛ ᴍɪɴᴏʀ ᴛʜɪɴɢs ᴛᴏ ʏᴏᴜʀ ʟɪᴋɪɴɢ

------------------------------------>


<!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:Background" content="#f5f5f5"/>
<meta name="color:Accent" content="#ffcc33"/>
<meta name="color:Blog Title" content="#000"/>
<meta name="color:Sidebar" content="#fff"/>
<meta name="color:Desc Text" content="#000"/>
<meta name="color:Search Text" content="#000"/>
<meta name="color:Navigation Text" content="#000"/>
<meta name="color:Navigation Numbers" content="#cecece"/>
<meta name="color:Text" content="#fff"/>
<meta name="color:Links" content="#e53057"/>
<meta name="color:Hover" content="#000"/>
<meta name="color:Bold" content="#000"/>
<meta name="color:Italic" content="#ddd"/>
<meta name="color:Border" content="#111"/>
<meta name="color:Posts" content="#fff"/>
<meta name="color:Post Info" content="#fff"/>
<meta name="color:Post Info Background" content="#fff"/>

<meta name="text:Blog Title" content="tremors"/>
<meta name="if:Hover Tags" content="0"/>
<meta name="if:Box Shadows" content="0"/>

<meta name="select:Title Font" content="Poppins"/>
<meta name="select:Title Font" content="Raleway"/>
<meta name="select:Title Font" content="Montserrat"/>
<meta name="select:Title Font" content="Open Sans"/>
<meta name="select:Title Font" content="Work Sans"/>


<meta name="text:Desc Font Size" content="11"/>
<meta name="text:Tags Font Size" content="11"/>
<meta name="text:Posts Margin" content="280"/>

<meta name="select:Body Font" content="Lato"/>
<meta name="select:Body Font" content="Open Sans"/>
<meta name="select:Body Font" content="Karla"/>
<meta name="select:Body Font" content="Raleway"/>
<meta name="select:Body Font" content="Montserrat"/>



<meta name="select:Post Width" content="400px"/>
<meta name="select:Post Width" content="450px"/>
<meta name="select:Post Width" content="500px"/>
<meta name="select:Post Width" content="540px"/>


<meta name="text:Link 3" content="http://"/>
<meta name="text:Link 3 Title" content="Link 3"/>
<meta name="text:Link 4" content="http://"/>
<meta name="text:Link 4 Title" content="Link 4"/>
<meta name="text:Link 5" content="http://"/>
<meta name="text:Link 5 Title" content="Link 5"/>

<meta name="image:Background" content=""/>
<meta name="image:Icon" content=""/>


<!--- HONEYBEE, GOOGLE MATERIAL & LINEAR ICONS FONT ICONS --->
<link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css"><link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet"><link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"><script defer src="https://use.fontawesome.com/releases/v5.10.1/js/all.js"></script><script defer src="https://use.fontawesome.com/releases/v5.10.1/js/v4-shims.js"></script>

<!----- GOOGLE FONTS ----->
<link href="https://fonts.googleapis.com/css?family=Lato:400,700|Muli:400,600,700|Poppins:400,500,600,700|Open+Sans:400,600,700|Ubuntu:400,700&display=swap" rel="stylesheet">


<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;800&family=Raleway:wght@400;800&family=Work+Sans:wght@800&display=swap" rel="stylesheet">

<link href="https://fonts.googleapis.com/css2?family=Karla:wght@400;700&display=swap" rel="stylesheet">


<!----- COLOR AUDIO ----->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>

<script>
$(document).ready(function() {
// audio player
var $audio = $('iframe.tumblr_audio_player');
$audio.load(function() {
$(this).contents().find('head').append('<style type="text/css">' +
'.audio-player { background:{color:Accent}; color:{color:Text} !important; }' + '.audio-player .audio-info .track-artist { {color:Text} !important; }' + '</style>');
});
});
</script>

<!--- SOUNDCLOUD PLAYER--->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script>
// minimal soundcloud player © shythemes.tumblr
$(document).ready(function(){
var color = '{color:Accent}'; // color of play button (hex)
$('.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=' + color.split('#')[1], height: 116, width: '100%' });
});
});
</script>

<!--- TOOLTIPS --->

<script type="text/javascript"
src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/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>




<style>

* {box-sizing: border-box}

/* SCROLLBAR */



::-webkit-scrollbar-thumb {
height:122px;
border:1.7px solid transparent;
background: {color:Accent};}

::-webkit-scrollbar {
width:6px;
height:7px;
border-left:5px solid transparent;
border-right:5px solid transparent;
border-top:2px solid transparent;
border-bottom:2px solid transparent;}


/* TOOLTIPS */
#s-m-t-tooltip {
display: block;
margin: 15px;
color:{color:Accent};
background:{color:Post Info Background};
font-family:{select:Body Font};
font-size:0.75em;
font-weight:700;
text-align:center;
border-radius:4px;
padding:4px;
margin-left:25px;
letter-spacing:1px;
text-transform: uppercase;
line-height:130%;
min-width:40px;
max-width:150px;
z-index: 9999999999;}


/* TUMBLR CONTROLS */

.tc svg {
display:block;
z-index:99999999999 !important;
width:14px;
height:auto;
overflow:hidden;
overflow:visible;}

.tc svg path {fill:{color:Blog Title};}

.tc {
z-index:15;
position:fixed;
top:15px;
right:25px;}

iframe.tmblr-iframe {
z-index:999;
right:-5px;
top:9px;
opacity:0;
position:fixed;
width:0;
padding-right:80px;
filter:contrast(150%) invert(100%);
-webkit-filter:contrast(150%) invert(100%);
transform:scale(0.6);
-webkit-transform:scale(0.6);
transform-origin:100% 0;
-webkit-transform-origin:100% 0; }

#tumblr_controls:hover, .tmblr-iframe:hover {opacity:.5!important;}

/* LIGHTBOX */
.vignette, #vignette {
opacity:0; }

.lightbox-image, #tumblr_lightbox img {
box-shadow:none !important;
border-radius:0 !important;
max-width:none;
border:5px solid #fff !important;
-moz-box-sizing:border-box;
box-sizing:border-box;
z-index:999999999999999999999 !important;}

.tmblr-lightbox, #tumblr_lightbox {
background-color:rgba(245,245,245,.84) !important;
z-index:999999999999999999999 !important;}

.lightbox-caption, #tumblr_lightbox_caption {
visibility:hidden; }




/* Set height of body and the document to 100% */
body, html {
height: 100%;
margin: 0;
font-size:12px;
font-family:{select:Body Font};
overflow-x:hidden;
background-image:url('{image:Background}');
background-repeat:repeat;
background-attachment:fixed;
background-color:{color:Background};}

/* FIXED IMAGES + VIDEOS + DO NOT TOUCH */vg
img, embed, object, video {
margin:auto;
max-width: 100%;
border: none;
outline: none;}

select, textarea, input, a {
outline: none; }

small{
font-size: 90%;}

big{
font-size: 110%;}

/* CHAT LINES */
.lines {
line-height:14px;
padding:3px;
font-family:{select:Body Font};
color:{color:Text};}

/* ENTRY TITLES */
h1 {
padding-top:0px;
padding-left:5px;
width:{select:Post Width} - 10px;
letter-spacing:1.5px;
font-size:1em;
text-transform:uppercase;
font-weight:800;
text-align:left;
background:{color:Posts};
color:{color:Text};
line-height:22px;}

/* ENTRY BODY TEXT */
h2 {
width:100%;
padding-bottom:10px;
line-height:16px;
letter-spacing: 1px;
font-weight:400;
font-size:1em;
font-family:{select:Body Font};
color:{color:Text};}

p { padding:5px;background:{color:Posts};}


/* ENTRY LINKS / BODY LINKS */
a:link, a:active, a:visited {
clear:both;
z-index:2!Important;
color: {color:Links};
text-decoration:none;}

a:hover {
clear:both;
z-index:99999999!Important;
color: {color:Hover};
-webkit-transition: all .3s;
-moz-transition: all .3s;
-o-transition: all .3s;
-ms-transition: all .3s;
transition: all .3s;}

a img, :link img, :visited img {
border: 0;}

/* BOLD TEXT / DESIGN & COLOR */
b, strong {
color:{color:Bold};
font-style:bold;}

/* ITALIC TEXT / DESIGN & COLOR */
i, em, italic {
color:{color:Italic};
font-style:italic;}


/* BLOCKQUOTE , PARAGRAPHS / BLOCKQUOTE IMAGES */
p { padding:5px; background:{color:Posts};}
.caption li {font:0.90em, {select:Body Font}, sans-serif; line-height:22px;}

p,blockquote{line-height:150%;}
p,blockquote,ul,ol{margin:10px;}
blockquote p{margin:10px 0;}
blockquote p:first-child{margin:0 0 10px;}
blockquote p:last-child{margin:10px 0 0;}
blockquote p:only-child{margin:0;}

blockquote {
width:{select:Post Width} - 10px;
font:1em {select:Body Font}, sans-serif;
line-height:14px;
border-left:1px solid {color:Border};
background:{color:Posts};}

blockquote p{
margin:auto;
padding:auto;}

blockquote img, blockquote a img {
width:500px;
height:auto;}

blockquote a {color:{color:Text};}

img a {border:none; max-width:500px;}


/* QUOTE */
.quote {
font-weight:bold;
letter-spacing:1.1px;
font:2em {select:Title Font};}

/* SOURCE */
.source {
font-size:1em {select:Title Font};}


/* LINK BLOG POST */

.linktitle h1 {
width:auto;
margin-top:-3px;
padding:none;
height:80px;
line-height:80px;
text-align:center;
background:{color:Accent};}

/* ENTIRE POSTS/SIDEBAR CONTAINER */
section {
display:block;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
clear: both;
margin: 0 auto;
width:calc(450px + {select:Post Width});}

/* UNDERLINE EFFECT */
um {
background-image: linear-gradient( {color:Accent} 0%, {color:Accent} 100%);
background-repeat: no-repeat;
background-size: 100% 0.4em;
background-position: 0 80%;
transition: background-size 0.25s ease-in;}

/* SIDEBAR CONTAINER */
.sidebar {
position:fixed;
clear:both;
margin-left:0px;
top:60px;
width:260px;
height:400px;
border-radius:8px;
background:{color:Sidebar};
{block:IfBoxShadows}
box-shadow: 0px 10px 10px -9px rgba(000,000,000, 0.45);
{/block:IfBoxShadows}}

/* SIDEBAR ICON IMAGE */
.sidebar img {
position:fixed;
margin-left:77px;
margin-top:70px;
border-radius:100px;
width:100px;
height:100px;
{block:IfBoxShadows}
box-shadow: 0px 10px 10px -9px rgba(000,000,000, 0.45);
{/block:IfBoxShadows}}

/* SIDEBAR TITLE */
.blogtitle {
position:fixed;
margin-top:30px;
width:260px;
font-family:{select:Title Font}, sans-serif;
font-size:1.3em;
text-align:center;
font-weight:800;
letter-spacing:1.2px;
text-transform:uppercase;
color:{color:Blog Title};}

.blogtitle a {color:{color:Blog Title};}

/* SIDEBAR ABOUT BOX DESCRIPTION */
.desc {
position:fixed;
z-index:9999999999999999999;
margin-top:185px;
margin-left:5px;
width:250px;
height:70px;
letter-spacing:1px;
text-align:center;
font-size:{text:Desc Font Size}px;
font-family:{select:Body Font}, sans-serif;
text-transform:normal;
padding:10px;
font-weight:400;
line-height:18px;
border-bottom:1px solid {color:Border};
color:{color:Desc Text};}

/*--- LEFT SIDE NAV---*/
.lnav {
position:fixed;
margin-top:270px;
margin-left:0px;}

.lnav n {
position:relative;
z-index:-1;
left:20px;
top:-1px;
font-size:1.8em;
color:{color:Navigation Numbers};}

.lnav a {
font:bold 1.1em 'Poppins', sans-serif;
font-weight:800;
display:block;
margin-bottom:-11px;
text-transform:uppercase;
letter-spacing:1px;
color:{color:Navigation Text};}

.lnav a:hover {color:{color:Hover};}

/*--- RIGHT SIDE NAV---*/
.rnav {
position:fixed;
margin-top:270px;
margin-left:136px;}

.rnav a {
font:bold 1.1em 'Poppins', sans-serif;
font-weight:800;
display:block;
margin-bottom:-11px;
letter-spacing:1px;
text-transform:uppercase;
color:{color:Navigation Text};}

.rnav a:hover {color:{color:Hover};}

.rnav n {
position:relative;
z-index:-1;
left:15px;
top:-1px;
font-size:1.8em;
color:{color:Navigation Numbers};}


/* SEARCH BAR*/
.search .query {
position:fixed;
z-index:9999;
margin-top:450px;
border:0;
outline:0;
width:260px;
border-radius:8px;
overflow:hidden;
padding:15px;
padding-left:60px;
font:bold 0.85em 'Poppins', sans-serif;
font-weight:600;
font-style:bold;
letter-spacing:1px;
text-align:left;
text-transform:uppercase;
{block:IfBoxShadows}
box-shadow: 0px 10px 10px -9px rgba(000,000,000, 0.45);
{/block:IfBoxShadows}
background:{color:Sidebar};
color:{color:Search Text};}

::-webkit-input-placeholder {color: inherit;}
:-moz-placeholder {color: inherit; opacity:1;}
::-moz-placeholder {color: inherit; opacity:1;}
:-ms-input-placeholder {color: inherit;}
input:focus::-webkit-input-placeholder {color: transparent;}
input:focus:-moz-placeholder {color: transparent;}
input:focus::-moz-placeholder {color: transparent;}
input:focus:-ms-input-placeholder { color: transparent;}


/* SEARCH ICON */
.lnr-magnifier {
position:fixed;
z-index:9999999999999;
overflow:hidden;
margin-top:449px;
margin-left:0px;
width:45px;
height:47px;
padding:10px;
text-align:center;
font-weight:900;
font-size:1.2em;
line-height:28px;
border-top-left-radius:8px;
border-bottom-left-radius:8px;
box-shadow: 0px 10px 10px -9px rgba(000,000,000, 0.45);
background:{color:Accent};
color:{color:Search Text};}



/* POSTS AND ENTRIES */
.posts {
position:relative;
z-index:999;
top:50px;
left:450px;
float:right;}

.posts a {z-index:999;}
.posts a:hover {z-index:999;}

/* ENTRIES */
.entry {
clear:both;
margin-bottom:{text:Posts Margin}px;
width:{select:Post Width};
float:left;
padding:10px;
border-radius:8px;
border:1px solid {color:Border};
{block:IfBoxShadows}
box-shadow: 7px 10px 10px -9px rgba(000,000,000, 0.45);
{/block:IfBoxShadows}
background:{color:Posts};}

.entry:hover {
transition: .4s ease-in-out;
-webkit-transition: .4s ease-in-out;
-moz-transition: .4s ease-in-out;
-o-transition: .4s ease-in-out;
box-shadow:none;}

/* ENTRY IMAGE */
.entry img {
margin:0px;
height:auto;
width:{select:Post Width} - 5px;}

/* ENTRY LINKS */
.entry a {
clear:both;
z-index:99999;}


* CAPTIONS CONTAINER */
.caption iframe{
display:block;
max-width:100%;
overflow:hidden;}

.caption {
font:1em {select:Body Font}, sans-serif;
font-weight:{select:Body Font Weight};
margin:10px 0;}

.tumblr_parent {
border:0;
margin:4px 0;
padding:20px;}

.tumblr_parent blockquote {margin:15px 10;}

{block:PermalinkPage}
.tumblr_parent {padding:25px;}
{/block:PermalinkPage}

.caption.nospace .tumblr_parent
{border:0;
padding-top:0;}

/* CAPTIONS LINK STYLING */
.caption a {
color:{color:Text};}

/* CAPTIONS TUMBLR USERNAME STYLING */
.caption .tumblr_blog {
color:{color:Text}
font-size:0.90em;
font-family:{select:Body Font}, sans-serif;
font-weight:800;
text-transform:uppercase;
letter-spacing:1px;}

/* CAPTIONS TUMBLR USERNAME CONTAINER */
.tumblr_blog {
display:inline-block;
vertical-align:middle;
text-align:left;}

/* CAPTIONS AVATAR */
.caption .tumblr_avatar {
width:20px;
height:20px;
margin-right:7px;
display:inline-block;
vertical-align:middle;
border-radius:100px;}


/* DATE/MONTH BORDER BOX DESIGN */
.dateback {
position:absolute;
margin-left:-63px;
margin-top:-7px;
width:40px;
height:40px;
background:{color:Background};
border-radius:3px;
border:4px solid {color:Text};}


/* --- DATE INFO ---*/
.date {
position:absolute;
float:right;
z-index:999999;
margin-top:-18px;
padding:20px;
text-align:center;
display:block;
width:40px;
margin-left:-90px;
letter-spacing:1px;
text-transform:uppercase;
color:{color:Post Info};}

.date a {
color:{color:Posts};
z-index:9999999;
display:block;
color:{color:Text};
font:13px 'Poppins', sans-serif;
width:40px;
font-weight:bold;
text-align:center;
line-height:40px;
height:40px;
border-radius:3px;
background-color:{color:Accent};}

.date a:hover {color:{color:Accent};background-color:{color:Posts};}



/* POST INFO TIME */
.time {
position:absolute;
margin-left:-78px;
margin-top:50px;
float:left;
width:auto;
height:27px;
padding:6px;
text-align:right;
text-transform:uppercase;
font-size:0.90em;
line-height:12px;
font-weight:800;
letter-spacing:1px;
outline:none;
font-family:'Poppins', sans-serif;
color:{color:Text};}



/* BOTTOM POST + ENTRY INFO */
.bottominfo {
position:absolute;
z-index:2;
width:calc({select:Post Width} - 2px);
margin-left:0px;
margin:-10px;
margin-top:5px;
margin-left:-10px;
padding-top:10px;
padding-bottom:10px;
text-align:left;
letter-spacing:1.5px;
border-top:1px solid {color:Border};
text-transform:uppercase;
border-bottom-left-radius:8px;
border-bottom-right-radius:8px;
{block:IfBoxShadows}
box-shadow: 7px 10px 10px -9px rgba(000,000,000, 0.45);
{/block:IfBoxShadows}
background:{color:Post Info Background};}

/* BOTTOM POST + ENTRY INFO STYING */
.bottominfo a {
z-index:9;
display:inline-block;
width:32%;
padding:7px;
font-family:{select:Body Font}, sans-serif;
font-size:0.85em;
font-weight:600;
text-align:center;
letter-spacing:1px;
text-transform:uppercase;
border:none;
color:{color:Post Info};}

.bottominfo a:hover {
color:{color:Hover};
}

.bottominfo:hover {
transition: .4s ease-in-out;
-webkit-transition: .4s ease-in-out;
-moz-transition: .4s ease-in-out;
-o-transition: .4s ease-in-out;
box-shadow:none;}


/* TAGS */
.tags {
position:absolute;
width:{select:Post Width};
margin-left:-9px;
margin-top:53px;
z-index:9;
text-align:left;
line-height:20px;}

/* TAGS STYLING */
.tags a {
width:{select:Post Width};
background:{color:Posts};
border-radius:5px;
display:inline;
padding:6px;
text-decoration:none;
font-family:{select:Body Font}, sans-serif;
font-size:{text:Tags Font Size}px;
font-style:normal;
text-align:left;
z-index:9;
letter-spacing:1px;
font-weight:800;
line-height:10px;
{block:IfBoxShadows}
box-shadow: 7px 7px 7px -9px rgba(000,000,000, 0.45);
{/block:IfBoxShadows}
color:{color:Text};}

/* TAGS HOVER */
.tags a:hover {
box-shadow:none;
transition: .4s ease-in-out;
-webkit-transition: .4s ease-in-out;
-moz-transition: .4s ease-in-out;
-o-transition: .4s ease-in-out;
letter-spacing:2px;
color:{color:Hover}; }

{block:IfHoverTags}
.tags {opacity:0;}
.entry:hover .tags {opacity:1;}
{/block:IfHoverTags}




/* ASK POSTS */
.asker {
font:0.90em {select:Title Font}, sans-serif;
letter-spacing:1px;
font-weight:600;
font-style:bold;
color:{color:Text};}

/* ASKER URL */
.asker a {
color:{color:Text};
border-radius:3px;
font:1.1em 'Poppins', sans-serif;
text-transform:uppercase;
letter-spacing:1.5px;
font-weight:800;
font-style:bold;
border:none;}

user{
position:absolute;
margin-top:8px;
width:auto;
padding-bottom:2px;}

/* QUESTION */
.question {
margin-top:-15px;
height: auto;
padding:10px;
font:1em {select:Body Font}, sans-serif;
font-weight:600;
line-height:19px;
text-transform:normal;
letter-spacing:1px;
background:{color:Posts};
color:{color:Text};}

/* ANSWER */
.answer {
padding:10px;
font:1em {select:Body Font}, sans-serif;
font-weight:400;
text-transform:normal;
letter-spacing:1px;
background:{color:Posts};
color:{color:Text};
line-height:18px;}

/* ANSWER BLOCKQUOTE */
.answer blockquote {
padding:10px;
font:1em {select:Body Font}, sans-serif;
font-weight:400;
text-transform:normal;
letter-spacing:1px;
background:{color:Posts};
color:{color:Text};
line-height:18px;}


/* POST NOTES */
.notes {
position:absolute;
z-index:999999999999;
width:{select:Post Width};
height:100%;
padding:5px;
list-style-type: none;
margin-top:70px;
font-size:0.80em;
font-family:{select:Body Font}, sans-serif;
font-style:normal;
letter-spacing:1.5px;
margin-left:0px;
font-weight:400;
text-transform:uppercase;
line-height:25px;
color:{color:Text};}

.notes a {
border:none;
color:{color:Text}; }


ol.notes li.note img.avatar {
vertical-align: -4px;
margin-right: 10px;
width: 16px;
border: 0;
border-radius:3px;
height: 16px;
color:{color:Text};}

a.avatar_frame {
border: 0;}

/* PAGINATION */
.pagination {
width:{select:Post Width};
z-index:100;
display:block;
text-align:center;
font:1em {select:Body Font};
font-weight:bold;
text-transform:uppercase;
color:{color:Text};}

.pagination a {
margin: 0 4px;
display:inline-block;
text-align: center;
letter-spacing:1px;
line-height: 20px;
font-weight:bold;
font:1em {select:Body Font};
color:{color:Text};}

.pagination a:hover {
color:{color:Hover};}

/* PREV & NEXT PAGINATION UNDERLINE */
.pagline {
font-weight:bold;
font:1em {select:Body Font};
text-transform:lowercase;
letter-spacing:1px;
background-image: linear-gradient(120deg, {color:Accent} 0%, {color:Accent} 100%);
background-repeat: no-repeat;
background-size: 100% 0.4em;
background-position: 0 88%;
transition: background-size 0.25s ease-in;}


/* AUDIO POSTS */
.tumblr_audio_player {
height:100px;
clear:both;
width:calc({select:Post Width} - 20px);}

.soundcloud_audio_player
{width: 100%;}


/* VIDEO POSTS */
.video {
overflow:hidden;
display:block;
min-width:100%;}

.video, embed, iframe, blockquote {overflow:hidden;width:100%;}

.video .width_fix iframe
{width: 100% !important;}

blockquote, embed, iframe {overflow:hidden;}

{CustomCSS}
</style>

<!--- UNEST CAPTIONS --->
<script src="https://static.tumblr.com/emvnqzg/cK3o6sxeb/jquery.truncate.js"></script>
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<script src="https://static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script>
<script> $(function(){ $('.entry').unnest({
yourCaption: '.caption',
originalPostCaptionUsername: true ,
tumblrAvatars: true,
newCaptionUsername:false,
tumblrAvatarClass: ".tumblr_avatar",
usernameColon: false
}); }); </script>

<!--- PXU PHOTOSET --->



<script type=”text/javascript” src=”https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js”></script>

<link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>

<script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>

<script>
$(document).ready(function(){
$('.photo-slideshow').pxuPhotoset({
lightbox: true,
rounded: false,
gutter: '4px',
borderRadius: '0px',
photoset: '.photo-slideshow',
photoWrap: '.photo-data',
photo: '.pxu-photo'
});
});
</script>

<!--- FULL SCREEN NAVIGATION --->
<script>
/* Open the sidenav */
function openNav() {
document.getElementById("mySidenav").style.width = "100%";
}

/* Close/hide the sidenav */
function closeNav() {
document.getElementById("mySidenav").style.width = "0";
}
</script>
</style>
</head>
<body>


<div class="tc"><svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px"viewBox="0 0 438.317 438.317" style="enable-background:new 0 0 438.317 438.317;" xml:space="preserve"><g><g><path d="M31.167,266.192l20.4,9.35c8.5,3.967,12.467,13.6,9.35,22.383l-7.933,20.967c-5.95,16.15-3.967,33.433,5.95,47.317c9.633,14.167,25.5,22.383,42.5,22.383c6.233,0,12.467-1.133,18.417-3.4l20.967-7.933c1.983-0.85,3.967-1.133,6.233-1.133c6.8,0,13.317,3.967,16.15,10.483l9.35,20.4c8.5,18.7,26.633,30.317,47.033,30.317s38.533-11.617,47.033-30.317l9.35-20.4c2.833-6.233,9.067-10.483,16.15-10.483c1.983,0,4.25,0.283,6.233,1.133l20.967,8.217c5.95,2.267,12.183,3.683,18.417,3.683l0,0c16.717,0,32.583-8.783,42.5-22.667c9.633-14.167,11.9-31.45,5.95-47.6l-7.933-20.967c-3.117-8.783,0.85-18.417,9.35-22.383l20.4-9.35c18.7-8.5,30.317-26.633,30.317-47.033S426.7,180.625,408,172.125l-20.4-9.35c-8.5-3.967-12.467-13.6-9.35-22.383l7.933-20.967c5.95-16.15,3.967-33.433-5.95-47.317c-9.633-14.167-25.5-22.383-42.5-22.383c-6.233,0-12.467,1.133-18.417,3.4l-20.967,7.933c-1.983,0.85-3.967,1.133-6.233,1.133c-6.8,0-13.317-3.967-16.15-10.483l-9.35-20.4c-8.5-18.7-26.633-30.317-47.033-30.317s-39.383,11.9-47.883,30.6l-9.35,20.4c-2.833,6.233-9.067,10.483-16.15,10.483c-1.983,0-4.25-0.283-6.233-1.133L119,53.408c-5.95-2.267-12.183-3.4-18.417-3.4c-16.717,0-32.583,8.5-42.5,22.383c-9.633,14.167-11.9,31.45-5.95,47.317l7.933,20.967c3.117,8.783-0.85,18.417-9.35,22.383l-20.4,9.35C11.617,180.908,0,199.042,0,219.442S12.467,257.692,31.167,266.192z M45.05,203.008l20.4-9.35c24.65-11.333,36.55-39.95,26.917-65.167l-7.933-20.967c-2.833-7.65,0-13.317,1.983-16.15c4.533-6.8,13.033-9.633,20.967-6.517l20.967,7.933c5.95,2.267,11.9,3.4,18.133,3.4l0,0c20.117,0,38.533-11.9,47.033-30.317l9.35-20.4c4.25-9.633,13.317-10.483,16.15-10.483c2.833,0,11.617,0.85,16.15,10.483l9.35,20.4c8.5,18.417,26.917,30.317,47.033,30.317c6.233,0,12.183-1.133,18.133-3.4l20.967-7.933c7.933-2.833,16.15,0,20.967,6.517c1.983,2.833,4.817,8.5,1.983,16.15l-7.933,20.967c-9.35,25.217,2.267,53.833,26.917,65.167l20.4,9.35c9.633,4.25,10.483,13.317,10.483,16.15c0,2.833-0.85,11.617-10.483,16.15l-20.4,9.35c-24.65,11.333-36.55,39.95-26.917,65.167l7.933,20.967c2.833,7.65,0,13.317-1.983,16.15c-4.533,6.8-13.033,9.633-20.967,6.517l-20.967-7.933c-5.95-2.267-11.9-3.4-18.133-3.4c-20.117,0-38.533,11.9-47.033,30.317l-9.35,20.4c-4.25,9.633-13.317,10.483-16.15,10.483c-2.833,0-11.617-0.85-16.15-10.483l-9.35-20.4c-8.5-18.417-26.917-30.317-47.033-30.317c-6.233,0-12.183,1.133-18.133,3.4l-20.967,7.933c-7.933,2.833-16.15,0-20.967-6.517c-1.983-2.833-4.817-8.5-1.983-16.15l7.933-20.967c9.35-25.217-2.267-53.833-26.917-65.167l-20.4-9.35c-9.633-4.25-10.483-13.317-10.483-16.15C34.567,216.325,35.417,207.542,45.05,203.008z"/><path d="M218.733,292.825c40.517,0,73.667-33.15,73.667-73.667s-33.15-73.667-73.667-73.667s-73.667,33.15-73.667,73.667S177.933,292.825,218.733,292.825z M218.733,179.492c21.817,0,39.667,17.85,39.667,39.667s-17.85,39.667-39.667,39.667s-39.667-17.85-39.667-39.667S196.917,179.492,218.733,179.492z"/></g></g></svg></div>


<section>

<div class="sidebar">

<div class="sidebarimage"><a href="/" title="return home"><img src="{image:Icon}"></a></div>
<div class="blogtitle"><um>{text:Blog Title}</um></div>

<div class="desc">{Description}</div>


<div class="lnav">
<a href="/ask" title="ask"> <n>.01</n> Ask </a> <br>

{block:ifLink3Title}
<a href="{text:Link 3}" title="{text:Link 3 Title}"> <n>.03</n> {text:Link 3 Title}</a>
{/block:ifLink3Title} <br>

{block:ifLink5Title}
<a href="{text:Link 5}" title="{text:Link 5 Title}"><n>.05</n> {text:Link 5 Title}</a>
{/block:ifLink5Title}

</div>


<div class="rnav">
<a href="/tagged/archive" title="archive"> <n>.02</n> Past </a> <br>

{block:ifLink4Title}
<a href="{text:Link 4}" title="{text:Link 4 Title}"><n>.04</n> {text:Link 4 Title}</a>
{/block:ifLink4Title} <br>

<a href="https://solocodes.tumblr.com" title="theme credit"> <n>.06</n> Theme </a>
</div>


<span class="lnr lnr-magnifier"></span>
<form action="/search" method="get" class="search">
<input type="text" name="q" value="{SearchQuery}" class="query" placeholder="Search ">
</form>


</div>






<div class="posts">
{block:Posts}
<div class="entry">

<div class="dateback"></div>
<div class="date"> <a href="{Permalink}" title="{ShortMonth} {DayOfMonth}, {Year} @ {12Hour}:{Minutes} {CapitalAmPm}">{ShortMonth}</a> </div>


<div class="time">{12HourWithZero}:{Minutes} {AmPm}</div>

{block:Text}
{block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}
<h2>{Body}<h2>{/block:Text}

{block:Photo}
<img src="{PhotoURL-HighRes}" width="100%"></center>
{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
{/block:Photo}

{block:Photoset}
<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>
{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
{/block:Photoset}

{block:Chat}
<div class="chat">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}
<div class="lines">{block:Label}<b>{Label}</b>{/block:Label} {Line}</div><br>
{/block:Lines}</div>
{/block:Chat}

{block:Quote}
<div class="quote">
"{Quote}"
</div>
<div class="source">
— {Source}
</div>
<br>
{/block:Quote}

{block:Link}
<div class="linktitle">
<a href="{URL}"><h1>{Name}</h1></a>
</div>

{block:Description}
<p>{Description}</p>
{/block:Description}
{/block:Link}

{block:Answer}
<div class="asker">
<br><div class="question">
<user> <um>{Asker}</um> </user>
<br><br>
{Question}</div>
</div>
<div class="answer">
<blockquote>{Answer}</blockquote>
</div>
{/block:Answer}

{block:Video}
<div class="video" >{Video-500}</div>
{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}
{/block:Video}

{block:Audio}
<div class="tumblr_audio_player">
{block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}
</div>
{/block:Audio}


{block:Date}
<div class="bottominfo">

<a href="{ReblogURL}" target="_blank" title="reblog this post">Reblog</a>
<a href="{Permalink}" title="permalink">{NoteCountWithLabel}</a>

{block:RebloggedFrom}
<a href="{ReblogRootURL}" title=" source: {ReblogRootName}" data-hover="{lang:source}">Source</a>
{/block:RebloggedFrom}

{block:NotReblog}
<a href="{ReblogRootURL}" title="source: {Name}" data-hover="{lang:source}">Source</a>
{/block:NotReblog}
</div>
{/block:Date}

<div class="tags">
{block:Tags}<a href="{TagURL}">#{Tag} </a>&nbsp;&nbsp;{/block:Tags}
</div>

{block:PermalinkPage}{block:PostNotes}<div class="note">{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}</div>

{/block:Posts}

<!-- {block:ContentSource}{SourceURL}{/block:ContentSource}{block:RebloggedFrom}{ReblogRootURL}{ReblogParentURL}{/block:RebloggedFrom} -->

{block:Pagination}
<div class="pagination">{block:PreviousPage}
<a href="{PreviousPage}" class="pagline">prev</a>
{/block:PreviousPage}
{block:JumpPagination length="5"}
{block:CurrentPage}
<span class="current_page" style="color:{color:Text}; font-family:{select:Body Font}; font-weight:bold; letter-spacing:1px;">{PageNumber}</span>
{/block:CurrentPage}
{block:JumpPage}
<a class="jump_page" href="{URL}">{PageNumber}</a>
{/block:JumpPage}
{/block:JumpPagination}
{block:NextPage}
<a href="{NextPage}" class="pagline">next</a>
{/block:NextPage}
<br><br><br><br> </div>
{/block:Pagination}
</div>

</div>
</div>
</section>

</body>
</html>