Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <link href="https://fonts.googleapis.com/css2?family=Marck+Script&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css2?family=Righteous&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css2?family=Notable&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css2?family=VT323&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css2?family=Righteous&display=swap" rel="stylesheet">
- <html>
- <!------------------------------ SCRIPTS ----------------------------->
- <!------------------------------ POPUP ------------------------------>
- <script type="text/javascript"
- src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close">');
- 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>
- <!----------------------------- TOOLTLIP ----------------------------->
- <link href="https://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="https://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:500
- });
- });
- })(jQuery);
- </script>
- <!------------------------------ 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>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <!---------------------------- META DATA ----------------------------->
- <meta name="text:Starters" content="00"/>
- <meta name="text:Drafts" content="00"/>
- <meta name="text:Memes" content="00"/>
- <meta name="text:MuseName" content="INKEDSPELLED"/>
- <meta name="text:blogtype" content="Indie Private Selective"/>
- <meta name="text:Description" content="FICTIONAL LIE"/>
- <meta name="text:quote" content="Fiction is the lie through which we tell the truth."/>
- <meta name="text:name" content="Lenore"/>
- </head>
- <style type="text/css">
- /* SCROLL BAR */
- ::-webkit-scrollbar {
- width: 2px;
- height: 2px;
- }
- ::-webkit-scrollbar-button {
- width: 0px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb {
- background: transparent;
- border: 0px none #a68b7c;
- border-radius: 50px;
- }
- ::-webkit-scrollbar-thumb:hover {
- background: transparent;
- }
- ::-webkit-scrollbar-thumb:active {
- background: transparent;
- }
- ::-webkit-scrollbar-track {
- background: transparent;
- border: 0px none #a68b7c;
- border-radius: 0px;
- }
- ::-webkit-scrollbar-track:hover {
- background:transparent;
- }
- ::-webkit-scrollbar-track:active {
- background: transparent;
- }
- ::-webkit-scrollbar-corner {
- background: transparent;
- }
- /* SELECTIOIN */
- ::SELECTION {BACKGROUND: #6b8d79 COLOR:#909389; }
- ::-MOZ-SELECTION {BACKGROUND: #6b8d79 COLOR:#909389; }
- /* BODY */
- body {
- background-color:#3d3734;
- background-image:url('https://i.imgur.com/P6NmAVG.png');
- background-repeat: no-repeat;
- font-family: karla;
- font-size: 11px;
- text-align: justify;
- color:#909389;
- letter-spacing: 1px;
- word-spacing: 3px;
- }
- #entries {
- background-color:#332e2b;
- border: 1px solid #433d3a;
- width:400px;
- height:560px;
- top:150px;
- padding: 10px;
- margin-left: 700px;
- position:relative;
- overflow-y:scroll;
- overflow-x:hidden;
- -webkit-mask-image: -webkit-gradient(
- linear, center 75%, center bottom,
- from(rgba(0,0,0,20)),
- to(rgba(20,0,0,0)))
- }
- #entries img {
- height:auto;
- max-width:100%;
- }
- #post img {
- height: auto;
- max-width: 100%;
- }
- #posts {
- width:300px;
- background-color: #222;
- padding-bottom:0px;
- overflow-y:scroll;
- overflow-x:hidden;
- }
- .sidebox {
- position: fixed;
- background-color: #332e2b;
- border: 1px solid #433d3a;
- padding: 10px;
- top: 300px;
- left: 1145px;
- width: 150px;
- height: 350px;
- overflow: auto;
- z-index: 1;
- opacity:1;
- }
- /* FONT DECOR */
- h1 {
- font-family: 'Notable', sans-serif;
- font-size: 15px;
- text-align:center;
- text-transform:uppercase;
- color: #ffffff;
- background-image: url('https://i.imgur.com/d6yLKK7.png');
- background-position:left;
- background-repeat:repeat;
- background-attachment:fixed;
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- }
- h2 {
- text-align:center;
- text-transform:uppercase;
- color: #c07534;
- font-family: 'Righteous', cursive;
- letter-spacing: 1px;
- font-size: 25px;
- }
- h3 {
- text-align:center;
- text-transform:uppercase;
- color: #289477;
- font-family: 'VT323', monospace;
- font-size: 12px;
- }
- h4 {
- text-align: center;
- text-transform: uppercase;
- color: #000000;
- font-family: courier;
- font-weight: bold;
- font-size: 15px;
- padding-top: 5px;
- padding-bottom: 5px;
- background-color: #a9896f;
- border-left: 4px solid #2b5c51;
- border-right: 4px solid #2b5c51;
- }
- t, title {
- text-align: right;
- font-size: 18px;
- font-family: georgia;
- color: #a21902;
- text-transform: uppercase;
- }
- b, bold, strong {
- text-align:center;
- text-transform:uppercase;
- color: #6b8d79;
- font-family: 'Righteous', cursive;
- font-size: 13px;
- }
- i, italic, em {
- text-align:center;
- text-transform:uppercase;
- color: #a8886a;
- font-family: 'Marck Script', cursive;
- text-transform: lowercase;
- font-size: 20px;
- }
- code {
- size: 11px;
- font-family: courier;
- text-transform: uppercase;
- }
- u, underline
- {font:12px 'Fjalla One'; font-weight:400; color:#6b8d79; text-transform:uppercase; letter-spacing:1px;}
- p {
- margin-top:5px;
- margin-bottom:5px;}
- ol {
- list-style:normal;}
- ul {
- list-style:square;}
- small {
- font-size:10px}
- sup,sub {
- font-size:11px}
- pre {
- font-size: 12px;
- border-left: 3px solid #00939f;
- padding: 5px;
- font-family: courier new;
- font-style: none;
- text-transform: uppercase;
- text-align:left;
- }
- blockquote {
- border-left: 2px solid #6b8d79;
- padding: 5px;
- margin:0px 0px 5px 5px;
- }
- blockquote img {
- max-width:100%;
- height:100%;
- }
- quotetext {
- font-family: times;
- font-size: 20px;
- line-height: 21px;
- letter-spacing: 2px;
- text-align: center;
- text-transform:uppercase;
- color: #fff;
- text-shadow: 3px 1px 1px #6b8d79;
- }
- quotations {
- font: courier;
- font-size: 30px;
- color: #2b5c51;
- }
- quote {
- font-size: 13px;
- }
- img {
- max-width:100%;
- }
- textquote {
- text-align: center;
- text-transform: uppercase;
- color: #000000;
- font-family: calibri;
- font-weight: bold;
- font-size: 15px;
- padding-top: 5px;
- padding-bottom: 5px;
- background-color: #a9896f;
- border-left: 4px solid #2b5c51;
- border-right: 4px solid #2b5c51;
- display:block;
- }
- .chat ul {
- list-style: none;
- margin: 0;
- padding: 10;
- }
- .chat li {
- border-radius: 0.2em;
- border: 1px solid rgba(0, 0, 0, 0.05);
- box-shadow: 1px 1px 1px rgb(255, 255, 255) inset;
- margin-bottom: 2%;
- padding: 2%;
- width: 50%;
- }
- .chat .odd {
- float: left;
- background: rgb(236, 236, 236);
- padding-bottom: 10px;
- }
- .chat .even {
- float: right;
- background: rgb(166, 230, 255);
- padding-bottom: 10px;
- }
- /* LINKS DECOR */
- a {
- text-decoration: none;
- color: #a4a18f;
- font-family: 'Roboto', sans-serif;
- text-transform: uppercase;
- font-size: 9px;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- a:hover {
- color: #8d896f;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- .navigation {
- left: 1135px;
- top: 170px;
- position: fixed;
- height: 100px;
- width: 50px;
- display: block;
- font-size: 20px;
- }
- a.navi, a.navi:link, a.navi:active, a.navi:visited {
- color: #a68b7c;
- text-shadow: 0px 0px 10px #a68b7c;
- font-family: 'Righteous', cursive;
- font-size: 20px;
- }
- a.navi:hover {
- font-family: 'Righteous', cursive;
- -moz-transition-duration:.6s;
- -webkit-transition-duration:.6s;
- -o-transition-duration:.6s;
- -webkit-filter: blur(0px);
- }
- .credit {
- position: absolute;
- left: 95%;
- top: 95%;
- width: auto;
- height: auto;
- }
- .credit a {
- font-size: 15px;
- color: #a4a18f
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- .credit a:hover {
- color: #8d896f;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- /* ASK DECOR */
- #asker {
- text-transform:uppercase;
- padding-bottom:5px;
- font-family: 'VT323', monospace;
- text-align:center;
- font-size: 15px;
- line-height: 16px;
- color: #6b8d79;
- }
- #asker a {
- text-transform:uppercase;
- padding-bottom:5px;
- font-family: 'VT323', monospace;
- text-align:center;
- font-size: 15px;
- line-height: 16px;
- color: #6b8d79
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- #asker a:hover {
- text-transform:uppercase;
- padding-bottom:5px;
- font-family: 'VT323', monospace;
- text-align:center;
- font-size: 15px;
- line-height: 16px;
- color: #6b8d79
- opacity: .5;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- #question {
- text-transform: None;
- font-family: calibri;
- font-size: 12px;
- padding: 2px;
- border: 1px solid #1e1e1e1;
- background-color: #333333;
- }
- /* NOTE DECOR */
- .notecontainer {
- background-color: transparent;
- border: 0px solid transparent;
- width:380px;
- padding: 0px;
- text-transform:uppercase;
- font-style:normal;
- font-size: 10px;
- height: 150px;
- overflow: auto;
- margin-left: 50px;
- text-align:left;
- }
- .note {
- background-color: transparent;
- border: 1px solid transparent;
- width:280px;
- padding: 0px;
- text-transform:uppercase;
- font-style:normal;
- font-size: 10px;
- height: auto;
- overflow: auto;
- margin-left: -25px;
- text-align:left;
- }
- .note li {
- list-style-type:none;
- padding: 10px;
- text-align:left;
- margin:0px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;}
- .note img.avatar {
- margin-right: 10px;
- width: 25px;
- height: 25px;}
- /* PAGINATION DECOR */
- .pag {
- position: fixed;
- left: 1060px;
- top: 140px;
- width: auto;
- height: auto;
- }
- a.pag, a.pag:link, a.pag:active, a.pag:visited {
- color: #fff;
- font-family: 'Marck Script', cursive;
- font-size: 12px;
- text-shadow: 1px 1px 5px #fff;
- text-transform: none;
- }
- a.pag:hover {
- opacity: .5;
- -moz-transition-duration:.6s;
- -webkit-transition-duration:.6s;
- -o-transition-duration:.6s;
- -webkit-filter: blur(0px);
- }
- /* INFO AND TAGS DECOR */
- #infobox {
- border:1px solid transparent;
- margin-bottom:10px;
- padding-top:10px;
- overflow: auto;
- }
- #info {
- background-color: transparent;
- text-align: left;
- padding: 5px;
- font-size: 15px;
- font-family:calibri;
- color: #6b8d79;
- height: 10px;
- margin-left:0px;
- margin-bottom: 5px;
- border-bottom: 1px solid #6b8d79;
- word-spacing: 0px;
- letter-spacing: 0px;
- }
- #info a {
- color:#6b8d79;
- opacity: 1;
- font-family: 'big noodle titling';
- text-transform: uppercase;
- font-size: 15px;
- }
- #info a:hover {
- color:#bdcd96;
- opacity: 1;
- }
- #tags {
- width:380px;
- height: auto;
- overflow: auto;
- padding:5px;
- font-size:9px;
- text-align:center;
- font-family:courier;
- text-transform:uppercase;
- background: #433d3a;
- border: 0px solid #000000;
- margin-bottom: 5px;
- opacity: 1;
- color: #000000;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- transition: all 0.8s ease;
- word-spacing: 0px;
- letter-spacing: 0px;
- }
- #tags a {
- color: #6b8d79;
- text-shadow: 0px 0px 0px transparent;
- font-family: courier new;
- text-decoration:none;
- text-transform:lowercase;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- #tags a:hover {
- color: #bdcd96;
- text-shadow: 0 0 5px rgba(137, 132, 53, 0.5);
- letter-spacing: 0px;
- }
- /* MUSIC DECOR */
- .songart{
- float:left;
- margin-right:10px;
- }
- .songart img{
- width:80px;
- height:80px;
- }
- .songtitle{
- margin-bottom:10px;
- margin-left:90px;
- }
- .songauthor{
- margin-bottom:10px;
- font-size:8px;
- margin-left:90px;
- }
- .tumblr_audio_player {
- height: 50px;
- }
- /* TOLTIP DECOR */
- #s-m-t-tooltip{
- max-width:400px;
- margin:15px;
- padding:2px 8px;
- background: #1c0915;
- background-image:url('https://i.imgur.com/d6yLKK7.png');
- background-repeat:repeat;
- background-attachment:fixed;
- border: double 3px #000;
- color:#fff;
- text-shadow:1px 1px 0px #000,
- z-index:99999999999999999999;
- font-size:9px;
- letter-spacing:2px;
- font-style:bold;
- letter-spacing:2px;
- font-family: calibri;
- text-transform:uppercase;
- box-shadow:1px 1px 3px rgba(0,0,0,.1);}
- /* POPUP DECOR */
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- .popup_block{
- background-color:#transparent;
- border: 0px solid #3b3b3b;
- width:250px;
- height:500px;
- top:315px;
- padding: 10px;
- left: 678px;
- display: none; /*--hidden by default--*/
- float: left;
- font-size: 10px; /*font size of the words inside the box */
- position: fixed;
- z-index: 99999; /*if the box is hiding behind other things in your theme, add more 9′s */
- }
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background-color: #010106;
- background-image: url(''); /*if you want to add a background image to go behind your popup */
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: 0.7;
- z-index: 9999;
- }
- .importante {
- background-color:transparent;
- left: 450px;
- top:200px;
- height: 390px;
- width: 280px;
- position: fixed;
- font-size:11px;
- overflow: auto;
- padding: 10px;
- z-index:2;
- }
- .regs {
- background-image:url('https://i.imgur.com/pgpKb5Q.png');
- background-repeat:no-repeat;
- top:175px;
- left: 400px;
- text-align:justify;
- height:600px;
- width:700px;
- position:fixed;
- transition:0.7s ease-in-out;
- -o-transition:0.7s ease-in-out;
- -ms-transition:0.7s ease-in-out;
- -moz-transition:0.7s ease-in-out;
- -webkit-transition:0.7s ease-in-out;
- transition: all 0.4s ease-out;
- -moz-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- transition-duration: 0.4s;
- }
- .popupnavlinks {
- padding-top:5px;
- text-align:center; }
- .popupnavlinks a {
- display:inline-block;
- background-color: #79a184;
- border-top: 1px solid #a98462;
- border-bottom: 1px solid #a98462;
- text-align: center;
- font-size: 9px;
- font-family:courier;
- color: #000000;
- display: inline-block;
- width:90px; height:10px;
- margin:2px; padding:10px 6px 10px;
- }
- .popupnavlinks a:hover {
- display:inline-block;
- letter-spacing:2px;
- -moz-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- transition-duration: 0.4s;
- }
- .popupclose {
- float:right; top:0px; right:0px;
- margin-top:-10px; margin-right:-10px;
- font-family:'Scada', sans serif;
- font-size:10px;
- font-weight:bold }
- .popupclose a {
- color:#aaa }
- /* TABS DECOR */
- ul#tabs {
- list-style-type: none;
- padding: 0;
- text-align: justify;
- font-size:10px;
- letter-spacing:1px;
- }
- ul#tabs li {
- background-color: transparent;
- border: 0px solid #222222;
- border-radius: 0px;
- background-repeat:repeat;
- background-attachment:fixed;
- background-image: url('');
- display: inline;
- margin-bottom: 2px;
- margin-left: 2px;
- cursor: pointer;
- color: #a68b7c;
- text-align: center;
- text-transform: uppercase;
- }
- ul#tabs li:hover {
- background-color: transparent;
- border-radius: 2px;
- color: #ffffff;
- text-shadow: 1px 1px 3px #fff;
- }
- ul#tabs li.active {
- background-image: url('');
- background:transparent;
- background-repeat:repeat;
- background-attachment:fixed;
- border: 0px solid #222222;
- color:#000000;
- display: inline-block;
- margin-bottom: 2px;
- cursor: pointer;
- border-radius: 0px;
- text-align: center;
- }
- ul#tab {
- list-style-type: none;
- margin: 0;
- padding: 0;
- }
- ul#tab li {
- display: none;
- }
- ul#tab li.active {
- display: block;
- }
- #esperanza {
- position: fixed;
- background-color: #3d3734;
- border-bottom: 1px solid #3b3b3b;
- padding: 5px;
- width: 292px;
- height: 30px;
- overflow: auto;
- z-index: 1;
- }
- </style>
- <body>
- <!--------------------------- SIDEBOX -------------------------------->
- <div class="sidebox">
- <h4>{text:MuseName}</h4>
- <p><center><i>{text:blogtype}</i></center>
- <p><p>
- <h2>{text:Description}</h2>
- <center><b>{text:quote}</b></center>
- <p>
- <p>
- <h3>OWES</h3>
- <center>
- <b>Starters:</b> {text:Starters} <br> <b>Drafts:</b> {text:Drafts} <br> <b>Memes:</b> {text:Memes}
- </center>
- <br>
- <h3>Pennd By</h3>
- <center>
- <i>{text:name}</i>
- </center>
- </div>
- <!--------------------------- NAVIGATION -------------------------------->
- <div class="navigation">
- <a href="/" class="navi" title="home">01.</a><p>
- <a href="/ask" class="navi" title="questions">02.</a><p>
- <a href="#?w=250" rel="box2" class="poplight navi" title="navigation">03.</a>
- </div>
- <!---POP UP PAGES--->
- <!---RULES START--->
- <div id="box2" class="popup_block">
- <div style="width:auto;height:490px;overflow:auto; top: 15px;">
- <div id="esperanza" style="top: 190px; left: 445px;">
- <ul id="tabs">
- <center>
- <li class="active">Rules</li>
- <li>Muses</li>
- <li>Navigation</li>
- </center>
- </ul>
- </div>
- <ul id="tab">
- <li class="active">
- <div class="regs">
- <div class="importante">
- <p><br><br><textquote>FICTION IS THE LIE THROUGH WHICH WE TELL THE TRUTH.</textquote><p><br>
- <p><u>WELCOME! TO MY MULTI MUSE.</u> You can call me Lenore/21+/EST/Owner of multiple blogs. I will attempt drafts and writing on this blog when I have the time as it’s currently classified as a secondary blog. As you know, I run quite a few. Drafts will be loaded into the queue and post about two to four posts a day. Depending on how many replies I manage to get done.
- <p><u>MULTIPLE FANDOMS ARE PRESENT HERE.</u> Though I try to focus more on supernatural themed characters. Marvel could make a big splash too as there are lots of characters I would like to try my hand at. But I’m going to try and keep my list small. I find that having a multitude of muses stresses me out.
- <p>I do have private muses, but I might not list them as stated above, an extensive list stresses me out. Those who have private muses with me, you know who you are.
- <p><u>MEMES AND GENERIC STARTER CALLS,</u> please specify which muse you’d like to interact with. If you do not, I may not answer it or I’ll pick one for us. But please do not come asking me about it. Alternatively, if you are a multi muse and you do not specify which of your muses you’d like me to send a starter too, I will either not respond or just post a generic starter. Please don’t come to me asking which one it’s for.
- <p><u>DRAMA IS NOT ACCEPTED OR TOLERATED ON THIS BLOG.</u> Sad that it’s come to this point, where I have to blacklist and block so many people. But if it means a clean and safe dash for myself, I’ll do it. If you post callouts, drama or vague, I may unfollow you. Though I don’t owe you a reason why, if there is too much negativity on my dash, I will do what I need to do to keep my space clean and healthy.
- <p><u>PLOTTED THREADS ARE PREFERED OVER GENERIC ONES.</u> We don’t have to do extensive plotting, just provide a general direction of where we’d like our interaction to go. But I also don’t mind in depth plotting and building backstories and worlds. In fact, that is my favorite!
- <p><u>SHIPPING IS CHEMISTRY BASED.</u> I may post a list of ships I support for my muses. I may not. But I do adore developing relationships and connections for my muses. Furthermore, I am open to MAINS & EXCLUSIVES. If you are interested in either, please let me know!
- <p><u>TRIGGERS, FACE CLAIMS, WRITTEN CONTENT ARE NOT/RARELY TAGGED.</u> I do not tag my posts unless it is NSFW. A simple tag of #nsfw will be on the post. Both written and graphical. Besides that, I do not tag content.
- <p><u>SPRING CLEANING HAPPENS PERIODICALLY.</u> I will go through and unfollow inactive blogs, people I have not interacted with or blogs I am unfamiliar with. Personals will be blocked on sight. Personals with roleplay sideblogs will not be followed back. In fact, I may block you.
- <p><b>I USE A VARIETY OF RESOURCES.</b> My PSD is from <i>plutocommissions</i> and all graphics are made by me unless otherwise stated.
- </li>
- <li>
- <div class="regs">
- <div class="importante"style="margin-top: 15px;">
- <h2>MUSES</h2>
- <h4>ORIGINAL CHARACTERS</h4><br>
- <b>Aurora</b> | Marvel & Scifi<br>
- FC: Laura Vandervoort<br><br>
- <b>Evon Marsh</b> / Wildlife Photographer<br>
- FC: Nadia Hilker<br><br>
- <b>Lincoln Ryan</b> / Genetics Professor<br>
- FC: Sebastian Stan<br><br>
- <b>Elena Hooper</b> / Alien Abductee<br>
- FC: Olivia Wilde<br><br>
- <b>Delta</b> / Post Apocalyptic & Scifi<br>
- FC: Lindsay Morgan<br><br>
- <h4>MARVEL</h4><br>
- <b>Steve Rogers</b> / Comic Based<br>
- FC: Chris Evans<br><br>
- <b>Tony Stark</b> / Comic Based<br>
- FC: Matt Broomer<br><br>
- <b>Carol Danvers</b> / Comic Based<br>
- FC: Olivia Wilde & Laura Vandervoort<br><br>
- <b>Natasha Romanoff</b> / Comic Based<br>
- FC: Courtney Hope<br><br>
- <b>James “Bucky” Barnes</b> / Comic Based<br>
- FC: Sebastian Stan<br><br>
- <h4>SCIFI</h4><br>
- <b>Jim Kirk</b> / AOS & Head Canon Based<br>
- FC: Chris Pine<br><br>
- <h4>SUPERNATURAL</h4><br>
- <b>Ruby 1.0</b> / Supernatural<br>
- FC: Katie Cassidy<br><br>
- <b>Katherine Pierce</b> / TVD<br>
- FC: Nina Dobrev<br><br>
- <b>Nadia Petrova</b> / TVD<br>
- FC: Olga Fonda<br><br>
- <b>Hayley Marshall</b> / TO<br>
- FC: Phoebe Tonkin<br><br>
- <b>Stiles Stilinski</b> / TW<br>
- FC: Dylan O’Brien<br><br>
- <b>Cora Hale</b> / TW<br>
- FC: Adalaide Kane<br><br>
- <b>Derek Hale</b> / TW<br>
- FC: Tyler Hoechlin<br><br>
- <b>Allison Argent</b> / TW<br>
- FC: Crystal Reed<br><br>
- <h4>POTC</h4><br>
- <b>Captain Jack Sparrow</b><br>
- FC: Johnny Depp<br><br>
- <b>Will Turner</b><br>
- FC: Orlando Bloom<br><br>
- <b>Elizabeth Swann</b><br>
- FC: Kiera Knightly<br><br>
- <b>Anamaria</b><br>
- FC: Zoe Saldana<br><br>
- <h4>9-1-1</h4><br>
- <b>Athean Grant</b><br>
- FC: Angela Bassett<br><br>
- <b>Eddie Diaz</b><br>
- FC: Ryan Guzman<br><br>
- <b>Evan ‘Buck’ Buckley</b><br>
- FC: Oliver Stark<br><br>
- <h4>FANTASY</h4><br>
- <b>Rhysand (ACOTAR)</b><br>
- FC: Ben Barnes<br><br>
- <h4>WONDER WOMAN</h4><br>
- <b>Steve Trevor</b><br>
- FC: Chris Pine<br><br>
- </li>
- <li>
- <div class="regs">
- <div class="importante" style="margin-top:15px;">
- <h1>NAVIGATION</h1>
- <div class="popupnavlinks">
- <a href="">LINK</a> <a href="">LINK</a><br>
- <a href="">LINK</a><a href="">LINK</a><br>
- </div>
- </li>
- </ul>
- </div></div>
- <!------------------------- POSTS & CONTENT -------------------------->
- <div class="credit">
- <a href="https://interstellarresources.tumblr.com">☾</a>
- </div>
- <div class="pag">{block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="pag">backward</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" class="pag">forward</a>
- {/block:NextPage}
- {/block:Pagination}</div>
- <div id="entries">
- {block:Posts}
- <div class="posts">
- <div id="info">
- <br>
-
- {block:Date}
- <a href="{Permalink}"style="position:absolute; width: autopx; margin-top:-17px; font-size: 12px; font-family: 'Oswald', sans-serif;" title="{TimeAgo}, {ShortMonth} {DayOfMonthWithZero} with {NoteCount} notes ">{ShortMonth} {DayOfMonthWithZero} </a>
- {/block:Date}
- <a href="{ReblogURL}" style="position:absolute; margin-left: 50px; margin-top:-17px; font-size:12px; font-family: 'Oswald', sans-serif;';" tile="reblog"> ↺ </a>
- </div>
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}{Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Video}
- <div class="video">{Video-250}</div>
- {/block:Video}
- {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Panorama}
- {block:Quote}<quotetext>❝{Quote}❞</quotetext>{block:Source}<h3>{Source}</h3>{/block:Source}{/block:Quote}
- {block:Chat}
- {block:Title}
- <h1>{Title}</h1>{/block:Title}<br>
- <ul class="convo">{block:Lines}<li class="line_{Alt} user_{UserNumber}">{block:Label}<span class="label"><strong>{Label}</strong></span>{/block:Label}
- {Line}</li>{/block:Lines}</ul>
- {/block:Chat}
- <!--AUDIO POST-->
- {block:Audio}
- {block:AlbumArt}
- <div class="songart">
- <img src="{AlbumArtURL}">
- </div>
- {/block:AlbumArt}
- <div class="songtitle">
- {block:TrackName}
- {TrackName}
- {/block:TrackName}
- </div>
- <div class="songauthor">
- By
- {block:Artist}
- {Artist}
- {/block:Artist}
- </div>
- {AudioPlayerWhite}
- {/block:Audio}
- {block:Answer}
- <div id="asker">{asker}</div>
- <div id="question">{Question}</div>
- <div id="answer">{Answer}</div>
- {/block:Answer}
- <div id="infobox">
- {block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <br>
- <!------------------------ INFO AND SYMBOLS ENDS ---------------------->
- <div id="tags">{block:HasTags}{block:Tags} <a href="{TagURL}" title="{Tag}"> {Tag}</a> {/block:Tags}{/block:HasTags}</div>
- </div>
- <br><br><br><br>
- {/block:Posts}
- <div class="note">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div></div>
- {/block:Posts}
- </div>
- </div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment