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

Theme11 - Like a Barbie

By: diariodabarbie on Mar 18th, 2012  |  syntax: None  |  size: 29.62 KB  |  hits: 728  |  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. <!-- (c) tumblr theme #2 by DIARIODABARBIE.tumblr.com
  6.       THEME POR DIARIODABARBIE THEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIE NÃO COPIE (: -->
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
  11.  
  12.  
  13. <head>
  14. <!-- BEGIN TUMBLR CODE --><iframe src="http://assets.tumblr.com/iframe.html?8&src=http%3A%2F%2FNOME_DO_SEU_TUMBLR_AQUI.com%2F&amp;lang=en_US&amp;name=NOME_DO_SEU_TUMBLR_AQUI" scrolling="no" width="330" height="25" frameborder="0" style="position:absolute; z-index:1337; top:0px; right:0px; border:0px; background-color:transparent; overflow:hidden;" id="tumblr_controls"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('tumblr_controls').allowTransparency=true;</script><![endif]--><script type="text/javascript">_qoptions={qacct:"p-19UtqE8ngoZbM"};</script><script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script><noscript><img src="http://pixel.quantserve.com/pixel/p-19UtqE8ngoZbM.gif" style="display:none; border-width:0px; height:1px; width:1px;" alt=""/></noscript><!-- END TUMBLR CODE --></body>
  15.  
  16.  
  17. <script type="text/javascript">
  18. //desabilita menu de opcoes ao clicar no botao direito
  19. function desabilitaMenu(e)
  20. {
  21. if (window.Event)
  22. {
  23. if (e.which == 2 || e.which == 3)
  24. return false;
  25. }
  26. else
  27. {
  28. event.cancelBubble = true
  29. event.returnValue = false;
  30. return false;
  31. }
  32. }
  33.  
  34. //desabilita botao direito
  35. function desabilitaBotaoDireito(e)
  36. {
  37. if (window.Event)
  38. {
  39. if (e.which == 2 || e.which == 3)
  40. return false;
  41. }
  42. else
  43. if (event.button == 2 || event.button == 3)
  44. {
  45. event.cancelBubble = true
  46. event.returnValue = false;
  47. return false;
  48. }
  49. }
  50.  
  51. //desabilita botao direito do mouse
  52. if ( window.Event )
  53. document.captureEvents(Event.MOUSEUP);
  54. if ( document.layers )
  55. document.captureEvents(Event.MOUSEDOWN);
  56.  
  57. document.oncontextmenu = desabilitaMenu;
  58. document.onmousedown = desabilitaBotaoDireito;
  59. document.onmouseup = desabilitaBotaoDireito;
  60. </script>
  61.  
  62. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  63.  
  64. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  65. <script type="text/javascript">
  66. function slideSwitch() {
  67.     var $active = $('#slideshow2 img.active');
  68.    
  69.         $active.addClass('last-active');
  70.        
  71.         // verifica se existe um próximo objeto na div #slideshow2, caso ele nao exista, retorna para o primeiro
  72.     var $next =  $active.next().length ? $active.next() : $('#slideshow2 img:first');
  73.  
  74.     $next.css({opacity: 0.0})
  75.         .addClass('active')
  76.         .animate({opacity: 1.0}, 1000, function() {
  77.             $active.removeClass('active last-active');
  78.         });
  79. }
  80.  
  81. $(function() {
  82.         //Executa a função a cada 2 segundos
  83.         setInterval( "slideSwitch()", 2500 );
  84. });
  85. </script>
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93. <script type="text/javascript">
  94.  
  95.  
  96. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  97.  
  98.  
  99.  
  100.  
  101. function tb8_makeArray(n){
  102.  
  103.  
  104. this.length = n;
  105.  
  106.  
  107. return this.length;
  108.  
  109.  
  110. }
  111.  
  112.  
  113.  
  114.  
  115. tb8_messages = new tb8_makeArray(1);
  116.  
  117.  
  118.  
  119.  
  120. tb8_messages[0] = "{Title}";
  121.  
  122.  
  123.  
  124.  
  125. tb8_rptType = 'infinite';
  126.  
  127.  
  128.  
  129.  
  130. tb8_rptNbr = 5;
  131.  
  132.  
  133.  
  134.  
  135. tb8_speed = 100;
  136.  
  137.  
  138.  
  139.  
  140. tb8_delay = 2000;
  141.  
  142.  
  143.  
  144.  
  145. var tb8_counter=1;
  146.  
  147.  
  148.  
  149.  
  150. var tb8_currMsg=0;
  151.  
  152.  
  153.  
  154.  
  155. var tb8_tekst ="";
  156.  
  157.  
  158.  
  159.  
  160. var tb8_i=0;
  161.  
  162.  
  163.  
  164.  
  165. var tb8_TID = null;
  166.  
  167.  
  168.  
  169.  
  170. function tb8_pisi(){
  171.  
  172.  
  173.  
  174.  
  175. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  176.  
  177.  
  178.  
  179.  
  180. document.title = tb8_tekst;
  181.  
  182.  
  183.  
  184.  
  185. tb8_sp=tb8_speed;
  186.  
  187.  
  188.  
  189.  
  190. tb8_i++;
  191.  
  192.  
  193.  
  194.  
  195. if (tb8_i==tb8_messages[tb8_currMsg].length){
  196.  
  197.  
  198.  
  199.  
  200. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  201.  
  202.  
  203.  
  204.  
  205. }
  206.  
  207.  
  208.  
  209.  
  210. if (tb8_currMsg == tb8_messages.length){
  211.  
  212.  
  213.  
  214.  
  215. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  216.  
  217.  
  218.  
  219.  
  220. clearTimeout(tb8_TID);
  221.  
  222.  
  223.  
  224.  
  225. return;
  226.  
  227.  
  228.  
  229.  
  230. }
  231.  
  232.  
  233.  
  234.  
  235. tb8_counter++;
  236.  
  237.  
  238.  
  239.  
  240. tb8_currMsg = 0;
  241.  
  242.  
  243. }
  244.  
  245.  
  246.  
  247.  
  248. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  249.  
  250.  
  251.  
  252.  
  253. }
  254.  
  255.  
  256.  
  257.  
  258. tb8_pisi()
  259.  
  260.  
  261.  
  262.  
  263. </script>
  264.  
  265. <meta name="color:background" content="#f5f5f5" />
  266. <meta name="font:body" content="georgia" />
  267. <meta name="font:title" content="georgia" />
  268. <meta name="color:link" content="#999999" />
  269. <meta name="color:text" content="#999999" />
  270. <meta name="color:sidebar" content="#ffffff" />
  271. <meta name="color:entry" content="#ffffff" />
  272. <meta name="color:menu" content="#ffffff"/>
  273. <meta name="color:menutext" content="#999999"/>
  274. <meta name="color:menuhover" content="#f5f5f5"/>
  275. <meta name="color:menutexthover" content="#999999"/>
  276. <meta name="color:selecaodetexto" content="#6b6b6b"/>
  277. <meta name="color:bgscrollbar" content="#ffffff"/>
  278. <meta name="color:scrollbar" content="#e4e4e4"/>
  279.  
  280. <meta name="if:Show tags" content="1"/>
  281. <meta name="if:Show sidebar image" content="1"/>
  282. <meta name="if:Show people I follow" content="0"/>
  283. <meta name="if:Enable endless scrolling" content="0"/>
  284. <meta name="if:Show pic" content="1"/>
  285. <meta name="if:Show search" content="1"/>
  286.  
  287. <meta name="image:sidebar1" content=""/>
  288. <meta name="image:background" content=""/>
  289.  
  290.  
  291. <meta name="text:titulo" content="Coloque um titulo pequeno" />
  292. <meta name="text:subtitulo" content="Coloque um textinho de 4 linhas " />
  293.  
  294.  
  295.  
  296. <meta name="text:Link1" content="" />
  297. <meta name="text:Link1 Title" content="" />
  298. <meta name="text:Link2" content="" />
  299. <meta name="text:Link2 Title" content="" />
  300. <meta name="text:Link3" content="" />
  301. <meta name="text:Link3 Title" content="" />
  302. <meta name="text:Link4" content="" />
  303. <meta name="text:Link4 Title" content="" />
  304. <meta name="text:Link5" content="" />
  305. <meta name="text:Link5 Title" content="" />
  306. <meta name="text:Link6" content="" />
  307. <meta name="text:Link6 Title" content="" />
  308.  
  309.  
  310.  
  311.         <title>{Title}</title>
  312.         <link rel="shortcut icon" href="{Favicon}">
  313.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  314.         {block:Description}
  315.             <meta name="description" content="{MetaDescription}" />
  316.         {/block:Description}
  317.  
  318.  
  319.  
  320.    
  321.     <style type="text/css">
  322.  
  323. body {background-color: {color:background} ; color:{color:background};
  324.  font-family: {font:body}; font-size:11px; line-height:110%;
  325.   margin:0 auto 0 auto; text-align:center;
  326.  background-image:url('{image:background}') ;
  327. ; background-attachment:
  328.  
  329. fixed; }
  330.  
  331. a {color:{color:link}; text-decoration: none; font-size: 9px; text-transform: none}
  332. a:hover {color: {color:link}; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; }
  333. p{margin-top: 1px}
  334. blockquote{margin-left:3px; margin-right: 0px; border-left: 3px solid #e4e4e4; padding-left:3px;
  335.  
  336. margin-top: 4px;}
  337.  
  338.  
  339. #xp {text-align: center; width: 870px; margin: 20px auto 10px auto; padding: 0px; z-index: 1}
  340.  
  341. #sid{position: fixed; margin-left:-35px; margin-top:133px; width: 300px; height: 70px; background-color: {color:sidebar}; padding: 10px; background-attachment: fixed; -webkit-transform: rotate(-90deg); line-height:15px;}
  342.  
  343. .sid2{float: right; width: 316px; height: 40;  background-color: {color:sidebar}; padding: 2px; margin-bottom: 5px; color: {color:sidebar};}
  344.  
  345.  
  346. /* navigation */
  347.  
  348. #navigation{position: fixed; z-index: -2; width: 100%; top: 45%; left: 0px; background-color:transparent; height: 100px;
  349.  
  350. text-align: center; font-size: 85px;}
  351. .left{float:left; margin-left: 10px; width: 40px}
  352. .left a{text-decoration: none; font-size: 75px; line-height: 75px}
  353. .left a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  354. .right{float:right; margin-right: 10px; width: 40px}
  355. .right a{text-decoration: none; font-size: 75px; line-height: 75px}
  356. .right a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  357.  
  358. #content{width: 800px; text-align: center; margin:10px auto 0 auto; padding-bottom: 150px; background-color:
  359. transparent; color:{color:text}; position: absolute; }
  360.  
  361. .sidebarpic img{max-width: 200px; text-align:center; margin-top: 1px}
  362.  
  363.  
  364. #entries{float: right; background-color: transparent; text-align: center}
  365.  
  366.  
  367.  
  368. .post{ width: 503px; margin: 4px 0 4px 260px; padding: 12px; text-align: justify; background-color:{color:entry};   margin-right:-53px; margin-top:75px; margin-bottom:-74px; padding-bottom:9px; padding-top:15px; padding-left:9px; padding-right:9px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }
  369. .post img{margin: 1px 0 1px 0; -webkit-border-radius: 0px 0px 0px 0px; max-width: 500px;}
  370.  
  371. h1{font-family: Georgia; font-style: none; font-size: 15px; font-weight:normal; letter-spacing: 0px;text-transform: none; line-height: 22px; text-align:center}
  372.  
  373. h1 a{font-size: 15px; font-weight:normal; font-style: none; letter-spacing: 0px;text-transform: none; line-height: 22px; text-align:center}
  374.  
  375.  
  376. h3{font-family: Georgia; font-size:11px; letter-spacing:0px; font-weight:normal; font-style: italic; text-transform: none; line-height: 14px; margin-top:1px; margin-left: 2px; text-align:center; }
  377.  
  378.  
  379. h3 a{ font-family: Geogria; font-size:11px; letter-spacing:0px; font-weight:normal; font-style:italic; text-transform: none; line-height: 14px;  text-align:center;}
  380.  
  381.  
  382.  
  383. .image{text-align: center; height: auto; margin-bottom: 3px; border: 0px;
  384. margin: 1px;
  385. border: none;
  386. filter: alpha(opacity=100);
  387. moz-opacity:1.0;
  388. opacity:1.0;}
  389. .image:hover{
  390. filter: alpha(opacity=75);
  391. moz-opacity:.80;
  392. opacity:.80 ;
  393. -webkit-transition-duration: .50s}
  394.  
  395.          
  396. .qqmarks{font-size: 80px; font-family: {font:body}; font-weight: normal; line-height: 80px; color:{color:linkbackground}}
  397. h2{font-size: 9px; display: block; width: 250px; color:{color:text}; background-color: {color:linkbackground}; text-align: center; margin: 0px 0px 3px 0px; padding: 3px 0 3px 0; text-transform: uppercase; text-decoration: none; font-weight: normal}
  398.  
  399. .aspas{ position:relative; top: 15px; font-size: 80px; opacity:0.1; filter: alpha(opacity = 10); color: {background};}
  400. .qquote{font-family: Georgia; font-size: 15px; letter-spacing: 0px; line-height: 18px; text-transform: none;  text-align: center;
  401.  
  402. }
  403. .qsource{margin-top: 5px; margin-right: 15px;text-align: right}
  404. .chat{line-height: 12px; list-style: none }
  405. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  406. .person1 {color: {color:text} }
  407. .person1 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text}  }
  408. .person2 {color: {color:text} }
  409. .person2 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text}  }
  410. .iaudio{text-align: center; margin-bottom: 2px; width: 100%; background-color: {color:linkbackground}}
  411. .iaudio img{max-width: 180px; height: auto; padding: 20px 0 20px 0}
  412. .icap{margin-top: 1px}
  413. .source{display:none}
  414.  
  415. /* post - info */
  416.  
  417. #info{margin-top: 10px; }
  418. #info a{color: {color:link} !important}
  419. #info a:hover{color:{color:menutexthover}!important; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s;}
  420.  
  421. .line1{font-size:10px; text-transform: lowercase; margin-top: 7px}
  422. .line2{font-size:10px; text-transform:lowercase; clear: both}
  423. .line3{font-size:10px; text-transform:lowercase; clear: both}
  424. .ileft{float: left}
  425. .iright{float: right}
  426. .postclear{clear: both; width: 100%; visibility: hidden; height: 1px}
  427.  
  428. .post:hover #information {opacity:1;}
  429.  
  430. #information{position:absolute; font: 9px calibri; text-transform:none; color:{color:link}; margin-left:515px; opacity:0; height:auto; width: 120px; margin-bottom:0px; background-color:#fcfcfc; margin-top:-100px;  background-color:#trans; display:block; text-align:left; padding:0px 0px 0px 7px; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; border-left:3px solid #e4e4e4; font-family: verdana; padding: 5px; -webkit-border-radius: 10px 10px 10px 10px;}
  431. #information a{text-transform:lowercase; color:#999; font-style:none; }
  432. #information a:hover {color: #999;  }
  433.  
  434. .notes a{ font:11px Georgia!important; color:{color:permalink}!important; letter-spacing:0px; text-transform:none!important; font-style:normal!important; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; font-weight:300!important; }
  435. .notes a:hover {color: #999!important; }
  436.  
  437. .date {font:9px calibri; text-transform:uppercase; color:#999;}
  438.  
  439.  
  440.  
  441. .tags a{ font:9px verdana; color:{color:permalink}!important; letter-spacing:0px; text-transform:none!important; font-style:normal!important; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; font-weight:300!important; }
  442. .tags a:hover {color: #999!important; }
  443.  
  444.  
  445. /* asker */
  446.  
  447. .asker {width: 480px; background-color: {color:background}; color:{color:text}; padding: 10px}
  448. .asker img{float: left; margin: 0px 4px 2px 0; border-radius: 16px;}
  449. .asker a{font-size: 11px; color:{color:link}; text-transform: none; line-height: 27px; padding: 0; margin: 0; font-family: verdana;  -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; }
  450. .asker a:hover{font-size: 11px; color:{color:linkhover}; text-transform: none; line-height:27px; padding: 0; margin: 0; font-family:verdana;}
  451. .answer { background-color: {color:entries}; color:{color:text}; padding: 10px}
  452. .answer img{float: left; margin: 0px 4px 2px 0; border-radius: 16px;}
  453.  
  454.  
  455.  
  456.  
  457. #sidebar {width: 0px; height: 0px; float: left; margin-left:126px; margin-top: 20px; padding: 5px; background-color: {color:background}; text-align: center; position: fixed; }
  458.  
  459. #sidd3 {width: 158px; height: 206px; float: left; margin-left:57px; margin-top: 50px; padding: 5px; background-color: {color:entry}; text-align: center; position: fixed; }
  460.  
  461. .sbpic img {width: 162px; height: 210px; margin-top: -2px; margin-left:-2px; border: 0px solid #fefefe}
  462.  
  463.  
  464. #sidd2 {width: 42px; height: 25px; float: left; margin-left: 800px; margin-top: 63px; padding: 10px; background-color: transparent;  text-align: center; position: fixed;  
  465. -moz-transition: all 1.2s ease-out; -webkit-border-radius: 0px 0px 0px 0px;}
  466.  
  467.  
  468. #sidd5 {width: 230px; height: 74px; float: left; margin-left:226px; margin-top: 184px; padding: 5px; background-color: {color:entry}; text-align: center; position: absolute;}
  469.  
  470. .player{ margin-top: 190px; margin-left: 29px; width: 120px; float: right; background-color: {color:sidebar}; position: fixed; height: 18px;; -webkit-border-radius: 0px 0px 0px 0px;}
  471.  
  472.  
  473.  
  474.  
  475. #top{width: 695px; height: 128px; float: left; margin-left: 7px; margin-top: -100px; padding: 10px; background-color: {color:background}; color:{color:menu}; text-align: center; position: fixed;  
  476. -moz-transition: all 1.2s ease-out; -webkit-border-radius: 0px 0px 0px 0px;}
  477.  
  478. #sid3{width: 724px; height: -2px; float: left; margin-left: -22px; margin-top: 29px; padding: 10px; background-color: {color:sidebar}; color:{color:menu}; text-align: center; position: fixed;  
  479. -moz-transition: all 1.2s ease-out; -webkit-border-radius: 0px 0px 0px 0px;}
  480.  
  481. .ttle { width: 480px; text-align: left; font-family: Rouge Script; font-size: 28px; color: {color:text}; background-color: transparent; letter-spacing: 0px; line-height: 18px; margin-top: 105px; margin-left: 420px; text-transform: none;}
  482.  
  483. .ttle:hover {
  484. letter-spacing: 0px;
  485. -webkit-transition: all 0.5s ease-out;
  486. -moz-transition: all 0.5s ease-out;
  487. opacity: 0.4;}
  488.  
  489.  
  490. .subtitle {text-align: left; font-family: verdana ; font-size: 9px; color: {color:text}; background-color: {color:sidebar}; letter-spacing: 0px;  margin-top: -3px; margin-left: 3px; width: 232px; height: 50px; }
  491.  
  492. .subtitle:hover {
  493. letter-spacing: 0px;
  494. background-color: {color:sidebar};
  495. -webkit-transition: all 0.9s ease-out;
  496. -moz-transition: all 0.9s ease-out; }
  497.  
  498.  
  499.  #sidimg5 {width: 14px; height: 12px; float: left; margin-left: 266px; margin-top: 50px; padding: 5px; background-color: {color:sidebar}; color: {color:text}; font-size:16px; text-align: center; position: fixed; -webkit-border-radius: 0px 0px 0px 0px; -webkit-border-radius: 0px 0px 15px 15px; }
  500.  
  501. #sidimg5:hover { heigth:250px; background-color: {color:sidebar}; color: transparent; }
  502.  
  503. .credit { width: auto; text-align: center; font-family: verdana; font-size: 9px; color: {color:text}; letter-spacing: 0px; line-height: 10px; margin-top: -4px; margin-left: -3px; text-transform: none; color: {color:text};}
  504.  
  505. .credit:hover {
  506. letter-spacing: 0px;
  507. -webkit-transition: all 0.5s ease-out;
  508. -moz-transition: all 0.5s ease-out; }
  509.  
  510.  
  511. #cute {float: right; margin-left:175px;top:5px;width: 10px; height: 112px; position: absolute;color: #666; font-size:11px; line-height:9px; display: block; z-index:830; background: {color:sidebar}; alpha(Opacity=50);opacity:.50;}
  512.  
  513.  
  514.  
  515. #love {float: right; margin-left:188px;top:5px;width: 10px; height: 112px; position: absolute;color:#666; font-size:11px;display: block; line-height:9px; z-index:830; background: {color:sidebar}; alpha(Opacity=50);opacity:.50;}
  516.  
  517.  
  518.  
  519. #fashion {float: right; margin-left:90px;top:224px;width: 160px; height: 10px; position: absolute;color:#999; font-size:9px;display: block; z-index:830; background: {color:sidebar}; alpha(Opacity=70);opacity:.70;}
  520.  
  521.  
  522.  
  523. #cute:hover {color:transparent; -webkit-transition-duration: .40s;}
  524.  
  525.  
  526.  
  527. #love:hover {color:transparent;-webkit-transition-duration: .40s; }
  528.  
  529.  
  530.  
  531. #fashion:hover {color:transparent; -webkit-transition-duration: .40s;}
  532.  
  533.  
  534.  
  535.  
  536. #sidimg2{width: 80px; height: 15px; float: left; margin-left: 860px; margin-top: 470px; padding: 5px; background-color: transparent; text-align: center; position: fixed; }
  537.  
  538. #sidimg3{width: 51px; height: 230px; float: left; margin-left: -83px; margin-top: 50px; padding: 5px; background-color: {color:background}; text-align: center; position: fixed; z-index:830; }
  539.  
  540. #sidimg4{width: 212px; height: 112px; margin-left: -22px; margin-top: 173px; padding: 5px; background-color: {color:sidebar}; float: left; position: fixed; z-index:8; }
  541.  
  542.  
  543.  
  544. #sidimg{width: 212px; height: 14px; float: left; margin-left: -10px; margin-top: 134px; padding: 5px; background-color: {color:sidebar}; text-align: center; position: fixed; }
  545.  
  546. #sidimg6{width: 212px; height: 112px; margin-left: -22px; margin-top: 50px; padding: 5px; background-color: {color:sidebar}; float: left; -webkit-transition: all 0.5s ease-out;
  547. -moz-transition: all 0.5s ease-out;  }
  548.  
  549.  
  550.  
  551.  
  552.  
  553. .simage img {margin-bottom: 2px; margin-left: 0px; margin-top:2px; width: 98px; height: 180; float: left;}
  554.  
  555.  
  556.  
  557.  
  558.  
  559. .inok {float: left; margin-top:-2px; width: 210px; margin-left: -2px; background-color: {color:sidebar}; border: 0px solid {color:sidebar}; overflow: auto; padding: 4px; height: 100px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:9px; text-align: justify;}
  560.  
  561.  
  562.  
  563. #slideshow {
  564.     position:fixed;
  565.     height:112px;
  566.     width:212px;
  567.     margin-top:173px;
  568.     background-color: {color:sidebar};
  569.     padding: 5px;
  570.     margin-left: -22px;
  571.     z-index:830; -webkit-transition: all 0.9s ease-out;
  572. -moz-transition: all 0.9s ease-out;
  573. }
  574.  
  575. #slideshow img {
  576.     position:absolute;
  577.     top:0;
  578.     left:0;
  579.     z-index:830;
  580.     height:112px;
  581.     width:210px;
  582.     padding: 5px;
  583. }
  584.  
  585. #slideshow img.active {
  586.     z-index:10;
  587. }
  588.  
  589. #slideshow img.last-active {
  590.     z-index:9;
  591. }
  592.  
  593. #slideshow:hover {margin-top:50px;}
  594.  
  595.  
  596. ::-webkit-scrollbar{width:8px;height:5px;}
  597. ::-webkit-scrollbar-button:start:decrement
  598. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  599. ::-webkit-scrollbar-track-piece{background-color:{color:bgscrollbar};-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  600. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:scrollbar};-webkit-border-radius:px;}
  601. ::-webkit-scrollbar-thumb:horizontal{width:40px; background-color:{color:scrollbar};-webkit-border-radius:px;}
  602.  
  603.  
  604. #left {
  605. float: left;
  606. position: fixed;
  607. width: 100px;
  608. margin-top: 142px;
  609. margin-left: 155px;
  610. font-size:23px;
  611. text-align:left;
  612. font-size: 39px;
  613. line-height:23px;
  614. font-family: georgia;
  615. background-color: transparent;
  616. padding: 10px 5px 10px 5px}
  617. img a{border:0px;}p{margin-top:1px}
  618.  
  619. .pagination {
  620. clear: both;
  621. margin-top: 0px;  
  622. text-align: center;
  623. font-size: 45px;
  624. color: #999;
  625. background-color:transparent;
  626. }
  627. .pagination a, a:hover {
  628. text-align: center;
  629. color: #999;
  630. background-color:
  631. transparent;
  632. }
  633.  
  634.  
  635. .barbie {opacity:0.9; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
  636. .barbie:hover {opacity:1.0}
  637.  
  638. #clear{width: 500px; height: 30px}
  639.  
  640.  
  641.  #sidotitulo {width: 100px; margin-left: 95px; height: 92px; margin-top: -100px; float:left; text-align: left; background-color: {color:sidebar}; font-size: 9px; position:fixed; padding-left: 5px;  padding-top: 5px; color: #999; font-family: verdana; overflow: hidden; line-height: 11px; -moz-transition: all .8s ease-in-out; -o-transition: all .8s ease-in-out; transition: all .8s ease-in-out; -webkit-transition: all .8s ease-in-out; letter-spacing: 0px; z-index:8; }
  642.  
  643.  
  644.  
  645.  
  646.  
  647. #links { width: 120px; border-right:1px solid #f; border-left:4px solid #f; background-color: #ff; margin-top: 243px; margin-left: -22px; position: fixed; z-index:830; padding: 0px; text-align: center; }
  648.  
  649. .sidebarlinks a {width: 78px; background-color: {color:menu}; font-size: 9px; text-align: center; color: {color:menutext};  padding:10px; display: block; margin-top: 0px; z-index:830; font-size:9; font-family:verdana; line-height: 1px;
  650.  
  651. text-transform: lowercase; letter-spacing: 0px;  margin: 0 0 1px 0;  border-left: 8px solid #eee; height: 0px;}
  652.  
  653. .sidebarlinks a:hover { width: 86px; color: {color:menutexthover}; font-size: 9px; padding:10px; -webkit-transition: all .5s ease-out;  -moz-transition: all .6s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; letter-spacing: 0px; background-color: {color:menuhover}; border-left: 0px solid #eee}
  654.  
  655.  
  656. #links2 {width: 200px; position: fixed; background-color: #fff; font-size: 9px; font-family: tahoma; padding: 5px; margin-top: 0px; margin-left:0px; height: 102px;}
  657.  
  658.  
  659.  
  660. .links2 a{ width: 8px; height: 95px; font-size: 9px; background-color: #f5f5f5; padding: 3px; text-transform: uppercase; display:  table-cell; text-align: center; border-right: 1px solid #fff; color: #999999; font-family: georgia; font-size: 10px; }
  661.  
  662. .links2 a:hover {background-color: #fff; color: #999999}
  663.  
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670. #usericon {float: left; border: 7px solid {color:sidebar}; margin-top: 50px; margin-left: 802px;
  671. }
  672.  
  673.  
  674. .dreamgirl2 {opacity:0.9}
  675. .dreamgirl2:hover {opacity:0.7; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
  676.  
  677.  
  678. .search{margin-top: 270px}
  679. .searcha {background-color: {color:sidebar}; color: {color:text}; opacity: 0.8; filter:alpha (opacity=80);  margin-left: 240px;  padding: 2px 20px 2px 2px; width: 180px; font-family: georgia; border: 0px; font-size: 10px; font-style: italic; background-image: url('http://static.tumblr.com/wmub1ou/U8elgx98n/search.png'); background-repeat: no-repeat; background-position: 98% 50%}
  680.  
  681. .search_result{font-size: 12px; text-align: center} 
  682.  
  683. ::-moz-selection
  684.  {
  685. background: {color:sidebar};
  686. color: {color:selecaodetexto};
  687. }
  688. ::selection
  689. {
  690. background: {color:sidebar};
  691. color: {color:selecaodetexto};
  692.  
  693.  
  694.  
  695.  
  696.     </style>
  697.  <script language='JavaScript'>
  698. //Bloqueador de Tecla CTRL - iceBreaker http://www.icebreaker.com.br/
  699. function checartecla (evt)
  700. {if (evt.keyCode == &#39;17&#39;)
  701. {alert(&quot;Comando Desativado&quot;)
  702. return false}
  703. return true}
  704. </script>
  705.  
  706.  
  707.  
  708.     </head>
  709.  
  710. <body onkeydown="return false">
  711.  
  712.  
  713.  
  714.  
  715.  
  716.  
  717.  
  718. <div id="content">
  719.  
  720. <div id="entries">  
  721. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  722. <script type="text/javascript"
  723.  
  724. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  725.  
  726.  
  727.  
  728.  
  729.  {block:Posts}
  730.  
  731.  
  732.  
  733. <div class="post">
  734.  
  735.  
  736. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  737.  
  738. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  739.  
  740. {block:Photoset}{Photoset-500}{/block:Photoset}
  741.  
  742. {block:Quote}
  743. <div class="qquote">"{Quote}"</div>
  744. {block:Source}<div class="qsource">~ {Source}</div>{/block:Source}
  745. {/block:Quote}
  746.  
  747. {block:Link}
  748. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  749. {block:Description}{Description}{/block:Description}
  750. {/block:Link}
  751.  
  752. {block:Chat}
  753. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  754. <div class="chat"><ul>{block:Lines}
  755. <li class="person{UserNumber}">{block:Label}
  756. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  757. {/block:Chat}
  758.  
  759. {block:Audio}
  760. <div class="iaudio">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  761. {AudioPlayerGrey}
  762. <div class="icap">{block:Caption}{Caption}{/block:Caption}</div>
  763. {/block:Audio}
  764.  
  765. {block:Video}{Video-500}{/block:Video}
  766.  
  767. {block:Answer}
  768. <div class="asker"><img src="{AskerPortraitURL-30}" class="barbie"><b>{Asker}</b> sussurou: <br><i>{Question}</i></div>
  769. <div class="answer"><img src="{PortraitURL-30}" class="barbie"><b>me:</b><br>{Answer}</div>
  770. {/block:Answer}
  771.  
  772.  
  773. <div class="cap">
  774. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  775. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  776. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  777.  
  778. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  779.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  780.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  781. {/block:ContentSource}</div></div>
  782.  
  783.  <div id="bg">
  784. <div id="info">
  785.  
  786. </div></div>
  787.  
  788.  
  789. <div id="information">
  790. <span class="notes"><a href="{Permalink}">{NoteCountWithLabel}</a></span><br>
  791. <span class="date">{block:Date}{block:NewDayDate}{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear} ♡ {12HourWithZero}:{Minutes}{AmPm}{/block:NewDayDate}{block:SameDayDate} ♡ {12HourWithZero}:{Minutes}{AmPm}{/block:SameDayDate}{/block:Date}</span><br>
  792. <a href="{ReblogURL}" target="_blank">Reblog ♡</a>
  793. {block:RebloggedFrom}
  794. <div class="tagtitle">
  795. <a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-24}" border="0" title="rebloguei"></a>
  796. <a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-24}" border="0" title="original"></a>
  797. </div>
  798. {/block:RebloggedFrom}
  799. {block:IfShowTags}{block:HasTags}<div class="tags">Indiretas: <br />{block:Tags}&nbsp;&nbsp;<a
  800.  href="{TagURL}">· {Tag}&nbsp;&nbsp; <br /></a>{/block:Tags}</div>{/block:HasTags}{/block:IfShowTags}
  801.  
  802.  
  803.  
  804.  
  805. </div></div>
  806.  
  807.  
  808.  
  809.  {/block:Posts}
  810. {block:IfEnableEndlessScrolling}</div>{/block:IfEnableEndlessScrolling}
  811. {block:PostNotes}
  812. <div id="notes"><div id="notestext">{PostNotes}</div></div>
  813. {/block:PostNotes}
  814.  
  815. </div>
  816.  
  817. <div id="sidebar">
  818.  
  819.  
  820. <div id="top"></div><div id="sid3"></div>
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837. <div id="slideshow">
  838.         <img class="active" src="{image:sidebar1}" alt="" title="" />
  839.        
  840. <div id="cute"><br><br><br><br><br><br><br><br><br><br>♥</br></br></br></br></br></br></br></br></br></br></div><div id="love"><br><br><br><br><br><br><br><br><br><br>♥</br></br></br></br></br></br></br></br></br></br></div>
  841. </div>
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854. <div id="sidimg4">
  855. <div class="inok">
  856. <center>{block:description}{description}{/block:description}</center>
  857.  
  858. </div>
  859. </div>
  860.  
  861.  
  862.  
  863. <div id="sidimg6">
  864. <div id="links2"><div class="links2"><a href="/">h o m e</a>
  865.  
  866. <a href="/ask">a s k</a>
  867.  
  868. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  869. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  870. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  871. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  872. </div</div>
  873.  
  874. <div id="sidotitulo"><h3>{text:titulo}</h3><center>{text:subtitulo}</center>
  875. </div>
  876.  
  877.  
  878. </div>
  879.  
  880.  
  881. <div id="sidimg">
  882. <div class="credit"><center> © Theme by <a href="http://am-phetamine.tumblr.com/"><b>am-phetamine</b></a>. Inspired by <a href="http://heartsuffix.tumblr.com/">Heartsuffix</a>. <!-- Start FastOnlineUsers.com -->
  883. </center></div></div>
  884.  
  885.  
  886.  
  887. <div id="left"><div class="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big><big><big><big>«</big></big></big></big></a>{/block:PreviousPage}
  888. {block:NextPage}<a href="{NextPage}"><big><big><big><big>»</big></big></big></big></a>{/block:NextPage}
  889. </div> {/block:Pagination} </div></a>
  890.  
  891.  
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898.  
  899.  
  900.  
  901.  
  902.  
  903.  
  904.  
  905.  
  906.  
  907.  
  908.  
  909. </div></div>
  910.  
  911.  
  912.  
  913.  
  914.  
  915.  
  916. </body>
  917. </html>