Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!-- (BASE) THEME BY SAE (INIZIARE) -->
- <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: JQUERY -->
- <script src="https://static.tumblr.com/gjexvml/cszpz4vyd/jquery-3.4.1.min.js"></script>
- <!-- 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(){
- $("[title],a[title],img[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </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>
- function openMuse(museName) {
- var i;
- var x = document.getElementsByClassName("muse");
- for (i = 0; i < x.length; i++) {
- x[i].style.display = "none";
- }
- document.getElementById(museName).style.display = "block";
- }
- </script>
- <!-- SCRIPT: NAVIGATION TABS -->
- <script>
- function openPage(pageName) {
- var i;
- var x = document.getElementsByClassName("page");
- for (i = 0; i < x.length; i++) {
- x[i].style.display = "none";
- }
- document.getElementById(pageName).style.display = "block";
- }
- </script>
- <!-- SCRIPT: CLICK MENU #3 -->
- <script>
- $(document).ready(function(){
- jQuery('.dropbtn3').click( function() {
- $(this).next('.dropdown-content3').fadeToggle();
- return false;
- });
- });
- </script>
- <!-- SCRIPT: CLICK MENU -->
- <script>
- $(document).ready(function(){
- jQuery('.dropbtn').click( function() {
- $(this).next('.dropdown-content').fadeToggle();
- return false;
- });
- });
- </script>
- <!-- SCRIPT: AUDIO PLAYER -->
- <script>
- $(document).ready(function() {
- $('iframe.tumblr_audio_player').load( function() {
- $('iframe.tumblr_audio_player').contents().find("head")
- .append($("<style type='text/css'> .audio-player{background:transparent!important; color:{color:bold}!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>
- <!-- SCRIPT: TOGGLE -->
- <script>
- $(document).ready(function(){
- $(".nlinksbutton").click(function(){
- $(".nlinkscontent").toggle();
- });
- });
- </script>
- <script>
- $(document).ready(function(){
- $(".nlinksbutton1").click(function(){
- $(".nlinkscontent1").toggle();
- });
- });
- </script>
- <script>
- $(document).ready(function(){
- $(".nlinksbutton2").click(function(){
- $(".nlinkscontent2").toggle();
- });
- });
- </script>
- <script>
- $(document).ready(function(){
- $(".nlinksbutton3").click(function(){
- $(".nlinkscontent3").toggle();
- });
- });
- </script>
- <script>
- jQuery(document).ready(function($){
- let themeName = localStorage.getItem('theme');
- switch(themeName) {
- case 'steve':
- setSteveTheme()
- break;
- case 'dugan':
- setDuganTheme()
- break;
- case 'brian':
- setBrianTheme()
- break;
- case 'dean':
- setDeanTheme()
- break;
- case 'mary':
- setMaryTheme()
- break;
- case 'alec':
- setAlecTheme()
- break;
- case 'valentine':
- setValentineTheme()
- break;
- case 'stefan':
- setStefanTheme()
- break;
- case 'claudia':
- setClaudiaTheme()
- break;
- case 'luther':
- setLutherTheme()
- break;
- case 'ethan':
- setEthanTheme()
- break;
- case 'porthos':
- setPorthosTheme()
- break;
- default:
- setSteveTheme()
- }
- $('.steve').on({
- 'click': function() {
- setSteveTheme()
- }
- });
- $('.dugan').on({
- 'click': function() {
- setDuganTheme()
- }
- });
- $('.brian').on({
- 'click': function() {
- setBrianTheme()
- }
- });
- $('.dean').on({
- 'click': function() {
- setDeanTheme()
- }
- });
- $('.mary').on({
- 'click': function() {
- setMaryTheme()
- }
- });
- $('.alec').on({
- 'click': function() {
- setAlecTheme()
- }
- });
- $('.valentine').on({
- 'click': function() {
- setValentineTheme()
- }
- });
- $('.stefan').on({
- 'click': function() {
- setStefanTheme()
- }
- });
- $('.claudia').on({
- 'click': function() {
- setClaudiaTheme()
- }
- });
- $('.luther').on({
- 'click': function() {
- setLutherTheme()
- }
- });
- $('.ethan').on({
- 'click': function() {
- setEthanTheme()
- }
- });
- $('.porthos').on({
- 'click': function() {
- setPorthosTheme()
- }
- });
- function setSteveTheme() {
- console.log("steve")
- $('.rightimg1').attr('src','https://i.imgur.com/KhqQV0K.png');
- $('.rightimg2').attr('src','https://i.imgur.com/u4TMuLI.png');
- $('.leftimg').attr('src','https://i.imgur.com/f5Ppp3R.png');
- $("body").css('background-image', 'url(https://i.imgur.com/Jnb60Rb.png');
- localStorage.setItem('theme', 'steve')
- }
- function setDuganTheme() {
- console.log("dugan")
- $('.rightimg1').attr('src','https://static.tumblr.com/ibha82r/ofUqbb88p/duganside01.png');
- $('.rightimg2').attr('src','https://i.imgur.com/ylG4pP9.png');
- $('.leftimg').attr('src','https://static.tumblr.com/ibha82r/WiHqbb8bf/duganside03.png');
- $("body").css('background-image', 'url(https://i.imgur.com/myUYNgd.png');
- localStorage.setItem('theme', 'dugan')
- }
- function setBrianTheme() {
- console.log("brian")
- $('.rightimg1').attr('src','https://i.imgur.com/HcybmYH.png');
- $('.rightimg2').attr('src','https://i.imgur.com/POcVd4n.png');
- $('.leftimg').attr('src','https://i.imgur.com/r3uXX81.png');
- $("body").css('background-image', 'url(https://i.imgur.com/XuORmBk.png');
- localStorage.setItem('theme', 'brian')
- }
- function setDeanTheme() {
- console.log("dean")
- $('.rightimg1').attr('src','https://i.imgur.com/4JV30Tf.png');
- $('.rightimg2').attr('src','https://i.imgur.com/EtjUbua.png');
- $('.leftimg').attr('src','https://i.imgur.com/ttIP6KT.png');
- $("body").css('background-image', 'url(https://i.imgur.com/Y6vI9u5.png');
- localStorage.setItem('theme', 'dean')
- }
- function setMaryTheme() {
- console.log("mary")
- $('.rightimg1').attr('src','https://i.imgur.com/dxSLBYc.png');
- $('.rightimg2').attr('src','https://i.imgur.com/d00ScKn.png');
- $('.leftimg').attr('src','https://i.imgur.com/3rIKb6e.png');
- $("body").css('background-image', 'url(https://i.imgur.com/obPnzgx.png');
- localStorage.setItem('theme', 'mary')
- }
- function setAlecTheme() {
- console.log("alec")
- $('.rightimg1').attr('src','https://i.imgur.com/SnOpaQW.png');
- $('.rightimg2').attr('src','https://i.imgur.com/rKghJXA.png');
- $('.leftimg').attr('src','https://i.imgur.com/qzaJYku.png');
- $("body").css('background-image', 'url(https://i.imgur.com/9ialJrR.png');
- localStorage.setItem('theme', 'alec')
- }
- function setValentineTheme() {
- console.log("valentine")
- $('.rightimg1').attr('src','https://i.imgur.com/XdZrPoK.png');
- $('.rightimg2').attr('src','https://i.imgur.com/zCyvbu0.png');
- $('.leftimg').attr('src','https://i.imgur.com/mJbUyjK.png');
- $("body").css('background-image', 'url(https://i.imgur.com/afHThxF.png');
- localStorage.setItem('theme', 'valentine')
- }
- function setStefanTheme() {
- console.log("stefan")
- $('.rightimg1').attr('src','https://i.imgur.com/xfHHl6c.png');
- $('.rightimg2').attr('src','https://i.imgur.com/lPjkKPL.png');
- $('.leftimg').attr('src','https://i.imgur.com/N96xF8e.png');
- $("body").css('background-image', 'url(https://i.imgur.com/soLI45H.png');
- localStorage.setItem('theme', 'stefan')
- }
- function setClaudiaTheme() {
- console.log("claudia")
- $('.rightimg1').attr('src','https://i.imgur.com/zk3w6J0.png');
- $('.rightimg2').attr('src','https://i.imgur.com/GuFyPFh.png');
- $('.leftimg').attr('src','https://i.imgur.com/8NeWD6B.png');
- $("body").css('background-image', 'url(https://i.imgur.com/FUNyvCr.png');
- localStorage.setItem('theme', 'claudia')
- }
- function setLutherTheme() {
- console.log("luther")
- $('.rightimg1').attr('src','https://i.imgur.com/kiejGHd.png');
- $('.rightimg2').attr('src','https://i.imgur.com/WmPaQTj.png');
- $('.leftimg').attr('src','https://i.imgur.com/3hpFSIc.png');
- $("body").css('background-image', 'url(https://i.imgur.com/mTa3Lb2.png');
- localStorage.setItem('theme', 'luther')
- }
- function setEthanTheme() {
- console.log("ethan")
- $('.rightimg1').attr('src','https://i.imgur.com/h2cm8UW.png');
- $('.rightimg2').attr('src','https://i.imgur.com/XjuVLAb.png');
- $('.leftimg').attr('src','https://i.imgur.com/p2sBhFP.png');
- $("body").css('background-image', 'url(https://i.imgur.com/bBSn5fv.png');
- localStorage.setItem('theme', 'ethan')
- }
- function setPorthosTheme() {
- console.log("porthos")
- $('.rightimg1').attr('src','https://i.imgur.com/ZoS0h1Y.png');
- $('.rightimg2').attr('src','https://i.imgur.com/cpx9S59.png');
- $('.leftimg').attr('src','https://i.imgur.com/Lt6f4QI.png');
- $("body").css('background-image', 'url(https://i.imgur.com/4j9zIyd.png');
- localStorage.setItem('theme', 'porthos')
- }
- });
- </script>
- <!-- CUSTOM FONTS -->
- <link href="https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre" rel="stylesheet">
- <link rel="stylesheet" href="https://static.tumblr.com/gjexvml/yTwpxxahr/stylesheet.css">
- <!-- META LINES -->
- <meta name="image:Background" content=""/>
- <meta name="color:Border" content="#151515"/>
- <meta name="image:Sidebar1" content=""/>
- <meta name="image:Sidebar2" content=""/>
- <meta name="image:Sidebar3" content=""/>
- <meta name="color:Background" content="#000000"/>
- <meta name="color:Text" content="#c6c6c6"/>
- <meta name="color:Title" content="#000000"/>
- <meta name="color:Title Shadow" content="#151515"/>
- <meta name="color:Links" content=""/>
- <meta name="color:Links Hover" content=""/>
- <meta name="color:Bold" content="#303030"/>
- <meta name="color:Italic" content="#ffffff"/>
- <meta name="color:Links" content="#ffffff"/>
- <meta name="color:Permalink" content="#303030">
- <meta name="color:Top Title" content=""/>
- <meta name="color:Top Title border" content=""/>
- <style type="text/css">
- /* SCROLLBAR */
- ::-webkit-scrollbar {
- background-color:transparent;
- height: 0px;
- display:none;
- width: 0px
- -ms-overflow-style: none; // IE 10+
- overflow: -moz-scrollbars-none; // Firefox
- }
- ::-webkit-scrollbar-thumb {
- background-color:transparent;
- }
- .tooltip {
- display:inline;
- position:relative;
- }
- #s-m-t-tooltip {
- max-width:250px;
- line-height:13px;
- margin-left:12.5px;
- margin-top:12.5px;
- font-weight:bold;
- background-color:{color:background};
- border:1px solid {color:border};
- padding-left:25px;
- padding-right:25px;
- padding-top:12px;
- padding-bottom:12px;
- font-family:calibri;
- font-size:8.5px;
- letter-spacing:0.3px;
- text-transform:uppercase;
- font-family: calibri, sans-serif;
- font-weight:bold!important;
- color:;
- text-shadow: 0px 0px 1px {color:bold};
- color: {color:italic};
- text-transform:uppercase;
- text-shadow: 0px 0px 1px {color:italic};
- }
- /* TOOLTIP */
- #s-m-t-tooltip {
- z-index:9999999999999999999999!important;
- }
- /* FOUNDATION */
- body {
- background-image:url({image:background});
- background-attachment:fixed;
- background-repeat:no-repeat;
- background-position:left top;
- background-color:{color:background};
- font-family: 'Frank Ruhl Libre';
- font-size:10px;
- line-height:12px;
- color:{color:text};
- }
- body a {
- text-transform:uppercase;
- text-decoration:none!important;
- font-family:calibri;
- font-weight:bold!important;
- color:{color:text};
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- }
- body a:hover {
- color:{color:links hover}!important;
- text-shadow: 0px 0px 1px {color:links hover};
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- }
- /* FONT-RELATED */
- b, bold, strong {
- font-size:8.5px;
- letter-spacing:0.3px;
- text-transform:uppercase;
- font-family: calibri, sans-serif;
- font-weight:bold!important;
- color:{color:bold};
- text-shadow: 0px 0px 1px {color:bold};
- }
- b i, bold i {
- color:{color:bold}!important;
- text-shadow: 0px 0px 1px {color:bold};
- }
- em, i, italic {
- color: {color:italic};
- margin-right:1px;
- text-shadow: 0px 0px 1px {color:italic};
- }
- small {
- font-size:10px;
- }
- sub, sup {
- font-size:10px;
- vertical-align: baseline!important;
- position: relative!important;
- top: 0em!important;
- line-height:14px;
- }
- big {
- font-size:125%;
- }
- ul, ol {
- padding:0px;
- margin-left:13px;
- }
- li {
- padding-left: 0px;
- }
- u, u a {
- background-color: #000000;
- outline: 1px solid #151515;
- font-family:'Frank Ruhl Libre', serif;
- color:#000000!important;
- text-decoration:none!important;
- font-style:normal!important;
- font-weight:bold!important;
- text-transform:uppercase!important;
- float:left;
- margin-top:1px;
- margin-left:1px;
- height:60px;
- width:60px;
- font-size: 48px;
- margin-right: 13px;
- position: relative;
- text-align: center;
- vertical-align: middle;
- line-height: 60px;
- text-shadow:
- -1px -1px 0 #151515,
- 1px -1px 0 #151515,
- -1px 1px 0 #151515,
- 1px 1px 0 #151515;
- }
- pre {
- overflow: auto;
- position:relative;
- z-index:15;
- background-color: {color:background};
- outline:1px solid {color:border};
- margin-left:1px;
- margin-right:1px;
- font-weight:bold;
- padding-left:25px;
- padding-right:25px;
- margin-top:1px!important;
- margin-bottom:12px!important;
- font-family:monospace;
- letter-spacing:0.75px;
- font-size:8.4px;
- text-shadow: 0px 0px 1px {color:headers};
- text-transform:uppercase;
- text-align:left;
- padding-top:8px;
- padding-bottom:8px;
- outline:1px solid #151515;
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- pre b, pre strong {
- font-family:monospace!important;
- letter-spacing:0.75px;
- margin-top:0px!important;
- font-size:8.4px;
- word-wrap: break-word;
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- text-shadow: 0px 0px 1px {color:bold};
- color:{color:bold};
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- }
- pre a {
- font-family:monospace!important;
- letter-spacing:0.5px;
- margin-top:0px!important;
- font-size:8.4px;
- word-wrap: break-word;
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- text-shadow: 0px 0px 1px {color:links};
- color:{color:links};
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- }
- /* HEADERS */
- h1 {
- outline: 1px solid {color:border};
- background-color:{color:background};
- overflow:hidden;
- margin-left:1px;
- margin-right:1px;
- margin-bottom:12px;
- padding-left:25px;
- padding-right:25px;
- height:25px;
- line-height:25px;
- text-align:left!important;
- font-family:calibri;
- font-weight:bold;
- font-size:9.6px!important;
- text-transform:uppercase;
- color:{color:bold}!important;
- text-shadow: 0px 0px 1px {color:bold};
- }
- h1 a {
- color: {color:links};
- font-size:10px!important;
- text-shadow: 0px 0px 1px {color:links};
- }
- h2 {
- height:36px;
- line-height:36px;
- padding-left:25px;
- padding-right:25px;
- margin-bottom:12px;
- font-size:8.5px;
- letter-spacing:0.3px;
- text-transform:uppercase;
- font-family: calibri, sans-serif;
- outline:1px solid {color:border};
- font-weight:bold!important;
- text-align:left;
- text-shadow: 0px 0px 1px {color:text};
- }
- h2 a {
- font-family: calibri, sans-serif;
- font-size:11px!important;
- text-transform:uppercase!important;
- color:{color:links};
- letter-spacing:-0.4px;
- text-shadow: 0px 0px 1px {color:links};
- }
- h4 {
- outline:1px solid {color:border};
- margin-left:1px;
- margin-right:1px;
- margin-bottom:12px;
- margin-top:12px;
- padding-left:25px;
- padding-right:25px;
- height:25px;
- text-align:left;
- font-family:monospace;
- letter-spacing:0.6px;
- font-size:8.4px;
- font-style:normal;
- font-weight:bold;
- line-height:25px;
- color:{color:body text};
- text-transform:uppercase;
- text-shadow: 0px 0px 1px {color:headers};
- }
- h4:first-child {
- margin-top:1px;
- }
- h4 a {
- font-family:calibri;
- font-style:normal;
- font-weight:700;
- font-size:10px;
- line-height:10px;
- color: {color:links};
- text-shadow: 0px 0px 1px {color:links};
- }
- hr {
- height:12px;
- outline:1px solid {color:border}!important;
- border:none!important;
- margin-top:12px;
- margin-bottom:12px!important;
- margin-left:1px;
- margin-right:1px;
- }
- /* BLOCKQUOTES */
- blockquote {
- padding-left:25px;
- padding-right:25px;
- padding-top:12px;
- padding-bottom:12px;
- margin-top:12px;
- margin-bottom:12px;
- text-align:justify;
- margin-left:1px;
- margin-right:1px;
- outline:1px solid {color:border};
- word-wrap: break-word!important;
- }
- blockquote blockquote {
- outline:0px solid {color:border};
- border-left:1px solid {color:border}!important;
- border-top:0px!important;
- border-bottom:0px!important;
- border-right:0px!important;
- padding-top:0px!important;
- padding-bottom:0px!important;
- padding-left:25px;
- padding-right:0px;
- margin-top:12px!important;
- margin-bottom:0px!important;
- margin-left:-1px;
- }
- /* CONTAINER */
- #container {
- position:absolute;
- left:150px;
- height:470px;
- width:1050px;
- margin-top:120px;
- outline:1px solid #151515;
- padding:25px;
- background:rgba(0,0,0,.85);
- -webkit-box-shadow: 0px 0px 100px 30px {color:background};
- -moz-box-shadow: 0px 0px 100px 30px {color:background};
- box-shadow: 0px 0px 100px 30px {color:background};
- }
- #containertitle {
- z-index:150!important;
- position:absolute;
- font-family: 'janeaustennosecret';
- color:#000;
- font-weight:lighter!important;
- font-size:115px;
- width:1050px;
- margin-left:2px;
- margin-top:-25px;
- line-height:14px;
- letter-spacing:-6px;
- word-spacing:-1px;
- text-align:center!important;
- padding-left:0px;
- pointer-events:none;
- background-color:transparent;
- text-shadow:
- -1px -1px 0 #151515,
- 1px -1px 0 #151515,
- -1px 1px 0 #151515,
- 1px 1px 0 #151515;
- }
- /* SIDE */
- #side {
- position:absolute;
- margin-top:26px!important;
- left:284px;
- height:120px;
- width:231px;
- }
- /* SIDE LEFT */
- #left {
- position:absolute;
- left:26px;
- top:26px!important;
- height:240px;
- width:231px;
- }
- #leftboxheader {
- font-family:calibri, sans-serif;
- text-transform:uppercase;
- font-weight:bold;
- text-align:center;
- outline:1px solid #151515;
- padding-left:25px;
- padding-right:25px;
- height:25px;
- line-height:25px;
- overflow:hidden;
- text-shadow: 0px 0px 1px {color:text};
- background:rgba(0,0,0,.6);
- }
- #leftbox {
- position:absolute;
- margin-top:1px!important;
- height:241px;
- width:231px;
- box-sizing:border-box;
- border-top:0px solid {color:background};
- border-bottom:0px solid {color:background};
- padding-top:25px;
- padding-left:25px;
- padding-right:25px;
- text-align:justify;
- background:rgba(0,0,0,.6);
- outline:1px solid #151515;
- overflow-x:hidden;
- overflow-y:hidden;
- }
- .leftimg {
- position:absolute;
- position:relative;
- background-image:url('{Sidebar}');
- margin-top:269px!important;
- left:0px;
- height:120px;
- width:231px;
- outline:1px solid #151515;
- overflow:hidden;
- }
- /* SIDE RIGHT */
- .rightimg1 {
- background-image:url('{Sidebar}');
- margin-top:-25px!important;
- height:120px;
- width:231px;
- outline:1px solid #151515;
- overflow:hidden;
- }
- .rightimg2 {
- background-image:url('{Sidebar}');
- margin-top:24px!important;
- left:0px;
- height:120px;
- width:231px;
- outline:1px solid #151515;
- overflow:hidden;
- }
- #rightboxheader {
- box-sizing:border-box;
- width:231px;
- font-family:calibri;
- text-transform:uppercase;
- font-weight:bold;
- text-align:center;
- outline:1px solid #151515;
- padding-left:25px;
- padding-right:25px;
- top:24px!important;
- height:25px;
- line-height:25px;
- text-shadow: 0px 0px 1px {color:text};
- }
- #rightbox {
- position:relative;
- box-sizing:border-box;
- margin-top:-1px!important;
- height:96px;
- width:231px;
- outline:1px solid #151515;
- background:rgba(0,0,0,.6);
- overflow:hidden;
- text-align:justify;
- border-top:24px solid {color:background};
- border-bottom:25px solid {color:background};
- padding-left:25px;
- padding-right:25px;
- overflow-x:hidden;
- overflow-y:hidden;
- }
- #rightbox a {
- text-transform:uppercase;
- font-family:monospace;
- margin-right:0px;
- letter-spacing:0.4px;
- margin-top:0px!important;
- font-size:8.5px;
- color:{color:links};
- text-shadow: 0px 0px 1px {color:links};
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- }
- /* NAVIGATION BAR */
- #bottombar {
- position:absolute;
- width:489px;
- height:27px;
- top:467px;
- margin-left:1px;
- line-height:25px;
- overflow:hidden;
- outline:1px solid #151515;
- }
- #bottombar button, #bottombar a.button {
- box-sizing:border-box;
- font-family:calibri;
- text-transform:uppercase;
- font-weight:bold;
- display:block;
- float:left;
- font-size:9.6px;
- width:125px!important;
- outline:0px solid #151515;
- border-left:1px solid #151515;
- border-right:0px solid #151515;
- border-top:0px;
- border-bottom:0px;
- height:25px;
- line-height:25px;
- text-align:center;
- margin-top:1px;
- margin-left:-1px;
- color:{color:permalink}!important;
- background:rgba(0,0,0,.9);
- text-shadow: 0px 0px 1px {color:permalink};
- }
- #bottombar button:last-of-type {
- border-right:1px solid #000!important;
- }
- /* NAVIGATION LIST */
- .nlist {
- position:absolute;
- overflow-x:hidden;
- overflow-y:scroll;
- z-index:150!important;
- left:434px;
- margin-top:440px;
- height:120px;
- width:235px;
- max-width:231px;
- background-color:{color:background};
- overflow-y:scroll;
- padding-left:0px;
- padding-right:0px;
- outline:1px solid {color:border}!important;
- }
- .nlist::-webkit-scrollbar {
- width: 12px;
- border-left:1px solid {color:border};
- }
- .nlist::-webkit-scrollbar-track {
- background-color:transparent;
- border-left:1px solid {color:border};
- }
- .nlist::-webkit-scrollbar-thumb {
- color:{color:background};
- border-top:1px solid {color:border};
- border-bottom:1px solid {color:border};
- }
- .nlinks {
- margin-top:-1px;
- padding-left:0px!important;
- width:275px;
- background-color:{color:background};
- }
- .nlinks a {
- display:inline-block;
- box-sizing: border-box;
- border-top:1px solid {color:border}!important;
- background-color:{color:background};
- overflow:hidden;
- width:232px;
- height:31px;
- line-height:31px;
- padding-left:0px;
- padding-right:25px;
- margin-left:-1px;
- font-family:calibri;
- text-align:center;
- font-style:normal;
- font-weight:bold;
- margin-right:0px;
- margin-bottom:-3px;
- font-size:9.6px;
- letter-spacing:0px;
- color:{color:bold};
- text-shadow: 0px 0px 1px {color:bold}!important;
- text-transform:uppercase;
- font-weight:bold;
- cursor:pointer;
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- }
- .nlinks li:hover, .nlinks a:hover, .nlinks li:nth-of-type(even):hover {
- color:#fff!important;
- text-shadow: 0px 0px 1px {color:links};
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- }
- .nlinksbutton, .nlinksbutton1, .nlinksbutton2, .nlinksbutton3 {
- display:inline-block;
- box-sizing: border-box;
- border-top:1px solid {color:border};
- background-color:{color:background};
- width:230px;
- overflow:hidden;
- height:30px;
- line-height:30px;
- padding-left:25px;
- padding-right:25px;
- text-align:center;
- color:{color:body text};
- font-family:monospace;
- letter-spacing:0.6px;
- font-size:8.4px;
- font-weight:lighter;
- font-style:normal;
- font-weight:bold;
- margin-right:0px;
- margin-bottom:-3px;
- text-transform:uppercase;
- cursor:pointer;
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- }
- .nlinkscontent, .nlinkscontent1, .nlinkscontent2, .nlinkscontent3 {
- display:none;
- max-width:484px;
- background-color:#000000;
- overflow:hidden;
- outline:0px solid {color:border};
- }
- .nlinkscontent a, .nlinkscontent1 a, .nlinkscontent2 a, .nlinkscontent3 a {
- display:inline-block;
- box-sizing: border-box;
- border-top:1px solid {color:border}!important;
- background-color:{color:background};
- overflow:hidden;
- height:31px;
- line-height:31px;
- padding-left:0px;
- padding-right:0px;
- margin-left:-1px;
- font-family:calibri;
- text-align:center;
- font-style:normal;
- font-weight:bold;
- margin-right:0px;
- margin-bottom:-3px;
- font-size:9.6px;
- letter-spacing:0px;
- color:{color:bold};
- text-shadow: 0px 0px 1px {color:bold}!important;
- text-transform:uppercase;
- font-weight:bold;
- cursor:pointer;
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- }
- .nlinkscontent a:nth-child (odd) {
- border-right:1px solid {color:border};
- width:243px!important;
- }
- /* POSTS: GENERAL */
- #content {
- position:absolute;
- margin-top:1px;
- margin-left:517px;
- height:468px;
- width:482px;
- outline:1px solid #151515;
- overflow:scroll;
- padding-left:25px;
- padding-right:25px;
- background:rgba(0,0,0,.4);
- }
- #content2 {
- position:absolute;
- margin-top:1px;
- margin-left:517px;
- height:419px;
- width:532px;
- overflow-y:scroll;
- margin-left:-25px;
- margin-top:25px!important;
- }
- .posts {
- width:482px;
- max-width:482px;
- word-wrap: break-word!important;
- text-align:justify;
- line-height:12px;
- margin-bottom:35px;
- padding-left:25px;
- }
- .posts:first-child, .posts:first-of-type {
- margin-top:13px;
- }
- .posts:last-child {
- margin-bottom:0px!important;
- }
- .posts li:first-letter {
- text-transform:uppercase;
- }
- .posts a {
- text-transform:uppercase;
- font-weight:bold;
- font-family:monospace;
- margin-right:0px;
- letter-spacing:0.75px;
- margin-top:0px!important;
- font-size:8.4px;
- text-shadow: 0px 0px 1px {color:headers};
- color:{color:links};
- text-shadow: 0px 0px 1px {color:links};
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- }
- .posts a:hover {
- color:{color:links hover};
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- }
- .posts img {
- max-width: -webkit-calc(100% - 20px);
- max-width: -moz-calc(100% - 20px);
- max-width: calc(100% - 20px);
- height:auto;
- }
- /* POSTS: GENERAL */
- .pagination {
- margin-left:25px;
- margin-right:25px!important;
- margin-top:-8px!important;
- background-color:#000000;
- margin-bottom:1px;
- box-sizing: border-box;
- outline:1px solid {color:border};
- height:25px;
- line-height:25px;
- min-width:478px;
- padding-left:25px;
- padding-right:25px;
- }
- .pagination a {
- min-width:235px;
- color:{color:bold}!important;
- text-shadow: 0px 0px 1px {color:bold}!important;
- }
- /* POSTS: TEXT */
- #textbody {
- margin-top:-12px!important;
- {block:permalinkpage}
- margin-top:-12px!important;
- {/block:permalinkpage}
- }
- #textbody::after {
- content: "";
- clear: both;
- display: table;
- margin-top:-8px!important;
- }
- /* POSTS: PHOTO/PHOTOSETS */
- #psingle {
- width: 502px;
- margin-top:-6px!important;
- pointer-events:none;
- -webkit-filter: brightness(1) contrast(1) saturate(0.75);
- -webkit-transition: all 1.5s ease-in-out;
- -moz-transition: all 1.5s ease-in-out;
- -o-transition: all 1.5s ease-in-out;
- -ms-transition: all 1.5s ease-in-out;
- transition: all 1.5s ease-in-out;
- }
- #psingle:hover {
- -webkit-filter: brightness(1) contrast(1) saturate(0.75);
- -webkit-transition: all 1.5s ease-in-out;
- -moz-transition: all 1.5s ease-in-out;
- -o-transition: all 1.5s ease-in-out;
- -ms-transition: all 1.5s ease-in-out;
- transition: all 1.5s ease-in-out;
- }
- #pset {
- margin-top:-6px!important;
- {block:permalinkpage}
- margin-top:0px;
- {block:permalinkpage}
- width: 485px;
- pointer-events:none;
- -webkit-filter: brightness(.6) contrast(1.1) saturate(0.75);
- -webkit-transition: all 1.5s ease-in-out;
- -moz-transition: all 1.5s ease-in-out;
- -o-transition: all 1.5s ease-in-out;
- -ms-transition: all 1.5s ease-in-out;
- transition: all 1.5s ease-in-out;
- }
- #pset:hover {
- -webkit-filter: brightness(.6) contrast(1.1) saturate(0.75);
- -webkit-transition: all 1.5s ease-in-out;
- -moz-transition: all 1.5s ease-in-out;
- -o-transition: all 1.5s ease-in-out;
- -ms-transition: all 1.5s ease-in-out;
- transition: all 1.5s ease-in-out;
- }
- /* POSTS: QUOTE */
- #quote {
- font-size:15px;
- text-align:left;
- padding-top:0px;
- padding-bottom:0px;
- letter-spacing:-1px;
- line-height:15px;
- margin-top:-6px!important;
- }
- .source {
- border:1px solid {color:border};
- font-family:calibri;
- font-weight:bold;
- text-align:left;
- font-size:9.5px;
- height:25px;
- line-height:25px;
- color: {color:bold};
- text-transform:uppercase;
- letter-spacing:0.2px;
- margin-top:25px;
- padding-right:25px;
- padding-left:25px;
- margin-top:25px;
- text-shadow: 0px 0px 1px {color:bold};
- }
- .source a {
- color: {color:bold};
- text-shadow: 0px 0px 1px {color:bold};
- }
- /* POSTS: LINK */
- #link {
- outline:1px solid {color:border};
- padding:25px;
- margin-top:-6px!important;
- }
- #link a {
- font-size:12px;
- }
- /* POSTS: CHAT */
- #chat {
- margin-top:-6px!important;
- padding-left:0px;
- padding-right:0px;
- }
- /* POSTS: AUDIO */
- .audioplayer {
- margin-left:12.5px;
- margin-top:-10px!important;
- width: 25px;
- height: 25px;
- overflow: hidden;
- padding-top:0px;
- }
- .audioinfo {
- outline:1px solid {color:border};
- margin-right: 0px;
- padding-left:60px;
- padding-right:25px;
- margin-top:-25px;
- margin-bottom:12px;
- height:25px;
- line-height:25px;
- 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};
- text-shadow: 0px 0px 1px {color:bold};
- }
- /* POSTS: VIDEO */
- .video {
- margin-top:0px!important;
- }
- /* POSTS: ASK */
- #question {
- position:relative;
- width: 80%;
- height:70px;
- margin-left:0px;
- margin-top:-8px!important;
- background-color:{color:background};
- }
- #ask {
- position:relative;
- z-index:999999!important;
- float:left;
- font-family:calibri!important;
- text-transform:uppercase;
- font-weight:bold;
- background-color:{color:background};
- font-size:8.5px;
- letter-spacing:0.3px;
- line-height:12px!important;
- width:368px;
- min-height:22px;
- max-height:22px;
- overflow:scroll;
- margin-top:1px;
- 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 p {
- display:inline!important;
- }
- #ask:hover {
- max-height:35px!important;
- width:432px;
- z-index:999999!important;
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- }
- #ask a {
- font-family:monospace!important;
- font-weight:lighter!important;
- font-size:8.4px!important;
- letter-spacing:0.6px!important;
- color:{color:italic};
- text-decoration:none;
- }
- #ask b {
- color:{color:bold};
- font-size:8.5px!important;
- letter-spacing:0.6px!important;
- line-height:11px;
- text-shadow: 0px 0px 1px {color:bold};
- }
- .letterask {
- font-family:'Frank Ruhl Libre', serif;
- color:#000000!important;
- text-decoration:none!important;
- font-style:normal!important;
- font-weight:bold!important;
- text-transform:uppercase!important;
- position:absolute;
- z-index:9999!important;
- text-align:center;
- font-size:48px;
- width:60px;
- margin-left:417px;
- outline:1px solid {color:border};
- background-color:{color:background};
- margin-top:1px;
- padding-top:25px;
- padding-bottom:29px;
- padding-right:3px;
- color:{color:title};
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- text-shadow:
- -1px -1px 0 {color:border},
- 1px -1px 0 {color:border},
- -1px 1px 0 {color:border},
- 1px 1px 0 {color:border};
- }
- #response {
- margin-top:25px!important;
- }
- #response strike {
- background-color: #000000;
- outline: 1px solid #151515;
- font-family:'Frank Ruhl Libre', serif;
- color:#000000!important;
- text-decoration:none!important;
- font-style:normal!important;
- font-weight:bold!important;
- text-transform:uppercase!important;
- float:left;
- margin-top:1px;
- margin-left:1px;
- height:60px;
- width:60px;
- font-size: 48px;
- margin-right: 13px;
- position: relative;
- text-align: center;
- vertical-align: middle;
- line-height: 60px;
- text-shadow:
- -1px -1px 0 #151515,
- 1px -1px 0 #151515,
- -1px 1px 0 #151515,
- 1px 1px 0 #151515;
- }
- #response:first-letter {
- font-size:200%;
- }
- #response blockquote {
- margin-top:12px;
- margin-bottom:12px!important;
- padding-top:12px;
- padding-bottom:12px;
- }
- #response pre {
- margin-bottom:6px!important;
- word-wrap: break-word;
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- #response::after {
- content: "";
- clear: both;
- display: table;
- margin-top:-8px!important;
- }
- /* POST INFORMATION */
- .permalink {
- margin-top:25px!important;
- margin-left:-27px;
- margin-right:-27px;
- margin-bottom:25px!important;
- }
- .permalinkbuttons {
- height:25px;
- background-color:{color:background};
- font-weight:bold!important;
- line-height:25px;
- letter-spacing:-0.2px;
- margin-left:0px!important;
- margin-bottom:1px!important;
- border:1px solid {color:border};
- color:{color:bold}!important;
- }
- .permalinkbuttons a {
- letter-spacing:0px;
- display:inline-block;
- box-sizing: border-box;
- font-size:9.6px!important;
- text-align:center;
- padding-left:25px;
- padding-right:25px;
- font-family: calibri, sans-serif;
- text-transform:uppercase;
- width:177px;
- max-width:177px;
- height:25px;
- background-color:{color:background};
- outline:1px solid {color:border};
- line-height:25px;
- color:{color:permalink}!important;
- font-weight:bold!important;
- overflow:hidden;
- text-shadow: 0px 0px 1px {color:permalink};
- }
- .permalinkbuttons a:hover {
- color:{color:links hover};
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- text-shadow: 0px 0px 1px {color:links hover};
- }
- .tags {
- font-family: calibri!important;
- font-weight:bold!important;
- background-color:{color:background};
- border:1px solid {color:border};
- padding-top:12px;
- padding-bottom:12px;
- padding-left:24px;
- padding-right:24px;
- margin-top:-2px;
- color:{color:border};
- 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;
- }
- .tags a {
- text-decoration:none!important;
- font-weight:lighter!important;
- font-size:8.4px;
- margin-right:0px;
- letter-spacing:0px;
- text-transform:uppercase!important;
- font-family: calibri!important;
- color:{color:border};
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- text-shadow: 0px 0px 1px {color:border};
- }
- .tags a:hover {
- font-weight:bold;
- color:{color:italic}!important;
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- text-shadow: 0px 0px 1px {color:italic};
- {block:ifBiggerTagsonHover}
- font-size:9px!important;
- {block:ifBiggerTagsonHover}
- }
- /* PERMAPAGE NOTES */
- #notes {
- outline:1px solid {color:border};
- font-family:calibri!important;
- margin-bottom:1px!important;
- margin-left:0px;
- margin-right:0px;
- margin-top:25px!important;
- padding-top:16px;
- padding-bottom:16px;
- padding-left:15px;
- padding-right:15px;
- letter-spacing:-0.3px;
- font-weight:bold;
- font-size:9.4px!important;
- color:{color:bold}!important;
- background-color:#000000;
- text-shadow: 0px 0px 1px {color:bold};
- }
- #notes span, .note span {
- font-family:calibri;
- color:{color:bold}!important;
- text-shadow: 0px 0px 1px {color:bold};
- }
- .note li, .note {
- font-family:calibri!important;
- font-weight:bold!important;
- font-family: monospace;
- letter-spacing:0.6px;
- text-transform:uppercase;
- font-size:8.4px;
- color:{color:bold};
- text-shadow: 0px 0px 1px {color:bold};
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- list-style-type:none;
- text-align:left!important;
- }
- .note li a {
- font-weight:bold!important;
- font-family: monospace;
- letter-spacing:0.6px;
- text-transform:uppercase;
- font-size:8.4px;
- text-shadow: 0px 0px 1px {color:links};
- color:{color:links};
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- list-style-type:none;
- text-align:left!important;
- }
- .more_notes_link, .more_notes_link a {
- text-align:left!important;
- margin-top:25px!important;
- padding-top:25px!important;
- color:{color:links}!important;
- }
- .note blockquote a {
- padding-top:12px;
- padding-bottom:12px;
- padding-left:24px;
- padding-right:24px;
- margin-top:12px;
- margin-bottom:12px;
- margin-left:0px;
- margin-right:0px;
- color:{color:links}!important;
- }
- .note img.avatar {
- display:none;
- width: 0px;
- height: 0px;
- }
- /* NAVIGATION PAGES */
- .pageheader {
- display:none;
- margin-top:0px;
- margin-left:-25px;
- margin-bottom:0px!important;
- height:75px;
- width:538px;
- overflow:hidden;
- outline:1px solid {color:border};
- -webkit-filter: brightness(1.1) contrast(1) saturate(1);
- }
- .pageheader1 {
- margin-top:0px;
- margin-left:-25px;
- margin-bottom:0px!important;
- height:75px;
- width:538px;
- overflow:hidden;
- outline:1px solid {color:border};
- -webkit-filter: brightness(1.1) contrast(1) saturate(1);
- }
- .pagenavi {
- margin-top:0px!important;
- margin-left:-26px!important;
- margin-right:-25px!important;
- margin-bottom:0px;
- outline:0px;
- }
- .dropbtn {
- display:inline-block;
- box-sizing: border-box;
- font-size:9.4px;
- text-align:center;
- min-width:492px!important;
- padding-left:25px;
- padding-right:25px;
- margin-left:-1px;
- margin-top:-1px;
- margin-bottom:0px!important;
- font-family: calibri, sans-serif;
- text-transform:uppercase;
- height:26px;
- background-color:transparent;
- outline:1px solid {color:border};
- border:0px solid {color:border};
- line-height:23px;
- margin-right:0px;
- color: #fff;
- font-weight:bold!important;
- overflow:hidden; /* older browsers */
- }
- .dropbtn:hover, .dropbtn:focus {
- color:{color:links};
- }
- .dropdown {
- position: relative;
- display: inline-block;
- }
- .dropdown-content {
- display: none;
- position: absolute;
- margin-top:-1px!important;
- margin-left:1px;
- margin-bottom:0px!important;
- outline:0px solid {color:border};
- border-top:1px solid {color:border};
- border-bottom:0px solid {color:border};
- background-color: {color:background};
- width:537px;
- z-index: 99;
- -webkit-box-shadow: 0px 25px 0px -1px rgba(0,0,0,1);
- -moz-box-shadow: 0px 25px 0px -1px rgba(0,0,0,1);
- box-shadow: 0px 25px 0px -1px rgba(0,0,0,1);
- }
- .dropdown-content a {
- color: black;
- padding: 12px 16px;
- text-decoration: none;
- display: block;
- }
- .dropdown-content a:hover, .dropdown a:hover {
- color:{color:links hover};!important;
- }
- .show {
- display:block;
- }
- ul#tabs {
- text-align: left;
- Cursor:pointer;
- }
- ul#tabs li {
- display:inline-block;
- box-sizing: border-box;
- font-size:9.6px;
- text-align:center;
- padding-left:24px;
- padding-right:24px;
- margin-bottom:-5px!important;
- font-family: calibri, sans-serif;
- text-transform:uppercase;
- width:245.5px;
- max-width:245.5px;
- height:25px;
- background-color:transparent;
- border-bottom:1px solid {color:border};
- border-left:0px solid {color:border};
- border-right:1px solid {color:border};
- line-height:25px;
- margin-left:-1px;
- margin-right:-1px;
- color:{color:bold}!important;
- text-shadow: 0px 0px 1px {color:bold}!important;
- font-weight:bold!important;
- overflow:hidden;
- }
- ul#tabs li.active {
- color:{color:body text};
- }
- ul#tab, ul#tabs{
- list-style-type:none;
- margin:0px;
- padding:0px;
- }
- ul#tab li.active {
- display: block;
- }
- ul#tab li {
- display: none;
- }
- .pageinfo {
- margin-top:2px!important;
- border-top:25px solid {color:background};
- border-bottom:25px solid {color:background};
- overflow-y:scroll!important;
- margin-left:1px;
- margin-right:1px;
- height:182px;
- background-color:{color:background};
- }
- .pageinfo h4 {
- margin-top:12px;
- margin-bottom:12px;
- }
- .pageinfo h4:first-child {
- margin-top:1px!important;
- }
- .pagelinks {
- margin-top:0px!important;
- margin-bottom:0px!important;
- margin-left:0px;
- margin-right:0px;
- background-color:transparent!important;
- width:444px;
- }
- .pagelinks h4 {
- margin-bottom:12px;
- max-width:385px!important;
- }
- .pagelinks a {
- font-family:calibri;
- text-align:center;
- font-style:normal;
- font-weight:bold;
- margin-right:0px;
- margin-bottom:-3px;
- font-size:9.6px;
- letter-spacing:0px;
- color:{color:bold}!important;
- text-transform:uppercase;
- display:inline-block;
- box-sizing: border-box;
- width:214.5px;
- height:25px!important;
- padding-left:25px;
- padding-right:25px;
- line-height:25px;
- margin-left:-0px;
- margin-right:6px;
- margin-bottom:8.4px;
- text-align:left;
- border: 1px solid {color:border};
- color:{color:bold}!important;
- text-shadow: 0px 0px 1px {color:bold}!important;
- }
- .pagelinks a:hover, .pagelinks:hover {
- color:#fff!important;
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- text-shadow: 0px 0px 1px {color:links hover};
- }
- #pagecontainer {
- z-index:99999999999999999999999999999999999999!important;
- position:absolute;
- height:267px;
- width:489px;
- background-color:#fff;
- left:176px;
- margin-top:146px;
- overflow:hidden;
- outline:1px solid {color:border};
- }
- #pagecontent {
- z-index:20!important;
- position:absolute;
- overflow:hidden;
- text-align:justify;
- box-sizing: border-box;
- height:300px;
- width:491px;
- padding-top:0px!important;
- background-color:{color:background};
- border-right:1px solid {color:border};
- border-left:0px solid {color:border};
- padding-left:25px;
- padding-right:25px;
- }
- .pageimg {
- display:none!important;
- z-index:9999999999999999999999999!important;
- position:absolute;
- top:294px;
- height:120px;
- width:231px;
- outline:1px solid #151515;
- overflow:hidden;
- background-color:#fff;
- }
- .pageimg1 {
- display:none!important;
- z-index:9999999999999999999999999!important;
- position:absolute;
- top:294px;
- height:120px;
- width:231px;
- outline:1px solid #151515;
- overflow:hidden;
- background-color:#fff;
- }
- /* TEXT-WRAPPING AROUND ICONS/IMAGES */
- #wrap img {
- background-color:{color:background};
- margin-top:1px!important;
- margin-bottom:0px!important;
- padding-right:3px;
- padding-bottom:3px;
- float:left;
- margin-right:13px;
- padding:13px;
- outline:1px solid {color:border};
- -webkit-filter: brightness(1) contrast(1) saturate(1);
- }
- #wrap blockquote img {
- background-color:{color:background};
- margin-top:0px!important;
- margin-bottom:0px!important;
- margin-left:16px;
- margin-right:0px!important;
- float:right;
- -webkit-filter: brightness(.8) contrast(1) saturate(1);
- }
- .dropdown-content3 {
- display: none;
- position: absolute;
- margin-top:-1px!important;
- margin-left:0px;
- outline:0px solid {color:border};
- border-bottom:1px solid {color:border};
- background:rgba(0,0,0,1);
- width:231px!important;
- min-height:96px;
- height:96px;
- max-height:96px;
- overflow-y:scroll;
- z-index: 99;
- }
- .dropdown-content3 button {
- background:rgba(0,0,0,1);
- text-align:center!important;
- margin-left:-1px;
- margin-bottom:-1px!important;
- width:118px;
- height:32.9px!important;
- line-height:32.9px!important;
- color:{color:bold}important;
- text-shadow: 0px 0px 1px {color:bold};
- }
- .dropdown-content3 button:focus, .dropdown-content3 button:active {
- color: {color:links};
- text-shadow: 0px 0px 1px {color:links};
- }
- .dropdown-content3 a {
- text-decoration: none;
- display: block;
- color:{color:links};
- text-shadow: 0px 0px 1px {color:links};
- }
- .dropdown-content3 a:hover, .dropdown3 a:hover {
- color:{color:links hover};!important;
- }
- .dropbtn3 {
- min-width:233px!important;
- display:fixed;
- letter-spacing:0px;
- font-size:9.4px;
- text-align:center;
- padding-left:25px;
- padding-right:25px;
- margin-left:-1px;
- margin-top:23px;
- margin-bottom:0px!important;
- font-family: calibri, sans-serif;
- text-transform:uppercase;
- height:25px;
- background-color:{color:background};
- outline:0px solid {color:border};
- border:1px solid {color:border};
- line-height:25px;
- margin-right:0px;
- font-weight:bold!important;
- }
- .dropbtn3:hover, .dropbtn3:focus {
- color:{color:links};
- }
- button {
- display:inline-block;
- box-sizing: border-box;
- text-align:center;
- padding-left:25px;
- padding-right:25px;
- font-weight:bold!important;
- font-family: calibri;
- letter-spacing:0px;
- text-transform:uppercase;
- font-size:9px;
- width:180px;
- max-width:180px;
- height:25px;
- background-color:{color:background};
- border:1px solid {color:border};
- line-height:22px;
- margin-left:0px;
- margin-right:-4px;
- color: {color:bold};
- cursor:pointer;
- font-weight:bold!important;
- overflow:hidden;
- text-shadow: 0px 0px 1px {color:bold};
- -webkit-transition: all 1.5s ease-in-out;
- -moz-transition: all 1.5s ease-in-out;
- -o-transition: all 1.5s ease-in-out;
- -ms-transition: all 1.5s ease-in-out;
- transition: all 1.5s ease-in-out;
- }
- button:focus {
- outline:none!important;
- }
- button:hover {
- color:{color:links hover}!important;
- -webkit-transition: all 1.5s ease-in-out;
- -moz-transition: all 1.5s ease-in-out;
- -o-transition: all 1.5s ease-in-out;
- -ms-transition: all 1.5s ease-in-out;
- transition: all 1.5s ease-in-out;
- text-shadow: 0px 0px 1px {color:links hover};
- }
- button:last-child,
- :nth-last-child(2) {
- border-bottom:0px!important;
- }
- </style>
- </head>
- <body>
- <div id="container">
- <div id="containertitle">
- loialte
- </div id="containertitle">
- <div id="side">
- <img class="rightimg1" src="{image:Sidebar1}"/>
- <img class="rightimg2" src="{image:Sidebar2}"/>
- <div class="rightboxheader">
- <div class="dropdown3">
- <button onclick="myFunction()" class="dropbtn3" style="color:{color:text}!important; text-align:center; text-shadow: 0px 0px 1px {color:text}!important;">
- Click here to select a theme aesthetic
- </button>
- <div id="myDropdown" class="dropdown-content3">
- <button class="steve">Steve</button>
- <button class="dugan">Dugan</button>
- <button class="brian">Brian</button>
- <button class="dean">Dean</button>
- <button class="mary">Mary</button>
- <button class="alec">Alec</button>
- <button class="valentine">Valentine</button>
- <button class="stefan">Stefan</button>
- <button class="claudia">Claudia</button>
- <button class="luther">Luther</button>
- <button class="ethan">Ethan</button>
- <button class="porthos">Porthos</button>
- </div id="myDropdown" class="dropdown-content3">
- </div class="dropdown3">
- </div class="rightboxheader">
- <div id="rightbox">
- <b><big>The themes:</big></b> The old are archived <a href="https://iniziarearchive.tumblr.com">here,</a> while any/all inquiries can be directed to this blog, as will new/updated themes be featured here. Don't hesitate to message!
- </div id="rightbox">
- </div id="side">
- <div id="left">
- <div id="leftboxheader">
- A Multimuse; as authored by Shae
- </div id="leftboxheader">
- <div id="leftbox">
- "While the truncheon may be used in lieu of conversation, <i>words will always retain their power.</i> ——Words offer the means to meaning, and for those who would listen, <b>the enunciation of truth."</b>
- <hr>
- <b>Muses from:</b> Marvel Cinematic Universe, Tolkien (movie-based for now), Pirates of the Caribbean, Ocean's, Assassin's Creed, How I Met Your Mother, Outlander, The Vampire Diaries and World of Warcraft.
- <p><b>Originally established in December 2018.</b>
- <br><b style="color:{color:text}!important">Written and ever adored by Sae.</b>
- </div id="leftbox">
- <img class="leftimg" src="{image:Sidebar3}"/>
- </div id="left">
- <div id="content">
- <div id="content2">
- {block:Posts}
- <div class="posts">
- <!-- POSTS: TEXT -->
- {block:Text}
- <div id="textbody">
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <div id="wrap">
- {Body}
- </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}
- {Caption}
- {/block:Caption}
- {/block:Photoset}
- <!-- POSTS: QUOTE -->
- {block:Quote}
- <div id="quote">
- "{Quote}"
- <div class="source">
- Source: {Source}
- </div class="source">
- </div id="quote">
- {/block:Quote}
- <!-- POSTS: LINK -->
- {block:Link}
- <div id="link">
- <a href="{URL}" {Target}>{Name} Next</a>
- </div id="link">
- {/block:Link}
- <!-- POSTS: CHAT -->
- {block:Chat}
- <div id="chat">
- {block:Lines}
- <div id="{Alt}">
- {block:Label}<b>{Label}</b>{/block:Label} {Line}
- </div id="{Alt}">
- {/block:Lines}
- </div id="chat">
- {/block:Chat}
- <!-- POSTS: AUDIO -->
- {block:Audio}
- <div class="audioplayer">
- {AudioPlayerWhite}
- </div class="audioplayer">
- <div class="audioinfo">
- {block:TrackName}{TrackName}{/block:TrackName} — {block:Artist}{Artist}{/block:Artist}
- </div class="audioinfo">
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Audio}
- <!-- POSTS: VIDEO -->
- {block:Video}
- <div class="video">
- {VideoEmbed-500}
- </div class="video">
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Video}
- <!-- POSTS: ASK -->
- {block:Answer}
- <div id="question">
- <div id="ask">
- <b>{Asker} is inquiring:</b> {Question}
- </div id="ask">
- <div class="letterask">Q</div class="letterask">
- </div id="question">
- <div id="response">
- <div id="wrap"><span>{Answer}</span></div id="wrap">
- </div id="response">
- {/block:Answer}
- <!-- POST INFORMATION -->
- {block:Date}
- {block:indexpage}
- <div class="permalink">
- <div class="permalinkbuttons">
- <a href="{Permalink}" style="text-align:left;" title="{NoteCountWithLabel}">
- {Month} {DayOfMonth}{DayOfMonthSuffix} / {12Hour}:{Minutes}{CapitalAmPm}</a>
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="{ReblogParentName}: {ReblogParentTitle}" style="margin-left:-1px; min-width:178px!important;max-width:178px!important;">
- REBLOGGED FROM / VIA
- </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">
- {block:HasTags}
- <div class="tags">
- {block:Tags}
- <a href="{TagURL}">{Tag} </a>
- {/block:Tags}
- </div class="tags">
- {/block:HasTags}
- </div class="permalink">
- {/block:indexpage}
- {block:permalinkpage}
- <div class="permalink">
- <div class="permalinkbuttons">
- {block:RebloggedFrom}
- <a href="{ReblogParentName}" title="{ReblogParentName}" style="text-align:left;">
- REBLOGGED FROM / VIA
- </a>
- {/block:RebloggedFrom}
- <a href="{ReblogURL}" target="_blank" class="details" style="float:right; ">
- CLICK HERE TO REBLOG THIS POST
- </a>
- </div class="permalinkbuttons">
- {block:HasTags}
- <div class="tags">
- {block:Tags}
- <a href="{TagURL}">
- {Tag}
- </a>
- {/block:Tags}
- </div class="tags">
- {/block:HasTags}
- </div class="permalink">
- {/block:permalinkpage}
- {/block:Date}
- <!-- NOTES -->
- {block:PostNotes}
- <div id="notes">
- <div class="note">
- {PostNotes}
- </div class="note">
- </div id="notes">
- {/block:PostNotes}
- <!-- 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="pagination">
- {block:Indexpage}
- {block:PreviousPage}<a href="{PreviousPage}">RETURN TO LAST PAGE</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}" style="float:right; margin-right:1px; text-align:right;">PROCEED TO NEXT PAGE</a>{/block:NextPage}
- {/block:Indexpage}
- {block:PermalinkPagination}
- {block:PreviousPost}<a href="{PreviousPost}" title="Previous Post">RETURN TO LAST POST</a>{/block:PreviousPost}
- {block:NextPost}<a href="{NextPost}" title="Next Post" style="float:right; margin-right:1px; text-align:right;">PROCEED TO NEXT POST</a>{/block:NextPost}
- {/block:PermalinkPagination}
- </div class="pagination">
- </div id="content2">
- </div id="content">
- <div id="bottombar">
- <a href="/" class="button">
- Refresh / Index
- </a>
- <button class="w3-bar-item w3-button" onclick="openPage('Inquiries')">
- The Askbox
- </button>
- <button class="w3-bar-item w3-button" onclick="openMuse('Muses')">
- Active Muses
- </button>
- <a href="https://docs.google.com/document/d/1FSGju3i19c1oh8rZ2VBlQgOkJjKhfQSUdDdxPsV0aVc/edit" class="button">Information</a>
- </div id="bottombar">
- </div id="container">
- <div id="Index" class="Muse; navi; page;" style="display:block">
- </div id="Index" class="Muse; navi; page;">
- <!-- NAVIGATIONAL LIST LINKS -->
- <div id="Navigation" class="muse" style="display:none;">
- <div class="nlist">
- <div class="nlinks">
- <!-- COPY/PASTE THESE IF YOU WANT MORE LINKS -->
- <li onclick="" style="color:{color:text}!important; font-family:monospace; letter-spacing:0.6px; font-size:8.4px; font-weight:lighter;">
- Scroll to see more pages!
- </li>
- <li onclick="openPage('Guidelines')">
- Guidelines / Regulations
- </li>
- <li onclick="openPage('Tags')">
- General Navigation / Tags
- </li>
- <li onclick="openPage('')">
- Themes / Resources <i>(Coming soon!)</i>
- </li>
- <a href="https://iniziarearchive.tumblr.com">My old themes / Resources</a>
- <!-- / COPY/PASTE THESE IF YOU WANT MORE LINKS -->
- </div class="nlinks">
- </div class="nlist">
- </div id="Navigation" class="muse">
- <!-- NAVIGATIONAL LIST LINKS -->
- <div id="Muses" class="muse" style="display:none;">
- <div class="nlist">
- <div class="nlinks">
- <!-- COPY/PASTE THESE IF YOU WANT MORE LINKS -->
- <div class="nlinksbutton" style="pointer-events:none; font-family:calibri; font-weight:bold!important; color:{color:bold}; text-shadow: 0px 0px 1px {color:bold};
- font-size:8.5px;letter-spacing:0.3px;">Click the groups to expand them!</div>
- <div class="nlinksbutton">From the screen</div>
- <div class="nlinkscontent">
- <a href="https://docs.google.com/document/d/1TWvHra3tQwmETCmLcUBwy_lQ6_3AyeTuSIQmxefqKvo/edit">
- Steve Rogers
- </a>
- <a href="https://docs.google.com/document/d/1AJyPzTgeSfAMjpHbmUJ82nnSHrXcWUFLKYxxE49AF5s/edit">
- Dum Dum Dugan
- </a>
- <a href="https://docs.google.com/document/d/1Fm0IQfm1nKMZyNZwVdHrPQ7Fn4kvlVLsFVhBJio4_Mg/edit">
- Dean Winchester
- </a>
- <a href="">
- Mary Stuart
- </a>
- <a href="">
- Stefan Salvatore
- </a>
- <a href="">
- Ethan Chandler
- </a>
- <a href="">
- Porthos du Vallon
- </a>
- </div class="nlinkscontent">
- <div class="nlinksbutton1">From the page</div>
- <div class="nlinkscontent1">
- <a href="https://docs.google.com/document/d/1k1EOm7lSwk826dQlPoh9_GrVh9eqgalmtdXOeRFKkYs/edit">
- Brian Falsworth
- </a>
- <a href="https://docs.google.com/document/d/1FeGazUeHccgzy1xmQBYtNM_geErFeXC2Xe3kZiRwyCE/edit">
- Alec Lightwood
- </a>
- <a href="https://docs.google.com/document/d/1mGljoSMwCmrixMv0aADSq0Ob7SrcZ9TONXMHp1mPhgs/edit">
- Valentine Morgenstern
- </a>
- </div class="nlinkscontent">
- <div class="nlinksbutton3">From video games</div>
- <div class="nlinkscontent3">
- <a href="/">
- Claudia Auditore
- </a>
- <a href="https://docs.google.com/document/d/1hTUwnJnit4ZM5y6HM6byVHAZQ3Gpj31UNgMC_WBLOH8/edit">
- Luther / TR400 Android
- </a>
- </div class="nlinkscontent">
- <!-- / COPY/PASTE THESE IF YOU WANT MORE LINKS -->
- </div class="nlinks">
- </div class="nlist">
- </div id="Muses" class="muse">
- <!-- PAGE: INQUIRIES -->
- <div id="Inquiries" class="page" style="display:none;">
- <div id="pagecontainer">
- <div id="pagecontent">
- <div class="pagenavi" style="margin-left:-25px;">
- <div class="dropdown">
- <button onclick="myFunction()" class="dropbtn">
- Inquiries / Askbox / Curiosities</button>
- </div class="dropdown">
- </div class="pagenavi">
- <!-- TAB ONE -->
- <div class="pageinfo">
- <iframe frameborder="0" scrolling="yes" width="418px" height="200px" src="https://www.tumblr.com/ask_form/loialte.tumblr.com" style="padding:8px;margin-top:px; 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 class="pageinfo">
- </div id="pagecontent">
- <img class="pageimg1" src="https://static.tumblr.com/m7qloac/Jhfq7zame/rustyside04.png"/>
- </div id="pagecontainer">
- </div id="Inquiries" class="page">
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment