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="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://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="http://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="//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:#000000 !important; color:#ffffff !important;} </style>"));
- });
- });
- </script>
- <!-- SCRIPT: POPUP TABS -->
- <script>$(document).ready(function(){
- $("ul#tabs li").click(function(e){
- if (!$(this).hasClass("active")) {
- var tabNum = $(this).index();
- var nthChild = tabNum+1;
- $("ul#tabs li.active").removeClass("active");
- $(this).addClass("active");
- $("ul#tab li.active").removeClass("active");
- $("ul#tab li:nth-child("+nthChild+")").addClass("active");}});});</script>
- <!-- CUSTOM FONTS -->
- <link href="https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre" rel="stylesheet">
- <link rel="stylesheet" href="CUSTOMFONTHERE">
- <!-- META LINES -->
- <meta name="image:Background" content="https://i.imgur.com/7dmJb4y.png"/>
- <meta name="text:Font" content="'Frank Ruhl Libre'"/>
- <meta name="text:Font Size" content="10px"/>
- <meta name="text:Line Height" content="14px;" />
- <meta name="text:Custom Capitals Font" content="'customfonthere'">
- <meta name="color:Body Text" content="#c6c6c6" />
- <meta name="color:Bold" content="#414141" />
- <meta name="color:Italic" content="#ffffff" />
- <meta name="color:Links" content="#ffffff" />
- <meta name="color:Links Hover" content="#ffffff" />
- <meta name="if:Text Wrapping" content="1"/>
- <meta name="if:Boxed Blockquotes" content="1"/>
- <meta name="if:Icon Borders" content="1"/>
- <meta name="if:Bigger Tags on Hover" content="0"/>
- <meta name="if:First Letter Styling" content="0"/>
- <meta name="if:Verses Popup Page" content="0"/>
- <meta name="if:Navigation Popup Page" content="1"/>
- <meta name="if:Shorter Tag Box" content="0"/>
- <meta name="text:Description IND Hover" content="Home/Refresh"/>
- <meta name="text:Description ASK Hover" content="Questions?"/>
- <meta name="text:Description GDL Hover" content="Guidelines"/>
- <meta name="text:Description BIO Hover" content="Biography"/>
- <meta name="text:Description VRS Hover" content="Verses/Timelines"/>
- <meta name="text:Description NAV Hover" content="Navigation"/>
- <meta name="text:Popup Page ASK Header" content="This is ASK's Header"/>
- <meta name="text:Popup Page GDL Header" content="This is GDL's header"/>
- <meta name="text:Popup Page GDL Content" content="This is a popup page that appears as 'GDL' in the navigation at the bottom of the description box on the left-hand side. Recommendation would be to use this for your rules/guidelines, but it's entirely up to you as to how you want to use this. Go wild! <3"/>
- <meta name="text:Popup Page BIO Header" content="This is BIO's header"/>
- <meta name="text:Popup Page BIO Content" content="This is a popup page that appears as 'BIO' in the navigation at the bottom of the description box on the left-hand side. Suggested use for this would be for your muse's about/biography, but it's entirely up to you as to how you want to use this. Go wild! <3"/>
- <meta name="text:Popup Page VRS Header" content="This is VRS's header"/>
- <meta name="text:Popup Page VRS Content" content="This is a popup page that appears as 'VRS' in the navigation at the bottom of the description box on the left-hand side. Suggested use for this would be for your muse's about/biography, but it's entirely up to you as to how you want to use this. Go wild! <3"/>
- <meta name="text:Popup Page NAV Header" content="This is NAV's header"/>
- <meta name="text:Popup Page NAV Content" content="This is a popup page that appears as 'NAV' in the navigation at the bottom of the description box on the left-hand side. I recommend utilizing this for your verses/timelines, but it's entirely up to you as to how you want to use this. Go wild! <3"/>
- <meta name="text:Navigation 1 Title" content="Title 1"/>
- <meta name="text:Navigation 1 Link" content="Link/URL 1"/>
- <meta name="text:Navigation 2 Title" content="Title 2"/>
- <meta name="text:Navigation 2 Link" content="Link/URL 2"/>
- <meta name="text:Navigation 3 Title" content="Title 3"/>
- <meta name="text:Navigation 3 Link" content="Link/URL 3"/>
- <meta name="text:Navigation 4 Title" content="Title 4"/>
- <meta name="text:Navigation 4 Link" content="Link/URL 4"/>
- <meta name="text:Navigation 5 Title" content="Title 5"/>
- <meta name="text:Navigation 5 Link" content="Link/URL 5"/>
- <meta name="text:Navigation 6 Title" content="Title 6"/>
- <meta name="text:Navigation 6 Link" content="Link/URL 6"/>
- <meta name="text:Navigation 7 Title" content="Title 7"/>
- <meta name="text:Navigation 7 Link" content="Link/URL 7"/>
- <meta name="text:Navigation 8 Title" content="Title 8"/>
- <meta name="text:Navigation 8 Link" content="Link/URL 8"/>
- <meta name="text:Navigation 9 Title" content="Title 9"/>
- <meta name="text:Navigation 9 Link" content="Link/URL 9"/>
- <meta name="text:Navigation 10 Title" content="Title 10"/>
- <meta name="text:Navigation 10 Link" content="Link/URL 10"/>
- <meta name="text:Navigation 11 Title" content="Title 11"/>
- <meta name="text:Navigation 11 Link" content="Link/URL 11"/>
- <meta name="text:Navigation 12 Title" content="Title 12"/>
- <meta name="text:Navigation 12 Link" content="Link/URL 12"/>
- <style type="text/css">
- /* SCROLLBAR */
- ::-webkit-scrollbar {
- background:transparent;
- height: 0px;
- display:none;
- width: 0px; /* remove scrollbar space */
- -ms-overflow-style: none; // IE 10+
- overflow: -moz-scrollbars-none; // Firefox
- }
- ::-webkit-scrollbar-thumb {
- background:transparent;
- }
- /* TEXT SELECTION */
- ::selection {background: #000000; color:#ffffff;}
- ::-moz-selection {background: #000000; color:#ffffff;}
- /* TOOLTIP */
- #s-m-t-tooltip {
- z-index:999999;
- max-width:350px;
- margin-left:10px;
- margin-top:10px;
- font-weight:lighter;
- background-color:#000000;
- background:rgba(0,0,0,1);
- border:1px solid #1a1a1a;
- padding-top:6px;
- padding-bottom:6px;
- padding-left:16px;
- padding-right:16px;
- font-family:calibri;
- font-style:normal;
- font-weight:700;
- font-size:10px;
- text-shadow: 0px 0px 1px #000;
- color: #e8e8e8;
- text-transform:uppercase;
- letter-spacing:0px;
- -webkit-box-shadow: 0px 1px 19px 4px rgba(0,0,0,0.75);
- -moz-box-shadow: 0px 1px 19px 4px rgba(0,0,0,0.75);
- box-shadow: 0px 1px 19px 4px rgba(0,0,0,0.75);
- }
- /* FOUNDATION */
- body {
- background-image:url('{image:Background}');
- background-attachment:fixed;
- background-repeat:no-repeat;
- background-position:top left;
- background-color:#000000;
- color:{color:Body Text};
- font-size:{text:Font Size};
- line-height:{text:Line Height}
- word-spacing:-0.5px;
- color:{color:Body Text};
- font-family:{text:Font};
- word-wrap: break-word;
- }
- body a {
- font-size:12px;
- color:{color:links};
- font-weight:bold;
- text-decoration:none!important;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- body a:hover {
- color:{color:links hover};
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- /* BLOCKQUOTES */
- {block:IfBoxedBlockquotes}
- blockquote {
- padding-left:24px;
- padding-right:24px;
- padding-top:14px;
- padding-bottom:12px;
- margin-top:12px;
- text-align:justify;
- margin-bottom:24px;
- margin-left:-25px;
- margin-right:-25px;
- border-left:1px solid #141414;
- border-right:1px solid #141414;
- border-bottom:1px solid #141414;
- border-top:1px solid #141414;
- background-color:transparent;
- word-wrap: break-word!important;
- }
- blockquote blockquote {
- margin-left:0px;
- margin-right:0px;
- }
- {/block:IfBoxedBlockquotes}
- {block:IfNotBoxedBlockquotes}
- blockquote {
- padding-left:24px;
- margin-top:12px;
- margin-left:0px;
- margin-right:0px;
- text-align:justify;
- margin-bottom:24px;
- border-left:1px solid #141414;
- background-color:transparent;
- word-wrap: break-word!important;
- }
- blockquote blockquote {
- margin-top:15px;
- margin-bottom:15px;
- }
- blockquote img {
- max-width:386px!important;
- height:auto;
- }
- {/block:IfNotBoxedBlockquotes}
- /* FONT-RELATED */
- small, sub, sup {
- font-size:{text:Font Size};
- }
- big {
- font-size:120%;
- }
- b, bold, strong {
- font-size:10px;
- text-transform:uppercase;
- font-family: 'Frank Ruhl Libre', sans-serif;
- font-weight:bold;
- color:{color:Bold};
- padding-right:1px;
- padding-left:1px;
- text-shadow:1px 1px 0 #000;
- }
- em, i, italic {
- font-family:calibri;
- font-style:normal;
- font-weight:700;
- font-size:10px;
- line-height:10px;
- text-shadow: 0px 0px 1px #000;
- color: {color:Italic};
- text-transform:uppercase;
- }
- u {
- text-decoration:none!important;
- }
- {block:ifFirstLetterStyling}
- u, u a {
- background-color: #000000;
- border: 1px solid #151515;
- font-family:{text:Custom Capitals Font}, 'Frank Ruhl Libre', serif;
- color: #cecece;
- text-decoration:none!important;
- font-style:normal!important;
- font-weight:100!important;
- text-transform:uppercase!important;
- float: left;
- font-size: 36px;
- margin-right: 11px;
- margin-top: 0px;
- padding-right: 15px;
- padding-top:14px;
- padding-bottom:14px;
- padding-left:15px;
- }
- {/block:ifFirstLetterStyling}
- pre {
- font-weight:lighter;
- text-transform:uppercase;
- color: #d1d1d1;
- line-height:155%;
- 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:2s;
- -webkit-transition-duration:2s;
- -o-transition-duration:2s;
- }
- h1 {
- word-spacing:-0.5px;
- font-size:12px;
- color: #ffffff;
- font-weight:bold;
- font-family:calibri;
- margin-bottom:24px;
- text-align:left!important;
- text-transform:uppercase;
- }
- h1 a {
- font-weight:bold;
- color: #d1d1d1!important;
- }
- h2 {
- font-family: calibri, sans-serif;
- font-size:13.4px;
- text-transform:uppercase!important;
- color:{color:bold};
- letter-spacing:-0.4px;
- }
- h2 a {
- font-family: calibri, sans-serif;
- font-size:13.4px!important;
- text-transform:uppercase!important;
- color:{color:links};
- letter-spacing:-0.4px;
- }
- h3 {
- text-transform:uppercase;
- font-family: 'Josefin Sans', sans-serif;
- font-size:10.5px;
- text-transform:uppercase;
- letter-spacing:0px;
- word-spacing:-1px;
- color: #dadada;
- text-shadow:1px 1px 0 #000;
- text-align:center;
- margin-bottom:6px;
- padding-right:10px;
- padding-left:10px;
- background-color:#000000;
- border:1px solid #171717;
- background-image:url('');
- font-weight:bold!important;
- text-transform:uppercase;
- padding-top:12px;
- padding-bottom:12px;
- }
- h4 {
- background-image:url('');
- background-repeat:repeat;
- background-attachment:fixed;
- border:1px solid #171717;
- margin-bottom:24px;
- margin-top:24px;
- padding-top:12px;
- padding-bottom:12px;
- width:479px;
- margin-left:-26px;
- text-align:center;
- font-family:calibri;
- font-style:normal;
- font-weight:bold;
- font-size:10px;
- line-height:10px;
- color: #ffffff;
- text-transform:uppercase;
- }
- h4 a {
- font-family:calibri;
- font-style:normal;
- font-weight:700;
- font-size:10px;
- line-height:10px;
- text-shadow: 0px 0px 1px #000;
- color: #e8e8e8;
- }
- header {
- position:fixed!important;
- border: 1px solid #151515;
- background-color:#030303;
- letter-spacing:0px;
- word-spacing:-0.5px;
- font-size:11px;
- color: #ffffff;
- font-family:calibri;
- padding-bottom:0px;
- padding-top:7px;
- margin-top:-55px;
- font-weight:bold;
- margin-bottom:24px!important;
- width:478px;
- height:24px;
- margin-left:-25px;
- text-align:center!important;
- text-transform:uppercase;
- z-index:9999999;
- }
- /* DESCRIPTION */
- .bottombox {
- position:fixed;
- width:478px;
- left:142px;
- top:489px;
- }
- .description {
- height:50px;
- max-height:50px;
- padding-left:24px;
- padding-right:24px;
- border-top:18px solid transparent;
- padding-bottom:18px;
- line-height:{text:Line Height};
- margin-top:5px;
- text-align:justify;
- overflow-y:scroll;
- }
- {block:ifFirstLetterStyling}
- .description:first-letter {
- background-color: #000000;
- border: 1px solid #151515;
- font-family:{text:Custom Capitals Font}, 'Frank Ruhl Libre', serif;
- color: #cecece;
- text-decoration:none!important;
- font-style:normal!important;
- font-weight:100!important;
- text-transform:uppercase!important;
- float: left;
- font-size: 36px;
- margin-right: 11px;
- margin-top: 0px;
- padding-right: 15px;
- padding-top:14px;
- padding-bottom:14px;
- padding-left:15px;
- }
- {/block:ifFirstLetterStyling}
- .navi {
- width:466px;
- height:19px;
- font-size:12px;
- border-top:1px solid #191919;
- border-bottom:1px solid #191919;
- border-left:1px solid #151515;
- border-right:1px solid #151515;
- background-color:#030303;
- text-align: center;
- letter-spacing:0.3px;
- left:141px;
- top:606px!important;
- font-family:calibri!important;
- padding:6px;
- position:fixed;
- }
- .navi a {
- font-family:calibri;
- font-size:11px;
- padding-top:9px!important;
- letter-spacing:0.2px;
- text-decoration:none!important;
- color:#cdcdcd;
- margin-left:24px;
- }
- .navi b {
- color:{color:bold}!important;
- }
- /* POPUPS: GENERAL */
- .popup_block {
- display:none;
- background-color:#000000;
- height:300px!important;
- top:305px;
- left:397px!important;
- opacity:1;
- position:fixed;
- z-index:9999999;
- padding-left:24px!important;
- padding-right:24px!important;
- outline:1px solid #151515;
- border-top:24px solid #000000;
- border-bottom:24px solid #000000;
- overflow-y:scroll;
- text-align:justify;
- overflow-x:hidden;
- }
- .popup_block a {
- margin-right:0px;
- vertical-align:top;
- font-family: calibri, sans-serif;
- font-size:8px;
- color:#ffffff;
- font-weight:lighter!important;
- padding-bottom:3px;
- position: relative;
- text-decoration:none;
- text-transform:uppercase;
- }
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- #fade {
- display:none;
- position:fixed;
- left:0px;
- top:0px;
- width:100%;
- height:100%;
- z-index:9;
- background:#000;
- opacity:0;
- }
- #intro {
- margin-top:4px;
- margin-bottom:24px;
- border:1px solid #151515;
- padding-left:24px;
- padding-right:24px;
- padding-top:24px;
- padding-bottom:24px;
- {block:ifFirstLetterStyling}
- min-height:42px;
- {/block:ifFirstLetterStyling}
- }
- {block:ifFirstLetterStyling}
- #intro:first-letter {
- background-color: #000000;
- border: 1px solid #151515;
- font-family:{text:Custom Capitals Font}, 'Frank Ruhl Libre', serif;
- color: #cecece;
- text-decoration:none!important;
- font-style:normal!important;
- font-weight:100!important;
- text-transform:uppercase!important;
- float: left;
- font-size: 36px;
- margin-right: 11px;
- margin-top: 0px;
- padding-right: 15px;
- padding-top:14px;
- padding-bottom:14px;
- padding-left:15px;
- }
- {/block:ifFirstLetterStyling}
- /* POPUPS: TABS */
- #headerbar{
- left:50%;
- top:50%;
- overflow:scroll;
- text-align:justify;
- color:#eee;
- font-family:calibri;
- font-size:12px;
- }
- #tabbar{
- left:50%;
- top:50%;
- margin-left:
- overflow: scroll;
- text-align:justify;
- color:#222;
- font-family:calibri;
- font-size:12px;
- }
- ul#tabs {text-align: center;}
- ul#tabs li {
- display: inline-block;
- background-repeat:repeat;
- background-attachment:fixed;
- border:1px solid #171717; /* INACTIVE TAB */
- width:158px;
- font-weight:bold;
- text-align:center;
- font-family:calibri;
- font-style:normal;
- font-weight:700;
- font-size:10px;
- line-height:10px;
- text-shadow: 0px 0px 1px #000;
- padding: 10px 10px;
- margin-bottom: 4px;
- cursor:pointer;
- }
- ul#tabs li.active {
- display: inline-block;
- padding:9px;
- text-align:center;
- font-family:calibri;
- font-style:normal;
- font-weight:700;
- font-size:10px;
- line-height:10px;
- text-shadow: 0px 0px 1px #000;
- background:#000000;
- font-weight:bold;
- font-size:10px;
- border:1px solid #171717; /* ACTIVE TAB */
- color:#e6e6e6;
- padding: 10px 10px;
- margin-bottom: 4px;
- cursor:pointer;
- }
- ul#tab, ul#tabs{
- list-style-type:none;
- margin:0px;padding:0px;
- }
- ul#tab li.active {
- display: block;
- }
- ul#tab li {
- display: none;
- }
- /* POPUPS: NAVIGATION */
- #nvroom {
- width:434px;
- }
- .nvlinks {
- margin-left:-2px;
- padding-top:0px;
- padding-bottom:0px;
- text-align:center;
- }
- .nvlinks a {
- display:inline-block;
- font-family: calibri, sans-serif;
- font-weight:lighter!important;
- width: 211px;
- height: 10px;
- margin-right:2px;
- margin-bottom:4px;
- padding-top:6px;
- padding-bottom:14px!important;
- text-align:center;
- background:#000000;
- border: 1px solid #151515;
- color:#e6e6e6;
- font-size:8.6px;
- letter-spacing:0.6px;
- cursor: pointer;
- z-index:2;
- }
- .nvlinks a:before {
- content: '';
- display: block;
- position: absolute;
- left: 0;
- bottom: 0;
- height: 30px;
- width: 0;
- transition: width 0s ease;
- background 1.5s ease;
- z-index:1;
- }
- .nvlinks a:after {
- content: '';
- display: block;
- position: absolute;
- right: 0;
- bottom: 0;
- height: 30px;
- width: 0;
- background: rgba(16, 16, 16, 0.5); /* 50% opaque blue */
- transition: width 1.5s ease;
- z-index:1;
- }
- .nvlinks a:hover:before {
- width: 100%;
- background: rgba(16, 16, 16, 0.5); /* 50% opaque blue */
- transition: width 1.5s ease;
- }
- .nvlinks a:hover:after {
- width: 100%;
- background: transparent;
- transition: all 0s ease;
- }
- /* POSTS: GENERAL */
- #container {
- position:fixed;
- height:553px;
- width:430px;
- left:670px;
- top:84px;
- background-color:#000000;
- overflow-y:scroll;
- padding-left:24px;
- padding-right:24px;
- z-index:9999;
- border:1px solid #151515!important;
- }
- .containerheadertop {
- position:fixed;
- width:478px;
- height:31px;
- background-color:#030303;
- border:1px solid #151515;
- text-align: center;
- margin-left:-25px;
- margin-top:-1px;
- z-index:99999;
- }
- #containertopspace {
- position:fixed;
- width:478px;
- height:31px;
- background-color:transparent;
- margin-left:-24px;
- border-bottom:24px solid #000000;
- margin-top:-1px;
- z-index:999;
- }
- .containerheaderbottom {
- position:fixed;
- width:478px;
- height:31px;
- background-color:#030303;
- border:1px solid #151515;
- text-align: center;
- left:671px;
- top:606px;
- margin-left:-1px;
- z-index:9999999;
- }
- #containerbottomspace {
- position:fixed;
- left:695px;
- top:574px;
- width:478px;
- height:25px;
- background-color:#000000;
- text-align: center;
- margin-left:-24px;
- margin-top:7px;
- z-index:999999;
- }
- .posts {
- width:430px;
- padding-right:25px;
- padding-left:25px;
- margin-left:-25px;
- word-wrap: break-word;
- text-align:justify;
- line-height:{text:Line Height};
- }
- .posts a {
- font-family: calibri;
- text-transform:uppercase;
- font-size:9px;
- font-weight:bold!important;
- -moz-transition-duration:2s;
- -webkit-transition-duration:2s;
- -o-transition-duration:2s;
- }
- .posts a:hover {
- color:{color:links hover};
- -moz-transition-duration:2s;
- -webkit-transition-duration:2s;
- -o-transition-duration:2s;
- }
- .posts img {
- margin-top:14px;
- max-width:410px;
- height:auto;
- }
- /* TEXT-WRAPPING AROUND ICONS/IMAGES */
- #wrap img {
- margin-top:0px!important;
- margin-bottom:0px!important;
- padding-right:3px;
- padding-bottom:3px;
- {block:IfTextWrapping}
- float:left;
- margin-right:14px;
- {/block:IfTextWrapping}
- {block:ificonborders}
- padding:9px;
- border:1px solid #151515;
- {/block:ificonborders}
- -webkit-filter: brightness(1) contrast(1) saturate(1);
- }
- {block:IfTextWrapping}
- #wrap blockquote img {
- margin-top:8px!important;
- margin-bottom:0px!important;
- margin-left:14px;
- margin-right:0px!important;
- float:right;
- }
- {/block:IfTextWrapping}
- /* POSTS: TEXT */
- #text {
- border:1px solid #151515;
- padding-left:24px;
- padding-right:24px;
- padding-top:24px;
- padding-bottom:0px;
- margin-left:-25px;
- margin-right:-25px;
- margin-bottom:-25px;
- margin-top:30px;
- }
- #textbody {
- {block:permalinkpage}
- margin-top:-24px;
- padding-top:0px;
- {/block:permalinkpage}
- margin-top:-24px;
- padding-top:14px;
- padding-bottom:14px;
- }
- /* POSTS: PHOTO/PHOTOSETS */
- #psingle {
- position:relative;
- z-index:99999999!important;
- margin-top:-1px;
- margin-bottom:-30px;
- margin-left:-26px;
- margin-right:-25px;
- border-top:1px solid #2e2e2e;
- -webkit-filter: brightness(.75) contrast(1.1) saturate(0.75);
- -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;
- }
- #psingle:hover {
- -webkit-filter: brightness(.75) contrast(1.1) saturate(0.75);
- -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;
- }
- #pset {
- position:relative;
- z-index:99999999!important;
- width: 480px;
- margin-top:0px!important;
- margin-bottom:-30px;
- margin-left:-24px;
- border-top:1px solid #2e2e2e;
- -webkit-filter: brightness(.75) contrast(1.1) saturate(0.75);
- -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;
- }
- #pset:hover {
- -webkit-filter: brightness(.75) contrast(1.1) saturate(0.75);
- -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;
- }
- #pcaption {
- border-top:1px solid #151515;
- margin-top:24px;
- margin-left:-24px;
- margin-right:-24px;
- padding-left:24px;
- padding-right:24px;
- }
- #pcaption a {
- font-size:10px;
- }
- /* POSTS: QUOTE */
- #quotebox {
- border:1px solid #151515;
- padding-left:24px;
- padding-right:24px;
- padding-top:24px;
- padding-bottom:0px;
- margin-left:-25px;
- margin-right:-25px;
- margin-bottom:-26px;
- margin-top:30px;
- }
- #quote {
- text-align:justify;
- font-size:14px;
- padding-top:0px;
- padding-bottom:24px;
- line-height:165%;
- letter-spacing:-0.6px;
- min-height:52px;
- }
- #quote:first-letter {
- background-color: #000000;
- border: 1px solid #151515;
- font-family:{text:Custom Capitals Font}, 'Frank Ruhl Libre', serif;
- color:{color:First Letter}!important;
- text-decoration:none!important;
- font-style:normal!important;
- font-weight:100!important;
- text-transform:uppercase!important;
- float: left;
- font-size: 42px;
- margin-right: 11px;
- margin-top: 0px;
- padding-right: 13px;
- padding-top:17px;
- padding-bottom:17px;
- padding-left:13px;
- }
- .source {
- font-family:calibri;
- font-weight:bold;
- text-align:left;
- font-size:10px;
- color: #e8e8e8;
- text-transform:uppercase;
- border:1px solid #151515;
- margin-top:-1px;
- padding-top:12px;
- padding-bottom:12px;
- padding-right:24px;
- padding-left:24px;
- margin-left:-25px;
- margin-right:-25px;
- background-color:#030303;
- }
- /* POSTS: LINK */
- #linkpost {
- margin-right:-25px;
- margin-left:-25px!important;
- {block:permalinkpage}
- margin-top:0px;
- {/block:permalinkpage}
- padding-top:0px;
- margin-bottom:-25px;
- }
- #link {
- margin-top:32px;
- border:1px solid #151515;
- padding:24px;
- }
- #link a {
- font-size:12px;
- }
- /* POSTS: CHAT */
- #chatbox {
- margin-right:-25px;
- margin-left:-25px!important;
- padding-bottom:0px!important;
- }
- #chat {
- margin-top:25px;
- border-top:1px solid #151515;
- padding-top:27px;
- padding-left:24px;
- padding-right:24px;
- }
- /* POSTS: AUDIO */
- #audiobox {
- {block:permalinkpage}
- margin-top:0px;
- {/block:permalinkpage}
- padding-left:24px;
- padding-right:24px;
- padding-bottom:0px;
- margin-left:-25px;
- margin-right:-25px;
- margin-bottom:-25px;
- }
- .player {
- opacity: 1;
- position: absolute;
- z-index: 1;
- width: 50px;
- height: 36px;
- margin-top: 20px;
- margin-left: -5px;
- display: block;
- color:#000000;
- background-color:transparent!important;
- }
- .audioplayer {
- width: 24px;
- height: 24px;
- margin-left: 0px;
- overflow: hidden;
- padding: 0px;
- color:#000000!important;
- background-color:transparent!important;
- }
- .audioinfo {
- border:1px solid #151515;
- margin-left: -25px;
- margin-right: -25px;
- margin-top:30px;
- padding:24px;
- display: block;
- font-family:calibri;
- font-weight:bold;
- text-transform: uppercase;
- text-align: center;
- letter-spacing:0px;
- word-spacing:-0.5px;
- font-size:11px;
- color: #ffffff;
- background: transparent;
- }
- #acaption {
- border-top:1px solid #151515;
- width:455px;
- margin-left:-24px;
- padding-left:24px;
- }
- #acaption a {
- font-size:10px;
- }
- /* 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%;
- }
- /* POSTS: ASK */
- #ask {
- background-color:#000000;
- color:#cacaca6;
- margin-top:14px;
- margin-left:-25px;
- margin-right:-25px;
- font-size:9px;
- text-align:justify;
- font-family: calibri;
- font-size:8.6px;
- line-height:18px!important;
- letter-spacing:0.6px;
- text-transform: uppercase;
- word-wrap: break-word;
- padding-left:24px;
- padding-right:24px;
- padding-top:20px;
- padding-bottom:20px;
- border:solid 1px #131313;
- }
- #asker {
- font-size:19px;
- line-height:11px;
- padding-right:0px;
- margin-top:-6px;
- margin-bottom:22px!important;
- text-align:right;
- text-transform:uppercase;
- font-family: 'Frank Ruhl Libre', sans-serif;
- font-weight:lighter!important;
- color: #515151!important;
- }
- #asker a {
- font-size:18px;
- text-align:right;
- text-transform:uppercase;
- font-family: 'Frank Ruhl Libre', sans-serif;
- font-weight:lighter!important;
- color:{color:links}!important;
- -moz-transition-duration:2s;
- -webkit-transition-duration:2s;
- -o-transition-duration:2s;
- }
- #asker a:hover {
- color:{color:links hover}!important;
- -moz-transition-duration:2s;
- -webkit-transition-duration:2s;
- -o-transition-duration:2s;
- }
- /* POST INFORMATION */
- .permalinkbar {
- width:478px;
- margin-top:24px!important;
- margin-left:-25px;
- }
- .permalinkbuttons {
- width:478px;
- height:35px;
- font-size:12.6px!important;
- margin-left:-1px!important;
- margin-bottom:-4px!important;
- }
- .permalinkbuttons a {
- font-family:{text:Font};
- display:inline-block;
- padding-top:8px;
- padding-bottom:8px;
- margin-right:-5px;
- width:216px;
- border:1px solid #151515;
- background-color:#000000;
- font-weight:bold!important;
- color:#151515;
- font-size:12.5px;
- -moz-transition-duration:2s;
- -webkit-transition-duration:2s;
- -o-transition-duration:2s;
- -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 */
- }
- .permalinkbuttons a:hover {
- background-color:#000000!important;
- font-weight:bold!important;
- color:#bebebe;
- -moz-transition-duration:2s;
- -webkit-transition-duration:2s;
- -o-transition-duration:2s;
- }
- #tagsbox {
- {block:permalinkpage}
- margin-top:24px!important;
- {/block:permalinkpage}
- margin-bottom:88px;
- border-left:0px solid #151515;
- border-right:0px solid #151515;
- border-bottom:1px solid #151515;
- border-top:1px solid #151515;
- margin-top:-1px;
- padding-top:15px;
- padding-bottom:15px;
- padding-left:24px;
- padding-right:24px;
- margin-left:-24px;
- margin-right:-24px;
- width:430px;
- }
- .tags {
- font-family: calibri!important;
- font-weight:bold!important;
- background-color:#000000;
- color:#2c2c2c;
- text-transform:uppercase!important;
- font-style:normal;
- line-height:150%;
- 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 {
- text-decoration:none!important;
- font-weight:bold!important;
- font-size:8.5px;
- margin-right:1px;
- text-transform:uppercase!important;
- font-family: calibri!important;
- color:#151515!important;
- -moz-transition-duration:2s;
- -webkit-transition-duration:0.2
- }
- .tags a:hover {
- color:#ffffff!important;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- {block:ifBiggerTagsonHover}
- font-size:10px!important;
- {block:ifBiggerTagsonHover}
- }
- /* PERMAPAGE NOTES */
- .note {
- text-transform:normal;
- font-style:normal;
- font-size: 10px;
- text-align:left;
- margin-left:-32px;
- }
- .note li {
- list-style-type:none;
- padding:12px 23px 12px 23px;
- border-bottom:1px solid #171717;
- border-top:1px solid #171717;
- margin-bottom:-1px;
- text-align:left;
- margin-right:-24px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .note blockquote {
- padding-top:12px;
- padding-bottom:12px;
- padding-left:24px;
- padding-right:24px;
- margin-top:12px;
- margin-bottom:12px;
- margin-left:0px;
- margin-right:0px;
- }
- .note img.avatar {
- width: 0px;
- height: 0px;
- }
- .note li a {
- font-family:calibri!important;
- font-size:10px!important;
- padding-right:2px;
- font-weight:bold;
- text-transform:uppercase;
- letter-spacing:0px;
- color: {color:links};
- }
- .note li a:hover {
- color: {color:links hover};
- }
- /* CREDITS */
- #credit {
- z-index:999;
- position:absolute;
- bottom:5px;
- right:5px;
- 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;
- }
- #credit a {
- color:{color:body text};
- text-transform:uppercase;
- font-size:10px;
- }
- #credit:hover {width:84px;}
- #credit span {
- text-shadow:1px 1px .2px #000;
- color:{color:body text};
- margin-right:5px;
- font-size:11px;
- }
- </style>
- </head>
- <body>
- <!-- DESCRIPTION + NAVIGATION BAR -->
- <div class="bottombox">
- <div class="description">
- {Description}
- </div class="bottombox">
- </div class="description">
- <div class="navi">
- <b>NAVIGATION: </b>
- <a href="/" title="{text:Description IND Hover}">IND.</a>
- <a href="#?w=430" rel="pageASK" class="poplight" title="{text:Description ASK Hover}">ASK.</a>
- <a href="#?w=430" rel="pageGDL" class="poplight" title="{text:Description GDL Hover}">GDL.</a>
- <a href="#?w=430" rel="pageBIO" class="poplight" title="{text:Description BIO Hover}">BIO.</a>
- {block:ifVersesPopupPage}
- <a href="#?w=430" rel="pageVRS" class="poplight" title="{text:Description VRS Hover}">VRS.</a>
- {/block:ifVersesPopupPage}
- {block:ifNavigationPopupPage}
- <a href="#?w=430" rel="pageNAV" class="poplight" title="{text:Description NAV Hover}">NAV.</a>
- {/block:ifNavigationPopupPage}
- {block:IndexPage}{block:PreviousPage}
- <a href="{PreviousPage}"><b>◀</b></a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}"><b>▶</b></a>
- {/block:NextPage}{/block:IndexPage}
- {block:PermalinkPagination}{block:PreviousPost}
- <a href="{PreviousPost}"><b>◀</b></a>
- {/block:PreviousPost}
- {block:NextPost}
- <a href="{NextPost}"><b>▶</b></a>
- {/block:NextPost}{/block:PermalinkPagination}
- </div class="navi">
- <!-- POSTS -->
- <div id="container">
- <div class="containerheadertop"></div>
- <div id="containertopspace"></div>
- {block:Posts}
- <div class="posts">
- <!-- POSTS: TEXT -->
- {block:Text}
- <div id="text">
- <div id="textbody">
- {block:Title}
- <h1>{Title}</a></h1>
- {/block:Title}
- <div id="wrap">
- {Body}
- <div style="clear:both">
- </div style="clear:both">
- </div id="wrap">
- </div>
- </div id="text">
- {/block:Text}
- <!-- POSTS: PHOTO/SET -->
- {block:Photo}
- <div id="psingle">
- {LinkOpenTag}
- <img src="{PhotoURL-HighRes}" style="min-width:480px!important; width:480px!important; margin-top:0px;">
- {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}
- <div id="pcaption">
- {Caption}
- </div id="pcaption">
- {/block:Caption}
- {/block:Photoset}
- <!-- POSTS: QUOTE -->
- {block:Quote}
- <div id="quotebox">
- <div id="quote">
- {Quote}
- </div id="quote">
- <div class="source">
- {Source}
- </div class="source">
- </div>
- {/block:Quote}
- <!-- POSTS: LINK -->
- {block:Link}
- <div id="linkpost">
- <div id="link">
- <a href="{URL}" {Target}>{Name} ►</a>
- </div id="link">
- </div id="linkpost">
- {/block:Link}
- <!-- POSTS: CHAT -->
- {block:Chat}
- <div id="chatbox">
- <div id="chat">
- {block:Lines}
- <div id="{Alt}">
- {block:Label}<i>{Label}</i>{/block:Label} {Line}
- </div id="{Alt}">
- {/block:Lines}
- </div id="chat">
- </div id="chatbox">
- {/block:Chat}
- <!-- POSTS: AUDIO -->
- {block:Audio}
- <div id="audiobox">
- <div style="-webkit-filter:grayscale(1);">
- <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 style>
- {block:Caption}
- <div id="pcaption">
- {Caption}
- </div id="pcaption">
- {/block:Caption}
- </div id="audiobox">
- {/block:Audio}
- <!-- POSTS: VIDEO -->
- {block:Video}
- <div class="video-container">
- {Video-400}
- {block:Caption}{Caption}{/block:Caption}
- </div class="video-container">
- {/block:Video}
- <!-- POSTS: ASK -->
- {block:Answer}
- <div id="ask">
- {Question}
- </div id="ask">
- <div id="asker">
- asked by {Asker}
- </div id="asker">
- <div id="wrap">
- {Answer}
- <div style="clear:both"></div style="clear:both"> <!-- DO NOT TOUCH */ -->
- </div id="wrap">
- {/block:Answer}
- <!-- POST INFORMATION -->
- {block:Date}
- {block:indexpage}
- <div class="permalinkbar">
- <div class="permalinkbuttons">
- <a href="{Permalink}" style="text-align:left; padding-left:24px;" title="{TimeAgo}">{MonthNumberWithZero} {DayOfMonthWithZero} / {NoteCount} N</a>
- <a href="{ReblogURL}" target="_blank" class="details" style="margin-left:-1px!important; text-align:right; padding-right:25px;">REBLOG</a>
- </div class="permalinkbuttons">
- </div class="permalinkbar">
- {/block:indexpage}
- {block:permalinkpage}
- <div class="permalinkbar">
- <div class="permalinkbuttons">
- <a href="{Permalink}" style="text-align:left; padding-left:24px;">{MonthNumberWithZero} {DayOfMonthWithZero} / {NoteCount} N</a>
- <a href="{ReblogURL}" target="_blank" class="details" style="margin-left:-1px!important; text-align:right; padding-right:25px;">REBLOG</a>
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" style="text-align: center; width:480px; margin-top:-1px; font-size:10px; height:13px;">REBLOGGED FROM / VIA</a>
- {/block:RebloggedFrom}
- </div class="permalinkbuttons">
- </div class="permalinkbar">
- {/block:permalinkpage}
- {block:indexpage}
- <div id="tagsbox">
- <div class="tags">
- {block:HasTags}
- {block:Tags}
- <a href="{TagURL}">{Tag} </a>
- {/block:Tags}
- {/block:HasTags}
- </div class="tags">
- </div id="tagsbox">
- {/block:indexpage}
- {block:permalinkpage}
- <div id="tagsbox" style="padding-top:20px!important;">
- <div class="tags">
- {block:HasTags}
- {block:Tags}
- <a href="{TagURL}">{Tag} </a>
- {/block:Tags}
- {/block:HasTags}
- </div class="tags">
- </div id="tagsbox">
- {/block:permalinkpage}
- {/block:Date}
- <!-- NOTES -->
- <div class="note">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div class="note">
- <!-- 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} -->
- </div class="posts">
- {/block:Posts}
- <div class="containerheaderbottom">
- <div id="containerbottomspace"></div>
- </div class="containerheaderbottom">
- </div id="container">
- </div>
- <!-- POPUP PAGES -->
- <!-- POPUP PAGE: ASK. -->
- <div id="pageASK" class="popup_block">
- <header>{text:Popup Page ASK Header}</header>
- <p>
- <iframe frameborder="0" allowtransparency="true" scrolling="no" width="416px" height="200px" src="http://www.tumblr.com/ask_form/YOURURLHERE.tumblr.com/" style="background-color:#000000!important; padding:6px; overflow:hidden;border:1px solid #151515;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
- <p>
- </div id="pageASK" class="popup_block">
- </div>
- <!-- POPUP PAGE: GDL. -->
- <div id="pageGDL" class="popup_block">
- <header>{text:Popup Page GDL Header}</header>
- <p>
- {text:Popup Page GDL Content}
- <p>
- </div id="pageGDL" class="popup_block">
- </div>
- <!-- POPUP PAGE: BIO. -->
- <div id="pageBIO" class="popup_block">
- <header>{text:Popup Page BIO Header}</header>
- <p>
- {text:Popup Page BIO Content}
- <p>
- </div id="pageBIO" class="popup_block">
- </div>
- {block:ifVersesPopupPage}
- <!-- POPUP PAGE: BIO. -->
- <div id="pageVRS" class="popup_block">
- <header>{text:Popup Page VRS Header}</header>
- <p>
- {text:Popup Page VRS Content}
- <p>
- </div id="pageVRS" class="popup_block">
- </div>
- {block:ifVersesPopupPage}
- <!-- POPUP PAGE 005. -->
- {block:ifNavigationPopupPage}
- <div id="pageNAV" class="popup_block">
- <header>{text:Popup Page NAV Header}</header>
- <p>
- <div id="nvroom">
- <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 id="nvroom">
- </div class="nvlinks">
- <br>
- </div id="pageNAV" class="popup_block">
- {block:ifNavigationPopupPage}
- <!-- CREDIT -->
- <div id="credit"><div style="width:105px;margin-right:10px;">
- <a href="http://iniziarearchive.tumblr.com/post/172148130832/theme-francis-live-preview-in-useaction" target="blank">
- <span>S.</span>MADE BY SAE.</a>
- </div></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment