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

Theme 2 by: Bubss

By: bubss-themes on Apr 26th, 2012  |  syntax: None  |  size: 34.24 KB  |  hits: 38  |  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 by VERBALIZ-E.tumblr.com
  6.               THEME POR verbaliz-e THEME POR verbaliz-e POR verbaliz-e POR verbaliz-e POR verbaliz-e POR verbaliz-e POR verbaliz-e POR verbaliz-e POR verbaliz-e POR verbaliz-e POR verbaliz-e POR verbaliz-e POR verbaliz-e POR verbaliz-e POR verbaliz-e POR verbaliz-e POR verbaliz-e POR verbaliz-e POR verbaliz-e POR verbaliz-e POR verbaliz-e POR verbaliz-e POR verbaliz-e POR verbaliz-e POR verbaliz-e 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.          
  15.         <link href='http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here' rel='stylesheet' type='text/css'>
  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:linkhover" content="#e4e4e4" />
  270.         <meta name="color:text" content="#999999" />
  271.         <meta name="color:sidebar" content="#ffffff" />
  272.         <meta name="color:entry" content="#ffffff" />
  273.         <meta name="color:menu" content="#ffffff"/>
  274.         <meta name="color:menutext" content="#999999"/>
  275.         <meta name="color:menuhover" content="#f5f5f5"/>
  276.         <meta name="color:menutexthover" content="#999999"/>
  277.         <meta name="color:source" content="#FF85B8"/>
  278.         <meta name="color:tags" content="#FF85B8"/>
  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:Link1" content="" />
  292.     <meta name="text:Link1 Title" content="" />
  293.     <meta name="text:Link2" content="" />
  294.     <meta name="text:Link2 Title" content="" />
  295.     <meta name="text:Link3" content="" />
  296.     <meta name="text:Link3 Title" content="" />
  297.     <meta name="text:Link4" content="" />
  298.     <meta name="text:Link4 Title" content="" />
  299.     <meta name="text:Link5" content="" />
  300.     <meta name="text:Link5 Title" content="" />
  301.     <meta name="text:Link6" content="" />
  302.     <meta name="text:Link6 Title" content="" />
  303.          
  304.              
  305.                     <title>{Title}</title>
  306.                 <link rel="shortcut icon" href="{Favicon}">
  307.                 <link rel="alternate" type="application/rss+xml" href="{RSS}">
  308.                 {block:Description}
  309.                     <meta name="description" content="{MetaDescription}" />
  310.                 {/block:Description}
  311.          
  312.          
  313.  
  314.           <style type="text/css">
  315.          
  316.         body {background-color: {color:background} ; color:{color:background};
  317.          font-family: {font:body}; font-size:11px; line-height:110%;
  318.           margin:0 auto 0 auto; text-align:center;
  319.          background-image:url('{image:background}') ;
  320.         ; background-attachment:
  321.          
  322.         fixed; }
  323.          
  324.         a {color: {color:link}; text-decoration: none; font-size: 9px; text-transform: none}
  325.         a:hover {color: {color:linkhover}; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; }
  326.         p{margin-top: 1px}
  327.         blockquote{margin-left:3px; margin-right: 0px; border-left: 3px solid #e4e4e4; padding-left:3px;
  328.          
  329.         margin-top: 4px;}
  330.          
  331.          
  332.         #xp {text-align: center; width: 870px; margin: 20px auto 10px auto; padding: 0px; z-index: 1}
  333.          
  334.         #sid{position: fixed; margin-left:-35px; margin-top:200px; width: 300px; height: 70px; background-color: {color:sidebar}; padding: 10px; background-attachment: fixed; -webkit-transform: rotate(-90deg); line-height:15px;}
  335.          
  336.         .sid2{float: right; width: 316px; height: 40;  background-color: {color:sidebar}; padding: 2px; margin-bottom: 5px; color: {color:sidebar};}
  337.  
  338.          
  339.         /* navigation */
  340.          
  341.         #navigation{position: fixed; z-index: -2; width: 100%; top: 45%; left: 0px; background-color:transparent; height: 100px;
  342.          
  343.         text-align: center; font-size: 85px;}
  344.         .left{float:left; margin-left: 10px; width: 40px}
  345.         .left a{text-decoration: none; font-size: 75px; line-height: 75px}
  346.         .left a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  347.         .right{float:right; margin-right: 10px; width: 40px}
  348.         .right a{text-decoration: none; font-size: 75px; line-height: 75px}
  349.         .right a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  350.          
  351.         #content{width: 800px; text-align: center; margin:10px auto 0 auto; padding-bottom: 150px; background-color:
  352.         transparent; color:{color:text}; position: absolute; }
  353.          
  354.         .sidebarpic img{max-width: 200px; text-align:center; margin-top: 1px}
  355.          
  356.          
  357.         #entries{float: right; background-color: transparent; text-align: center}
  358.          
  359.          
  360.          
  361.         .post{ width: 503px; margin: 4px 0 4px 260px; padding: 12px; text-align: justify; background-color:{color:entry};   margin-right:-135px; margin-top:25px; margin-bottom:-24px; padding-bottom:9px; padding-top:25px; padding-left:9px; padding-right:9px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }
  362.         .post img{margin: 1px 0 1px 0; -webkit-border-radius: 0px 0px 0px 0px; max-width: 500px;}
  363.          
  364.         h1{font-family: Georgia; font-style: none; font-size: 14px; font-weight:normal; letter-spacing: 0px;text-transform: uppercase; line-height: 22px; text-align:center}
  365.          
  366.         h1 a{font-size: 14px; font-weight:normal; font-style: none; letter-spacing: 0px;text-transform: uppercase; line-height: 22px; text-align:center}
  367.          
  368.          
  369.         h3{font-family: Rochester; font-size:17px; letter-spacing:0px; font-weight:normal; font-style:normal; text-transform: none; line-height: 14px; margin-bottom:-15px; text-align:center}
  370.          
  371.          
  372.         h3 a{ font-family: Rochester; font-size:17px; letter-spacing:0px; font-weight:normal; font-style:normal; text-transform: none; line-height: 14px;  text-align:center;}
  373.          
  374.          
  375.         .image{text-align: center; height: auto; margin-bottom: 3px; border: 0px;
  376.         margin: 1px;
  377.         border: none;
  378.         filter: alpha(opacity=100);
  379.         moz-opacity:1.0;
  380.         opacity:1.0;}
  381.         .image:hover{
  382.         filter: alpha(opacity=75);
  383.         moz-opacity:.80;
  384.         opacity:.80 ;
  385.         -webkit-transition-duration: .50s}
  386.          
  387.                  
  388.         .qqmarks{font-size: 80px; font-family: {font:body}; font-weight: normal; line-height: 80px; color:{color:linkbackground}}
  389.         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}
  390.          
  391.         .aspas{ position:relative; top: 15px; font-size: 80px; opacity:0.1; filter: alpha(opacity = 10); color: {background};}
  392.         .qquote{font-family: Georgia; font-size: 15px; letter-spacing: 0px; line-height: 18px; text-transform: none;  text-align: center;
  393.          
  394.         }
  395.         .qsource{margin-top: 5px; margin-right: 15px;text-align: right}
  396.         .chat{line-height: 12px; list-style: none }
  397.         .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  398.         .person1 {color: {color:text} }
  399.         .person1 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text}  }
  400.         .person2 {color: {color:text} }
  401.         .person2 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text}  }
  402.         .iaudio{text-align: center; margin-bottom: 2px; width: 100%; background-color: {color:linkbackground}}
  403.         .iaudio img{max-width: 180px; height: auto; padding: 20px 0 20px 0}
  404.         .icap{margin-top: 1px}
  405.         .source{display:none}
  406.          
  407.         /* post - info */
  408.          
  409.         #info{margin-top: 15px; }
  410.         #info a{color: {color:link} !important}
  411.         #info a:hover{color:{color:linkhover}!important}
  412.         .tags{font-size: 10px; display: inline; text-align: left;text-transform: lowercase;}
  413.         .tags a{color: {color:text} !important}
  414.         .line1{font-size:10px; text-transform: lowercase; margin-top: 7px}
  415.         .line2{font-size:10px; text-transform:lowercase; clear: both}
  416.         .line3{font-size:10px; text-transform:lowercase; clear: both}
  417.         .ileft{float: left}
  418.         .iright{float: right}
  419.         .postclear{clear: both; width: 100%; visibility: hidden; height: 1px}
  420.          
  421.         .date {display:inline; text-align:right; float:right}
  422.         .date a {color:#000}
  423.          
  424.         #notes {float: center; width: 500px; padding: 5px; margin: 50px; font-size: 9px; text-align: center}
  425.         ol.notes {list-style: none; margin-left: 450px; margin-top: 200px; margin: 0 20px 0 0; padding: 2px}
  426.         ol.notes li {margin: 0px; padding: 2px;}
  427.         #notes img{border:0px}
  428.         }
  429.          
  430.         /* asker */
  431.          
  432.         .asker {width: 480px; background-color: {color:background}; color:{color:text}; padding: 10px}
  433.         .asker img{float: left; margin: 5px 4px 2px 0; border-radius: 16px;}
  434.         .asker a{font-size: 11px; color:#999; 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; }
  435.         .asker a:hover{font-size: 11px; color:#999; text-transform: none; line-height:27px; padding: 0; margin: 0; font-family:verdana;}
  436.         .answer {padding: 4px}
  437.          
  438.         .answer img {max-width: 470px;}
  439.          
  440.          
  441.          
  442.          
  443.          
  444.         #sidebar {width: 20px; height: 20px; float: left; margin-left:110px; margin-top: 80px; padding: 5px; background-color: {color:background}; text-align: center; position: fixed; }
  445.          
  446.         #sidd3 {width: 158px; height: 206px; float: left; margin-left:57px; margin-top: 50px; padding: 5px; background-color: {color:entry}; text-align: center; position: fixed; }
  447.          
  448.         .sbpic img {width: 162px; height: 210px; margin-top: -2px; margin-left:-2px; border: 0px solid #fefefe}
  449.          
  450.          
  451.          
  452.          
  453.         #sidd5 {width: 230px; height: 74px; float: left; margin-left:226px; margin-top: 184px; padding: 5px; background-color: {color:entry}; text-align: center; position: absolute;}
  454.          
  455.         .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;}
  456.          
  457.          
  458.          
  459.          
  460.         #top{width: 760px; height: 128px; float: left; margin-left: 7px; margin-top: -100px; padding: 10px; background-color: {color:background}; color:{color:menu}; text-align: center; position: fixed;  
  461.         -moz-transition: all 1.2s ease-out; -webkit-border-radius: 0px 0px 0px 0px;}
  462.          
  463.         #sid3{width: 810px; height: -2px; float: left; margin-left: -22px; margin-top: 29px; padding: 10px; background-color: {color:sidebar}; color:{color:menu}; text-align: center; position: fixed;  
  464.         -moz-transition: all 1.2s ease-out; -webkit-border-radius: 0px 0px 0px 0px;}
  465.          
  466.          
  467.        
  468.         .ttle {margin-top: 0px; letter-spacing: 0px; text-align: center; font-family: Just Me Again Down Here, sans-serif; font-size: 24px; color: #c1c1c1; padding-left:90px; margin-left:-270px; }
  469.          
  470.          
  471.         #links {width: 100px; float: left; margin-left:25px; margin-top: -10px; padding: 0px; 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; height:26px;
  472.         -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; background-color: {color:background};}
  473.          
  474.         #links a {float: left; padding: 1px; margin-top:6px; display: block; letter-spacing: 0px; font-family: verdana; font-size: 8px; text-align: center;  width: 62px; background-color: {color:sidebar}; color: {color:menutext}; text-decoration: none; text-transform: uppercase; line-height: 18px; height: 18px; overflow: hidden; border:1px solid {color:background}; margin-left:-2px; }
  475.          
  476.         #links  a:hover{text-align: center; background-color: {color:menuhover}; color: {color:menutexthover};}
  477.          #sid1:hover #links {margin-left:-1px; -webkit-transition: 1.3s ease-in;
  478.         -moz-transition: 1.3s ease-in; transition: 1.3s ease-in;}
  479.          
  480.          
  481.          
  482.          
  483.         .credit { width: auto; text-align: center; font-family: Just Me Again Down Here, sans-serif; font-size: 20px; color: #c1c1c1; letter-spacing: 0px; line-height: 10px; margin-top: -4px; margin-left: -3px; text-transform: none;}
  484.          
  485.         .credit:hover {
  486.         letter-spacing: 0px;
  487.         color:{color:source};
  488.         -webkit-transition: all 0.5s ease-out;
  489.         -moz-transition: all 0.5s ease-out; }
  490.          
  491.          
  492.          
  493.         #love {float: right; margin-left:90px;top:238px;width: 160px; height: 10px; position: absolute;color:#999; font-size:11px;display: block; line-height:9px; z-index:830; background: #fff; alpha(Opacity=70);opacity:.70;}
  494.          
  495.          
  496.          
  497.         #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: #fff; alpha(Opacity=70);opacity:.70;}
  498.          
  499.          
  500.          
  501.          
  502.          
  503.          
  504.         #link5 {font-family: verdana; background-color: {color:entry}; color: {color:text}; font-size: 8px; padding: 5px 5px 5px 5px; width: 250px; margin-top: 25px; margin-left: 380px; z-index: 1; position: relative; text-align: center; height: 8px; border:0px solid ; text-transform: uppercase;}
  505.         #link5 a{font-family: verdana; font-size: 8px; text-transform: uppercase; font-weight: none; padding-left:1px; margin-left:-3px;  }
  506.          
  507.          
  508.          
  509.          
  510.         #love:hover {color:transparent;-webkit-transition-duration: .40s; }
  511.          
  512.          
  513.          
  514.         #fashion:hover {color:transparent; -webkit-transition-duration: .40s;}
  515.          
  516.          
  517.          
  518.          
  519.         #sidimg2{width: 80px; height: 15px; float: left; margin-left: 860px; margin-top: 470px; padding: 5px; background-color: transparent; text-align: center; position: fixed; }
  520.          
  521.         #sidimg3{width: 111px; height: 20px; float: left; margin-left: -10px; margin-top: 220px; padding: 5px; background-color: {color:background}; text-align: center; position: fixed;  }
  522.          
  523.          
  524.         #sidimg4{width: 175px; height: 131px; margin-left: 113px; margin-top: 50px; padding: 5px; background-color: {color:sidebar}; float: left; -webkit-transition: all 0.5s ease-out;
  525.         -moz-transition: all 0.5s ease-out; position: fixed;  }
  526.          
  527.          
  528.          
  529.         #sidimg{width: 268px; height: 14px; float: left; margin-left: 1000px; margin-top: 510px; padding: 5px; background-color: transparent; text-align: center; position: fixed; }
  530.          
  531.         #sidimg6{width: 124px; height: 131px; margin-left: -22px; margin-top: 50px; padding: 5px; background-color: {color:sidebar}; float: left; z-index: 100;}
  532.          
  533.          
  534.          
  535.          
  536.          
  537.         .simage img {margin-bottom: 2px; margin-left: 0px; margin-top:0px; width: 123px; height: 128; float: left; z-index:100;}
  538.          
  539.          
  540.          
  541.          
  542.          
  543.         .inok {float: left; margin-top:-2px; width: 92px; margin-left: -2px; background-color: {color:sidebar}; border: 0px solid {color:sidebar}; overflow: auto; padding: 4px; height: 75px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:9px; text-align: justify;}
  544.          
  545.          
  546.          
  547.         #title {width: 180px; height: 32px; position: fixed; background-color:{color:sidebar}; margin-left: 115px; margin-top: 50px; opacity:0.9}
  548.         .optitle{font-family: Just Me Again Down Here, sans-serif; font-size: 24px; font-style: none;
  549.         line-height: 19px; font-weight: none; color: {color:mytitle}; margin-top: 10px; margin-left: -5px;   text-transform: none; letter-spacing: -1px}
  550.          
  551.          
  552.          
  553.         ::-webkit-scrollbar{width:8px;height:5px;}
  554.         ::-webkit-scrollbar-button:start:decrement
  555.         ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  556.         ::-webkit-scrollbar-track-piece{background-color:{color:bgscrollbar};-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  557.         ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:scrollbar};-webkit-border-radius:px;}
  558.         ::-webkit-scrollbar-thumb:horizontal{width:40px; background-color:{color:scrollbar};-webkit-border-radius:px;}
  559.          
  560.          
  561.         #pagina{ margin-top: 429px; margin-left: -22px; width: 106px; float: right; background-color: {color:sidebar}; position: fixed; height: 20px; -webkit-border-radius: 0px 0px 0px 0px;}
  562.        
  563.          
  564.          
  565.         #pagination {width:240px; font-family:georgia; text-align:right; font-size:15px; padding:4px; font-style:italic}
  566.          
  567.          
  568.          
  569.         .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;}
  570.         .barbie:hover {opacity:1.0}
  571.          
  572.         #clear{width: 500px; height: 30px}
  573.          
  574.          
  575.          #sidotitulo {width: 175px; margin-left: -5px; height: 100px; margin-top: 25px; float:left; text-align: center; background-color: {color:sidebar}; font-size: 9px; position:fixed;  color: #999; font-family: verdana; overflow: hidden;  -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; padding-left:5px; padding-top:5px; }
  576.          
  577.          
  578.         #links2 {width: 100px; margin-left:60px; margin-top:100px; padding: 0px; text-align: center; z-index: -1;}
  579.         #links2 a {float: left; margin-right: 1px; display: block; letter-spacing: 0px; font-family: Just Me Again Down Here, sans-serif; font-size: 24px; text-align: center; width: 100px; height: 30px;background-color: {color:menu}; color:{color:menutext}; text-decoration: none; text-transform: none; line-height: 20px; z-index: -1;}
  580.         #links2  a:hover{text-align: center; background-color: {color:menuhover}; color:{color:menutexthover}; letter-spacing: 0px; border-left:0px solid {color:menuborder}; z-index: -1; }
  581.          
  582.          
  583.         #sdbarsi { width: 250px; height: 160px; float: left; margin-left: -16px; margin-top: 50px; padding: 5px; background-color: transparent; color: {color:text}; font-size:16px; text-align: center; position: fixed; -webkit-border-radius: 0px 0px 0px 0px; -webkit-border-radius: 0px 0px 0px 0px; -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; z-index: -1; }
  584.          
  585.         #sdbarsi:hover {margin-top: 305px;}
  586.          
  587.          
  588.          
  589.          
  590.         #cute {float: right; margin-left:-18px;top:60px;width: 125px; height: 131px; position: absolute;color: transparent; font-size:11px; line-height:9px; display: block; z-index:11; background: transparent; alpha(Opacity=50);opacity:.50; -webkit-transition-duration: .50s;}
  591.          
  592.          
  593.         #cute:hover { background-color:#fff; color: #000; alpha(Opacity=50);opacity:.20;}
  594.          
  595.          
  596.         #usericon {float: left; border: 7px solid {color:sidebar}; margin-top: 2px; margin-left: 802px;
  597.         }
  598.          
  599.          
  600.         .dreamgirl2 {opacity:0.9}
  601.         .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;}
  602.          
  603.          
  604.          
  605.         .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;}
  606.          
  607.          
  608.         #message {width: 24px; position: fixed; background-color: {color:sidebar}; font-size: 9px; font-family: tahoma; padding: 5px; height: 29px; margin-left: 52px; -moz-border-top-left-radius: 10px; border-top-left-radius: 10px; z-index: 1; margin-top: -10px; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; z-index: 1;}
  609.          
  610.         #home {width: 24px; position: fixed; background-color: {color:sidebar}; font-size: 9px; font-family: tahoma; padding: 5px; height: 29px; margin-left: 22px; -moz-border-top-left-radius: 10px; border-top-left-radius: 10px; z-index: 1; margin-top: -11px; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; z-index: 1; }
  611.          
  612.         #texts {width: 24px; position: fixed; background-color: {color:sidebar}; font-size: 9px; font-family: tahoma; padding: 5px; height: 29px; margin-left: 80px; -moz-border-top-left-radius: 10px; border-top-left-radius: 10px; z-index: 1; margin-top: -10px; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; z-index: 1;}
  613.          
  614.          
  615.         #faq {width: 24px; position: fixed; background-color: {color:sidebar}; font-size: 9px; font-family: tahoma; padding: 5px; height: 29px; margin-left: 110px; -moz-border-top-left-radius: 10px; border-top-left-radius: 10px; z-index: 1; margin-top: -10px; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; z-index: 1; }
  616.          
  617.          
  618.             </style>
  619.          <script language='JavaScript'>
  620.         //Bloqueador de Tecla CTRL - iceBreaker http://www.icebreaker.com.br/
  621.         function checartecla (evt)
  622.         {if (evt.keyCode == &#39;17&#39;)
  623.         {alert(&quot;Comando Desativado&quot;)
  624.         return false}
  625.         return true}
  626.         </script>
  627.          
  628.          
  629.          
  630.             </head>
  631.          
  632.         <body onkeydown="return false">
  633.          
  634.          
  635.          
  636.          
  637.         <div id="content">
  638.          
  639.         <div id="entries">  
  640.         {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  641.         <script type="text/javascript"
  642.          
  643.         src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  644.          
  645.          
  646.          
  647.          
  648.          {block:Posts}
  649.      
  650.  
  651.          
  652.          
  653.         <div class="post">
  654.          
  655.          
  656.         {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  657.          
  658.         {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  659.          
  660.         {block:Photoset}{Photoset-500}{/block:Photoset}
  661.          
  662.         {block:Quote}
  663.         <div class="qquote">"{Quote}"</div>
  664.         {block:Source}<div class="qsource"><font color="{color:source}">~ {Source}</font></div>{/block:Source}
  665.         {/block:Quote}
  666.          
  667.         {block:Link}
  668.         <h1><a href="{URL}" {Target}>{Name}</a></h1>
  669.         {block:Description}{Description}{/block:Description}
  670.         {/block:Link}
  671.          
  672.         {block:Chat}
  673.         {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  674.         <div class="chat"><ul>{block:Lines}
  675.         <li class="person{UserNumber}">{block:Label}
  676.         <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  677.         {/block:Chat}
  678.          
  679.         {block:Audio}
  680.         <div class="iaudio">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  681.         {AudioPlayerGrey}
  682.         <div class="icap">{block:Caption}{Caption}{/block:Caption}</div>
  683.         {/block:Audio}
  684.          
  685.         {block:Video}{Video-500}{/block:Video}
  686.          
  687.         {block:Answer}
  688.         <div class="asker"><b>{Asker}</b> me falou:<i>{Question}</i></div>
  689.         <div class="answer"> {Answer}</div>
  690.         {/block:Answer}
  691.          
  692.          
  693.         <div class="cap">
  694.         {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  695.         {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  696.         {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  697.          
  698.         <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  699.               <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  700.                 {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  701.         {/block:ContentSource}</div></div>
  702.          
  703.          <div class="bg">
  704.         <div class="info">{block:IfShowTags}{block:HasTags}<div class="tags">{block:Tags}&nbsp;&nbsp;<a
  705.          
  706.         href="{TagURL}"><font color="{color:tags}">#</font>{Tag}&nbsp;&nbsp;</a>{/block:Tags}</div>{/block:HasTags}{/block:IfShowTags}
  707.         <BR>
  708.         </div>
  709.          
  710.         <div class="tags">
  711.         {block:Date} Posted  <a href="{Permalink}">{TimeAgo} ♡</a> {/block:Date} {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel} ♡</a>{/block:NoteCount}<div style="float:right;" class="details">{Block:IndexPage}  <a href="{ReblogUrl}" target="_blank"> reblog ♡</a>{/Block:IndexPage}<br></div><BR>{block:RebloggedFrom}<font color="{color:source}">originally</font> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  712.         </span>  {/block:RebloggedFrom}<div style="float:right;" class="details">{block:RebloggedFrom}<font color="{color:source}">via</font> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}</div>
  713.         </div>
  714.          
  715.          
  716.          
  717.         </div></div>
  718.          
  719.          
  720.          
  721.          {/block:Posts}
  722.  
  723.  
  724.      <center><div class="esquerda">
  725.  
  726.    {block:PreviousPage}<a href="{PreviousPage}" class="page">«</a>
  727.  
  728.     {/block:PreviousPage}
  729.  
  730.      </div>
  731.  
  732.     <div class="direita">{block:NextPage}<a href="{NextPage}" class="page">»</a>
  733.  
  734.    {/block:NextPage}</div></center>
  735.          
  736.         {block:IfEnableEndlessScrolling}</div>{/block:IfEnableEndlessScrolling}
  737.         {block:PostNotes}
  738.         <div id="notes"><div id="notestext">{PostNotes}</div></div>
  739.         {/block:PostNotes}
  740.          <div id="link5">theme by <a href="http://verbaliz-e.tumblr.com/">Verbaliz-e</a><font color="{color:source}">+</font> <a href="http://verbaliz-e.tumblr.com/">Verbaliz-e</a> <font color="{color:source}">+</font> <a href="http://verbaliz-e.tumblr.com/">Verbaliz-e</a>.</div>
  741.         </div>
  742.          
  743.          
  744.         <div id="sidebar">
  745.          
  746.          
  747.      
  748.          
  749.          
  750.         <div id="sidimg4"><div id="sidotitulo"> <center>{block:Description}{Description}{/block:Description}</center><br>
  751.          
  752.        
  753.          </div></div>
  754.          
  755.         <div id="title">
  756.         <center><div class="optitle">{text:titulo}</div></div>
  757.          
  758.          
  759.         <div class="ttle">  <font color="{color:source}"></font></div>
  760.         <div id="links">
  761.         {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  762.         {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  763.         {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  764.         {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  765.         {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  766.         {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  767.         </div>
  768.          
  769.         </div>
  770.          
  771.         <div id="cute"><div style="margin-left:10px; margin-top:40px; float:left;"><big><big><big><big><b>Carpe diem</b></big></big></big></big></div></div>
  772.          
  773.          
  774.         <div id="sidimg6"><div class="simage"><img src="{image:sidebar1}" ></div>
  775.         </div>
  776.          
  777.          
  778.          
  779.          
  780.          
  781.          
  782.          
  783.          
  784.          
  785.         <div id="pgs"><div class="pg">
  786.         {block:JumpPagination length="4"}
  787.         {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  788.         {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  789.         {/block:JumpPagination}</div></div>
  790.          
  791.          
  792.          
  793.          <div id="sidimg"><div class="credit"><center>Theme by Verbaliz-e.</center></div>
  794.         </div>
  795.          
  796.          
  797.          
  798.         </div></div>
  799.          
  800.            
  801.          
  802.          
  803.         </body>
  804.         </html>