Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <! theme by lizz, d-esumana
- DONT COPY (c) !>
- <head>
- <script type="text/javascript">
- //desabilita menu de opcoes ao clicar no botao direito
- function desabilitaMenu(e)
- {
- if (window.Event)
- {
- if (e.which == 2 || e.which == 3)
- return false;
- }
- else
- {
- event.cancelBubble = true
- event.returnValue = false;
- return false;
- }
- }
- //desabilita botao direito
- function desabilitaBotaoDireito(e)
- {
- if (window.Event)
- {
- if (e.which == 2 || e.which == 3)
- return false;
- }
- else
- if (event.button == 2 || event.button == 3)
- {
- event.cancelBubble = true
- event.returnValue = false;
- return false;
- }
- }
- //desabilita botao direito do mouse
- if ( window.Event )
- document.captureEvents(Event.MOUSEUP);
- if ( document.layers )
- document.captureEvents(Event.MOUSEDOWN);
- document.oncontextmenu = desabilitaMenu;
- document.onmousedown = desabilitaBotaoDireito;
- document.onmouseup = desabilitaBotaoDireito;
- </script>
- <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Dosis|Inconsolata' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Engagement' rel='stylesheet' type='text/css'>
- <link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
- <link href='http://fonts.googleapis.com/css?family=Lobster+Two' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
- <script type="text/javascript">
- function slideSwitch() {
- var $active = $('#slideshow2 img.active');
- $active.addClass('last-active');
- // verifica se existe um próximo objeto na div #slideshow2, caso ele nao exista, retorna para o primeiro
- var $next = $active.next().length ? $active.next() : $('#slideshow2 img:first');
- $next.css({opacity: 0.0})
- .addClass('active')
- .animate({opacity: 1.0}, 1000, function() {
- $active.removeClass('active last-active');
- });
- }
- $(function() {
- //Executa a função a cada 2 segundos
- setInterval( "slideSwitch()", 2500 );
- });
- </script>
- <script type="text/javascript">
- //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
- function tb8_makeArray(n){
- this.length = n;
- return this.length;
- }
- tb8_messages = new tb8_makeArray(1);
- tb8_messages[0] = "{Title}";
- tb8_rptType = 'infinite';
- tb8_rptNbr = 5;
- tb8_speed = 100;
- tb8_delay = 2000;
- var tb8_counter=1;
- var tb8_currMsg=0;
- var tb8_tekst ="";
- var tb8_i=0;
- var tb8_TID = null;
- function tb8_pisi(){
- tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
- document.title = tb8_tekst;
- tb8_sp=tb8_speed;
- tb8_i++;
- if (tb8_i==tb8_messages[tb8_currMsg].length){
- tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
- }
- if (tb8_currMsg == tb8_messages.length){
- if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
- clearTimeout(tb8_TID);
- return;
- }
- tb8_counter++;
- tb8_currMsg = 0;
- }
- tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
- }
- tb8_pisi()
- </script>
- <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#f8f8f8" />
- <meta name="color:link" content="#000000" />
- <meta name="color:text" content="#000000" />
- <meta name="color:post" content="#ffffff" />
- <meta name="color:frase" content="#ffffff" />
- <meta name="color:scroll" content="#000000" />
- <meta name="color:links" content="#000" />
- <meta name="color:tags" content="#000" />
- <meta name="color:linkbg" content="#ffffff" />
- <meta name="color:linktext" content="#000" />
- <meta name="color:linkbghover" content="#000" />
- <meta name="color:linktexthover" content="#fff" />
- <meta name="color:border" content="#EEEEEE" />
- <meta name="color:fundo" content="#ffffff" />
- <meta name="image:background" content="" />
- <meta name="image:fotinha" content="http://24.media.tumblr.com/tumblr_mamp904K9L1rzamyno1_500.jpg"/>
- <meta name="font:text" content="verdana" />
- <meta name="font:title" content="georgia" />
- <meta name="text:titulo" content="come' on skinny love" />
- <meta name="text:link1" content="/" />
- <meta name="text:Link1 Title" content="link" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="link" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Title" content="link" />
- <meta name="text:Link6" content="/" />
- <meta name="text:Link6 Title" content="link" />
- <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
- <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}
- <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
- <style type="text/css">
- body {background-color: {color:background}; font-family: georgia; color: {color:text}; text-align: center; font-size: 9px; background-image:url('{image:background}'); background-attachment: fixed; }
- a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out;}
- p {margin: 6px 0 0 0}
- blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 4px; }
- blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:post};}
- blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
- blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
- blockquote img{max-width: 470px!important}
- blockquote blockquote img{max-width: 450px!important}
- blockquote blockquote blockquote img{max-width: 430px!important}
- blockquote blockquote blockquote blockquote img{max-width: 410px!important}
- .qquote{font-family: Georgia; font-size: 15px; letter-spacing: 0px; line-height: 18px; text-transform: none; text-align: center;
- }
- .qsource{margin-top: 5px; margin-right: 15px;text-align: right}
- #tudo {text-align: center; margin: 20px auto 20px auto; z-index: 1; width:400px; position:fixed; }
- #entries{position: relative; width:400px; text-align:justify; float:left ;margin:-7px; padding:5px; margin-left: 8px; margin-top:7px; background:{color:post}; border: 8px double {color:background}; }
- #msd {width: 350px; height: 350px; margin-left:-180px; margin-top: 30px; position:fixed; overflow:hidden; padding:3px; background-color: {color:sidebar}; }
- .danpost {width: 400px; background-color: {color:post}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family: tahoma; font-size: 11px;}
- .danpost:hover #info {opacity:0.9; margin-left:140px; margin-top:0px;}
- .danpost:hover #infu {opacity:1}
- #infu {text-align: center; font-size: 9px; font-family: tahoma; text-transform: lowercase; z-index: 11; margin-top:10px}
- #infu a {font-size: 9px;}
- h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
- h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:link}; font-weight: normal; line-height: 18px;}
- h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:linkhover}; font-weight: normal; line-height: 18px;}
- .image {text-align: center; border: 0px}
- .image img {max-width: 400px; margin-bottom: 2px }
- .oiqqtt {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
- .oiqqtts {text-align: center; text-transform: none; margin-bottom: 5px;}
- .oiqqtts a, a:hover{text-transform: none;}
- .chat {line-height: 13px; list-style: none }
- .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
- .person1 {color: {color:text}; padding: 2px; }
- .person1 .label {font-weight: bold; color:{color:text}}
- .person2 {color: {color:text}; padding: 2px; }
- .person2 .label {font-weight: bold; color:{color:text}}
- .player {background-color: #000; text-align: left; display:block;}
- /* asker */
- .asker {width: 480px; background-color: transparent; color:#969696; padding: 5px;}
- .asker img{float: left; padding: 0px 5px 0px 0px}
- .asker a{font-size: 11px; font-weight: bold; color:#969696; text-transform: lowercase; line-height: 11px; padding: 0; margin: 0}
- .asker a:hover{font-size: 11px; font-weight: bold; color:#969696; background-color: transparent; text-transform: uppercase; line-height:11px; padding: 0; margin: 0}
- .question {font-size: 10px;}
- .answer {padding: 4px}
- .answer img {max-width: 470px;}
- .bg {width: 480px; background-color: {color:entrie}; color:{color:text}; margin-top: 5px; padding-right: 10px; padding-left: 5px; padding-top: 2px; padding-bottom: 3px; border-radius:8px;}
- .source{display:none}
- #oidata {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
- #oidata a {font-size: 9px;}
- #oidata2 {text-align: right; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; margin-top:-24px;}
- #oidata2 a {font-size: 9px;}
- #oidata3 {text-align: right; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; margin-top:-14px; }
- #oidata3 a {font-size: 9px;}
- .tags {text-align: left; margin-top:-4px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;}
- .tags a {font-size: 9px; text-transform: uppercase;}
- .pquote {font-family: tahoma; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
- .pquotesource {text-align: right; text-transform: none; margin-bottom: 5px;}
- .pquotesource a, a:hover{text-transform: none;}
- #cap {width: 400px; margin-top: -2px;}
- .source {display: none;}
- .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left}
- ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
- ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
- .notes img{display: none; border:0px}
- .question {
- color:{color:text};
- font-size: 11px;
- font-weight: normal;
- font-family: verdana;
- line-height:95%;
- background: {color:border};
- position: relative;
- min-height:70px;
- padding:10px 15px;
- margin-bottom:2px;
- margin-right:-10px;}
- .questionarrow {
- font-size:30px;
- color:{color:border};
- vertical-align:middle;
- margin-left:-5px!important;}
- .asker {width:500px; text-align:right; text-transform:lowercase; color:{color:text};}
- .asker a {color:{color:text};}
- .asker img {float:left; margin-left:500px; vertical-align:top; margin-right:3px; max-height:15px;}
- .asking {text-align:center; color:{color:text}; font:9px verdana; text-transform:none;}
- .asking a{color:{color:text};}
- .asking img {width:58px; vertical-align:middle; background-color:{color:background}; padding:3px;}
- .arrow {padding-top:11px; color:{color:question background}; font-size:30px;}
- .fj {font-size: 130px; font-family: arial; line-height: 95px; margin-left: 5px; color: {color: titulos posts}; opacity:0.15; -moz-opacity: 0.15; filter: alpha(opacity=15);}
- .jf {font-size: 19px; font-family: Euphemia; letter-spacing: -1px; line-height: 20px; color: {color: titulos posts}; margin-left: 35px; margin-top: -92px; }
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- #chuchu {width:10px; height:130px; margin-top:50px; margin-left: 175px; background-color: {color:text}; position:fixed; font-size: 15px; pacity:0.9; z-index:100000; }
- #chuchus {width:90px; height:8px; margin-top:50px; margin-left: 137px; background-color: {color:text}; position:fixed; font-size: 15px; pacity:0.9; z-index:100000; }
- #heey {width:3px; height:1000px; margin-top:-0px; margin-left: 315px; background-color: {color:fundo}; position:fixed; font-size: 80px; pacity:0.9; z-index:10000}
- #maybe {width:122px; height:147px; margin-top:131px; margin-left:294px; background-color: {color:fundo}; position:fixed; font-size: 80px; pacity:0.9; z-index:10000}
- #maybe2 {width:200px; height:20px; margin-top:296px; margin-left: 330px; background-color: {color:fundo}; position:fixed; font-size: 80px; pacity:0.9; }
- #heey3 {width:182px; height:2px; margin-top:198px; margin-left: 128px; background-color: {color:text}; position:fixed; font-size: 80px; pacity:0.9; z-index:10000}
- #fundolinks {width:153px; height:75px; margin-top:305px; margin-left: 158px; background-color: {color:fundo}; position:fixed; font-size: 80px; pacity:0.9; z-index:10000}
- #safadinha {position: fixed; width:300px; margin-left:230px; margin-top:352px; z-index:100}
- .baunilha {width:80px; height:12px; background-color: {color:background}; position:fixed; color: {color:text}; font-size: 18px; font-family: give you glory; text-transform: lowercase; text-align: center; z-index: 1000; -webkit-transition: all 0.6s ease; z-index:0 }
- .baunilha:hover {text-align: center; background-color: {color:background}; color:{color:frase}; letter-spacing:0px; z-index:900}
- .baunilha:hover #bumbum {margin-top:-25px;height:auto; margin-left:-10px;}
- #bumbum { float:left; display:block; width:190px; height: auto; margin-left: 140px; color:{color:text sidebar}; font-family:verdana; font-size:9px; text-align:justify; padding:1px; margin-top:-25px; opacity:0.9; overflow:hidden; -webkit-transition: all 0.6s ease;
- text-align: justify; }
- #bumbum a {text-align: center; margin-top:1px; margin-bottom: -2px; font-family: tahoma; font-size: 10px; color: {color:text}; letter-spacing: 0px; text-transform: none; -webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in; }
- #bumbum a:hover{background-color:transparent; color:{color:maislinkhover}; font-weight: bold;}
- #xaro {margin-top: 280px; margin-left: 225px; position:fixed; background-color:{color:fundo}; z-index:10000;}
- #xaro a{height:8px; display:block; width: 47px; line-height: 3px; font-size:10px; margin-bottom: 1px; text-align:center; font-family: tahoma; text-transform: lowercase; color: {color:linktext} ; line-height:8px; background-image:url('{image:background}'); -webkit-transition-duration: 0.4s;padding:4px}
- #xaro a:hover{background-color:{color:background}; color: {color:ask}}
- #xaro2 {margin-top: 280px; margin-left: 281px; position:fixed; background-color:{color:fundo}; z-index:10000;}
- #xaro2 a{height:8px; display:block; width: 47px; line-height: 3px; font-size:10px; margin-bottom: 1px; text-align:center; line-height:8px; font-family: tahoma; text-transform: lowercase; color: {color:linktext} ; background-image:url('{image:background}'); -webkit-transition-duration: 0.4s;padding:4px}
- #xaro2 a:hover{background-color:{color:background}; color: {color:ask}}
- #xara {margin-top: 280px; margin-left: 337px; position:fixed; background-color:{color:fundo}; z-index:10000;}
- #xara a{height:8px; display:block; width: 47px; line-height: 3px; font-size:10px; margin-bottom: 1px; text-align:center; line-height:8px; font-family: tahoma; text-transform: lowercase; color: {color:linktext} ; background-image:url('{image:background}'); -webkit-transition-duration: 0.4s;padding:4px}
- #xara a:hover{background-color:{color:background}; color: {color:ask}}
- #xara2 {margin-top: 113px; margin-left: 213px; position:fixed; background-color:{color:fundo}; z-index:10000;}
- #xara2 a{height:8px; display:block; width: 103px; line-height: 3px; font-size:10px; margin-bottom: 1px; text-align:center; line-height:8px; font-family: tahoma; text-transform: lowercase; color: {color:linktext} ; background-image:url('{image:background}'); -webkit-transition-duration: 0.4s;padding:4px}
- #xara2 a:hover{background-color:{color:background}; color: {color:ask}}
- #xara4 {margin-top: 113px; margin-left: 325px; position:fixed; background-color:{color:fundo}; z-index:10000;}
- #xara4 a{height:8px; display:block; width: 103px; line-height: 3px; font-size:10px; margin-bottom: 1px; text-align:center; line-height:8px; font-family: tahoma; text-transform: lowercase; color: {color:linktext} ; background-image:url('{image:background}'); -webkit-transition-duration: 0.4s;padding:4px}
- #xara4 a:hover{background-color:{color:background}; color: {color:ask}}
- #linkaa {margin-top: 30px; margin-left:-182px; position:absolute; background-color:{color:background}; -webkit-transition: 0.9s ease-in;
- -moz-transition: 0.9s ease-in; transition: 0.9s ease-in; moz-border-bottom-left-radius: 100px; border-bottom-left-radius: 100px; -moz-border-top-left-radius: 100px; border-top-left-radius: 100px; z-index: 1; -moz-border-bottom-right-radius: 100px; border-bottom-right-radius: 100px; -moz-border-top-right-radius: 100px; border-top-right-radius: 100px; }
- #linkaa a{height:15px; display:block; width: 40px; line-height: 15px; font-size:10px; margin-bottom: 1px; text-align:center; line-height:15px; font-family: tahoma; text-transform: lowercase; moz-border-bottom-left-radius: 100px; border-bottom-left-radius: 100px; -moz-border-top-left-radius: 100px; border-top-left-radius: 100px; z-index: 1; -moz-border-bottom-right-radius: 100px; border-bottom-right-radius: 100px; -moz-border-top-right-radius: 100px; border-top-right-radius: 100px; color: {color:linktext} ; background-color: {color:linkbg}; -webkit-transition-duration: 0.4s;padding:4px}
- #linkaa a:hover{background-color:{color:background}}
- #linkaa2 {margin-top: 30px; margin-left:390px; -webkit-transition: 0.9s ease-in;
- -moz-transition: 0.9s ease-in; transition: 0.9s ease-in; position:absolute; background-color:{color:background}; moz-border-bottom-left-radius: 100px; border-bottom-left-radius: 100px; -moz-border-top-left-radius: 100px; border-top-left-radius: 100px; z-index: 1; -moz-border-bottom-right-radius: 100px; border-bottom-right-radius: 100px; -moz-border-top-right-radius: 100px; border-top-right-radius: 100px; }
- #linkaa2 a{height:15px; display:block; width: 40px; line-height: 15px; font-size:10px; margin-bottom: 1px; text-align:center; line-height:15px; font-family: tahoma; text-transform: lowercase; moz-border-bottom-left-radius: 100px; border-bottom-left-radius: 100px; -moz-border-top-left-radius: 100px; border-top-left-radius: 100px; z-index: 1; -moz-border-bottom-right-radius: 100px; border-bottom-right-radius: 100px; -moz-border-top-right-radius: 100px; border-top-right-radius: 100px; color: {color:linktext} ; background-color: {color:linkbg}; -webkit-transition-duration: 0.4s;padding:4px}
- #linkaa2 a:hover{background-color:{color:background}}
- #linkaa3 {margin-top: 70px; margin-left:-200px; -webkit-transition: 0.9s ease-in;
- -moz-transition: 0.9s ease-in; transition: 0.9s ease-in; position:absolute; background-color:{color:background}; moz-border-bottom-left-radius: 100px; border-bottom-left-radius: 100px; -moz-border-top-left-radius: 100px; border-top-left-radius: 100px; z-index: 1; -moz-border-bottom-right-radius: 100px; border-bottom-right-radius: 100px; -moz-border-top-right-radius: 100px; border-top-right-radius: 100px; }
- #linkaa3 a{height:15px; display:block; width: 40px; line-height: 15px; font-size:10px; margin-bottom: 1px; text-align:center; line-height:15px; font-family: tahoma; text-transform: lowercase; moz-border-bottom-left-radius: 100px; border-bottom-left-radius: 100px; -moz-border-top-left-radius: 100px; border-top-left-radius: 100px; z-index: 1; -moz-border-bottom-right-radius: 100px; border-bottom-right-radius: 100px; -moz-border-top-right-radius: 100px; border-top-right-radius: 100px; color: {color:linktext} ; background-color: {color:linkbg}; -webkit-transition-duration: 0.4s;padding:4px}
- #linkaa3 a:hover{background-color:{color:background}}
- #linkaa4 {margin-top: 70px; margin-left:320px; position:absolute; background-color:{color:background}; moz-border-bottom-left-radius: 100px; border-bottom-left-radius: 100px; -moz-border-top-left-radius: 100px; border-top-left-radius: 100px; z-index: 1; -moz-border-bottom-right-radius: 100px; border-bottom-right-radius: 100px; -moz-border-top-right-radius: 100px; border-top-right-radius: 100px; -webkit-transition: 0.9s ease-in;
- -moz-transition: 0.9s ease-in; transition: 0.9s ease-in;}
- #linkaa4 a{height:15px; display:block; width: 40px; line-height: 15px; font-size:10px; margin-bottom: 1px; text-align:center; line-height:15px; font-family: tahoma; text-transform: lowercase; moz-border-bottom-left-radius: 100px; border-bottom-left-radius: 100px; -moz-border-top-left-radius: 100px; border-top-left-radius: 100px; z-index: 1; -moz-border-bottom-right-radius: 100px; border-bottom-right-radius: 100px; -moz-border-top-right-radius: 100px; border-top-right-radius: 100px; color: {color:linktext} ; background-color: {color:linkbg}; -webkit-transition-duration: 0.4s;padding:4px}
- #linkaa4 a:hover{background-color:{color:background}}
- #linkaa5 {margin-top: 110px; margin-left:-280px; moz-border-bottom-left-radius: 100px; border-bottom-left-radius: 100px; -moz-border-top-left-radius: 100px; border-top-left-radius: 100px; z-index: 1; -moz-border-bottom-right-radius: 100px; border-bottom-right-radius: 100px; -moz-border-top-right-radius: 100px; border-top-right-radius: 100px; -webkit-transition: 0.9s ease-in;
- -moz-transition: 0.9s ease-in; transition: 0.9s ease-in; position:absolute; background-color:{color:background};}
- #linkaa5 a{height:15px; display:block; width: 40px; line-height: 15px; font-size:10px; margin-bottom: 1px; text-align:center; line-height:15px; font-family: tahoma; text-transform: lowercase; moz-border-bottom-left-radius: 100px; border-bottom-left-radius: 100px; -moz-border-top-left-radius: 100px; border-top-left-radius: 100px; z-index: 1; -moz-border-bottom-right-radius: 100px; border-bottom-right-radius: 100px; -moz-border-top-right-radius: 100px; border-top-right-radius: 100px; color: {color:linktext} ; background-color: {color:linkbg}; -webkit-transition-duration: 0.4s;padding:4px}
- #linkaa5 a:hover{background-color:{color:background}}
- #linkaa6 {margin-top: 110px; margin-left:582px; moz-border-bottom-left-radius: 100px; border-bottom-left-radius: 100px; -moz-border-top-left-radius: 100px; border-top-left-radius: 100px; z-index: 1; -moz-border-bottom-right-radius: 100px; border-bottom-right-radius: 100px; -moz-border-top-right-radius: 100px; border-top-right-radius: 100px; -webkit-transition: 0.9s ease-in;
- -moz-transition: 0.9s ease-in; transition: 0.9s ease-in; position:absolute; background-color:{color:background};}
- #linkaa6 a{height:15px; display:block; width: 40px; line-height: 15px; font-size:10px; margin-bottom: 1px; text-align:center; line-height:15px; font-family: tahoma; text-transform: lowercase; moz-border-bottom-left-radius: 100px; border-bottom-left-radius: 100px; -moz-border-top-left-radius: 100px; border-top-left-radius: 100px; z-index: 1; -moz-border-bottom-right-radius: 100px; border-bottom-right-radius: 100px; -moz-border-top-right-radius: 100px; border-top-right-radius: 100px; color: {color:linktext} ; background-color: {color:linkbg}; -webkit-transition-duration: 0.4s;padding:4px}
- #linkaa6 a:hover{background-color:{color:background}}
- #linkaa7 {margin-top:140px; margin-left:-182px; moz-border-bottom-left-radius: 100px; border-bottom-left-radius: 100px; -moz-border-top-left-radius: 100px; border-top-left-radius: 100px; z-index: 1; -moz-border-bottom-right-radius: 100px; border-bottom-right-radius: 100px; -moz-border-top-right-radius: 100px; border-top-right-radius: 100px; -webkit-transition: 0.9s ease-in;
- -moz-transition: 0.9s ease-in; transition: 0.9s ease-in; position:absolute; background-color:{color:background};}
- #linkaa7 a{height:15px; display:block; width: 90px; line-height: 15px; font-size:10px; margin-bottom: 1px; text-align:center; line-height:15px; font-family: tahoma; text-transform: lowercase; moz-border-bottom-left-radius: 100px; border-bottom-left-radius: 100px; -moz-border-top-left-radius: 100px; border-top-left-radius: 100px; z-index: 1; -moz-border-bottom-right-radius: 100px; border-bottom-right-radius: 100px; -moz-border-top-right-radius: 100px; border-top-right-radius: 100px; color: {color:linktext} ; background-color: {color:linkbg}; -webkit-transition-duration: 0.4s;padding:4px}
- #linkaa7 a:hover{background-color:{color:background}}
- #upupup {margin-top:400px; margin-left: 140px; position:fixed; background-color:{color:background};}
- #tchetche {width:80px; height:12px; margin-top:344px; margin-left: 120px; background-color: transparent; position:fixed; color: {color:text}; font-size: 13px; font-family: give you glory; text-transform: lowercase; text-align: center; z-index:1000; -webkit-transform: rotate(-270deg); }
- #tchetche2 {width:80px; height:12px; margin-top:373px; margin-left:142px; background-color: transparent; position:fixed; color: {color:text}; font-size: 13px; font-family: give you glory; text-transform: lowercase; text-align: center; z-index:1000 }
- #chupa {width:1px; height:102px; margin-top:67px; margin-left: 80px; background-color: transparent; position:fixed; color: {color:text}; font-size: 13px; font-family: give you glory; text-transform: lowercase; text-align: center; z-index:1000 }
- #barra3 {width:10px; height:12px; margin-top:88px; margin-left: 145px; background-color: transparent; position:fixed; padding:4px; font-size: 40px; font-family: Give You Glory; text-transform: lowercase; color: {color:text}; text-align: right; -moz-transform: rotate(-25deg);-webkit-transform: rotate(-25deg);-o-transform: rotate(-25deg);-ms-transform: rotate(-15deg);transform: rotate(-10deg);}
- #sideimg {display: block; margin-left: 202px; float: right; margin-top: 19px; width: auto; height: auto; background-color: transparent; position: fixed; z-index:30;}
- .simg1 img {width: 135px; height: 160px; margin-bottom: 2px; border: 4px solid {color:fundinho};}
- #pag {width: 15px; padding:1px; background-color: {color:post}; position:fixed; text-align: center; margin-top: 100px; margin-left: 119px;}
- #cruz {position: fixed; margin: 200px 0px 0px 60px; }
- #acruz {width: 39px; position: absolute; margin-left: -92px; margin-top: -365px; color: {color:cruz}; font-size: 60px; -webkit-transform: rotate(-20deg);}
- #acruz:hover { -webkit-transform: rotate(0deg);}
- #home {width: 24px; position: fixed; float: left; font-size: 9px; font-family: tahoma; color: {color:cruz}; padding: 5px; height: 24px; margin-left: 110px; rotation: 10px; margin-top: 280px; margin-top: 185px; -moz-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; z-index: 20;}
- .tititica3 {color:{color:text}; background-color:{color:fundo}; height:12px; font-size:09px; width: 225px; font-family:georgia; text-align:center; font-style:none;letter-spacing:3px; margin-top:471px; margin-left: 230px; position: absolute; line-height:12px; text-transform: lowercase; padding:3px; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;font-style:none; position:fixed;}
- #frase {width:185px; height:40px; margin-top:75px; margin-left: 110px; position:fixed; padding:4px; font-size: 25px; overflow:hidden; font-family: megrim; text-transform: uppercase; color: {color:frase}; text-shadow: -2px 0px #E86060, 2px 0px #54d2cb; transition: all .5s ease-in-out!important; -webkit-transition: all .5s ease-in-out!important;line-height: 50px; text-align: center; z-index:10000000}
- #celular {width:183px; height: 1015px; border-width: 1px;border-style: dotted;border-color: {color:text}; margin-top: 1000000px; margin-left: 146px; position:fixed; }
- #maybea {width:300px; height: 193px; margin-top:2070px; margin-left:-10px; position:fixed; background-color:{color:fundo} }
- #maybeaaz {width:212px; height:30px; margin-top: 3070px; margin-left: 190px; position:fixed; background-color:{color:border}; z-index:100000; }
- #maybez {width:231px; height: 264px; margin-top:120px; margin-left: 230px; position:fixed; background-color:{color:fundo} }
- #suckp {width: 272px; float: left; margin-left:231px; z-index:10000000000; margin-top: -128px; padding: 0px; text-align: center; position: fixed; -moz-transition: opacity .1s ease-in-out; -o-transition: opacity .1s ease-in-out; transition: opacity .1s ease-in-out; -webkit-transition: opacity .9s ease-in-out; opacity: 1; -webkit-transition: 1.3s ease-in; height:20px;
- -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; }
- #suckp a {float: left; padding: 1px; margin-top: 200px; display: block; letter-spacing: 1px; font-family: dosis; font-size: 9px; text-align: center; width: 36.5px; height:20px; background-color: {color:linkbg}; color: {color:linktext} ; text-decoration: none; text-transform: uppercase; line-height: 30px; height: 30px; overflow: hidden; border:1px solid {color:background}; margin-left:-2px; opacity:0.9;border-top:2px solid {color:border}; }
- #suckp a:hover{text-align: center; opacity:0.7; background-color:{color:linkbghover}; color: {color:linktexthover};height:25px;border-bottom:3px solid {color:linktexthover};width:px;}
- #suckpe {width: 218px; float: left; margin-left:-380px; margin-top: 70px; padding: 0px; text-align: center; position: fixed; -moz-transition: opacity .1s ease-in-out; -o-transition: opacity .1s ease-in-out; transition: opacity .1s ease-in-out; -webkit-transition: opacity .9s ease-in-out; opacity: 1; -webkit-transition: 1.3s ease-in; height:18px;
- -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; }
- #suckpe a {float: left; padding: 1px; margin-top:6px; border-width: 1px;border-style: dotted;border-color: {color:text}; display: block; letter-spacing: 0px; font-family: georgia; font-size: 9px; text-align: center; width: 30px; height:15px; background-color: {color:border}; color: {color:linktext} ; text-decoration: none; text-transform: none; line-height: 20px; height: 20px; overflow: hidden; margin-left:-2px; }
- #suckpe a:hover{text-align: center; opacity:0.7; background-color:{color:linktext}; color: {color:linkbg};}
- #frase:hover {text-shadow: 0px 0px {color:text links}, 0px 0px {color:text links};transition: all .5s ease-in-out!important; -webkit-transition: all .5s ease-in-out!important;}
- #side {position: fixed; width:800px; margin-left:240px;z-index:1000; margin-top:100px;}
- .photo {-webkit-transition: 0.9s ease-in; -moz-transition: 0.9s ease-in; transition: 0.9s ease-in; position:absolute; padding:0px; background-color:{color:sidebar}; overflow: hidden; -webkit-transition: all 0.6s ease; margin-top:50px; border:6px solid {color:border}; }
- .photo img:hover {-moz-opacity: 0.95;filter: url(filters.svg#grayscale);filter: gray;-webkit-filter: grayscale(1); -moz-opacity: 0.83; filter: alpha(opacity=83); opacity:0.9; }
- .photo img {display: block;width:200px; height:230px; -webkit-transition: 0.9s ease-in; -moz-transition: 0.9s ease-in; transition: 0.9s ease-in; }
- #twitter {width: 17px; position: absolute; background-color: #ffffff; font-size: 9px; font-family: tahoma; padding: 5px; height: 16px; margin-left: -50px; margin-top: -10px; z-index: 0; margin-top:0px; opacity:0,6; -moz-transition: opacity .1s ease-in-out; -o-transition: opacity .1s ease-in-out; transition: opacity .1s ease-in-out; -webkit-transition: opacity .9s ease-in-out; opacity: 1; -webkit-transition: 1.3s ease-in;
- -moz-transition: 1.3s ease-in; transition: 1.3s ease-in;}
- #twitter img {height:19px; width:19px; margin-left:-2px; }
- #textlinks {width:120px; height: 10px; margin-left:99px; margin-top:477px; position:fixed; color: {color:frase};opacity:0.8; z-index: 000; font-family: tahoma; text-align: center; font-size:9px; line-height: 10px; text-transform: lowercase; border-left:0px solid; border-right:0px solid; padding:3px; width: 70px; height:20px; position: absolute; border: 0px solid {color:border}; background-color: {color:border}; -moz-transition: opacity .1s ease-in-out; -o-transition: opacity .1s ease-in-out; transition: opacity .1s ease-in-out; -webkit-transition: opacity .9s ease-in-out; opacity: 1; -webkit-transition: 1.3s ease-in;
- -moz-transition: 1.3s ease-in;position:fixed; transition: 1.3s ease-in;
- }
- #upupup {width: 220px; float: left; margin-left:280px; margin-top: -6px; padding: 0px; text-align: center; position: absolute; -moz-transition: opacity .1s ease-in-out; -o-transition: opacity .1s ease-in-out; transition: opacity .1s ease-in-out; -webkit-transition: opacity .9s ease-in-out; opacity: 1; -webkit-transition: 1.3s ease-in; height:26px;
- -moz-transition: 1.3s ease-in; transition: 1.3s ease-in;}
- #upupup a {float: left; padding: 1px; margin-top:6px; display: block; letter-spacing: 0px; font-family: 'homenaje'; font-size: 12px; text-align: center; width: 58px; background-color: {color:linkbg}; color: {color:textlink}; text-decoration: none; text-transform: uppercase; line-height: 18px; height: 18px; overflow: hidden; border:1px solid {color:background}; margin-left:-2px; }
- #upupup a:hover{text-align: center; background-color: {color:background}; color: {color:linktexthover};}
- #upupup2 {width: 220px; float: left; margin-left:-190px; margin-top: 200px; padding: 0px; text-align: center; position: absolute; -moz-transition: opacity .1s ease-in-out; -o-transition: opacity .1s ease-in-out; transition: opacity .1s ease-in-out; -webkit-transition: opacity .9s ease-in-out; opacity: 1; -webkit-transition: 1.3s ease-in; height:26px;
- -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; }
- #upupup2 a {float: left; padding: 1px; margin-top:6px; display: block; letter-spacing: 0px; font-family: 'homenaje'; font-size: 12px; text-align: center; width: 42px; background-color: {color:linkbg}; color: {color:textlink}; text-decoration: none; text-transform: uppercase; line-height: 18px; height: 18px; overflow: hidden; border:1px solid {color:background}; margin-left:-2px; }
- #upupup2 a:hover{text-align: center; background-color: {color:background}; color: {color:linktexthover};}
- #upupup3 {width: 220px; float: left; margin-left:2px; margin-top: -50px; padding: 0px; text-align: center; position: absolute; -moz-border-bottom-right-radius: 60px; border-bottom-right-radius: 60px; -moz-border-top-right-radius: 60px; border-top-right-radius: 60px; z-index: 1; -moz-transition: opacity .1s ease-in-out; -o-transition: opacity .1s ease-in-out; transition: opacity .1s ease-in-out; -webkit-transition: opacity .9s ease-in-out; opacity: 1; -webkit-transition: 1.3s ease-in; height:26px;
- -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; }
- #upupup3 a {float: left; padding: 1px; margin-top:6px; display: block; letter-spacing: 0px; font-family: 'homenaje'; font-size: 12px; text-align: center; width: 20px; background-color: {color:linkbg}; color: {color:textlink}; text-decoration: none; text-transform: uppercase; line-height: 18px; height: 20px; overflow: hidden; border:1px solid {color:background}; margin-left:-2px; }
- #upupup3 a:hover{text-align: center; background-color: {color:background}; color: {color:linktexthover};}
- #beeijo {width: 220px; float: left; margin-left:2px; margin-top: -50px; padding: 0px; text-align: center; position: absolute; -moz-transition: opacity .1s ease-in-out; -o-transition: opacity .1s ease-in-out; transition: opacity .1s ease-in-out; -webkit-transition: opacity .9s ease-in-out; opacity: 1; -webkit-transition: 1.3s ease-in; height:26px;
- -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; }
- #beeijo a {float: left; padding: 1px; margin-top:6px; display: block; letter-spacing: 0px; font-family: 'homenaje'; font-size: 12px; text-align: center; width: 15px; background-color: {color:linkbg}; color: {color:textlink}; text-decoration: none; text-transform: uppercase; line-height: 18px; height: 20px; overflow: hidden; border:1px solid {color:background}; margin-left:-2px; }
- #beeijo a:hover{text-align: center; background-color: {color:background}; color: {color:linktexthover};}
- .li {opacity: 1}
- .li2 {opacity: 0.8}
- .li3 {opacity: 0.6}
- .li4 {opacity: 0.8}
- .li5 {opacity: 1}
- #kitty {width: 160px; text-align: center; margin-top:137px; margin-bottom: -2px; font-family: verdana; font-size: 9px; color: {color:text}; letter-spacing: 0px; text-transform: none; -webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in; margin-left: 15px;}
- #kitty a:hover{ opacity: 0.8; }
- #faixa {margin-top: 50px; margin-left: -10px; position: fixed; background-color: {color:bobsponja}; height: 140px; width:354px; }
- #faixa2 {margin-top: -50px; margin-left: 50px; position: fixed; background-color: {color:bobsponja}; height: 2000px; width:30px; }
- @font-face {
- font-family: 'Give You Glory';
- font-style: normal;
- font-weight: norAmal;
- src: local('Give You Glory'), local('GiveYouGlory'), url('http://themes.googleusercontent.com/font?kit=DFEWZFgGmfseyIdGRJAxuJre1ArFO0nxyUXZnjCjpOg') format('woff');
- }
- @font-face{
- font-family: 'MyWebFont';
- src: url('WebFont.eot');
- src: url('WebFont.eot?#iefix') format('embedded-opentype'),
- url('WebFont.woff') format('woff'),
- url('WebFont.ttf') format('truetype'),
- url('WebFont.svg#webfont') format('svg');
- }
- #ttle {width:150px; height: 20px; margin-left:230px; margin-top:86px; position:fixed; overflow:hidden; color: {color:frase}; z-index: 0; font-family:'Lobster Two',cursive; font-size:20px;text-transform:none; border-left:0px solid; border-right:0px solid; padding:3px; z-index: 1000; background-color: {color:fundo}; text-align:left; width:225px; height:27px; line-height: 28px; z-index:10000000; text-align:center; border: 0px solid {color:border}; }
- #ttlecom { margin-left:300px; margin-top:30px; position:fixed; overflow:hidden; color: {color:fundo}; z-index: 0; font-family: times new roman; font-size:400px;text-transform:none; border-left:0px solid; border-right:0px solid; padding:3px; text-align:left; border: 0px solid {color:border}; }
- #ttledosis {width:150px; height: 20px; margin-left:150px; margin-top:117px; position:fixed; overflow:hidden; color: {color:frase}; opacity: 0.7; z-index: 0; font-family:dosis; font-size:13px;text-transform:none; border-left:0px solid; border-right:0px solid; padding:3px; z-index: 1000; text-align:left; width:290px; height:33px; line-height: 26px; z-index:10000000; border: 0px solid {color:border}; }
- @font-face {font-family: "discoverbeauty";src: url('http://static.tumblr.com/nf5qb3y/3ptm2vwot/discoverbeauty.ttf') format("truetype");}
- #ttle5 {position: fixed; margin-left:188px; margin-top:325px; padding:5px; line-height:15px; font-size:20px; background-color:transparent; font-family: times new roman; text-align:center; width: 150px; -webkit-transform: rotate(4deg); z-index:0000000; color: {color:frase}; }
- #ttle5:hover { color:transparent; }
- #textv {width:98px; height: 50px; margin-left:230px; margin-top:405px; position:fixed; color: {color:frase}; background-color:{color:fundo}; z-index: 0; font-family: georgia; font-size:10px;text-transform: none; border-bottom:1px solid; border-top:1px solid; z-index:0; padding:3px; width: 225px; z-index:100000; height:59px; border: 0px solid {color:border};line-height:14px; }
- #themex {width:150px; height: 130px; background-color: {color:border}; margin-top: 200px; margin-left: 772px; position:fixed; color: {color:frase}; z-index: 0; font-family:dosis; font-size:24px;text-transform:uppercase;z-index: 1000; text-align:center; line-height: 30px; border-width: 1px;border-style: dotted;border-color: {color:text}; }
- /** estilo de ask by htmland **/
- @font-face {font-family: "tinytots"; src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf')}
- .hlanswer {background: #bebebe color: {color:text}; background: {color:background}; width: 385px; font: normal 10px arial; margin-bottom: 2px; padding-top: 8px; padding-left: 13px; padding-bottom: 13px; text-align: justify; display: block; overflow: hidden; border-top: 2px solid #bebebe;}
- .hlanswer img {border: 2px solid #bebebe; float: right; margin-top: -15px; margin-left: 13px; margin-bottom: -13px; opacity: 0.8; }
- .hlanswer img:hover {opacity: 1.0}
- .hlanswerinfo {background: transparent; padding: 3px; float: left; display: inline-block; width: auto; color: {color:text}; font: normal 10px "tahoma"; text-transform: none; margin-bottom: -1px}
- .hlanswerinfo a {color: {color:text};}
- #emcima {z-index: 90; margin-top: 900px; background-color:{color:background}; width: 1320px; height: 50px; padding: 0px; position: fixed; margin-left: 100px;}
- #emcima2 { width: 696px; -webkit-border-radius: 0px 0px 0px 0px; margin-left: 261px; height: 1px; margin-top: 0px; float:left; text-align: right; background-color: {color:sidebar}; font-size: 9px; position:fixed; padding: 5px; color: {color:text}; font-family: {font:text}}
- #oie {position: fixed; margin-left: 0px; margin-top: 100px; display: none;}
- #bebezinha {position: absolute; width: 200px; margin-left: -10px; margin-top: -176px; padding: 0px; text-align: center; z-index:3;}
- #bebezinha a {float: left; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; margin-right: 0px; margin-bottom: 0px;margin-top: 247px; width: 46px; background-color: {color:bglink}; color: {color:linktext}; text-decoration: none; text-transform: uppercase; height: 18px; line-height: 20px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
- #bebezinha a:hover{text-align: center; background-color: {color:linkbghover}; color: {color:linksshover};text-shadow:6px 5px 9px ;}
- #entry {float: left; margin-left: 460px; margin-top:-5px; border: 0px solid {color:post}; color:{color:text}; width:400px; z-index:10000000000;opacity:0.8;}
- .posts {position: relative; width:400px; text-align:justify; float:left ;margin:-7px; padding:5px; margin-left: 8px; font-family: tahoma; font-size: 11px;margin-top:7px; background:{color:post}; border: 4px double {color:background}; z-index:10000000000; }
- #bebezinha2 {position: absolute; margin-left: -88px; margin-top: 450px; padding: 0px; text-align: center; z-index:3;}
- #bebezinha2 a {float: left; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; margin-right: 0px; margin-bottom: 1px;margin-top: 217px; width: 48px; background-color: {color:linkbg}; color: {color:linktext}; text-decoration: none; text-transform: uppercase; height: 20px; line-height: 20px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; }
- #bebezinha2 a:hover{text-align: center; background-color: {color:linkbghover}; color: {color:linktexthover};text-shadow:6px 5px 9px ; }
- #linksfotos { margin-top: 250px; margin-left:280px; position:fixed; z-index:200000; border-width: 1px;border-style: dotted;border-color: {color:text}; }
- #linksfotos a{height:8px; display:block; width: 40px; line-height: 3px; font-size:8px; margin-bottom: 1px; text-align:center; line-height:10px; font-family: tinytots; text-transform: uppercase; color: {color:linktext} ; background-color: {color:linkbg}; padding-left:1px; -webkit-transition-duration: 0.4s;padding:2px}
- #linksfotos a:hover{ opacity:0.6;}
- #linkd { margin-top: 140px; margin-left:153px; position:fixed; z-index:200000; opacity: 0.8; border-top:1px solid {color:text}; }
- #linkd a {height:9px; display:block; width: 30px; line-height: 10px; font-size:8px; margin-bottom: 1px; text-align:center; line-height:10px; font-family:tahoma; text-transform: uppercase; color: {color:linktext} ; background-color: {color:linkbg}; letter-spacing: 1px; padding-left:1px; -webkit-transition-duration: 0.4s;padding:2px}
- #linky a:hover{ opacity:0.6;}
- #linkd a:hover{ opacity:0.6;}
- #linky { margin-top: 140px; margin-left:188px; position:fixed; z-index:200000; opacity: 0.8; border-top:1px solid {color:text}; }
- #linky a{height:9px; display:block; width: 30px; line-height: 10px; font-size:8px; margin-bottom: 1px; text-align:center; line-height:10px; font-family:tahoma; text-transform: uppercase; color: {color:linktext} ; background-color: {color:linkbg}; letter-spacing: 1px; padding-left:1px; -webkit-transition-duration: 0.4s;padding:2px}
- #linky a:hover{ opacity:0.6;}
- #linky3 { margin-top: 140px; margin-left:223px; position:fixed; z-index:200000; opacity: 0.8; border-top:1px solid {color:text}; }
- #linky3 a{height:9px; display:block; width: 30px; line-height: 10px; font-size:8px; margin-bottom: 1px; text-align:center; line-height:10px; font-family:tahoma; text-transform: uppercase; color: {color:linktext} ; background-color: {color:linkbg}; letter-spacing: 1px; padding-left:1px; -webkit-transition-duration: 0.4s;padding:2px}
- #linky3 a:hover{ opacity:0.6;}
- #linky4 { margin-top: 140px; margin-left:258px; position:fixed; z-index:200000; opacity: 0.8; border-top:1px solid {color:text}; }
- #linky4 a{height:9px; display:block; width: 30px; line-height: 10px; font-size:8px; margin-bottom: 1px; text-align:center; line-height:10px; font-family:tahoma; text-transform: uppercase; color: {color:linktext} ; background-color: {color:linkbg}; letter-spacing: 1px; padding-left:1px; -webkit-transition-duration: 0.4s;padding:2px}
- #linky4 a:hover{ opacity:0.6;}
- #linky5 { margin-top: 140px; margin-left:293px; position:fixed; z-index:200000; opacity: 0.8; border-top:1px solid {color:text}; }
- #linky5 a{height:9px; display:block; width: 30px; line-height: 10px; font-size:8px; margin-bottom: 1px; text-align:center; line-height:10px; font-family:tahoma; text-transform: uppercase; color: {color:linktext} ; background-color: {color:linkbg}; letter-spacing: 1px; padding-left:1px; -webkit-transition-duration: 0.4s;padding:2px}
- #linky5 a:hover{ opacity:0.6;}
- #linky6 { margin-top: 140px; margin-left:188px; position:fixed; z-index:200000; opacity: 0.8; border-top:1px solid {color:text}; }
- #linky6 a{height:9px; display:block; width: 30px; line-height: 10px; font-size:8px; margin-bottom: 1px; text-align:center; line-height:10px; font-family:tahoma; text-transform: uppercase; color: {color:linktext} ; background-color: {color:linkbg}; letter-spacing: 1px; padding-left:1px; -webkit-transition-duration: 0.4s;padding:2px}
- #linky6 a:hover{ opacity:0.6;}
- .links1 {position: absolute; width: 20px; margin-left:90px; margin-top:245px; padding: 0px; text-align: center; z-index:3;}
- .links1 a {float: left; display: block; letter-spacing: 0px; font-size:12px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 70px; background-color: {color:background}; color: {color:linktext1}; text-decoration: none; text-transform:uppercase; line-height:15px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
- .links1 a:hover{text-align: center; background-color: {color:linkbghover}; color:{color:linktexthover}; letter-spacing:0px; transform: rotateY(180deg); -webkit-transform: rotateX(180deg); opacity: 0.3}
- .links2 {position: absolute; width: 20px; margin-left:161px; margin-top:245px; padding: 0px; text-align: center; z-index:3;}
- .links2 a {float: left; display: block; letter-spacing: 0px; font-size:12px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 70px; background-color: {color:background}; color: {color:linktext1}; text-decoration: none; text-transform:uppercase; line-height:15px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
- .links2 a:hover{text-align: center; background-color: {color:linkbghover}; color:{color:linktexthover}; letter-spacing:0px; transform: rotateY(180deg); -webkit-transform: rotateX(180deg); opacity: 0.3}
- .links3 {position: absolute; width: 20px; margin-left:90px; margin-top:261px; padding: 0px; text-align: center; z-index:3;}
- .links3 a {float: left; display: block; letter-spacing: 0px; font-size:12px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 70px; background-color: {color:background}; color: {color:linktext1}; text-decoration: none; text-transform:uppercase; line-height:15px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
- .links3 a:hover{text-align: center; background-color: {color:linkbghover}; color:{color:linktexthover}; letter-spacing:0px; transform: rotateY(180deg); -webkit-transform: rotateX(180deg); opacity: 0.3}
- .links4 {position: absolute; width: 20px; margin-left:161px; margin-top:261px; padding: 0px; text-align: center; z-index:3;}
- .links4 a {float: left; display: block; letter-spacing: 0px; font-size:12px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 70px; background-color: {color:background}; color: {color:linktext1}; text-decoration: none; text-transform:uppercase; line-height:15px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
- .links4 a:hover{text-align: center; background-color: {color:linkbghover}; color:{color:linktexthover}; letter-spacing:0px; transform: rotateY(180deg); -webkit-transform: rotateX(180deg); opacity: 0.3}
- .links5 {position: absolute; width: 20px; margin-left:90px; margin-top:277px; padding: 0px; text-align: center; z-index:3;}
- .links5 a {float: left; display: block; letter-spacing: 0px; font-size:12px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 70px; background-color: {color:background}; color: {color:linktext1}; text-decoration: none; text-transform:uppercase; line-height:15px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
- .links5 a:hover{text-align: center; background-color: {color:linkbghover}; color:{color:linktexthover}; letter-spacing:0px; transform: rotateY(180deg); -webkit-transform: rotateX(180deg); opacity: 0.3}
- .links6 {position: absolute; width: 20px; margin-left:161px; margin-top:277px; padding: 0px; text-align: center; z-index:3;}
- .links6 a {float: left; display: block; letter-spacing: 0px; font-size:12px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 70px; background-color: {color:background}; color: {color:linktext1}; text-decoration: none; text-transform:uppercase; line-height:15px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
- .links6 a:hover{text-align: center; background-color: {color:linkbghover}; color:{color:linktexthover}; letter-spacing:0px; transform: rotateY(180deg); -webkit-transform: rotateX(180deg); opacity: 0.3}
- .links7 {position: absolute; width: 20px; margin-left:128px; margin-top:49px; padding: 0px; text-align: center; z-index:3;}
- .links7 a {float: left; display: block; letter-spacing: 0px; font-size:13px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 40px; background-color: {color:link2}; color: {color:linktext}; text-decoration: none; text-transform:uppercase; line-height:15px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
- .links7 a:hover{text-align: center; background-color: {color:linkbghover}; color:{color:linktexthover}; letter-spacing:0px; transform: rotateY(180deg); -webkit-transform: rotateX(180deg); opacity: 0.3}
- #sdbarsi {font-family: verdana; color: {color:frase}; font-size:7px; padding: 3px 3px 4px 3px; width: 110px; height: 7px; margin-top: 200px; margin-left: 220px; font-family: arial; z-index: 200; position: fixed; text-align: center; text-transform: uppercase; letter-spacing: 1px}
- #sdbarsi a{font-family: arial; font-size: 8px; letter-spacing: 1px}
- #credit {width: 100px; margin-left: 163px; height: 20px; margin-top:550px; float:left; text-align: center; font-size: 9px; position:fixed; padding: 4px; font-family:tahoma; color:{color:text}; overflow:hidden; z-index:1000; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; }
- .credittex {margin-top: -2px; letter-spacing: 0px; text-align: center; font-family: tahoma; font-size: 10px; color:{color:text}; }
- .credittex a{color:{color:frase};}
- .credit {
- position:fixed !important;
- margin-left: 1028px;
- margin-top: 1000px;
- margin-bottom: -5px;
- font-size: 9px;
- width: 49px;
- height: 15px;
- padding: 1px 3px 3px 2px;
- font-family: verdana;
- color: {color:text};
- text-align: center;
- background-color: {color:sidebar};
- -webkit-transition: all 0.5s ease;
- }
- #eaat {width:17px; height: 237px; margin-top:-2px; opacity:0.5; margin-left: -5px; position:fixed; background-color: {color:border}; z-index:500000000000000000000000000000000000000000000000000000000000000000; }
- #eaat2 {width:210px; height: 17px; margin-top:-5px; opacity:0.5; margin-left: -5px; position:fixed; background-color: {color:border}; z-index:500000000000000000000000000000000000000000000000000000000000000000; }
- #eaat3{width:17px; height: 237px; margin-top:-2px; opacity:0.5; margin-left: 187px; position:fixed; background-color: {color:border}; z-index:500000000000000000000000000000000000000000000000000000000000000000; }
- #eaat4 {width:210px; height: 17px; margin-top:220px; opacity:0.5; margin-left: -5px; position:fixed; background-color: {color:border}; z-index:500000000000000000000000000000000000000000000000000000000000000000; }
- ::-webkit-scrollbar{width:5px;height:5px;}
- ::-webkit-scrollbar-button:start:decrement
- ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
- ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
- ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
- ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #info {position:absolute; font-size:9px; font-family: verdana; margin-left:300px; opacity:0; width: 250px; margin-bottom:0px; margin-top:0px; display:inline; text-align:center; padding:6px; padding-top: 7px; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out; z-index: 4000; background-color: {color:post}; color:{color:text};}
- #info a {background-color: {color:post}; color:{color:text}}
- #info a:hover {color: {color:link hover}}
- #info2 {position:absolute; font-size:9px; font-family: verdana; margin-left:300px; opacity:0; width: 250px; margin-bottom:0px; margin-top:0px; display:inline; text-align:center; padding:6px; padding-top: 7px; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out; z-index: 4000; background-color: {color:post}; color:{color:text};}
- #info2 a {background-color: {color:post}; color:{color:text}}
- #info2 a:hover {color: {color:link hover}}
- .creditoa {opacity: 0.2; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
- .creditoa:hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
- #infoa {text-align: left; margin-top:-4px; font-size: 0px; font-family: calibri; text-transform: uppercase; z-index: 11;}
- #infoa a {font-size: 10px; text-transform: uppercase;}
- .photo:hover #eaat {margin-left:0px; margin-top:0px; width:0px; -webkit-transition: 0.9s ease-in;
- -moz-transition: 0.9s ease-in; transition: 0.9s ease-in; z-index:100000000;}
- .photo:hover #eaat2 {margin-top:-5px; margin-left: -5px; height:0px; -webkit-transition: 0.9s ease-in;
- -moz-transition: 0.9s ease-in; transition: 0.9s ease-in; z-index:100000000;}
- .photo:hover #eaat3 { margin-top:-2px; width:0px; margin-left: 200px; -webkit-transition: 0.9s ease-in;
- -moz-transition: 0.9s ease-in; transition: 0.9s ease-in; z-index:100000000;}
- .photo:hover #eaat4 {margin-top:230px; opacity:0.5; margin-left: -5px; height:0px; -webkit-transition: 0.9s ease-in;
- -moz-transition: 0.9s ease-in; transition: 0.9s ease-in; z-index:100000000;}
- </style>
- </head>
- <body>
- <div id="tudo">
- <div id="msd">
- </div>
- <div id="heey2"></div>
- <div id="celular"></div>
- <div id="maybea"></div>
- <div id="ttle">{text:titulo} </div>
- <div id="asa"></div>
- <div id="asaazul"></div>
- <div id="maybeaa"></div>
- <div id="maybeaaz"></div>
- <div id="maybez"></div>
- <div id="mim1"></div>
- </div></div>
- <div id="suckp">
- <a href="{text:link1}">{text:link1 title}</a>
- <a href="{text:link2}">{text:link2 title}</a>
- <a href="{text:link3}">{text:link3 title}</a>
- <a href="{text:link4}">{text:link4 title}</a>
- <a href="{text:link5}">{text:link5 title}</a> <a href="{text:link6}">{text:link6 title}</a>
- </div>
- </div>
- <div id="side">
- <div class="photo">
- <div id="suckpe">
- </div>
- <div id="eaat"></div>
- <div id="eaat2"></div>
- <div id="eaat3"></div>
- <div id="eaat4"></div>
- <img src="{image:fotinha}">
- </div></div>
- </div></div>
- </div></div>
- <div id="textv" title="">{description}</div>
- <div style="display:block;bottom:500px;left:240px;font-size:10px;font-family:georgia;position:fixed;background-color:{color:border}; color: {color:frase}; padding:3px;border-radius:10px;z-index:55554235555;opacity:0.75;"> <a href="http://d-esumana.tumblr.com" title: "detalhes i-ngenuidade">©</a> <font color="{color:text}"></font></a></div>
- </div>
- <div class="tititica3">{block:PreviousPage} <a href="{PreviousPage}">«</a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>
- </div></div></div>
- </div>
- </font>
- <div id="entry">
- {block:Posts}
- <div class="posts">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
- {block:Photoset}{Photoset-400}{/block:Photoset}
- {block:Quote}
- <div class="pquote">“{Quote}”</div>
- {block:Source}<div class="pquotesource"> <font color="(color:tags)"> — </font></a> {Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
- <div class="chat"><ul>{block:Lines}
- <li class="person{UserNumber}">{block:Label}
- <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
- {/block:Chat}
- {block:Audio}
- <div class="player">{AudioPlayerBlack}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}{Video-400}{/block:Video}
- {block:Answer}
- <table width="400px" cellspacing="0" cellpadding="0">
- <tr>
- <td width="415px" class="question">{Question}</td>
- <td width="30px"><span class="questionarrow">◤</span></td>
- <td width="64px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
- </tr>
- </table>
- <div class="answer">{Answer}</div>
- {/block:answer}
- <div id="cap">
- {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
- <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
- {/block:ContentSource}</div></div>
- <br>
- <div class="credito">
- {block:Date}<div id="infoa">
- <center> <a href="{Permalink}">{DayOfMonth}.{MonthNumber}.{Year} <font color="{color:tags}">+</font></a> <font color="{color:tags}"> </font>{block:NoteCount} <font color="{color:tags}"></font> <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel} <font color="{color:tags}">+</font></a>{block:RebloggedFrom} <font color="{color:tags}"></font> <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">originally <font color="{color:tags}">+</font></a>{/block:RebloggedFrom} {block:ContentSource}<font color="{color:tags}"> </font> <a href="{SourceURL}">source <font color="{color:tags}">+</font></a>{/block:ContentSource} {block:IndexPage} <font color="{color:tags}"> </font><a href="{ReblogUrl}" target="_blank">reblog <font color="{color:tags}">+</font></a>{/block:IndexPage}</center> </div>{block:IfShowTags}<center><div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
- </div></center>{/block:IfShowTags}{/block:Date}</div>
- <div class="tags">{block:HasTags}{block:Tags} <font color="{color:tags}">#</font><a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags} </div>
- </div>
- {/block:Posts}
- {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment