Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!-- (BASE) THEME BY INIZIARE -->
- <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}
- </head>
- <!-- SCRIPT: TOOLTIP -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!-- SCRIPT: POPUPS -->
- <script type="text/javascript"
- src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <!-- SCRIPT: jQuery -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <!-- SCRIPT: AUDIO PLAYER -->
- <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:transparent!important; color:{color:body text} !important;} </style>"));
- });
- });
- </script>
- <!-- CUSTOM FONTS -->
- <link href="https://fonts.googleapis.com/css2?family=Gloock&family=Roboto+Condensed&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Merriweather:900" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
- <!-- META LINES -->
- <meta name="image:Background" content="https://static.tumblr.com/ibha82r/WEGrqli5n/kaybg.jpg"/>
- <meta name="text:Post Content Height" content="100%"/>
- <meta name="text:Post Content Width" content="450"/>
- <meta name="text:Post Content Margin Left" content="540"/>
- <meta name="text:Post Content Margin Top" content="75"/>
- <meta name="text:Description Height" content="75"/>
- <meta name="text:Description Width" content="204"/>
- <meta name="text:Description Margin Top" content="75"/>
- <meta name="text:Description Margin Left" content="285"/>
- <meta name="color:Borders" content="#191919" />
- <meta name="color:Background" content="#000000" />
- <meta name="color:Body Text" content="#979797" />
- <meta name="color:Bold" content="#b36e51" />
- <meta name="color:Italic" content="#b3905d" />
- <meta name="color:Links" content="#b36e51" />
- <meta name="color:Links Hover" content="#b3905d" />
- <meta name="if:Boxed Blockquotes" content="0"/>
- <style type="text/css">
- /* SCROLLBAR */
- ::-webkit-scrollbar {
- scrollbar-width: none;
- background-color:transparent;
- height: 0px;
- display:none;
- width: 0px
- -ms-overflow-style: none; // IE 10+
- overflow: -moz-scrollbars-none;
- }
- ::-webkit-scrollbar-thumb {
- background-color:transparent;
- }
- html {
- scrollbar-width: none!important;
- }
- root {
- scrollbar-width: none;
- }
- /* TEXT SELECTION */
- ::selection {background: transparent; color:{colorItalic};}
- ::-moz-selection {background: transparent; {colorItalic};}
- /* TOOLTIP */
- #s-m-t-tooltip {
- z-index:999999;
- max-width:350px;
- margin-left:10px;
- margin-top:10px;
- font-weight:bold!important;
- background-color:#000000;
- border:1px solid {color:borders};
- padding-top:6px;
- padding-bottom:6px;
- padding-left:16px;
- padding-right:16px;
- font-family:calibri;
- font-style:normal;
- font-weight:700;
- font-size:10px;
- color: {color:bold};
- text-transform:uppercase;
- letter-spacing:0px;
- }
- /* FOUNDATION */
- body {
- background-image:url('{image:Background}');
- background-attachment:fixed;
- background-repeat:no-repeat;
- background-position:top left;
- background-color:{color:Background};
- color:{color:Body Text};
- line-height:13px;
- word-spacing:-0.5px;
- letter-spacing:-0.1px;
- font-size:11px;
- font-family: 'Roboto Condensed', sans-serif;
- word-wrap: break-word;
- scrollbar-width: none;
- }
- body a {
- font-size:10px;
- color:{color:links};
- font-weight:bold;
- text-decoration:none!important;
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- }
- #bodyheader {
- background-image:url('https://static.tumblr.com/ibha82r/iLwrqk7w3/header.png');
- background-attachment:fixed;
- background-repeat:no-repeat;
- background-position:top left;
- z-index:99999999;
- width:100%; /*width of your image*/
- height:100%; /*height of your image*/
- margin:0; /* If you want no margin */
- padding:0; /*if your want to padding */
- }
- /* BLOCKQUOTES */
- blockquote {
- padding-left:16px;
- {block:IfTextWrapping}
- text-align:justify;
- {/block:IfTextWrapping}
- padding-right:0px;
- margin-right:0px;
- margin-bottom:22px;
- margin-left:0px;
- border-left:1px solid {color:Borders};
- background-color:transparent;
- word-wrap: break-word!important;
- }
- blockquote blockquote {
- margin-top:15px;
- margin-bottom:15px;
- }
- blockquote img {
- margin-top:4px;
- margin-bottom:2px;
- margin-right:0px!important;
- padding:5px;
- max-width:96%!important;
- overflow: -moz-scrollbars-none!important;
- scrollbar-width: none!important;
- }
- /* FONT-RELATED */
- small, sub, sub {
- font-size:11px;
- }
- big {
- font-size:11px;
- }
- b, bold, strong {
- font-family: 'Gloock', serif;
- font-weight:lighter!important;
- font-size:12px;
- color:{color:Bold};
- }
- em, i, italic {
- text-transform:none!important;
- font-style:italic;
- color: {color:Italic};
- }
- pre {
- font-weight:lighter;
- text-transform:uppercase;
- color: #d1d1d1;
- line-height:155%;
- font-family: calibri, sans-serif;
- font-weight:lighter!important;
- color:#e6e6e6;
- font-size:8.6px;
- letter-spacing:0.6px;
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- pre a {
- color:{color:links};
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- }
- h1 {
- font-family: 'Gloock', serif;
- outline: 1px solid {color:Borders};
- background-color: transparent;
- height:28px;
- overflow:hidden;
- margin-top:1px;
- margin-left:1px;
- margin-right:1px;
- margin-bottom:15px;
- padding-top:6px;
- padding-left:20px;
- padding-right:20px;
- z-index:9999999;
- text-align:left;
- font-weight:lighter;
- font-size:11px;
- line-height:24px;
- color: {color:Bold};
- text-transform:normal;
- }
- h1 a {
- font-weight:bold;
- color: {color:Bold};
- text-align:right!important;
- }
- h2 {
- font-family:calibri;
- font-size:13px;
- text-transform:uppercase!important;
- font-weight:lighter!important;
- letter-spacing:-0.2px;
- color: {color:italics};
- }
- h2 a {
- font-size:13px;
- text-transform:uppercase!important;
- font-weight:lighter!important;
- color: {color:italics};
- }
- h4 {
- background-image:url('');
- background-repeat:repeat;
- background-attachment:fixed;
- border:1px solid {color:Borders};
- margin-bottom:10px;
- margin-top:10px;
- padding:8px;
- text-align:center;
- font-family:calibri;
- font-style:normal;
- font-weight:700;
- font-size:10px;
- line-height:10px;
- color: {color:body text};
- text-transform:uppercase;
- }
- h4 a {
- font-family:calibri;
- font-style:normal;
- font-weight:700;
- font-size:10px;
- line-height:10px;
- color: {color:body text};
- }
- /* IMAGES */
- img {
- -webkit-filter: brightness(1) contrast(1) saturate(1);
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- -ms-transition: all 0.9s ease-in-out;
- transition: all 0.9s ease-in-out;
- max-width:450px;
- height:auto;
- padding:0px;
- background-color:{color:Background};
- overflow: -moz-scrollbars-none!important;
- scrollbar-width: none!important;
- }
- img:hover {
- -webkit-filter: brightness(1) contrast(1) saturate(1);
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- -ms-transition: all 0.9s ease-in-out;
- transition: all 0.9s ease-in-out;
- overflow: -moz-scrollbars-none!important;
- scrollbar-width: none!important;
- }
- .html_photoset {
- -webkit-filter: brightness(1) contrast(1) saturate(1);
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- -ms-transition: all 0.9s ease-in-out;
- transition: all 0.9s ease-in-out;
- overflow: -moz-scrollbars-none!important;
- scrollbar-width: none!important;
- }
- .html_photoset:hover {
- -webkit-filter: brightness(1) contrast(1) saturate(1);
- overflow: -moz-scrollbars-none!important;
- scrollbar-width: none!important;
- }
- /* SIDEBAR */
- #sidebar {
- text-align:center;
- position: fixed;
- padding:20px;
- background-color:transparent!important;
- top:150px;
- z-index:9999999999999;
- }
- #sideleft {
- position:absolute;
- width:116px;
- height:156px;
- top:5px;
- left:40px;
- text-align:justify;
- overflow-y:scroll;
- overflow: -moz-scrollbars-none;
- scrollbar-width: none!important;
- }
- #sideheader {
- position:absolute;
- font-family: 'Gloock', serif;
- color:{color:italic};
- font-size:23px;
- margin-top:14px;
- left:228px!important;
- }
- .sidenav {
- position:absolute;
- width:210px!important;
- left:231px!important;
- top:52px;
- }
- .sidenav a {
- font-family: calibri, sans-serif!important;
- text-transform:uppercase;
- font-weight:bold!important;
- font-size:9.5px!important;
- color:{color:bold}!important;
- box-sizing:border-box;
- display:block;
- float:left;
- width:139px!important;
- outline:1px solid #212121;
- height:22px;
- line-height:22px;
- text-align:center;
- margin-top:1px;
- margin-left:-2px;
- background-color:transparent;
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- }
- .sidenav a:hover {
- color:{color:links hover}!important;
- }
- #description {
- position:absolute;
- font-size:{text:Font Size};
- height:118px;
- width:250px;
- text-align:justify;
- overflow:scroll;
- padding:0px;
- margin:0px;
- left:395px;
- top:30px;
- overflow: -moz-scrollbars-none;
- scrollbar-width: none!important;
- }
- /* POSTS: GENERAL */
- .pagination {
- position:absolute;
- margin-left:1px;
- margin-right:24px!important;
- margin-top:-8px!important;
- background-color:#000000;
- margin-bottom:25px!important;
- box-sizing: border-box;
- border:1px solid {color:borders};
- height:25px;
- line-height:25px;
- min-width:448px;
- padding-left:25px;
- padding-right:25px;
- }
- .pagination a {
- min-width:236px;
- color:#303030!important;
- text-shadow: 0px 0px 1px #303030!important;
- }
- /* POSTS: GENERAL */
- .headerimg {
- position: fixed;
- width:1366px!important;
- top: 0!important;
- left: 0!important;
- height:auto;
- z-index:999!important;
- }
- #container {
- position:absolute;
- top:355px;
- left:220px;
- background-color:transparent;
- width:{text:Post Content Width}px!important;
- z-index:55!important;
- padding-bottom:50px!important;
- overflow: -moz-scrollbars-none;
- scrollbar-width: none!important;
- }
- #posts {
- overflow-y:scroll;
- height:100%;
- word-wrap: break-word;
- text-align:justify;
- overflow: -moz-scrollbars-none;
- scrollbar-width: none!important;
- }
- #posts img {
- max-width: -webkit-calc(100% - 1px);
- max-width: -moz-calc(100% - 1px);
- max-width: calc(100% - 1px);
- height:auto;
- overflow:hidden;
- overflow: -moz-scrollbars-none!important;
- scrollbar-width: none!important;
- }
- #posts a {
- font-family:calibri;
- font-style:normal;
- font-weight:700;
- font-size:10px;
- color:{color:links};
- text-transform:uppercase;
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- }
- #posts a:hover {
- color:{color:links hover};
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- }
- /* POSTS: PHOTO/PHOTOSETS */
- #psingle {
- width: 490px!important;
- margin-top:-6px!important;
- pointer-events:none;
- -webkit-filter: brightness(.9) contrast(1.15) saturate(0.6);
- -webkit-transition: all 1.5s ease-in-out;
- -moz-transition: all 1.5s ease-in-out;
- -o-transition: all 1.5s ease-in-out;
- -ms-transition: all 1.5s ease-in-out;
- transition: all 1.5s ease-in-out;
- }
- #psingle:hover {
- -webkit-filter: brightness(.9) contrast(1.1) saturate(0.6);
- -webkit-transition: all 1.5s ease-in-out;
- -moz-transition: all 1.5s ease-in-out;
- -o-transition: all 1.5s ease-in-out;
- -ms-transition: all 1.5s ease-in-out;
- transition: all 1.5s ease-in-out;
- }
- #pset {
- margin-top:-6px!important;
- {block:permalinkpage}
- margin-top:0px;
- {block:permalinkpage}
- width: 450px;
- pointer-events:none;
- -webkit-filter: brightness(.7) contrast(1.1) saturate(0.6);
- -webkit-transition: all 1.5s ease-in-out;
- -moz-transition: all 1.5s ease-in-out;
- -o-transition: all 1.5s ease-in-out;
- -ms-transition: all 1.5s ease-in-out;
- transition: all 1.5s ease-in-out;
- }
- #pset:hover {
- -webkit-filter: brightness(.7) contrast(1.1) saturate(0.6);
- -webkit-transition: all 1.5s ease-in-out;
- -moz-transition: all 1.5s ease-in-out;
- -o-transition: all 1.5s ease-in-out;
- -ms-transition: all 1.5s ease-in-out;
- transition: all 1.5s ease-in-out;
- }
- /* TEXT-WRAPPING AROUND ICONS/IMAGES */
- #wrap img {
- background-color: transparent;
- padding-right:3px;
- padding-bottom:3px;
- -webkit-filter: brightness(1) contrast(1) saturate(1);
- overflow: -moz-scrollbars-none!important;
- scrollbar-width: none!important;
- }
- /* POSTS: QUOTE */
- #quote {
- font-size:15px;
- text-align:left;
- padding-top:0px;
- padding-bottom:0px;
- letter-spacing:-1px;
- line-height:25px!important;
- margin-top:-6px!important;
- }
- .npf_quote, .npf_quote i {
- font-size:18px!important;
- text-align:left;
- color:{color:body text};
- letter-spacing:-1px;
- line-height:36px!important;
- margin-top:0px!important;
- }
- .source {
- border:1px solid {color:borders};
- font-family:calibri;
- font-weight:bold;
- text-align:left;
- font-size:9.5px;
- height:25px;
- line-height:25px;
- color: {color:bold};
- text-transform:uppercase;
- letter-spacing:0.2px;
- margin-top:25px;
- padding-right:25px;
- padding-left:25px;
- margin-top:25px;
- text-shadow: 0px 0px 1px {color:bold};
- }
- .source a {
- color: {color:bold};
- text-shadow: 0px 0px 1px {color:bold};
- }
- /* POSTS: LINK */
- #link {
- margin-top:0px;
- }
- #link a {
- font-size:11px;
- }
- /* POSTS: ASK */
- #answer {
- padding-left:0px;
- padding-right:0px;
- margin-left:1px;
- margin-right:1px;
- margin-top:0px;
- }
- #question {
- margin-top:1px;
- margin-left:0px;
- }
- .askletter {
- font-family:{text:Custom Capitals Font}, 'Frank Ruhl Libre', serif;
- z-index:9999!important;
- position:absolute;
- float:left;
- text-align:center;
- font-size:33px;
- background-color:transparent;
- outline:1px solid {color:borders};
- padding-top:17px;
- padding-bottom:16px;
- padding-left:14px;
- padding-right:14px;
- margin-top:0px;
- color:{color:Capital Letters};
- -webkit-user-select: none; /* Chrome all / Safari all */
- -moz-user-select: none; /* Firefox all */
- -ms-user-select: none; /* IE 10+ */
- user-select: none; /* Likely future */
- z-index:888;
- }
- #ask {
- font-family:calibri, sans-serif;
- text-transform:uppercase;
- position: relative;
- font-weight:bold;
- background-color:transparent;
- font-size:9px;
- line-height:9px!important;
- min-height:19px;
- max-height:19px;
- overflow:scroll;
- margin-top:0px;
- margin-left:44px;
- margin-bottom:0px;
- padding-left:20px;
- padding-right:20px;
- outline:solid 1px {color:Borders};
- border-top:13px solid #000000;
- border-bottom:13px solid #000000;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- z-index:8;
- }
- #ask:hover {
- position:relative;
- z-index:999999;
- background-color:#000000;
- margin-left:0px;
- max-height:44px;
- margin-right:0px;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- #ask a {
- font-weight:bold;
- color:{color:bold};
- text-decoration:none;
- }
- #ask b {
- color:{color:bold};
- }
- #response {
- margin-top:24px;
- }
- #response img {
- {block:IfTextWrapping}
- float:left;
- margin-left:-1px!important;
- margin-right:13px;
- {/block:IfTextWrapping}
- background-color:transparent;
- position:relative;
- margin-top:0px;
- margin-bottom:5px;
- padding:10px;
- border:1px solid {color:borders};
- -webkit-filter: brightness(1) contrast(1) saturate(1);
- }
- /* POSTS: AUDIO */
- #audio {
- margin-top:0;
- height:42px;
- border:1px solid {color:Borders};
- }
- .player {
- opacity: 1;
- position: absolute;
- z-index: 1;
- width: 40px;
- height: 20px;
- margin-top: 3px;
- margin-left: 0px;
- display: block;
- color:{color:Body Text};!important;
- background-color:transparent!important;
- }
- .audioplayer {
- width: 20px;
- height: 20px;
- margin-top: 1px;
- margin-left: 0px;
- overflow: hidden;
- padding: 3px;
- color:{color:Body Text};!important;
- background-color:transparent!important;
- }
- .audioinfo {
- margin-left: 0px;
- margin-top: 3px;
- padding-left: 40px;
- padding-top: 10px;
- font-family:calibri;
- display: block;
- font-weight:bold;
- text-transform: uppercase;
- text-align: center;
- letter-spacing:0px;
- word-spacing:-0.5px;
- font-size:10px;
- color: {color:Italics};
- background: transparent;
- }
- /* POSTS: VIDEO */
- .video-container {
- position: relative;
- padding-bottom: 56.25%;
- padding-top: 30px;
- height: 0;
- overflow: hidden;
- }
- .video-container iframe,
- .video-container object,
- .video-container embed {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- }
- /* POST INFORMATION */
- .permalink {
- margin-top:25px!important;
- margin-left:1px;
- margin-right:1px;
- margin-bottom:25px!important;
- }
- .permalinkbuttons {
- height:25px;
- background-color:{color:background};
- font-weight:bold!important;
- line-height:25px;
- letter-spacing:-0.2px;
- margin-left:0px!important;
- margin-bottom:1px!important;
- border:1px solid {color:borders};
- color:#303030!important;
- }
- .permalinkbuttons a {
- letter-spacing:0px;
- display:inline-block;
- box-sizing: border-box;
- font-size:9.6px!important;
- text-align:center;
- padding-left:25px;
- padding-right:25px;
- font-family: 'Roboto Condensed', sans-serif;
- text-transform:uppercase;
- width:177px;
- max-width:177px;
- height:25px;
- word-spacing:0px!important;
- background-color:{color:background};
- outline:0px solid {color:borders};
- line-height:25px;
- color:{color:dark link}!important;
- font-weight:bold!important;
- overflow:hidden;
- }
- .permalinkbuttons a:hover {
- color:#ffffff!important;
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- }
- .permalinkbuttons a:hover {
- color:{color:links hover};
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- text-shadow: 0px 0px 1px {color:links hover};
- }
- .tags {
- border:1px solid {color:borders};
- padding-top:8px;
- padding-bottom:8px;
- padding-left:24px;
- padding-right:24px;
- margin-top:-2px;
- color:#2c2c2c;
- letter-spacing:0px;
- word-spacing:0px!important;
- text-transform:uppercase!important;
- font-style:normal;
- font-size:8.5px;
- text-align:justify;
- -moz-text-align-last: center; /* Code for Firefox */
- text-align-last: center;
- -moz-transition-duration:2s;
- -webkit-transition-duration:2s;
- -o-transition-duration:2s;
- }
- .tags a {
- font-family: 'Roboto Condensed', sans-serif;
- font-size:8.5px!important;
- font-weight:bold!important;
- margin-right:1px;
- letter-spacing:0px;
- word-spacing:0px!important;
- color:#454545!important;
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- }
- .tags a:hover {
- font-weight:bold;
- color:{color:italic}!important;
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- text-shadow: 0px 0px 1px {color:italic};
- }
- /* PERMAPAGE NOTES */
- #notes {
- outline:0px solid {color:borders};
- margin-bottom:1px!important;
- margin-left:-38px;
- margin-right:0px;
- margin-top:-45px!important;
- padding-top:16px;
- padding-bottom:16px;
- padding-left:0px;
- padding-right:0px;
- }
- #notes span, .note span {
- font-weight:lighter!important;
- }
- .note li, .note {
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- list-style-type:none;
- text-align:left!important;
- margin-bottom:12px!important;
- }
- .note li a {
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- list-style-type:none;
- text-align:left!important;
- }
- .more_notes_link, .more_notes_link a {
- text-align:left!important;
- margin-top:25px!important;
- padding-top:25px!important;
- color:{color:links}!important;
- }
- .note blockquote a {
- padding-top:12px;
- padding-bottom:12px;
- padding-left:0px;
- padding-right:0px;
- margin-top:12px;
- margin-bottom:12px;
- margin-left:0px;
- margin-right:0px;
- color:{color:links}!important;
- }
- .note img.avatar {
- display:none;
- width: 0px;
- height: 0px;
- }
- /* CREDITS */
- #credit {
- position:fixed;
- bottom:30px;
- right:30px;
- width:10px;
- height:13px;
- word-wrap:break-word;
- overflow:hidden;
- -webkit-transition:all 1s ease;
- -moz-transition:all 1s ease;
- -o-transition:all 1s ease;
- transition:all 1s ease-in-out;
- z-index:9999999999999999;
- }
- #credit a {
- color:{color:link};
- text-transform:uppercase;
- font-size:10px;
- z-index:9999999999999999999;
- }
- #credit:hover {width:84px;}
- #credit span {
- color:{color:body text};
- margin-right:5px;
- font-size:11px;
- }
- </style>
- </head>
- <body>
- <img class="headerimg" src="https://static.tumblr.com/ibha82r/iLwrqk7w3/header.png" style="min-width:1366px;"/>
- <div id="sidebar">
- <div id="sideleft">
- <b>Etiam ipsum purus,</b> vehicula et fringilla non, sagittis ut justo. Curabitur ac aliquam metus, eget bibendum neque. Integer a nunc ligula. <i>Suspendisse eget placerat risus.</i> Pellentesque eu metus dignissim, molestie augue blandit, venenatis est. Phasellus vehicula sagittis tortor <b>ac pulvinar.</b> Etiam ipsum purus, vehicula et fringilla non, sagittis ut justo. Curabitur ac aliquam metus, eget bibendum neque. Integer a nunc ligula. Suspendisse eget placerat risus. Pellentesque eu metus dignissim, molestie augue blandit, venenatis est. Phasellus vehicula sagittis tortor ac pulvinar.
- </div id="sideleft">
- <div id="sideheader">
- NAVIGATION
- </div id="sideheader">
- <div class="sidenav">
- <a href="/">Home/Refresh</a>
- <a href="/ask">Inquiries</a>
- <a href="https://archoniic.carrd.co">Carrd</a>
- <a href="/">Navigation</a>
- </div id="sidenav">
- <div id="description">
- {Description}
- </div id="description">
- </div id="sidebar">
- <div id="container">
- <div id="posts">
- {block:Posts}
- <!-- POSTS: TEXT -->
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Text}
- {Body}
- {/block:Text}
- <!-- POSTS: QUOTE -->
- {block:Quote}
- <div id="npf_quote">
- ❝{Quote}❞
- </div id="npf_quote ">
- {/block:Quote}
- <!-- POSTS: LINK -->
- {block:Link}
- <div id="link">
- <a href="{URL}" {Target}>{Name} ►</a>
- </div id="link">
- {/block:Link}
- <!-- POSTS: CHAT -->
- {block:Chat}
- <div id="content">
- {block:Lines}
- <div id="{Alt}">
- {block:Label}
- <b>{Label}</b>{/block:Label} {Line}
- </div id="{Alt}">
- {/block:Lines}
- </div id="content">
- {/block:Chat}
- <!-- POSTS: AUDIO -->
- {block:Audio}
- <div id="audio">
- <div class="player">
- <div class="audioplayer">
- {AudioPlayerWhite}
- </div class="audioplayer">
- </div class="player">
- <div class="audioinfo">
- {block:TrackName}{TrackName}{/block:TrackName} — {block:Artist}{Artist}{/block:Artist}
- </div class="audioinfo">
- </div id="audio">
- {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
- {/block:Audio}
- <!-- POSTS: PHOTO/SET -->
- {block:Photo}
- <div id="psingle">
- {LinkOpenTag}
- <img src="{PhotoURL-HighRes}">
- {LinkCloseTag}
- </div id="psingle">
- {block:Caption}
- <div id="pcaption">
- {Caption}
- </div id="pcaption">
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <div id="pset">
- {Photoset}
- </div id="pset">
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Photoset}
- <!-- POSTS: VIDEO -->
- {block:Video}
- <div class="video-container">
- {Video-400}
- </div class="video-container">
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- <!-- POSTS: ASK -->
- {block:Answer}
- <div id="answer">
- <div id="question">
- <div class="askletter">?</div class="askletter">
- <div id="ask">
- <b>{Asker} asked:</b> {Question}
- </div id="ask">
- </div id="question">
- <div id="response">{Answer}
- <div style="clear:both"></div>
- </div id="response">
- </div id="answer">
- {/block:Answer}
- <!-- POST INFORMATION -->
- {block:Date}
- {block:indexpage}
- <div class="permalink">
- <div class="permalinkbuttons">
- <a href="{Permalink}" style="text-align:left;" title="{TimeAgo} / {NoteCountWithLabel}">
- {Month} {DayOfMonth}{DayOfMonthSuffix} / {12Hour}:{Minutes}{CapitalAmPm}</a>
- <a href="{ReblogURL}" target="_blank" class="details" style="float:right; text-align:right;">
- CLICK HERE TO REBLOG THIS POST
- </a>
- </div class="permalinkbuttons">
- {block:HasTags}
- <div class="tags">
- {block:Tags}
- <a href="{TagURL}">{Tag} </a>
- {/block:Tags}
- </div class="tags">
- {/block:HasTags}
- </div class="permalink">
- {/block:indexpage}
- {block:permalinkpage}
- <div class="permalink">
- <div class="permalinkbuttons">
- <a href="{ReblogURL}" target="_blank" class="details" style="float:right; ">
- CLICK HERE TO REBLOG THIS POST
- </a>
- </div class="permalinkbuttons">
- {block:HasTags}
- <div class="tags">
- {block:Tags}
- <a href="{TagURL}">
- {Tag}
- </a>
- {/block:Tags}
- </div class="tags">
- {/block:HasTags}
- </div class="permalink">
- {/block:permalinkpage}
- {/block:Date}
- <!-- NOTES -->
- {block:PostNotes}
- <div id="notes">
- <div class="note">
- {PostNotes}
- </div class="note">
- </div id="notes">
- {/block:PostNotes}
- {/block:Posts}
- </div id="posts">
- <div class="pagination">
- {block:Indexpage}
- {block:PreviousPage}<a href="{PreviousPage}">RETURN TO LAST PAGE</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}" style="float:right; margin-right:1px; text-align:right;">PROCEED TO NEXT PAGE</a>{/block:NextPage}
- {/block:Indexpage}
- {block:PermalinkPagination}
- {block:PreviousPost}<a href="{PreviousPost}" title="Previous Post">RETURN TO LAST POST</a>{/block:PreviousPost}
- {block:NextPost}<a href="{NextPost}" title="Next Post" style="float:right; margin-right:1px; text-align:right;">PROCEED TO NEXT POST</a>{/block:NextPost}
- {/block:PermalinkPagination}
- </div class="pagination">
- </div id="container">
- <!-- HIDE VIA/SOURCE IN POSTS -->
- {block:ContentSource}<!-- {SourceURL}
- {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <!-- {block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom} -->
- <!-- CREDIT -->
- <div id="credit">
- <div style="width:105px;margin-right:15px;margin-bottom:15">
- <a href="https://iniziarearchive.tumblr.com/post/175064037867/base-codetheme-leuthros-live-preview-code" target="blank">
- <span>S.</span>MADE BY SAE.</a>
- </div style>
- </div id="credit">
- <!-- POPUP PAGES -->
- {block:IfPopupPage003}
- <!-- POPUP PAGE: 003 -->
- <div id="page003" class="popup_block">
- <h1>{text:Popup Page 003 Header}</h1>
- {text:Popup Page 003 Content}
- </div id="page003" class="popup_block">
- {/block:IfPopupPage003}
- {block:IfPopupPage004}
- <!-- POPUP PAGE: 004 -->
- <div id="page004" class="popup_block">
- <h1>{text:Popup Page 004 Header}</h1>
- {text:Popup Page 004 Content}
- </div id="page004" class="popup_block">
- {/block:IfPopupPage004}
- {block:IfPopupPage005}
- <!-- POPUP PAGE: 005 -->
- <div id="page005" class="popup_block">
- <h1>{text:Popup Page 005 Header}</h1>
- {text:Popup Page 005 Content}
- </div id="page005" class="popup_block">
- {/block:IfPopupPage005}
- {block:IfPopupPage006}
- <!-- POPUP PAGE: 006 -->
- <div id="page006" class="popup_block">
- <h1>{text:Popup Page 006 Header}</h1>
- <p><div class="nvlinks">
- <a href="{text:Navigation 1 Link}">{text:Navigation 1 Title}</a>
- <a href="{text:Navigation 2 Link}">{text:Navigation 2 Title}</a>
- <a href="{text:Navigation 3 Link}">{text:Navigation 3 Title}</a>
- <a href="{text:Navigation 4 Link}">{text:Navigation 4 Title}</a>
- <a href="{text:Navigation 5 Link}">{text:Navigation 5 Title}</a>
- <a href="{text:Navigation 6 Link}">{text:Navigation 6 Title}</a>
- <a href="{text:Navigation 7 Link}">{text:Navigation 7 Title}</a>
- <a href="{text:Navigation 8 Link}">{text:Navigation 8 Title}</a>
- <a href="{text:Navigation 9 Link}">{text:Navigation 9 Title}</a>
- <a href="{text:Navigation 10 Link}">{text:Navigation 10 Title}</a>
- <a href="{text:Navigation 11 Link}">{text:Navigation 11 Title}</a>
- <a href="{text:Navigation 12 Link}">{text:Navigation 12 Title}</a>
- </<div class="nvlinks">
- </div id="page006" class="popup_block">
- {/block:IfPopupPage006}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment