Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <!------------------------------ FONTS ----------------------------->
- <link href="https://fonts.googleapis.com/css?family=Sawarabi+Mincho" 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=Rozha+One" 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=Peddana" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
- <html>
- <!--
- - BASE CODE
- http://fratdadbase.tumblr.com/
- - THEME BY ZORRA @ THEMESBYZORRA
- - THEME IS FREE FOR USE BY THE TUMBLR COMMUNITY. PLEASE LEAVE CREDIT WHERE IT IS DUE.
- - I PREFER IF YOU DIDN'T BUTURE MY CODE TO MAKE YOUR OWN BASECODE. BUT IF YOU HAPPEN TO TAKE ELEMENTS FROM THIS THEME, PLEASE CREDIT SOMEWHERE IN THE THEME.
- -->
- <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 ------------------------------>
- <!---------------------------- META DATA ----------------------------->
- <meta name="image:Background" content="" />
- <meta name="image:headerbackground" content=""/>
- <meta name="image:sidebox image" content="" />
- <meta name="select:sidebox image size" content="50px" title="50px"/>
- <meta name="select:sidebox image size" content="60px" title="60px"/>
- <meta name="select:sidebox image size" content="70px" title="70px"/>
- <meta name="image:nav image" content=""/>
- <meta name="select:nav image size" content="50px" title="50px"/>
- <meta name="select:nav image size" content="60px" title="60px"/>
- <meta name="select:nav image size" content="70px" title="70px"/>
- <meta name="text:phoenix" content="Title Here" />
- <meta name="text:descripions" content="Stuff Here" />
- <meta name="text:link 1 url" content="url here" />
- <meta name="text:link 1 title" content="link 1"/>
- <meta name="text:link 2 url" content="url here" />
- <meta name="text:link 2 title" content="link 2"/>
- <meta name="text:link 31 url" content="url here" />
- <meta name="text:link 3 title" content="link 3"/>
- <meta name="color:background" content="#f6f6f6" />
- <meta name="color:postbackground" content="#ffffff" />
- <meta name="color:font" content="#b2b1b1" />
- <meta name="color:italic" content="#dbb675" />
- <meta name="color:bold" content="#a15e51" />
- <meta name="color:postborder" content="#ecebeb" />
- <meta name="color:info" content="#cac8c8" />
- <meta name="color:infohover" content="#000000" />
- <meta name="color:blockquote" content="#000000" />
- <meta name="color:link" content="#222222" />
- <meta name="color:linkhover" content="#333333" />
- <meta name="color:h1" content="#f3f3f3" />
- <meta name="color:h1shadow" content="#222222" />
- <meta name="color:h2" content="#e7dcd6" />
- <meta name="color:h3" content="#111111" />
- <meta name="color:h3background" content="#c8c6bf" />
- <meta name="color:question" content="#e5e5e5" />
- <meta name="color:questionborder" content="#bbbbbb" />
- <meta name="color:popuplink" content="#111111" />
- <meta name="select:info link background" content="#ffffff" title="white"/>
- <meta name="select:info link background" content="#000000" title="black"/>
- <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"/>
- </head>
- <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-attachment: fixed;
- background-repeat: no-repeat;
- font-family: calibri;
- font-size: 10px;
- text-align: justify;
- color: {color:font};
- }
- #container {
- position:absolute;
- background-color: transparent;
- width: 460px;
- top: 0px;
- margin-top:0px;
- margin-left: 400px;
- height:100%;
- padding: 10px;
- overflow:auto;
- overflow-x:hidden;
- }
- .posts {
- background-color: {color:postbackground};
- border: 1px solid {color:postborder};
- width:400px;
- margin-left:30px;
- margin-bottom:20px;
- padding: 13px;
- -webkit-animation-name: fade-in;
- -webkit-animation-duration: 1.5s;
- }
- #container img {
- height:auto;
- max-width:100%;
- }
- #post img {
- height: auto;
- max-width: 100%;
- }
- /*---------------------- QUESTIONS & ANSWERS ------------------------*/
- #askerurl {
- text-transform:uppercase;
- font-weight:400;
- font-size:20px;
- margin-top:80px;
- 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:5px solid {color:questionborder};
- border-radius: 5px;
- background-color:{color:question};
- color: {color:font};
- font-family: 'Open Sans Condensed';
- -webkit-border-radius: 10px;
- }
- #answer {
- word-spacing: 0px;
- }
- /*---------------------------- SIDEBOXS ---------------------------*/
- .sidebox {
- position: fixed;
- background-color: transparent;
- top: 200px;
- left: 50px;
- width: auto;
- padding: 5px;
- overflow: auto;
- -webkit-animation-name: fade-in;
- -webkit-animation-duration: 1.5s;
- }
- .sb img {
- width:{select:sidebox image size};
- height:{select:sidebox image size};
- border-radius:100px;
- float:left;
- display:inline;
- margin-bottom:10px;
- transition:0.4s ease-in-out;
- -webkit-transition:0.4s ease-in-out;
- -moz-transition:0.4s ease-in-out;
- }
- .sb {
- width:{select:sidebox image size};
- height:{select:sidebox image size};
- float:left;
- margin:bottom:10px;
- z-index:999;
- }
- .sbhead {
- margin-top:-5px;
- font-size:11px;
- letter-spacing:9px;
- text-transform:uppercase;
- font-weight:normal;
- width:150px;
- padding:5px;
- margin-left:calc({select:sidebox image size} + 10px);
- text-align:left;
- }
- .sidetitle a {{color:link}}
- .sidetitle a:hover {{color:linkhover}}
- .sbdec {
- width:150px;
- text-align:left;
- margin-top:0px;
- padding: 5px;
- margin-left:calc({select:sidebox image size} + 10px);
- }
- .description {
- color:{color:text};
- font-family:{select:font};
- line-height:15px;
- font-size:10px;
- text-align:left;
- }
- .nav img {
- width:{select:sidebox image size};
- height:{select:sidebox image size};
- border-radius:100px;
- display:inline;
- margin-bottom:10px;
- transition:0.4s ease-in-out;
- -webkit-transition:0.4s ease-in-out;
- -moz-transition:0.4s ease-in-out;
- }
- .nav {
- width:{select:sidebox image size};
- height:{select:sidebox image size};
- margin:bottom:10px;
- z-index:999;
- }
- /*---------------------------- CREDIT ---------------------------*/
- .credit {
- left: 98%;
- 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:{color:h1};
- border-bottom: 1px solid {color:h1};
- text-shadow: 1px 1px 1px {color:h1shadow};
- 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:{color:h2};
- text-align: center;
- text-transform:lowercase;
- letter-spacing:2px;
- display:block;
- margin:0, 0, 5px, 0;
- padding:5px;
- }
- h3 {
- background-image: url('{image:headerbackground}');
- background-color: {color:h3background};
- background-repeat:repeat;
- background-attachment:fixed;
- border: double 3px {color:postborder};
- padding:3px;
- color:{color:h3};
- text-shadow:1px 1px 2px #000,
- font-size:15px;
- font-family: 'Source Code Pro', monospace;
- text-transform:uppercase;
- letter-spacing:1px;
- text-align:center;
- overflow:auto;
- }
- h4 {
- font-size: 10px;
- color: {color:bold};
- font-family: 'Inconsolata', monospace;
- text-transform: uppercase;
- text-align: center;
- letter-spacing: 10px;
- }
- i, italic, em {
- font-family: 'Peddana', serif;
- font-size: 15px;
- text-transform: italic;
- color:{color:italic};
- text-transform:lowercase;
- letter-spacing:1px;
- text-shadow: 1px 1px #000;
- }
- 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}
- blockquote {
- padding:2px 7px;
- padding-right:17px;
- margin:3px 0 3px 10px;
- border-left:1px solid {color:blockquote};
- -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));
- }
- code {
- text-transform: uppercase;
- font-size: 13px;
- }
- /*---------------------------- LINKS ---------------------------*/
- a:link, a:active, a:visited {
- text-decoration: none;
- color: {color:link};
- text-transform: uppercase;
- font-family:karla, sans-serif;
- font-size: 9px;
- -moz-transition-duration:.6s;
- -webkit-transition-duration:.6s;
- -o-transition-duration:.6s;
- -webkit-filter: blur(0px);}
- a:hover {
- color: {color:linkhover};
- font-family:karla, sans-serif;
- 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: {color:link};
- text-shadow: 0px 0px 10px {color:link};
- font-family: times;
- font-size: 12px;
- }
- a.navi:hover {
- color: {color:linkhover};
- -moz-transition-duration:.6s;
- -webkit-transition-duration:.6s;
- -o-transition-duration:.6s;
- -webkit-filter: blur(5px);
- }
- /*---------------------------- PAGINATION ---------------------------*/
- .pagination {
- position:fixed;
- top: 175px;
- left: 245px;
- height: 100px;
- width: 100px;
- text-align:center;
- }
- /*------------------------ POST INFO & TAGS -------------------------*/
- #infobox {
- border:1px solid transparent;
- margin-bottom:0px;
- padding-top:10px;
- border-bottom:0px solid {color:postborder};
- }
- #info {
- margin-left:20px;
- padding-bottom: 2px;
- }
- #info a {
- color:{color:info};
- text-shadow: 1px 1px {select:info link background};
- opacity: 1;
- font-family: 'Source Code Pro', monospace;
- text-transform: uppercase;
- }
- #info a:hover {
- color:{color:infohover};
- opacity: 1;
- }
- #tags {
- width:375px;
- height: 25px;
- font-size:7px;
- text-align:right;
- font-family:arial;
- text-transform:uppercase;
- background:transparent;
- border-top: 1px solid {color:postborder};
- overflow: auto;
- margin-top:10px;
- margin-left:-10px;
- max-height:45px;
- margin-bottom: -50px;
- padding-top:5px;
- }
- #tags a {
- font-family:consolas;
- font-size:8px;
- line-height:8pt;
- letter-spacing:0px;
- color:{color:bold};
- text-decoration:none;
- text-shadow: 0px 0px {select:info link background};
- text-transform:uppercase;
- letter-spacing:0px;
- text-align:center;
- display:inline-block;
- }
- #tags a:hover {
- color:{color:bold};
- filter: blur(0px);
- -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 ---------------------------*/
- .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;}
- /*-------------------------- 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;
- }
- /* ----------------------------- CHAT CODE --------------------------- */
- /* chat cred: http://dear-indies.tumblr.com/post/125257866576/animalites-imessage-chat-post-ive-seen-a-lot */
- /* IMESSAGE CHAT POST */
- .answer span,.convo li{margin:0 0 5px;border-radius:1em;padding:.5em 10px;max-width:75%;clear:both;position:relative}.answer .them,.user_1,.user_3,.user_5,.user_7,.user_9,.user_11{float:left;background:#e5e5ea;color:#000;left:3px}.me::after,.user_1::after,.user_3::after,.user_5::after,.user_7::after,.user_9::after,.user_11::after{content:"";position:absolute;left:-.5em;bottom:0;width:.5em;height:1em;border-right:.5em solid #e5e5ea;border-bottom-right-radius:1em .5em}.answer .me,.user_2,.user_4,.user_6,.user_8,.user_10,.user_12{right:3px;float:right;background-color:#e8f3f9;color:#000}.them::after,.user_2::after,.user_4::after,.user_6::after,.user_8::after,.user_10::after,.user_12::after{content:"";position:absolute;right:-.5em;bottom:0;width:.5em;height:1em;border-left:.5em solid #e8f3f9;border-bottom-left-radius:1em .5em}.me p,.answer,.asked span{padding:0;margin:0}.answer{overflow:hidden}
- .asked p {
- text-align: left;
- margin: 0 0px 10px 0px;
- padding: 0;
- color: #666666;
- font-family: 'Inconsolata', Inconsolata;
- font-size: 12px;
- line-height: 0px;
- }
- .footerright .viasrc {
- float: left;
- }
- .asked a {
- margin:0;padding:0;
- }
- .user_4{background-color:#55caff;color:#fff}.user_4::after{border-color:#55caff}.user_6{background-color:#60f246;color:#fff}.user_6::after{border-color:#60f246}.user_5{background-color:#9ff3fc;color:#000}.user_5::after{border-color:#9ff3fc}.user_3{background-color:#25c413;color:#fff}.user_3::after{border-color:#25c413}.user_7{background-color:#9b9b9b;color:#fff}.user_7::after{border-color:#9b9b9b}.user_8{background-color:#0d9321;color:#fff}.user_8::after{border-color:#0d9321}.user_9{background-color:#606060;color:#fff}.user_9::after{border-color:#606060}
- .convo {
- overflow: hidden;
- list-style-type: none;
- padding: 0;
- margin: 0;
- }
- /*---------------------------- 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: {color:background};
- border: 0px solid {color:postborder};
- width:330px;
- height:200px;
- top:400px;
- padding: 10px;
- left: 50%;
- 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:background};
- 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;
- }
- .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 ------------------------------- */
- 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 {color:postborder};
- border-radius: 2px;
- background-repeat:repeat;
- background-attachment:fixed;
- background-image: url('');
- display: inline-block;
- padding: 4px 10px;
- margin-bottom: 4px;
- margin-left: 2px;
- cursor: pointer;
- color: {color:italic};
- text-align: center;
- }
- ul#tabs li:hover {
- background-color: transparent;
- border-radius: 2px;
- color: {color:linkhover};
- text-shadow: 1px 1px 3px #111;
- }
- ul#tabs li.active {
- background-image: url('');
- background:transparent;
- background-repeat:repeat;
- background-attachment:fixed;
- border: 0px solid {color:postborder};
- color:{color:bold};
- display: inline-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: {color:background};
- border: 0px solid {color:postborder};
- padding: 5px;
- top: 0px;
- left: 450px;
- width: 320px;
- height: 15px;
- overflow: auto;
- z-index: 999999999999;
- }
- </style>
- <body>
- <!--------------------------- SIDEBOX -------------------------------->
- <div class="sidebox">
- <div class="sb"><a href="/" title="home"><img src="{image:sidebox image}"></a></div>
- <div class="sbhead"><a href="#?w=500" class="poplight sidetitle" rel="box2" title="navigation">{text:phoenix}</a></div>
- <div class="sbdec">{text:descriptions}</div>
- </div>
- <!------------------------ NAVIGATION START ------------------------->
- <div id="box2" class="popup_block">
- <div style="width:auto;height: auto; overflow:auto;">
- <center>
- <div class="nav"><img src="{image:nav image}"></div>
- <p>
- <h4>NAVIGATION</h4>
- <a href="/ask" class="navi">ask</a> | <a href="/{text:link 1 url}" title="{text: link 1 title}" class="navi">{text:link 1 title}</a> | <a href="/{text:link 2 url}" title="{text: link 2 title}" class="navi">{text:link 2 title}</a> | <a href="/{text:link 3 url}" title="{text: link 3 title}" class="navi">{text:link 3 title}</a>
- </center>
- </div>
- </div>
- <!------------------------ NAVIGATION END ------------------------->
- <!----------------------------- CREDIT ------------------------------>
- <div class="credit">
- <a href="http://themesbyzorra.tumblr.com/" title="Themes By Zorra">♛</a>
- </div>
- </body>
- <!--------------------------- CREDIT END ----------------------------->
- <!------------------------- BLOG CONTENT ----------------------------->
- <div class="pagination">{block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="fourth" style="margin-left: 0px;">☚</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" class="fourth" style="margin-right: 0x;">☛</a>
- {/block:NextPage}
- {/block:Pagination}</div>
- <div id="container">
- {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-400}</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="askerurl" style="margin-left:-50px; margin-top:0px; text-transform:uppercase; font-size: 13px; color: {color:bold}; word-wrap: break-word; max-width: 100%;">{asker}</div>
- <div id="question" style="margin-top: -5px">{Question}</div>
- <div id="answer" style="margin-top: 20px;">{Answer}</div>
- {/block:Answer}
- <!----------------------- INFO & SYMBOLS ----------------------------->
- <div id="infobox">
- <div id="info">
- <br>
-
- {block:Date}
- <a href="{Permalink}"style="position:absolute; width: autopx; margin-left:-20px; margin-top:0px; font-size: 12px; font-family: 'Source Code Pro', monospace;" title="{TimeAgo}, {ShortMonth} {DayOfMonthWithZero} with {NoteCount} notes ">{ShortMonth} {DayOfMonthWithZero} </a>
- {/block:Date}
- <a href="{ReblogURL}" style="position:absolute; margin-left:35px; margin-top:0px; font-size:12px; font-family: 'Source Code Pro', monospace;" 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 & SYMBOLS ENDS --------------------------->
- {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}" title="{Tag}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
- <br><br><br><br>
- </div>
- </div>
- {/block:Posts}
- <div class="notecontainer">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div></div>
- {/block:Posts}
- </div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment