amando-loucos

THEME 35

Jun 12th, 2013
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 78.81 KB | None | 0 0
  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.  
  6.  
  7. <head>
  8.  
  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. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Dosis|Inconsolata' rel='stylesheet' type='text/css'>
  57. <link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
  58. <link href='http://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'>
  59. <link href='http://fonts.googleapis.com/css?family=Monda' rel='stylesheet' type='text/css'>
  60. <link href='http://fonts.googleapis.com/css?family=Engagement' rel='stylesheet' type='text/css'>
  61. <link href='http://fonts.googleapis.com/css?family=Gafata' rel='stylesheet' type='text/css'>
  62. <link href='http://fonts.googleapis.com/css?family=Unica+One' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Voltaire' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Julius+Sans+One' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Stalemate' rel='stylesheet' type='text/css'>
  63. <link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
  64.  
  65.  
  66. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  67.  
  68. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  69. <script type="text/javascript">
  70. function slideSwitch() {
  71. var $active = $('#slideshow2 img.active');
  72.  
  73. $active.addClass('last-active');
  74.  
  75. // verifica se existe um próximo objeto na div #slideshow2, caso ele nao exista, retorna para o primeiro
  76. var $next = $active.next().length ? $active.next() : $('#slideshow2 img:first');
  77.  
  78. $next.css({opacity: 0.0})
  79. .addClass('active')
  80. .animate({opacity: 1.0}, 1000, function() {
  81. $active.removeClass('active last-active');
  82. });
  83. }
  84.  
  85. $(function() {
  86. //Executa a função a cada 2 segundos
  87. setInterval( "slideSwitch()", 2500 );
  88. });
  89. </script>
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97. <script type="text/javascript">
  98.  
  99.  
  100. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  101.  
  102.  
  103.  
  104.  
  105. function tb8_makeArray(n){
  106.  
  107.  
  108. this.length = n;
  109.  
  110.  
  111. return this.length;
  112.  
  113.  
  114. }
  115.  
  116.  
  117.  
  118.  
  119. tb8_messages = new tb8_makeArray(1);
  120.  
  121.  
  122.  
  123.  
  124. tb8_messages[0] = "{Title}";
  125.  
  126.  
  127.  
  128.  
  129. tb8_rptType = 'infinite';
  130.  
  131.  
  132.  
  133.  
  134. tb8_rptNbr = 5;
  135.  
  136.  
  137.  
  138.  
  139. tb8_speed = 100;
  140.  
  141.  
  142.  
  143.  
  144. tb8_delay = 2000;
  145.  
  146.  
  147.  
  148.  
  149. var tb8_counter=1;
  150.  
  151.  
  152.  
  153.  
  154. var tb8_currMsg=0;
  155.  
  156.  
  157.  
  158.  
  159. var tb8_tekst ="";
  160.  
  161.  
  162.  
  163.  
  164. var tb8_i=0;
  165.  
  166.  
  167.  
  168.  
  169. var tb8_TID = null;
  170.  
  171.  
  172.  
  173.  
  174. function tb8_pisi(){
  175.  
  176.  
  177.  
  178.  
  179. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  180.  
  181.  
  182.  
  183.  
  184. document.title = tb8_tekst;
  185.  
  186.  
  187.  
  188.  
  189. tb8_sp=tb8_speed;
  190.  
  191.  
  192.  
  193.  
  194. tb8_i++;
  195.  
  196.  
  197.  
  198.  
  199. if (tb8_i==tb8_messages[tb8_currMsg].length){
  200.  
  201.  
  202.  
  203.  
  204. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  205.  
  206.  
  207.  
  208.  
  209. }
  210.  
  211.  
  212.  
  213.  
  214. if (tb8_currMsg == tb8_messages.length){
  215.  
  216.  
  217.  
  218.  
  219. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  220.  
  221.  
  222.  
  223.  
  224. clearTimeout(tb8_TID);
  225.  
  226.  
  227.  
  228.  
  229. return;
  230.  
  231.  
  232.  
  233.  
  234. }
  235.  
  236.  
  237.  
  238.  
  239. tb8_counter++;
  240.  
  241.  
  242.  
  243.  
  244. tb8_currMsg = 0;
  245.  
  246.  
  247. }
  248.  
  249.  
  250.  
  251.  
  252. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  253.  
  254.  
  255.  
  256.  
  257. }
  258.  
  259.  
  260.  
  261.  
  262. tb8_pisi()
  263.  
  264.  
  265.  
  266.  
  267. </script>
  268.  
  269. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  270.  
  271. <!-- DEFAULT VARIABLES -->
  272. <meta name="color:background" content="#f8f8f8" />
  273. <meta name="color:link" content="#000000" />
  274.  
  275. <meta name="color:text" content="#000000" />
  276. <meta name="color:post" content="#ffffff" />
  277.  
  278. <meta name="color:frase" content="#ffffff" />
  279. <meta name="color:scroll" content="#000000" />
  280. <meta name="color:ask" content="#ebebeb" />
  281.  
  282. <meta name="color:textdescription" content="#000" />
  283. <meta name="color:links" content="#000" />
  284. <meta name="color:tags" content="#000" />
  285. <meta name="color:linkbg" content="#ffffff" />
  286. <meta name="color:linktext" content="#000" />
  287.  
  288. <meta name="color:linkbghover" content="#000" />
  289. <meta name="color:linktexthover" content="#fff" />
  290. <meta name="color:bgpage" content="#EEEEEE" />
  291. <meta name="color:border" content="#EEEEEE" />
  292.  
  293.  
  294.  
  295. <meta name="color:fundo" content="#ffffff" />
  296.  
  297.  
  298.  
  299. <meta name="image:background" content="" />
  300. <meta name="image:fotinha" content="http://24.media.tumblr.com/tumblr_mamp904K9L1rzamyno1_500.jpg"/>
  301.  
  302. <meta name="font:text" content="verdana" />
  303. <meta name="font:title" content="georgia" />
  304.  
  305.  
  306.  
  307.  
  308.  
  309. <meta name="text:link1" content="/" />
  310. <meta name="text:Link1 Title" content="link" />
  311. <meta name="text:Link2" content="/" />
  312. <meta name="text:Link2 Title" content="link" />
  313. <meta name="text:Link3" content="/" />
  314. <meta name="text:Link3 Title" content="link" />
  315. <meta name="text:Link4" content="/" />
  316. <meta name="text:Link4 Title" content="link" />
  317.  
  318.  
  319. <meta name="text:titulo" content="is a nightmare" />
  320. <meta name="text:titulodois" content="is over, baby. is over." />
  321.  
  322.  
  323. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  324. <link href='http://fonts.googleapis.com/css?family=Sintony' rel='stylesheet' type='text/css'>
  325.  
  326.  
  327.  
  328. <title>{Title}</title>
  329. <link rel="shortcut icon" href="{Favicon}">
  330. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  331. {block:Description}
  332. <meta name="description" content="{MetaDescription}" />
  333. {/block:Description}
  334.  
  335. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  336.  
  337. <style type="text/css">
  338.  
  339.  
  340. 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; }
  341.  
  342. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out;}
  343.  
  344. p {margin: 6px 0 0 0}
  345.  
  346. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 4px; }
  347. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:post};}
  348. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  349. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  350.  
  351. blockquote img{max-width: 470px!important}
  352. blockquote blockquote img{max-width: 450px!important}
  353. blockquote blockquote blockquote img{max-width: 430px!important}
  354. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  355. .aspas{ position:relative; top: -20px; font-size: 70px; opacity:0.2; color: {color:text};}
  356. .qquote{font-family: tahoma; font-size: 12px; line-height: 18px; text-transform: none; margin-top: -70px; margin-left:-20px; text-indent: 40px;}
  357.  
  358. .qsource{margin-top: 0px; margin-right: 15px; text-align: center; height:20px; font-family: tahoma; font-size: 11px;}
  359.  
  360. #tudo {text-align: center; margin: 20px auto 20px auto; z-index: 1; width:400px; position:fixed; }
  361.  
  362.  
  363. #entries{position: relative; width:400px; text-align:justify; float:left ;margin:-7px; padding:5px; margin-left: 8px; margin-top:-20px; background:{color:post}; border: 8px double {color:background}; }
  364.  
  365.  
  366. #msd {width: 350px; height: 350px; margin-left:-180px; margin-top: 10px; position:fixed; overflow:hidden; padding:3px; background-color: {color:sidebar}; }
  367.  
  368.  
  369. #side {position: fixed; width:800px; margin-left:70px; margin-top:100px; }
  370.  
  371. .photo {position:fixed; padding:0px; background-color:{color:sidebar}; overflow: hidden; -webkit-transition: all 0.6s ease; margin-top:50px; }
  372.  
  373. .photo img {display: block;width:100px; height:100px; }
  374.  
  375.  
  376. .bolo {position:fixed; width:50px; padding:0px; background-color:{color:sidebar}; overflow: hidden; margin-top:50px; -webkit-animation: shake 1500ms alternate infinite linear;
  377. -moz-animation: shake 1500ms alternate infinite linear;
  378. } }
  379.  
  380. .bolo img {display: block;width:0px; height:0px; }
  381.  
  382.  
  383.  
  384. #transicao {position: fixed; width:800px; margin-left:87px; margin-top:-68px; z-index:100000000000000000000000; -webkit-animation: shake 1500ms alternate infinite linear;
  385. -moz-animation: shake 1500ms alternate infinite linear;
  386. }}
  387.  
  388. .linksmagicos {position:absolute; width:210px; padding:0px; background-color:{color:sidebar}; overflow: hidden; -webkit-transition: all 0.6s ease; margin-top:50px; }
  389.  
  390.  
  391.  
  392.  
  393.  
  394. .ysimg li { margin-top: 182px; margin-left:-30px;position: fixed; z-index:1;}
  395.  
  396. .lindaya {border:5px solid {color:border};width: 225px; height: 225px;position: fixed;box-shadow:inset 0 0 0 2px rgba(255,255,255,0.6);-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
  397.  
  398. .life img { width: 225px;height: 225px; }
  399.  
  400. .life img:hover {width: 225px;height: 225px;}
  401. .lindaya:hover {box-shadow: inset 0 0 0 10px rgba(255,255,255,0.3), 0 0px 0px rgba(0,0,0,0.4); }
  402.  
  403.  
  404.  
  405. .danpost {width: 400px; background-color: {color:post}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family: tahoma; font-size: 11px;}
  406.  
  407. .danpost:hover #info {opacity:0.9; margin-left:140px; margin-top:0px;}
  408. .danpost:hover #infu {opacity:1}
  409.  
  410. #infu {text-align: center; font-size: 9px; font-family: tahoma; text-transform: lowercase; z-index: 11; margin-top:10px}
  411. #infu a {font-size: 9px;}
  412.  
  413. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: lowercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  414. h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:link}; font-weight: normal; line-height: 18px;}
  415. h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:linkhover}; font-weight: normal; line-height: 18px;}
  416.  
  417. .image {text-align: center; border: 0px}
  418. .image img {max-width: 400px; margin-bottom: 2px }
  419.  
  420. .oiqqtt {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  421. .oiqqtts {text-align: center; text-transform: none; margin-bottom: 5px;}
  422. .oiqqtts a, a:hover{text-transform: none;}
  423.  
  424. .chat {line-height: 13px; list-style: none }
  425. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  426. .person1 {color: {color:text}; padding: 2px; }
  427. .person1 .label {font-weight: bold; color:{color:text}}
  428. .person2 {color: {color:text}; padding: 2px; }
  429. .person2 .label {font-weight: bold; color:{color:text}}
  430.  
  431. .player {background-color: #000; text-align: left; display:block;}
  432. /* asker */
  433.  
  434. .asker {background: {color:border}; color: {color:text}; padding: 2px; line-weight: 7px; opacity:0.85;-moz-opacity: 0.85; filter: alpha(opacity=85); }
  435. .asker img {width:30px; height:30px; margin:3px; padding: 4px; background: {color:border}; opacity:0.99;-moz-opacity: 0.99; filter: alpha(opacity=99); }
  436. .asker a {color:{color:text};}
  437.  
  438. .answer {padding: 4px}
  439. .answer img {max-width: 470px;}
  440.  
  441. .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;}
  442.  
  443.  
  444.  
  445. .source{display:none}
  446.  
  447. #oidata {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
  448. #oidata a {font-size: 9px;}
  449.  
  450. #oidata2 {text-align: right; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; margin-top:-24px;}
  451. #oidata2 a {font-size: 9px;}
  452.  
  453. #oidata3 {text-align: right; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; margin-top:-14px; }
  454. #oidata3 a {font-size: 9px;}
  455.  
  456. .tags {text-align: left; margin-top:-4px; font-size: 8px;font-family: 'Sintony', sans-serif; text-transform: uppercase; margin-left:260px; z-index: 11; margin-top:-4px; font-size: 0px; text-transform: uppercase; z-index: 11; border-left: -1px solid {color:entry}; width:140px; padding: 2px; height:auto; text-align: left; font-size: 8px; font-family: calibri; letter-spacing: 0px}
  457. .tags a {font-size: 8px; text-transform: uppercase;}
  458.  
  459.  
  460. .pquote {font-family: tahoma; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  461. .pquotesource {text-align: right; text-transform: none; margin-bottom: 5px;}
  462. .pquotesource a, a:hover{text-transform: none;}
  463.  
  464. #cap {width: 400px; margin-top: -2px;}
  465. .source {display: none;}
  466.  
  467. .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left}
  468. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  469. ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
  470. .notes img{display: none; border:0px}
  471.  
  472.  
  473. .question {
  474. color:{color:text};
  475. font-size: 11px;
  476. font-weight: normal;
  477. font-family: verdana;
  478. line-height:10%; margin-right:-10px; width:400px;
  479. background: {color:border};}
  480.  
  481.  
  482. .questionarrow {
  483. font-size:30px;
  484. color:{color:border};
  485. vertical-align:middle;
  486. margin-left:-5px!important;}
  487.  
  488.  
  489. .asking {text-align:center; color:{color:text}; font:9px verdana; text-transform:none;}
  490. .asking a{color:{color:text};}
  491. .asking img {width:58px; vertical-align:middle; background-color:{color:background}; padding:3px;}
  492.  
  493. .arrow {padding-top:11px; color:{color:question background}; font-size:30px;}
  494.  
  495.  
  496.  
  497.  
  498.  
  499. .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);}
  500. .jf {font-size: 19px; font-family: Euphemia; letter-spacing: -1px; line-height: 20px; color: {color: titulos posts}; margin-left: 35px; margin-top: -92px; }
  501.  
  502. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  503.  
  504.  
  505.  
  506.  
  507.  
  508. #chuchu {width:10px; height:130px; margin-top:50px; margin-left: 175px; background-color: {color:text}; position:fixed; font-size: 15px; pacity:0.9; z-index:100000; }
  509.  
  510. #chuchus {width:90px; height:8px; margin-top:50px; margin-left: 137px; background-color: {color:text}; position:fixed; font-size: 15px; pacity:0.9; z-index:100000; }
  511.  
  512.  
  513. #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}
  514.  
  515.  
  516. .caixinham {opacity: 1; margin-left:-10px; width:420px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; text-align: left; border-bottom: solid 0px {color:text};letter-spacing: 1px; color: {color:text}; font-family: 'Sintony', sans-serif; opacity: 0.9; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;letter-spacing: 1px}
  517. .caixinham:hover {opacity: 0.9; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;letter-spacing: 1px}
  518.  
  519.  
  520. #gatinha {text-align: right; margin-left:0px; margin-top:0px; font-size: 10px;font-family: arial; text-transform: lowercase; z-index: 11; border-top: solid 2px {color:border}; padding: 3px; border-bottom: solid 2px {color:border}; font-size: 8px; text-transform: lowercase; color:{color:text}; height: 10px; }
  521. #gatinha a {font-size: 8px; text-transform: lowercase; margin-top:4px; color:{color:text};}
  522.  
  523. #parda {margin-top: 20px; color: {color:text}; background-color: {color:background}; font-size: 9px; font-family: calibri; display: inline; list-style: none; text-transform: none; color:{color:text}; ; }
  524. #parda a { font-size: 9px; font-family: calibri; display: inline; list-style: none; text-transform: none; color:{color:text};}
  525.  
  526.  
  527. #maybe {width:122px; height:147px; margin-top:131px; margin-left:294px; background-color: {color:fundo}; position:fixed; font-size: 80px; pacity:0.9; z-index:10000}
  528.  
  529. #maybe2 {width:200px; height:20px; margin-top:296px; margin-left: 330px; background-color: {color:fundo}; position:fixed; font-size: 80px; pacity:0.9; }
  530.  
  531.  
  532. #heey3 {width:182px; height:2px; margin-top:198px; margin-left: 128px; background-color: {color:text}; position:fixed; font-size: 80px; pacity:0.9; z-index:10000}
  533.  
  534. #baselinks {text-align:center;text-align:center;font-size:9px; padding:5px;font-family: calibri; text-align:center; color:{color:link sidebar}; background-color:; margin-top:0px;}
  535.  
  536. #baselinks a {font-size:9.4px; padding:px; font-style:; letter-spacing:0px;font-family: cambria; text-transform: ; text-decoration:none; text-align:center; color:{color:link sidebar};text-align:center;margin-bottom:1px; letter-spacing:px;}
  537.  
  538. #baselinks a:hover { letter-spacing:px; color:{color:hover}; }
  539.  
  540.  
  541.  
  542.  
  543.  
  544.  
  545.  
  546. #villain {text-align:center;margin-top:100px; position:fixed; text-align:center;font-size:9px; padding:5px; font-family: calibri; text-align:center; width:212px; margin-left:px; color:{color:frase};-webkit-transition: .7s ease-in; -moz-transition: .7s ease-in; transition: .7s ease-in;}
  547.  
  548. #villain:hover{opacity:0.8;}
  549. #villain a {color:{color:border}}
  550.  
  551. @-webkit-keyframes shak { 10% {-webkit-transform: rotate(0deg) scale(1.0) skew(0deg) translate(0px); margin-top:-200px; } }
  552.  
  553. .shak {border-radius: 0px; margin:px; width:110px;}
  554. .shak:hover {-webkit-animation: menu .49s alternate infinite linear; }
  555.  
  556. #links {text-align:center;margin-top:5px; position:relative; text-align:center;font-size:9px; padding:5px; background-color:{color:background}; font-family: calibri; text-align:center; width:212px; margin-left:px; color:{color:link sidebar}; opacity:0.0; -webkit-transition: .7s ease-in; -moz-transition: .7s ease-in; transition: .7s ease-in;}
  557. #links:hover{opacity:1.0;}
  558. #links a {font-size:9px; font-family: cambria; text-transform: ; text-decoration:none; text-align:center -webkit-transition:all 0.3s ease-out; -moz-transition:all 0.3s ease-out; transition:all 0.3s ease-out; color:{color:links side};text-align:center;margin-bottom:1px; letter-spacing:px;}
  559.  
  560. #links a:hover { letter-spacing:px; color:{color:links hover}; }
  561.  
  562. #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}
  563.  
  564.  
  565. #safadinha {position: fixed; width:300px; margin-left:230px; margin-top:352px; z-index:100}
  566.  
  567. .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 }
  568. .baunilha:hover {text-align: center; background-color: {color:background}; color:{color:frase}; letter-spacing:0px; z-index:900}
  569.  
  570. .baunilha:hover #bumbum {margin-top:-25px;height:auto; margin-left:-10px;}
  571.  
  572. #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;
  573. text-align: justify; }
  574. #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; }
  575. #bumbum a:hover{background-color:transparent; color:{color:maislinkhover}; font-weight: bold;}
  576.  
  577.  
  578. #xaro {margin-top: 280px; margin-left: 225px; position:fixed; background-color:{color:fundo}; z-index:10000;}
  579. #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}
  580. #xaro a:hover{background-color:{color:background}; color: {color:ask}}
  581.  
  582. #xaro2 {margin-top: 280px; margin-left: 281px; position:fixed; background-color:{color:fundo}; z-index:10000;}
  583. #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}
  584. #xaro2 a:hover{background-color:{color:background}; color: {color:ask}}
  585.  
  586. #xara {margin-top: 280px; margin-left: 337px; position:fixed; background-color:{color:fundo}; z-index:10000;}
  587. #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}
  588. #xara a:hover{background-color:{color:background}; color: {color:ask}}
  589.  
  590. #xara2 {margin-top: 113px; margin-left: 213px; position:fixed; background-color:{color:fundo}; z-index:10000;}
  591. #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}
  592. #xara2 a:hover{background-color:{color:background}; color: {color:ask}}
  593.  
  594. #xara4 {margin-top: 113px; margin-left: 325px; position:fixed; background-color:{color:fundo}; z-index:10000;}
  595. #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}
  596. #xara4 a:hover{background-color:{color:background}; color: {color:ask}}
  597.  
  598.  
  599. #linkaa {margin-top: 30px; margin-left:-182px; position:absolute; background-color:{color:background}; -webkit-transition: 0.9s ease-in;
  600. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in; moz-border-bottom-left-radius: 100px; border-bottom-left-radius: 100px; -moz-border-top-left-radius: 100px; border-top-left-radius: 100px; z-index: 1; -moz-border-bottom-right-radius: 100px; border-bottom-right-radius: 100px; -moz-border-top-right-radius: 100px; border-top-right-radius: 100px; }
  601. #linkaa a{height:15px; display:block; width: 40px; line-height: 15px; font-size:10px; margin-bottom: 1px; text-align:center; line-height:15px; font-family: tahoma; text-transform: lowercase; moz-border-bottom-left-radius: 100px; border-bottom-left-radius: 100px; -moz-border-top-left-radius: 100px; border-top-left-radius: 100px; z-index: 1; -moz-border-bottom-right-radius: 100px; border-bottom-right-radius: 100px; -moz-border-top-right-radius: 100px; border-top-right-radius: 100px; color: {color:linktext} ; background-color: {color:linkbg}; -webkit-transition-duration: 0.4s;padding:4px}
  602. #linkaa a:hover{background-color:{color:background}}
  603.  
  604. #linkaa2 {margin-top: 30px; margin-left:390px; -webkit-transition: 0.9s ease-in;
  605. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in; position:absolute; background-color:{color:background}; moz-border-bottom-left-radius: 100px; border-bottom-left-radius: 100px; -moz-border-top-left-radius: 100px; border-top-left-radius: 100px; z-index: 1; -moz-border-bottom-right-radius: 100px; border-bottom-right-radius: 100px; -moz-border-top-right-radius: 100px; border-top-right-radius: 100px; }
  606. #linkaa2 a{height:15px; display:block; width: 40px; line-height: 15px; font-size:10px; margin-bottom: 1px; text-align:center; line-height:15px; font-family: tahoma; text-transform: lowercase; moz-border-bottom-left-radius: 100px; border-bottom-left-radius: 100px; -moz-border-top-left-radius: 100px; border-top-left-radius: 100px; z-index: 1; -moz-border-bottom-right-radius: 100px; border-bottom-right-radius: 100px; -moz-border-top-right-radius: 100px; border-top-right-radius: 100px; color: {color:linktext} ; background-color: {color:linkbg}; -webkit-transition-duration: 0.4s;padding:4px}
  607. #linkaa2 a:hover{background-color:{color:background}}
  608.  
  609. #linkaa3 {margin-top: 70px; margin-left:-200px; -webkit-transition: 0.9s ease-in;
  610. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in; position:absolute; background-color:{color:background}; moz-border-bottom-left-radius: 100px; border-bottom-left-radius: 100px; -moz-border-top-left-radius: 100px; border-top-left-radius: 100px; z-index: 1; -moz-border-bottom-right-radius: 100px; border-bottom-right-radius: 100px; -moz-border-top-right-radius: 100px; border-top-right-radius: 100px; }
  611. #linkaa3 a{height:15px; display:block; width: 40px; line-height: 15px; font-size:10px; margin-bottom: 1px; text-align:center; line-height:15px; font-family: tahoma; text-transform: lowercase; moz-border-bottom-left-radius: 100px; border-bottom-left-radius: 100px; -moz-border-top-left-radius: 100px; border-top-left-radius: 100px; z-index: 1; -moz-border-bottom-right-radius: 100px; border-bottom-right-radius: 100px; -moz-border-top-right-radius: 100px; border-top-right-radius: 100px; color: {color:linktext} ; background-color: {color:linkbg}; -webkit-transition-duration: 0.4s;padding:4px}
  612. #linkaa3 a:hover{background-color:{color:background}}
  613.  
  614. #linkaa4 {margin-top: 70px; margin-left:320px; position:absolute; background-color:{color:background}; moz-border-bottom-left-radius: 100px; border-bottom-left-radius: 100px; -moz-border-top-left-radius: 100px; border-top-left-radius: 100px; z-index: 1; -moz-border-bottom-right-radius: 100px; border-bottom-right-radius: 100px; -moz-border-top-right-radius: 100px; border-top-right-radius: 100px; -webkit-transition: 0.9s ease-in;
  615. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in;}
  616. #linkaa4 a{height:15px; display:block; width: 40px; line-height: 15px; font-size:10px; margin-bottom: 1px; text-align:center; line-height:15px; font-family: tahoma; text-transform: lowercase; moz-border-bottom-left-radius: 100px; border-bottom-left-radius: 100px; -moz-border-top-left-radius: 100px; border-top-left-radius: 100px; z-index: 1; -moz-border-bottom-right-radius: 100px; border-bottom-right-radius: 100px; -moz-border-top-right-radius: 100px; border-top-right-radius: 100px; color: {color:linktext} ; background-color: {color:linkbg}; -webkit-transition-duration: 0.4s;padding:4px}
  617. #linkaa4 a:hover{background-color:{color:background}}
  618.  
  619.  
  620. #linkaa5 {margin-top: 110px; margin-left:-280px; moz-border-bottom-left-radius: 100px; border-bottom-left-radius: 100px; -moz-border-top-left-radius: 100px; border-top-left-radius: 100px; z-index: 1; -moz-border-bottom-right-radius: 100px; border-bottom-right-radius: 100px; -moz-border-top-right-radius: 100px; border-top-right-radius: 100px; -webkit-transition: 0.9s ease-in;
  621. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in; position:absolute; background-color:{color:background};}
  622. #linkaa5 a{height:15px; display:block; width: 40px; line-height: 15px; font-size:10px; margin-bottom: 1px; text-align:center; line-height:15px; font-family: tahoma; text-transform: lowercase; moz-border-bottom-left-radius: 100px; border-bottom-left-radius: 100px; -moz-border-top-left-radius: 100px; border-top-left-radius: 100px; z-index: 1; -moz-border-bottom-right-radius: 100px; border-bottom-right-radius: 100px; -moz-border-top-right-radius: 100px; border-top-right-radius: 100px; color: {color:linktext} ; background-color: {color:linkbg}; -webkit-transition-duration: 0.4s;padding:4px}
  623. #linkaa5 a:hover{background-color:{color:background}}
  624.  
  625. #linkaa6 {margin-top: 110px; margin-left:582px; moz-border-bottom-left-radius: 100px; border-bottom-left-radius: 100px; -moz-border-top-left-radius: 100px; border-top-left-radius: 100px; z-index: 1; -moz-border-bottom-right-radius: 100px; border-bottom-right-radius: 100px; -moz-border-top-right-radius: 100px; border-top-right-radius: 100px; -webkit-transition: 0.9s ease-in;
  626. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in; position:absolute; background-color:{color:background};}
  627. #linkaa6 a{height:15px; display:block; width: 40px; line-height: 15px; font-size:10px; margin-bottom: 1px; text-align:center; line-height:15px; font-family: tahoma; text-transform: lowercase; moz-border-bottom-left-radius: 100px; border-bottom-left-radius: 100px; -moz-border-top-left-radius: 100px; border-top-left-radius: 100px; z-index: 1; -moz-border-bottom-right-radius: 100px; border-bottom-right-radius: 100px; -moz-border-top-right-radius: 100px; border-top-right-radius: 100px; color: {color:linktext} ; background-color: {color:linkbg}; -webkit-transition-duration: 0.4s;padding:4px}
  628. #linkaa6 a:hover{background-color:{color:background}}
  629.  
  630. #linkaa7 {margin-top:140px; margin-left:-182px; moz-border-bottom-left-radius: 100px; border-bottom-left-radius: 100px; -moz-border-top-left-radius: 100px; border-top-left-radius: 100px; z-index: 1; -moz-border-bottom-right-radius: 100px; border-bottom-right-radius: 100px; -moz-border-top-right-radius: 100px; border-top-right-radius: 100px; -webkit-transition: 0.9s ease-in;
  631. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in; position:absolute; background-color:{color:background};}
  632. #linkaa7 a{height:15px; display:block; width: 90px; line-height: 15px; font-size:10px; margin-bottom: 1px; text-align:center; line-height:15px; font-family: tahoma; text-transform: lowercase; moz-border-bottom-left-radius: 100px; border-bottom-left-radius: 100px; -moz-border-top-left-radius: 100px; border-top-left-radius: 100px; z-index: 1; -moz-border-bottom-right-radius: 100px; border-bottom-right-radius: 100px; -moz-border-top-right-radius: 100px; border-top-right-radius: 100px; color: {color:linktext} ; background-color: {color:linkbg}; -webkit-transition-duration: 0.4s;padding:4px}
  633. #linkaa7 a:hover{background-color:{color:background}}
  634.  
  635.  
  636. .bolo:hover #precise {margin-left:-3px; margin-top:5px;-webkit-animation: menu .49s alternate infinite linear; }
  637.  
  638. .linksmagicos:hover #linkss2 {margin-left:0px; margin-top:10px;-webkit-transition: 0.9s ease-in; opacity:0.5;
  639. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in;}
  640.  
  641.  
  642. #linkshoverdaya {margin-top:10px; margin-left:210px; position:absolute; z-index:200000; -webkit-transition: 0.9s ease-in;
  643. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in;}
  644. #linkshoverdaya a{height:30px; display:block; width: 30px; line-height: 30px; font-size:12px; margin-bottom: 1px; text-align:center; font-family: 'unica one', cursive; text-transform: uppercase; color: {color:linktext} ; background-color: {color:linkbg}; letter-spacing:1px; padding-left:10px; -webkit-transition-duration: 0.4s;padding:3px}
  645. #linkshoverdaya a:hover{ opacity:0.6;}
  646.  
  647.  
  648.  
  649.  
  650. #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); }
  651. #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 }
  652.  
  653. #chupa {width:1px; height:102px; margin-top:67px; margin-left: 80px; background-color: transparent; position:fixed; color: {color:text}; font-size: 13px; font-family: give you glory; text-transform: lowercase; text-align: center; z-index:1000 }
  654.  
  655.  
  656.  
  657. #barra3 {width:10px; height:12px; margin-top:88px; margin-left: 145px; background-color: transparent; position:fixed; padding:4px; font-size: 40px; font-family: Give You Glory; text-transform: lowercase; color: {color:text}; text-align: right; -moz-transform: rotate(-25deg);-webkit-transform: rotate(-25deg);-o-transform: rotate(-25deg);-ms-transform: rotate(-15deg);transform: rotate(-10deg);}
  658.  
  659.  
  660. #sideimg {display: block; margin-left: 202px; float: right; margin-top: 19px; width: auto; height: auto; background-color: transparent; position: fixed; z-index:30;}
  661. .simg1 img {width: 135px; height: 160px; margin-bottom: 2px; border: 4px solid {color:fundinho};}
  662.  
  663. #pag {width: 15px; padding:1px; background-color: {color:bgpage}; position:fixed; text-align: center; margin-top: 100px; margin-left: 119px;}
  664.  
  665. #cruz {position: fixed; margin: 200px 0px 0px 60px; }
  666.  
  667. #acruz {width: 39px; position: absolute; margin-left: -92px; margin-top: -365px; color: {color:cruz}; font-size: 60px; -webkit-transform: rotate(-20deg);}
  668. #acruz:hover { -webkit-transform: rotate(0deg);}
  669.  
  670. #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;}
  671.  
  672.  
  673.  
  674.  
  675.  
  676.  
  677.  
  678.  
  679.  
  680. #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}
  681.  
  682.  
  683. #celular {width:235px; height: 235px;background-color:transparent; margin-top:120px; margin-left:60px; position:fixed; border:2px solid {color:fundo}; z-index:1000000000000000000000000000; }
  684.  
  685. #bichinho {width:220px; height: 20px;background-color:{color:fundo}; margin-top:110px; margin-left:70px; position:fixed; z-index:100000000000000000000000000; opacity:0.8 }
  686.  
  687. #coquetel {width:120px; height: 100px;background-color:{color:fundo}; margin-top:130px; margin-left:170px; position:fixed; z-index:100000000000000000000000000; opacity:0.8 }
  688.  
  689.  
  690.  
  691.  
  692.  
  693. ; margin-top:412px; margin-left: 220px; position:fixed; }
  694.  
  695. #mim {width:193px; height:200px; margin-top: 33px; margin-left:123px; position:fixed; border:5px solid {color:background}; z-index:10000000000000000000;}
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706.  
  707. #suckp {width: 253px; float: left; margin-left:122px; z-index:10000000000; margin-top: 255px; padding: 0px; text-align: center; position: fixed; -moz-transition: opacity .1s ease-in-out; -o-transition: opacity .1s ease-in-out; transition: opacity .1s ease-in-out; -webkit-transition: opacity .9s ease-in-out; opacity: 1; -webkit-transition: 1.3s ease-in; height:20px;
  708. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; }
  709.  
  710. #suckp a {float: left; padding: 1px; margin-top: 45px; display: block; letter-spacing: 1px; font-family: dosis; font-size: 9px; text-align: center; width: 51px; height:20px; background-color: {color:border}; color: {color:linktext} ; text-decoration: none; text-transform: uppercase; line-height: 10px; height: 10px; overflow: hidden; border:1px solid {color:fundo}; margin-left:-2px; opacity:0.9; }
  711.  
  712. #suckp a:hover{box-shadow: inset 53px 0px {color:linktext}; opacity:0.5; color: {color:border};}}
  713.  
  714.  
  715.  
  716.  
  717. #suckpe {width: 258px; float: left; margin-left:20px; z-index:10000000000; margin-top: -100px; 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:20px;
  718. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; }
  719.  
  720. #suckpe a {float: left; padding: 1px; margin-top: 347px; display: block; letter-spacing: 1px; font-family: dosis; font-size: 12px; text-align: center; width: 44px; height:100px; background-color: {color:border}; color: {color:linktext} ; text-decoration: none; text-transform: uppercase; line-height: 20px; height: 20px; overflow: hidden; border:1px solid {color:fundo}; margin-left:-2px; opacity:0.9; border-width: 1px;
  721. border-style: dotted;
  722. border-color: #000; }
  723.  
  724. #suckpe a:hover{text-align: center; opacity:0.9; background-color:{color:tags}; color: {color:linktexthover};}
  725.  
  726. #suckvag {width: 258px; float: left; margin-left:3304px; z-index:10000000000; margin-top: 0px; padding: 0px; text-align: center; position: fixed; -moz-transition: opacity .1s ease-in-out; -o-transition: opacity .1s ease-in-out; transition: opacity .1s ease-in-out; -webkit-transition: opacity .9s ease-in-out; opacity: 1; -webkit-transition: 1.3s ease-in; height:20px;
  727. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; }
  728.  
  729. #suckvag a {float: left; padding: 1px; margin-top: 347px; display: block; letter-spacing: 1px; font-family: dosis; font-size: 9px; text-align: center; width: 31px; height:20px; background-color: {color:border}; color: {color:linktext} ; text-decoration: none; text-transform: uppercase; line-height: 15px; height: 15px; overflow: hidden; border:1px solid {color:fundo}; margin-left:-2px; opacity:0.9; }
  730.  
  731. #suckvag a:hover{text-align: center; opacity:0.9; background-color:{color:tags}; color: {color:linktexthover};}
  732.  
  733.  
  734. #suckpinto {width: 258px; float: left; margin-left:300px; z-index:100000000000000000000; margin-top: 0px; padding: 0px; text-align: center; position: fixed; -moz-transition: opacity .1s ease-in-out; -o-transition: opacity .1s ease-in-out; transition: opacity .1s ease-in-out; -webkit-transition: opacity .9s ease-in-out; opacity: 1; -webkit-transition: 1.3s ease-in; height:20px;
  735. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; }
  736.  
  737. #suckpinto a {float: left; padding: 1px; margin-top: 347px; display: block; letter-spacing: 1px; font-family: dosis; font-size: 9px; text-align: center; width: 31px; height:20px; background-color: {color:border}; color: {color:linktext} ; text-decoration: none; text-transform: uppercase; line-height: 15px; height: 15px; overflow: hidden; border:1px solid {color:fundo}; margin-left:-2px; opacity:0.9; }
  738.  
  739.  
  740.  
  741. #suckpinto a:hover{text-align: center; opacity:1.0; background-color:{color:tags}; color: {color:linktexthover}; z-index:10000000000000000000000; margin-left: -75px; width:108px;}
  742.  
  743. #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;}
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753. #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;
  754. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in;}
  755.  
  756. #twitter img {height:19px; width:19px; margin-left:-2px; }
  757.  
  758. #textlinks {width:120px; height: 10px; margin-left:99px; margin-top:477px; position:fixed; color: {color:frase};opacity:0.8; z-index: 000; font-family: tahoma; text-align: center; font-size:9px; line-height: 10px; text-transform: lowercase; border-left:0px solid; border-right:0px solid; padding:3px; width: 70px; height:20px; position: absolute; border: 0px solid {color:border}; background-color: {color:border}; -moz-transition: opacity .1s ease-in-out; -o-transition: opacity .1s ease-in-out; transition: opacity .1s ease-in-out; -webkit-transition: opacity .9s ease-in-out; opacity: 1; -webkit-transition: 1.3s ease-in;
  759. -moz-transition: 1.3s ease-in;position:fixed; transition: 1.3s ease-in;
  760.  
  761. }
  762.  
  763.  
  764.  
  765.  
  766. #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;
  767. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in;}
  768.  
  769. #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; }
  770.  
  771. #upupup a:hover{text-align: center; background-color: {color:background}; color: {color:linktexthover};}
  772.  
  773. #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;
  774. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; }
  775.  
  776. #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; }
  777.  
  778. #upupup2 a:hover{text-align: center; background-color: {color:background}; color: {color:linktexthover};}
  779.  
  780. #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;
  781. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; }
  782.  
  783. #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; }
  784.  
  785. #upupup3 a:hover{text-align: center; background-color: {color:background}; color: {color:linktexthover};}
  786.  
  787.  
  788. #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;
  789. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; }
  790.  
  791. #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; }
  792.  
  793. #beeijo a:hover{text-align: center; background-color: {color:background}; color: {color:linktexthover};}
  794.  
  795.  
  796.  
  797.  
  798.  
  799. .li {opacity: 1}
  800. .li2 {opacity: 0.8}
  801. .li3 {opacity: 0.6}
  802. .li4 {opacity: 0.8}
  803. .li5 {opacity: 1}
  804.  
  805. #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;}
  806.  
  807. #kitty a:hover{ opacity: 0.8; }
  808.  
  809.  
  810. #faixa {margin-top: 50px; margin-left: -10px; position: fixed; background-color: {color:bobsponja}; height: 140px; width:354px; }
  811.  
  812. #faixa2 {margin-top: -50px; margin-left: 50px; position: fixed; background-color: {color:bobsponja}; height: 2000px; width:30px; }
  813.  
  814. @font-face {
  815. font-family: 'Give You Glory';
  816. font-style: normal;
  817. font-weight: norAmal;
  818. src: local('Give You Glory'), local('GiveYouGlory'), url('http://themes.googleusercontent.com/font?kit=DFEWZFgGmfseyIdGRJAxuJre1ArFO0nxyUXZnjCjpOg') format('woff');
  819. }
  820.  
  821.  
  822.  
  823. @font-face{
  824. font-family: 'MyWebFont';
  825. src: url('WebFont.eot');
  826. src: url('WebFont.eot?#iefix') format('embedded-opentype'),
  827. url('WebFont.woff') format('woff'),
  828. url('WebFont.ttf') format('truetype'),
  829. url('WebFont.svg#webfont') format('svg');
  830. }
  831.  
  832. #ttle {width:150px; height: 20px; margin-left:117px; margin-top:0px; position:fixed; overflow:hidden; color: {color:frase}; z-index: 0; font-family: dosis; font-size:27px;text-transform:uppercase; border-left:0px solid; border-right:0px solid; padding:3px; z-index: 1000; text-align:left; width:210px; height:27px; line-height: 20px; z-index:10000000000000000000000000000000; text-align:center; opacity:1; }
  833.  
  834. #ttlecom { margin-left:190px; margin-top:270px; position:fixed; overflow:hidden; color: {color:fundo}; z-index: 0; font-family: times new roman; font-size:100px;text-transform:none; border-left:0px solid; border-right:0px solid; padding:3px; text-align:left; border: 0px solid {color:border}; }
  835.  
  836. #ttledosis { margin-left:235px; margin-top:281px; position:fixed; overflow:hidden; color: {color:fundo}; z-index: 0; font-family: times new roman; font-size:100px;text-transform:none; border-left:0px solid; border-right:0px solid; padding:3px; text-align:left; border: 0px solid {color:border}; -webkit-transform: rotate(-180deg); }
  837.  
  838. #ttledosisa { margin-left:282px; margin-top:278px; position:fixed; overflow:hidden; color: {color:fundo}; z-index: 0; font-family: times new roman; font-size:100px;text-transform:none; border-left:0px solid; border-right:0px solid; padding:3px; text-align:left; border: 0px solid {color:border}; -webkit-transform: rotate(-180deg); }
  839.  
  840. #ttleaaa { margin-left:103px; margin-top:285px; position:fixed; overflow:hidden; color: {color:fundo}; z-index: 0; font-family: times new roman; font-size:100px;text-transform:none; border-left:0px solid; border-right:0px solid; padding:3px; text-align:left; border: 0px solid {color:border}; -webkit-transform: rotate(-180deg); }
  841.  
  842. #ttlen { margin-left:146px; margin-top:285px; position:fixed; overflow:hidden; color: {color:fundo}; z-index: 0; font-family: times new roman; font-size:100px;text-transform:none; border-left:0px solid; border-right:0px solid; padding:3px; text-align:left; border: 0px solid {color:border}; -webkit-transform: rotate(-180deg); }
  843.  
  844. @font-face {font-family: "discoverbeauty";src: url('http://static.tumblr.com/nf5qb3y/3ptm2vwot/discoverbeauty.ttf') format("truetype");}
  845.  
  846. #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}; }
  847.  
  848. #ttle5:hover { color:transparent; }
  849.  
  850. #textv {width:120px; height: 58px; margin-left:118px; margin-top:265px; position:fixed; color: {color:frase}; z-index: 0; font-family: tahoma; font-size:10px;text-transform: none; border-left:0px solid; border-right:0px solid; z-index:0; padding:3px; width: 210px; z-index:100000; height:1px; border: 0px solid {color:border}; }
  851.  
  852.  
  853.  
  854.  
  855.  
  856.  
  857. #themex {width:150px; height: 130px; background-color: {color:border}; margin-top: 200px; margin-left: 772px; position:fixed; color: {color:frase}; z-index: 0; font-family:dosis; font-size:24px;text-transform:uppercase;z-index: 1000; text-align:center; line-height: 30px; border-width: 1px;border-style: dotted;border-color: {color:text}; }
  858.  
  859.  
  860.  
  861.  
  862.  
  863.  
  864.  
  865. /** estilo de ask by htmland **/
  866. @font-face {font-family: "tinytots"; src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf')}
  867. .hlanswer {background: #bebebe color: {color:text}; background: {color:ask}; width: 385px; font: normal 10px arial; margin-bottom: 2px; padding-top: 8px; padding-left: 13px; padding-bottom: 13px; text-align: justify; display: block; overflow: hidden; border-top: 2px solid #bebebe;}
  868. .hlanswer img {border: 2px solid #bebebe; float: right; margin-top: -15px; margin-left: 13px; margin-bottom: -13px; opacity: 0.8; }
  869. .hlanswer img:hover {opacity: 1.0}
  870. .hlanswerinfo {background: transparent; padding: 3px; float: left; display: inline-block; width: auto; color: {color:text}; font: normal 10px "tahoma"; text-transform: none; margin-bottom: -1px}
  871. .hlanswerinfo a {color: {color:text};}
  872.  
  873. #emcima {z-index: 90; margin-top: 900px; background-color:{color:background}; width: 1320px; height: 50px; padding: 0px; position: fixed; margin-left: 100px;}
  874. #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}}
  875.  
  876. #oie {position: fixed; margin-left: 0px; margin-top: 100px; display: none;}
  877.  
  878. #bebezinha {position: absolute; width: 200px; margin-left: -10px; margin-top: -176px; padding: 0px; text-align: center; z-index:3;}
  879. #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;}
  880. #bebezinha a:hover{text-align: center; background-color: {color:linkbghover}; color: {color:linksshover};text-shadow:6px 5px 9px #000;}
  881.  
  882. #entry {float: left; margin-left: 300px; margin-top:10px; border: 0px solid {color:post}; color:{color:text}; width:400px; }
  883.  
  884. .posts {position: relative; width:400px; text-align:justify; float:left ;margin:-4px; padding:10px; margin-left: 8px; font-family: tahoma; font-size: 11px;margin-top:7px; background:{color:post}; }
  885.  
  886. #bebezinha2 {position: absolute; margin-left: -88px; margin-top: 450px; padding: 0px; text-align: center; z-index:3;}
  887. #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; }
  888. #bebezinha2 a:hover{text-align: center; background-color: {color:linkbghover}; color: {color:linktexthover};text-shadow:6px 5px 9px #000; }
  889.  
  890.  
  891. #linksfotos { margin-top: 250px; margin-left:280px; position:fixed; z-index:200000; border-width: 1px;border-style: dotted;border-color: {color:text}; }
  892. #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}
  893. #linksfotos a:hover{ opacity:0.6;}
  894.  
  895. #linkd { margin-top: 140px; margin-left:153px; position:fixed; z-index:200000; opacity: 0.8; border-top:1px solid {color:text}; }
  896. #linkd a {height:9px; display:block; width: 30px; line-height: 10px; font-size:8px; margin-bottom: 1px; text-align:center; line-height:10px; font-family:tahoma; text-transform: uppercase; color: {color:linktext} ; background-color: {color:linkbg}; letter-spacing: 1px; padding-left:1px; -webkit-transition-duration: 0.4s;padding:2px}
  897. #linky a:hover{ opacity:0.6;}
  898. #linkd a:hover{ opacity:0.6;}
  899.  
  900. #linky { margin-top: 140px; margin-left:188px; position:fixed; z-index:200000; opacity: 0.8; border-top:1px solid {color:text}; }
  901. #linky a{height:9px; display:block; width: 30px; line-height: 10px; font-size:8px; margin-bottom: 1px; text-align:center; line-height:10px; font-family:tahoma; text-transform: uppercase; color: {color:linktext} ; background-color: {color:linkbg}; letter-spacing: 1px; padding-left:1px; -webkit-transition-duration: 0.4s;padding:2px}
  902. #linky a:hover{ opacity:0.6;}
  903.  
  904. #linky3 { margin-top: 140px; margin-left:223px; position:fixed; z-index:200000; opacity: 0.8; border-top:1px solid {color:text}; }
  905. #linky3 a{height:9px; display:block; width: 30px; line-height: 10px; font-size:8px; margin-bottom: 1px; text-align:center; line-height:10px; font-family:tahoma; text-transform: uppercase; color: {color:linktext} ; background-color: {color:linkbg}; letter-spacing: 1px; padding-left:1px; -webkit-transition-duration: 0.4s;padding:2px}
  906. #linky3 a:hover{ opacity:0.6;}
  907.  
  908. #linky4 { margin-top: 140px; margin-left:258px; position:fixed; z-index:200000; opacity: 0.8; border-top:1px solid {color:text}; }
  909. #linky4 a{height:9px; display:block; width: 30px; line-height: 10px; font-size:8px; margin-bottom: 1px; text-align:center; line-height:10px; font-family:tahoma; text-transform: uppercase; color: {color:linktext} ; background-color: {color:linkbg}; letter-spacing: 1px; padding-left:1px; -webkit-transition-duration: 0.4s;padding:2px}
  910. #linky4 a:hover{ opacity:0.6;}
  911.  
  912. #linky5 { margin-top: 140px; margin-left:293px; position:fixed; z-index:200000; opacity: 0.8; border-top:1px solid {color:text}; }
  913. #linky5 a{height:9px; display:block; width: 30px; line-height: 10px; font-size:8px; margin-bottom: 1px; text-align:center; line-height:10px; font-family:tahoma; text-transform: uppercase; color: {color:linktext} ; background-color: {color:linkbg}; letter-spacing: 1px; padding-left:1px; -webkit-transition-duration: 0.4s;padding:2px}
  914. #linky5 a:hover{ opacity:0.6;}
  915.  
  916. #linky6 { margin-top: 140px; margin-left:188px; position:fixed; z-index:200000; opacity: 0.8; border-top:1px solid {color:text}; }
  917. #linky6 a{height:9px; display:block; width: 30px; line-height: 10px; font-size:8px; margin-bottom: 1px; text-align:center; line-height:10px; font-family:tahoma; text-transform: uppercase; color: {color:linktext} ; background-color: {color:linkbg}; letter-spacing: 1px; padding-left:1px; -webkit-transition-duration: 0.4s;padding:2px}
  918. #linky6 a:hover{ opacity:0.6;}
  919.  
  920.  
  921.  
  922. .links1 {position: absolute; width: 20px; margin-left:90px; margin-top:245px; padding: 0px; text-align: center; z-index:3;}
  923. .links1 a {float: left; display: block; letter-spacing: 0px; font-size:12px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 70px; background-color: {color:background}; color: {color:linktext1}; text-decoration: none; text-transform:uppercase; line-height:15px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  924. .links1 a:hover{text-align: center; background-color: {color:linkbghover}; color:{color:linktexthover}; letter-spacing:0px; transform: rotateY(180deg); -webkit-transform: rotateX(180deg); opacity: 0.3}
  925.  
  926. .links2 {position: absolute; width: 20px; margin-left:161px; margin-top:245px; padding: 0px; text-align: center; z-index:3;}
  927. .links2 a {float: left; display: block; letter-spacing: 0px; font-size:12px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 70px; background-color: {color:background}; color: {color:linktext1}; text-decoration: none; text-transform:uppercase; line-height:15px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  928. .links2 a:hover{text-align: center; background-color: {color:linkbghover}; color:{color:linktexthover}; letter-spacing:0px; transform: rotateY(180deg); -webkit-transform: rotateX(180deg); opacity: 0.3}
  929.  
  930. .links3 {position: absolute; width: 20px; margin-left:90px; margin-top:261px; padding: 0px; text-align: center; z-index:3;}
  931. .links3 a {float: left; display: block; letter-spacing: 0px; font-size:12px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 70px; background-color: {color:background}; color: {color:linktext1}; text-decoration: none; text-transform:uppercase; line-height:15px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  932. .links3 a:hover{text-align: center; background-color: {color:linkbghover}; color:{color:linktexthover}; letter-spacing:0px; transform: rotateY(180deg); -webkit-transform: rotateX(180deg); opacity: 0.3}
  933.  
  934. .links4 {position: absolute; width: 20px; margin-left:161px; margin-top:261px; padding: 0px; text-align: center; z-index:3;}
  935. .links4 a {float: left; display: block; letter-spacing: 0px; font-size:12px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 70px; background-color: {color:background}; color: {color:linktext1}; text-decoration: none; text-transform:uppercase; line-height:15px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  936. .links4 a:hover{text-align: center; background-color: {color:linkbghover}; color:{color:linktexthover}; letter-spacing:0px; transform: rotateY(180deg); -webkit-transform: rotateX(180deg); opacity: 0.3}
  937.  
  938. .links5 {position: absolute; width: 20px; margin-left:90px; margin-top:277px; padding: 0px; text-align: center; z-index:3;}
  939. .links5 a {float: left; display: block; letter-spacing: 0px; font-size:12px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 70px; background-color: {color:background}; color: {color:linktext1}; text-decoration: none; text-transform:uppercase; line-height:15px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  940. .links5 a:hover{text-align: center; background-color: {color:linkbghover}; color:{color:linktexthover}; letter-spacing:0px; transform: rotateY(180deg); -webkit-transform: rotateX(180deg); opacity: 0.3}
  941.  
  942. .links6 {position: absolute; width: 20px; margin-left:161px; margin-top:277px; padding: 0px; text-align: center; z-index:3;}
  943. .links6 a {float: left; display: block; letter-spacing: 0px; font-size:12px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 70px; background-color: {color:background}; color: {color:linktext1}; text-decoration: none; text-transform:uppercase; line-height:15px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  944. .links6 a:hover{text-align: center; background-color: {color:linkbghover}; color:{color:linktexthover}; letter-spacing:0px; transform: rotateY(180deg); -webkit-transform: rotateX(180deg); opacity: 0.3}
  945.  
  946. .links7 {position: absolute; width: 20px; margin-left:128px; margin-top:49px; padding: 0px; text-align: center; z-index:3;}
  947. .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;}
  948. .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}
  949.  
  950.  
  951. #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}
  952. #sdbarsi a{font-family: arial; font-size: 8px; letter-spacing: 1px}
  953.  
  954. #credit {width: 100px; margin-left: 163px; height: 20px; margin-top:550px; float:left; text-align: center; font-size: 9px; position:fixed; padding: 4px; font-family:tahoma; color:{color:text}; overflow:hidden; z-index:1000; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; }
  955.  
  956.  
  957. .ticalica {margin-bottom: 8px; color:{color:tags} }
  958.  
  959. .xquote { text-align: center; font-size: 13px; font-family: georgia; line-height: 15px; padding: 3px;margin-left: 2px; border-bottom:0px solid #ccc;margin-bottom:3px;padding-top:5px;}
  960.  
  961. .credittex {margin-top: -2px; letter-spacing: 0px; text-align: center; font-family: tahoma; font-size: 10px; color:#000; }
  962. .credittex a{color:{color:frase};}
  963.  
  964.  
  965. .credit {
  966. position:fixed !important;
  967. margin-left: 1028px;
  968. margin-top: 1000px;
  969. margin-bottom: -5px;
  970. font-size: 9px;
  971. width: 49px;
  972. height: 15px;
  973. padding: 1px 3px 3px 2px;
  974. font-family: verdana;
  975. color: #000000;
  976. text-align: center;
  977. background-color: {color:sidebar};
  978. -webkit-transition: all 0.5s ease;
  979. }
  980.  
  981. #eaat {width:17px; height: 237px; margin-top:-2px; opacity:0.5; margin-left: -5px; position:fixed; background-color: {color:border}; z-index:500000000000000000000000000000000000000000000000000000000000000000; }
  982. #eaat2 {width:210px; height: 17px; margin-top:-5px; opacity:0.5; margin-left: -5px; position:fixed; background-color: {color:border}; z-index:500000000000000000000000000000000000000000000000000000000000000000; }
  983. #eaat3{width:17px; height: 237px; margin-top:-2px; opacity:0.5; margin-left: 187px; position:fixed; background-color: {color:border}; z-index:500000000000000000000000000000000000000000000000000000000000000000; }
  984. #eaat4 {width:210px; height: 17px; margin-top:220px; opacity:0.5; margin-left: -5px; position:fixed; background-color: {color:border}; z-index:500000000000000000000000000000000000000000000000000000000000000000; }
  985. ::-webkit-scrollbar{width:5px;height:5px;}
  986. ::-webkit-scrollbar-button:start:decrement
  987. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  988. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  989. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  990. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  991.  
  992. #tumblr_controls{position: fixed!important}
  993. #tumblr_controls{position: fixed!important}
  994. #tumblr_controls{position: fixed!important}
  995. #tumblr_controls{position: fixed!important}
  996.  
  997. #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};}
  998. #info a {background-color: {color:post}; color:{color:text}}
  999. #info a:hover {color: {color:link hover}}
  1000.  
  1001. #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};}
  1002. #info2 a {background-color: {color:post}; color:{color:text}}
  1003. #info2 a:hover {color: {color:link hover}}
  1004.  
  1005.  
  1006.  
  1007. .creditoa {opacity: 0.2; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  1008. .creditoa:hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  1009.  
  1010. #infoa {text-align: left; margin-top:-4px; font-size: 0px; text-transform: uppercase; z-index: 11; border-left: -1px solid {color:entry}; padding: 2px; background-color: {color:ask}; height:auto; text-align: left; font-size: 8px; font-family: tahoma; letter-spacing: 0px}
  1011. #infoa a {font-size: 8px; text-transform: uppercase;}
  1012.  
  1013. .photo:hover #suckpe {margin-left:20px; margin-top:-270px; -webkit-transition: 0.9s ease-in;
  1014. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in; z-index:100000000;}
  1015.  
  1016.  
  1017. #links {width: 383px; float: left; margin-left:137px; margin-top: 16px; padding: 1px; text-align: center; position: absolute; -moz-transition: opacity .9s ease-in-out; -o-transition: opacity .9s ease-in-out; transition: opacity .9s ease-in-out; -webkit-transition: opacity .9s ease-in-out; opacity: 1; -webkit-transition: 1.3s ease-in;
  1018. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; background-color: transparent; height: 80px; z-index:830000000000000000000000000000000; }
  1019.  
  1020. #links a {float: left; padding: 1px; margin-top: 300px; display: block; letter-spacing: 1px; font-family: tahoma; font-size: 8px; text-align: center; height:28px; color: {color:frase} ; text-decoration: none; text-transform: uppercase; line-height: 10px; height: 17px; overflow: hidden; border:1px solid {color:fundo}; opacity:0.9; z-index:1000000000000000000000000000000000000000000000000000000; }
  1021.  
  1022. #links a:hover{transition: 1.3s ease-in;opacity:0.5; line-height:20px; }
  1023.  
  1024. #linksya {width: 383px; float: left; margin-left:119px; margin-top: -15px; padding: 1px; text-align: center; position: absolute; -moz-transition: opacity .9s ease-in-out; -o-transition: opacity .9s ease-in-out; transition: opacity .9s ease-in-out; -webkit-transition: opacity .9s ease-in-out; opacity: 1; -webkit-transition: 1.3s ease-in;
  1025. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; background-color: transparent; height: 80px; z-index:830000000000000000000000000000000; }
  1026.  
  1027. #linksya a {float: left; padding: 1px; margin-top: 300px; display: block; letter-spacing: 1px; font-family: dosis; font-size: 9px; text-align: center; width: 210px; height:20px; background-color: {color:border}; color: {color:linktext} ; text-decoration: none; text-transform: uppercase; line-height: 10px; height: 10px; overflow: hidden; border:1px solid {color:fundo}; opacity:0.9; z-index:1000000000000000000000000000000000000000000000000000000; }
  1028.  
  1029. #linksya a:hover{box-shadow: inset 220px 0px {color:linktext}; opacity:0.5; color: {color:border}; }
  1030.  
  1031.  
  1032. #oia {width: 458px; float: left; z-index:10000000000; margin-top: 150px; padding: 0px; text-align: center; position: fixed; -moz-transition: opacity .1s ease-in-out; -o-transition: opacity .1s ease-in-out; transition: opacity .1s ease-in-out; -webkit-transition: opacity .9s ease-in-out; opacity: 1; -webkit-transition: 1.3s ease-in; height:20px;
  1033. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; }
  1034.  
  1035. #oia a {float: left; padding: 1px; margin-top: 300px; display: block; letter-spacing: 1px; font-family: dosis; font-size: 9px; text-align: center; width: 53px; height:20px; background-color: {color:border}; color: {color:linktext} ; text-decoration: none; text-transform: uppercase; line-height: 10px; height: 10px; overflow: hidden; border:1px solid {color:fundo}; opacity:0.9; z-index:1000000000000000000000000000000000000000000000000000000; }
  1036.  
  1037. #oia a:hover{box-shadow: inset 53px 0px {color:linktext}; opacity:0.5; color: {color:border};border-width: 6px;
  1038.  
  1039. border-style: dashed;
  1040.  
  1041. border-color: #f00;}
  1042.  
  1043. #barbie {text-align: left; overflow: hidden; -webkit-border-radius: 0px 0px 0px 0px; z-index:100000000000000000000000;font-size:15px;font-family: georgia; position: fixed; margin-left:155px; width: 130px; color: {color:frase};padding: 7px; margin-top:145px; background-attachment: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; ; letter-spacing: 0px;line-height: 14px; opacity:0.9; font-style:italic; }
  1044.  
  1045.  
  1046. #precise {background-color: {color:background}; text-align: left; overflow: hidden; -webkit-border-radius: 0px 0px 0px 0px; font-size:11px; height:2px; font-family: 'Sintony', sans-serif; position: fixed; margin-left:-400px; width: 140px; color: {color:frase};padding: 7px; margin-top:10px; background-attachment: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; ; letter-spacing: 0px;line-height: 0px; word-spacing:3px; }moz-transition: all 0.4s ease-out; font-style: none; position:fixed; -webkit-animation: shake 1500ms alternate infinite linear;
  1047. -moz-animation: shake 1500ms alternate infinite linear;
  1048. }
  1049.  
  1050. #precise:hover {-webkit-animation: shake 1500ms alternate infinite linear;
  1051. -moz-animation: shake 1500ms alternate infinite linear;
  1052. }
  1053. .linkss2 a { color: {color:links}; text-transform: uppercase;}
  1054.  
  1055.  
  1056.  
  1057.  
  1058. #pagina{ margin-top:250px; margin-left: 150px; width: 100px; float: right; background-color: transparent; position: fixed; height: 24px; -webkit-border-radius: 0px 0px 0px 0px; z-index:10000000000000000000000000000000000000000000000000000; width:85px; opacity:0.9 }
  1059.  
  1060. /*** Paginação by madlyluv.com ***/
  1061. #paginacaoml {font-size: 10px; font-family: tahoma; line-height: 24px;}
  1062. #paginacaoml a {font-size: 10px; font-family: tahoma; background: transparent; margin: 0 1px 0 0; padding: 2px 2px; color: {color:tags}; text-decoration: none;}
  1063. #paginacaoml a:hover {font-size: 10px ; font-family: tahoma; background: transparent; border: none;}
  1064. #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;}
  1065.  
  1066. #pagination {width:240px; font-family:georgia; text-align:right; font-size:15px; padding:4px; font-style:italic}
  1067.  
  1068.  
  1069. #textdaya {text-align: center; width: 120px;padding: 5px; margin-top: 190px; margin-left: 163px; position:fixed; font-family: 'Sintony', sans-serif;font-size: 9px; color: {color:frase}; line-height:8px;;text-transform: none; height:45px; z-index:9; }
  1070.  
  1071.  
  1072.  
  1073.  
  1074. #skinny {width: 238px; height: 21px; z-index:1000000000000000;float: center; margin-left: 228px; margin-top:369px; padding: 0px; text-align: center; position: fixed; }
  1075. #skinny a {font-family: consolas; font-size: 9px; float: center; margin-top: 0px; height: 9px; width: 20px; color: {color:frase}; letter-spacing: 0px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.5s ease-out; text-transform: uppercase; margin-left: 2px; padding: 0px 3px;}
  1076. #skinny a:hover{color: {color:frase}; background-color: {color:borda};
  1077. text-shadow: 0px 10px 1px {color:borda};}
  1078.  
  1079. #love {text-align: center; font-family: consolas; font-size: 8px; text-transform: lowercase; color: {color:frase}; margin-top: 10px; position: fixed; margin-left: 0px; text-align: center; width: 235px; }
  1080. #love a{color: {color:frase}; text-align: center; font-family: 'gafata', sans-serif; font-size:9px; text-transform: lowercase; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; opacity: 1; margin-left: 4px; width: auto; height: 10px; text-transform: uppercase;}
  1081. #love a:hover {font-size:9px; text-shadow: 0px -8px {color:frase}, 0px 8px {color:tags};}
  1082.  
  1083.  
  1084. #bocoita{text-align: justify; font-size: 9px; font-family: calibri; position: fixed; margin-left: 145px; width:200px; height: 35px; background-color: transparent; color: {color:linktext}; padding: 2px; margin-top: 430px; background-attachment: fixed; border-left: 0px solid ; padding:5px;z-index: 830;}
  1085.  
  1086. #olobo {text-align: center; margin-top:1px; margin-bottom: -2px; font-family: tahoma; font-size: 10px; color: {color:linktext}; letter-spacing: 1px; text-transform: none; -webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in;
  1087. }
  1088. #olobo:hover {color:{color:tags}}
  1089. .linkss {text-align: left; overflow: hidden; -webkit-border-radius: 0px 0px 0px 0px; z-index:100000000000000000000000;font-size:9px;font-family: 'Sintony', sans-serif; position: fixed; margin-left:70px; width: 210px; color: {color:fundo};padding: 7px; margin-top:110px; background-attachment: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; ; letter-spacing: 0px;line-height: 8px; word-spacing:3px; moz-transition: all 0.4s ease-out; position:fixed; }
  1090. .linkss a { color: {color:frase}; text-transform: none; }
  1091. .linkss a:hover {text-align: center;color: {color:tags};}
  1092.  
  1093.  
  1094.  
  1095.  
  1096. #yafofa1 {width:250px; height: 40px; float: left; margin-left:79px; margin-top:83px; padding: 0px; text-align: center; position: fixed; z-index:9999; z-index:99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999; }
  1097. #yafofa1 a {display: inline-block;border: 0px solid {color:border}; float: left; margin-left: 1px; font-family: tahoma; font-size: 8px; text-align: center; margin-top: 0px; height: 18px; width: 40px; color:{color:border}; line-height: 18px; text-transform: uppercase; -webkit-transition: all .8s ease-out; -moz-transition: all .8s ease-out; font-style: normal; background-color: {color:bg links}; letter-spacing:1px; }
  1098. #yafofa1 a:hover{box-shadow: inset 0 0 0 20px rgba(255,255,255,0.3), 0 0px 0px rgba(0,0,0,0.4); -moz-transition: all .9s ease-out; -webkit-transition: all .8s ease-out; border: 0px solid {color:tags};}
  1099.  
  1100. .linkss2 {text-align: left; overflow: hidden; -webkit-border-radius: 0px 0px 0px 0px; z-index:100000000000000000000000;font-size:12px;font-family: 'Sintony', sans-serif;position: fixed; margin-left:45px; width: 300px; color: {color:frase};padding: 7px; margin-top:70px; background-attachment: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; ; letter-spacing: 0px;line-height: 14px; font-style:italic; word-spacing:3px; }moz-transition: all 0.4s ease-out; font-style: none; position:fixed; }
  1101. .linkss2 a { color: {color:links}; text-transform: uppercase;}
  1102. .linkss2 a:hover {text-align: center;color: {color:tags};}
  1103.  
  1104. .shake{-webkit-animation: shake 1500ms alternate infinite linear;-moz-animation: shake 1500ms alternate infinite linear;}
  1105. </style>
  1106.  
  1107. </head>
  1108.  
  1109.  
  1110. <body onkeydown="return false">
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118. <div id="tudo">
  1119. <div id="msd">
  1120. </div>
  1121.  
  1122.  
  1123.  
  1124.  
  1125. <div id="coquetel"></div>
  1126.  
  1127.  
  1128.  
  1129. <div id="bichinho"></div>
  1130.  
  1131.  
  1132.  
  1133. <div class="linkss">
  1134. <a href="{text:Link1}">{text:Link1 Title}</a> |
  1135.  
  1136. <a href="{text:Link2}">{text:Link2 Title}</a> |
  1137.  
  1138. <a href="{text:Link3}">{text:Link3 Title}</a> |
  1139.  
  1140. <a href="{text:Link4}">{text:Link4 Title}</a> |
  1141.  
  1142. <a href="http://esb0rnia.tumblr.com/">credx</a> |
  1143.  
  1144.  
  1145.  
  1146.  
  1147. </div></div>
  1148. </div></div>
  1149.  
  1150.  
  1151.  
  1152.  
  1153.  
  1154.  
  1155. <div id="barralateral"></div>
  1156.  
  1157.  
  1158.  
  1159.  
  1160.  
  1161.  
  1162.  
  1163.  
  1164.  
  1165.  
  1166.  
  1167.  
  1168. </div>
  1169.  
  1170.  
  1171.  
  1172.  
  1173.  
  1174. <div id="barbie"><center>{text:titulo}</center></a></div>
  1175.  
  1176. <div id="textdaya"> {description}
  1177.  
  1178. </div></div>
  1179.  
  1180.  
  1181.  
  1182.  
  1183.  
  1184.  
  1185.  
  1186.  
  1187. <div id="side">
  1188. <div class="photo">
  1189.  
  1190.  
  1191. <img src="{image:fotinha}">
  1192. </div></div>
  1193.  
  1194.  
  1195.  
  1196.  
  1197.  
  1198.  
  1199. </div>
  1200.  
  1201. <font color="{color:tags}">
  1202. <div id="pagina"><div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"alt="" title="previous page baby">previous</a>{/block:PreviousPage}{/block:Pagination}
  1203.  
  1204. {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">next</a>{/block:NextPage}{/block:Pagination}</div></div>
  1205.  
  1206. </div>
  1207. </font>
  1208.  
  1209.  
  1210. </a></div>
  1211. <div id="entry">
  1212.  
  1213. {block:Posts}
  1214. <div class="posts">
  1215.  
  1216. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  1217.  
  1218. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  1219.  
  1220. {block:Photoset}{Photoset-400}{/block:Photoset}
  1221. {block:Quote}<div class="xquote">"{Quote}"</div> <center><font color="{colortags}"><div class="ticalica">— {Source}</div></center></font>{/block:Quote}
  1222. {/block:Quote}
  1223.  
  1224. {block:Link}
  1225. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  1226. {block:Description}{Description}{/block:Description}
  1227. {/block:Link}
  1228.  
  1229. {block:Chat}
  1230. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  1231. <div class="chat"><ul>{block:Lines}
  1232. <li class="person{UserNumber}">{block:Label}
  1233. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  1234. {/block:Chat}
  1235.  
  1236. {block:Audio}
  1237. <div class="player">{AudioPlayerBlack}</div>
  1238. {block:Caption}{Caption}{/block:Caption}
  1239. {/block:Audio}
  1240.  
  1241. {block:Video}{Video-400}{/block:Video}
  1242.  
  1243. {block:Answer}
  1244.  
  1245. <div style="padding: 4px;">
  1246.  
  1247. <div class="asker">{asker} sussurrou para mim: <div align="left"><img src="{AskerPortraitURL-48}" align="left" />{Question}<br/></div></div> <div align="left"> {Answer}</div>
  1248. </div>
  1249.  
  1250. {/block:Answer}
  1251.  
  1252.  
  1253.  
  1254. <div id="cap">
  1255. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1256. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1257. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1258.  
  1259. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  1260. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  1261. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  1262. {/block:ContentSource}</div></div>
  1263. <br>
  1264.  
  1265. <div class="caixinham">
  1266. {block:Date}<div id="gatinha">
  1267. <center> <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} • <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel} </a>{block:RebloggedFrom} {/block:RebloggedFrom} {block:ContentSource}{/block:ContentSource} {block:IndexPage}• <a href="{ReblogUrl}" target="_blank">reblog <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class=" alt="" title="reblog this baby? i do a streep tease, hahahahaha" > </a>{/block:IndexPage}</center> </div>{block:IfShowTags}<center><div id="parda">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  1268. </div></center>{/block:IfShowTags}{/block:Date}</div>
  1269. <div class="tags">{block:HasTags}{block:Tags} <font color="{color:tags}">#</font><a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  1270. </div>
  1271.  
  1272. {/block:Posts}
  1273. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  1274.  
  1275.  
  1276.  
  1277.  
  1278.  
  1279.  
  1280.  
  1281.  
  1282. </div>
  1283. </div>
  1284. </div>
  1285. </div>
  1286.  
  1287. </body>
  1288.  
  1289. </html>
Add Comment
Please, Sign In to add comment