Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!------------------------------ FONTS ------------------------------>
- <link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Dosis" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Contrail+One" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Playball" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Special+Elite" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Cinzel+Decorative" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Berkshire+Swash" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Rozha+One" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Limelight" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Anton" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Amatic+SC" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Orbitron" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Marck+Script" rel="stylesheet">
- <html>
- <!--
- BASE CODE
- http://fratdadbase.tumblr.com/
- THEME BY ZORRA VIA BRIDGETOWAKANDA
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <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}
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!------------------------------ SCRIPTS ----------------------------->
- <!------------------------------ POPUP ------------------------------>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close">');
- 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="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://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>
- <!------------------------------ MUSIC ------------------------------>
- </head>
- <!---------------------------- META DATA ----------------------------->
- <meta name="image:Background" content="" />
- <meta name="image:headerbackground" content=""/>
- <meta name="image:popupbg" content=""/>
- <meta name="image:asking" content="" />
- <meta name="image:airforce" conteont="" />
- <meta name="text:Starters" content="00"/>
- <meta name="text:Drafts" content="00"/>
- <meta name="text:Memes" content="00"/>
- <meta name="text:Quote" content="Quote Here" />
- <meta name="color:background" content="#1e1d18" />
- <meta name="color:italic" content="#abbc57" />
- <meta name="color:bold" content="#84cccb" />
- <meta name="select:header font1" content="'Rozha One', serif;" title="Rozha"/>
- <meta name="select:header font1" content="'Limelight', cursive;" title="Limelight"/>
- <meta name="select:header font1" content="'Anton', sans-serif;" title="Anton"/>
- <meta name="select:header font2" content="'Rozha One', serif;" title="Rozha"/>
- <meta name="select:header font2" content="'Limelight', cursive;" title="Limelight"/>
- <meta name="select:header font2" content="'Anton', sans-serif;" title="Anton"/>
- <style type="text/css">
- @font-face {
- font-family:"big noodle titling";
- src:url(https://dl.dropbox.com/s/j5blixn0eu397vv/big_noodle_titling.ttf');
- }
- /*---------------------------- 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;
- }
- /*---------------------------- SELECTION ---------------------------*/
- ::SELECTION {BACKGROUND: {color:bold}; COLOR:#e7e5d1; }
- ::-MOZ-SELECTION {BACKGROUND: {color:bold}; COLOR:#e7e5d1; }
- /*---------------------------- BODY ---------------------------*/
- body {
- background-color:{color:background};
- background-image:url('{image:Background}');
- background-repeat: no-repeat;
- font-family: calibri;
- font-size: 11px;
- text-align: justify;
- color:#e7e5d1;
- }
- /*---------------------- QUESTIONS & ANSWERS ------------------------*/
- #askerurl {
- text-transform:uppercase;
- font-weight:400;
- font-size:20px;
- margin-top:30px;
- margin-left:50px;
- padding-bottom:5px;
- width:250px;
- font-family: 'Orbitron', sans-serif;
- text-align:center;
- }
- #asking img {
- padding: 5px;
- }
- #question {
- background-attachment:auto;
- background-image: url('');
- padding:15px 15px;
- margin:3px 0 3px 10px;
- border-right:1px solid #0cddd3;
- border-radius: 5px;
- background-color:#424141;
- color: #fff;
- font-family: 'Open Sans Condensed';
- text-shadow: 1px 1px 5px #fff;
- -webkit-border-radius: 10px;
- }
- #answer {
- word-spacing: 0px;
- }
- #border {
- border: 1px solid #222222;
- padding: 10px;
- max-width: 220px;
- margin-top: 20px;
- }
- /*------------------------ CONTAINER & POSTS ------------------------*/
- #entries {
- background-color:transparent;
- border: 0px solid #3b3b3b;
- width:250px;
- height:500px;
- top:190px;
- padding: 10px;
- margin-left: 505px;
- 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:250px;
- background-color: #222;
- padding-bottom:0px;
- overflow-y:scroll;
- overflow-x:hidden;
- }
- /*---------------------------- NAVIGATION ---------------------------*/
- .links {
- top: 175px;
- left: 840px;
- position: fixed;
- width: auto
- height: auto;
- }
- /*---------------------------- SIDEBOX ---------------------------*/
- .sidebox {
- position: fixed;
- background-color: #333333;
- border: 1px solid #3b3b3b;
- padding: 10px;
- top: 200px;
- left: 810px;
- width: 120px;
- height: 300px;
- overflow: auto;
- z-index: 1;
- }
- /*---------------------------- CREDIT ---------------------------*/
- .credit {
- left: 97%;
- top: 95%;
- width: 50px;
- height: 50px;
- position: fixed;
- }
- a.credit, a.credit:link, a.credit:active, a.credit:visited{
- text-decoration: none;
- color: #8f3d2e;
- text-transform: none;
- font-family: 'Contrail One', cursive;
- font-size: 14px;
- -moz-transition-duration:.6s;
- -webkit-transition-duration:.6s;
- -o-transition-duration:.6s;
- -webkit-filter: blur(0px);
- }
- a.credit:hovor {
- color: #8f8f8f;
- font-family: 'Contrail One', cursive;
- letter-spacing: 0px;
- -moz-transition-duration:.6s;
- -webkit-transition-duration:.6s;
- -o-transition-duration:.6s;
- -webkit-filter: blur(0px); }
- /*---------------------------- FANCY FONT ---------------------------*/
- h1 {
- font-size:30px;
- font-family: {select:header font1}
- font-weight:400;
- color:#32c980;
- border-bottom: 1px solid #32c980;
- text-shadow: 1px 1px 1px #29dbd7;
- display:block;
- margin-top: 20px;
- text-align:right;
- text-transform:uppercase;
- padding:10px;
- letter-spacing:3px;
- }
- h2 {
- font-size:12px
- font-family: {select:header font2}
- font-weight:400;
- color:#e1e0db;
- text-align: center;
- text-transform:lowercase;
- letter-spacing:2px;
- display:block;
- margin:0, 0, 5px, 0;
- padding:5px;
- }
- h3 {
- background-image: url('https://i.imgur.com/MnCq3Hu.png');
- background-position:top;
- background-attachment:fixed;
- border: double 3px #000;
- padding:10px;
- color:#ffffff;
- overflow: auto;
- text-shadow:1px 1px 2px #000,
- font-size:15px;
- font-family:calibri;
- text-transform:uppercase;
- letter-spacing:1px;
- text-align:center;
- }
- i, italic, em {
- font-family: 'Amatic SC', cursive;
- font-size: 15px;
- text-transform: italic;
- color:{color:italic};
- text-transform:lowercase;
- letter-spacing:1px;
- }
- b, bold, strong {
- font-size:10px;
- font-family: 'Orbitron', sans-serif;
- color:{color:bold};
- text-transform:lowercase;
- }
- u, underline {font:8px 'Fjalla One'; font-weight:400; color:#79b4a8; 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: 15px;
- letter-spacing:3px;
- background-color:#8ea985;
- border: 1px dotted #222222;
- font-family: "Times New Roman", Times, serif;
- font-style: none;
- text-transform: uppercase;
- text-align:center;
- }
- blockquote {
- padding:2px 7px;
- padding-right:17px;
- margin:3px 0 3px 10px;
- border-left:1px solid #0cddd3;
- -webkit-border-radius: 10px;
- }
- blockquote img{
- max-width:100%;
- height:auto;
- }
- blockquote blockquote img{
- max-width:100%;
- height:auto;
- }
- t, title {
- size: 15px;
- color: 222;
- letter-spacing: 2px;
- font: times;
- }
- 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 #79b4a8;
- }
- quotations {
- font: courier;
- font-size: 30px;
- color: {color:bold};
- }
- quote {
- font-size: 13px;
- }
- img {
- max-width:100%;
- }
- hr {
- width:100px;
- border: 0;
- height: 0.5px;
- margin-right:10px;
- background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 255), rgba(255, 255, 255, 0));
- }
- /*---------------------------- LINKS ---------------------------*/
- a:link, a:active, a:visited {
- text-decoration: none;
- color: #8f3d2e;
- text-transform: none;
- font-family: 'Contrail One', cursive;
- font-size: 14px;
- -moz-transition-duration:.6s;
- -webkit-transition-duration:.6s;
- -o-transition-duration:.6s;
- -webkit-filter: blur(0px);}
- a:hover {
- color: #8f8f8f;
- font-family: 'Contrail One', cursive;
- letter-spacing: 0px;
- -moz-transition-duration:.6s;
- -webkit-transition-duration:.6s;
- -o-transition-duration:.6s;
- -webkit-filter: blur(0px);}
- a.navi, a.navi:link, a.navi:active, a.navi:visited {
- color: #a68b7c;
- text-shadow: 0px 0px 10px #a68b7c;
- font-family: times;
- font-size: 12px;
- }
- a.navi:hover {
- -moz-transition-duration:.6s;
- -webkit-transition-duration:.6s;
- -o-transition-duration:.6s;
- -webkit-filter: blur(0px);
- }
- /*---------------------------- PAGINATION ---------------------------*/
- .pag {
- position: fixed;
- left: 750px;
- top: 165px;
- 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);
- }
- /*--------------------------- TAGS & INFO ---------------------------*/
- #infobox {
- border:1px solid transparent;
- margin-bottom:10px;
- padding-top:10px;
- overflow: auto;
- }
- #info {
- margin-left:20px;
- background-color: #36342c;
- background-image: url('https://i.imgur.com/MnCq3Hu.png');
- background-position:top;
- background-attachment:fixed;
- border: 1px solid #222;
- height: 30px;
- margin-left:0px;
- margin-bottom: 75px;
- background-position:top;
- background-attachment:fixed;
- }
- #info a {
- color:#ffffff;
- text-shadow: 0px 0px 2px #000000;
- opacity: 1;
- font-family: 'big noodle titling';
- text-transform: uppercase;
- }
- #info a:hover {
- color:#222;
- opacity: 1;
- }
- #tags {
- width:200px;
- height: 25px;
- overflow: auto;
- padding:10px;
- font-size:7px;
- text-align:left;
- font-family:courier;
- text-transform:uppercase;
- background:transparent;
- border-bottom:1px solid #474747;
- margin-bottom: 5px;
- margin-top: 10px;
- opacity: 0;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- transition: all 0.8s ease;
- }
- #tags:hover {
- opacity:1;
- margin-left:15px;
- }
- #tags a {
- font-family:consolas;
- font-size:8px;
- line-height:8pt;
- letter-spacing:0px;
- color:#d4cec3;
- text-shadow:0px 0px 7px #7f7f7f;
- text-decoration:none;
- text-transform:uppercase;
- text-align:center;
- display:inline-block;
- margin:1px 0px 3px 0px;
- -webkit-border-radius: 30px;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-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; }
- #tags a:hover {
- color:#555;
- text-shadow:0px 0px 1px #777;
- -webkit-filter:none;
- -webkit-transition: all 0.6s ease-in-out;
- opacity:1;
- -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;
- }
- /*---------------------------- EXTRA 1 ---------------------------*/
- .note {
- text-transform:uppercase;
- font-style:normal;
- letter-spacing:0px;
- font-size: 10px;
- text-align:left;
- line-height:90%;
- margin-left:-40px;}
- .note li {
- list-style-type:none;
- border-bottom:0px solid {color:border};
- padding:10px 25px 10px 25px;
- 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: 16px;
- height: 16px;}
- /*-------------------------- MUSIC PLAYER ---------------------------*/
- .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;
- }
- /*---------------------------- TOOLTIP ---------------------------*/
- #s-m-t-tooltip{
- max-width:400px;
- margin:15px;
- padding:2px 8px;
- background: #1c0915;
- background-image:url('{image:headerbackground}');
- 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 ------------------------------ */
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- .popup_block{
- background-color:#333333;
- border: 0px solid #3b3b3b;
- width:250px;
- height:500px;
- top:485px;
- 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: transparent;
- 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: 1.0;
- z-index: 9999;
- }
- .popupnavlinks {
- padding-top:5px;
- text-align:center; }
- .popupnavlinks a {
- display:inline-block;
- width:90px; height:4px;
- margin:2px; padding:3px 6px 10px;
- text-align:center;
- background-image: url('');
- background:transparent;
- background-repeat:repeat;
- background-attachment:fixed;
- border: solid 1px #99b7b5;
- color:#99b7b5;
- font-size:9px;
- font-family:calibri;
- text-shadow:1px 1px 0px #fff,
- display: inline-block;
- cursor: pointer;
- }
- .popupnavlinks a:hover {
- display:inline-block;
- letter-spacing:2px;
- border-radius: 46px 10px 58px 0px;
- -moz-border-radius: 46px 10px 58px 0px;
- -webkit-border-radius: 46px 10px 58px 0px;
- -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 }
- /*--------------------------- POPUP ------------------------------ */
- ul#tabs {
- list-style-type: none;
- padding: 0;
- text-align: justify;
- font-size:8px;
- letter-spacing:1px;
- }
- ul#tabs li {
- background-color: transparent;
- border: 1px solid #3b3b3b;
- border-radius: 2px;
- background-repeat:repeat;
- background-attachment:fixed;
- background-image: url('');
- display: block;
- padding: 4px 10px;
- margin-bottom: 4px;
- margin-left: 2px;
- cursor: pointer;
- color: #fff;
- text-align: center;
- }
- 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: 1px solid #3b3b3b;
- color:#b5d230;
- display: block;
- padding: 4px 10px;
- margin-bottom: 4px;
- cursor: pointer;
- border-radius: 2px;
- 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: #333333;
- border: 1px solid #3b3b3b;
- padding: 10px;
- top: 200px;
- left: 810px;
- width: 120px;
- height: 300px;
- overflow: auto;
- z-index: 1;
- }
- </style>
- <body>
- <!--------------------------- SIDEBOX -------------------------------->
- <div class="sidebox">
- <h3>JAMES T. KIRK</h3>
- <p><center>Indie. Selective. AOS Based.</center>
- <br>
- <hr></hr>
- <br>
- <quotations>"</quotations><i><quote>{text:quote}</quote></i><quotations>"</quotations>
- <p><p>
- <h2>CAPTAIN</h2>
- <center><b>To Boldly Go.</b></center>
- <p>
- <p>
- <h3>DEBTS</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>ZORRA</i>
- <br><hr></hr>
- <br>
- </center>
- </div>
- <!---POP UP PAGES--->
- <!---RULES START--->
- <div id="box2" class="popup_block">
- <div style="width:auto;height:490px;overflow:auto;">
- <h2>UNIVERSAL LAW</h2>
- <p>
- <h3>The Mun</h3>
- <p><strong>1.</strong> Hey there! My name is Zorra, 21+ female living in the US. I’m in the GMT -5 or EST time-zone. I work full time so activity can be spotty.
- <p><strong>2.</strong>Activity will be spotty and mostly done on the weekends or during my lunch breaks. Please do not pressure me for replies. I will get to them when I can. I also have many other blogs that I write on, so I divide my time up between whomever I have muse for.
- <h3>Muse & Writing & Blog</h3>
- <p><strong>3.</strong> My Portrayal of Jim Kirk is primarily based in the AOS/Kelvin timeline. I draw influence from the movies comics, and fanfictions. Personal headcanons will also be included in my portrayal.
- <p><strong>4.</strong> This is a <b>Mutuals Only</b> blog, meaning I only write with individuals that I follow. To manage stress levels and the number of replies I have, I cannot follow everyone back. If I do follow you, it’s because I have a desire to write with you. I am a friendly mun, so please feel free to send me a meme or pop into my ims.
- <p><strong>5.</strong> <i>Plotted</i> threads are preferable, just because it helps me to remember what our plot is, even if it’s been an age in between replies. I also enjoy world building and developing private little bubbles for our muses.
- <p><strong>6.</strong> Each verse is separated unless otherwise stated.
- <p><strong>7.</strong> All graphics were made my me unless otherwise stated and are not to be reblogged unless I give permission in the post. This theme and code was also developed by me, based on a base code. Credit is left in there. Please do not steal any of my content. I am more than willing to offer assistance if you ask.
- <p><strong>7.1</strong> Some PSDs were made by me, others were purchased with <strong>money</strong>. I’d recommend checking out these’s cool people who offer PSDs and graphic templates.</p>
- <p><a href="http://silencexwillxfall.deviantart.com">silencexwillxfall</a><br /><a href="https://graphicsrp.deviantart.com/">graphicsrp</a><br /><a href="https://valorslain.deviantart.com/">valorslain</a><br /><a href="https://polarizerps.deviantart.com/">polarizerps</a></p>
- <p><h3>Shipping</h3>
- <p><strong>8.</strong> Jim Kirk is a pansexual male. He loves to flirt and is known for casual encounters. however, please don’t assume this gives you the right to jump into my ask box with shippy things right off the bat. Or assume that our characters are shipped. While I am a fan of Spirk, McKirk, Mcspirk, and Kiura, I will not automatically ship with you. Jim is shipped with Chemistry
- <p><strong>9.</strong> I’m a bit picky with whom I ship with. I prefer that we know each other ooc a bit and have been writing for a while. If our thread organically leads towards a shippy them, I am all for it.
- <p><strong>10.</strong> Writing <b>smut</b> varies. I prefer to do it on discord. But if NSFW material is present in writing, it will be posted under a read more.
- <h3>Drama</h3>
- <p><strong>11.</strong> <em>Drama</em> of any kind will not be tolerated on this blog. If I see callout posts, vague posts, anon hate, and nasty posts in general, I will unfollow and possibly block you.</p>
- <p><strong>12.</strong> Only because I’ve had trouble with this in the past, I am very wary of mirrors. Unless I happen to know you from a different blog, yours or mine, chances are, I will not follow a duplicate Jim back. Mostly because I’m tired of the petty drama that follows and I don’t need that in my life. However, I really do enjoy a good twin thread.
- <p><strong>13.</strong> I am cool with mains & exclusives. Though I will only do exclusives with crossover fandoms because, 9/10, I only write with one version of that muse. Mains, on the other hand, must be reciprocated and I’ll have 3-5 of that same muse.</p>
- <h3>Duplicates/Mirrors</h3>
- <strong>14.</strong>Honestly, in the star trek fandom, duplicates make me uncomfortable unless I know who you are, really well, ooc. So, I probably won't be following a lot of Jim's back.
- </div>
- </div>
- <!---RULES END--->
- <!---NAVIGATION STARTS--->
- <div id="box3" class="popup_block">
- <div style="width:auto;height:490px;overflow:auto;padding:5px;">
- <center>
- <h1>NAVIGATION</h1>
- <div class="popupnavlinks">
- <p><h2>Writing</h2><br>
- <a href="/tagged/meme.">MEMES</a>
- <a href="/tagged/open.">OPEN POSTS</a>
- <br>
- <a href="/tagged/wishlist.">WISHLIST</a>
- <a href="/tagged/desires.">DESIRES</a>
- <BR>
- <p><h2>CHARACTER</h2>
- <a href="/tagged/headcanon.">HEADCANON</a>
- <a href="/tagged/text.">TEXT</a>
- <br>
- <a href="/tagged/visage.">MUSE</a>
- <a href="/tagged/crew.">CREW</a>
- <p><h2>CREW</h2><br>
- <a href="/tagged/spock.">SPOCK</a>
- <a href="/tagged/bones.">BONES</a>
- <br><br><br>
- </div>
- </div></div>
- <!---NAVIGATION ENDS--->
- <!---VERSES STARTS--->
- <div id="box4" class="popup_block">
- <div style="width:auto;height:490px;overflow:auto;padding:5px;">
- <div class="esperanza">
- <ul id="tabs">
- <li class="active">Basics</li>
- <li>Main Verse</li>
- <li>AU Verses</li>
- <li>Tab 4</li>
- <li>Tab 5</li>
- </ul>
- </div>
- <ul id="tab">
- <li class="active">
- <div class="popupnavlinks">
- <p><a href="#basics">basics</a>
- <a href="#bio">bio</a>
- </div>
- <a name="basics"><h1>BASICS</h1></a>
- <h2>The Basics</h2>
- <p><strong>FULL NAME:</strong> IMPUT<br />
- <strong>RANK:</strong> IMPUT<br />
- <strong>DOB:</strong> IMPUT<br />
- <strong>POB:</strong> IMPUT<br />
- <strong>HOME TOWN:</strong> IMPUT<br />
- <strong>SEX:</strong> IMPUT<br />
- <strong>ORIENTATION:</strong> IMPUT<br />
- <strong>MARITAL STATUS:</strong> IMPUT<br />
- <strong>KNOWN LANGUAGES:</strong> IMPUT<br />
- <strong>EDUCATION:</strong> IMPUT<br />
- <strong>CURRENT OCCUPATION:</strong> IMPUT<br />
- <strong>PREVIOUS LOCATIONS:</strong> IMPUT</p>
- <h2>Family</h2>
- <p><strong>MOTHER:</strong> IMPUT<br />
- <strong>FATHER:</strong> IMPUT<br />
- <strong>BROTHER:</strong> IMPUT<br />
- <strong>FATHER LIKE:</strong> IMPUT</p>
- <h2>Traits</h2>
- <p><strong>HAIR / EYES:</strong> IMPUT<br />
- <strong>HEIGHT / WEIGHT:</strong> IMPUT<br />
- <strong>BODY TYPE / SKINTONE:</strong> IMPUT<br />
- <strong>NOTABLE MARKINGS:</strong> IMPUTt<br />
- <strong>FACE CLAIMS:</strong> IMPUT</p>
- <p><a name="bio"><h2>bio</h2></a>
- Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
- </li>
- <li>
- <div class="popupnavlinks">
- <p><a href="#airforce">BIO 1</a>
- <a href="#cia">BIO 1</a>
- </div>
- <a name="airforce"><h1>BIO 1</h1></a>
- <p>STUFF STUFF STUFF
- <p><a name="cia"><h1>BIO 2</h1></a>
- <p>stuff stuff stuff
- </li>
- <li>
- <h2>MCU Verses</h2>
- <p><h3>Power of the Cosmos</h3>
- <p>
- <h2><small><b>MCU BASED - 1</b></small></h2>
- <blockquote>
- <p><small>He was the only one <b><span><a href="https://t.umblr.com/redirect?z=http%3A%2F%2Fk&t=YzdhZDVhN2U2N2Y0NzIzNjRkNTAyYzcwZDExOTNjNTliOWY5Njk4NSxsU1VWVFFmcA%3D%3D&p=&m=0">ALIVE</a></span></b> in his family that was <i>different</i>. At least, that was what Frank said. Calling him a <i>freak like his dad</i>. Because of this freak ability, it’s what killed George Kirk in the end. Jim, being young, believed Frank. Even if Sam and Winona told him otherwise. And was Jim Kirk doomed to fall to his father’s fate? Be killed by the one thing that made him different?<b><br></b></small></p>
- <p><small>Jim was a mutant, or inhuman or person with power. Take your pick as to which word would be most fitting. He was born, with the power of the cosmos, stars, planets, dust, all at his fingertips. To have the vastness of space at your disposal is a daunting thing and if left unchecked, could consume you. But Jim <b>DIDN’T</b> want it. He didn’t want to <i>die</i>. He didn’t want to be <span><a href="https://t.umblr.com/redirect?z=http%3A%2F%2FK&t=YTg1YjFjMWU1NTlmMGQwZGJmYWFkZGNkODg2YTA5YjZmOGZhZDM4YyxsU1VWVFFmcA%3D%3D&p=&m=0">different</a></span>, so he ignored it, let it wither and die. Mind over matter. Ignore it and it will go away, right? <b>WRONG</b>.</small></p>
- <p><small>When he was just 16, that’s when everything exploded. Winona had been off at work, Frank, drunk as usual, Sam and Jim trying to stay low and do their work. But their step-father was particularly volatile that evening which lead to an <i>explosive</i> confrontation. Jim exploded, quite literally, sending their family home combusting. Frank ended up severely injured, Sam, slightly hurt and Jim unscathed. Scared about what he’d done and the way his power had gotten away from him, he ran, never to return to the Iowan farmhouse again.</small></p>
- <p><small>Jim being Jim, it didn’t take him long to run into a rag tag group of kids, who like him, had been shunned because of their abilities. While he kept what he could do a secret, they all knew he was different, just like them. So they welcomed him with open arms, showing him the entire network of runaway powered teens. Of course, those with powers were not without a higher force wanting to corral them all. The kids saw it as danger and oppression, so they moved around a lot, not fully understanding that those who were after them, were the good guys. There were, of course, bad men after them as well. There was one such case in which Jim, because of emotional strife, unleashed the full extent of his powers, leveling the entire building which they had been squatting in. The kids all remained safe. The intruders, however, died. The first time Jim took a life. He ran after that.</small></p>
- <p><small>Control was not something he knew. Shoving his powers aside wasn’t working anymore. As he grew older, his powers grew stronger. Soon, he wouldn’t be able to hide them, not without training or some form of suppression agent. It’s wasn’t till he’s in his early 20’s that he starts to do something about it. Jim had always been hella smart, it was time he put that brain to use.</small></p>
- <p><small>Weeks and weeks, months and months, Jim read up on everything he could about inhumans, mutants, powers, and eventually the Avengers. He read up on space, the cosmos, stars, galaxies, planets, everything he could get his hands on to better understand the power he had and how to <i>suppress</i> it. He never wanted the full force of the cosmos at his fingertips. He just wanted a normal life. And for a while, he was able to obtain that. <i>Until the Great War. The Battle of New York </i>had been the tipping point; the point in which Jim found he could no longer live in the shadows. He had to embrace and accept his powers and deal with them. There were much bigger and grander things at play here and he was to be apart of it.</small></p>
- </li>
- <li>
- <h2>Fourth tab not bad</h2>
- </li>
- <li>
- <h2>Tab number five here we go!</h2>
- </li>
- </ul>
- </div></div>
- <!---VERSES ENDS--->
- <div class="links">
- <a href="/" class="poplight third" title="refresh" style="padding-right: 1px;">I.</a>
- <a href="/ask" class="poplight third" title="ask">II.</a>
- <a href="#?w=250" rel="box2" class="poplight third" title="rules">III.</a>
- <a href="#?w=260" rel="box3" class="poplight third" title="navigation">IV.</a>
- <a href="#?w=260" rel="box4" class="poplight third" title="verses">V.</a>
- <a href="https://www.rpthreadtracker.com/public/allthreads?userId=34023¤tBlog=cosmicanomcly&sortDescending=false¤tOrderBy=LastPostDate&filteredTag=" class="poplight third" title="Thread Tracker">VI.</a>
- </div>
- <!----------------------------- CREDIT ------------------------------>
- <div class="credit">
- <a href="http://bridgetowakanda.tumblr.com/commissions" title="bridgetowakanda">c</a>
- </div>
- <script type="text/javascript" src="http://bpmaker.giffy.me/userdata/user/53/53959/2/parts.js"></script>
- <!------------------------- POSTS & CONTENT -------------------------->
- <div class="pag">{block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="pag" style="margin-left: -250px;">backward</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" class="pag" style="margin-right: 0x;">forward</a>
- {/block:NextPage}
- {/block:Pagination}</div>
- <div id="entries">
- {block:Posts}
- <div class="posts">
- {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-500}</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}{Title}</a>{/block:Title}
- {block:Lines}<li>{block:Label}{Label}{/block:Label}{Line}</li>{/block:Lines}{/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="asking" style="margin-left: 250px; margin-bottom: -40px; -ms-transform: rotate(7deg); -webkit-transform: rotate(7deg); transform: rotate(7deg);"><img src="{image:asking}" height="64px;" draggable="false"></div>
- <div id="border">
- <div id="askerurl" style="margin-left:0px; margin-top:0px; text-transform:uppercase; color: {color:bold}; word-wrap: break-word; max-width: 100%;">{asker}</div><div style="max-width:150px; margin-left:45px; margin-top:-5px; letter-spacing:2px; word-spacing: 1px; text-align:justify;">sent a transmission</div>
- </div>
- <div id="question" style="margin-top: 20px">{Question}</div>
- <div id="answer" style="margin-top: 20px;">{Answer}</div>
- {/block:Answer}
- <div id="infobox">
- <div id="info">
- <br>
-
- {block:Date}
- <a href="{Permalink}"style="position:absolute; width: autopx; margin-left:110px; margin-top:-7px; 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:60px; margin-top:-7px; font-size:12px; font-family: 'Oswald', sans-serif;';" title="reblog"> Reblog </a>
- {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>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment