WEBGRAPHIC
Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.

Cor botão...

5 participantes

Ir para baixo

Cor botão... Empty Cor botão...

Mensagem por PrisoN Seg Fev 01, 2016 3:47 pm

Minha questão:
Como faço para muda aquela cor vermelha embaixo dos botões? e como faço para muda a cor do próprio botão ?


Endereço do meu fórum:
http://exercito-bp.forumeiros.com
PrisoN
PrisoN
Membro

Status : jdjddd
Mensagens : 207
Pontos : 319
Reputação : 2

Ir para o topo Ir para baixo

Cor botão... Empty Re: Cor botão...

Mensagem por Luiis_xD Seg Fev 01, 2016 4:13 pm

Quais botões? poderia mandar uma SS indicando onde deseja modificar?

Até mais só agradece
Luiis_xD
Luiis_xD
Membro

Status :
Mensagens : 155
Pontos : 182
Reputação : 27

Ir para o topo Ir para baixo

Cor botão... Empty Re: Cor botão...

Mensagem por PrisoN Seg Fev 01, 2016 4:19 pm

PrisoN
PrisoN
Membro

Status : jdjddd
Mensagens : 207
Pontos : 319
Reputação : 2

Ir para o topo Ir para baixo

Cor botão... Empty Re: Cor botão...

Mensagem por IsmaelS. Seg Fev 01, 2016 5:10 pm

Olá!

Na sua .CSS encontre:
Código:
#community_app_menu>li.active>a {margin-top: 0;
text-shadow: none;border-bottom: 3px solid #C42323;}

Em "#C42323" troque para a cor que deseja.
IsmaelS.
IsmaelS.
Administrador

Status : asd
Mensagens : 977
Pontos : 2124
Reputação : 29

https://webgraphic.forumeiro.com/

Ir para o topo Ir para baixo

Cor botão... Empty Re: Cor botão...

Mensagem por PrisoN Seg Fev 01, 2016 5:30 pm

Olá @IsmaelS. O código que você me forneceu, só mudou a barra vermelha embaixo do nome Fórum para verde.
PrisoN
PrisoN
Membro

Status : jdjddd
Mensagens : 207
Pontos : 319
Reputação : 2

Ir para o topo Ir para baixo

Cor botão... Empty Re: Cor botão...

Mensagem por IsmaelS. Seg Fev 01, 2016 5:56 pm

Procura na .CSS:
Código:
#community_app_menu > li > a {
    color: rgb(85, 85, 85);
    display: block;
    height: 33px;
    line-height: 36px;
    font-size: 11px;
    font-weight: bold;
    font-family: proxima-nova, sans-serif;
    text-transform: uppercase;
    background: transparent;
    padding: 0px 14px;
}

Onde tem "color: rgb(85, 85, 85);" alteras para a cor que queres.
IsmaelS.
IsmaelS.
Administrador

Status : asd
Mensagens : 977
Pontos : 2124
Reputação : 29

https://webgraphic.forumeiro.com/

Ir para o topo Ir para baixo

Cor botão... Empty Re: Cor botão...

Mensagem por Luiis_xD Seg Fev 01, 2016 6:00 pm

Caso o codigo do nosso querido amigo SsmaelS não resolva, me envie seu overall_header por gentileza Smile
Luiis_xD
Luiis_xD
Membro

Status :
Mensagens : 155
Pontos : 182
Reputação : 27

Ir para o topo Ir para baixo

Cor botão... Empty Re: Cor botão...

Mensagem por PrisoN Seg Fev 01, 2016 6:15 pm

Os códigos que o Ismael forneceu, procurei mais não se encontra na minha CSS.

Aqui está meu template overall_header

Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}>
<head>
   <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
   <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
   <meta http-equiv="content-script-type" content="text/javascript" />
   <meta http-equiv="content-style-type" content="text/css" />
   <!-- BEGIN switch_compat_meta -->
   <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
   <!-- END switch_compat_meta -->
   <!-- BEGIN switch_canonical_url -->
   <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
   <!-- END switch_canonical_url -->
   {META_FAVICO}
   {META}
   {META_FB_LIKE}
   <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
   {T_HEAD_STYLESHEET}
   {CSS}
   <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
   <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
   <script src="{JQUERY_PATH}" type="text/javascript"></script>
   <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>

   <!-- BEGIN switch_fb_login -->
   <script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
   <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
   <!-- END switch_fb_login -->

   <!-- BEGIN switch_ticker -->
   <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />   
   <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
   <!-- END switch_ticker -->

   <!-- BEGIN switch_ticker_new -->
   <script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
   <script type="text/javascript">//<![CDATA[
      /* Definir le sens de direction en fonction du panneau admin */
      var tickerDirParam = "{switch_ticker.DIRECTION}";
      var slid_vert = false;
      var auto_dir = 'next';
      var h_perso = parseInt({switch_ticker.HEIGHT});

      switch( tickerDirParam )
      {
         case 'top' :
            slid_vert = true;
            break;

         case 'left':
            break;

         case 'bottom':
            slid_vert = true;
            auto_dir = 'prev';
            break;

         case 'right':
            auto_dir = 'prev';
            break;

         default:
            slid_vert = true;
      }

      $(document).ready(function() {

         var width_max = $('ul#fa_ticker_content').width();
         var width_item = Math.floor(width_max / {switch_ticker.SIZE});

         if (width_max > 0)
         {
            $('#fa_ticker_content').css('display','block');

            $('ul#fa_ticker_content li').css('float','left').css('list-style','none').width(width_item).find('img').each(function () {
               if ($(this).width() > width_item)
               {
               var ratio      = $(this).width() / width_item;
               var new_height = Math.round($(this).height() / ratio);
               $(this).height(new_height).width(width_item);
               }
            });

            if (slid_vert)
            {
               var height_max = h_perso;

               $('ul#fa_ticker_content li').each( function () {
                  if ($(this).height() > height_max)
                  {
                     height_max = $(this).height();
                  }
               } );

               $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
               $('ul#fa_ticker_content li').height(height_max);
            }

            $('#fa_ticker_content').jcarousel({
                  vertical: slid_vert,
               wrap: 'circular',
               auto: {switch_ticker.STOP_TIME},
               auto_direction: auto_dir,
            scroll: 1,
            size: {switch_ticker.SIZE},
            height_max: height_max,
            animation: {switch_ticker.SPEED}
            });
         }
         else
         {
            $('ul#fa_ticker_content li:not(:first)').css('display','none');
            $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
         }
      });
   //]]>
   </script>
   <!-- END switch_ticker_new -->

   <script type="text/javascript">
   //<![CDATA[
   jQuery().ready(function(){
      <!-- BEGIN switch_enable_pm_popup -->
         pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
         if(pm != null) { pm.focus(); }
      <!-- END switch_enable_pm_popup -->
      <!-- BEGIN switch_report_popup -->
         report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
         if(report != null) { report.focus(); }
      <!-- END switch_report_popup -->
      <!-- BEGIN switch_ticker -->
         $(window).load(function() {            
            Ticker.start({
               height : {switch_ticker.HEIGHT},
               spacing : {switch_ticker.SPACING},
               speed : {switch_ticker.SPEED},
               direction : '{switch_ticker.DIRECTION}',
               pause : {switch_ticker.STOP_TIME}
            });
         });
      <!-- END switch_ticker -->
   });

   <!-- BEGIN switch_login_popup -->
      var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, logInBackgroundClass = false;
   <!-- END switch_login_popup -->

   <!-- BEGIN switch_login_popup -->
   $(document).ready( function() {
      $(window).resize(function() {
         var windowWidth = document.documentElement.clientWidth;
         var popupWidth = $("#login_popup").width();
         var mypopup = $("#login_popup");

         $("#login_popup").css({
         "left": windowWidth/2 - popupWidth/2
            });
      });
   });
   <!-- END switch_login_popup -->
   //]]>
   </script>
   {GREETING_POPUP}
   <!-- BEGIN switch_ticker_new -->
   <style>
   .jcarousel-skin-tango .jcarousel-item {
      text-align:center;
      width: 10px;
   }

   .jcarousel-skin-tango .jcarousel-item-horizontal {
      margin-right: {switch_ticker.SPACING}px;
   }

   .jcarousel-skin-tango .jcarousel-item-vertical {
      margin-bottom: {switch_ticker.SPACING}px;
   }
   </style>
   <!-- END switch_ticker_new -->
   {HOSTING_JS}
   <!-- BEGIN google_analytics_code -->
   <script type="text/javascript">
   //<![CDATA[
    var _gaq = _gaq || [];
    _gaq.push(["_setAccount", "{G_ANALYTICS_ID}"]);
    _gaq.push(["_trackPageview"]);
   _gaq.push(['_trackPageLoadTime']);

   <!-- BEGIN google_analytics_code_bis -->
   _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
   _gaq.push(['b._trackPageview']);
   <!-- END google_analytics_code_bis -->

    (function() {
      var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true;
      ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";
      var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s);
    })();
   //]]>
   </script>
   <!-- END google_analytics_code -->
</head>

<body>
   <!-- BEGIN hitskin_preview -->
   <div id="hitskin_preview" style="display: block;">
      <h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
      <div class="content">
         <p>
            {hitskin_preview.L_THEME_SITE_PREVIEW}
            <br />
            <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
         </p>
      </div>
   </div>
   <!-- END hitskin_preview -->

   <!-- BEGIN switch_login_popup -->
   <div id="login_popup" class="module main">
      <div id="login_popup_title" class="main-head">
         <div class="h3">{SITENAME}</div>
      </div>
      <div class="main-content">
         {LOGIN_POPUP_MSG}
         <div id="login_popup_buttons">
            <form action="{S_LOGIN_ACTION}" method="get">
               <input type="submit" class="button2" value="{L_LOGIN}" />
               <input type="button" class="button2" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
               <input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}" />
            </form>
         </div>
      </div>
   </div>
   <!-- END switch_login_popup -->

   <a id="top" name="top" accesskey="t"></a>
<div id="sc-topbar" class="clearfix">
            <div class="sc-width">
               <!-- ::: APPLICATION TABS ::: -->
               <div id="sc-navigation" class="clearfix left">
                     <ul class="ipsList_inline root" id="community_app_menu">
                                        <!-- ::: LOGO ::: -->
                    <li class="left">
                    <div id="logo">
                   
                        <if test="Array['textLogo']=='yes'">
<a href="/forum" class="textLogo" title="Fórum Exército" rel="home" accesskey="1">Exército</a>
<else>
                   
                </else></if></div></li>
                        
<li id="nav_app_core" class="left skip_moremenu" style="position:relative;"><a href="/portal" class="notMe " title="" id="promenu_14">Portal</a></li>         
 
<li id="nav_app_forums" class="main left active right_open" style="z-index:9990;"><a href="/forum" class="notMe" title="Fórum">Fórum</a></li>
                                                         
<li id="nav_app_core" class="left skip_moremenu" style="position:relative;"><a href="/profile?mode=editprofile" class="notMe " title="" id="promenu_14">Perfil</a></li>
                                                         
<li id="nav_app_members" class="main left right_open" style="z-index:9990;"><a href="/memberlist" class="notMe" title="Membros">Membros</a></li>
                                                         
<li id="nav_app_core" class="left skip_moremenu" style="position:relative;"><a href="/groups" class="notMe " title="" id="promenu_14">Grupos</a></li>
                                                         
<li id="nav_app_core" class="left skip_moremenu" style="position:relative;"><a href="/search?search_id=egosearch" class="notMe " title="" id="promenu_14">Minhas Postagens</a></li>

<li id="nav_app_core" class="left skip_moremenu" style="position:relative;"><a href="/f20-o-pedidos" class="notMe " title="" id="promenu_14">Loja</a></li>
                     </ul>
               </div>         
                                  <!-- BEGIN switch_user_logged_out -->

               <div id="user_navigation" class="not_logged_in right">                     
                     <ul class="ipsList_inline right">
                        <li>
                           <span class="services">
                              
                                 <a href="#"><img src="http://www.bslrpg.com/forum/public/style_images/animehaven_v3/loginmethods/facebook.png" alt="Log in with Facebook"></a>
                              
                              
                                 <a href="#"><img src="http://www.bslrpg.com/forum/public/style_images/animehaven_v3/loginmethods/twitter.png" alt="Log in with Twitter"></a>
                              
                              
                           </span>
                               
                           <a href="/login" title="Sign In" id="sign_in">Sign In</a>   
                        </li>
                        <li>
                           <a href="/register" title="Create Account" id="register_link">Create Account</a>
                        </li>
                     </ul>
                  </div>
                            <!-- END switch_user_logged_out -->
                            <!-- BEGIN switch_user_logged_in -->
                                  <div id="user_navigation" class="logged_in"><ul class="ipsList_inline right"><li><a data-clicklaunch="getInboxList" id="inbox_link" href="/privmsg?folder=inbox" title="Mensageria"><span class="ipsHasNotifications">MP</span> </a></li><li><a data-clicklaunch="getNotificationsList" id="notify_link" href="/search?search_id=watchsearch" title="Notificaciones"> </a></li><li><a id="user_link" href="/profile?mode=editprofile&page_profil=informations" title="Mi Perfil"><span class="USERNAME">{USERNAME}</span> &nbsp;<span id="user_link_dd"></span></a></li><li><a href="/login?logout" title="Sair">Sair</a></li></ul></div>
                                 
                                                          <!-- END switch_user_logged_in -->
            </div>
         </div>


<div id="sc-branding">
            <div class="sc-width">
                                        <!-- ::: SEARCH BAR ::: -->

                                       
                  <div id="search" class="right">
   <form action="/search" method="post" id="search-box">
      <fieldset>
         <label for="main_search" class="hide">Search</label>
         <a href="/search" title="Advanced Search" accesskey="4" rel="search" id="adv_search" class="right"></a>
         <span id="search_wrap" class="right">
            <input type="text" id="main_search" name="search_term" class="" size="17" tabindex="100" placeholder="Search...">
            <span class="choice ipbmenu clickable" id="search_options">Fórum</span>
            <ul id="search_options_menucontent" class="ipbmenu_content ipsPad" style="display: none; position: absolute; z-index: 9999;">
               <li class="title" style="z-index: 10000;"><strong style="z-index: 10000;">Search section:</strong></li>
               
               
               
               <li class="app" style="z-index: 10000;"><label for="s_forums" title="Fórum" style="z-index: 10000;"><input type="radio" name="search_app" class="input_radio" id="s_forums" value="forums" checked="checked" style="z-index: 10000;">Fórum</label></li><li class="app" style="z-index: 10000;"><label for="s_members" title="Membros" style="z-index: 10000;"><input type="radio" name="search_app" class="input_radio" id="s_members" value="members" style="z-index: 10000;">Membros</label></li><li class="app" style="z-index: 10000;"><label for="s_core" title="Ajuda" style="z-index: 10000;"><input type="radio" name="search_app" class="input_radio" id="s_core" value="core" style="z-index: 10000;">Ajuda</label></li>               
            </ul>
            <input type="submit" class="submit_input clickable" value="">
         </span>
         
      </fieldset>
   </form>
</div>
                  
                                <span class="custom_theme"><input type="text" id="colorpicker"></span>
            </div>
         </div>

<div id="sc-bottombar" class="clearfix">
<div class="sc-width">
<ul id="admin_bar" class="ipsList_inline left">

</ul>
</div>
</div>

<div id="sc-sec-navigation" class="clearfix">
                                                <div id="sc-container" class="clearfix">
                  <ol class="breadcrumb top ipsList_inline left" id="breadcrumb">
                                          <li itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb">
                           <a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong>
                        </li>
                        
                                       </ol>
                        <ul class="ipsList_inline right" id="sc-sec-navigation-icons">
                           
                        <li class="right">
                           <a href="#" rel="quickNavigation" accesskey="9" id="quickNavLaunch" title="Open Quick Navigation"><img alt="Open Quick Navigation" src="http://www.bslrpg.com/forum/public/style_images/animehaven_v3/custom/img/icons/quicknav.png"></a>
                        </li>
                     
                        <li id="nav_explore" class="right">
                           

<a href="/" accesskey="2">New Content</a>

                        </li>


<li id="nav_explore" class="right">
                           

<a href="/">Guidelines & Rules</a>

                        </li>
                        </ul>
               </div></div>

   <div class="minwidth_IE">
      <div class="layout_IE">
         <div class="container_IE">
            <div class="pun">
               <div id="pun-intro" class="clearfix">
                  <a href="{U_INDEX}" id="pun-logo"><img src="{LOGO}" alt="{L_INDEX}" /></a>

                  <!-- BEGIN switch_h1 -->
                  <div id="pun-title">{switch_h1.MAIN_SITENAME}</div>
                  <!-- END switch_h1 -->

                  <!-- BEGIN switch_desc -->
                  <p id="pun-desc">{switch_desc.SITE_DESCRIPTION}</p>
                  <!-- END switch_desc -->
               </div>
               <div id="pun-head">
                  <div id="pun-navlinks">
                     <ul class="clearfix">
                        <li>{GENERATED_NAV_BAR}</li>
                     </ul>
                  </div>
               </div>

               <!-- BEGIN switch_ticker_new -->
               <div id="fa_ticker_block" style="padding-top:4px;">
                  <div class="module main">
                     <div class="main-content clearfix">
                        <div id="fa_ticker_container">
                           <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display: none;width: 100%;">
                              <!-- BEGIN ticker_row -->
                              <li>{switch_ticker.ticker_row.ELEMENT}</li>
                              <!-- END ticker_row -->
                           </ul>
                        </div>
                     </div>
                  </div>
               </div>
               <!-- END switch_ticker_new -->

               <!-- BEGIN switch_ticker -->
               <div id="fa_ticker_block" style="padding-top:4px;">
                  <div class="module main">
                     <div class="main-content clearfix">
                        <div id="fa_ticker_container">
                           <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
                              <div class="fa_ticker_content">
                                 <!-- BEGIN ticker_row -->
                                 <div>{switch_ticker.ticker_row.ELEMENT}</div>
                                 <!-- END ticker_row -->
                              </div>
                           </div>
                        </div>
                     </div>
                  </div>
               </div>
               <!-- END switch_ticker -->

               <div id="page-body">
                  <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
                     <div id="outer-wrapper">
                        <div id="wrapper">
                           <div id="container">
                              <div id="content">
                                 <div id="{ID_LEFT}">
                                    <!-- BEGIN giefmod_index1 -->
                                    {giefmod_index1.MODVAR}
                                    <!-- BEGIN saut -->
                                    <div style="height:{SPACE_ROW}px"></div>
                                    <!-- END saut -->
                                    <!-- END giefmod_index1 -->
                                 </div>
                                 <div id="main">
                                    <div id="main-content">

<!-- BEGIN html_validation -->
                                    </div>
                                 </div>
                              </div>
                           </div>
                        </div>
                     </div>
                  </div>
               </div>
            </div>
         </div>
      </div>
   </div>
</body>
</html>
<!-- END html_validation -->


Última edição por PrisoN em Seg Fev 01, 2016 6:15 pm, editado 1 vez(es) (Motivo da edição : Coloca template)
PrisoN
PrisoN
Membro

Status : jdjddd
Mensagens : 207
Pontos : 319
Reputação : 2

Ir para o topo Ir para baixo

Cor botão... Empty Re: Cor botão...

Mensagem por Luiis_xD Seg Fev 01, 2016 6:17 pm

Que cor você deseja mudar a cor dos botões e a borda de baixo dos botões?

Até mais só agradece
Luiis_xD
Luiis_xD
Membro

Status :
Mensagens : 155
Pontos : 182
Reputação : 27

Ir para o topo Ir para baixo

Cor botão... Empty Re: Cor botão...

Mensagem por PrisoN Seg Fev 01, 2016 6:19 pm

Gostaria dessa cor, #006400 na borda e nos botões.
PrisoN
PrisoN
Membro

Status : jdjddd
Mensagens : 207
Pontos : 319
Reputação : 2

Ir para o topo Ir para baixo

Cor botão... Empty Re: Cor botão...

Mensagem por Luiis_xD Seg Fev 01, 2016 6:22 pm

Bom me envie sua folha de estilo css por favor, vou precisar fazer alterações nela e se preciso no overall_header pois as vezes os css ficão interno no html
Luiis_xD
Luiis_xD
Membro

Status :
Mensagens : 155
Pontos : 182
Reputação : 27

Ir para o topo Ir para baixo

Cor botão... Empty Re: Cor botão...

Mensagem por PrisoN Seg Fev 01, 2016 6:32 pm

Aqui está:

Código:
.post dl.codebox > dt{
    background-image: url("http://i.imgur.com/zApQl3W.jpg");
    color: #fff;
    line-height: 25px;
    padding: 3px!important;
    text-transform: uppercase;
}

.codebox dd{
    background-color: #fff;
    padding: .5em;
}

.codebox dt{
  border: 1px solid #ddd;
}



az, bl, azul, blue, .az {text-shadow: 0px 0px 5px blue;color: blue;}
v, vermelho, red, .v {text-shadow: 0px 0px 5px red;color: red;}
rx, roxo, purple, rox, .rx {text-shadow: 0px 0px 5px #b300ff;color: #b300ff;}
am, amarelo, yelow, .am {text-shadow: 0px 0px 5px #fbff00;color: #fbff00;}
c, ciano, cyan, .c {text-shadow: 0px 0px 5px #00e6ff;color: #00e6ff;}
r, rosa, pink, .r {text-shadow: 0px 0px 5px #ff7fee;color: #ff7fee;}
vr, verde, green, .vr {text-shadow: 0px 0px 5px #11ff00;color: #11ff00;}
l, laranja, orange, naruto, .l {text-shadow: 0px 0px 5px #ff9500;color: #ff9500;}
m, marron, brown, .m {text-shadow: 0px 0px 5px #7d4f0f;color: #7d4f0f;}
w, branco, white, .w {text-shadow: 0px 0px 5px #ffffff;}
pr, preto, black, .pr {text-shadow: 0px 0px 5px #000000;}
rp, roxop, pinkr, .r {text-shadow: 0px 0px 5px #AD6B9;color: #AD6B9;}
==Membro mais ativo===
.module table[style="table-layout:auto;"] tbody tr td > table tbody tr td img {
    content: "";
}
.module table[style="table-layout:auto;"] tbody tr td[width="4px"] {
    width: 0px
}
.module table[style="table-layout:auto;"] tbody tr td > table tbody tr td[style="overflow:hidden;"] {
    background: url('http://i.imgur.com/gGg8bgb.png') no-repeat;
    background-position: -0px -54px;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}
.module table[style="table-layout:auto;"] tbody tr:nth-child(1) td > table tbody tr td[style="overflow:hidden;"] {
    background-position: -0px -0px;
}
.module table[style="table-layout:auto;"] tbody tr:nth-child(2) td > table tbody tr td[style="overflow:hidden;"] {
    background-position: -0px -0px;
}
.module table[style="table-layout:auto;"] tbody tr:nth-child(3) td > table tbody tr td[style="overflow:hidden;"] {
    background-position: -0px -0px;
}
.module table[style="table-layout:auto;"] tbody tr:nth-child(4) td > table tbody tr td[style="overflow:hidden;"] {
    background-position: -0px -18px;
}
.module table[style="table-layout:auto;"] tbody tr:nth-child(5) td > table tbody tr td[style="overflow:hidden;"] {
    background-position: -0px -18px;
}
.module table[style="table-layout:auto;"] tbody tr:nth-child(6) td > table tbody tr td[style="overflow:hidden;"] {
    background-position: -0px -18px;
}
.module table[style="table-layout:auto;"] tbody tr:nth-child(7) td > table tbody tr td[style="overflow:hidden;"] {
    background-position: -0px -36px;
}
.module table[style="table-layout:auto;"] tbody tr:nth-child(8) td > table tbody tr td[style="overflow:hidden;"] {
    background-position: -0px -36px;
}
.module table[style="table-layout:auto;"] tbody tr:nth-child(9) td > table tbody tr td[style="overflow:hidden;"] {
    background-position: -0px -54px;
}
.module table[style="table-layout:auto;"] tbody tr:nth-child(10) td > table tbody tr td[style="overflow:hidden;"] {
    background-position: -0px -54px;
}
.module .main-content table[style="table-layout:fixed"] {
    background: #fafafa;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .1)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .1)50%, rgba(255, 255, 255, .1)75%, transparent 75%, transparent);
    background-size: 10px 10px;
    border: #e1e1e1 1px solid;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: inset 1px -1px 9px -1px rgba(181, 181, 181, 1);
    -moz-box-shadow: inset 1px -1px 9px -1px rgba(181, 181, 181, 1);
    box-shadow: inset 1px -1px 9px -1px rgba(181, 181, 181, 1);
}

====ffim===
body {
background: url('http://www.bslrpg.com/forum/public/style_images/animehaven_v3/custom/img/bg_tile.gif') repeat scroll 0% 0% #FAFAFA;
font: 11px "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
}

html, body {
background: url('http://www.bslrpg.com/forum/public/style_images/animehaven_v3/custom/img/bg_tile.gif') repeat scroll 0% 0% #FAFAFA;
color: #5A5A5A;
}

#pun-intro {
  display: none;
}

#pun-navlinks {
  display: none;
}

.pun .paged-foot, .pun .paged-head {
background: none;
border: none;
padding: 0;
}

#pun-about #qjump {
display: none;
}

#pun-about {
text-align: right;
font-size: 10px;
}

#pun-announcement {
border-style: 0 px solid;
border-width: 0px;
padding: 1em;
background: white;
}

.k1b4d58ea {
display: none!important;
background: none!important;
border: none!important;
}

.pun {
    margin-bottom: 10px;
    background: none repeat scroll 0% 0% #FFF;
    padding: 10px;
    line-height: 120%;
    border: 1px solid #DADADA;
    margin-top: 10px;
    width: 1178px;
    text-align: left!important;
}

.pun .main-content {
border: 1px solid #fff;
}

thead {
display: none;
}

fieldset {
-webkit-margin-start: 2px;
-webkit-margin-end: 2px;
-webkit-padding-before: 0.35em;
-webkit-padding-start: 0.75em;
-webkit-padding-end: 0.75em;
-webkit-padding-after: 0.625em;
border: 0px;
border-image: initial;
}

.main .main-foot, .paged-foot {
display: none;
}

#sc-container, .sc-width {
width: 1178px;
min-width: 960px;
margin: 0 auto;
}


/*help button*/
.pun .main-head a.exthelp, .pun .main-head a.exthelp:link, .pun .main-head a.exthelp:visited {
display:none;
}

/*logged_in - Logado!*/

#user_navigation .ipsList_inline li {
margin: 0;
}

#user_navigation.logged_in {
height: 26px;
padding: 6px 0 4px;
line-height: 25px;
}
#user_link_dd, .dropdownIndicator {
background: url(http://www.tibiaking.com/forum/public/style_images/gris/header_dropdown.png) no-repeat right;
display: inline-block;
height: 5px;
margin: 1px 0 1px 1px;
width: 9px;
}
#inbox_link, #notify_link {
height: 15px;
padding: 11px 24px 8px 12px;
position: relative;
vertical-align: middle;
width: 18px;
}
#inbox_link {
background: url(http://www.tibiaking.com/forum/public/style_images/gris/icon_inbox.png) no-repeat top;
}
#notify_link {
background: url(http://www.tibiaking.com/forum/public/style_images/gris/icon_notify.png) no-repeat top;
margin-right: 11px;
}
.ipsHasNotifications {
-moz-border-radius: 2px;
-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255,0.1) inset;
-webkit-border-radius: 2px;
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255,0.1) inset;
background: #cf2020;
border-radius: 2px;
box-shadow: 0 2px 4px rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255,0.1) inset;
color: #fff!important;
font-size: 9px;
height: 12px;
left: -5px;
line-height: 12px;
padding: 0 4px;
position: absolute;
text-align: center;
top: 4px;
}
#user_link {
  margin-right: 15px;
}

/*color-picker*/

.custom_theme {
    border-radius: 3px 0px 0px 3px;
    background: url('http: //www.bslrpg.com/forum/public/style_images/animehaven_v3/color_picker/color_picker.png') no-repeat scroll 50% 50% rgba(0, 0, 0, 0.3);
    cursor: pointer;
    width: 29px;
    height: 38px;
    margin-left: 1px;
    float: right;
    margin-top: 36px;
}

.custom_theme #colorpicker {
    border: 0px none !important;
    background: none repeat scroll 0% 0% transparent !important;
    text-indent: -999px !important;
    height: 36px;
    font-size: 0px;
    width: 37px;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    opacity: 0;
    display: block;
}

/*categoria*/
.main .main-head {
    background-image: url('http://i.imgur.com/zApQl3W.jpg');
}

.main .main-head {
    background: url('http://www.bslrpg.com/forum/public/style_images/animehaven_v3/advanced_search.png') repeat scroll center top #006400
    padding: 9px 12px;
    font-size: 12px;
    font-weight: 300;
    color: #FFF;
    box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.1), 0px 1px 0px rgba(255, 255, 255, 0.1) inset;
    text-shadow: 0px 1px 2px #000;
    border-bottom: 3px solid #006400 ;
}

.pun tbody.statused span.status {
    position: absolute;
    display: none;
}

#main{margin-right: 10px;}

.table .tc_icon {
    padding: 10px 5px !important;
    vertical-align: middle;
    width: 30px;
}

.pun table.table td.tc3 {
    text-align: right;
    width: 15%;
}

.main .main-content {
padding: 4px;
background: none repeat scroll 0px 0px #F3F3F3;
border: 1px solid #E6E6E6;
margin-bottom: 10px;
}

.pun tbody.statused td.tcl {
  background: white;
}

.pun tbody.statused td.tcr {
  background: white;
  border-left: 0px;
}

.pun table.table td {
background-color: #FFFFFF!important;
border-color: #ddd;
border-style: solid none none none;
border-width: 1px;
line-height: 130%;
padding: .6em 0 .7em;
}

.pun .main table td.tc2, .pun .main table td.tc3 {
  border-right: none;
  border-left: none;
}

.pun fieldset, .pun img {
vertical-align: middle;
}

.main .main-head .page-title {
    font-size: 12px;
    font-weight: 400;
    color: #fff !important;
}

.left{
float:left;
}

.clear{
clear: both;
}

#sc-container{
width: 1178px;
min-width: 960px;
margin: 0 auto;
}

/*userbar*/

#sc-topbar {
background: black;
padding: 0;
text-align: right;
height: 36px;
position: relative;
z-index: 999;
width: 100%;
top: 0;
left: 0;
box-shadow: rgba(0, 0, 0, 0.5) 0px -1px 10px;
}

#sc-navigation {
display: inline;
height: 36px;
}

#community_app_menu>li {
margin: 0;
position:relative;
}
.ipsList_inline>li:first-child {
margin-left: 0;
}

.ipsList_inline>li {
display: inline-block;
margin: 0 3px;
}

#logo {
display: inline;
}

ol, ul {
list-style: none;
}

#logo a.textLogo {
color: #fff;
height: 36px;
line-height: 32px;
padding: 0 0;
font-weight: bold;
font-size: 16px;
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
text-decoration: none;
display: block;
text-transform: uppercase;
padding-left: 6px;
padding-right: 6px;
}

#logo a:hover {
color: #C42323;
}


#community_app_menu>li.active>a {
margin-top: 0;
text-shadow: none;
border-bottom: 3px solid #006400;
}

#community_app_menu>li>a {
color: #555;
background: transparent;
display: block;
padding: 0px 14px 0px;
height: 33px;
line-height: 36px;
font-size: 11px;
font-weight: bold;
font-family: "proxima-nova",sans-serif;
text-transform: uppercase;
}

#user_navigation.not_logged_in {
height: 26px;
padding: 6px 0 4px;
line-height: 25px;
}

#user_navigation {
color: #9f9f9f;
font-size: 11px;
line-height: 30px;
}

#user_navigation .ipsList_inline li {
margin: 0;
}

#user_navigation a {
color: #C42323;
font-weight: bold;
}

#user_navigation #register_link {
background: white;
padding: 0px 8px;
height: 30px;
}
.pun a,.pun a:visited {
color: #225985;
text-decoration: none;
}

.pun a:hover{color: #C42323;}
/*branding*/

#sc-branding {
    background: url('http://i.minus.com/ibq5Am8P99jPo4.png') repeat scroll 0% 0% / 74% auto #383838;
    border-bottom: 1px solid #343434;
    min-height: 110px;
    box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.5) inset;
}

#sc-bottombar {
    background: none repeat scroll 0% 0% #000;
    padding: 0px;
    text-align: right;
    height: 36px;
    width: 100%;
}

#sc-sec-navigation {
    background: none repeat scroll 0% 0% #FFF;
    border-bottom: 1px solid #DADADA;
    overflow: hidden;
    line-height: 37px;
    clear: both;
}

.breadcrumb {
    color: #777;
    font-size: 11px;
}

.breadcrumb li:first-child {
    margin-left: 0px;
}

#sc-sec-navigation #breadcrumb li:first-of-type a {
    margin-left: 0px;
    background: none repeat scroll 0% 0% transparent;
    padding-left: 0px;
}
#sc-sec-navigation #breadcrumb li a {
    padding-left: 12px;
    margin-left: -15px;
    outline: medium none;
    text-decoration: none;
}
#sc-sec-navigation a {
    color: #757575;
    line-height: 37px;
    height: 37px;
}
.breadcrumb a {
    color: #777;
}

#sc-sec-navigation #breadcrumb li:first-of-type a span {
    padding-left: 12px;
    border-radius: 3px 0px 0px 3px;
}

#sc-sec-navigation-icons li {
    padding: 0px 4px;
}

.ipsList_inline > li:first-child {
    margin-left: 0px;
}
.ipsList_inline > li {
    display: inline-block;
    margin: 0px 3px;
}

#sc-sec-navigation-icons li img {
    width: 16px;
    height: 16px;
}

#search {
background: rgba(0, 0, 0, 0.3);
margin: 36px 0;
padding: 5px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-top-right-radius: 3px;
-moz-border-bottom-right-radius: 3px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}

fieldset, img {
border: 0;
}

.hide {
display: none;
}

label {
cursor: default;
}

#adv_search {
width: 16px;
height: 16px;
background: url("http://www.bslrpg.com/forum/public/style_images/animehaven_v3/advanced_search.png") no-repeat right 50%;
text-indent: -3000em;
display: none;
margin: 6px 0 4px 4px;
}

#search_wrap {
position: relative;
background: rgba(0, 0, 0, 0.40);
display: block;
padding: 0 26px 0 4px;
height: 26px;
line-height: 25px;
-moz-border-radius: 2px 2px 2px 2px;
-webkit-border-top-left-radius: 2px;
-webkit-border-top-right-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
-webkit-border-bottom-left-radius: 2px;
border-radius: 2px 2px 2px 2px;
-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
border: 1px solid rgba(0,0,0,0.13);
width: 230px;
}

#main_search {
font-size: 12px;
border: 0;
padding: 0;
background: transparent;
width: 150px;
outline: 0;
color: #C42323;
font-style: italic;
line-height: 26px;
}

#search_options {
font-size: 10px;
height: 28px;
line-height: 25px;
margin: 0px -2px 3px 0;
padding: 0 6px;
display: inline-block;
float: right;
max-width: 80px;
text-overflow: ellipsis;
overflow: hidden;
text-align: right;
}

.clickable {
cursor: pointer;
}

.ipbmenu_content, .ipb_autocomplete {
font-size: 12px;
min-width: 85px;
z-index: 999;
}

#search_options_menucontent {
min-width: 100px;
white-space: nowrap;
text-align: left;
}

#search_options_menucontent li {
border-bottom: 0;
}

.ipbmenu_content li:first-child {
padding-top: 0px;
}

#search_options_menucontent input {
margin-right: 10px;
}

img, .input_check, .input_radio {
vertical-align: middle;
}

.custom_theme {
-moz-border-radius: 0px 3px 3px 0px;
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
border-radius: 3px 0px 0px 3px;
background: rgba(0, 0, 0, 0.30) url("http://www.bslrpg.com/forum/public/style_images/animehaven_v3/color_picker/color_picker.png") no-repeat 50% 50%;
cursor: pointer;
width: 29px;
height: 38px;
margin-left: 1px;
float: right;
margin-top: 36px;
}

.custom_theme #colorpicker {
border: 0 !important;
background: none transparent!important;
text-indent: -999px!important;
height: 36px;
font-size: 0;
width: 37px;
padding: 0;
margin: 0;
cursor: pointer;
opacity: 0;
display: block;
}


.submit_input, .clickable {
background: #770F0F url("http://www.bslrpg.com/forum/public/style_images/animehaven_v3/search_icon.png") no-repeat 50%!important;
text-indent: -3000em!important;
padding: 0!important;
border: 0!important;
display: block!important;
width: 26px!important;
height: 26px!important;
position: absolute!important;
right: 0!important;
top: 0!important;
bottom: 0!important;
-moz-border-radius: 0 2px 2px 0!important;
-webkit-border-top-right-radius: 2px!important;
-webkit-border-bottom-right-radius: 2px!important;
border-radius: 0 2px 2px 0!important;
-webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.2)!important;
-moz-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.2)!important;
box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2)!important;
}


.right {
float: right;
}

/*Link*/
a {text-decoration:none;}
ul{list-style:none;}

.right {
float: right;
}



/*lastpost*/
#avatar-lastpost img {
height: 30px;
width: 30px;
padding: 1px;
border: 1px solid #D5D5D5;
background: white;
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
margin-top:13px;
margin-right:11px;
}

#avatar-lastpost img:hover{
border-color: #A1A1A1;
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

td.tcr span a:empty:before {
content: "Sem Post's Para Visualizar";
cursor: default;
pointer-events: none;
text-align: center;
word-wrap: break-word;
margin: 1px 0px 4px 53px;
color: #a4a4a4;
font-style: italic;
}
/*rodape*/

#pun-about {
font-size: 10px;
text-align: left;
padding: 2px 10px;
background: rgb(236, 236, 236);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
border-radius: 5px;
float: left;
}

#onlinelist {
background-color: #F3F3F3;
padding: 10px;
color: rgb(155, 155, 155);
border: 1px solid rgb(214, 214, 214);
}

#onlinechat {
display: none;
}

#sc-footer {
float: left;
margin: 10px 0px 0px 0px;
width: 100%;
background: #FFF url("http://www.bslrpg.com/forum/public/style_images/animehaven_v3/custom/img/brand_1.png");
border-top: 1px solid #DADADA;
}

.sc-footer-col {
width: 13.5%;
font-size: 11px;
min-width: 125px;
display: inline-block;
vertical-align: top;
line-height: 22px;
padding: 15px 0 18px 0;
}

#sc-footer a {
color: #5A5A5A;
}

#footer_utilities {
font-size: 11px;
width: 100%;
padding: 30px 0px 39px 0px;
border-top: #DADADA solid 1px;
background: #FAFAFA url("http://www.bslrpg.com/forum/public/style_images/animehaven_v3/custom/img/brand_1.png");
}

#footer_utilities .ipsList_inline>li>a {
margin-right: 0px;
padding: 4px 10px;
}

#copyright {
color: #848484;
text-align: right;
}

#backtotop:hover {
color: #fff;
opacity: 1;
}

#backtotop {
width: 24px;
height: 24px;
line-height: 20px!important;
left: 50%;
margin-left: -12px;
position: absolute;
display: inline-block;
background: #bdbdbd;
text-align: center;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
border-radius: 16px;
opacity: 0.4;
outline: 0;
}

/*user*/
.pun .user-ident .username {
display: block;
font-size: 1.3em;
font-weight: 400!important;
margin-top: 5px;
padding: 8px!important;
position: relative;
text-align: center;
text-decoration: none;
}

/*post*/
.post h3 {
background: #F8F8F8;
border-bottom: 1px solid #E6E6E6;
border-top: 1px solid #E6E6E6;
padding: 0 10px;
height: 36px;
line-height: 36px;
font-weight: normal;
font-size: 15px;
margin-top: -3px;
}
span.post_id {
margin-left: 4px;
}
.post_date {
padding: 0 0 10px 0;
font-size: 12px;
color: #a4a4a4;
}
.desc.blend_links a {
font: normal 12px helvetica, arial, sans-serif;
color: #777777;
}
.post_id a img.small {
max-height: 12px;
margin-left: 3px;
margin-top: -2px;
opacity: 0.5;
}
.post_online {display: inline-block;}
.pun .post .user {
margin-left: -16em;
margin-top: -0.9em;
}
.pun .post {background: white;}
.pun .postmain {
background-color: white;
border-left: 0px;
margin-left: 14em;
}
.pun .post .user {
width: 165px;
font-size: 12px;
text-align: center;
line-height: 150%;
margin-left: -160px;
margin-top: -0.6em;
}

.pun .post-entry {
font-size: 12px;
line-height: 1.6;
padding: 20px;
word-wrap: break-word;
}

.pun .user .user-ident .user-basic-info {
font-size: 11px;
color: #a4a4a4;
text-align: center;
font-weight: normal;
}

.postfoot {
border-top: 0px;
margin-left: -14em;
}

.sig-content {
clear: right;
color: #a4a4a4;
font-size: 0.9em;
border-top: 1px dashed #e4e4e4;
padding: 10px 0;
margin: 6px 0 4px;
position: relative;
}

.user-basic-info a img {
padding: 1px;
border: 1px solid #d5d5d5;
background: #fff;
max-height: 300px;
padding: 1px;
max-width: 165px;
margin-left: 10px;
}

.exthelp{display:none;}
/*botoes*/

input[type="button"], input[type="reset"], input[type="submit"] {
-moz-border-radius: 2px;
-moz-box-shadow: rgba(0,0,0,0.43) 0 1px 3px;
-webkit-border-radius: 2px;
-webkit-box-shadow: rgba(0,0,0,0.43) 0 1px 3px;
background: #353535 url(http://i57.servimg.com/u/f57/18/12/37/46/highli10.png) repeat-x top;
border: 1px solid #2b2b2b;
border-radius: 2px;
box-shadow: rgba(0,0,0,0.43) 0 1px 3px;
color: #fff;
cursor: pointer;
font-family: helvetica,arial,sans-serif;
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: normal;
outline: none;
padding: 4px 10px!important;
}


/*box*/
.titlebox {
background: #F9F9F9;
border: 1px solid #E9EDEE;
color: #768089;
text-shadow: rgba(255, 255, 255, 0.9) 0px 1px 0px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset #B3BAC1 0px 1px 3px;
-moz-box-shadow: inset #b3bac1 0px 1px 3px;
box-shadow: inset #B3BAC1 0px 1px 3px;
padding: 10px;
overflow: hidden;
}
.titlebox dd {display: block;}
.titlebox dava {float: left;}
.ipsBox_withphoto {float: left; margin-left: 10px;}
.ipsType_pagetitle {color: #323232; display: block; font-family: Helvetica,Arial,sans-serif; font-size: 26px; font-style: normal; font-variant: normal; font-weight: 300; line-height: 1.4; outline-style: none; overflow: hidden; text-align: left; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; width: 650px;}
.ipsType_pagetitle a {font-size: 23px; z-index: 999;}
.desc.lighter.blend_links {color: #777; float: left; font-size: 11px;}
.socialetopic {float: right; position: relative;}
.titlebox dava a img {-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1); -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); background: white; border: 1px solid #D5D5D5; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); float: left; height: 50px!important; padding: 1px; width: 50px!important;}
.titlebox dava a img:hover {
border-color: #A1A1A1;
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

/*quick avatar*/
#quick-avatar {
    float: left;
    padding: 11px;
}
#quick-avatar img {
margin-top: 50px;
width: 50px;
height: 50px;
padding: 1px;
border: 1px solid #D5D5D5;
background: white;
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
#quick-avatar img:hover {
  border-color: #A1A1A1;
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.mini_ava img {
width: 30px;
float: left;
padding: 1px;
border: 1px solid #d5d5d5;
background: #fff;
height: 30px;
}

.widgets{
background: #262626;
text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset black 0px 1px 3px;
-moz-box-shadow: inset #000 0px 1px 3px;
box-shadow: inset black 0px 1px 3px;
font-size: 11px;
font-weight: bold;
padding: 8px;
}

#fontwidget{
color: white;
font-size: 11px;
font-weight: bold;
tahoma,helvetica,arial,sans-serif;
text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
margin-left:18px;
}

#pun-visit, .main-box {
display: none;
border: none;
font-size: 10px;
margin: 0 0 1em;
padding: .6em 1em;
}

/*widget*/

.module .main-head {
    border: 1px solid #CFCFCF;
    padding: 10px;
    background: none repeat scroll 0px 0px #FFF;
    font: 11px arial,sans-serif;
    color: #757575;
    padding: 9px 10px;
    background: none repeat scroll 0% 0% #ECECEC;
    text-shadow: 0px 1px 0px #FFF;
    box-shadow: 0px 1px 0px #F9F9F9 inset;
    border-bottom: 3px solid #006400;
background-image: url('http://i.imgur.com/zApQl3W.jpg');
}
.module .main-content{background:#fff}

.module.main {
    margin: 0px;
    margin-bottom: 10px !important;
}

#ajax_loading {
    background: -moz-linear-gradient(center top , #95C715 0%, #7BA60D 100%) repeat scroll 0% 0% transparent;
    border: 1px solid #7BA60D;
    color: #FFF;
    text-align: center;
    padding: 5px 0px 8px;
    width: 8%;
    top: 0px;
    left: 46%;
    border-radius: 0px 0px 5px 5px;
    z-index: 999;
    position: fixed;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2), 0px -1px 0px rgba(255, 255, 255, 0.2) inset;
}
/* End Animate CSS on Header */
/* Ajax Mito */
#ajax_loading {background: #00c7e3;color: #fff;text-align: center;padding: 5px 0 8px;width: 8%;top: 37px;left: 46%;-moz-border-radius: 0 0 5px 5px;-webkit-border-bottom-right-radius: 5px;-webkit-border-bottom-left-radius: 5px;border-radius: 0 0 5px 5px;z-index: 999;position: fixed;-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);box-shadow: 0px 3px 5px rgba(0,0,0,0.2);opacity: 0.6;}
/*Font Awesome */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
font-family: 'FontAwesome';
font-style: normal;
font-weight: normal;
src: local('FontAwesome'), local('FontAwesome'), url(http://asusgames.esy.es/fonts/fontawesome-webfont.woff) format('woff');
}
/* ranks */
.rank{
background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.1)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.1)),color-stop(0.75,rgba(255,255,255,.1)),color-stop(0.75,transparent),to(transparent));
background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image: -moz-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image: linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-size: 10px 10px;
padding: 3px;
width: 130px;
margin: 5px;
text-align: center;
text-shadow: #000 1px 1px 0;
color: #fff;
border-radius: 3px;
box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.5), rgba(0,0,0,.3) 0 1px 1px;
font: 13px 'Open Sans', Arial, sans-serif;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
cursor: default;
}
.stars{
height: 16px;
width: 31px;
margin: 5px 0 0 3px;
background: url('https://cdn1.iconfinder.com/data/icons/fatcow/16/star.png') repeat-x;
background-size: 10px;
float: left;
}
.admin{
background-color: #c70000;
}
.admin:before {
content: "\f000";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
}
.mod{
background-color: #009;
}
.co-admin{
background-color: #a2712b;
}
.co-admin .stars{
width: 20px;
}
.mod .stars{
width: 10px;
}

}
/* Efeito no título dos ranks */

.om {
color: #EE00EE;
}
.nvl5 {
color: #8B658B;
}
/* Fim */
.ti {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #FF6600;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;

}
// teste de imagem
.imgt {
width: 36px;
height: 36px;
}
.mo {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #75A5A8;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}
.owt {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #AD6B96;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}
.ow {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #D11790;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}
.dis {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #0FDB6E;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}
.modt {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #899EB0;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}
.mod {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #2768A1;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}
.modm {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #2768A1;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}
.modt {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #2768A1;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}
.hm {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #F55C25;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}
.memb {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #1C4F0E;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}


a[href="/u2828"]{text-shadow:0 0 5px #0055aa}
a[href="/u194"]{text-shadow:0 0 5px #0055aa}

a[href="/u29"] {
background-image: url("http://i.imgur.com/64TYyxd.gif");
text-shadow : 0px 0px 10px #13BAB8;
}
a[href="/u24"] {
background-image: url("http://i46.servimg.com/u/f46/16/56/73/62/21ee1p10.gif");
text-shadow:2px 2px 6px #2D5913!important;
}
a[href="/u24"] {
background-image: url("http://i.imgur.com/64TYyxd.gif");
text-shadow : 0px 0px 10px #2D5913;
}
a[href="/u1"] {
background-image: url("http://i.imgur.com/64TYyxd.gif");
text-shadow : 0px 0px 10px #13BAB8;
}
a[href="/g21-owners"] {
background-image: url("http://i.imgur.com/64TYyxd.gif");
text-shadow : 0px 0px 10px #D11790;
}
a[href="/g14-moderadores"] {
background-image: url("http://i.imgur.com/64TYyxd.gif");
text-shadow : 0px 0px 10px #2768A1;
}
a[href="/g23-honor-member"] {
background-image: url("http://i.imgur.com/64TYyxd.gif");
text-shadow : 0px 0px 10px #F55C25;
}
a[href="/g24-oficiais"] {
background-image: url("http://i.imgur.com/64TYyxd.gif");
text-shadow : 0px 0px 10px #E01616;
}
a[href="/g25-pracas"] {
background-image: url("http://i.imgur.com/64TYyxd.gif");
text-shadow : 0px 0px 10px #1C4F0E;
}
a[href="/g16-f-a-b"] {
background-image: url("http://i.imgur.com/64TYyxd.gif");
text-shadow : 0px 0px 10px #9954D1;
}
a[href="/g17-a-d-e"] {
background-image: url("http://i.imgur.com/64TYyxd.gif");
text-shadow : 0px 0px 10px #D43333;
}
a[href="/g19-g-t-r"] {
background-image: url("http://i.imgur.com/64TYyxd.gif");
text-shadow : 0px 0px 10px #009179;
}
a[href="/g20-master-owner"] {
background-image: url("http://i.imgur.com/64TYyxd.gif");
text-shadow : 0px 0px 10px #13BAB8;
}
================================

.sucesso, .alerta, .aviso, .infos {
padding: 8px 8px 8px 40px;
width: 99%;
text-shadow: 0 1px 0 #FFFAF1;
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
font-weight: bold;
border-radius: 3px 3px 3px 3px;
}
.sucesso {
background: url('http://cdn3.iconfinder.com/data/icons/fatcow/32x32_0020/accept.png') no-repeat 6px #effeb9;
border: 1px solid #9ac601;
color: #4F8A10;
}
.alerta {
background: url('http://cdn1.iconfinder.com/data/icons/nuvola2/32x32/actions/messagebox_warning.png') no-repeat 6px #fccac3;
border: 1px solid #db3f23;
color: #D8000C;
}
.aviso {
background: url('http://cdn3.iconfinder.com/data/icons/fatcow/32x32_0400/error.png') no-repeat 6px #ffeaa9;
border: 1px solid #f9b516;
color: #9F6000;
}
.infos {
background: url('http://cdn1.iconfinder.com/data/icons/musthave/24/Information.png') no-repeat 6px #d1e4f3;
border: 1px solid #4d8fcb;
color: #00529B;
}
=======Ícones no formulário de login=====

.user_login_form input[type="password"], .user_login_form input[type="text"] {
padding: 5px;
border-radius: 0px!important;
cursor: text;
top: 0px;
}
.user_login_form input[type="text"] {
background: url(http://i.imgur.com/3CBLHUK.png)no-repeat left center;
padding-left: 20px;
}
.user_login_form input[type="password"] {
background: white url(http://i.imgur.com/Bmg6BFf.png)no-repeat;
padding-left: 20px;
}
#username {
padding: 5px;
border-radius: 0px!important;
cursor: text;
top: 0px;
padding-left: 20px;
background: white url(http://i.imgur.com/3CBLHUK.png)no-repeat;
}
#password {
padding: 5px;
border-radius: 0px!important;
cursor: text;
top: 0px;
background: white url(http://i.imgur.com/Bmg6BFf.png)no-repeat;
padding-left: 20px;
}

.sceditor-container iframe, .sceditor-container textarea {
background: transparent url("http://i.imgur.com/Wl0MqEW.png") no-repeat 50% !important;
}


/*Menu-DropDown*/
#perfil_drop {
background: linear-gradient(#FFF, #EDEDED) repeat scroll 0px 0px transparent;
border: 0px none !important;
border-radius: 0px 0px 6px 6px;
box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.4);
color: #225985;
font-family: helvetica,arial,sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: 400;
overflow: hidden;
position: absolute;
right: 65.2%;
text-align: left;
top: 157px;
width: 360px;
z-index: 999;
}
.nav_c{
box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.58)!important;
}
.post_username {
    padding: 7px 5px;
}
.user-basic-info .i_icon_online {
    background: transparent none repeat scroll 0% 0% !important;
    border: 0px none !important;
    box-shadow: none !important;
}
h2.nometopico {
    font-size: 17px;
    display: inline-block;
}
.avat img {
background: none repeat scroll 0px 0px #FFF;
border: 1px solid #D5D5D5;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
height: 50px;
margin: 10px;
padding: 1px;
width: 50px;
}
#perfil_drop li {
float: right;
line-height: 22px;
white-space: nowrap;
width: 38%;
PrisoN
PrisoN
Membro

Status : jdjddd
Mensagens : 207
Pontos : 319
Reputação : 2

Ir para o topo Ir para baixo

Cor botão... Empty Re: Cor botão...

Mensagem por Luiis_xD Seg Fev 01, 2016 7:21 pm

Bom substitua seu css atual por este

Código:
.post dl.codebox > dt{
    background-image: url("http://i.imgur.com/zApQl3W.jpg");
    color: #fff;
    line-height: 25px;
    padding: 3px!important;
    text-transform: uppercase;
}

.codebox dd{
    background-color: #fff;
    padding: .5em;
}

.codebox dt{
  border: 1px solid #ddd;
}



az, bl, azul, blue, .az {text-shadow: 0px 0px 5px blue;color: blue;}
v, vermelho, red, .v {text-shadow: 0px 0px 5px red;color: red;}
rx, roxo, purple, rox, .rx {text-shadow: 0px 0px 5px #b300ff;color: #b300ff;}
am, amarelo, yelow, .am {text-shadow: 0px 0px 5px #fbff00;color: #fbff00;}
c, ciano, cyan, .c {text-shadow: 0px 0px 5px #00e6ff;color: #00e6ff;}
r, rosa, pink, .r {text-shadow: 0px 0px 5px #ff7fee;color: #ff7fee;}
vr, verde, green, .vr {text-shadow: 0px 0px 5px #11ff00;color: #11ff00;}
l, laranja, orange, naruto, .l {text-shadow: 0px 0px 5px #ff9500;color: #ff9500;}
m, marron, brown, .m {text-shadow: 0px 0px 5px #7d4f0f;color: #7d4f0f;}
w, branco, white, .w {text-shadow: 0px 0px 5px #ffffff;}
pr, preto, black, .pr {text-shadow: 0px 0px 5px #000000;}
rp, roxop, pinkr, .r {text-shadow: 0px 0px 5px #AD6B9;color: #AD6B9;}
==Membro mais ativo===
.module table[style="table-layout:auto;"] tbody tr td > table tbody tr td img {
    content: "";
}
.module table[style="table-layout:auto;"] tbody tr td[width="4px"] {
    width: 0px
}
.module table[style="table-layout:auto;"] tbody tr td > table tbody tr td[style="overflow:hidden;"] {
    background: url('http://i.imgur.com/gGg8bgb.png') no-repeat;
    background-position: -0px -54px;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}
.module table[style="table-layout:auto;"] tbody tr:nth-child(1) td > table tbody tr td[style="overflow:hidden;"] {
    background-position: -0px -0px;
}
.module table[style="table-layout:auto;"] tbody tr:nth-child(2) td > table tbody tr td[style="overflow:hidden;"] {
    background-position: -0px -0px;
}
.module table[style="table-layout:auto;"] tbody tr:nth-child(3) td > table tbody tr td[style="overflow:hidden;"] {
    background-position: -0px -0px;
}
.module table[style="table-layout:auto;"] tbody tr:nth-child(4) td > table tbody tr td[style="overflow:hidden;"] {
    background-position: -0px -18px;
}
.module table[style="table-layout:auto;"] tbody tr:nth-child(5) td > table tbody tr td[style="overflow:hidden;"] {
    background-position: -0px -18px;
}
.module table[style="table-layout:auto;"] tbody tr:nth-child(6) td > table tbody tr td[style="overflow:hidden;"] {
    background-position: -0px -18px;
}
.module table[style="table-layout:auto;"] tbody tr:nth-child(7) td > table tbody tr td[style="overflow:hidden;"] {
    background-position: -0px -36px;
}
.module table[style="table-layout:auto;"] tbody tr:nth-child(8) td > table tbody tr td[style="overflow:hidden;"] {
    background-position: -0px -36px;
}
.module table[style="table-layout:auto;"] tbody tr:nth-child(9) td > table tbody tr td[style="overflow:hidden;"] {
    background-position: -0px -54px;
}
.module table[style="table-layout:auto;"] tbody tr:nth-child(10) td > table tbody tr td[style="overflow:hidden;"] {
    background-position: -0px -54px;
}
.module .main-content table[style="table-layout:fixed"] {
    background: #fafafa;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .1)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .1)50%, rgba(255, 255, 255, .1)75%, transparent 75%, transparent);
    background-size: 10px 10px;
    border: #e1e1e1 1px solid;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: inset 1px -1px 9px -1px rgba(181, 181, 181, 1);
    -moz-box-shadow: inset 1px -1px 9px -1px rgba(181, 181, 181, 1);
    box-shadow: inset 1px -1px 9px -1px rgba(181, 181, 181, 1);
}

====ffim===
body {
background: url('http://www.bslrpg.com/forum/public/style_images/animehaven_v3/custom/img/bg_tile.gif') repeat scroll 0% 0% #FAFAFA;
font: 11px "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
}

html, body {
background: url('http://www.bslrpg.com/forum/public/style_images/animehaven_v3/custom/img/bg_tile.gif') repeat scroll 0% 0% #FAFAFA;
color: #5A5A5A;
}

#pun-intro {
  display: none;
}

#pun-navlinks {
  display: none;
}

.pun .paged-foot, .pun .paged-head {
background: none;
border: none;
padding: 0;
}

#pun-about #qjump {
display: none;
}

#pun-about {
text-align: right;
font-size: 10px;
}

#pun-announcement {
border-style: 0 px solid;
border-width: 0px;
padding: 1em;
background: white;
}

.k1b4d58ea {
display: none!important;
background: none!important;
border: none!important;
}

.pun {
    margin-bottom: 10px;
    background: none repeat scroll 0% 0% #FFF;
    padding: 10px;
    line-height: 120%;
    border: 1px solid #DADADA;
    margin-top: 10px;
    width: 1178px;
    text-align: left!important;
}

.pun .main-content {
border: 1px solid #fff;
}

thead {
display: none;
}

fieldset {
-webkit-margin-start: 2px;
-webkit-margin-end: 2px;
-webkit-padding-before: 0.35em;
-webkit-padding-start: 0.75em;
-webkit-padding-end: 0.75em;
-webkit-padding-after: 0.625em;
border: 0px;
border-image: initial;
}

.main .main-foot, .paged-foot {
display: none;
}

#sc-container, .sc-width {
width: 1178px;
min-width: 960px;
margin: 0 auto;
}


/*help button*/
.pun .main-head a.exthelp, .pun .main-head a.exthelp:link, .pun .main-head a.exthelp:visited {
display:none;
}

/*logged_in - Logado!*/

#user_navigation .ipsList_inline li {
margin: 0;
}

#user_navigation.logged_in {
height: 26px;
padding: 6px 0 4px;
line-height: 25px;
}
#user_link_dd, .dropdownIndicator {
background: url(http://www.tibiaking.com/forum/public/style_images/gris/header_dropdown.png) no-repeat right;
display: inline-block;
height: 5px;
margin: 1px 0 1px 1px;
width: 9px;
}
#inbox_link, #notify_link {
height: 15px;
padding: 11px 24px 8px 12px;
position: relative;
vertical-align: middle;
width: 18px;
}
#inbox_link {
background: url(http://www.tibiaking.com/forum/public/style_images/gris/icon_inbox.png) no-repeat top;
}
#notify_link {
background: url(http://www.tibiaking.com/forum/public/style_images/gris/icon_notify.png) no-repeat top;
margin-right: 11px;
}
.ipsHasNotifications {
-moz-border-radius: 2px;
-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255,0.1) inset;
-webkit-border-radius: 2px;
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255,0.1) inset;
background: #cf2020;
border-radius: 2px;
box-shadow: 0 2px 4px rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255,0.1) inset;
color: #fff!important;
font-size: 9px;
height: 12px;
left: -5px;
line-height: 12px;
padding: 0 4px;
position: absolute;
text-align: center;
top: 4px;
}
#user_link {
  margin-right: 15px;
}

/*color-picker*/

.custom_theme {
    border-radius: 3px 0px 0px 3px;
    background: url('http: //www.bslrpg.com/forum/public/style_images/animehaven_v3/color_picker/color_picker.png') no-repeat scroll 50% 50% rgba(0, 0, 0, 0.3);
    cursor: pointer;
    width: 29px;
    height: 38px;
    margin-left: 1px;
    float: right;
    margin-top: 36px;
}

.custom_theme #colorpicker {
    border: 0px none !important;
    background: none repeat scroll 0% 0% transparent !important;
    text-indent: -999px !important;
    height: 36px;
    font-size: 0px;
    width: 37px;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    opacity: 0;
    display: block;
}

/*categoria*/
.main .main-head {
    background-image: url('http://i.imgur.com/zApQl3W.jpg');
}

.main .main-head {
    background: url('http://www.bslrpg.com/forum/public/style_images/animehaven_v3/advanced_search.png') repeat scroll center top #006400
    padding: 9px 12px;
    font-size: 12px;
    font-weight: 300;
    color: #FFF;
    box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.1), 0px 1px 0px rgba(255, 255, 255, 0.1) inset;
    text-shadow: 0px 1px 2px #000;
    border-bottom: 3px solid #006400 ;
}

.pun tbody.statused span.status {
    position: absolute;
    display: none;
}

#main{margin-right: 10px;}

.table .tc_icon {
    padding: 10px 5px !important;
    vertical-align: middle;
    width: 30px;
}

.pun table.table td.tc3 {
    text-align: right;
    width: 15%;
}

.main .main-content {
padding: 4px;
background: none repeat scroll 0px 0px #F3F3F3;
border: 1px solid #E6E6E6;
margin-bottom: 10px;
}

.pun tbody.statused td.tcl {
  background: white;
}

.pun tbody.statused td.tcr {
  background: white;
  border-left: 0px;
}

.pun table.table td {
background-color: #FFFFFF!important;
border-color: #ddd;
border-style: solid none none none;
border-width: 1px;
line-height: 130%;
padding: .6em 0 .7em;
}

.pun .main table td.tc2, .pun .main table td.tc3 {
  border-right: none;
  border-left: none;
}

.pun fieldset, .pun img {
vertical-align: middle;
}

.main .main-head .page-title {
    font-size: 12px;
    font-weight: 400;
    color: #fff !important;
}

.left{
float:left;
}

.clear{
clear: both;
}

#sc-container{
width: 1178px;
min-width: 960px;
margin: 0 auto;
}

/*userbar*/

#sc-topbar {
background: black;
padding: 0;
text-align: right;
height: 36px;
position: relative;
z-index: 999;
width: 100%;
top: 0;
left: 0;
box-shadow: rgba(0, 0, 0, 0.5) 0px -1px 10px;
}

#sc-navigation {
display: inline;
height: 36px;
}

#community_app_menu>li {
margin: 0;
position:relative;
background: #006400;
}
.ipsList_inline>li:first-child {
margin-left: 0;
}

.ipsList_inline>li {
display: inline-block;
margin: 0 3px;
}

#logo {
display: inline;
}

ol, ul {
list-style: none;
}

#logo a.textLogo {
color: #fff;
height: 36px;
line-height: 32px;
padding: 0 0;
font-weight: bold;
font-size: 16px;
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
text-decoration: none;
display: block;
text-transform: uppercase;
padding-left: 6px;
padding-right: 6px;
}

#logo a:hover {
color: #C42323;
}


#community_app_menu>li.active>a {
margin-top: 0;
text-shadow: none;
border-bottom: 3px solid #006400;
}

#community_app_menu>li>a {
color: #fff;
background: transparent;
display: block;
padding: 0px 14px 0px;
height: 33px;
line-height: 36px;
font-size: 11px;
font-weight: bold;
font-family: "proxima-nova",sans-serif;
text-transform: uppercase;
}

#user_navigation.not_logged_in {
height: 26px;
padding: 6px 0 4px;
line-height: 25px;
}

#user_navigation {
color: #9f9f9f;
font-size: 11px;
line-height: 30px;
}

#user_navigation .ipsList_inline li {
margin: 0;
}

#user_navigation a {
color: #C42323;
font-weight: bold;
}

#user_navigation #register_link {
background: white;
padding: 0px 8px;
height: 30px;
}
.pun a,.pun a:visited {
color: #225985;
text-decoration: none;
}

.pun a:hover{color: #C42323;}
/*branding*/

#sc-branding {
    background: url('http://i.minus.com/ibq5Am8P99jPo4.png') repeat scroll 0% 0% / 74% auto #383838;
    border-bottom: 1px solid #343434;
    min-height: 110px;
    box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.5) inset;
}

#sc-bottombar {
    background: none repeat scroll 0% 0% #000;
    padding: 0px;
    text-align: right;
    height: 36px;
    width: 100%;
}

#sc-sec-navigation {
    background: none repeat scroll 0% 0% #FFF;
    border-bottom: 1px solid #DADADA;
    overflow: hidden;
    line-height: 37px;
    clear: both;
}

.breadcrumb {
    color: #777;
    font-size: 11px;
}

.breadcrumb li:first-child {
    margin-left: 0px;
}

#sc-sec-navigation #breadcrumb li:first-of-type a {
    margin-left: 0px;
    background: none repeat scroll 0% 0% transparent;
    padding-left: 0px;
}
#sc-sec-navigation #breadcrumb li a {
    padding-left: 12px;
    margin-left: -15px;
    outline: medium none;
    text-decoration: none;
}
#sc-sec-navigation a {
    color: #757575;
    line-height: 37px;
    height: 37px;
}
.breadcrumb a {
    color: #777;
}

#sc-sec-navigation #breadcrumb li:first-of-type a span {
    padding-left: 12px;
    border-radius: 3px 0px 0px 3px;
}

#sc-sec-navigation-icons li {
    padding: 0px 4px;
}

.ipsList_inline > li:first-child {
    margin-left: 0px;
}
.ipsList_inline > li {
    display: inline-block;
    margin: 0px 3px;
}

#sc-sec-navigation-icons li img {
    width: 16px;
    height: 16px;
}

#search {
background: rgba(0, 0, 0, 0.3);
margin: 36px 0;
padding: 5px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-top-right-radius: 3px;
-moz-border-bottom-right-radius: 3px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}

fieldset, img {
border: 0;
}

.hide {
display: none;
}

label {
cursor: default;
}

#adv_search {
width: 16px;
height: 16px;
background: url("http://www.bslrpg.com/forum/public/style_images/animehaven_v3/advanced_search.png") no-repeat right 50%;
text-indent: -3000em;
display: none;
margin: 6px 0 4px 4px;
}

#search_wrap {
position: relative;
background: rgba(0, 0, 0, 0.40);
display: block;
padding: 0 26px 0 4px;
height: 26px;
line-height: 25px;
-moz-border-radius: 2px 2px 2px 2px;
-webkit-border-top-left-radius: 2px;
-webkit-border-top-right-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
-webkit-border-bottom-left-radius: 2px;
border-radius: 2px 2px 2px 2px;
-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
border: 1px solid rgba(0,0,0,0.13);
width: 230px;
}

#main_search {
font-size: 12px;
border: 0;
padding: 0;
background: transparent;
width: 150px;
outline: 0;
color: #C42323;
font-style: italic;
line-height: 26px;
}

#search_options {
font-size: 10px;
height: 28px;
line-height: 25px;
margin: 0px -2px 3px 0;
padding: 0 6px;
display: inline-block;
float: right;
max-width: 80px;
text-overflow: ellipsis;
overflow: hidden;
text-align: right;
}

.clickable {
cursor: pointer;
}

.ipbmenu_content, .ipb_autocomplete {
font-size: 12px;
min-width: 85px;
z-index: 999;
}

#search_options_menucontent {
min-width: 100px;
white-space: nowrap;
text-align: left;
}

#search_options_menucontent li {
border-bottom: 0;
}

.ipbmenu_content li:first-child {
padding-top: 0px;
}

#search_options_menucontent input {
margin-right: 10px;
}

img, .input_check, .input_radio {
vertical-align: middle;
}

.custom_theme {
-moz-border-radius: 0px 3px 3px 0px;
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
border-radius: 3px 0px 0px 3px;
background: rgba(0, 0, 0, 0.30) url("http://www.bslrpg.com/forum/public/style_images/animehaven_v3/color_picker/color_picker.png") no-repeat 50% 50%;
cursor: pointer;
width: 29px;
height: 38px;
margin-left: 1px;
float: right;
margin-top: 36px;
}

.custom_theme #colorpicker {
border: 0 !important;
background: none transparent!important;
text-indent: -999px!important;
height: 36px;
font-size: 0;
width: 37px;
padding: 0;
margin: 0;
cursor: pointer;
opacity: 0;
display: block;
}


.submit_input, .clickable {
background: #770F0F url("http://www.bslrpg.com/forum/public/style_images/animehaven_v3/search_icon.png") no-repeat 50%!important;
text-indent: -3000em!important;
padding: 0!important;
border: 0!important;
display: block!important;
width: 26px!important;
height: 26px!important;
position: absolute!important;
right: 0!important;
top: 0!important;
bottom: 0!important;
-moz-border-radius: 0 2px 2px 0!important;
-webkit-border-top-right-radius: 2px!important;
-webkit-border-bottom-right-radius: 2px!important;
border-radius: 0 2px 2px 0!important;
-webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.2)!important;
-moz-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.2)!important;
box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2)!important;
}


.right {
float: right;
}

/*Link*/
a {text-decoration:none;}
ul{list-style:none;}

.right {
float: right;
}



/*lastpost*/
#avatar-lastpost img {
height: 30px;
width: 30px;
padding: 1px;
border: 1px solid #D5D5D5;
background: white;
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
margin-top:13px;
margin-right:11px;
}

#avatar-lastpost img:hover{
border-color: #A1A1A1;
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

td.tcr span a:empty:before {
content: "Sem Post's Para Visualizar";
cursor: default;
pointer-events: none;
text-align: center;
word-wrap: break-word;
margin: 1px 0px 4px 53px;
color: #a4a4a4;
font-style: italic;
}
/*rodape*/

#pun-about {
font-size: 10px;
text-align: left;
padding: 2px 10px;
background: rgb(236, 236, 236);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
border-radius: 5px;
float: left;
}

#onlinelist {
background-color: #F3F3F3;
padding: 10px;
color: rgb(155, 155, 155);
border: 1px solid rgb(214, 214, 214);
}

#onlinechat {
display: none;
}

#sc-footer {
float: left;
margin: 10px 0px 0px 0px;
width: 100%;
background: #FFF url("http://www.bslrpg.com/forum/public/style_images/animehaven_v3/custom/img/brand_1.png");
border-top: 1px solid #DADADA;
}

.sc-footer-col {
width: 13.5%;
font-size: 11px;
min-width: 125px;
display: inline-block;
vertical-align: top;
line-height: 22px;
padding: 15px 0 18px 0;
}

#sc-footer a {
color: #5A5A5A;
}

#footer_utilities {
font-size: 11px;
width: 100%;
padding: 30px 0px 39px 0px;
border-top: #DADADA solid 1px;
background: #FAFAFA url("http://www.bslrpg.com/forum/public/style_images/animehaven_v3/custom/img/brand_1.png");
}

#footer_utilities .ipsList_inline>li>a {
margin-right: 0px;
padding: 4px 10px;
}

#copyright {
color: #848484;
text-align: right;
}

#backtotop:hover {
color: #fff;
opacity: 1;
}

#backtotop {
width: 24px;
height: 24px;
line-height: 20px!important;
left: 50%;
margin-left: -12px;
position: absolute;
display: inline-block;
background: #bdbdbd;
text-align: center;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
border-radius: 16px;
opacity: 0.4;
outline: 0;
}

/*user*/
.pun .user-ident .username {
display: block;
font-size: 1.3em;
font-weight: 400!important;
margin-top: 5px;
padding: 8px!important;
position: relative;
text-align: center;
text-decoration: none;
}

/*post*/
.post h3 {
background: #F8F8F8;
border-bottom: 1px solid #E6E6E6;
border-top: 1px solid #E6E6E6;
padding: 0 10px;
height: 36px;
line-height: 36px;
font-weight: normal;
font-size: 15px;
margin-top: -3px;
}
span.post_id {
margin-left: 4px;
}
.post_date {
padding: 0 0 10px 0;
font-size: 12px;
color: #a4a4a4;
}
.desc.blend_links a {
font: normal 12px helvetica, arial, sans-serif;
color: #777777;
}
.post_id a img.small {
max-height: 12px;
margin-left: 3px;
margin-top: -2px;
opacity: 0.5;
}
.post_online {display: inline-block;}
.pun .post .user {
margin-left: -16em;
margin-top: -0.9em;
}
.pun .post {background: white;}
.pun .postmain {
background-color: white;
border-left: 0px;
margin-left: 14em;
}
.pun .post .user {
width: 165px;
font-size: 12px;
text-align: center;
line-height: 150%;
margin-left: -160px;
margin-top: -0.6em;
}

.pun .post-entry {
font-size: 12px;
line-height: 1.6;
padding: 20px;
word-wrap: break-word;
}

.pun .user .user-ident .user-basic-info {
font-size: 11px;
color: #a4a4a4;
text-align: center;
font-weight: normal;
}

.postfoot {
border-top: 0px;
margin-left: -14em;
}

.sig-content {
clear: right;
color: #a4a4a4;
font-size: 0.9em;
border-top: 1px dashed #e4e4e4;
padding: 10px 0;
margin: 6px 0 4px;
position: relative;
}

.user-basic-info a img {
padding: 1px;
border: 1px solid #d5d5d5;
background: #fff;
max-height: 300px;
padding: 1px;
max-width: 165px;
margin-left: 10px;
}

.exthelp{display:none;}
/*botoes*/

input[type="button"], input[type="reset"], input[type="submit"] {
-moz-border-radius: 2px;
-moz-box-shadow: rgba(0,0,0,0.43) 0 1px 3px;
-webkit-border-radius: 2px;
-webkit-box-shadow: rgba(0,0,0,0.43) 0 1px 3px;
background: #353535 url(http://i57.servimg.com/u/f57/18/12/37/46/highli10.png) repeat-x top;
border: 1px solid #2b2b2b;
border-radius: 2px;
box-shadow: rgba(0,0,0,0.43) 0 1px 3px;
color: #fff;
cursor: pointer;
font-family: helvetica,arial,sans-serif;
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: normal;
outline: none;
padding: 4px 10px!important;
}


/*box*/
.titlebox {
background: #F9F9F9;
border: 1px solid #E9EDEE;
color: #768089;
text-shadow: rgba(255, 255, 255, 0.9) 0px 1px 0px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset #B3BAC1 0px 1px 3px;
-moz-box-shadow: inset #b3bac1 0px 1px 3px;
box-shadow: inset #B3BAC1 0px 1px 3px;
padding: 10px;
overflow: hidden;
}
.titlebox dd {display: block;}
.titlebox dava {float: left;}
.ipsBox_withphoto {float: left; margin-left: 10px;}
.ipsType_pagetitle {color: #323232; display: block; font-family: Helvetica,Arial,sans-serif; font-size: 26px; font-style: normal; font-variant: normal; font-weight: 300; line-height: 1.4; outline-style: none; overflow: hidden; text-align: left; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; width: 650px;}
.ipsType_pagetitle a {font-size: 23px; z-index: 999;}
.desc.lighter.blend_links {color: #777; float: left; font-size: 11px;}
.socialetopic {float: right; position: relative;}
.titlebox dava a img {-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1); -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); background: white; border: 1px solid #D5D5D5; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); float: left; height: 50px!important; padding: 1px; width: 50px!important;}
.titlebox dava a img:hover {
border-color: #A1A1A1;
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

/*quick avatar*/
#quick-avatar {
    float: left;
    padding: 11px;
}
#quick-avatar img {
margin-top: 50px;
width: 50px;
height: 50px;
padding: 1px;
border: 1px solid #D5D5D5;
background: white;
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
#quick-avatar img:hover {
  border-color: #A1A1A1;
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.mini_ava img {
width: 30px;
float: left;
padding: 1px;
border: 1px solid #d5d5d5;
background: #fff;
height: 30px;
}

.widgets{
background: #262626;
text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset black 0px 1px 3px;
-moz-box-shadow: inset #000 0px 1px 3px;
box-shadow: inset black 0px 1px 3px;
font-size: 11px;
font-weight: bold;
padding: 8px;
}

#fontwidget{
color: white;
font-size: 11px;
font-weight: bold;
tahoma,helvetica,arial,sans-serif;
text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
margin-left:18px;
}

#pun-visit, .main-box {
display: none;
border: none;
font-size: 10px;
margin: 0 0 1em;
padding: .6em 1em;
}

/*widget*/

.module .main-head {
    border: 1px solid #CFCFCF;
    padding: 10px;
    background: none repeat scroll 0px 0px #FFF;
    font: 11px arial,sans-serif;
    color: #757575;
    padding: 9px 10px;
    background: none repeat scroll 0% 0% #ECECEC;
    text-shadow: 0px 1px 0px #FFF;
    box-shadow: 0px 1px 0px #F9F9F9 inset;
    border-bottom: 3px solid #006400;
background-image: url('http://i.imgur.com/zApQl3W.jpg');
}
.module .main-content{background:#fff}

.module.main {
    margin: 0px;
    margin-bottom: 10px !important;
}

#ajax_loading {
    background: -moz-linear-gradient(center top , #95C715 0%, #7BA60D 100%) repeat scroll 0% 0% transparent;
    border: 1px solid #7BA60D;
    color: #FFF;
    text-align: center;
    padding: 5px 0px 8px;
    width: 8%;
    top: 0px;
    left: 46%;
    border-radius: 0px 0px 5px 5px;
    z-index: 999;
    position: fixed;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2), 0px -1px 0px rgba(255, 255, 255, 0.2) inset;
}
/* End Animate CSS on Header */
/* Ajax Mito */
#ajax_loading {background: #00c7e3;color: #fff;text-align: center;padding: 5px 0 8px;width: 8%;top: 37px;left: 46%;-moz-border-radius: 0 0 5px 5px;-webkit-border-bottom-right-radius: 5px;-webkit-border-bottom-left-radius: 5px;border-radius: 0 0 5px 5px;z-index: 999;position: fixed;-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);box-shadow: 0px 3px 5px rgba(0,0,0,0.2);opacity: 0.6;}
/*Font Awesome */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
font-family: 'FontAwesome';
font-style: normal;
font-weight: normal;
src: local('FontAwesome'), local('FontAwesome'), url(http://asusgames.esy.es/fonts/fontawesome-webfont.woff) format('woff');
}
/* ranks */
.rank{
background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.1)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.1)),color-stop(0.75,rgba(255,255,255,.1)),color-stop(0.75,transparent),to(transparent));
background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image: -moz-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image: linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-size: 10px 10px;
padding: 3px;
width: 130px;
margin: 5px;
text-align: center;
text-shadow: #000 1px 1px 0;
color: #fff;
border-radius: 3px;
box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.5), rgba(0,0,0,.3) 0 1px 1px;
font: 13px 'Open Sans', Arial, sans-serif;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
cursor: default;
}
.stars{
height: 16px;
width: 31px;
margin: 5px 0 0 3px;
background: url('https://cdn1.iconfinder.com/data/icons/fatcow/16/star.png') repeat-x;
background-size: 10px;
float: left;
}
.admin{
background-color: #c70000;
}
.admin:before {
content: "\f000";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
}
.mod{
background-color: #009;
}
.co-admin{
background-color: #a2712b;
}
.co-admin .stars{
width: 20px;
}
.mod .stars{
width: 10px;
}

}
/* Efeito no título dos ranks */

.om {
color: #EE00EE;
}
.nvl5 {
color: #8B658B;
}
/* Fim */
.ti {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #FF6600;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;

}
// teste de imagem
.imgt {
width: 36px;
height: 36px;
}
.mo {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #75A5A8;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}
.owt {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #AD6B96;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}
.ow {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #D11790;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}
.dis {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #0FDB6E;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}
.modt {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #899EB0;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}
.mod {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #2768A1;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}
.modm {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #2768A1;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}
.modt {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #2768A1;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}
.hm {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #F55C25;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}
.memb {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #1C4F0E;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}


a[href="/u2828"]{text-shadow:0 0 5px #0055aa}
a[href="/u194"]{text-shadow:0 0 5px #0055aa}

a[href="/u29"] {
background-image: url("http://i.imgur.com/64TYyxd.gif");
text-shadow : 0px 0px 10px #13BAB8;
}
a[href="/u24"] {
background-image: url("http://i46.servimg.com/u/f46/16/56/73/62/21ee1p10.gif");
text-shadow:2px 2px 6px #2D5913!important;
}
a[href="/u24"] {
background-image: url("http://i.imgur.com/64TYyxd.gif");
text-shadow : 0px 0px 10px #2D5913;
}
a[href="/u1"] {
background-image: url("http://i.imgur.com/64TYyxd.gif");
text-shadow : 0px 0px 10px #13BAB8;
}
a[href="/g21-owners"] {
background-image: url("http://i.imgur.com/64TYyxd.gif");
text-shadow : 0px 0px 10px #D11790;
}
a[href="/g14-moderadores"] {
background-image: url("http://i.imgur.com/64TYyxd.gif");
text-shadow : 0px 0px 10px #2768A1;
}
a[href="/g23-honor-member"] {
background-image: url("http://i.imgur.com/64TYyxd.gif");
text-shadow : 0px 0px 10px #F55C25;
}
a[href="/g24-oficiais"] {
background-image: url("http://i.imgur.com/64TYyxd.gif");
text-shadow : 0px 0px 10px #E01616;
}
a[href="/g25-pracas"] {
background-image: url("http://i.imgur.com/64TYyxd.gif");
text-shadow : 0px 0px 10px #1C4F0E;
}
a[href="/g16-f-a-b"] {
background-image: url("http://i.imgur.com/64TYyxd.gif");
text-shadow : 0px 0px 10px #9954D1;
}
a[href="/g17-a-d-e"] {
background-image: url("http://i.imgur.com/64TYyxd.gif");
text-shadow : 0px 0px 10px #D43333;
}
a[href="/g19-g-t-r"] {
background-image: url("http://i.imgur.com/64TYyxd.gif");
text-shadow : 0px 0px 10px #009179;
}
a[href="/g20-master-owner"] {
background-image: url("http://i.imgur.com/64TYyxd.gif");
text-shadow : 0px 0px 10px #13BAB8;
}
================================

.sucesso, .alerta, .aviso, .infos {
padding: 8px 8px 8px 40px;
width: 99%;
text-shadow: 0 1px 0 #FFFAF1;
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
font-weight: bold;
border-radius: 3px 3px 3px 3px;
}
.sucesso {
background: url('http://cdn3.iconfinder.com/data/icons/fatcow/32x32_0020/accept.png') no-repeat 6px #effeb9;
border: 1px solid #9ac601;
color: #4F8A10;
}
.alerta {
background: url('http://cdn1.iconfinder.com/data/icons/nuvola2/32x32/actions/messagebox_warning.png') no-repeat 6px #fccac3;
border: 1px solid #db3f23;
color: #D8000C;
}
.aviso {
background: url('http://cdn3.iconfinder.com/data/icons/fatcow/32x32_0400/error.png') no-repeat 6px #ffeaa9;
border: 1px solid #f9b516;
color: #9F6000;
}
.infos {
background: url('http://cdn1.iconfinder.com/data/icons/musthave/24/Information.png') no-repeat 6px #d1e4f3;
border: 1px solid #4d8fcb;
color: #00529B;
}
=======Ícones no formulário de login=====

.user_login_form input[type="password"], .user_login_form input[type="text"] {
padding: 5px;
border-radius: 0px!important;
cursor: text;
top: 0px;
}
.user_login_form input[type="text"] {
background: url(http://i.imgur.com/3CBLHUK.png)no-repeat left center;
padding-left: 20px;
}
.user_login_form input[type="password"] {
background: white url(http://i.imgur.com/Bmg6BFf.png)no-repeat;
padding-left: 20px;
}
#username {
padding: 5px;
border-radius: 0px!important;
cursor: text;
top: 0px;
padding-left: 20px;
background: white url(http://i.imgur.com/3CBLHUK.png)no-repeat;
}
#password {
padding: 5px;
border-radius: 0px!important;
cursor: text;
top: 0px;
background: white url(http://i.imgur.com/Bmg6BFf.png)no-repeat;
padding-left: 20px;
}

.sceditor-container iframe, .sceditor-container textarea {
background: transparent url("http://i.imgur.com/Wl0MqEW.png") no-repeat 50% !important;
}


/*Menu-DropDown*/
#perfil_drop {
background: linear-gradient(#FFF, #EDEDED) repeat scroll 0px 0px transparent;
border: 0px none !important;
border-radius: 0px 0px 6px 6px;
box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.4);
color: #225985;
font-family: helvetica,arial,sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: 400;
overflow: hidden;
position: absolute;
right: 65.2%;
text-align: left;
top: 157px;
width: 360px;
z-index: 999;
}
.nav_c{
box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.58)!important;
}
.post_username {
    padding: 7px 5px;
}
.user-basic-info .i_icon_online {
    background: transparent none repeat scroll 0% 0% !important;
    border: 0px none !important;
    box-shadow: none !important;
}
h2.nometopico {
    font-size: 17px;
    display: inline-block;
}
.avat img {
background: none repeat scroll 0px 0px #FFF;
border: 1px solid #D5D5D5;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
height: 50px;
margin: 10px;
padding: 1px;
width: 50px;
}
#perfil_drop li {
float: right;
line-height: 22px;
white-space: nowrap;
  width: 38%;
}

Bom ficara assim, aconselhore que aplique a cor na barra de navegação inteira
Luiis_xD
Luiis_xD
Membro

Status :
Mensagens : 155
Pontos : 182
Reputação : 27

Ir para o topo Ir para baixo

Cor botão... Empty Re: Cor botão...

Mensagem por PrisoN Seg Fev 01, 2016 8:01 pm

Poderia aplica a cor para me na barra toda então?

@EDIT

Não tem como colorir só as letras não?
PrisoN
PrisoN
Membro

Status : jdjddd
Mensagens : 207
Pontos : 319
Reputação : 2

Ir para o topo Ir para baixo

Cor botão... Empty Re: Cor botão...

Mensagem por MateusR Seg Fev 01, 2016 8:25 pm

Tópico Movido
Tópico movido para a área CSS
MateusR
MateusR
Membro

Status : Abrass ;)
Mensagens : 86
Pontos : 96
Reputação : 4

https://webgraphic.forumeiro.com/

Ir para o topo Ir para baixo

Cor botão... Empty Re: Cor botão...

Mensagem por Luiis_xD Seg Fev 01, 2016 9:59 pm

Sim tem como sim amigo, em seu css procure por

Código:
#community_app_menu>li>a

Depois de ter encontrado adicione a propriedade

Código:

color: #FFF;

Vamos entender, o color e para mudar a cor do texto, em #FFF você ´pode mudar para uma cor que você deseja pode ser em ingles e em hexadecimal

Codigo final

Código:
#community_app_menu>li>a{
    color: #FFF;
}

Luiis_xD
Luiis_xD
Membro

Status :
Mensagens : 155
Pontos : 182
Reputação : 27

Ir para o topo Ir para baixo

Cor botão... Empty Re: Cor botão...

Mensagem por PrisoN Seg Fev 01, 2016 10:07 pm

Resolvido, obrigado.
PrisoN
PrisoN
Membro

Status : jdjddd
Mensagens : 207
Pontos : 319
Reputação : 2

Ir para o topo Ir para baixo

Cor botão... Empty Re: Cor botão...

Mensagem por Admin Seg Fev 01, 2016 10:12 pm

[sucesso="Questão Resolvida"]O autor marcou o tópico como resolvido. Tópico bloqueado e movido para:Arquivos CSS - Cascading Style Sheets[/sucesso]
Admin
Admin
Administrador

Status : webGRAFIC
Mensagens : 395
Pontos : 466
Reputação : 20

https://webgraphic.forumeiro.com

Ir para o topo Ir para baixo

Cor botão... Empty Re: Cor botão...

Mensagem por Conteúdo patrocinado


Conteúdo patrocinado


Ir para o topo Ir para baixo

Ir para o topo


 
Permissões neste sub-fórum
Não podes responder a tópicos