Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!-- (BASE) THEME BY SAE (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>
- $(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:{color:background}!important; color:{color:italic} !important;} </style>"));
- });
- });
- </script>
- <!-- SCRIPT: NAVIGATION TABS -->
- <script>
- function openNavi(naviName) {
- var i;
- var x = document.getElementsByClassName("navi");
- for (i = 0; i < x.length; i++) {
- x[i].style.display = "none";
- }
- document.getElementById(naviName).style.display = "block";
- }
- </script>
- <script type="text/javascript" src="https://static.tumblr.com/8pnyeus/10hors8sn/themekid-popup.min.js"></script>
- <script type="text/javascript">
- $(document).ready(function(){
- popUp(true);
- });
- </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>
- {block:IfClickonTags}
- <!-- SCRIPT: EXPAND -->
- <script>
- $(document).ready(function(){
- $(".tags").hide();
- $(".hide").show();$('.hide').toggle(function(){
- $(".tags").slideDown(function(){});
- },function(){
- $(".tags").slideUp(function(){});
- });
- });
- </script>
- {/block:IfClickonTags}
- <!-- CUSTOM FONTS -->
- <link href="https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre" rel="stylesheet">
- <link rel="stylesheet" href="https://static.tumblr.com/bxa8dla/IxVprq5iv/stylesheet.css">
- <link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i" rel="stylesheet">
- <!-- META LINES -->
- <meta name="image:Background" content=""/>
- <meta name="image:topbarImageOne" content="https://static.tumblr.com/ebrrv1n/lmXpp6px3/dimensions_side-bg.png"/>
- <meta name="image:topbarImageTwo" content="https://static.tumblr.com/ebrrv1n/lmXpp6px3/dimensions_side-bg.png"/>
- <meta name="image:topbarImageThree" content="https://static.tumblr.com/ebrrv1n/lmXpp6px3/dimensions_side-bg.png"/>
- <meta name="image:topbarImageFour" content="https://static.tumblr.com/ebrrv1n/lmXpp6px3/dimensions_side-bg.png"/>
- <meta name="text:Custom Capitals Font" content="'customfonthere'">
- <meta name="text:Title" content="Title">
- <meta name="color:Background" content="#000000" />
- <meta name="color:Border" content="#151515" />
- <meta name="color:Body Text" content="#c6c6c6" />
- <meta name="color:Bold" content="#555555" />
- <meta name="color:Italic" content="#ffffffff" />
- <meta name="color:Links" content="#ffffff}" />
- <meta name="color:Links Hover and Active" content="#ffffff" />
- <meta name="color:First Letter" content="#151515" />
- <meta name="color:Title" content="#D1D1D1" />
- <meta name="color:Title Shadow" content="#D1D1D1" />
- <meta name="color:Permalink" content="#151515" />
- <meta name="color:Tags" content="#151515" />
- <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:Muses Page" content="0"/>
- <meta name="if:Calibri Font" content="0"/>
- <meta name="if:Click on Tags" content="0">
- <meta name="text:Popup Page RULES" content="This is a popup page that appears as 'RULES' in the navigation. 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: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: transparent; color:{color:bold};}
- ::-moz-selection {background: transparent; color:{color:bold};}
- /* TOOLTIP */
- #s-m-t-tooltip {
- z-index:999999;
- height:36px;
- line-height:36px;
- max-width:350px;
- margin-left:10px;
- margin-top:10px;
- font-weight:bold;
- background-color:{color:background};
- border:1px solid {color:border};
- padding-left:16px;
- padding-right:16px;
- font-family:calibri;
- font-style:normal;
- 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 center;
- background-color:#000000;
- color:{color:Body Text};
- font-size:10px;
- line-height:14px;
- word-spacing:-1px;
- color:{color:Body Text};
- font-family: 'Frank Ruhl Libre', serif;
- {block:ifCalibriFont}
- font-family:calibri;
- font-size:10px;
- {/block:ifCalibriFont}
- word-wrap: break-word;
- }
- body a {
- font-size:10px;
- 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 and active};
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- /* BLOCKQUOTES */
- {block:IfBoxedBlockquotes}
- blockquote {
- padding-left:24px;
- padding-right:24px;
- padding-top:12px;
- padding-bottom:12px;
- margin-top:12px;
- margin-bottom:12px;
- text-align:justify;
- margin-left:0px;
- margin-right:0px;
- border:1px solid {color:border};
- word-wrap: break-word!important;
- }
- blockquote blockquote {
- width: auto;
- overflow: hidden;
- border-left:1px solid {color:border}important;
- border-top:0px!important;
- border-bottom:0px!important;
- border-right:0px!important;
- outline:0px solid transparent;
- padding-left:24px;
- padding-right:0px;
- padding-top:0px;
- padding-bottom:0px;
- margin-top:12px!important;
- margin-bottom:0px!important;
- }
- {/block:IfBoxedBlockquotes}
- {block:IfNotBoxedBlockquotes}
- blockquote {
- width: auto;
- overflow: hidden;
- padding-left:24px;
- margin-top:0px;
- margin-left:0px;
- margin-right:0px;
- text-align:justify;
- margin-bottom:24px;
- border-left:1px solid {color:border};
- background-color:transparent;
- word-wrap: break-word!important;
- }
- blockquote blockquote {
- width: auto;
- overflow: hidden;
- margin-top:15px;
- margin-bottom:15px;
- }
- blockquote img {
- max-width:386px!important;
- height:auto;
- }
- {/block:IfNotBoxedBlockquotes}
- /* FONT-RELATED */
- small, sub, sup {
- font-size:10px;
- }
- sub {
- font-size:9.5px;
- vertical-align: baseline!important;
- position: relative!important;
- top: 0em!important;
- line-height:14px;
- }
- sup {
- font-size:9.5px;
- vertical-align: baseline!important;
- position: relative!important;
- top: 0em!important;
- line-height:14px;
- }
- ul, ol {
- padding:0;
- list-style: decimal outside;
- margin-left:8px;
- }
- li {
- padding-left:2px;
- }
- big {
- font-size:120%;
- }
- b, bold, strong {
- font-size:9.5px;
- text-transform:uppercase;
- font-family: calibri, sans-serif;
- font-weight:bold!important;
- color:{color:Bold};
- padding-right:0px;
- padding-left:0px;
- }
- em, i, italic {
- color: {color:Italic};
- }
- {block:ifFirstLetterStyling}
- u, u a {
- background-color: {color:background};
- border: 1px solid {color:border};
- 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:lighter!important;
- text-transform:uppercase!important;
- float:left;
- margin-top:0px;
- height:53px;
- width:53px;
- font-size: 40px;
- margin-right: 11px;
- position: relative;
- text-align: center;
- vertical-align: middle;
- line-height: 56px;
- text-shadow:none!important;
- }
- {/block:ifFirstLetterStyling}
- pre {
- font-weight:lighter;
- text-transform:uppercase;
- color: #d1d1d1;
- line-height:155%;
- font-weight:lighter!important;
- color:#e6e6e6;
- font-size:8.4px;
- 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 {
- border: 1px solid {color:border};
- background-color: transparent;
- line-height:24px;
- overflow:hidden;
- margin-top:24px;
- margin-bottom:12px;
- padding-top:6px;
- padding-bottom:6px;
- padding-left:24px;
- padding-right:24px;
- line-height:14px;
- z-index:9999999;
- text-align:left!important;
- font-family:calibri;
- font-weight:bold;
- font-size:10px!important;
- text-transform:uppercase;
- color:{color:bold}!important;
- }
- h1 a {
- color:{color:bold}!important;
- font-size:10px!important;
- }
- h2 {
- font-family: calibri, sans-serif;
- font-size:13.4px!important;
- 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;
- }
- h4 {
- border:1px solid {color:border};
- margin-bottom:12px;
- margin-top:12px;
- padding-left:24px;
- height:24px;
- margin-right:0px;
- text-align:left;
- font-family:calibri;
- font-style:normal;
- font-weight:bold;
- font-size:10px;
- line-height:24px;
- color: {color:bold};
- text-transform:uppercase;
- }
- h4:nth-child(even) {
- color: #771313;
- }
- h4:first-child {
- margin-top:0px;
- }
- 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;
- }
- /* CONTAINER */
- #container {
- z-index:9999;
- left:50%;
- margin-left:-512px;
- margin-top:75px;
- position:fixed;
- width:1024px;
- height:551px;
- outline:1px solid {color:border};
- overflow:hidden;
- background-color:{color:background};
- }
- #topbar {
- width:525px;
- outline:0px solid {color:border}!important;
- height:600px;
- }
- .topbarimageone {
- background-image:url('{topbarImageOne}');
- float:left;
- margin-top:25px;
- margin-left:26px;
- outline:1px solid {color:border}!important;
- width:223px;
- height:500px;
- overflow:hidden;
- }
- .topbarimagetwo {
- background-image:url('{topbarImageTwo}');
- float:right;
- margin-top:25px;
- margin-right:26px;
- outline:1px solid {color:border}!important;
- width:223px;
- height:500px;
- overflow:hidden;
- }
- .desctitle, .desctitle a {
- position:absolute;
- text-decoration:none!important;
- font-family: 'american_captainregular';
- color:{color:title};
- font-weight:normal;
- text-transform:lowercase;
- font-size:70px;
- z-index:99999999999999999999999999999999999999999999999999999!important;
- width:435px;
- left:275px;
- top:149px;
- line-height:30px;
- letter-spacing:0px;
- padding-right:25px!important;
- text-align:right;
- z-index:999;
- background-color:transparent;
- text-shadow: 0px 0px 2px {color:title shadow};
- filter: drop-shadow(2px 2px 12px black);
- }
- .navigation {
- left:275px;
- top:29px;
- position:absolute;
- width: 500px;
- border:0px solid {color:border};
- height:25px;
- margin-bottom:25px!important;
- }
- button {
- display:inline-block;
- box-sizing: border-box;
- font-size:9.5px;
- text-align:center;
- padding-left:24px;
- padding-right:24px;
- font-family: calibri, sans-serif;
- text-transform:uppercase;
- width:160px;
- max-width:160px;
- height:25px;
- background-color:{color:background};
- border:1px solid {color:border};
- line-height:22px;
- margin-left:0px;
- margin-right:-4px;
- margin-top:-5px!important;
- color:#474747;
- font-weight:bold!important;
- overflow:hidden; /* older browsers */
- {block:ifMusesPage}
- width:102px;
- max-width:102px;
- {/block:ifMusesPage}
- }
- button:focus, buton:active {
- border:1px solid {color:border}!important;
- outline:0px solid {color:border}!important;
- color:{color:LINKS HOVER and active};!important;
- font-weight:bold!important;
- }
- #tabcontent {
- position:absolute;
- text-align:justify;
- height:301px;
- width:423px;
- left:276px;
- top:176px;
- overflow-y:hidden;
- padding-top:0px!important;
- background-color:{color:background};!important;
- border-top:24px solid {color:background};
- border-bottom:24px solid {color:background};
- overflow-y:scroll;
- padding-left:25px;
- padding-right:25px;
- z-index:9999;
- outline:1px solid {color:border}!important;
- }
- #tabcontent a {
- font-family:calibri;
- font-family:8px!important;
- color:{color:italic};
- text-transform:uppercase;
- }
- #description {
- position:absolute;
- width:425px;
- height:26px;
- top:75px!important;
- margin-bottom:25px;
- left:276px;
- padding-left:24px;
- padding-right:24px;
- outline:1px solid {color:border};
- border-top:24px solid {color:background};
- border-bottom:24px solid {color:background};
- background-color:{color:background};
- line-height:13px;
- text-align:justify;
- overflow-y:scroll;
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- }
- #description::-webkit-scrollbar {
- width: 0px;
- padding-right:40px;
- }
- #description a {
- color:{color:bold};
- font-family: calibri;
- text-transform:uppercase;
- font-size:10px;
- font-weight:bold!important;
- -moz-transition-duration:2s;
- -webkit-transition-duration:2s;
- -o-transition-duration:2s;
- }
- #sideheaderbottom {
- position:fixed;
- width:478px;
- height:24px;
- background-color:{color:background};
- border:1px solid {color:border};
- text-align: center;
- left:254px;
- top:612px;
- margin-left:-113px;
- z-index:9999999;
- }
- /* POSTS: GENERAL */
- #content {
- position:absolute;
- text-align:justify;
- height:325px;
- width:425px;
- left:276px;
- top:176px;
- background-color:{color:background};
- border-bottom:24px solid {color:background};
- overflow-y:scroll;
- overflow-x:hidden;
- padding-left:24px;
- padding-right:24px;
- z-index:9;
- outline:1px solid {color:border}!important;
- }
- #content::-webkit-scrollbar {
- width: 0px;
- padding-right:40px;
- }
- #content::-webkit-scrollbar-track {
- background-color:#000000;
- border-left:1px solid #151515;
- }
- #content::-webkit-scrollbar-thumb {
- border-top:1px solid #151515;
- border-left:1px solid #151515;
- border-bottom:1px solid #151515;
- background-color:#000000;
- }
- #contenttopspace {
- position:fixed;
- width:473px;
- height:24px;
- background-color:{color:background};
- margin-left:-24px;
- margin-top:0px;
- z-index:999;
- }
- .posts {
- width:425px;
- padding-right:25px;
- padding-left:25px;
- margin-left:-25px;
- word-wrap: break-word;
- text-align:justify;
- line-height:14px;
- margin-bottom:60px;
- }
- .posts:last-child {
- margin-bottom:0px!important;
- }
- .posts a {
- font-family: calibri;
- text-transform:uppercase;
- font-size:10px;
- color:{color:links};
- font-weight:bold!important;
- -moz-transition-duration:2s;
- -webkit-transition-duration:2s;
- -o-transition-duration:2s;
- }
- .posts a:hover {
- color:{color:LINKS HOVER and active};
- -moz-transition-duration:2s;
- -webkit-transition-duration:2s;
- -o-transition-duration:2s;
- }
- .posts img {
- max-width: -webkit-calc(100% - 22px);
- max-width: -moz-calc(100% - 22px);
- max-width: calc(100% - 22px);
- height:auto;
- }
- .navigation1 {
- left:27px;
- top:500px;
- position:absolute;
- outline:0px solid {color:border};
- height:25px;
- line-height:25px;
- z-index:99;
- }
- .navigation2 {
- left:776px;
- top:500px;
- position:absolute;
- outline:0px solid {color:border};
- height:25px;
- line-height:25px;
- z-index:99;
- }
- .pagination {
- background-color:{color:background};
- border:0px solid {color:border};
- height:25px;
- line-height:25px;
- }
- .pagination b {
- color:{color:pagination links};!important;
- }
- .pagination a {
- display:inline-block;
- box-sizing: border-box;
- font-size:10px;
- text-align:left;
- padding-left:24px;
- padding-right:24px;
- font-family: calibri, sans-serif;
- text-transform:uppercase;
- width:223px;
- max-width:223px;
- height:25px;
- background-color:{color:background};
- outline:1px solid {color:border};
- line-height:25px;
- margin-left:0px;
- margin-right:-4px;
- color:#474747;
- font-weight:bold!important;
- overflow:hidden; /* older browsers */
- }
- .pagination a:first-child {
- margin-left:-1px!important;
- }
- .pagination a:last-child {
- margin-right:0px!important;
- }
- .pagination a:hover {
- font-weight:bold!important;
- color:{color:italic}!important;
- -moz-transition-duration:2s;
- -webkit-transition-duration:2s;
- -o-transition-duration:2s;
- }
- /* TEXT-WRAPPING AROUND ICONS/IMAGES */
- #wrap {
- margin-top:12px;
- margin-bottom: 12px;
- }
- #wrap img {
- width: auto;
- overflow: hidden;
- 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 {color:border};
- {/block:ificonborders}
- -webkit-filter: brightness(.9) contrast(1) saturate(1);
- }
- {block:IfTextWrapping}
- #wrap blockquote img {
- margin-top:12px!important;
- margin-bottom:10px!important;
- margin-left:12px;
- margin-right:0px!important;
- float:right;
- }
- {/block:IfTextWrapping}
- /* POSTS: TEXT */
- #textbody {
- margin-top:24px!important;
- {block:permalinkpage}
- padding-top:0px;
- {/block:permalinkpage}
- }
- /* POSTS: PHOTO/PHOTOSETS */
- #psingle {
- margin-top:24px!important;
- width: 448px;
- margin-top:-1px;
- -webkit-filter: brightness(.75) contrast(1.1) saturate(0.9);
- -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.9);
- -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 {
- width: 425px;
- margin-top:24px!important;
- margin-bottom:0px;
- margin-left:0px;
- -webkit-filter: brightness(.75) contrast(1.1) saturate(0.85);
- -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.85);
- -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 {
- margin-top:0px;
- margin-left:-24px;
- margin-right:-24px;
- padding-left:24px;
- padding-right:24px;
- }
- #pcaption a {
- font-size:10px;
- }
- /* POSTS: QUOTE */
- #quotebox {
- outline:1px solid {color:border};
- padding-left:24px;
- padding-right:24px;
- padding-top:24px;
- padding-bottom:0px;
- margin-left:0px;
- margin-right:0px;
- margin-bottom:0px;
- margin-top:24px;
- }
- #quote {
- font-size:14px;
- text-align:left;
- padding-top:0px;
- padding-bottom:0px;
- letter-spacing:-0.6px;
- line-height:14px;
- }
- .source {
- font-family:calibri;
- font-weight:bold;
- text-align:left;
- font-size:9.5px;
- height:24px;
- line-height:24px;
- color: #e8e8e8;
- text-transform:uppercase;
- border-top:1px solid {color:border};
- letter-spacing:0.2px;
- margin-top:-1px;
- padding-right:24px;
- padding-left:24px;
- margin-top:24px;
- margin-left:-25px;
- margin-right:-25px;
- }
- /* 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 {color:border};
- 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 {color:border};
- padding-top:27px;
- padding-left:24px;
- padding-right:24px;
- }
- /* POSTS: AUDIO */
- #audiobox {
- {block:permalinkpage}
- margin-top:0px;
- {/block:permalinkpage}
- margin-top:-24px!important;
- padding-left:24px;
- padding-right:24px;
- padding-bottom:20px;
- padding-top:24px;
- margin-left:0px;
- margin-right:0px;
- margin-bottom:-18px;
- }
- .player {
- opacity: 1;
- position: absolute;
- z-index: 1;
- line-height:33px;
- margin-left: -16px;
- margin-top:35px;
- display: block;
- }
- .audioplayer {
- width: 24px;
- height: 24px;
- margin-left: 0px;
- overflow: hidden;
- padding: 0px;
- }
- .audioinfo {
- border:1px solid {color:border};
- margin-left: -24px;
- margin-right: -24px;
- padding-left:48px;
- padding-right:24px;
- margin-top:24px;
- margin-bottom:-4px;
- height:48px;
- line-height:48px;
- display: block;
- font-family:calibri;
- font-weight:bold;
- text-transform: uppercase;
- text-align: left;
- letter-spacing:0.2px;
- word-spacing:-0.5px;
- overflow:hidden;
- font-size:9.5px;
- color:{color:bold};
- }
- #acaption {
- border-top:0px solid #151515;
- padding-top:12px;
- padding-bottom:12px;
- margin-left:-24px;
- padding-left:24px;
- }
- #acaption a {
- font-size:10px;
- }
- /* POSTS: VIDEO */
- .video-content {
- -webkit-filter: brightness(.88) contrast(1.1) saturate(0.85);
- position: relative;
- padding-bottom: 56.25%;
- padding-top: 30px;
- height: 0;
- overflow: hidden;
- }
- .video-content iframe,
- .video-content object,
- .video-content embed {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- }
- /* POSTS: ASK */
- #question {
- width: 80%;
- margin-top:25px;
- height:70px;
- background-color:{color:background};
- }
- #ask {
- z-index:999999!important;
- float:left;
- font-family:calibri, sans-serif;
- text-transform:uppercase;
- position: absolute;
- font-weight:bold;
- background-color:{color:background};
- font-size:9px;
- line-height:12px!important;
- width:333px;
- min-height:21px;
- max-height:21px;
- overflow:scroll;
- margin-top:0px;
- margin-left:0px;
- margin-bottom:0px;
- padding-left:24px;
- padding-right:24px;
- outline:solid 1px {color:border};
- border-top:22px solid {color:background};
- border-bottom:22px solid {color:background};
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- }
- #ask:hover {
- max-height:35px!important;
- width:400px;
- z-index:999999!important;
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- }
- #ask a {
- font-weight:lighter;
- color:{color:bold};
- font-size:9px;
- text-decoration:none;
- }
- #ask b {
- color:{color:bold};
- font-size:9px;
- line-height:11px;
- font-family:calibri!important;
- }
- #ask img {
- -webkit-filter:grayscale(1);
- }
- .letterask {
- font-family:'Frank Ruhl Libre', serif;
- position:relative;
- z-index:9999!important;
- position:absolute;
- text-align:center;
- font-size:44px;
- margin-left:382px;
- outline:1px solid {color:border};
- background-color:{color:background};
- padding-top:25px;
- padding-bottom:26px;
- padding-left:17px;
- padding-right:17px;
- color:{color:first letter};
- -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 */
- }
- #response {
- margin-top:24px;
- padding-top:0px;
- padding-bottom:2px;
- }
- /* POST INFORMATION */
- .permalinkbar {
- margin-top:24px!important;
- margin-left:-25px;
- margin-right:-25px;
- color:#151515!important;
- }
- .permalinkbuttons {
- height:25px;
- background-color:{color:background};
- font-weight:bold!important;
- line-height:24px;
- margin-right:1px;
- letter-spacing:-0.2px;
- margin-left:0px!important;
- margin-bottom:1px!important;
- border:1px solid {color:border};
- color:{color:border};
- }
- .permalinkbuttons a {
- display:inline-block;
- box-sizing: border-box;
- font-size:9px;
- text-align:center;
- padding-left:24px;
- padding-right:24px;
- font-family: calibri, sans-serif;
- text-transform:uppercase;
- width:157.2px;
- max-width:157.2px;
- height:25px;
- background-color:{color:background};
- outline:1px solid {color:border};
- line-height:25px;
- margin-left:0px;
- margin-right:-1px;
- color:{color:border};
- font-weight:bold!important;
- overflow:hidden; /* older browsers */
- }
- .permalinkbuttons a:hover {
- color:{color:links};
- -moz-transition-duration:2s;
- -webkit-transition-duration:2s;
- -o-transition-duration:2s;
- }
- .tags {
- font-family: calibri!important;
- font-weight:bold!important;
- background-color:{color:background};
- border:1px solid {color:border};
- padding-top:6px;
- padding-bottom:6px;
- padding-left:24px;
- padding-right:24px;
- margin-left:-25px;
- margin-right:-25px;
- margin-top:-2px;
- color:{color:bold};
- text-transform:uppercase!important;
- font-style:normal;
- line-height:150%;
- font-size:8.4px;
- text-align:justify;
- -moz-text-align-last: center; /* Code for Firefox */
- text-align-last: center;
- }
- .tags a {
- text-decoration:none!important;
- font-weight:bold!important;
- font-size:8.4px;
- margin-right:1px;
- text-transform:uppercase!important;
- font-family: calibri!important;
- color:{color:border};
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- .tags a:hover {
- color:{color:italic}!important;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- {block:ifBiggerTagsonHover}
- font-size:9px!important;
- {block:ifBiggerTagsonHover}
- }
- /* PERMAPAGE NOTES */
- #notes {
- outline:1px solid #151515;
- margin-bottom:1px!important;
- margin-left:1px;
- margin-right:1px;
- margin-top:25px!important;
- padding-top:16px;
- padding-bottom:16px;
- padding-left:16px;
- padding-right:16px;
- text-align:left;
- }
- .note li {
- list-style-type:none;
- padding-top:0px;
- line-height:14px;
- padding-bottom:0px;
- padding-left:0px;
- padding-right:0px;
- text-align:left!important;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- font-family:calibri!important;
- font-size:9px!important;
- font-weight:bold;
- text-transform:uppercase;
- color: #474747;
- }
- .note li a {
- text-align:left!important;
- padding-top:25px;
- font-family:calibri!important;
- font-size:9px!important;
- padding-right:0px;
- font-weight:bold;
- text-transform:uppercase;
- letter-spacing:0px;
- color: {color:body text};
- }
- .more_notes_link, .more_notes_link a {
- text-align:left!important;
- margin-top:25px!important;
- padding-top:25px!important;
- color:{color:italic}!important;
- }
- .note blockquote a {
- padding-top:12px;
- padding-bottom:12px;
- padding-left:24px;
- padding-right:24px;
- margin-top:12px;
- margin-bottom:12px;
- margin-left:0px;
- margin-right:0px;
- color:{color:bold}!important;
- }
- .note img.avatar {
- display:none;
- width: 0px;
- height: 0px;
- }
- /* POPUPS: GENERAL */
- .popup_block {
- position:absolute;
- box-sizing: border-box;
- height:350px;
- top:351px;
- left:512px!important;
- display:none;
- background-color:{color:background}!important;
- outline:1px solid {color:border};
- border-bottom:24px solid {color:background};
- padding-left:24px;
- padding-right:24px;
- z-index:999;
- opacity:1;
- overflow-y:hidden;
- text-align:justify;
- overflow-x:hidden;
- }
- .popup_block a {
- margin-right:0px;
- vertical-align:top;
- font-family: calibri, sans-serif;
- font-size:9px;
- color:{color:background};
- font-weight:bold!important;
- position: relative;
- text-decoration:none;
- text-transform:uppercase;
- }
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- /* POPUPS: NAVIGATION */
- #nvbar {
- background-color:{color:background};
- }
- .nvlinks {
- margin-top:0px!important;
- margin-bottom:0px!important;
- margin-left:0px;
- padding-top:0px;
- padding-bottom:0px;
- text-align:center;
- }
- .nvlinks a {
- font-family: calibri, sans-serif;
- font-weight:lighter!important;
- text-transform:uppercase;
- display:inline-block;
- box-sizing: border-box;
- width:209px;
- height:25px!important;
- padding-left:24px;
- line-height:25px;
- margin-left:-0px;
- margin-right:7px;
- margin-bottom:12px;
- text-align:left;
- border: 1px solid {color:border};
- line-height:24px;
- color:{color:links}!important;
- font-size:8.5px;
- letter-spacing:0.4px;
- cursor: pointer;
- z-index:2;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- .nvlinks a:nth-of-type(2n) {
- margin-right:0px!important;
- }
- .nvlinks:last-child {
- margin-bottom:0px!important;
- bottom:0px!important;
- }
- .nvlinks a:hover {
- color:{color:links hover};
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- /* MUSES */
- .mcontent {
- position:absolute;
- width:473px;
- max-width:473px;
- height:74px;
- left:276px;
- top:75px;
- overflow-y:scroll;
- overflow-x:hidden;
- background-color:#000000;
- border-top:0px solid #000000;
- border-bottom:0px solid #000000;
- padding-left:0px;
- padding-right:0px;
- outline:1px solid {color:border}!important;
- opacity:1!important;
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- }
- .mcontent::-webkit-scrollbar {
- width: 0px;
- }
- .mmuse {
- margin-top:-1px;
- margin-left:-1px!important;
- background-color:{color:background};
- }
- .mmuse:active, .mmuse:focus {
- background-color:{color:background}!important;
- color:{color:bold};
- }
- .mmuse a {
- display:inline-block;
- box-sizing: border-box;
- float:left;
- display:inline-block;
- overflow:hidden;
- outline:1px solid {color:border};
- background-color:{color:background};
- width:236px;
- max-height:24px;
- height:24px;
- padding-left:24px;
- padding-right:24px;
- font-family:calibri;
- text-align:left;
- font-style:normal;
- font-weight:bold;
- margin-left:1px;
- margin-right:0px;
- font-size:10px;
- margin-top:1px;
- line-height:24px;
- color: #474747;
- text-transform:uppercase;
- }
- .mmuse a:nth-child(even) {
- text-align:right;
- }
- .mmuse a:active, .mmuse a:visited, .mmuse a:focus {
- color:{color:Links Hover and Active}!important;
- background-color:{color:background}!important;
- }
- .mmuse a:hover {
- color:{color:Links Hover and Active}!important;
- }
- .mheader {
- display:inline-block;
- box-sizing: border-box;
- float:left;
- display:inline-block;
- overflow:hidden;
- outline:1px solid {color:border};
- background-color:{color:background};
- width:475px;
- max-height:24px;
- height:24px;
- padding-left:24px;
- padding-right:24px;
- font-family:calibri;
- text-align:center;
- font-style:normal;
- font-weight:bold;
- font-size:10px;
- margin-top:0px;
- line-height:24px;
- color: {color:italic};
- text-transform:uppercase;
- }
- /* MUSE PAGES */
- .mimage {
- margin-top:0px;
- margin-left:-24px;
- border-bottom:1px solid {color:border};
- margin-bottom:-1px!important;
- height:90px;
- overflow:hidden;
- width:500px;
- }
- .mnavi {
- margin-top:0px;
- margin-left:-25px!important;
- margin-right:-25px!important;
- margin-bottom:0px;
- }
- ul#tabs {
- text-align: left;
- margin-top:-1px!important;
- Cursor:pointer;
- }
- ul#tabs li {
- display:inline-block;
- box-sizing: border-box;
- font-size:9.5px;
- text-align:center;
- padding-left:24px;
- padding-right:24px;
- margin-bottom:-5px!important;
- font-family: calibri, sans-serif;
- text-transform:uppercase;
- width:251px;
- max-width:251px;
- height:25px;
- background-color:transparent;
- border:1px solid {color:border};
- line-height:25px;
- margin-left:0px;
- margin-right:-2px;
- color:{color:bold};
- font-weight:bold!important;
- overflow:hidden; /* older browsers */
- }
- ul#tabs li.active {
- display:inline-block;
- box-sizing: border-box;
- font-size:9.5px;
- text-align:center;
- padding-left:24px;
- padding-right:24px;
- font-family: calibri, sans-serif;
- text-transform:uppercase;
- width:251px;
- max-width:251px;
- height:25px;
- background-color:transparent;
- border:1px solid {color:border};
- line-height:25px;
- margin-left:0px;
- margin-right:-2px;
- color:{color:italic};
- font-weight:bold!important;
- overflow:hidden; /* older browsers */
- }
- ul#tab, ul#tabs{
- list-style-type:none;
- margin:0px;
- padding:0px;
- }
- ul#tab li.active {
- display: block;
- }
- ul#tab li {
- display: none;
- }
- .mdescription {
- margin-top:2px!important;
- border-top:24px solid {color:background};
- border-bottom:24px solid {color:background};
- overflow-y:scroll!important;
- height: 210px;
- background-color:transparent;
- }
- .mdescription::-webkit-scrollbar {
- width: 0px;
- padding-right:40px;
- }
- .mlinks a {
- font-family: calibri, sans-serif;
- font-weight:lighter!important;
- text-transform:uppercase;
- display:inline-block;
- box-sizing: border-box;
- width:210px;
- height:24px!important;
- padding-left:24px;
- line-height:24px;
- margin-left:-0px;
- margin-right:4px;
- margin-bottom:8.4px;
- text-align:left;
- background:{color:background};
- border: 1px solid #151515;
- color:{color:links};
- font-size:8.5px;
- letter-spacing:0.4px;
- cursor: pointer;
- z-index:2;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- .mlinks a:nth-of-type(2n) {
- margin-right:0px!important;
- }
- .mlinks:last-child {
- margin-bottom:0px!important;
- bottom:0px!important;
- }
- .mlinks a:hover {
- color:{links hover};
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- /* CREDIT */
- #credit {
- background-color:{color:background};
- border:1px solid {color:border};
- padding:6px 10px;
- z-index:999;
- position:absolute;
- bottom:44px;
- right:44px;
- width:6px;
- height:14px;
- word-wrap:break-word;
- font-family:calibri;
- 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:links};
- text-transform:uppercase;
- font-size:9.5px;
- }
- #credit:hover {
- width:73px;
- }
- #credit span {
- text-shadow:1px 1px .2px #000;
- color:{color:bold};
- font-family:calibri;
- margin-right:10px;
- font-size:10.5px;
- }
- </style>
- </head>
- <body>
- <div id="container">
- <div class="topbarimageone">
- <img src="{image:topbarImageOne}">
- </div>
- <div class="topbarimagetwo">
- <img src="{image:topbarImageTwo}">
- </div>
- <div id="topbar">
- <div class="navigation">
- <button class="w3-bar-item w3-button" onclick="openNavi('Index')" autofocus style="color:#ffffff!important; text-align:left;">Refresh / Index</button>
- <button class="w3-bar-item w3-button" onclick="openNavi('Inquiries')">Inquiries / Askbox</button>
- <button class="w3-bar-item w3-button" onclick="openNavi('Muses')" style="text-align:right;">The Navigation</button>
- </div class="navigation">
- <div id="description">
- INDEPENDENT AND SELECTIVE <i>MULTI MUSE</i> FEATURING MUSES FROM <b>THE MARVEL CINEMATIC UNIVERSE, ASSASSIN'S CREED, AND MUSES UPON REQUEST.</b> LOW ACTIVITY. <i>SALUTED BY LOU.</i>
- </div id="description">
- </div id="topbar">
- <!-- POSTS -->
- <div id="content">
- <div id="contenttopspace"></div id="contenttopspace">
- {block:Posts}
- <div class="posts">
- <!-- POSTS: TEXT -->
- {block: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 id="textbody">
- {/block:Text}
- <!-- 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}
- <div id="pcaption">
- {Caption}
- </div id="pcaption">
- {/block:Caption}
- {/block:Photoset}
- <!-- POSTS: QUOTE -->
- {block:Quote}
- <div id="quote">
- {Quote} — <span style="font-family:calibri; font-size:10.4px; text-transform:uppercase; color:{color:bold}; font-weight:bold!important; letter-spacing:0.2px;">by {Source}</span>
- </div id="quote">
- {/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 style>
- <div class="audioinfo">
- {block:TrackName}{TrackName}{/block:TrackName} — {block:Artist}{Artist}{/block:Artist}
- </div class="audioinfo">
- {block:Caption}
- <div id="acaption">
- {Caption}
- </div id="acaption">
- {/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">
- {Caption}
- {/block:Video}
- <!-- POSTS: ASK -->
- {block:Answer}
- <div id="answer">
- <div id="question"><div id="ask"><b>{Asker} is inquiring for information:</b> {Question}</div><div class="letterask">Q</div></div>
- <div id="response"><div id="wrap">{Answer}</div id="wrap"><div style="clear:both; margin-bottom:-5px;"></div>
- </div id="response">
- </div id="answer">
- {/block:Answer}
- <!-- POST INFORMATION -->
- {block:Date}
- {block:indexpage}
- <div class="permalinkbar">
- <div class="permalinkbuttons">
- <a href="{Permalink}" style="text-align:left;">{Month} {DayOfMonth}{DayOfMonthSuffix} / {12Hour}:{Minutes}{CapitalAmPm} / {NoteCountWithLabel}</a>
- {block:RebloggedFrom} <a href="{ReblogParentName}" title="{ReblogParentName}">REBLOGGED FROM / VIA / SOURCE</a>{/block:RebloggedFrom}
- <a href="{ReblogURL}" target="_blank" class="details" style="float:right; text-align:right;">CLICK HERE TO REBLOG THIS POST</a>
- </div class="permalinkbuttons">
- </div class="permalinkbar">
- <div class="tags">
- {block:HasTags}
- {block:Tags}
- <a href="{TagURL}">{Tag} </a>
- {/block:Tags}
- {/block:HasTags}
- </div class="tags">
- {/block:indexpage}
- {block:permalinkpage}
- <div class="permalinkbar">
- <div class="permalinkbuttons">
- {block:RebloggedFrom}
- <a href="{ReblogParentName}" title="{ReblogParentName}">REBLOGGED FROM / VIA / SOURCE</a>
- {/block:RebloggedFrom}
- <a href="{ReblogURL}" target="_blank" class="details" style="float:right; ">CLICK HERE TO REBLOG THIS POST</a>
- </div class="permalinkbuttons">
- </div class="permalinkbar">
- {/block:permalinkpage}
- {/block:Date}
- <!-- NOTES -->
- {block:PostNotes}
- <div id="notes">
- <div class="note">
- {PostNotes}
- </div class="note">
- </div id="notes">
- {/block:PostNotes}
- <!-- 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 id="content">
- <a href="/" class="desctitle" title="Click to refresh page">Rogers</a>
- <div class="navigation1">
- <div class="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">RETURN TO LAST PAGE</a>{/block:PreviousPage}
- </div class="pagination">
- </div class="navigation1">
- <div class="navigation2">
- <div class="pagination">
- {block:NextPage}<a href="{NextPage}" style="float:right; margin-right:1px; text-align:right;">PROCEED TO NEXT PAGE</a>{/block:NextPage}
- </div class="pagination">
- </div class="navigation2">
- <div id="Index" class="navi" style="display:block">
- </div id="Index" class="navi">
- <!-- POPUP: INQUIRIES -->
- <div id="Inquiries" class="navi" style="display:none;">
- <div id="tabcontent" style="overflow:hidden!important;">
- <p><iframe frameborder="0" scrolling="yes" width="405px" src="https://www.tumblr.com/ask_form/loialte.tumblr.com" style="padding:8px;margin-top:-9px; background-color:transparent; border:1px solid #151515; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
- </div id="tabcontent">
- </div id="Inquiries" class="navi">
- <!-- POPUP PAGE: MUSES -->
- <div id="Muses" class="navi" style="display:none;">
- <div class="mcontent">
- <div class="mheader">The Extended Navigational Links</div>
- <div class="mmuse">
- <a href="#?w=473" rel="Rules" class="poplight" style="color: {color:bold};">
- (★) Guidelines / Dossier
- </a>
- <a href="#?w=473" rel="Tags" class="poplight" style="color: {color:bold};">
- (★) General Tags
- </a>
- <a href="#?w=473" rel="Steve" class="poplight">
- (★) Steve Rogers
- </a>
- <a href="#?w=473" rel="Claudia" class="poplight">
- (★) Claudia Auditore
- </a>
- <a href="#?w=473" rel="Belle" class="poplight" style="color: {color:bold};">
- (★) By Request: Belle
- </a>
- <a href="#?w=473" rel="" class="poplight" style="color: {color:bold};">
- </a>
- </div class="mmuse">
- </div class="mcontent">
- </div id="Muses" class="navi">
- <!-- MUSE PAGE: Rules -->
- <div id="Rules" class="popup_block">
- <div class="mimage">
- <img src="https://i.imgur.com/Nsn9rQC.png">
- </div class="mimage">
- <div class="mdescription">
- <blockquote><i>Oh, say can you see by the dawn's early light what so proudly we hailed at the twilight's last gleaming? Whose broad stripes and bright stars through the perilous fight, O'er the ramparts we watched were so gallantly streaming? And the rocket's red glare, the bombs bursting in air,
- gave proof through the night that our flag was still there.
- Oh, say does that star-spangled banner yet wave O'er the land of the free and the home of the brave?</i></blockquote>
- <h4>001.</h4>
- hey there, the mun's name is lou. she/her pronouns. of age, born in the UK. thank you for taking the time to read these.
- <p>things over here work on a low activity/slow reply basis. mostly, this is because of a low attention span but also because of real life. please respect that i have a life outside of my dashboard. primarily this is filled with two courses i am currently taking but otherwise, it's hanging out with friends.
- <h4>002.</h4>
- i am not affiliated with any of the authors/show writers/actors for the characters i write.
- <h4>003.</h4>
- violent and dark themes will be present due to the nature of the shows that i write characters from. triggers will be tagged.
- <h4>004.</h4>
- icons and graphics are made by me and are not for others to take or use. the theme is made from a basecode from iniziare but is exclusive to myself unless stated otherwise by the theme maker. please do not take it.
- <br><br><br><br>
- </div class="mdescription">
- </div id="Rules" class="popup_block">
- <!-- MUSE PAGE: Tags -->
- <div id="Tags" class="popup_block">
- <div class="mimage">
- <img src="https://i.imgur.com/jpPHf5X.jpg">
- </div class="mimage">
- <div class="mdescription">
- <blockquote>Who's strong and brave, here to save the American Way? Who vows to fight like a man for what's right night and day? Who will campaign door-to-door for America? Carry the flag shore to shore for America from Hoboken to Spokane, The Star Spangled Man with a plan!</blockquote>
- <div class="mlinks" style="margin-top:0px!important;">
- <h4>out of character & general tags</h4>
- <a href="/tagged/「-ooc-」-so-every-time-that-they-want-to-count-you-out%3A-use-your-voice-every-single-time-you-open-up-your-mouth.">
- out of character
- </a>
- <a href="/tagged/「-psa-」-thought-you-was-batman-and-hit-the-party-with-a-gas-can.">
- public service announcement
- </a>
- <a href="/tagged/「-answered-%2F-ooc-」-everybody-wants-to-save-the-world-but-no-one-wants-to-die.">
- answered asks / ooc
- </a>
- <a href="/tagged/「-promotions-」-you%27re-the-broken-glass-in-the-morning-light.-be-a-burning-star-if-it-takes-all-night.">
- promotions
- </a>
- <a href="/tagged/「-meme-」-ain%27t-nobody-gonna-take-my-life.-ain%27t-nobody-gonna-get-the-best-of-me.">
- memes
- </a>
- <a href="/tagged/「-wishes-」-if-wishes-were-horses-i%27d-need-a-very-big-stable.">
- wishes
- </a>
- </div class="mlinks">
- </div class="mdescription">
- </div id="Tags" class="popup_block">
- <!-- MUSE PAGE: Steve -->
- <div id="Steve" class="popup_block">
- <div class="mimage">
- <img src="https://i.imgur.com/NgvUVGJ.jpg">
- </div class="mimage">
- <div class="mdescription">
- <blockquote>"I know I'm asking a lot, but the price of freedom is high; it always has been. And it's a price I'm willing to pay. And if I'm the only one, then so be it. But I'm willing to bet I'm not."</blockquote>
- <h4>Steve Rogers: Marvel Cinematic Universe</h4>
- <p>
- <div class="mlinks" style="margin-top:0px!important;">
- <h4>General Links</h4>
- <a href="/tagged/「-steve-rogers-%2F-study-」-for-all-of-us-who%27ve-seen-the-light-salute-the-dead-and-lead-the-fight.">
- study
- </a>
- <a href="/tagged/「-steve-rogers-%2F-visage-」-we-may-not-be-perfect-but-the-safest-hands-are-still-our-own.">
- visage
- </a>
- <a href="/tagged/「-steve-rogers-%2F-headcanon-」-just-save-yourself-and-i%27ll-hold-them-back-tonight.">
- headcanon
- </a>
- <a href="/tagged/「-steve-rogers-%2F-answered-ic-」-i-don%27t-want-to-kill-anyone-but-i-don%27t-like-bullies.-i-don%27t-care-where-they%27re-from.">
- answered / in character
- </a>
- <h4>Universes</h4>
- <a href="/tagged/「-steve-rogers-%2F-vs%3A-first-avenger-」-keep-your-feet-ready.-heartbeat-steady.">
- The First Avenger
- </a>
- <a href="/tagged/「-steve-rogers-%2F-vs%3A-avengers-assemble-」-i-stand-here-right-beside-you%3B-tonight-we%27re-fighting-for-our-lives.">
- Avengers Assemble
- </a>
- <a href="/tagged/「-steve-rogers-%2F-vs%3A-winter-soldier-」-i%27ve-got-a-voice%3B-a-beating-heart-inside-of-me.-i%27m-an-army-of-one.">
- The Winter Solider
- </a>
- <a href="/tagged/「-steve-rogers-%2F-vs%3A-age-of-ultron-」-make-no-apology.-it%27s-death-or-victory.">
- Age of Ultron
- </a>
- <a href="/tagged/「-steve-rogers-%2F-vs%3A-civil-war-」-we-are-the-ones-who-will-never-be-broken.-with-our-final-breath-we%27ll-fight-to-the-death.">
- Civil War
- </a>
- <a href="/tagged/「-steve-rogers-%2F-vs%3A-infinity-war-」-what-have-you-become-when-they-take-from-you-almost-everything%3F">
- Infinity War
- </a>
- <a href="/tagged/「-steve-rogers-%2F-vs%3A-endgame-」-you-can%27t-erase-us.-you%27ll-just-have-to-face-us%21">
- Endgame
- </a>
- <h4>Connections</h4>
- <a href="/tagged/「-steve-rogers-%2F-dyn%3A-bucky-」-the-tricky-thing-is-yesterday-we-were-just-children-playing-soldiers-just-pretending.">
- Bucky
- </a>
- <a href="/tagged/「-steve-rogers-%2F-dyn%3A-peggy-」-the-world-has-changed-and-none-of-us-can-go-back.-all-we-can-do-is-our-best.">
- Peggy
- </a>
- <a href="/tagged/「-steve-rogers-%2F-dyn%3A-sam-」-oh-that%27s-how-it-is%3F-%2F-oh-that%27s-how-it-is.">
- Sam
- </a>
- <a href="/tagged/「-steve-rogers-%2F-dyn%3A-tony-」-no-one-else-is-going-to-deal-with-the-fact-that-cap-just-said-language%3F-%2F-i-know.-it-just-slipped-out.">
- Tony
- </a>
- <a href="/tagged/「-steve-rogers-%2F-dyn%3A-natasha-」-hey-fellas.-either-one-of-you-know-where-the-smithsonian-is%3F-i%27m-here-to-pick-up-a-fossil.">
- Natasha
- </a>
- <a href="/tagged/「-steve-rogers-%2F-dyn%3A-howling-commandos-」-gunning-out-of-this-place-in-a-bullet%27s-embrace-then-we%27ll-do-it-again.">
- Howling Commandos
- </a>
- </div class="mlinks">
- </div class="mdescription">
- </div id="Steve" class="popup_block">
- <!-- MUSE PAGE: Claudia -->
- <div id="Claudia" class="popup_block">
- <div class="mimage">
- <img src="https://i.imgur.com/hK3Xi1Q.png">
- </div class="mimage">
- <div class="mdescription">
- <blockquote>Ezio: "My sister knows how to wield a knife."<br/>
- Claudia: "And I am ready to do it again."<br/>
- Ezio: "Spoken like a true Auditore."</blockquote>
- <h4>Claudia Auditore: Assassin's Creed II, Brotherhood & Revelations</h4>
- <p>
- <div class="mlinks" style="margin-top:0px!important;">
- <h4>General Links</h4>
- <a href="/tagged/「-claudia-auditore-%2F-study-」-fearlessly-threw-herself-into-the-void-as-the-golden-orb-of-the-sun-broke-free-of-the-eastern-horizon.">
- study
- </a>
- <a href="/tagged/「-claudia-auditore-%2F-visage-」-her-dress-drenched-in-blood-with-a-rondel-dagger-in-one-hand-and-a-stiletto-in-the-other.">
- visage
- </a>
- <a href="/tagged/「-claudia-auditore-%2F-headcanon-」-nothing-is-true.-everything-is-permitted.">
- headcanon
- </a>
- <a href="/tagged/「-claudia-auditore-%2F-answered-ic-」-you-do-this-claudia-and-you%27re-on-your-own-%2F-i%27ve-been-on-my-own-for-twenty-years.">
- answered / in character
- </a>
- <h4>Universes</h4>
- <a href="/tagged/「-claudia-auditore-%2F-vs%3A-ii-」-he%27s-making-me-work%21-if-father-was-here-i%27d-never-be-stuck-behind-a-desk-like-this.">
- AC: II
- </a>
- <a href="/tagged/「-claudia-auditore-%2F-vs%3A-brotherhood-」-welcome-to-our-brotherhood-%2F-sisterhood-too%3F-%2F-if-you-like.">
- AC: Brotherhood
- </a>
- <a href="/tagged/「-claudia-auditore-%2F-vs%3A-revelations-」-i%27ve-only-been-doing-it-for-two-years-but-i-realize-what-you-have-been-carrying-on-your-shoulders.">
- AC: Revelations
- </a>
- <a href="/tagged/">
- AC: Embers
- </a>
- <h4>Connections</h4>
- <a href="/tagged/「-claudia-auditore-%2F-dyn%3A-ezio-」-we-have-come-here.-we-have-taken-a-house-in-rome.-our-place-is-with-you.">
- Ezio
- </a>
- </div class="mlinks">
- </div class="mdescription">
- </div id="Claudia" class="popup_block">
- <!-- MUSE PAGE: Ethan -->
- <div id="Ethan" class="popup_block">
- <div class="mimage">
- <img src="https://i.imgur.com/i2tJrer.png">
- </div class="mimage">
- <div class="mdescription">
- <blockquote>Quote quote quote</blockquote>
- <h4>Ethan Chandler: Penny Dreadful</h4>
- <p>
- <div class="mlinks" style="margin-top:0px!important;">
- <h4>General Links</h4>
- <a href="/tagged/">
- study
- </a>
- <a href="/tagged/">
- visage
- </a>
- <a href="/tagged/">
- headcanon
- </a>
- <a href="/tagged/">
- answered / in character
- </a>
- <h4>Universes</h4>
- <a href="/tagged/">
- Season 01
- </a>
- <a href="/tagged/">
- Season 02
- </a>
- <a href="/tagged/">
- Season 03
- </a>
- <h4>Connections</h4>
- <a href="/tagged/">
- Vanessa
- </a>
- </div class="mlinks">
- </div class="mdescription">
- </div id="Ethan" class="popup_block">
- <!-- MUSE PAGE: Belle -->
- <div id="Belle" class="popup_block">
- <div class="mimage">
- <img src="https://i.imgur.com/UgXheNn.jpg">
- </div class="mimage">
- <div class="mdescription">
- <blockquote>"Oh, isn't this amazing? It's my favorite part because you'll see... Here's where she meets Prince Charming but she won't discover that it's him 'til chapter three!"</blockquote>
- <h4>Belle: Beauty and the Beast, 2017</h4>
- <p>
- <div class="mlinks" style="margin-top:0px!important;">
- <h4>General Links</h4>
- <a href="/tagged/「-belle-%2F-study-」-and-for-once-it-might-be-grand-to-have-someone-understand.-i-want-so-much-more-than-they%27ve-got-planned.">
- study
- </a>
- <a href="/tagged/「-belle-%2F-visage-」-you’re-so-ahead-of-your-time.-this-is-a-small-village-and-it’s-small-minded-as-well.-but-small-also-means-safe.">
- visage
- </a>
- <a href="/tagged/「-belle-%2F-headcanon-」-what-happens-when-the-last-petal-falls%3F">
- headcanon
- </a>
- <a href="/tagged/「-belle-%2F-answered-ic-」-the-villagers-say-that-i%27m-a-funny-girl.-out-i%27m-not-sure-they-mean-it-as-a-compliment.">
- answered / in character
- </a>
- <h4>Universes</h4>
- <a href="/tagged/「-belle-%2F-vs%3A-batb-」-certain-as-the-sun-%2F-rising-in-the-east.-tale-as-old-as-time-%2F-song-as-old-as-rhyme.">
- Beauty and the Beast
- </a>
- <h4>Connections</h4>
- <a href="/tagged/「-belle-%2F-dyn%3A-beast-%2F-adam-」-true-that-he’s-no-prince-charming-but-there’s-something-in-him-that-i-simply-didn’t-see.">
- Adam / Beast
- </a>
- <a href="/tagged/「-belle-%2F-dyn%3A-gaston-」-say-it-again%21-who%27s-a-man-among-men%3F">
- Gaston
- </a>
- </div class="mlinks">
- </div class="mdescription">
- </div id="Belle" class="popup_block">
- </div id="container">
- <!-- CREDIT -->
- <div id="credit"><div style="width:105px;margin-right:10px;">
- <a href="https://iniziare.tumblr.com/post/185000358632/base-theme-pepperony-dark-colour-scheme-stark" target="blank">
- <span>S.</span>MADE BY SAE.</a>
- </div></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment