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=Contrail+One" 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">
- <link href="https://fonts.googleapis.com/css?family=Prata" rel="stylesheet">
- <html>
- <!--
- BASE CODE
- http://fratdadbase.tumblr.com/
- THEME BY ZORRA VIA THEMES/COMMISSIONS BY ZORRA.
- THIS THEME WAS MADE FOR ESTELLE AT ASGARDAVENGED. PLEASE DO NOT TAKE ANY OF HE CONENT.
- -->
- <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="https://i.imgur.com/V9TEGhm.png" />
- <meta name="image:allison" content="https://i.imgur.com/obfoMyF.png" />
- <meta name="image:headerbackground" content="https://i.imgur.com/mY1im9o.png"/>
- <meta name="image:icon1" content="https://i.imgur.com/V2KJNWd.png"/>
- <meta name="image:icon2" content="https://i.imgur.com/yjtjKcR.png"/>
- <meta name="image:icon3" content="https://i.imgur.com/4yYPvfa.png"/>
- <meta name="image:arrow" content="https://i.imgur.com/BPJ7eXi.png"/>
- <meta name="image:arrow2" content="https://i.imgur.com/51cFFRm.png"/>
- <meta name="text:Starters" content="00"/>
- <meta name="text:Drafts" content="00"/>
- <meta name="text:Memes" content="00"/>
- <meta name="text:link 3" content="link 3" />
- <meta name="text:link 3 title" content="link 3 title" />
- <meta name="text:link 4" content="link 4" />
- <meta name="text:link 4 title" content="link 4 title" />
- <meta name="text:link 5" content="link 5" />
- <meta name="text:link 5 title" content="link 5 title" />
- <meta name="text:url" content="asgardavenged" />
- <meta name="text:blogtype" content="INDIE. PRIVE. SELECT." />
- <meta name="text:character" conent="thor odison" />
- <meta name="text:penname" content="estelle" />
- <meta name="text:quote" content="Asgard is not a place but her people." / >
- <meta name="color:background" content="#1e1d18" />
- <meta name="color:italic" content="#c6454f" />
- <meta name="color:bold" content="#157a8d" />
- <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}');
- font-family: calibri;
- font-size: 11px;
- text-align: justify;
- color:#333333;
- }
- /*---------------------- QUESTIONS & ANSWERS ------------------------*/
- #askerurl {
- text-transform:uppercase;
- font-weight:100;
- font-size:15px;
- margin-top:150px;
- margin-left:10px;
- padding-bottom:5px;
- width:350px;
- 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-bottom:1px solid {color:italic};
- background-color:#bcb7b5;
- color: #333333;
- font-family: 'Open Sans Condensed';
- }
- #answer {
- word-spacing: 0px;
- }
- /*------------------------ CONTAINER & POSTS ------------------------*/
- #entries {
- background-color:transparent;
- border: 0px solid #3b3b3b;
- width:350px;
- height:315px;
- top:170px;
- padding: 10px;
- margin-left: 385px;
- position:relative;
- overflow-y:scroll;
- overflow-x:hidden;
- }
- #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 ---------------------------*/
- .enterprise {
- top: 525px;
- left: 1205px;
- position: fixed;
- height: auto;
- }
- .starcharts {
- top: 100px;
- left: 675px;
- position: fixed;
- }
- /*---------------------------- SIDEBOX ---------------------------*/
- .sidebox {
- position: fixed;
- background-color: transparent;
- padding: 10px;
- top: 165px;
- left: 805px;
- width: 150px;
- height: 350px;
- 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{
- color: #fff;
- font-family: 'Marck Script', cursive;
- font-size: 12px;
- text-shadow: 1px 1px 15px #fff;
- text-transform: none;
- opacity: .5;
- letter-spacing: 0px;
- }
- a.credit:hovor {
- opacity: 1;
- letter-spacing: 2px;
- -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: {color:italic};
- border-bottom: 1px solid #a53c44;
- text-shadow: 1px 1px 1px #a53c44;
- display:block;
- margin-top: 20px;
- text-align:right;
- text-transform:uppercase;
- padding:10px;
- letter-spacing:3px;
- }
- h2 {
- font-size:12px;
- font-family: 'Marck Script', cursive;
- font-weight:400;
- color:#e1e0db;
- text-align: center;
- text-transform:lowercase;
- letter-spacing:2px;
- display:block;
- text-shadow: 1px 1px 5px #fff;
- margin:0, 0, 5px, 0;
- padding:5px;
- }
- h3 {
- background-image: url('{image:headerbackground}');
- 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;
- }
- h4 {
- text-align: center;
- border-bottom:1px solid {color:italic};
- background-color:#bcb7b5;
- padding: 5px;
- font-size: 11px;
- font-family: 'Prata', serif;
- color: #fff;
- text-shadow: 1px 1px 1px #333;
- letter-spacing: 2px;
- }
- i, italic, em {
- font-family: 'Marck Script', cursive;
- font-size: 12px;
- text-shadow: 1px 1px 1px #ffffff;
- 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: 12px;
- border-left: 3px solid {color:bold};
- padding: 5px;
- font-family: courier new;
- font-style: none;
- text-transform: uppercase;
- text-align:left;
- }
- code {
- text-transform: uppercase;
- }
- blockquote {
- padding:2px 7px;
- padding-right:17px;
- margin:3px 0 3px 10px;
- border-left:1px solid {color:bold};
- -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: #c6454f;
- 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);
- }
- a.atlas, a.atlas:link, a.atlas:active, a.atlas:visited {
- color: #fff;
- font-family: 'Marck Script', cursive;
- font-size: 12px;
- text-shadow: 1px 1px 5px #fff;
- text-transform: none;
- }
- a.atlas:hover {
- opacity: .5;
- -moz-transition-duration:.6s;
- -webkit-transition-duration:.6s;
- -o-transition-duration:.6s;
- -webkit-filter: blur(0px);
- }
- a.kimoyo, a.kimoyo:link, a.kimoyo:active, a.kimoyo:visited {
- color: #ffffff;
- font-family: 'Orbitron', sans-serif;
- font-size: 8px;
- text-shadow: 1px 1px 5px #fff;
- text-transform: uppercase;
- background-color: #373737;
- border-left: 3px solid {color:bold};
- border-right: 3px solid {color:bold};
- padding: 10px;
- text-align: center;
- display: block;
- }
- a.kimoyo:hover {
- opacity: .5;
- -moz-transition-duration:.6s;
- -webkit-transition-duration:.6s;
- -o-transition-duration:.6s;
- -webkit-filter: blur(0px);
- }
- /*---------------------------- PAGINATION ---------------------------*/
- .pag {
- position: fixed;
- left: 1050px;
- top: 550px;
- 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: #65c4c1;
- border-left: 3px solid #1e1d18;
- border-right: 3px solid #1e1d18;
- background-image: url('{image:headerbackground}');
- background-position: fixed;
- background-repeat:repeat;
- text-align: center;
- padding: 5px;
- font-size: 13px;
- font-family:calibri;
- color: #fff;
- height: 15px;
- margin-left:0px;
- margin-bottom: 75px;
- }
- #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:325px;
- height: 15px;
- overflow: auto;
- padding:2px;
- font-size:5px;
- text-align:left;
- font-family:courier;
- text-transform:uppercase;
- background: transparent;
- border-bottom:0px solid #474747;
- margin-bottom: 5px;
- opacity: 1;
- margin-left: -5px;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- transition: all 0.8s ease;
- }
- #tags a {
- font-family:consolas;
- font-size:7px;
- line-height:8pt;
- letter-spacing:0px;
- color:{color:italic};
- text-shadow:0px 0px 1px #333;
- 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: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: #333333;
- 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: 410px;
- top:200px;
- height: 340px;
- width: 232px;
- position: fixed;
- font-size:11px;
- overflow: auto;
- padding: 10px;
- z-index:2;
- }
- .regs {
- background-image:url('https://i.imgur.com/uZGsyqR.png');
- background-repeat:no-repeat;
- top:175px;
- left: 400px;
- text-align:justify;
- height:400px;
- width:500px;
- 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;
- }
- .warp {
- background-image:url('https://i.imgur.com/cWirwi9.png');
- background-repeat:no-repeat;
- top:175px;
- left: 400px;
- text-align:justify;
- height:400px;
- width:500px;
- 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;
- }
- .galaxies {
- background-image:url('https://i.imgur.com/t7zhbOJ.png');
- background-repeat:no-repeat;
- top:175px;
- left: 400px;
- text-align:justify;
- height:400px;
- width:500px;
- 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;
- }
- .realities {
- background-image:url('https://i.imgur.com/sCEOaeG.png');
- background-repeat:no-repeat;
- top:175px;
- left: 400px;
- text-align:justify;
- height:400px;
- width:500px;
- 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;
- }
- .mates {
- background-image:url('https://i.imgur.com/aYn59xl.png');
- background-repeat:no-repeat;
- top:175px;
- left: 400px;
- text-align:justify;
- height:400px;
- width:500px;
- 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: #444444;
- border-top: 1px solid #007295;
- border-bottom: 1px solid #007295;
- text-align: center;
- font-size: 9px;
- font-family:courier;
- color: #fff;
- display: inline-block;
- width:90px; height:4px;
- margin:2px; padding:3px 6px 10px;
- -webkit-mask-image: -webkit-linear-gradient(left, rgba(68,68,68,0), rgba(68,68,68,1), rgba(68,68,68,0))
- }
- .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 }
- /*--------------------------- 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: 0px solid #222222;
- border-radius: 2px;
- background-repeat:repeat;
- background-attachment:fixed;
- background-image: url('');
- display: inline-block;
- padding: 4px;
- 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: 0px solid #222222;
- color:#b5d230;
- display: inline-block;
- padding: 4px;
- 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-bottom: 1px solid #3b3b3b;
- padding: 5px;
- width: 242px;
- height: 25px;
- overflow: auto;
- text-align: center;
- z-index: 1;
- }
- #verses {
- background:#3b3b3b;
- border-right: 1px solid #007295;
- width: 225px;
- height: 150px;
- padding: 5px;
- text-align: justify;
- overflow: auto;
- }
- #pictureframe {
- background-image: url('image:background');
- width: auto;
- height: auto;
- z-index: 1;
- background-attachment: fixed;
- top: -500px;
- }
- </style>
- <body>
- <div CLASS="sidebox">
- <P><center>
- <a href="/" title="base" style="margin-right: 10px;">I</a>
- <a href="/ask" title="questions" style="margin-right: 10px;">II</a>
- <a href="/{text:link 3}" title="{text:link 3 title}" style="margin-right: 10px;">III</a>
- <a href="/{text:link 4}" title="{text:link 4 title}" style="margin-right: 10px;">IV</a>
- <a href="/{text:link 5}" title="{text:link 5 title}">V</a>
- </center>
- <h4>{text:url}</h4>
- <CENTER>
- <p><b>{text:blogtype}</b><br>
- <i>{text:character}</i><BR>
- <CODE>penned by {text:penname}</CODE>
- </CENTER>
- <p>
- <br>
- <h4>DEBTS</h4>
- <center>
- <b>Starters:</b> {text:starters} <br>
- <b>Replies:</b> {text:drafts} <br>
- <b>Memes:</b> {text:memes}
- </center>
- <p>
- <br>
- <center>
- <img src="{image:icon1}"> <img src="{image:icon2}"> <img src="{image:icon3}">
- </center>
- <p>
- <center>
- <b>"{text:quote}"</b>
- </center>
- </div>
- <!----------------------------- CREDIT ------------------------------>
- <div class="credit">
- <a href="http://commissionsbyzorra.tumblr.com/" title="Commissions By Zorra" class="credit">zorra</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: -775px; margin-top: -50px;"><img src="{image:arrow2}"></a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" class="pag" style="margin-right: 0px; margin-top: -50px;"><img src="{image:arrow}"></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:-100px; margin-top:-50px; text-transform:uppercase; color: {color:italic}; word-wrap: break-word; max-width: 100%;">{asker}</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: auto; margin-left:100px; margin-top:-17px; font-size: 12px; font-family: 'Oswald', sans-serif; letter-spacing: 2px;" title="{TimeAgo}, {ShortMonth} {DayOfMonthWithZero} with {NoteCount} notes ">CODEX </a>
- {/block:Date}
- <a href="{ReblogURL}" style="position:absolute; margin-left:-150px; margin-top:-17px; font-size:12px; font-family: 'Oswald', sans-serif;';" title="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}
- <img style="position:fixed; top:125px; left:100px;" src="{image:allison}">
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment