Personalizar barra de navegação

2 participantes

Ver o tópico anterior Ver o tópico seguinte Ir para baixo

Tópico resolvido Personalizar barra de navegação

Mensagem por Steve_. 08.07.18 12:30

Detalhes da questão


Endereço do fórum: http://srdteam.forumeiros.com
Versão do fórum: phpBB3

Descrição


Olá,

Gostaria de alterar a barra de menu do meu fórum.

Para uma igual a esta:

https://uploaddeimagens.com.br/images/001/499/476/full/barraforum.png?1531049434

Obrigado,  Feliz
Steve_.

Steve_.
****

Membro desde : 14/08/2016
Mensagens : 255
Pontos : 403

https://ajuda.forumeiros.com/forum

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Personalizar barra de navegação

Mensagem por RafaelS. 08.07.18 12:50

Olá @Steve_.

Nos indique por favor, onde viu essa barra de navegação.

Obrigado. Feliz
RafaelS.

RafaelS.
Membro Entusiasta
Membro Entusiasta

Membro desde : 26/04/2014
Mensagens : 5746
Pontos : 7156

http://techmais.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Personalizar barra de navegação

Mensagem por Steve_. 08.07.18 12:52

Vi neste fórum: Link
Steve_.

Steve_.
****

Membro desde : 14/08/2016
Mensagens : 255
Pontos : 403

https://ajuda.forumeiros.com/forum

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Personalizar barra de navegação

Mensagem por RafaelS. 08.07.18 13:09

Olá novamente,

Peço desculpa não ter mencionado antes, mas será necessária a sua folha de estilos CSS atual.

Até mais Feliz
RafaelS.

RafaelS.
Membro Entusiasta
Membro Entusiasta

Membro desde : 26/04/2014
Mensagens : 5746
Pontos : 7156

http://techmais.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Personalizar barra de navegação

Mensagem por Steve_. 08.07.18 18:26

Está aqui:

Código:
/*--------------------------------------------------------------------- index (Editado por Deep) ---------------------------------------------------------------------------------*/

.sceditor-button, .sceditor-button div {
    -webkit-box-sizing: content-box!important;
    -moz-box-sizing: content-box!important;
    box-sizing: content-box!important;
}
*, *:before, *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 100%;
}
html, body {
        max-width: 100%!important;
        overflow-x: hidden;
    }
li.row > dl.icon > dd.dterm {
  background-position: 88% center;
}
dl.icon dd.dterm, dl.icon dt {
    background-position: right 0 top 15px;
}
#logo-desc img {
    width: auto;
}






/*--------------------------------------------------------------------- index (Editado por T1) ---------------------------------------------------------------------------------*/

ul.topiclist li.header dl.icon dd {color:#fff!important;}
 
.forumbg ul.topiclist li.row dl dd.posts:after {
        content: '\A respostas';
        white-space: pre-wrap;
        font-size: 10px !important;
        line-height: 0px !important;
}
.forumbg ul.topiclist li.row dl dd.views:after {
        content: '\A visualizações';
        white-space: pre-wrap;
        font-size: 10px !important;
        line-height: 0px !important;
}
.forabg ul.topiclist li.row dl dd.topics:after {
        content: '\A tópicos';
        white-space: pre-wrap;
        font-size: 10px !important;
        line-height: 0px !important
}
.forabg ul.topiclist li.row dl dd.posts:after {
        content: '\A respostas';
        white-space: pre-wrap;
        font-size: 10px !important;
        line-height: 0px !important;
}
ul.topiclist li.row dl dd.topics, ul.topiclist li.row dl dd.posts, ul.topiclist li.row dl dd.views {
        color: #white !important;

}
ul.topiclist .row dl.icon{
    background-color: #fcfcfc!important;
    border-bottom: 1px solid #eaeaea !important;
    border-left: 1px solid #eaeaea !important;
    border-right: 1px solid #eaeaea !important;
    margin-top: -2px !important;
}
.forumbg span.corners-bottom, .forumbg span.corners-top, .forumbg span.corners-top span, .forumbg span.corners-bottom span, .forabg span.corners-bottom, .forabg span.corners-top, .forabg span.corners-top span, .forabg span.corners-bottom span {
        background: none !important;
}
.forabg, .forumbg {
    -moz-border-radius: 0px 0px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.1) 0 0 4px;
    -webkit-border-radius: 0px 0px 0 0;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 0 4px;
    border-radius: 0px 0px 0 0;
    box-shadow: rgba(0,0,0,0.1) 0 0 0px;
    background: white !important;
    border: 0px solid #d2d2d2 !important;
    padding: 0px !important;
}
ul.topiclist li.header dl.icon {
    -moz-border-radius: 1px 1px 0 0;
    -webkit-border-top-left-radius: 1px;
    -webkit-border-top-right-radius: 1px;
    background: #292929;
    border: 2px solid #292929 !important;
    border-bottom: 2px solid #292929 !important;
    border-radius: 1px 1px 0 0;
    display: block;
    float: none!important;
    font-size: 10px;
    overflow: hidden;
    padding: 7px;              /*Espessura das Colunas de título*/
    font-color:#ffffff;
}
ul.topiclist li.header dl.icon dd.dterm h2 {
    color: #fff !important;
    font-weight: 700;
}
ul.topiclist li.header dl.icon dd {
        color: transparent;
}
/*------------- FIM Index------------------*/

#logo-desc img {
    width: 100% !important;
}

#wrap {
width : 1440px;
border : 3px solid #292929;
-moz-border-radius : 18px;
-webkit-border-radius : 11px;
}
 

/*------------------------------- Barra de Menu -------------------------------------*/
#page-header a.mainmenu {
    color: #FFF;
    font-family: "Calibri", Arial, Verdana, Sans-serif;
  font-size: 20px;
}

.linklist.navlinks {
    background: #292929  !important;
    height: 28px;
    border: 4px solid #292929;
    border-radius: 3px;
}



/*-------------------- Cor do fundo do mensagem do membro ----------------------*/
.postprofile {
background-color: #white
border: 1px solid rgb(201, 210, 216);
border-image: initial;
border-color: #E8E8E8;
}

.dterm {
  font-color: #white;
  color: #White;
}


/* Suprimento do Buscar */
#search-box {
display: none;
}



/* Centralização do perfil */
.postprofile{
text-align: center;
}
 


/* Legenda dos grupos personalizada */
#i_whosonline + p br + br + em {
  width: 70%;
  background: white url(http://i41.servimg.com/u/f41/17/41/76/40/grey-u10.png) repeat-x scroll left bottom;
  border: 2px solid #DDD;
  border-radius: 6px;
  text-align: justify;
  padding: 10px 8px 5px 5px;
  display: block;
  margin: 0 auto;
  font-size: 0px;
  color: transparent;
}

#i_whosonline + p br + br + em a {
  -webkit-transition-duration: .3s;
  text-shadow: 0px 1px 1px #454545;
  font-size: 15px;
  margin: 0 5px;
  font-style: normal;
  font-weight: normal;
}

#i_whosonline + p br + br + em a:hover {
  background: #DDD;
  padding: 9px 10px 10px;

 
 
#i_whosonline + p br + br + em {
text-align: center !important;
width: 61% !important;
}

/* Citar personalizado */
.content blockquote {
color: #000000;
}
blockquote {
word-wrap: break-word;
}
blockquote, blockquote blockquote, blockquote blockquote blockquote {
-webkit-box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 5px;
background: #fafafa;
border: 1px solid rgb(222, 222, 222);
border-image: initial;
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 5px;
padding: 10px 20px;
}






/* Ver que tópico está */
.pathname-box{
-moz-border-radius:3px
-moz-box-shadow:inset 2px 2px 2px #fff;
-ms-box-shadow:inset 2px 2px 2px #fff;
-o-box-shadow:inset 2px 2px 2px #fff;-
webkit-border-radius:3px;
-webkit-box-shadow:inset 2px 2px 2px #fff;
height: 33px;
background:#F3F3F3;
border:1px solid #D9D9D9;
border-radius:3px;
margin-top: 10px;
width: 98%;
}

.pathname-box p a{
-moz-transition-duration:0;
-o-transition-duration:0;
-webkit-transition-duration:0;
background:url(http://i42.servimg.com/u/f42/17/32/13/00/second10.png) no-repeat 100% 2px;
color:#777!important;font-size:10px;
line-height:30px;
padding:11px 17px 11px 4px}

.pathname-box a:hover{
background:url(http://i42.servimg.com/u/f42/17/32/13/00/second10.png) no-repeat 100% -40px;color:#222
}

.pathname-box p{color:#F3F3F3}




/* Logar personalizado */
#TGlogin_form {position: fixed;z-index: 999; height: 130px; padding: 0; verflow: auto;  width: 330px; margin: 0; background: #f9f9f9; color: #444; /* ©️Copyright by giObanii.*/ text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);}
        .TGlogin_form-float-content{width: 320px; height: 120px; background: none repeat scroll 0% 0% transparent;}
        .TGlogin_form-float-div {background: url("http://i31.servimg.com/u/f31/17/41/76/40/2jci9c10.jpg") no-repeat scroll left center transparent;margin: 0 auto;padding: 20px 0 0 60px;width: 250px;}
        .TGlogin_form-float-div label {font-family: Verdana;display: block;font-size: 12px;padding-bottom: 5px;text-align: right;}
        .TGlogin_form-float-div label em {color: #000000;font-family: Verdana;display: block;float: left;font-style: normal;width: 80px;font-size: 12px;text-align: right;}
        .TGlogin_form-float-div input {border: 1px solid #CCCCCC;height: 22px;width: 146px;}
        .TGlogin_form-float-div input.submit {background: url("http://i31.servimg.com/u/f31/17/41/76/40/eumpmp10.jpg") repeat-x scroll 0 0 #DDDDDD;padding: 3px 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;border: 1px solid #BBB;float: right;height: auto;width: auto;}
        .TGlogin_form-float-div input.submit:active {position:relative; top: 1px;}
        .TGlogin_form-float-div input.submit:hover, .TGlogin_form-float-div input.submit:focus {cursor:pointer;color:#000;}
        .TGlogin_form-float_overlay{display: none;position:fixed;top: 0%;left: 0%;width: 100%;height: 100%; background-color: black;z-index: 9;-moz-opacity: 0.8;opacity:.80;filter: alpha(opacity=80);}
        #TGlogin_form .TGClose {cursor: pointer;bottom: 3px;color: #000000;font-size: 15px;font-weight: 700;position: absolute;right: 5px;}
        #TGlogin_form .TGClose:active {color: #FF0000 !important;bottom: 2px;}


/* Hover imagens */
#page-header #search-box {
display: none;
}
em{
font-style: normal;
}


.module .postbody .postbody-head {
background-color: #e5e6e7;
}

.post-footer {
background-color: #CCCCCC;
}

.post .post-header {
background-color: #CCCCCC;
}




.headerbar {margin-bottom:0;}

blockquote {
background-color:#CCCCCC;
}

ul.linklist li a img {
filter:alpha(opacity=30);
-moz-opacity: 0.3;
opacity: 0.3;
}
ul.linklist li a img:hover {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
cursor:allowed;
}


/* Alterar o sinal da reputçaão */
.vote {
padding: 4px 1px 4px 1px;
text-align: center;
width:20px;
background-color: #eaeaea;
border: 1px solid #d4d6d5;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-top-left-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-right-radius:5px;
}

.vote .vote-no-bar {
display: none;
}

.vote .vote-bar {
border-left: 0px;
border-right: 0px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #d4d6d5;
font-size: 0px;
height: 50px;
margin: 0px;
width: 20px;
padding: 3px 0px 3px 0px;
}

.vote .vote-bar-plus {
margin-left: 7px;
width: 6px;
}

.vote .vote-bar-minus {
margin-left: 7px;
width: 6px;
}

.vote .vote-button a[href $="plus"] {
background:url('http://img824.imageshack.us/img824/834/6fpy.png');
background-repeat: no-repeat;
color:transparent;
display:block;
height:21px;
width:22px;
}

.vote .vote-button a[href $="minus"] {
background-image:url('http://img10.imageshack.us/img10/4402/ve2.png');
background-repeat: no-repeat;
color:transparent;
display:block;
height:21px;
width:22px;
}


/* Buscar */
#pesquisaButton:hover{background: rgba(50, 50, 50, 0.9);}
              #pesquisaButton{
        margin-left: 10px !important;padding: 5px;cursor:pointer;padding-left: 12px;border: 1px solid black;background: rgba(50, 50, 50, 0.7);padding-right: 9px;font-weight: 800;}
              #pesquisaCaixa{height: 30px;background: #121212;color: white;border-top:0px;
              border-right:0px;border-bottom:0px;border-left: 2px solid #181818;font-weight: 800;font: arial;
              width:300px;}
              #formPesq{max-width:400px;padding:14px;margin-top:7px;border: 2px solid #181818;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;background: #252525;}
              #pesqButton:hover{color:black;adding: 9px;border-top: 2px solid #121212;border-left: 2px solid #181818;
              border-right: 2px solid ##121212;color: white;font-weight:bold;font: verdana;cursor:pointer;
              border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;background: #181818;
        transition-duration: 2s;
        transition-duration: 4s;
        transition-duration: 6s;
        transition-timing-function: linear;
        transition: color 2s ease 3s;
        -webkit-transition: all 2s linear;
        -moz-transition: all 2s linear;
        -o-transition: all 2s linear;
        transition: all 2s linear; 
        }
              #pesqButton{padding: 9px;border-top: 2px solid #181818;border-left: 2px solid #181818;
              border-right: 2px solid #181818;color: #fafafa;font-weight:bold;font: verdana;cursor:pointer;
              border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;background: #121212;
        margin-top: -10px !important;}


jQuery(document).ready(function() {
jQuery('#page-footer').after(' ©️ 2011 - 2015 Nexus Street Racing ®️ Todos os direitos reservados. ');
});
.creditos {
margin-top: 5px;
}

/* Slider xLucas */
.nivoSlider {
    position: relative;
}

.nivoSlider img {
    position: absolute;
    top: 0;
    left: 0;
}

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
}

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}

.nivo-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    opacity: .8;
    width: 100%;
    z-index: 8;
}

.nivo-caption p {
    padding: 5px;
    margin: 0;
}

.nivo-caption a {
    display: inline!important;
}

.nivo-html-caption {
    display: none;
}

.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0;
}

.nivo-nextNav {
    right: 0;
}

.nivo-controlNav a {
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.nivo-controlNav a.active {
    font-weight: bold;
}

.theme-default .nivoSlider {
    position: relative;
    background: #fff url(http://i46.servimg.com/u/f46/15/66/68/20/loadin10.gif) no-repeat 50% 50%;
    margin-bottom: 50px;
    -webkit-box-shadow: 0 1px 5px 0 #4a4a4a;
    -moz-box-shadow: 0 1px 5px 0 #4a4a4a;
    box-shadow: 0 1px 5px 0 #4a4a4a;
}

.theme-default .nivoSlider img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.theme-default .nivoSlider a {
    border: 0;
    display: block;
}

.theme-default .nivo-controlNav {
    position: absolute;
    left: 50%;
    bottom: -42px;
    margin-left: -40px;
}

.theme-default .nivo-controlNav a {
    display: block;
    width: 22px;
    height: 22px;
    background: url(http://i46.servimg.com/u/f46/15/66/68/20/bullet10.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin-right: 3px;
    float: left;
}

.theme-default .nivo-controlNav a.active {
    background-position: 0 -22px;
}

.theme-default .nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(http://i46.servimg.com/u/f46/15/66/68/20/arrows10.png) no-repeat;
    text-indent: -9999px;
    border: 0;
}

.theme-default a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}

.theme-default a.nivo-prevNav {
    left: 15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica,Arial,sans-serif;
}

.theme-default .nivo-caption a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.theme-default .nivo-caption a:hover {
    color: #fff;
}


/* Início - Widgets Final do Fórum */
.widgetsbottom {
  display: block !important;
    background-color: #fff;
    clear: both;
    width:100%;
  margin: 15px 0px;
}
#fa_stats {
    background: #2E3133 none repeat scroll 0% 0%;
    color: #FFF;
    font-family: Arial,Verdana,sans-serif;
    padding: 15px 0px;
    text-align: center;
    font-size: 10px;
}
.stat_label {
    background: #F2F2F2 none repeat scroll 0% 0%;
    border-radius: 3px;
    color: #2E3133;
    display: inline-block;
    font-size: 0px;
    margin: 0px 12px 0px 3%;
    padding: 6px 12px;
    vertical-align: middle;
}
.stat_label strong {
    display: inline-block;
    font-size: 14px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text_label {
    font-size: 14px;
    font-weight: 700;
    margin-right: 7.5%;
    text-transform: uppercase;
}
.qeel_title {
    background: #00D936 none repeat scroll 0% 0%;
    color: #FFF;
    font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 6px;
    text-transform: uppercase;
}
.qeel_title a {
    color: #FFF;
}
.qeel_section {
    background: #FAFAFA none repeat scroll 0% 0%;
    color: #333;
    font-size: 11px;
    padding: 8px 6px;
}
/* Fim - Widgets Final do Fórum */

/*Remoçao de links*/

ul.linklist {
    display: none;
}

/* Ditancia avatar/tópico */
    .postbody {
        width: 80%;
    }

.statused > tr > td:nth-child(1) > span:nth-child(1) > img:nth-child(1) {
padding-left: 4px !important;
}
Steve_.

Steve_.
****

Membro desde : 14/08/2016
Mensagens : 255
Pontos : 403

https://ajuda.forumeiros.com/forum

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Personalizar barra de navegação

Mensagem por RafaelS. 08.07.18 19:59

Olá!

Troque-a por esta:

Código:
/*--------------------------------------------------------------------- index (Editado por Deep) ---------------------------------------------------------------------------------*/
 
.sceditor-button, .sceditor-button div {
    -webkit-box-sizing: content-box!important;
    -moz-box-sizing: content-box!important;
    box-sizing: content-box!important;
}
*, *:before, *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 100%;
}
html, body {
        max-width: 100%!important;
        overflow-x: hidden;
    }
li.row > dl.icon > dd.dterm {
  background-position: 88% center;
}
dl.icon dd.dterm, dl.icon dt {
    background-position: right 0 top 15px;
}
#logo-desc img {
    width: auto;
}
 
 
 
 
 
 
/*--------------------------------------------------------------------- index (Editado por T1) ---------------------------------------------------------------------------------*/
 
ul.topiclist li.header dl.icon dd {color:#fff!important;}
 
.forumbg ul.topiclist li.row dl dd.posts:after {
        content: '\A respostas';
        white-space: pre-wrap;
        font-size: 10px !important;
        line-height: 0px !important;
}
.forumbg ul.topiclist li.row dl dd.views:after {
        content: '\A visualizações';
        white-space: pre-wrap;
        font-size: 10px !important;
        line-height: 0px !important;
}
.forabg ul.topiclist li.row dl dd.topics:after {
        content: '\A tópicos';
        white-space: pre-wrap;
        font-size: 10px !important;
        line-height: 0px !important
}
.forabg ul.topiclist li.row dl dd.posts:after {
        content: '\A respostas';
        white-space: pre-wrap;
        font-size: 10px !important;
        line-height: 0px !important;
}
ul.topiclist li.row dl dd.topics, ul.topiclist li.row dl dd.posts, ul.topiclist li.row dl dd.views {
        color: #white !important;
 
}
ul.topiclist .row dl.icon{
    background-color: #fcfcfc!important;
    border-bottom: 1px solid #eaeaea !important;
    border-left: 1px solid #eaeaea !important;
    border-right: 1px solid #eaeaea !important;
    margin-top: -2px !important;
}
.forumbg span.corners-bottom, .forumbg span.corners-top, .forumbg span.corners-top span, .forumbg span.corners-bottom span, .forabg span.corners-bottom, .forabg span.corners-top, .forabg span.corners-top span, .forabg span.corners-bottom span {
        background: none !important;
}
.forabg, .forumbg {
    -moz-border-radius: 0px 0px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.1) 0 0 4px;
    -webkit-border-radius: 0px 0px 0 0;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 0 4px;
    border-radius: 0px 0px 0 0;
    box-shadow: rgba(0,0,0,0.1) 0 0 0px;
    background: white !important;
    border: 0px solid #d2d2d2 !important;
    padding: 0px !important;
}
ul.topiclist li.header dl.icon {
    -moz-border-radius: 1px 1px 0 0;
    -webkit-border-top-left-radius: 1px;
    -webkit-border-top-right-radius: 1px;
    background: #292929;
    border: 2px solid #292929 !important;
    border-bottom: 2px solid #292929 !important;
    border-radius: 1px 1px 0 0;
    display: block;
    float: none!important;
    font-size: 10px;
    overflow: hidden;
    padding: 7px;              /*Espessura das Colunas de título*/
    font-color:#ffffff;
}
ul.topiclist li.header dl.icon dd.dterm h2 {
    color: #fff !important;
    font-weight: 700;
}
ul.topiclist li.header dl.icon dd {
        color: transparent;
}
/*------------- FIM Index------------------*/
 
#logo-desc img {
    width: 100% !important;
}
 
#wrap {
width : 1440px;
border : 3px solid #292929;
-moz-border-radius : 18px;
-webkit-border-radius : 11px;
}
 
 
/*------------------------------- Barra de Menu -------------------------------------*/
#page-header a.mainmenu {
    color: #FFF;
    font-family: "Calibri", Arial, Verdana, Sans-serif;
  font-size: 20px;
}
 
#page-header .navbar .linklist.navlinks {
    background: #2E3133;
    border-bottom: 3px solid #3AD1D1;
}
.navbar ul.linklist li {
    line-height: 40px;
    padding: 15px 7px!important;
}
.navbar .linklist.navlinks a {
    color: #fff;
    font-family: Trebuchet MS!important;
    font-size: 12px!important;
    margin-left: -13px;
    padding: 7px;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 0 #242424;
    text-transform: uppercase;
}
.navbar .linklist.navlinks a:hover {
    background-color: #1A1A1A;
}
 
/*-------------------- Cor do fundo do mensagem do membro ----------------------*/
.postprofile {
background-color: #white
border: 1px solid rgb(201, 210, 216);
border-image: initial;
border-color: #E8E8E8;
}
 
.dterm {
  font-color: #white;
  color: #White;
}
 
 
/* Suprimento do Buscar */
#search-box {
display: none;
}
 
 
 
/* Centralização do perfil */
.postprofile{
text-align: center;
}
 
 
 
/* Legenda dos grupos personalizada */
#i_whosonline + p br + br + em {
  width: 70%;
  background: white url(http://i41.servimg.com/u/f41/17/41/76/40/grey-u10.png) repeat-x scroll left bottom;
  border: 2px solid #DDD;
  border-radius: 6px;
  text-align: justify;
  padding: 10px 8px 5px 5px;
  display: block;
  margin: 0 auto;
  font-size: 0px;
  color: transparent;
}
 
#i_whosonline + p br + br + em a {
  -webkit-transition-duration: .3s;
  text-shadow: 0px 1px 1px #454545;
  font-size: 15px;
  margin: 0 5px;
  font-style: normal;
  font-weight: normal;
}
 
#i_whosonline + p br + br + em a:hover {
  background: #DDD;
  padding: 9px 10px 10px;
}
 
 
#i_whosonline + p br + br + em {
text-align: center !important;
width: 61% !important;
}
 
/* Citar personalizado */
.content blockquote {
color: #000000;
}
blockquote {
word-wrap: break-word;
}
blockquote, blockquote blockquote, blockquote blockquote blockquote {
-webkit-box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 5px;
background: #fafafa;
border: 1px solid rgb(222, 222, 222);
border-image: initial;
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 5px;
padding: 10px 20px;
}
 
 
 
 
 
 
/* Ver que tópico está */
.pathname-box{
-moz-border-radius:3px
-moz-box-shadow:inset 2px 2px 2px #fff;
-ms-box-shadow:inset 2px 2px 2px #fff;
-o-box-shadow:inset 2px 2px 2px #fff;-
webkit-border-radius:3px;
-webkit-box-shadow:inset 2px 2px 2px #fff;
height: 33px;
background:#F3F3F3;
border:1px solid #D9D9D9;
border-radius:3px;
margin-top: 10px;
width: 98%;
}
 
.pathname-box p a{
-moz-transition-duration:0;
-o-transition-duration:0;
-webkit-transition-duration:0;
background:url(http://i42.servimg.com/u/f42/17/32/13/00/second10.png) no-repeat 100% 2px;
color:#777!important;font-size:10px;
line-height:30px;
padding:11px 17px 11px 4px}
 
.pathname-box a:hover{
background:url(http://i42.servimg.com/u/f42/17/32/13/00/second10.png) no-repeat 100% -40px;color:#222
}
 
.pathname-box p{color:#F3F3F3}
 
 
 
 
/* Logar personalizado */
#TGlogin_form {position: fixed;z-index: 999; height: 130px; padding: 0; verflow: auto;  width: 330px; margin: 0; background: #f9f9f9; color: #444; /* ©️️Copyright by giObanii.*/ text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);}
        .TGlogin_form-float-content{width: 320px; height: 120px; background: none repeat scroll 0% 0% transparent;}
        .TGlogin_form-float-div {background: url("http://i31.servimg.com/u/f31/17/41/76/40/2jci9c10.jpg") no-repeat scroll left center transparent;margin: 0 auto;padding: 20px 0 0 60px;width: 250px;}
        .TGlogin_form-float-div label {font-family: Verdana;display: block;font-size: 12px;padding-bottom: 5px;text-align: right;}
        .TGlogin_form-float-div label em {color: #000000;font-family: Verdana;display: block;float: left;font-style: normal;width: 80px;font-size: 12px;text-align: right;}
        .TGlogin_form-float-div input {border: 1px solid #CCCCCC;height: 22px;width: 146px;}
        .TGlogin_form-float-div input.submit {background: url("http://i31.servimg.com/u/f31/17/41/76/40/eumpmp10.jpg") repeat-x scroll 0 0 #DDDDDD;padding: 3px 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;border: 1px solid #BBB;float: right;height: auto;width: auto;}
        .TGlogin_form-float-div input.submit:active {position:relative; top: 1px;}
        .TGlogin_form-float-div input.submit:hover, .TGlogin_form-float-div input.submit:focus {cursor:pointer;color:#000;}
        .TGlogin_form-float_overlay{display: none;position:fixed;top: 0%;left: 0%;width: 100%;height: 100%; background-color: black;z-index: 9;-moz-opacity: 0.8;opacity:.80;filter: alpha(opacity=80);}
        #TGlogin_form .TGClose {cursor: pointer;bottom: 3px;color: #000000;font-size: 15px;font-weight: 700;position: absolute;right: 5px;}
        #TGlogin_form .TGClose:active {color: #FF0000 !important;bottom: 2px;}
 
 
/* Hover imagens */
#page-header #search-box {
display: none;
}
em{
font-style: normal;
}
 
 
.module .postbody .postbody-head {
background-color: #e5e6e7;
}
 
.post-footer {
background-color: #CCCCCC;
}
 
.post .post-header {
background-color: #CCCCCC;
}
 
 
 
 
.headerbar {margin-bottom:0;}
 
blockquote {
background-color:#CCCCCC;
}
 
ul.linklist li a img {
filter:alpha(opacity=30);
-moz-opacity: 0.3;
opacity: 0.3;
}
ul.linklist li a img:hover {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
cursor:allowed;
}
 
 
/* Alterar o sinal da reputçaão */
.vote {
padding: 4px 1px 4px 1px;
text-align: center;
width:20px;
background-color: #eaeaea;
border: 1px solid #d4d6d5;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-top-left-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-right-radius:5px;
}
 
.vote .vote-no-bar {
display: none;
}
 
.vote .vote-bar {
border-left: 0px;
border-right: 0px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #d4d6d5;
font-size: 0px;
height: 50px;
margin: 0px;
width: 20px;
padding: 3px 0px 3px 0px;
}
 
.vote .vote-bar-plus {
margin-left: 7px;
width: 6px;
}
 
.vote .vote-bar-minus {
margin-left: 7px;
width: 6px;
}
 
.vote .vote-button a[href $="plus"] {
background:url('http://img824.imageshack.us/img824/834/6fpy.png');
background-repeat: no-repeat;
color:transparent;
display:block;
height:21px;
width:22px;
}
 
.vote .vote-button a[href $="minus"] {
background-image:url('http://img10.imageshack.us/img10/4402/ve2.png');
background-repeat: no-repeat;
color:transparent;
display:block;
height:21px;
width:22px;
}
 
 
/* Buscar */
#pesquisaButton:hover{background: rgba(50, 50, 50, 0.9);}
              #pesquisaButton{
        margin-left: 10px !important;padding: 5px;cursor:pointer;padding-left: 12px;border: 1px solid black;background: rgba(50, 50, 50, 0.7);padding-right: 9px;font-weight: 800;}
              #pesquisaCaixa{height: 30px;background: #121212;color: white;border-top:0px;
              border-right:0px;border-bottom:0px;border-left: 2px solid #181818;font-weight: 800;font: arial;
              width:300px;}
              #formPesq{max-width:400px;padding:14px;margin-top:7px;border: 2px solid #181818;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;background: #252525;}
              #pesqButton:hover{color:black;adding: 9px;border-top: 2px solid #121212;border-left: 2px solid #181818;
              border-right: 2px solid ##121212;color: white;font-weight:bold;font: verdana;cursor:pointer;
              border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;background: #181818;
        transition-duration: 2s;
        transition-duration: 4s;
        transition-duration: 6s;
        transition-timing-function: linear;
        transition: color 2s ease 3s;
        -webkit-transition: all 2s linear;
        -moz-transition: all 2s linear;
        -o-transition: all 2s linear;
        transition: all 2s linear;
        }
              #pesqButton{padding: 9px;border-top: 2px solid #181818;border-left: 2px solid #181818;
              border-right: 2px solid #181818;color: #fafafa;font-weight:bold;font: verdana;cursor:pointer;
              border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;background: #121212;
        margin-top: -10px !important;}
 
 
jQuery(document).ready(function() {
jQuery('#page-footer').after(' ©️️ 2011 - 2015 Nexus Street Racing ®️️ Todos os direitos reservados. ');
});
.creditos {
margin-top: 5px;
}
 
/* Slider xLucas */
.nivoSlider {
    position: relative;
}
 
.nivoSlider img {
    position: absolute;
    top: 0;
    left: 0;
}
 
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
}
 
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
}
 
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}
 
.nivo-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    opacity: .8;
    width: 100%;
    z-index: 8;
}
 
.nivo-caption p {
    padding: 5px;
    margin: 0;
}
 
.nivo-caption a {
    display: inline!important;
}
 
.nivo-html-caption {
    display: none;
}
 
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}
 
.nivo-prevNav {
    left: 0;
}
 
.nivo-nextNav {
    right: 0;
}
 
.nivo-controlNav a {
    position: relative;
    z-index: 9;
    cursor: pointer;
}
 
.nivo-controlNav a.active {
    font-weight: bold;
}
 
.theme-default .nivoSlider {
    position: relative;
    background: #fff url(http://i46.servimg.com/u/f46/15/66/68/20/loadin10.gif) no-repeat 50% 50%;
    margin-bottom: 50px;
    -webkit-box-shadow: 0 1px 5px 0 #4a4a4a;
    -moz-box-shadow: 0 1px 5px 0 #4a4a4a;
    box-shadow: 0 1px 5px 0 #4a4a4a;
}
 
.theme-default .nivoSlider img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
 
.theme-default .nivoSlider a {
    border: 0;
    display: block;
}
 
.theme-default .nivo-controlNav {
    position: absolute;
    left: 50%;
    bottom: -42px;
    margin-left: -40px;
}
 
.theme-default .nivo-controlNav a {
    display: block;
    width: 22px;
    height: 22px;
    background: url(http://i46.servimg.com/u/f46/15/66/68/20/bullet10.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin-right: 3px;
    float: left;
}
 
.theme-default .nivo-controlNav a.active {
    background-position: 0 -22px;
}
 
.theme-default .nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(http://i46.servimg.com/u/f46/15/66/68/20/arrows10.png) no-repeat;
    text-indent: -9999px;
    border: 0;
}
 
.theme-default a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}
 
.theme-default a.nivo-prevNav {
    left: 15px;
}
 
.theme-default .nivo-caption {
    font-family: Helvetica,Arial,sans-serif;
}
 
.theme-default .nivo-caption a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}
 
.theme-default .nivo-caption a:hover {
    color: #fff;
}
 
 
/* Início - Widgets Final do Fórum */
.widgetsbottom {
  display: block !important;
    background-color: #fff;
    clear: both;
    width:100%;
  margin: 15px 0px;
}
#fa_stats {
    background: #2E3133 none repeat scroll 0% 0%;
    color: #FFF;
    font-family: Arial,Verdana,sans-serif;
    padding: 15px 0px;
    text-align: center;
    font-size: 10px;
}
.stat_label {
    background: #F2F2F2 none repeat scroll 0% 0%;
    border-radius: 3px;
    color: #2E3133;
    display: inline-block;
    font-size: 0px;
    margin: 0px 12px 0px 3%;
    padding: 6px 12px;
    vertical-align: middle;
}
.stat_label strong {
    display: inline-block;
    font-size: 14px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text_label {
    font-size: 14px;
    font-weight: 700;
    margin-right: 7.5%;
    text-transform: uppercase;
}
.qeel_title {
    background: #00D936 none repeat scroll 0% 0%;
    color: #FFF;
    font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 6px;
    text-transform: uppercase;
}
.qeel_title a {
    color: #FFF;
}
.qeel_section {
    background: #FAFAFA none repeat scroll 0% 0%;
    color: #333;
    font-size: 11px;
    padding: 8px 6px;
}
/* Fim - Widgets Final do Fórum */
 
/*Remoçao de links*/
 
ul.linklist {
    display: none;
}
 
/* Ditancia avatar/tópico */
    .postbody {
        width: 80%;
    }
 
.statused > tr > td:nth-child(1) > span:nth-child(1) > img:nth-child(1) {
padding-left: 4px !important;
}

Saudações Piscada
RafaelS.

RafaelS.
Membro Entusiasta
Membro Entusiasta

Membro desde : 26/04/2014
Mensagens : 5746
Pontos : 7156

http://techmais.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Personalizar barra de navegação

Mensagem por Steve_. 08.07.18 20:42

Está boa como modifico o azul pelo verde?
Steve_.

Steve_.
****

Membro desde : 14/08/2016
Mensagens : 255
Pontos : 403

https://ajuda.forumeiros.com/forum

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Personalizar barra de navegação

Mensagem por RafaelS. 08.07.18 20:45

Olá!

Troque por este:

Código:
/*--------------------------------------------------------------------- index (Editado por Deep) ---------------------------------------------------------------------------------*/
 
.sceditor-button, .sceditor-button div {
    -webkit-box-sizing: content-box!important;
    -moz-box-sizing: content-box!important;
    box-sizing: content-box!important;
}
*, *:before, *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 100%;
}
html, body {
        max-width: 100%!important;
        overflow-x: hidden;
    }
li.row > dl.icon > dd.dterm {
  background-position: 88% center;
}
dl.icon dd.dterm, dl.icon dt {
    background-position: right 0 top 15px;
}
#logo-desc img {
    width: auto;
}
 
 
 
 
 
 
/*--------------------------------------------------------------------- index (Editado por T1) ---------------------------------------------------------------------------------*/
 
ul.topiclist li.header dl.icon dd {color:#fff!important;}
 
.forumbg ul.topiclist li.row dl dd.posts:after {
        content: '\A respostas';
        white-space: pre-wrap;
        font-size: 10px !important;
        line-height: 0px !important;
}
.forumbg ul.topiclist li.row dl dd.views:after {
        content: '\A visualizações';
        white-space: pre-wrap;
        font-size: 10px !important;
        line-height: 0px !important;
}
.forabg ul.topiclist li.row dl dd.topics:after {
        content: '\A tópicos';
        white-space: pre-wrap;
        font-size: 10px !important;
        line-height: 0px !important
}
.forabg ul.topiclist li.row dl dd.posts:after {
        content: '\A respostas';
        white-space: pre-wrap;
        font-size: 10px !important;
        line-height: 0px !important;
}
ul.topiclist li.row dl dd.topics, ul.topiclist li.row dl dd.posts, ul.topiclist li.row dl dd.views {
        color: #white !important;
 
}
ul.topiclist .row dl.icon{
    background-color: #fcfcfc!important;
    border-bottom: 1px solid #eaeaea !important;
    border-left: 1px solid #eaeaea !important;
    border-right: 1px solid #eaeaea !important;
    margin-top: -2px !important;
}
.forumbg span.corners-bottom, .forumbg span.corners-top, .forumbg span.corners-top span, .forumbg span.corners-bottom span, .forabg span.corners-bottom, .forabg span.corners-top, .forabg span.corners-top span, .forabg span.corners-bottom span {
        background: none !important;
}
.forabg, .forumbg {
    -moz-border-radius: 0px 0px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.1) 0 0 4px;
    -webkit-border-radius: 0px 0px 0 0;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 0 4px;
    border-radius: 0px 0px 0 0;
    box-shadow: rgba(0,0,0,0.1) 0 0 0px;
    background: white !important;
    border: 0px solid #d2d2d2 !important;
    padding: 0px !important;
}
ul.topiclist li.header dl.icon {
    -moz-border-radius: 1px 1px 0 0;
    -webkit-border-top-left-radius: 1px;
    -webkit-border-top-right-radius: 1px;
    background: #292929;
    border: 2px solid #292929 !important;
    border-bottom: 2px solid #292929 !important;
    border-radius: 1px 1px 0 0;
    display: block;
    float: none!important;
    font-size: 10px;
    overflow: hidden;
    padding: 7px;              /*Espessura das Colunas de título*/
    font-color:#ffffff;
}
ul.topiclist li.header dl.icon dd.dterm h2 {
    color: #fff !important;
    font-weight: 700;
}
ul.topiclist li.header dl.icon dd {
        color: transparent;
}
/*------------- FIM Index------------------*/
 
#logo-desc img {
    width: 100% !important;
}
 
#wrap {
width : 1440px;
border : 3px solid #292929;
-moz-border-radius : 18px;
-webkit-border-radius : 11px;
}
 
 
/*------------------------------- Barra de Menu -------------------------------------*/
#page-header a.mainmenu {
    color: #FFF;
    font-family: "Calibri", Arial, Verdana, Sans-serif;
  font-size: 20px;
}
 
#page-header .navbar .linklist.navlinks {
    background: #2E3133;
    border-bottom: 3px solid #00e800;
}
.navbar ul.linklist li {
    line-height: 40px;
    padding: 15px 7px!important;
}
.navbar .linklist.navlinks a {
    color: #fff;
    font-family: Trebuchet MS!important;
    font-size: 12px!important;
    margin-left: -13px;
    padding: 7px;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 0 #242424;
    text-transform: uppercase;
}
.navbar .linklist.navlinks a:hover {
    background-color: #1A1A1A;
}
 
/*-------------------- Cor do fundo do mensagem do membro ----------------------*/
.postprofile {
background-color: #white
border: 1px solid rgb(201, 210, 216);
border-image: initial;
border-color: #E8E8E8;
}
 
.dterm {
  font-color: #white;
  color: #White;
}
 
 
/* Suprimento do Buscar */
#search-box {
display: none;
}
 
 
 
/* Centralização do perfil */
.postprofile{
text-align: center;
}
 
 
 
/* Legenda dos grupos personalizada */
#i_whosonline + p br + br + em {
  width: 70%;
  background: white url(https://i.servimg.com/u/f41/17/41/76/40/grey-u10.png) repeat-x scroll left bottom;
  border: 2px solid #DDD;
  border-radius: 6px;
  text-align: justify;
  padding: 10px 8px 5px 5px;
  display: block;
  margin: 0 auto;
  font-size: 0px;
  color: transparent;
}
 
#i_whosonline + p br + br + em a {
  -webkit-transition-duration: .3s;
  text-shadow: 0px 1px 1px #454545;
  font-size: 15px;
  margin: 0 5px;
  font-style: normal;
  font-weight: normal;
}
 
#i_whosonline + p br + br + em a:hover {
  background: #DDD;
  padding: 9px 10px 10px;
}
 
 
#i_whosonline + p br + br + em {
text-align: center !important;
width: 61% !important;
}
 
/* Citar personalizado */
.content blockquote {
color: #000000;
}
blockquote {
word-wrap: break-word;
}
blockquote, blockquote blockquote, blockquote blockquote blockquote {
-webkit-box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 5px;
background: #fafafa;
border: 1px solid rgb(222, 222, 222);
border-image: initial;
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 5px;
padding: 10px 20px;
}
 
 
 
 
 
 
/* Ver que tópico está */
.pathname-box{
-moz-border-radius:3px
-moz-box-shadow:inset 2px 2px 2px #fff;
-ms-box-shadow:inset 2px 2px 2px #fff;
-o-box-shadow:inset 2px 2px 2px #fff;-
webkit-border-radius:3px;
-webkit-box-shadow:inset 2px 2px 2px #fff;
height: 33px;
background:#F3F3F3;
border:1px solid #D9D9D9;
border-radius:3px;
margin-top: 10px;
width: 98%;
}
 
.pathname-box p a{
-moz-transition-duration:0;
-o-transition-duration:0;
-webkit-transition-duration:0;
background:url(https://i.servimg.com/u/f42/17/32/13/00/second10.png) no-repeat 100% 2px;
color:#777!important;font-size:10px;
line-height:30px;
padding:11px 17px 11px 4px}
 
.pathname-box a:hover{
background:url(https://i.servimg.com/u/f42/17/32/13/00/second10.png) no-repeat 100% -40px;color:#222
}
 
.pathname-box p{color:#F3F3F3}
 
 
 
 
/* Logar personalizado */
#TGlogin_form {position: fixed;z-index: 999; height: 130px; padding: 0; verflow: auto;  width: 330px; margin: 0; background: #f9f9f9; color: #444; /* ©️️️Copyright by giObanii.*/ text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);}
        .TGlogin_form-float-content{width: 320px; height: 120px; background: none repeat scroll 0% 0% transparent;}
        .TGlogin_form-float-div {background: url("https://i.servimg.com/u/f31/17/41/76/40/2jci9c10.jpg") no-repeat scroll left center transparent;margin: 0 auto;padding: 20px 0 0 60px;width: 250px;}
        .TGlogin_form-float-div label {font-family: Verdana;display: block;font-size: 12px;padding-bottom: 5px;text-align: right;}
        .TGlogin_form-float-div label em {color: #000000;font-family: Verdana;display: block;float: left;font-style: normal;width: 80px;font-size: 12px;text-align: right;}
        .TGlogin_form-float-div input {border: 1px solid #CCCCCC;height: 22px;width: 146px;}
        .TGlogin_form-float-div input.submit {background: url("https://i.servimg.com/u/f31/17/41/76/40/eumpmp10.jpg") repeat-x scroll 0 0 #DDDDDD;padding: 3px 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;border: 1px solid #BBB;float: right;height: auto;width: auto;}
        .TGlogin_form-float-div input.submit:active {position:relative; top: 1px;}
        .TGlogin_form-float-div input.submit:hover, .TGlogin_form-float-div input.submit:focus {cursor:pointer;color:#000;}
        .TGlogin_form-float_overlay{display: none;position:fixed;top: 0%;left: 0%;width: 100%;height: 100%; background-color: black;z-index: 9;-moz-opacity: 0.8;opacity:.80;filter: alpha(opacity=80);}
        #TGlogin_form .TGClose {cursor: pointer;bottom: 3px;color: #000000;font-size: 15px;font-weight: 700;position: absolute;right: 5px;}
        #TGlogin_form .TGClose:active {color: #FF0000 !important;bottom: 2px;}
 
 
/* Hover imagens */
#page-header #search-box {
display: none;
}
em{
font-style: normal;
}
 
 
.module .postbody .postbody-head {
background-color: #e5e6e7;
}
 
.post-footer {
background-color: #CCCCCC;
}
 
.post .post-header {
background-color: #CCCCCC;
}
 
 
 
 
.headerbar {margin-bottom:0;}
 
blockquote {
background-color:#CCCCCC;
}
 
ul.linklist li a img {
filter:alpha(opacity=30);
-moz-opacity: 0.3;
opacity: 0.3;
}
ul.linklist li a img:hover {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
cursor:allowed;
}
 
 
/* Alterar o sinal da reputçaão */
.vote {
padding: 4px 1px 4px 1px;
text-align: center;
width:20px;
background-color: #eaeaea;
border: 1px solid #d4d6d5;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-top-left-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-right-radius:5px;
}
 
.vote .vote-no-bar {
display: none;
}
 
.vote .vote-bar {
border-left: 0px;
border-right: 0px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #d4d6d5;
font-size: 0px;
height: 50px;
margin: 0px;
width: 20px;
padding: 3px 0px 3px 0px;
}
 
.vote .vote-bar-plus {
margin-left: 7px;
width: 6px;
}
 
.vote .vote-bar-minus {
margin-left: 7px;
width: 6px;
}
 
.vote .vote-button a[href $="plus"] {
background:url('http://img824.imageshack.us/img824/834/6fpy.png');
background-repeat: no-repeat;
color:transparent;
display:block;
height:21px;
width:22px;
}
 
.vote .vote-button a[href $="minus"] {
background-image:url('http://img10.imageshack.us/img10/4402/ve2.png');
background-repeat: no-repeat;
color:transparent;
display:block;
height:21px;
width:22px;
}
 
 
/* Buscar */
#pesquisaButton:hover{background: rgba(50, 50, 50, 0.9);}
              #pesquisaButton{
        margin-left: 10px !important;padding: 5px;cursor:pointer;padding-left: 12px;border: 1px solid black;background: rgba(50, 50, 50, 0.7);padding-right: 9px;font-weight: 800;}
              #pesquisaCaixa{height: 30px;background: #121212;color: white;border-top:0px;
              border-right:0px;border-bottom:0px;border-left: 2px solid #181818;font-weight: 800;font: arial;
              width:300px;}
              #formPesq{max-width:400px;padding:14px;margin-top:7px;border: 2px solid #181818;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;background: #252525;}
              #pesqButton:hover{color:black;adding: 9px;border-top: 2px solid #121212;border-left: 2px solid #181818;
              border-right: 2px solid ##121212;color: white;font-weight:bold;font: verdana;cursor:pointer;
              border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;background: #181818;
        transition-duration: 2s;
        transition-duration: 4s;
        transition-duration: 6s;
        transition-timing-function: linear;
        transition: color 2s ease 3s;
        -webkit-transition: all 2s linear;
        -moz-transition: all 2s linear;
        -o-transition: all 2s linear;
        transition: all 2s linear;
        }
              #pesqButton{padding: 9px;border-top: 2px solid #181818;border-left: 2px solid #181818;
              border-right: 2px solid #181818;color: #fafafa;font-weight:bold;font: verdana;cursor:pointer;
              border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;background: #121212;
        margin-top: -10px !important;}
 
 
jQuery(document).ready(function() {
jQuery('#page-footer').after(' ©️️️ 2011 - 2015 Nexus Street Racing ®️️️ Todos os direitos reservados. ');
});
.creditos {
margin-top: 5px;
}
 
/* Slider xLucas */
.nivoSlider {
    position: relative;
}
 
.nivoSlider img {
    position: absolute;
    top: 0;
    left: 0;
}
 
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
}
 
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
}
 
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}
 
.nivo-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    opacity: .8;
    width: 100%;
    z-index: 8;
}
 
.nivo-caption p {
    padding: 5px;
    margin: 0;
}
 
.nivo-caption a {
    display: inline!important;
}
 
.nivo-html-caption {
    display: none;
}
 
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}
 
.nivo-prevNav {
    left: 0;
}
 
.nivo-nextNav {
    right: 0;
}
 
.nivo-controlNav a {
    position: relative;
    z-index: 9;
    cursor: pointer;
}
 
.nivo-controlNav a.active {
    font-weight: bold;
}
 
.theme-default .nivoSlider {
    position: relative;
    background: #fff url(https://i.servimg.com/u/f46/15/66/68/20/loadin10.gif) no-repeat 50% 50%;
    margin-bottom: 50px;
    -webkit-box-shadow: 0 1px 5px 0 #4a4a4a;
    -moz-box-shadow: 0 1px 5px 0 #4a4a4a;
    box-shadow: 0 1px 5px 0 #4a4a4a;
}
 
.theme-default .nivoSlider img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
 
.theme-default .nivoSlider a {
    border: 0;
    display: block;
}
 
.theme-default .nivo-controlNav {
    position: absolute;
    left: 50%;
    bottom: -42px;
    margin-left: -40px;
}
 
.theme-default .nivo-controlNav a {
    display: block;
    width: 22px;
    height: 22px;
    background: url(https://i.servimg.com/u/f46/15/66/68/20/bullet10.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin-right: 3px;
    float: left;
}
 
.theme-default .nivo-controlNav a.active {
    background-position: 0 -22px;
}
 
.theme-default .nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(https://i.servimg.com/u/f46/15/66/68/20/arrows10.png) no-repeat;
    text-indent: -9999px;
    border: 0;
}
 
.theme-default a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}
 
.theme-default a.nivo-prevNav {
    left: 15px;
}
 
.theme-default .nivo-caption {
    font-family: Helvetica,Arial,sans-serif;
}
 
.theme-default .nivo-caption a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}
 
.theme-default .nivo-caption a:hover {
    color: #fff;
}
 
 
/* Início - Widgets Final do Fórum */
.widgetsbottom {
  display: block !important;
    background-color: #fff;
    clear: both;
    width:100%;
  margin: 15px 0px;
}
#fa_stats {
    background: #2E3133 none repeat scroll 0% 0%;
    color: #FFF;
    font-family: Arial,Verdana,sans-serif;
    padding: 15px 0px;
    text-align: center;
    font-size: 10px;
}
.stat_label {
    background: #F2F2F2 none repeat scroll 0% 0%;
    border-radius: 3px;
    color: #2E3133;
    display: inline-block;
    font-size: 0px;
    margin: 0px 12px 0px 3%;
    padding: 6px 12px;
    vertical-align: middle;
}
.stat_label strong {
    display: inline-block;
    font-size: 14px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text_label {
    font-size: 14px;
    font-weight: 700;
    margin-right: 7.5%;
    text-transform: uppercase;
}
.qeel_title {
    background: #00D936 none repeat scroll 0% 0%;
    color: #FFF;
    font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 6px;
    text-transform: uppercase;
}
.qeel_title a {
    color: #FFF;
}
.qeel_section {
    background: #FAFAFA none repeat scroll 0% 0%;
    color: #333;
    font-size: 11px;
    padding: 8px 6px;
}
/* Fim - Widgets Final do Fórum */
 
/*Remoçao de links*/
 
ul.linklist {
    display: none;
}
 
/* Ditancia avatar/tópico */
    .postbody {
        width: 80%;
    }
 
.statused > tr > td:nth-child(1) > span:nth-child(1) > img:nth-child(1) {
padding-left: 4px !important;
}

Eu coloquei o verde que está em seu logo, se não for esse o verde desejado procure por
#00e800
e altere para a cor desejada.

Até mais.


Última edição por RafaelS. em 08.07.18 20:49, editado 1 vez(es)
RafaelS.

RafaelS.
Membro Entusiasta
Membro Entusiasta

Membro desde : 26/04/2014
Mensagens : 5746
Pontos : 7156

http://techmais.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Personalizar barra de navegação

Mensagem por Steve_. 08.07.18 20:47

Consegui obrigado,
Steve_.

Steve_.
****

Membro desde : 14/08/2016
Mensagens : 255
Pontos : 403

https://ajuda.forumeiros.com/forum

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Personalizar barra de navegação

Mensagem por RafaelS. 08.07.18 20:49

Tópico resolvido


Movido para "Questões resolvidas".
RafaelS.

RafaelS.
Membro Entusiasta
Membro Entusiasta

Membro desde : 26/04/2014
Mensagens : 5746
Pontos : 7156

http://techmais.forumeiros.com/

Ir para o topo Ir para baixo

Ver o tópico anterior Ver o tópico seguinte Ir para o topo

- Tópicos semelhantes

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