Don't like ads? PRO users don't see any ads ;-)
Guest

broken me

By: a guest on Sep 21st, 2012  |  syntax: None  |  size: 58.20 KB  |  hits: 1,142  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.      
  3.     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.      
  5.     <!  theme by i-ngenuidade
  6. DONT COPY BABY, be original (c)  !>
  7.      
  8.     <head>
  9.  
  10. <script type="text/javascript">
  11. //desabilita menu de opcoes ao clicar no botao direito
  12. function desabilitaMenu(e)
  13. {
  14. if (window.Event)
  15. {
  16. if (e.which == 2 || e.which == 3)
  17. return false;
  18. }
  19. else
  20. {
  21. event.cancelBubble = true
  22. event.returnValue = false;
  23. return false;
  24. }
  25. }
  26.  
  27. //desabilita botao direito
  28. function desabilitaBotaoDireito(e)
  29. {
  30. if (window.Event)
  31. {
  32. if (e.which == 2 || e.which == 3)
  33. return false;
  34. }
  35. else
  36. if (event.button == 2 || event.button == 3)
  37. {
  38. event.cancelBubble = true
  39. event.returnValue = false;
  40. return false;
  41. }
  42. }
  43.  
  44. //desabilita botao direito do mouse
  45. if ( window.Event )
  46. document.captureEvents(Event.MOUSEUP);
  47. if ( document.layers )
  48. document.captureEvents(Event.MOUSEDOWN);
  49.  
  50. document.oncontextmenu = desabilitaMenu;
  51. document.onmousedown = desabilitaBotaoDireito;
  52. document.onmouseup = desabilitaBotaoDireito;
  53. </script>
  54.  
  55. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  56.  
  57.  <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  58.  
  59. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  60. <script type="text/javascript">
  61. function slideSwitch() {
  62.     var $active = $('#slideshow2 img.active');
  63.    
  64.         $active.addClass('last-active');
  65.        
  66.         // verifica se existe um próximo objeto na div #slideshow2, caso ele nao exista, retorna para o primeiro
  67.     var $next =  $active.next().length ? $active.next() : $('#slideshow2 img:first');
  68.  
  69.     $next.css({opacity: 0.0})
  70.         .addClass('active')
  71.         .animate({opacity: 1.0}, 1000, function() {
  72.             $active.removeClass('active last-active');
  73.         });
  74. }
  75.  
  76. $(function() {
  77.         //Executa a função a cada 2 segundos
  78.         setInterval( "slideSwitch()", 2500 );
  79. });
  80. </script>
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88. <script type="text/javascript">
  89.  
  90.  
  91. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  92.  
  93.  
  94.  
  95.  
  96. function tb8_makeArray(n){
  97.  
  98.  
  99. this.length = n;
  100.  
  101.  
  102. return this.length;
  103.  
  104.  
  105. }
  106.  
  107.  
  108.  
  109.  
  110. tb8_messages = new tb8_makeArray(1);
  111.  
  112.  
  113.  
  114.  
  115. tb8_messages[0] = "{Title}";
  116.  
  117.  
  118.  
  119.  
  120. tb8_rptType = 'infinite';
  121.  
  122.  
  123.  
  124.  
  125. tb8_rptNbr = 5;
  126.  
  127.  
  128.  
  129.  
  130. tb8_speed = 100;
  131.  
  132.  
  133.  
  134.  
  135. tb8_delay = 2000;
  136.  
  137.  
  138.  
  139.  
  140. var tb8_counter=1;
  141.  
  142.  
  143.  
  144.  
  145. var tb8_currMsg=0;
  146.  
  147.  
  148.  
  149.  
  150. var tb8_tekst ="";
  151.  
  152.  
  153.  
  154.  
  155. var tb8_i=0;
  156.  
  157.  
  158.  
  159.  
  160. var tb8_TID = null;
  161.  
  162.  
  163.  
  164.  
  165. function tb8_pisi(){
  166.  
  167.  
  168.  
  169.  
  170. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  171.  
  172.  
  173.  
  174.  
  175. document.title = tb8_tekst;
  176.  
  177.  
  178.  
  179.  
  180. tb8_sp=tb8_speed;
  181.  
  182.  
  183.  
  184.  
  185. tb8_i++;
  186.  
  187.  
  188.  
  189.  
  190. if (tb8_i==tb8_messages[tb8_currMsg].length){
  191.  
  192.  
  193.  
  194.  
  195. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  196.  
  197.  
  198.  
  199.  
  200. }
  201.  
  202.  
  203.  
  204.  
  205. if (tb8_currMsg == tb8_messages.length){
  206.  
  207.  
  208.  
  209.  
  210. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  211.  
  212.  
  213.  
  214.  
  215. clearTimeout(tb8_TID);
  216.  
  217.  
  218.  
  219.  
  220. return;
  221.  
  222.  
  223.  
  224.  
  225. }
  226.  
  227.  
  228.  
  229.  
  230. tb8_counter++;
  231.  
  232.  
  233.  
  234.  
  235. tb8_currMsg = 0;
  236.  
  237.  
  238. }
  239.  
  240.  
  241.  
  242.  
  243. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  244.  
  245.  
  246.  
  247.  
  248. }
  249.  
  250.  
  251.  
  252.  
  253. tb8_pisi()
  254.  
  255.  
  256.  
  257.  
  258. </script>
  259.  
  260.       <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  261.      <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Dosis|Inconsolata' rel='stylesheet' type='text/css'>
  262.      
  263.      <!-- DEFAULT VARIABLES -->
  264.     <meta name="color:background" content="#f8f8f8" />
  265.     <meta name="color:link" content="#000000" />
  266.    
  267.       <meta name="color:text" content="#000000" />
  268.     <meta name="color:post" content="#ffffff" />
  269.  
  270. <meta name="color:frase" content="#ffffff" />
  271.     <meta name="color:scroll" content="#000000" />
  272.     <meta name="color:ask" content="#ebebeb" />
  273.    
  274.     <meta name="color:textdescription" content="#000" />
  275.     <meta name="color:links" content="#000" />
  276.      <meta name="color:linkbg" content="#000" />
  277.     <meta name="color:tags" content="#000" />
  278.  
  279.     <meta name="color:linktext" content="#000" />
  280.      
  281.     <meta name="color:linkbghover" content="#000" />
  282.     <meta name="color:linktexthover" content="#fff" />
  283.     <meta name="color:bgpage" content="#EEEEEE" />
  284.  
  285.  
  286.    
  287.      <meta name="color:fundo" content="#ffffff" />
  288.  
  289.      
  290.      
  291.     <meta name="image:background" content="" />
  292.     <meta name="image:fotinha" content="http://static.tumblr.com/ylxfgce/9tnm73xw1/xuxiz.jpg"/>
  293.      
  294.     <meta name="font:text" content="verdana" />
  295.     <meta name="font:title" content="georgia" />
  296.    
  297.      <meta name="text:titulo" content="you are everything" />
  298.    
  299.        
  300.     <meta name="text:link1" content="/" />
  301.     <meta name="text:Link1 Title" content="link" />
  302.     <meta name="text:Link2" content="/" />
  303.     <meta name="text:Link2 Title" content="link" />
  304.     <meta name="text:Link3" content="/" />
  305.     <meta name="text:Link3 Title" content="link" />
  306.     <meta name="text:Link4" content="/" />
  307.     <meta name="text:Link4 Title" content="link" />
  308.     <meta name="text:Link5" content="/" />
  309.     <meta name="text:Link5 Title" content="link" />
  310.     <meta name="text:Link6" content="/" />
  311.     <meta name="text:Link6 Title" content="link" />
  312.     <meta name="text:Link7" content="/" />
  313.     <meta name="text:Link7 Title" content="link" />
  314.     <meta name="text:Link8" content="/" />
  315.     <meta name="text:Link8 Title" content="link" />
  316.    
  317.      
  318.      
  319. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  320.      
  321.         <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Dosis|Inconsolata' rel='stylesheet' type='text/css'>
  322.  
  323.      
  324.                         <title>{Title}</title>
  325.     <link rel="shortcut icon" href="{Favicon}">
  326.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  327.     {block:Description}
  328.     <meta name="description" content="{MetaDescription}" />
  329.     {/block:Description}
  330.  
  331.      <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  332.      
  333.         <style type="text/css">
  334.      
  335.      
  336.     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; }
  337.      
  338.     a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out;}
  339.      
  340.     p {margin: 6px 0 0 0}
  341.      
  342.     blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 4px; }
  343.     blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:post};}
  344.     blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  345.     blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  346.      
  347.     blockquote img{max-width: 470px!important}
  348.     blockquote blockquote img{max-width: 450px!important}
  349.     blockquote blockquote blockquote img{max-width: 430px!important}
  350.     blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  351.     .qquote{font-family: Georgia; font-size: 15px; letter-spacing: 0px; line-height: 18px; text-transform: none;  text-align: center;
  352.  
  353. }
  354. .qsource{margin-top: 5px; margin-right: 15px;text-align: right}
  355.    
  356.     #tudo {text-align: center; margin: 20px auto 20px auto; z-index: 1; width:400px; position:fixed; }
  357.    
  358.      
  359.     #entries{float: left; margin-left:380px; margin-top: 20px; position: relative; border-left: 0px solid {color:background}; z-index:1000; opacity:0.95; }
  360.    
  361.      
  362.     #msd {width: 350px; height: 350px; margin-left:-180px; margin-top: 30px; position:fixed; overflow:hidden; padding:3px; background-color: {color:sidebar};}
  363.  
  364.      
  365.      
  366.      
  367.     .danpost {width: 400px; background-color: {color:post}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family: tahoma; font-size: 11px;}
  368.      
  369.      .danpost:hover #info {opacity:0.9;  margin-left:140px; margin-top:0px;}
  370.      .danpost:hover #infu {opacity:1}
  371.      
  372.      #infu {text-align: center; margin-top:-4px; font-size: 9px; font-family: calibri; text-transform: uppercase; z-index: 11; opacity: 0.8;}
  373. #infu a {font-size: 10px; text-transform: uppercase;}
  374.      
  375.     h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  376.     h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:link}; font-weight: normal; line-height: 18px;}
  377.     h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:linkhover}; font-weight: normal; line-height: 18px;}
  378.      
  379.     .image {text-align: center; border: 0px}
  380.     .image img {max-width: 400px; margin-bottom: 2px }
  381.      
  382.     .oiqqtt {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  383.     .oiqqtts {text-align: center; text-transform: none; margin-bottom: 5px;}
  384.     .oiqqtts a, a:hover{text-transform: none;}
  385.      
  386.     .chat {line-height: 13px; list-style: none }
  387.     .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  388.     .person1 {color: {color:text}; padding: 2px; }
  389.     .person1 .label {font-weight: bold;  color:{color:text}}
  390.     .person2 {color: {color:text}; padding: 2px;  }
  391.     .person2 .label {font-weight: bold;  color:{color:text}}
  392.      
  393.     .player {background-color: #000; text-align: left; display:block;}
  394.      
  395.    /* asker */
  396.  
  397. .asker {width: 480px; background-color: transparent; color:#969696; padding: 5px;}
  398. .asker img{float: left; padding: 0px 5px 0px 0px}
  399. .asker a{font-size: 11px; font-weight: bold; color:#969696; text-transform: lowercase; line-height: 11px; padding: 0; margin: 0}
  400. .asker a:hover{font-size: 11px; font-weight: bold; color:#969696; background-color: transparent; text-transform: uppercase; line-height:11px; padding: 0; margin: 0}
  401. .question {font-size: 10px;}
  402. .answer {padding: 4px}
  403. .answer img {max-width: 470px;}
  404.  
  405. .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;}
  406.  
  407.  
  408.  
  409. .source{display:none}
  410.      
  411.     #oidata {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
  412.     #oidata a {font-size: 9px;}
  413.    
  414.      #oidata2 {text-align: right; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; margin-top:-24px;}
  415.     #oidata2 a {font-size: 9px;}
  416.    
  417.       #oidata3 {text-align: right; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; margin-top:-14px; }
  418.     #oidata3 a {font-size: 9px;}
  419.      
  420.     .tags {color: {color:text};  font-size: 9px; font-family: {font:text};  display: inline; list-style: none;  margin-left: 180px; text-transform: lowercase;}
  421.     .tags a {font-size: 9px; color: {color:links}; display: inline; list-style: none; text-transform: lowercase; opacity: 0.7;}
  422.      
  423.     #cap {width: 400px; margin-top: -2px;}
  424.     .source {display: none;}
  425.      
  426.     .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left}
  427.     ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  428.     ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
  429.     .notes img{display: none; border:0px}
  430.      
  431.     .question {
  432.     color: {color:text};
  433.     font-size: 9px;
  434.     font-weight: normal;
  435.     font-family: {font:body};
  436.     line-height:95%;
  437.     background: {color:ask};
  438.     margin: 0 0 10px 0;
  439.     padding: 10px 15px;
  440.     position: relative;}
  441.      
  442.     .questionarrow {
  443.     width: 13px;
  444.     height: 7px;
  445.     font-size:30px;
  446.     font-family: verdana;
  447.     position: absolute;
  448.     color: {color:ask};
  449.     bottom: -3.5px;
  450.     left: 240px;}
  451.      
  452.      
  453.    
  454.      
  455.      
  456.     .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);}
  457.     .jf {font-size: 19px; font-family: Euphemia; letter-spacing: -1px; line-height: 20px; color: {color: titulos posts}; margin-left: 35px; margin-top: -92px; }
  458.      
  459.     @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  460.  
  461.  
  462.  
  463.  
  464.  
  465. #chuchu {width:10px; height:130px; margin-top:200px; margin-left: 175px; background-color:  {color:text}; position:fixed; font-size: 15px; pacity:0.9; z-index:100000; }
  466.  
  467. #chuchus {width:90px; height:8px; margin-top:2000px; margin-left: 137px; background-color:  {color:text}; position:fixed; font-size: 15px; pacity:0.9; z-index:100000; }
  468.  
  469.  
  470. #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}
  471.  
  472.  
  473. #maybe {width:122px; height:147px; margin-top:231px; margin-left:294px; background-color:  {color:fundo}; position:fixed; font-size: 80px; pacity:0.9; z-index:10000}
  474.  
  475. #maybe2 {width:200px; height:20px; margin-top:596px; margin-left: 330px; background-color:  {color:fundo}; position:fixed; font-size: 80px; pacity:0.9; }
  476.  
  477.  
  478. #heey3 {width:182px; height:2px; margin-top:398px; margin-left: 128px; background-color:  {color:text}; position:fixed; font-size: 80px; pacity:0.9; z-index:10000}
  479.  
  480.  
  481. #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}
  482.  
  483.  
  484. #safadinha {position: fixed; width:300px; margin-left:230px; margin-top:352px; z-index:100}
  485.  
  486. .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 }
  487. .baunilha:hover {text-align: center; background-color: {color:background}; color:{color:frase}; letter-spacing:0px; z-index:900}
  488.  
  489. .baunilha:hover #bumbum {margin-top:-25px;height:auto; margin-left:-10px;}
  490.  
  491. #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;
  492. text-align: justify; }
  493. #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; }
  494. #bumbum a:hover{background-color:transparent; color:{color:maislinkhover}; font-weight: bold;}
  495.  
  496.  
  497. #xaro {margin-top: 280px; margin-left: 225px; position:fixed; background-color:{color:fundo}; z-index:10000;}
  498. #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}
  499. #xaro a:hover{background-color:{color:background};  color: {color:ask}}
  500.  
  501. #xaro2 {margin-top: 280px; margin-left: 281px; position:fixed; background-color:{color:fundo}; z-index:10000;}
  502. #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}
  503. #xaro2 a:hover{background-color:{color:background}; color: {color:ask}}
  504.  
  505. #xara {margin-top: 280px; margin-left: 337px; position:fixed; background-color:{color:fundo}; z-index:10000;}
  506. #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}
  507. #xara a:hover{background-color:{color:background}; color: {color:ask}}
  508.  
  509. #xara2 {margin-top: 113px; margin-left: 213px; position:fixed; background-color:{color:fundo}; z-index:10000;}
  510. #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}
  511. #xara2 a:hover{background-color:{color:background}; color: {color:ask}}
  512.  
  513. #xara4 {margin-top: 113px; margin-left: 325px; position:fixed; background-color:{color:fundo}; z-index:10000;}
  514. #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}
  515. #xara4 a:hover{background-color:{color:background}; color: {color:ask}}
  516.  
  517.  
  518. #linkaa {margin-top: 190px; margin-left:-182px; opacity:0.9; position:absolute; background-color:{color:background}; -webkit-transition: 0.9s ease-in;
  519. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in;}
  520. #linkaa a{height:8px; display:block; width: 72px; line-height: 3px; font-size:10px; margin-bottom: 1px; text-align:center; line-height:7px;  font-family: tahoma; text-transform: lowercase; color: {color:linktext} ; background-color: {color:linkbg};  -webkit-transition-duration: 0.4s;padding:4px}
  521. #linkaa a:hover{background-color:{color:background}}
  522.  
  523. #linkaa2 {margin-top: 190px; margin-left:190px; -webkit-transition: 0.9s ease-in;
  524. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in; opacity:0.9; position:absolute; background-color:{color:background};}
  525. #linkaa2 a{height:8px; display:block; width: 72px; line-height: 3px; font-size:10px; margin-bottom: 1px; text-align:center; line-height:7px;  font-family: tahoma; text-transform: lowercase; color: {color:linktext} ; background-color: {color:linkbg};  -webkit-transition-duration: 0.5s;padding:4px}
  526. #linkaa2 a:hover{background-color:{color:background}}
  527.  
  528. #linkaa3 {margin-top: 207px; margin-left:-182px; -webkit-transition: 0.9s ease-in;
  529. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in; opacity:0.9; position:absolute; background-color:{color:background};}
  530. #linkaa3 a{height:8px; display:block; width: 72px; line-height: 3px; font-size:10px; margin-bottom: 1px; text-align:center; line-height:7px;  font-family: tahoma; text-transform: lowercase; color: {color:linktext} ; background-color: {color:linkbg};  -webkit-transition-duration: 0.6s;padding:4px}
  531. #linkaa3 a:hover{background-color:{color:background}}
  532.  
  533. #linkaa4 {margin-top: 207px; margin-left:190px; opacity:0.9; position:absolute; background-color:{color:background}; -webkit-transition: 0.9s ease-in;
  534. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in;}
  535. #linkaa4 a{height:8px; display:block; width: 72px; line-height: 3px; font-size:10px; margin-bottom: 1px; text-align:center; line-height:7px;  font-family: tahoma; text-transform: lowercase; color: {color:linktext} ; background-color: {color:linkbg};  -webkit-transition-duration: 0.4s;padding:4px}
  536. #linkaa4 a:hover{background-color:{color:background}}
  537.  
  538.  
  539. #linkaa5 {margin-top: 112px; margin-left:-182px; -webkit-transition: 0.9s ease-in;
  540. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in; opacity:0.8; position:absolute; background-color:{color:background};}
  541. #linkaa5 a { height:4px; display:block; width: 87px; line-height: 2px; font-size:8px; margin-bottom: 1px; text-align:center; line-height:5px;  font-family: tinytots; text-transform: uppercase; color: {color:linktext} ; background-color: {color:linkbg};  -webkit-transition-duration: 0.4s;padding:4px}aheight:3px; display:block; width: 90px; line-height: 2px; font-size:10px; margin-bottom: 1px; text-align:center; line-height:5px;  font-family: tahoma; text-transform: lowercase; color: {color:linktext} ; background-color: {color:linkbg};  -webkit-transition-duration: 0.4s;padding:4px}
  542. #linkaa5 a:hover{background-color:{color:text}; color:{color:post}; opacity:0.6;}
  543.  
  544. #linkaa6 {margin-top: 125px; margin-left:190px;  -webkit-transition: 0.9s ease-in;
  545. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in;opacity:0.8; position:absolute; background-color:{color:background};}
  546. #linkaa6 a{ height:4px; display:block; width: 87px; line-height: 2px; font-size:8px; margin-bottom: 1px; text-align:center; line-height:5px;  font-family: tinytots; text-transform: uppercase; color: {color:linktext} ; background-color: {color:linkbg};  -webkit-transition-duration: 0.4s;padding:4px}
  547. #linkaa6 a:hover{background-color:{color:text}; color:{color:post}; opacity:0.6;}
  548.  
  549. #linkaa7 {margin-top:138px; margin-left:-182px; -webkit-transition: 0.9s ease-in;
  550. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in; opacity:0.8; position:absolute; background-color:{color:background};}
  551. #linkaa7 a{ height:4px; display:block; width: 87px; line-height: 2px; font-size:8px; margin-bottom: 1px; text-align:center; line-height:5px;  font-family: tinytots; text-transform: uppercase; color: {color:linktext} ; background-color: {color:linkbg};  -webkit-transition-duration: 0.4s;padding:4px}
  552. #linkaa7 a:hover{background-color:{color:text}; color:{color:post}; opacity:0.6;}
  553.  
  554. #linkaaa7 {margin-top:151px; margin-left:190px; -webkit-transition: 0.9s ease-in;
  555. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in; opacity:0.8; position:absolute; background-color:{color:background};}
  556. #linkaaa7 a{ height:4px; display:block; width: 87px; line-height: 2px; font-size:8px; margin-bottom: 1px; text-align:center; line-height:5px;  font-family: tinytots; text-transform: uppercase; color: {color:linktext} ; background-color: {color:linkbg};  -webkit-transition-duration: 0.4s;padding:4px}
  557. #linkaaa7 a:hover{background-color:{color:text}; color:{color:post}; opacity:0.6;}
  558.  
  559.  
  560.  
  561.  
  562.  
  563. #upupup {margin-top:400px; margin-left: 140px; position:fixed; background-color:{color:background};}
  564.  
  565.  
  566. #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); }
  567. #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 }
  568.  
  569. #chupa {width:1px; height:102px; margin-top:107px; 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 }
  570.  
  571.  
  572.  
  573. #barra3 {width:10px; height:12px; margin-top:2028px; 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);}
  574.  
  575.    
  576.     #sideimg {display: block; margin-left: 202px; float: right; margin-top: 19px; width: auto; height: auto; background-color: transparent; position: fixed; z-index:30;}
  577.     .simg1 img {width: 135px; height: 160px; margin-bottom: 2px; border: 4px solid {color:fundinho};}
  578.      
  579.      #pag {width: 15px; padding:1px; background-color: {color:bgpage}; position:fixed; text-align: center; margin-top: 100px; margin-left: 119px;}
  580.  
  581. #cruz {position: fixed; margin: 200px 0px 0px 60px; }
  582.  
  583. #acruz {width: 39px; position: absolute;  margin-left: -92px; margin-top: -365px; color: {color:cruz};  font-size: 60px; -webkit-transform: rotate(-20deg);}
  584. #acruz:hover { -webkit-transform: rotate(0deg);}
  585.  
  586. #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;}
  587.  
  588.  
  589. #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}
  590. #pgs a {background: #000; margin: 30 0px 0 0; padding: 2px 4px; color: {color:background}; text-decoration: none;}
  591. #a:hover {background: {color:sidebar}; color: {color:link hover}; border: none;}
  592. #pgs span.pagina_atual {background: {color:border};  padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;}
  593. .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:sidebar}; -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;}
  594.  
  595. #pagina{ margin-top: 530px; margin-left: 28px; width: 100px; float: right; background-color: transparent; position: fixed;  height: 24px; -webkit-border-radius: 0px 0px 0px 0px; z-index:1000000 }
  596.  
  597. /*** Paginação by madlyluv.com ***/
  598. #paginacaoml {font-size: 25px; font-family: tahoma; line-height: 24px;}
  599. #paginacaoml a {font-size: 25px; font-family: tahoma; background: transparent; margin: 0 1px 0 0; padding: 2px 2px; color: {color:tags}; text-decoration: none;}
  600. #paginacaoml a:hover {font-size: 25px; font-family: tahoma; background: transparent; border: none;}
  601. #paginacaoml span.pagina_atual {background: #cor de fundo; margin: 0 1px 0 0; padding: 2px 4px; color: {color:link}; text-decoration: none; font-weight: bold;}#paginacaoml span.info {background: {color:link}; margin: 0 1px 0 0; padding: 1px 2px; color: #cor da fonte; text-decoration: none;}
  602.  
  603.  
  604. #pagination {width:240px; font-family:georgia; text-align:right; font-size:15px; padding:4px; font-style:italic}
  605.  
  606.  
  607. #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}
  608.  
  609.  
  610.  
  611.  
  612. #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;}
  613.  
  614. #side {position: fixed; width:800px; margin-left:196px; margin-top:130px; z-index:100}
  615.  
  616. .photo {position:absolute;  padding:0px; background-color:{color:sidebar}; overflow: hidden; -webkit-transition: all 0.6s ease;  border:3px solid {color:fundo}; margin-top:50px;  }
  617. .photo:hover { -webkit-transition: all 0.6s ease;}
  618. .photo img {display: block;width:125px; height:140px; }
  619. .photo:hover {}
  620.  
  621.  
  622. .photo:hover #linkaa {margin-left:0px; -webkit-transition: 0.9s ease-in;
  623. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in;  }
  624. .photo:hover #linkaa2 {margin-left:81px;   -webkit-transition: 0.9s ease-in;
  625. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in;  }
  626. .photo:hover #linkaa3 {margin-left:0px; -webkit-transition: 0.9s ease-in;
  627. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in;}
  628. .photo:hover #linkaa4 {margin-left:0px; -webkit-transition: 0.9s ease-in;
  629. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in;}
  630. .photo:hover #linkaa5 {margin-left:2px; -webkit-transition: 0.9s ease-in;
  631. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in;}
  632. .photo:hover #linkaa6 {margin-left:2px; -webkit-transition: 0.9s ease-in;
  633. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in;}
  634. .photo:hover #linkaa7 {margin-left:2px; -webkit-transition: 0.9s ease-in;
  635. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in;}
  636. .photo:hover #linkaaa7 {margin-left:2px; -webkit-transition: 0.9s ease-in;
  637. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in;}
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646. #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;
  647. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in;}
  648.  
  649. #twitter img {height:19px; width:19px; margin-left:-2px;  }
  650.  
  651. #textlinks {width:120px; height: 10px; margin-left:280px; margin-top:490px; position:fixed;  color: {color:frase};opacity:0.8; z-index: 000; font-family: tahoma; text-align: center; font-size:9px; line-height: 15px; text-transform: lowercase; border-left:0px solid; border-right:0px solid; padding:3px; width: 144px; height:17px; position: absolute; border: 0px solid {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;
  652. -moz-transition: 1.3s ease-in;position:fixed; transition: 1.3s ease-in;
  653.  
  654. }
  655.  
  656.  
  657. #linksfotos { margin-top: 395px; margin-left:355px; position:fixed;  z-index:200000; }
  658. #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}
  659. #linksfotos a:hover{   opacity:0.6;}
  660.  
  661.  
  662. #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;
  663. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in;}
  664.  
  665. #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; }
  666.  
  667. #upupup  a:hover{text-align: center; background-color: {color:background}; color: {color:linktexthover};}
  668.  
  669. #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;
  670. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; }
  671.  
  672. #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; }
  673.  
  674. #upupup2  a:hover{text-align: center; background-color: {color:background}; color: {color:linktexthover};}
  675.  
  676. #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;
  677. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; }
  678.  
  679. #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; }
  680.  
  681. #upupup3  a:hover{text-align: center; background-color: {color:background}; color: {color:linktexthover};}
  682.  
  683.  
  684. #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;
  685. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; }
  686.  
  687. #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; }
  688.  
  689. #beeijo  a:hover{text-align: center; background-color: {color:background}; color: {color:linktexthover};}
  690.  
  691.  
  692.  
  693.  
  694.      
  695.     .li {opacity: 1}
  696.     .li2 {opacity: 0.8}
  697.     .li3 {opacity: 0.6}
  698.     .li4 {opacity: 0.8}
  699.     .li5 {opacity: 1}
  700.      
  701.     #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;}
  702.      
  703.     #kitty a:hover{ opacity: 0.8; }
  704.  
  705.      
  706.     #faixa {margin-top: 50px; margin-left: -10px; position: fixed; background-color: {color:bobsponja}; height: 140px; width:354px; }
  707.      
  708.   #faixa2 {margin-top: -50px; margin-left: 100px; position: fixed; background-color: {color:bobsponja}; height: 2000px; width:30px; }
  709.  
  710. @font-face {
  711. font-family: 'Give You Glory';
  712. font-style: normal;
  713. font-weight: norAmal;
  714. src: local('Give You Glory'), local('GiveYouGlory'), url('http://themes.googleusercontent.com/font?kit=DFEWZFgGmfseyIdGRJAxuJre1ArFO0nxyUXZnjCjpOg') format('woff');
  715. }
  716.  
  717.  #ttle {width:140px; height: 20px; margin-left:90px; margin-top:470px; position:fixed; overflow:hidden;  color: {color:frase}; z-index: 0; font-family: dosis; font-size:20px;text-transform: uppercase; border-left:0px solid; border-right:0px solid; padding:3px;  text-align:left;   width: 250px; height:25px; border: 0px solid {color:border}; background-color: {color:fundo};}
  718.  
  719.  
  720.  
  721. #lalala {position: fixed; margin-left:228px; margin-top:-400px;  height: 2px;  width:50px; background-color: {color:text}; z-index:100000; color: {color:frase};   }
  722.  
  723.  
  724. #lalaly {position: fixed; margin-left:-10px; margin-top:200042px;  height: 195px;  width:350px; background-color: {color:fundo};  color: {color:frase};  }
  725.  
  726.  
  727.  
  728.  
  729.  
  730. #lalal2a {position: fixed; margin-left:252px; margin-top:130px;  height: 2px;  width:100px; background-color: {color:tags};  color: {color:frase};   }
  731.  
  732.  
  733.  
  734. #lalal2a3 {position: fixed; margin-left:242px; margin-top:130px;  height: 2px;  width:10px; background-color: {color:tags};  color: {color:frase};   }
  735.  
  736. #lalal2a4 {position: fixed; margin-left:262px; margin-top:130px;  height: 2px;  width:10px; background-color: {color:tags};  color: {color:frase};   }
  737.  
  738. #lalal2a5 {position: fixed; margin-left:282px; margin-top:130px;  height: 2px;  width:10px; background-color: {color:tags};  color: {color:frase};   }
  739.  
  740. #lalal2a6 {position: fixed; margin-left:302px; margin-top:130px;  height: 2px;  width:10px; background-color: {color:tags};  color: {color:frase};   }
  741.  
  742. #lalal2a7 {position: fixed; margin-left:322px; margin-top:130px;  height: 2px;  width:10px; background-color: {color:tags};  color: {color:frase};   }
  743.  
  744. #lalal2a8 {position: fixed; margin-left:342px; margin-top:130px;  height: 2px;  width:10px; background-color: {color:tags};  color: {color:frase};   }
  745.  
  746. #lalal2a9 {position: fixed; margin-left:362px; margin-top:130px;  height: 2px;  width:10px; background-color: {color:tags};  color: {color:frase};   }
  747.  
  748. #lalal2a10 {position: fixed; margin-left:382px; margin-top:130px;  height: 2px;  width:10px; background-color: {color:tags};  color: {color:frase};   }
  749.  
  750. #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}; webkit-transform: rotate(4deg);  }
  751.  
  752. #ttle5:hover { color:transparent; }
  753.  
  754.  #textv {margin-left:80px; margin-top:180px; position:fixed;  color: {color:frase};    z-index: 0; font-family: tahoma; font-size:9px;text-transform: none; border-left:0px solid; border-right:0px solid; z-index:0; padding:3px; width: 107px; height:253px; border: 0px solid {color:border}; background-color: {color:fundo}; text-align: center;  z-index:100000;  }
  755.  
  756.      #beat {margin-top: 328px; margin-left: 198px; position:fixed;background-color:{color:background};}
  757. #beat a{height: 7px; display:block; width: 120px; line-height: 3px; font-size:10px; margin-bottom: 1px; text-align:center; font-family: tahoma; text-transform: lowercase; color: {color:linktext} ; background-color: {color:linkbg};  -webkit-transition-duration: 0.4s;padding:4px}
  758. #lbeat:hover{opacity: 0.7;}
  759.  
  760.  
  761.      
  762. .credito {opacity: 0.2; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  763. .credito:hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  764.  
  765. #infoa {text-align: left; margin-top:-4px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;}
  766. #infoa a {font-size: 10px; text-transform: uppercase;}
  767.  
  768. #tags {color: {color:text}; font-size: 10px; font-family: calibri;  display: inline; list-style: none; text-transform: uppercase;;}
  769. #tags a {font-size: 10px; font-family: calibri; display: inline; list-styl: none; text-transform: uppercase;;}
  770.  
  771.  
  772. #entry {float: left; margin-left: 330px; margin-top:50px;}
  773.  
  774. .posts {width: 400px; background-color: {color:post}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative;}
  775.  
  776. .creditoa {opacity: 0.2; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  777. .creditoa:hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  778.  
  779. #infoa {text-align: left; margin-top:-4px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;}
  780. #infoa a {font-size: 10px; text-transform: uppercase;}
  781.  
  782.  
  783.  
  784. /** estilo de ask by htmland **/
  785. @font-face {font-family: "tinytots"; src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf')}
  786. .hlanswer {background: #bebebe color: {color:text}; background: {color:ask};  width: 385px; font: normal 10px tahoma; margin-bottom: 2px; padding-top: 8px; padding-left: 13px; padding-bottom: 13px; text-align: justify; display: block; overflow: hidden; border-top: 2px solid #bebebe;}
  787. .hlanswer img {border: 2px solid #bebebe; float: right; margin-top: -15px; margin-left: 13px; margin-bottom: -13px; opacity: 0.8; }
  788. .hlanswer img:hover {opacity: 1.0}
  789. .hlanswerinfo {background: transparent; padding: 3px; float: center; display: inline-block; width: auto; color: {color:text}; font: normal 10px "tahoma"; text-transform: none; margin-bottom: -1px}
  790. .hlanswerinfo a {color: {color:text};}
  791.  
  792. #emcima {z-index: 90; margin-top: 900px; background-color:{color:background}; width: 1320px; height: 50px; padding: 0px; position: fixed; margin-left: 100px;}
  793. #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}}
  794.  
  795. #oie {position: fixed; margin-left: 0px; margin-top: 100px; display: none;}
  796.  
  797. #bebezinha {position: absolute; width: 200px; margin-left: -10px; margin-top: -176px; padding: 0px; text-align: center; z-index:3;}
  798. #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;}
  799. #bebezinha  a:hover{text-align: center; background-color: {color:linkbghover}; color: {color:linksshover};text-shadow:6px 5px 9px #000;}
  800.  
  801.  
  802. #bebezinha2 {position: absolute;  margin-left: -88px; margin-top: 450px; padding: 0px; text-align: center; z-index:3;}
  803. #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;  }
  804. #bebezinha2  a:hover{text-align: center; background-color: {color:linkbghover}; color: {color:linktexthover};text-shadow:6px 5px 9px #000;  }
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811. .pquote {font-family: tahoma; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  812. .pquotesource {text-align: right; text-transform: none; margin-bottom: 5px;}
  813. .pquotesource a, a:hover{text-transform: none;}
  814.  
  815. #upupup2y {width: 300px; float: left; margin-left:220px; margin-top:500px; 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:26px;
  816. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; }
  817.  
  818. #upupup2y a {float: left; padding: 1px; margin-top:6px; display: block; letter-spacing: 0px; font-family: tahoma; font-size: 8px; text-align: center;  width: 40px; background-color: {color:linkbg}; border:0.7px solid {color:background}; color: {color:linktext}; text-decoration: none; text-transform: uppercase; line-height: 10px; height: 45px; overflow: hidden; margin-left:-2px; }
  819.  
  820. #upupup2y  a:hover{opacity: 0.65;  }
  821.  
  822.  
  823. #upupup2a {width: 300px; float: left; margin-left:267px; margin-top:800px; 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:26px;
  824. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; }
  825.  
  826. #upupup2a a {float: left; padding: 1px; margin-top:6px; display: block; letter-spacing: 0px; font-family: tahoma; font-size: 8px; text-align: center;  width: 40px; background-color: {color:linkbg}; border:0.7px solid {color:background}; color: {color:linktext}; text-decoration: none; text-transform: uppercase; line-height: 10px; height: 45px; overflow: hidden; margin-left:-2px; }
  827.  
  828. #upupup2a  a:hover{opacity: 0.65;}
  829.  
  830. #upupup2b {width: 300px; float: left; margin-left:315px; margin-top:500px; 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:26px;
  831. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; }
  832.  
  833. #upupup2b a {float: left; padding: 1px; margin-top:6px; display: block; letter-spacing: 0px; font-family: dosis; font-size: 7px; text-align: center;  width: 40px; background-color: {color:linkbg}; border:0.7px solid {color:background}; color: {color:linktext}; text-decoration: none; text-transform: uppercase; line-height: 10px; height: 45px; overflow: hidden; margin-left:-2px; }
  834.  
  835. #upupup2b  a:hover{text-align: center;opacity: 0.65;  }
  836.  
  837. #upupup2c {width: 300px; float: left; margin-left:362px; margin-top:500px; 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:26px;
  838. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; }
  839.  
  840. #upupup2c a {float: left; padding: 1px; margin-top:6px; display: block; letter-spacing: 0px; font-family: tahoma; font-size: 8px; text-align: center;  width: 40px; background-color: {color:linkbg}; border:0.7px solid {color:background}; color: {color:linktext}; text-decoration: none; text-transform: uppercase; line-height: 10px; height: 45px; overflow: hidden; margin-left:-2px; }
  841.  
  842. #upupup2c  a:hover{opacity: 0.65;  }
  843.  
  844. #pagina{ margin-top:450px; margin-left: 162px; width: 100px; float: right; background-color: transparent; position: fixed;  height: 24px; -webkit-border-radius: 0px 0px 0px 0px; z-index:1000000 }
  845.  
  846.  
  847. .links7 {position: absolute; width: 20px; margin-left:128px; margin-top:49px; padding: 0px; text-align: center; z-index:3;}
  848. .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;}
  849. .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}
  850.  
  851.  
  852. #sdbarsi {font-family: verdana; color: {color:textdescription}; 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}
  853. #sdbarsi a{font-family: arial; font-size: 8px; letter-spacing: 1px}
  854.  
  855. #credit {width: 100px; margin-left: 163px; height: 20px; margin-top:540px; 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; }
  856.  
  857.  
  858.  
  859.  
  860.  
  861. .credittex {margin-top: -2px; letter-spacing: 0px; text-align: center; font-family: tahoma; font-size: 10px; color:#000; }
  862. .credittex a{color:{color:frase};}
  863.  
  864. #masoq{text-align: justify; font-size: 9px; font-family: verdana; position: fixed; margin-left: 75px; width: 20px; height: 134px; background-color: {linkbg}; color: #838383; padding: 6px; margin-top: 133px; background-attachment: fixed;}
  865.  
  866.  
  867.  
  868. .links1 {position: absolute; width: 20px; margin-left:90px; margin-top:245px; padding: 0px; text-align: center; z-index:3;}
  869. .links1 a {float: left; display: block; letter-spacing: 0px; font-size:9px; font-family:dosis; text-align: center; margin-right: 1px; margin-bottom:1px; width: 50px; 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;}
  870. .links1  a:hover{text-align: center; background-color: {color:linkbghover}; color:{color:linktexthover}; letter-spacing:0px; t  opacity: 0.3}
  871.  
  872. .links2 {position: absolute; width: 20px; margin-left:197px; margin-top:245px; padding: 0px; text-align: center; z-index:3;}
  873. .links2 a{float: left; display: block; letter-spacing: 0px; font-size:9px; font-family:dosis; text-align: center; margin-right: 1px; margin-bottom:1px; width: 50px; 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;}
  874. .links2  a:hover{text-align: center; background-color: {color:linkbghover}; color:{color:linktexthover}; letter-spacing:0px;  opacity: 0.3}
  875.  
  876. .links3 {position: absolute; width: 20px; margin-left:90px; margin-top:261px; padding: 0px; text-align: center; z-index:3;}
  877. .links3 a {float: left; display: block; letter-spacing: 0px; font-size:9px; font-family:dosis; text-align: center; margin-right: 1px; margin-bottom:1px; width: 50px; 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;}
  878. .links3  a:hover{text-align: center; background-color: {color:linkbghover}; color:{color:linktexthover}; letter-spacing:0px;  opacity: 0.3}
  879.  
  880. .links4 {position: absolute; width: 20px; margin-left:144px; margin-top:245px; padding: 0px; text-align: center; z-index:3;}
  881. .links4 a {float: left; display: block; letter-spacing: 0px; font-size:9px; font-family:dosis; text-align: center; margin-right: 1px; margin-bottom:1px; width: 50px; 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;}
  882. .links4  a:hover{text-align: center; background-color: {color:linkbghover}; color:{color:linktexthover}; letter-spacing:0px;  opacity: 0.3}
  883.  
  884. .links5 {position: absolute; width: 20px; margin-left:144px; margin-top:261px; padding: 0px; text-align: center; z-index:3;}
  885. .links5 a{float: left; display: block; letter-spacing: 0px; font-size:9px; font-family:dosis; text-align: center; margin-right: 1px; margin-bottom:1px; width: 50px; 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;}
  886. .links5  a:hover{text-align: center; background-color: {color:linkbghover}; color:{color:linktexthover}; letter-spacing:0px;  opacity: 0.3}
  887.  
  888. .links6 {position: absolute; width: 20px; margin-left:197px; margin-top:261px; padding: 0px; text-align: center; z-index:3;}
  889. .links6 a {float: left; display: block; letter-spacing: 0px; font-size:9px; font-family:dosis; text-align: center; margin-right: 1px; margin-bottom:1px; width: 50px; 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;}
  890. .links6  a:hover{text-align: center; background-color: {color:linkbghover}; color:{color:linktexthover}; letter-spacing:0px;  opacity: 0.3}
  891.  
  892.      
  893.      
  894.    .credit {
  895. position:fixed !important;
  896. margin-left: 1028px;
  897. margin-top: 1000px;
  898. margin-bottom: -5px;
  899. font-size: 9px;
  900. width: 49px;
  901. height: 15px;
  902. padding: 1px 3px 3px 2px;
  903. font-family: verdana;
  904. color: #000000;
  905. text-align: center;
  906. background-color: {color:sidebar};
  907. -webkit-transition: all 0.5s ease;
  908. }
  909.      
  910.     ::-webkit-scrollbar{width:5px;height:5px;}
  911.     ::-webkit-scrollbar-button:start:decrement
  912.     ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  913.     ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  914.     ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  915.     ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  916.      
  917.     #tumblr_controls{position: fixed!important}
  918.     #tumblr_controls{position: fixed!important}
  919.     #tumblr_controls{position: fixed!important}
  920.     #tumblr_controls{position: fixed!important}
  921.      
  922.      #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};}
  923. #info a {background-color: {color:post}; color:{color:text}}
  924. #info a:hover {color: {color:link hover}}
  925.  
  926.  #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};}
  927. #info2 a {background-color: {color:post}; color:{color:text}}
  928. #info2 a:hover {color: {color:link hover}}
  929.      
  930.      
  931.     </style>
  932.      
  933.     </head>
  934.      
  935.      
  936.     <body>
  937.      
  938.      
  939.      
  940.     <div id="tudo">
  941.     <div id="msd">
  942.     </div>
  943.  
  944.  
  945.  
  946. <div id="heey2"></div>
  947.  
  948.  
  949.  
  950. <div id="maybea"></div>
  951.  
  952.  
  953.  
  954. <div id="chocolate"></div>
  955.  
  956.  
  957.  
  958.  
  959.  
  960.      
  961.    
  962.    
  963.     </div></div>
  964.    
  965.  
  966.  
  967.  
  968.  
  969.  
  970.  
  971. </div></div>
  972.  
  973.  
  974. <div id="side">
  975.  
  976.  
  977.  
  978. <div class="photo">
  979.  
  980.  
  981.  
  982.  
  983. <img src="{image:fotinha}">
  984. </div></div>
  985.  
  986.  
  987.  
  988.  
  989. </div></div>
  990.  
  991.  
  992. <div style="display:block;bottom:5px;left:5px;font-size:9px;font-family:georgia;position:fixed;background-color:{color:post};padding:3px;border-radius:10px;z-index:55554235555;opacity:0.75;">design by <a href="http://i-ngenuidade.tumblr.com" title: "clica">i-ngenuidade</a> <font color="{color:tags}">©</font></a></div>
  993.  
  994.  
  995. <div id="textv" title="this is me">{description}</div>
  996. <div id="ttle">{text:titulo}</div>
  997. <div id="lalala"></div>
  998. <div id="lalaly"></div>
  999. <div id="lalalya"></div>
  1000.  
  1001. <div id="lalalyy"></div>
  1002.  
  1003.  
  1004. <div id="lalal2a2"></div>
  1005.  
  1006.  
  1007.  
  1008. <div id="beat">
  1009. <a href="{text:Link1}">{text:Link1 Title}</a>
  1010. <a href="{text:Link2}">{text:Link2 Title}</a>
  1011. <a href="{text:Link3}">{text:Link3 Title}</a>
  1012. <a href="{text:Link4}">{text:Link4 Title}</a>
  1013. <a href="{text:Link5}">{text:Link5 Title}</a>
  1014. <a href="{text:Link6}">{text:Link6 Title}</a>
  1015. <a href="{text:Link7}">{text:Link7 Title}</a>
  1016. </div>
  1017.      
  1018.  
  1019.  
  1020. <font color="{color:tags}">
  1021. <div id="pagina"><div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"alt="" title="previous page baby">←</a>{/block:PreviousPage}{/block:Pagination}
  1022.  
  1023. {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>
  1024.  
  1025. </div>
  1026. </font>
  1027.  
  1028.    
  1029. <div id="info2">
  1030.  <a href="http://i-ngenuidade.tumblr.com" title="clica aqui baby [] ">  <font color="{color:text}">  by i-ngenuidade, don't copy this shit  </font></a> <font color="#FF1493">♥</font></a></div></font>
  1031.  
  1032.  
  1033.  
  1034.     </a></div>
  1035.    
  1036. <div id="entry">
  1037.  
  1038.  {block:Posts}
  1039. <div class="posts">
  1040.  
  1041. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  1042.  
  1043. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  1044.  
  1045. {block:Photoset}{Photoset-400}{/block:Photoset}
  1046.  
  1047. {block:Quote}
  1048. <div class="pquote">“{Quote}”</div>
  1049. {block:Source}<div class="pquotesource"> <font color="(color:tags)"> — </font></a> {Source}</div>
  1050. {/block:Source}
  1051. {/block:Quote}
  1052.  
  1053. {block:Link}
  1054. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  1055. {block:Description}{Description}{/block:Description}
  1056. {/block:Link}
  1057.  
  1058. {block:Chat}
  1059. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  1060. <div class="chat"><ul>{block:Lines}
  1061. <li class="person{UserNumber}">{block:Label}
  1062. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  1063. {/block:Chat}
  1064.  
  1065. {block:Audio}
  1066. <div class="player">{AudioPlayerBlack}</div>
  1067. {block:Caption}{Caption}{/block:Caption}
  1068. {/block:Audio}
  1069.  
  1070. {block:Video}{Video-500}{/block:Video}
  1071.  
  1072.  
  1073. {block:Answer}
  1074. <table width="400px" cellspacing="0" cellpadding="0">
  1075. <tr>
  1076. <td width="415px" class="question">{Question}</td>
  1077. <td width="30px"><span class="questionarrow">◤</span></td>
  1078. <td width="64px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
  1079. </tr>
  1080. </table>
  1081. <div class="answer">{Answer}</div>
  1082. {/block:answer}
  1083.  
  1084.  
  1085. <div id="cap">
  1086. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1087. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1088. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1089.  
  1090. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  1091.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  1092.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  1093. {/block:ContentSource}</div></div>
  1094. <br>
  1095.  
  1096. <div class="credito">
  1097. {block:Date}<div id="infoa">
  1098. <center> <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} · <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} · <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}· <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</center> </div>{block:IfShowTags}<center><div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  1099. </div></center>{/block:IfShowTags}{/block:Date}</div>
  1100. <div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  1101. </div>
  1102.  
  1103.  
  1104.  {/block:Posts}
  1105. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114. </div>
  1115. </div>
  1116. </div>
  1117. </div>
  1118.  
  1119. </body>
  1120. </html>