Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <! ----------------------------------------------
- theme by: umabonecaciumenta
- sem cópias totais ou parciais.
- p l a g i o e c r i m e
- ---------------------------------------------- !>
- <link href='http://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Stalemate' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Ruge+Boogie' rel='stylesheet' type='text/css'>
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#f8f8f8" />
- <meta name="color:link" content="#828282" />
- <meta name="color:linkhover" content="#f5f5f5" />
- <meta name="color:text" content="#828282" />
- <meta name="color:sidebar" content="#ffffff" />
- <meta name="color:borda2" content="#fff" />
- <meta name="text:titulo" content="i really love you.
- " />
- <meta name="image:background" content="http://static.tumblr.com/qm5x3lf/mjIma44ux/grainy03_03.gif" />
- <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Dosis|Inconsolata' rel='stylesheet' type='text/css'>
- <meta name="image:fundinho" content="http://static.tumblr.com/qm5x3lf/mjIma44ux/grainy03_03.gif" />
- <meta name="color:entry" content="#ffffff" />
- <meta name="color:links" content="#999999" />
- <meta name="image:background" content=""/>
- <meta name="font:text" content="verdana" />
- <meta name="color:titulo" content="#fff" />
- <meta name="text:titulo" content="don't forget" />
- <meta name="color:bglinks" content="#fff" />
- <meta name="color:links" content="#828282" />
- <meta name="color:linkshover" content="#828282" />
- <meta name="color:bglinkshover" content="#fff" />
- <meta name="image:sidebar" content="" />
- <meta name="color:background" content="#f1f1f1" />
- <meta name="color:sidebar" content="#ffffff" />
- <meta name="color:link" content="#696969" />
- <meta name="color:link hover" content="#696969" />
- <meta name="color:text" content="#696969" />
- <meta name="color:post" content="#ffffff" />
- <meta name="color:background" content="#f8f8f8" />
- <meta name="color:link" content="#828282" />
- <meta name="color:linkhover" content="#f5f5f5" />
- <meta name="color:text" content="#828282" />
- <meta name="color:sidebar" content="#ffffff" />
- <meta name="color:borda1" content="#acacac" />
- <meta name="color:post" content="#fff" />
- <meta name="text:titulo" content="you are everything" />
- <meta name="image:bordaimg" content="http://static.tumblr.com/qm5x3lf/mjIma44ux/grainy03_03.gif" />
- <meta name="image:background" content="http://static.tumblr.com/qm5x3lf/mjIma44ux/grainy03_03.gif" />
- <meta name="text:Link1" content="" />
- <meta name="text:Link1 Title" content="link1" />
- <meta name="text:Link2" content="" />
- <meta name="text:Link2 Title" content="link2" />
- <meta name="text:Link3" content="" />
- <meta name="text:Link3 Title" content="link3" />
- <meta name="text:Link4" content="" />
- <meta name="text:Link4 Title" content="link4" />
- <meta name="text:Link5" content="" />
- <meta name="text:Link5 Title" content="link5" />
- <meta name="text:Link6" content="" />
- <meta name="text:Link6 Title" content="link6" />
- <meta name="text:Link7" content="" />
- <meta name="text:Link7 Title" content="link6" />
- <meta name="text:Link8" content="" />
- <meta name="text:Link8 Title" content="link6" />
- <meta name="image:sidebar" content="http://static.tumblr.com/5zz5za6/do3m6uy2y/11111.jpg" />
- <meta name="color:cordoslinks" content="#fe80c0" />
- <meta name="color:corzinhadolink" content="#feb2d9" />
- <meta name="text:frase" content=" " />
- <meta name="color:background" content="#F5f5f5" />
- <meta name="color:font" content="#999999" />
- <meta name="color:entry" content="#ffffff" />
- <meta name="color:links" content="#999999" />
- <meta name="color:sidebar" content="#ffffff" />
- <meta name="color:link" content="#ffffff" />
- <meta name="color:bglinks" content="#ffffff" />
- <meta name="color:link" content="#000000" />
- <script src="http://static.tumblr.com/rozpbz7/nFim53lu5/jquery.js"></script>
- <script src="http://static.tumblr.com/rozpbz7/tcom53lvc/easing.js"></script>
- <script type='text/javascript'>
- $(document).ready(function() {
- $('.box_containere').hover(function(){
- var width = $(this).outerWidth() / 2;
- $(this).find('.left').animate({ right : width },{queue:false,duration:300});
- $(this).find('.right').animate({ left : width },{queue:false,duration:300});
- }, function(){
- $(this).find('.left').animate({ right : 0 },{queue:false,duration:300});
- $(this).find('.right').animate({ left : 0 },{queue:false,duration:300});
- });
- $('.box_container3').hover(function(){
- var width = $(this).outerWidth() / 2;
- $(this).find('.left3').animate({ right : width },{easing: 'easeOutBounce', queue:false,duration:800});
- $(this).find('.right3').animate({ left : width },{easing: 'easeOutBounce', queue:false,duration:800});
- }, function(){
- $(this).find('.left3').animate({ right : 0 },{easing: 'easeOutBounce',queue:false,duration:800});
- $(this).find('.right3').animate({ left : 0 },{easing: 'easeOutBounce',queue:false,duration:800});
- });
- });
- </script>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- </script>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('#allboxes');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '.entry',
- isAnimated : true
- });
- });
- $wall.infinitescroll({
- navSelector : "div#navigation",
- nextSelector : "div#navigation a#nextPage",
- itemSelector : '.entry',
- loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
- loadingText : " ",
- donetext : " ",
- extraScrollPx : 9000,
- bufferPx : 10000,
- debug : false,
- errorCallback: function() {
- $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#allboxes').show(500);
- });
- </script>
- <script src='http://static.tumblr.com/iihcsbj/QUElox2fq/jquery-1.1.3.1.min.js'type='text/javascript'/></script>
- <script src='http://static.tumblr.com/iihcsbj/2Ytlox2g9/jquery.lavalamp.min.js' type='text/javascript'/></script>
- <script src='http://static.tumblr.com/iihcsbj/NTDlox2gu/jquery.easing.min.js' type='text/javascript'/></script>
- <script type='text/javascript'>
- $(function() { $(".lavaLamp").lavaLamp({ fx: "backout", speed: 700 })});
- </script>
- <script type='text/javascript'>
- //<![CDATA[
- jQuery(document).ready(function($){
- $('#top-s').val('').focus(function(){ $(this).val(''); }).blur(function(){ if($(this).val() == '') $(this).val(''); });
- $('#searchform').parent().addClass('search-fix');
- $('.current_page_item').addClass('current');
- $('.lavaLampWithImage').lavaLamp({
- fx: "backout",
- speed: 900
- });
- $('.tagpost').each(function(){
- tagPosW = $(this).width();
- if(tagPosW > 532) $(this).addClass('longtag');
- });
- $('.widthfix + .meta .tagpost').each(function(){
- tagPosW = $(this).width();
- tagPosH = $(this).height();
- if((tagPosW > 420) || (tagPosH > 37)) $(this).removeClass('longtag').addClass('tagfix');
- });
- $('#tab-content').tabs({ fxSlide: true });
- $('.widget').wrapInner('<div class="inner"></div>');
- //toggle on sidebar
- $('.toggle').each(function() {
- $(this).addClass('pointer');
- var widgetHeader = $(this).parent();
- $(this).toggle(
- function() {
- $(this).addClass('toggle-down');
- widgetHeader.addClass('compact');
- },
- function() {
- $(this).removeClass('toggle-down');
- widgetHeader.removeClass('compact');
- }
- );
- });
- });
- //]]>
- </script>
- <link href='http://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
- </head>
- <style type="text/css">
- iframe#tumblr_controls {
- top:0px !important;
- right:3px !important;
- position: fixed !important;
- -webkit-transition: opacity 0.6s linear;
- opacity: 0.3;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- z-index:999999999999999999;}
- iframe#tumblr_controls:hover{
- -webkit-transition: opacity 0.6s linear;
- opacity: 0.8;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- z-index:999999999999999999999;}
- ::-webkit-scrollbar{width:16px;height:0px;}
- ::-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:borda1};-webkit-border-radius:px;}
- ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#d3d3d3;-webkit-border-radius:px;}
- /*theme by umabonecaciumenta*/
- b, strong, bold {color:{color:borda2}}
- u,underline {color:#8b8989; border-bottom: 1px dotted #FFC0CB; text-decoration:none; }
- /*theme by umabonecaciumenta*/
- i, em{color:#8b8989;}
- body {background-color: {color:background}; font-family: calibri; color: {color:text}; text-align: justify; font-size: 10px; background-image:url('{image:background}'); background-attachment: fixed; }
- a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s;}
- a:hover {color: {color:linkhover}; background-color: transparent; text-decoration: none; -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s;}
- p {margin: 6px 0 0 0}
- blockquote {margin: 5px 5px 5px 5px; border-left: 3px solid {color:text}; padding-left: 5px; }
- blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:text};}
- blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:text}; }
- blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:text}; }
- blockquote img{max-width: 370px!important}
- blockquote blockquote img{max-width: 350px!important}
- blockquote blockquote blockquote img{max-width: 330px!important}
- blockquote blockquote blockquote blockquote img{max-width: 310px!important}
- /*theme by umabonecaciumenta*/
- /*theme by umabonecaciumenta*/
- #allboxes {margin-left:372px; width:700px; margin-top:37px}
- .entry {position: relative; width:250px; text-align:justify; float:left ;margin:-10px; padding:5px; margin-left: 12px; font-family: 'Muli';font-size: 11px; margin-top:14px; background:{color:entry};border:6px double {color:entry};}
- .entry img{padding: 4px; border: 1px solid{color:post};}
- /*theme by umabonecaciumenta*/
- h1 {font-family: muli; text-align: center; font-size: 17px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 12px;}
- h1 a {text-align: center; font-size: 14px; color: {color:text}; font-weight: normal; line-height: 12px;}
- h1 a:hover {text-align: center; font-size: 14px; color: {color:text}; font-weight: normal; line-height: 12px;}
- .image {text-align: center; border: 2px;text-align: center; border: 0px; opacity: 10; -webkit-transition: 0.8s ease-in;
- -moz-transition: 0.8s ease-in; transition: 0.8s ease-in;}
- .image:hover {opacity: 0.8; -webkit-transition: 0.8s ease-in;
- -moz-transition: 0.8s ease-in; transition: 0.8s ease-in;}
- /*theme by umabonecaciumenta*/
- .image img {max-width: 240px; margin-bottom: 2px }
- /*theme umabonecaciumenta*/
- .xquote {text-align:justify; font-family:muli; font-size: 12px; line-height:15px; padding:3px;margin-left:02px; margin-bottom:3px; margin-top:-66px;}
- .xquotesource {font-family: 'muli', cursive ; ; text-align: right; text-transform: none; margin-bottom:5px; background:#transp;font-size:12px; ;}
- .xquotesource a, a:hover{text-transform: none;}
- .xquotesource a, a:hover{text-transform: none;}
- #quote {position:relative; color:{color:borda2};font-family:Ruge Boogie;top:-3px;left:-3px;font-size:60px;opacity:0.5;}
- /*theme by umabonecaciumenta*/
- .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: #trans; text-align: left; display:block;}
- /*theme by umabonecaciumenta*/
- #ssource{margin-left:10px; display:none}
- #perma {margin-top:10px; font-family: calibri; color: {color:text}; text-align: right;; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; text-transform: none; background-color: {color:background}; padding-top: 1px; border-top: solid 1px {color:background}; border-bottom: solid 1px {color:background} }
- #perma a {font-size: 10px; font-family:'muli';; text-transform: none; color: {color:text}; opacity:10; }
- #perma a:hover {opacity:0.6;}
- /*theme by umabonecaciumenta*/
- .question1 {
- color:{color:text};
- font-size: 12px;
- font-family: 'muli';
- text-align:left;
- font-weight: normal;
- line-height:95%;
- background: {color:background};
- position: relative;
- min-height:70px;
- padding:10px 15px;
- margin-bottom:2px;
- margin-right:-10px; opacity:0.8}
- .questionarrow {
- font-size:30px;
- color:{color:background};
- vertical-align:middle;
- margin-left:-5px!important; opacity:0.8}
- .asker {width:250px; text-align:right; text-transform:lowercase; color:{color:text}; opacity:0.8}
- .asker a {color:{color:text};}
- .asker img {float:left; margin-left:238px; vertical-align:top; margin-right:3px; max-height:15px; opacity:0.8 }
- .asking {text-align:center; color:{color:text}; font:9px calibri; text-transform:none; opacity:0.8;}
- .asking a{color:{color:text}; border-bottom:1px dotted {color:text};}
- .asking img {width:58px; vertical-align:middle; background-color:{color:background}; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;padding:3px;opacity:0.8;}
- .asking img:hover {webkit-filter: grayscale(1);-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%);filter: url(desaturate.svg#greyscale);filter: gray; filter: grayscale(100%);-webkit-transition: all 0.4s linear;-moz-transition: all 0.4s linear;transition: all 0.4s linear;opacity:0.9}
- .question {color: {color:background}; text-align: center; background-color: #ff; margin-bottom: -10px;opacity:0.8; }
- ::-moz-selection {
- color: #fff;
- background: {color:borda2};
- }
- ::selection {
- color: #fff;
- background: {color:borda2};
- }
- /*theme by umabonecaciumenta*/
- /*theme umabonecaciumenta*/
- #cap {width: 400px; margin-top: -2px;}
- .source {display: none;}
- .notes {width: 500px; padding: 0px; margin-top: 1px; margin-bottom: 1px; 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:entry}; margin-bottom: 1px; padding: 5px; }
- .notes img{display: none; border:0px}
- /*theme umabonecaciumenta*/
- /*theme by umabonecaciumenta*/
- #thai1 {width: 300px; margin-left:81px; margin-top: 80px; background-color: #transp; height: 1px; position: fixed;z-index:90000000000000000000; border-top:2px dotted {color:borda2};}
- /*theme by umabonecaciumenta*/
- /*theme umabonecaciumenta*/
- /*theme umabonecaciumenta*/ /*theme umabonecaciumenta*/
- #pgs {text-align: center; font-family: verdana; font-size: 8px; line-height: 15px; -moz-border-bottom-left-radius: 10px; border-top-left-radius: 10px; z-index: 1}/*theme by umabonecaciumenta*/
- #pgs a {background: #000; margin: 30 0px 0 0; padding: 2px 4px; color: {color:background}; text-decoration: none;}
- #a:hover {background: {color:sidebar}; color: {color:borda1}; border: none;}
- #pgs span.pagina_atual {background: {color:borda1}; padding: 2px 4px; color: {color:borda1}; font-weight: bold; text-decoration: none;}
- .pg { position:fixed !important; clear: both; float: left; margin-top: 120px; margin-left: 100px; width: 207px; height: 15; font-size: 9px; padding: 2px; background-color: {color:borda1}; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; -moz-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; z-index: 1;}
- /*theme by umabonecaciumenta*/
- #pagina{ margin-top: 114px; margin-left: 950px; width: 100px; float: right; background-color: transparent; position: fixed; height: 24px; -webkit-border-radius: 0px 0px 0px 0px; z-index:1000000 }
- /*** Paginação by madlyluv.com ***/
- #paginacaoml {font-size: 30px; font-family: tahoma; line-height: 24px;}
- #paginacaoml a {font-size: 30px; font-family: tahoma; background: transparent; margin: 0 1px 0 0; padding: 2px 2px; color: {color:borda2}; text-decoration: none;}
- #paginacaoml a:hover {font-size: 30px; font-family: tahoma; background: transparent; border: none;}
- #paginacaoml span.pagina_atual {background: #cor de fundo; margin: 0 1px 0 0; padding: 2px 4px; color: {color:borda2}; text-decoration: none; font-weight: bold;}#paginacaoml span.info {background: #aaaaaa; margin: 0 1px 0 0; padding: 1px 2px; color: #cor da fonte; text-decoration: none;}
- /*theme by umabonecaciumenta*/
- #pagination {width:240px; font-family:georgia; text-align:right; font-size:15px; padding:4px; font-style:italic}
- /*theme by umabonecaciumenta*/
- /*theme umabonecaciumenta*/
- /*theme umabonecaciumenta*/ /*theme umabonecaciumenta*/
- #lnv {position: fixed; margin-top: 8px; margin-left: 290px; width: 200px; height: auto;font-family: verdana; font-size: 9px; }
- /*theme by umabonecaciumenta*/
- #aux {position: fixed; margin-top: 136px; margin-left: 167px; width: 190px; height: 285px; background: transparent; overflow: hidden; color: {color:sidebar}; }/*theme by umabonecaciumenta*/
- /*theme by umabonecaciumenta*/
- .thaimg {left: 95px; top: 165px; z-index:100; position:fixed; overflow:hidden; background-color: #transparent; border:4px solid #transp; border-left:4px solid#transp; padding:1px; padding-bottom: 0px; opacity: 1;} /*theme by umabonecaciumenta*/
- .thaimg img{ height:252px;width: 277px; border:2px solid {color:background};padding:3px; -webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out; background-image:url('{image:bordaimg'); opacity:0.7}
- .thaimg img:hover{ opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;-webkit-filter: grayscale(0.3);}
- /*theme by umabonecaciumenta*/
- #thailinda{margin-top: 125px ; margin-left:82px; position: fixed; background-color:{color:sidebar}; font-family: verdana; font-size:9px; width:296px; font-style: none; color: #c9c9c9; height:308px; line-height:130%; padding: 2px; text-align: center; background-image:url('{image:fundinho}');}
- /*theme by umabonecaciumenta*/
- /*** se pegar credite caralho ***/
- .lavaLamp { position: fixed;height: 22px; width: 280px;background:{color:cordoslinks};padding: 10px; margin-top:83px;margin-left: 82px;;overflow: hidden; }
- .lavaLamp li {float: left;list-style: none; }
- .lavaLamp li.back {background:{color:corzinhadolink};;width: 9px; height: 30px;z-index: 8;position: absolute; margin-top:-4px;}
- .lavaLamp li.back .left {background:{color:corzinhadolink};height: 30px;margin-right: 9px; }
- .lavaLamp li a {position: relative; overflow: hidden;text-decoration: none;text-transform: normal;outline: none;text-align: center;height: 20px; top:4px; letter-spacing: 0;float: left; display: block;margin: auto 10px; font-family:muli; font-size:12px; color:{color:titulo};text-align: center;overflow: hidden;z-index: 11;width:35px; }
- .lavaLamp li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {color:{color:titulo};border: none;}
- .font {position: relative; overflow: hidden;text-decoration: none;text-transform: normal;outline: none;text-align: center;height: 20px; top:4px; letter-spacing: 0;float: left; display: block;margin: auto 10px; font-family:verdana; font-size:12px; color:{color:titulo};text-align: center;overflow: hidden;z-index: 10;width:auto; }
- #thail1 {text-align: justify; margin-top:
- 5px; margin-left: 28px; overflow: hidden; -webkit-border-radius: 0px 0px 0px 0px; font-family: georgia; position: fixed; color: {color:borda2}; padding: 10px; background-attachment: fixed; width:70px; height: 16px; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; letter-spacing: 1px; font-style: normal; line-height: 6px; text-transform: uppercase; -webkit-transform: rotate(-20deg); z-index: 8000000000000000000000000;}
- #thail1 {font-size: 23px; font-family:sofia ; letter-spacing: -1px; text-transform: none; line-height: 20px;}
- #thail2 {text-align: justify; margin-top:
- 10px; margin-left: 44px; overflow: hidden; -webkit-border-radius: 0px 0px 0px 0px; font-family: georgia; position: fixed; color: {color:borda2}; padding: 10px; background-attachment: fixed; width:70px; height: 16px; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; letter-spacing: 1px; font-style: normal; line-height: 8px; text-transform: uppercase; -webkit-transform: rotate(20deg); z-index: 8000000000000000000000000;}
- #thail2 {font-size: 25px; font-family:sofia ; letter-spacing: -1px; text-transform: none; line-height: 20px;}
- /*theme by umabonecaciumenta*/
- #thail3{text-align: justify; margin-top:
- 19px; margin-left: 45px; overflow: hidden; -webkit-border-radius: 0px 0px 0px 0px; font-family: georgia; position: fixed; color: {color:borda2}; padding: 10px; background-attachment: fixed; width:70px; height: 16px; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; letter-spacing: 1px; font-style: normal; line-height: 6px; text-transform: uppercase; -webkit-transform: rotate(-20deg); z-index: 8000000000000000000000000;}
- #thail3 {font-size: 23px; font-family:sofia ; letter-spacing: -1px; text-transform: none; line-height: 20px;}
- #thai9 {text-align: center; overflow: hidden; height:26px; -webkit-border-radius: 0px 0px 0px 0px; font-size: 15px; font-family: 'muli'; position: fixed; margin-left:17px; width: 42px; background-color:{color:sidebar}; color: #b5b5b5; padding: 5px; margin-top: -50px; background-attachment: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; ; letter-spacing: 0px; text-transform: none;line-height: 34px; z-index:9;}
- #thai9 a {color:#b5b5b5;text-transform: none;font-size:9px;}
- #thai9 a:hover {color:#b5b5b5;text-transform: none;font-size:10px;}
- /*theme by umabonecaciumenta*/
- #thats1{width:478px; height: 24px; float: left; margin-left:212px; margin-top: 50px; padding: 0px; text-align: center; position: fixed; z-index:800;}/*theme by umabonecaciumenta*/
- #thats1 a {display: inline-block;float: left; margin-left: 1px; font-family: calibri; border-radius:40px 40px 0px 0px;font-size: 9px;letter-spacing:1px; text-align: center; margin-top: 2px; height: 26px; width: 54px; color:{color:text}; line-height: 26px; text-transform: uppercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color:{color:bglinks}; }
- #thats1 :hover{-webkit-animation: smallToBig 300ms alternate infinite ease;-moz-animation: smallToBig 300ms alternate infinite ease;}
- @-webkit-keyframes smallToBig{from {-webkit-transform: scale(1);}to {-webkit-transform: scale(1.1);}}
- @-moz-keyframes smallToBig{from {-moz-transform: scale(1);}to {-moz-transform: scale(1.1);}}
- #thaidlc {text-align: center; width: 280px;padding: 5px; margin-top: 398px; margin-left: 95px; position:fixed; font-family: muli; font-size: 11px; background-color:#transp; color: {color:text}; line-height:10px;;text-transform: none; height:12px; z-index:10;;}
- /*theme by umabonecaciumenta*/ /*theme by umabonecaciumenta*/
- #thaidlc :hover {box-shadow: inset 50px 0px {color:bglinkshover}; color: #fff }
- #b2 {width: 0; height: 0; border-top: 20px solid {color:banner shadow}; border-left: 20px solid transparent;position:absolute;margin-top:126px;margin-left:140px; position: fixed; }
- @font-face {font-family:basket; src: url('http://static.tumblr.com/ejm8w78/aollviadu/destrukt.ttf');}
- #thait2 {
- background-color:{color:sidebar};
- padding: 0px;
- height:62px;
- line-height:40px;
- float:left;
- text-align: center;
- position:fixed;
- margin-left:81px;
- margin-top: 22px;
- width:300px;
- font-family: 'Sacramento';
- font-size:30px;
- letter-spacing:60px;
- text-align: center;
- color: {color:linksid}; letter-spacing:-1px;
- z-index:0; text-transform: none; background-image:url('{image:fundinho}') }
- #thait2 :hover{-webkit-animation: smallToBig 300ms alternate infinite ease;-moz-animation: smallToBig 300ms alternate infinite ease;}
- @-webkit-keyframes smallToBig{from {-webkit-transform: scale(1);}to {-webkit-transform: scale(1.1);}}
- @-moz-keyframes smallToBig{from {-moz-transform: scale(1);}to {-moz-transform: scale(1.1);}}
- #hmc {margin-top:438px; margin-left: 82px; position: fixed; color: #030303; width:298px; height: 1px; background-color: {color:borda1}; border: 1px solid {color:borda1};-webkit-transform: rotate(0deg)}
- #hmd {margin-top:18px; margin-left:81px; position: fixed; color: #030303; width:298px; height: 1px; z-index:100;background-color: {color:borda1}; border: 1px solid {color:borda1};-webkit-transform: rotate(0deg)}
- #hmt {margin-top:14px; margin-left: 81px; position: fixed; color: #030303; width:298px; height: 7px; background-color: {color:borda2}; border: 1px solid {color:borda2};-webkit-transform: rotate(0deg)}
- #ubcthai {color:{color:borda2};font-family:Ruge Boogie;;
- z-index:800; font-size:65px; height: 1px; width: 244px;position: fixed; margin-top: 425px ; margin-left: 85px;-webkit-transform: rotate(20deg); -moz-transform: rotate(20deg);-webkit-transform: rotate(20deg);}
- ::-moz-selection {
- color: #fff;
- background: {color:Borda2};
- }
- ::selection {
- color: #fff;
- background: {color:Borda2};
- }
- </style><script type="text/javascript">
- var rev = "fwd";function titlebar(val)
- {var msg = "{title}";
- var res = " ";
- var speed = 120;var pos = val;msg = "{title}";var le = msg.length;if(rev == "fwd"){if(pos < le){pos = pos+1;scroll = msg.substr(0,pos);document.title = scroll;timer = window.setTimeout("titlebar("+pos+")",speed);}
- else{rev = "bwd";
- timer = window.setTimeout("titlebar("+pos+")",speed);}}
- else{
- if(pos > 0){
- pos = pos-1;var ale = le-pos;scrol = msg.substr(ale,le);document.title = scrol;timer = window.setTimeout("titlebar("+pos+")",speed);}
- else{rev = "fwd";timer = window.setTimeout("titlebar("+pos+")",speed);}}}
- titlebar(0);
- </script>
- <body>
- </div>
- </div class>
- </div>
- </div>
- </div>
- <div id="thaidlc">{description} </div>
- <div class="thaimg">
- <img src="{image:sidebar}" width= "201px;">
- </div>
- </div></div>
- <div id="thail1"><div id="thail1">✿</a></div></div></div></div></div>
- <div id="thail2"><div id="thail2">✿</div></div></div></div></div>
- <div id="thail3"><div id="thail3">✿</a></div></div></div></div></div>
- </div>
- <div id="thai9" title="Créditos: Umabonecaciumenta (c) | Detalhes da MINHA DINHA, minha cachorra, minha maria, minha sem vergonha que me ama muuitao e que hoje morre de ciumes e nao vive sem mim, ok, nao me achei u_u bom, tao avisados ne, ela é só minha. (o-mundo-de-uma-garota) NÃO COPIE!"> <a href="http://umabonecaciumenta.tumblr.com/"> Ubc <font color="#fe80c0">©</font></a> </div>
- </div>
- </div>
- <div id="ubcthai"> "</div>
- </div class>
- </div>
- <div id="thai1"></div>
- </div></div></div></div></div></div>
- <ul class="lavaLamp">
- <li><a href="{text:link4}">{text:link4 title}</a></li>
- <li><span onClick="changeNavigation('01')" ><li><a href="{text:link5}">{text:link5 title}</a></li></div></span></li>
- <li><span onClick="changeNavigation('01')" ><li><a href="{text:link6}">{text:link6 title}</a></li></div></span></li>
- <li><span onClick="changeNavigation('01')" ><li><a href="{text:link7}">{text:link7 title}</a></li></div></span></li>
- <li><span onClick="changeNavigation('01')" ><li><a href="{text:link8}">{text:link8 title}</a></li></div></span></li>
- </ul>
- <div id="thailinda"></div>
- <div id="thats1">
- <a href="{text:link1}">{text:link1 title}</a>
- <a href="{text:link2}">{text:link2 title}</a>
- <a href="{text:link3}">{text:link3 title}</a>
- </div></div>
- <div id="thait2">{text:titulo}</div>
- <div id="hmu"></div>
- <div id="hmd"></div>
- <div id= "hmt"></div>
- <div id= "hmq"></div>
- <div id= "hmc"></div>
- <div id= "hms"></div>
- <div id="pagina"><div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"alt="" title="previous page baby">-</a>{/block:PreviousPage}{/block:Pagination}
- {block:JumpPagination length="0"} {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage} {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:Pagination}{block:NextPage}<a href="{NextPage}"alt="" title="next page baby">+</a>{/block:NextPage}{/block:Pagination}</div></div>
- </div></div>
- </div></div>
- <div id="allboxes">
- {block:Posts}
- <div class="entry">
- {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-250}{/block:Photoset}
- {block:Quote}
- <div id="quote">"</div><div class="xquote">{Quote}</div>
- {block:Source}<div class="xquotesource"> — {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="250px" cellspacing="0" cellpadding="0">
- <tr>
- <td width="135px" class="question1">{Question}</td>
- <td width="30px"><span class="questionarrow">◤</span></td>
- <td width="1px" 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 id="ssource">{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> <div id="perma">
- {block:Date} {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} - <a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount} - <a href="{ReblogURL}" target="_blank">reblog baby <font color='#fe80c0'>♥</font> </a> {block:RebloggedFrom}(<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:RebloggedFrom}/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>)
- {/block:RebloggedFrom}
- <br>{block:HasTags}{block:Tags}#<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>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!-- PLEASE DO NOT REMOVE THE CREDIT LINK. I'D APPRECIATE THAT VERY MUCH !DON'T COPY BITCH.DON'T COPY BITCH. DON'T COPY BITCH . DON'T COPY BITCH -->
- <div style="font-size: 10px; font-family:calibri;position:fixed;bottom:5px;right:5px; color:{color:text}">
- <a href="http://umabonecaciumenta.tumblr.com" title="Créditos: UMABONECACIUMENTA © | NAO COPIE! (c) " ><big>THEME ©</big></a></div>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment