Ajustes no menu dropdown

2 participantes

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

Tópico resolvido Ajustes no menu dropdown

Mensagem por Bruno_Michael 01.01.19 14:00

Detalhes da questão


Endereço do fórum: http://brunotesteteste.forumeiros.com
Versão do fórum: ModernBB

Descrição


EDITADO: Conseguir resolver a parte do ajuste agora estou com um problema.

http://prntscr.com/m1vp0p

O avatar dos últimos assuntos está aparecendo na frente.


Última edição por Bruno_Michael em 01.01.19 16:33, editado 1 vez(es)
Bruno_Michael

Bruno_Michael
****

Membro desde : 05/09/2013
Mensagens : 202
Pontos : 314

http://hassborn.forumeiros.com/forum

Ir para o topo Ir para baixo

Membro Entusiasta
  • 0

Tópico resolvido Re: Ajustes no menu dropdown

Mensagem por RafaelS. 01.01.19 16:05

Olá @Bruno_Michael,

Acedendo ao seu fórum, não pude ver nenhum menu "dropdown".
O senhor colocou o link certo?

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: Ajustes no menu dropdown

Mensagem por Bruno_Michael 01.01.19 16:34

Alterei estou fazendo em um fórum meu de testes.
http://brunotesteteste.forumeiros.com já editei o topico e no perfil.
Bruno_Michael

Bruno_Michael
****

Membro desde : 05/09/2013
Mensagens : 202
Pontos : 314

http://hassborn.forumeiros.com/forum

Ir para o topo Ir para baixo

Membro Entusiasta
  • 0

Tópico resolvido Re: Ajustes no menu dropdown

Mensagem por RafaelS. 01.01.19 17:58

Olá Bruno!

Vou necessitar da sua folha de estilos para fazer as alterações!

Fico no aguardo. 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: Ajustes no menu dropdown

Mensagem por Bruno_Michael 01.01.19 18:28

Código:
/*INICIO - ESTRUTURA DO FÓRUM*/
#wrap {
    background-color: #e9ebedde!important;
    border: 1px solid #;
    font-size: 1.3rem;
    heigth: 40px;
    margin: 0 auto;
    max-width: 95%;
    padding: 24px 36px;
    width: 95%;
}
.wrap {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 36px;
    width: 98%;
}
.headerbar {
    background-color: #1d262c00!important;
    background-image: url(https://2img.net/i/fa/empty.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.logo {
    background-color: #1d262c00!important;
    background-image: url(https://i.imgur.com/BxOce4g.png);
    background-position: center center;
}
/*FIM - ESTRUTURA DO FÓRUM*/
/*INICIO - MENU DO FÓRUM*/
.is-sticky#headerbar-top {
display: none !important;
}
.navbar {
    background: #48731d!important;
    background-position: center center;
    height: 50px;
    line-height: 38px;
    margin: 0 auto;
    width: 95%;
    z-index: 999;
}
.navbar a {
    color: #fff!important;
    display: inline-block!important;
    /* font-family: "Trebuchet MS", Sans-serif, Arial, Verdana!important; */
    /* font-size: 13px!important; */
    /* font-weight: 700!important; */
    width: 100%;
    height: 50px!important;
    line-height: 53px!important;
    padding: 0 12px!important;
    text-shadow: none!important;
    transition-duration: 300ms!important;
}
.navbar a:hover {
    background-color: #ffffff1c!important;
  border-radius: 0px;
}

.navbar li{
margin: 0px !important
}
/* Style The Dropdown Button */
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* The container  - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #48731d;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}


.topBar {
    background: #48731d!important;
    height: 50px;
    float: right;
    max-width: 1400px;
    margin-right: 40px;
    width: 25%;
}
.topBar a {
    color: #fff!important;
    display: inline-block!important;
    font-family: "Trebuchet MS", Sans-serif, Arial, Verdana!important;
    font-size: 13px!important;
    font-weight: 700!important;
    height: 50px!important;
    line-height: 50px!important;
      width: 100%;
    padding: 0 12px!important;
    text-shadow: none!important;
    transition-duration: 300ms!important;
}
.topBar a:hover {
    background-color: #ffffff1c!important;
  border-radius: 0px;
}
.topBar li{
  margin: 0px !important
}

.perfil {
    background: rgba(0,0,0,0.2);
    color: #fff;
    display: block;
    float: left;
    font-weight: 400;
    list-style: none;
    margin-right: 5px;
    transition: .05s all;
}
.register {
    background: rgba(0,0,0,0.2);
    float: right;
    font-size: 14px;
    font-weight: 300;
}
.login {
    background: rgba(0,0,0,0.2);
    float: right;
    font-size: 14px;
    font-weight: 300;
    margin-right: 5px;
}
.sair {
    background: rgba(0,0,0,0.2);
    color: #fff;
    display: block;
    float: left;
    /* font-size: 4px; */
    font-weight: 400;
    list-style: none;
    margin-right: 5px;
    /* padding: 23px 21px; */
    transition: .05s all;
}
.mensp{
    background: rgba(0,0,0,0.2);
    color: #fff;
    display: block;
    float: left;
    /* font-size: 4px; */
    font-weight: 400;
    list-style: none;
    margin-right: 5px;
    /* padding: 23px 21px; */
    transition: .05s all;
}
/*FIM - MENU DO FÓRUM*/
/*INICIO - LOGO DO FÓRUM*/
.avt-r img {
    background: #FFF none repeat scroll 0 0;
    border: 1px solid #D5D5D5!important;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    float: left;
    height: 38px;
    margin: 3px;
    padding: 1px;
    width: 38px;
    margin-right: 5px;
}
#mochavao {
    background-repeat: no-repeat;
    cursor: pointer;
    height: 300px;
    margin: 30px 300px auto;
    transition: .5s;
}

#mochavao:hover {
    opacity: .5;
}
/*FIM - LOGO DO FÓRUM*/
.mod-recent-info {
    position: relative;
}
.mod-recent-author .lastpost-avatar {
    float: left;
    padding: 11px 18px 11px 0;
    position: relative;
    margin-top: -10px;
}
.mod-recent-author {
    margin-left: 9px;
}
 .mod-recent-row {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0 0 3px 3px;
    height: 280px;
    overflow: scroll;
    overflow-x: hidden;
    margin-top: -12px;
}
#content-container #container {
    margin-left: 0!important;
}
span.posts {
    color: #7d7d7d;
    font-size: 14px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-forumrow-posts {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
}
.fa-forumrow-meta {
    color: #a1a1a1;
    display: flex;
    font-size: 14px;
    margin: 0!important;
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
}
.block {
    background-color: #f8f8f8;
    /* border-radius: 3px; */
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
    color: #444;
    font-size: 1.3rem;
    margin-bottom: 24px;
    overflow: hidden;
    padding: 18px;
}
.block-footer {
    background-color: #48731d;
    border-color: rgba(0,0,0,0.05);
    border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 1px 0 0;
    color: #fff;
    margin: -18px;
    padding: 12px 18px;
  text-align: center;
}
.statistics {
    background-color: #f8f8f8;
    color: #000;
    font-size: 1.3rem;
    overflow: hidden;
    padding: 24px 0;
}
.statistics-item {
    float: left;
    text-align: center;
    width: 25%;
    font-size: 0px;
    background-color: #f8f8f8;

}
.statistics-item::before, .statistics-item::after {
    color: #acafb5;
    font-size: 13px;
    margin: 0 6px;
}
.statistics-item-total-posts::before {
    content: "TOTAL DE POSTS";
}
.statistics-item-total-users::before {
    content: "TOTAL DE MEMBROS";
}
.statistics-item-total-record::before {
    content: "RECORD ONLINE";
}
.statistics-item-total-new::before {
    content: "MEMBRO MAIS NOVO";
}
.divisao {
    border-left: 1px solid rgba(0,0,0,.1);
    padding-left: 15px;
}
#content-container #container {
    margin-left: 0!important;
}
#comments_scroll_div {
    margin: 0!important;
}div#wrapper #left .module:nth-child(1) {
    display: none;
    position: absolute;
}

/*INICIO - CATEGORIA*/
dd.lastpost {
    font-size: 1.3rem;
    line-height: 20px;
    padding: 18px!important;
    width: 32%;
}
.row:hover {
    border-left: 3px solid #48731d;
}
.topic-actions .pathname-box {
    margin-top: -2px !important;
}
.pathname-box {
    background: none repeat scroll 0px 0px #F3F3F3;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1) inset;
    margin-top: 10px;
    padding-bottom: 3px;
}
.pathname-box {
    float: left;
    margin-left: 15px;
}
.pathname-box p {
    color: transparent;
}
.pathname-box p {
    margin-bottom: 0px;
}
a.nav {
    background: url(https://i.servimg.com/u/f42/17/32/13/00/second10.png) no-repeat scroll 100% -1px #bfbfbf00;
    color: #666;
    font-size: 12px;
    line-height: 30px;
    margin-top: 5px;
    padding: 2px 15px 6px 8px;
}
.sub-header-path {
    align-items: center;
    background-color: #eaeaea;
    border: 1px solid #cbcbcb!important;
    border-radius: 5px 5px 5px 5px!important;
    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
    display: flex;
    font-size: 0;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0;
}
.forumbg.announcement::before {
    content: "Anúncios:";
    font-family: "Segoe UI";
    font-size: 20px;
    margin-left: 4px;
    background-color: #fff;
    display: block;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.48);
    padding: 13px 10px 17px 10px;
}
.forumbg.announcement {
    border-bottom: solid 1px #cdcbcb !important;
    border-radius: 0px !important;
    margin-bottom: 20px !important;
    box-shadow: none !important;
    padding-bottom: 13px;
}

.forumbg {
    background-color: transparent !important;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat-x;
    border-radius: 3px;
  border: none !important;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
    clear: both;
    margin-bottom: 24px;
    padding: 0;
}
ul.topiclist.bg_none {
    background: none;
}

.online:before {
    background-color: #93F037;
    border-radius: 10px;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 9px;
    top: 9px;
    width: 10px;
}
.post-head {
  border-color: #000!important;
    border-width: 0 0 3px;
}
.postbody {
    color: #444;
    float: none;
    font-size: 1.2rem;
    margin-left: 235px;
    padding: 12px 18px 18px;
}
.postprofile-avatar img {
  border-radius: 0px;
  border: 1px solid #3793ff;
}
.postprofile-avatar img {
    border: 3px solid #000;
    border-radius: 5px!important;
      height: auto!important;
    width: auto!important;
}
.postprofile-name {

    line-height: 1.125;
    text-align: center;
    width: 220px;
}
.postprofile-avatar {

    margin-bottom: 6px;
    text-align: center;
    width: 220px;
}
.postprofile-rank {
      border-color: #d8d8d8!important;
    border-width: 0 0 2px!important;
    margin-bottom: 9px;
    padding-bottom: 9px;
    width: 220px;
}

.postprofile-info  {
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-box-shadow: 0 5px 5px #CCC;
    -webkit-border-radius-bottomright: 15px;
    -webkit-border-radius-topleft: 15px;
    -webkit-box-shadow: 0 5px 5px #CCC;
    background-image: url(http://hitskin.com/themes/13/92/59/i_list_bg.png);
    background-repeat: repeat;
    border: 1px solid #EEE;
    text-align: left;
    width: 220px;
    padding: 10px;
}
.post h2.topic-title a, .data-topico, .topic-icon {
  margin-left: 1%;
}
.post-head .topic-title {
    color: #444;
    display: inline-block;
    font-family: roboto condensed,sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    margin: -3px 0 3px;
    padding: 0 3px;
    text-transform: none;
}
.small_links a.nav {
    background: none;
    color: #666;
    font-size: 12px;
    line-height: 30px;
    margin-top: 5px;
    padding: 0;
}

#page-footer {
    background-color: #212529b3;
    border-bottom: solid 1px #2a2e32;
    border-top: solid 1px #2a2e32;
}

.fim {
    float: left;
    /* margin-bottom: 38px; */
    text-align: center;
    width: 25%;
}
.subcategoria-top {
    background-repeat: no-repeat;
    display: flex;
    background-position-y: center;
    background-position-x: 65%;
}
.subcategoria-top > .fa-entry-topicrow {
    flex-grow: 1;
}
.subcategoria-title a {
    font-size: 20px;
    margin: 10px 10px 16px 10px;
    font-family: "Segoe UI", "Helvetica Neue", "Ubuntu", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
}
span.fa-topic-tag {
    color: #fff;
    background-color: #39c;
    padding: 1px 5px;
    border-radius: 3px;
    margin-right: 4px;
    display: inline;
    text-decoration: none!important;
}
.subcategoria-author {
    margin: 0 10px;
}
.subcategoria-top > .fa-entry-topicrow {
    flex-grow: 1;
}
.subcategoria-lastpost {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 45px;
    padding-top: 10px;
    line-height: 18px;
}
.subcategoria-lastpost .subcategoria-lastpost-avatar span img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin-bottom: 7px;
    box-shadow: 0 0 7px rgba(25, 25, 25, 0.95);
}
.subcategoria-footer {
    display: flex;
    margin-left: 10px;
}
.subcategoria-footer .messages {
    margin-right: 5px;
}
.subcategoria {
    background-color: #fff;
    border: none!important;
    border-radius: 3px!important;
    box-shadow: 2px 2px 7px rgba(0,0,0,0.48);
    margin: 10px 0!important;
    padding: 10px 10px 10px 10px;
}
.row2 {
    background-color: #f8f8f8;
}
#legend:before {
    content: "Grupos: " !important;
    font-size: 12px !important;
    font-weight: 500;
    font-family: Verdana ,sans-serif;
}
#legend {
    font-size: 0;
    line-height: 1.8;
}
#legend p a {
    font-size: 12px;
    margin: 5px;
}
#legend p {font-size: 0 !important;margin-top: 0px !important;display: inline !important;}
.post-head .profile-icons {
    float: right;
    list-style: none;
    margin-right: -12px;
    margin-top: -3px;
    padding: 18px 8px;
}
.mod-login-avatar img {
    border: 0px solid #40222200;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.3), 0 0 1px rgba(0,0,0,0.3);
    height: 300px;
    width: 150px;
}
.module .h3 {
    background-color: #f0f0f0;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    color: #000;
    font-family: inherit;
    font-size: 1.3rem;
    font-weight: 400;
    margin: -18px -18px 18px;
    padding: 12px 18px;
    text-transform: none;
}
#profile-advanced-right {
    float: right;
    margin-top: 2px;
    width: 276px;
}
.panel {
    background-color: #f8f8f8;
    border-radius: 0px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
    color: #444;
    margin-bottom: 24px;
    overflow: hidden;
    padding: 18px 18px 0;
    position: relative;
}
#tabs ul a:hover {
    border-color: #3793ff00;
}
#tabs ul a {
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0 0 1px;
    cursor: pointer;
    float: left;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
#tabs ul .activetab a {
    border-color: #3793ff00;
}
#profile-advanced-layout #new-message {
    background-color: #f0f0f0;
    border-radius: 3px 3px 0 0;
    clear: both;
    margin-top: -2em;
    position: relative;
}
#tabs {
    line-height: 35px;
    background-color: #f0f0f0;
    border-radius: 3px 3px 0 0;
}
Bruno_Michael

Bruno_Michael
****

Membro desde : 05/09/2013
Mensagens : 202
Pontos : 314

http://hassborn.forumeiros.com/forum

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Ajustes no menu dropdown

Mensagem por RafaelS. 01.01.19 20:09

Olá Bruno_Michael,

Aqui tem o código com as alterações:
Código:
/*INICIO - ESTRUTURA DO FÓRUM*/
#wrap {
    background-color: #e9ebedde!important;
    border: 1px solid #;
    font-size: 1.3rem;
    heigth: 40px;
    margin: 0 auto;
    max-width: 95%;
    padding: 24px 36px;
    width: 95%;
}
.wrap {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 36px;
    width: 98%;
}
.headerbar {
    background-color: #1d262c00!important;
    background-image: url(https://2img.net/i/fa/empty.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.logo {
    background-color: #1d262c00!important;
    background-image: url(https://i.imgur.com/BxOce4g.png);
    background-position: center center;
}
/*FIM - ESTRUTURA DO FÓRUM*/
/*INICIO - MENU DO FÓRUM*/
.is-sticky#headerbar-top {
display: none !important;
}
.navbar {
    background: #48731d!important;
    background-position: center center;
    height: 50px;
    line-height: 38px;
    margin: 0 auto;
    width: 95%;
    z-index: 999;
}
.navbar a {
    color: #fff!important;
    display: inline-block!important;
    /* font-family: "Trebuchet MS", Sans-serif, Arial, Verdana!important; */
    /* font-size: 13px!important; */
    /* font-weight: 700!important; */
    width: 100%;
    height: 50px!important;
    line-height: 53px!important;
    padding: 0 12px!important;
    text-shadow: none!important;
    transition-duration: 300ms!important;
}
.navbar a:hover {
    background-color: #ffffff1c!important;
  border-radius: 0px;
}
 
.navbar li{
margin: 0px !important
}
/* Style The Dropdown Button */
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
 
/* The container  - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}
 
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #48731d;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10;
}
 
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}
 
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
 
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
 
 
.topBar {
    background: #48731d!important;
    height: 50px;
    float: right;
    max-width: 1400px;
    margin-right: 40px;
    width: 25%;
}
.topBar a {
    color: #fff!important;
    display: inline-block!important;
    font-family: "Trebuchet MS", Sans-serif, Arial, Verdana!important;
    font-size: 13px!important;
    font-weight: 700!important;
    height: 50px!important;
    line-height: 50px!important;
      width: 100%;
    padding: 0 12px!important;
    text-shadow: none!important;
    transition-duration: 300ms!important;
}
.topBar a:hover {
    background-color: #ffffff1c!important;
  border-radius: 0px;
}
.topBar li{
  margin: 0px !important
}
 
.perfil {
    background: rgba(0,0,0,0.2);
    color: #fff;
    display: block;
    float: left;
    font-weight: 400;
    list-style: none;
    margin-right: 5px;
    transition: .05s all;
}
.register {
    background: rgba(0,0,0,0.2);
    float: right;
    font-size: 14px;
    font-weight: 300;
}
.login {
    background: rgba(0,0,0,0.2);
    float: right;
    font-size: 14px;
    font-weight: 300;
    margin-right: 5px;
}
.sair {
    background: rgba(0,0,0,0.2);
    color: #fff;
    display: block;
    float: left;
    /* font-size: 4px; */
    font-weight: 400;
    list-style: none;
    margin-right: 5px;
    /* padding: 23px 21px; */
    transition: .05s all;
}
.mensp{
    background: rgba(0,0,0,0.2);
    color: #fff;
    display: block;
    float: left;
    /* font-size: 4px; */
    font-weight: 400;
    list-style: none;
    margin-right: 5px;
    /* padding: 23px 21px; */
    transition: .05s all;
}
/*FIM - MENU DO FÓRUM*/
/*INICIO - LOGO DO FÓRUM*/
.avt-r img {
    background: #FFF none repeat scroll 0 0;
    border: 1px solid #D5D5D5!important;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    float: left;
    height: 38px;
    margin: 3px;
    padding: 1px;
    width: 38px;
    margin-right: 5px;
}
#mochavao {
    background-repeat: no-repeat;
    cursor: pointer;
    height: 300px;
    margin: 30px 300px auto;
    transition: .5s;
}
 
#mochavao:hover {
    opacity: .5;
}
/*FIM - LOGO DO FÓRUM*/
.mod-recent-info {
    position: relative;
}
.mod-recent-author .lastpost-avatar {
    float: left;
    padding: 11px 18px 11px 0;
    position: relative;
    margin-top: -10px;
}
.mod-recent-author {
    margin-left: 9px;
}
 .mod-recent-row {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0 0 3px 3px;
    height: 280px;
    overflow: scroll;
    overflow-x: hidden;
    margin-top: -12px;
}
#content-container #container {
    margin-left: 0!important;
}
span.posts {
    color: #7d7d7d;
    font-size: 14px;
}
 
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-forumrow-posts {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
}
.fa-forumrow-meta {
    color: #a1a1a1;
    display: flex;
    font-size: 14px;
    margin: 0!important;
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
}
.block {
    background-color: #f8f8f8;
    /* border-radius: 3px; */
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
    color: #444;
    font-size: 1.3rem;
    margin-bottom: 24px;
    overflow: hidden;
    padding: 18px;
}
.block-footer {
    background-color: #48731d;
    border-color: rgba(0,0,0,0.05);
    border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 1px 0 0;
    color: #fff;
    margin: -18px;
    padding: 12px 18px;
  text-align: center;
}
.statistics {
    background-color: #f8f8f8;
    color: #000;
    font-size: 1.3rem;
    overflow: hidden;
    padding: 24px 0;
}
.statistics-item {
    float: left;
    text-align: center;
    width: 25%;
    font-size: 0px;
    background-color: #f8f8f8;
 
}
.statistics-item::before, .statistics-item::after {
    color: #acafb5;
    font-size: 13px;
    margin: 0 6px;
}
.statistics-item-total-posts::before {
    content: "TOTAL DE POSTS";
}
.statistics-item-total-users::before {
    content: "TOTAL DE MEMBROS";
}
.statistics-item-total-record::before {
    content: "RECORD ONLINE";
}
.statistics-item-total-new::before {
    content: "MEMBRO MAIS NOVO";
}
.divisao {
    border-left: 1px solid rgba(0,0,0,.1);
    padding-left: 15px;
}
#content-container #container {
    margin-left: 0!important;
}
#comments_scroll_div {
    margin: 0!important;
}div#wrapper #left .module:nth-child(1) {
    display: none;
    position: absolute;
}
 
/*INICIO - CATEGORIA*/
dd.lastpost {
    font-size: 1.3rem;
    line-height: 20px;
    padding: 18px!important;
    width: 32%;
}
.row:hover {
    border-left: 3px solid #48731d;
}
.topic-actions .pathname-box {
    margin-top: -2px !important;
}
.pathname-box {
    background: none repeat scroll 0px 0px #F3F3F3;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1) inset;
    margin-top: 10px;
    padding-bottom: 3px;
}
.pathname-box {
    float: left;
    margin-left: 15px;
}
.pathname-box p {
    color: transparent;
}
.pathname-box p {
    margin-bottom: 0px;
}
a.nav {
    background: url(https://i.servimg.com/u/f42/17/32/13/00/second10.png) no-repeat scroll 100% -1px #bfbfbf00;
    color: #666;
    font-size: 12px;
    line-height: 30px;
    margin-top: 5px;
    padding: 2px 15px 6px 8px;
}
.sub-header-path {
    align-items: center;
    background-color: #eaeaea;
    border: 1px solid #cbcbcb!important;
    border-radius: 5px 5px 5px 5px!important;
    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
    display: flex;
    font-size: 0;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0;
}
.forumbg.announcement::before {
    content: "Anúncios:";
    font-family: "Segoe UI";
    font-size: 20px;
    margin-left: 4px;
    background-color: #fff;
    display: block;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.48);
    padding: 13px 10px 17px 10px;
}
.forumbg.announcement {
    border-bottom: solid 1px #cdcbcb !important;
    border-radius: 0px !important;
    margin-bottom: 20px !important;
    box-shadow: none !important;
    padding-bottom: 13px;
}
 
.forumbg {
    background-color: transparent !important;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat-x;
    border-radius: 3px;
  border: none !important;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
    clear: both;
    margin-bottom: 24px;
    padding: 0;
}
ul.topiclist.bg_none {
    background: none;
}
 
.online:before {
    background-color: #93F037;
    border-radius: 10px;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 9px;
    top: 9px;
    width: 10px;
}
.post-head {
  border-color: #000!important;
    border-width: 0 0 3px;
}
.postbody {
    color: #444;
    float: none;
    font-size: 1.2rem;
    margin-left: 235px;
    padding: 12px 18px 18px;
}
.postprofile-avatar img {
  border-radius: 0px;
  border: 1px solid #3793ff;
}
.postprofile-avatar img {
    border: 3px solid #000;
    border-radius: 5px!important;
      height: auto!important;
    width: auto!important;
}
.postprofile-name {
 
    line-height: 1.125;
    text-align: center;
    width: 220px;
}
.postprofile-avatar {
 
    margin-bottom: 6px;
    text-align: center;
    width: 220px;
}
.postprofile-rank {
      border-color: #d8d8d8!important;
    border-width: 0 0 2px!important;
    margin-bottom: 9px;
    padding-bottom: 9px;
    width: 220px;
}
 
.postprofile-info  {
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-box-shadow: 0 5px 5px #CCC;
    -webkit-border-radius-bottomright: 15px;
    -webkit-border-radius-topleft: 15px;
    -webkit-box-shadow: 0 5px 5px #CCC;
    background-image: url(http://hitskin.com/themes/13/92/59/i_list_bg.png);
    background-repeat: repeat;
    border: 1px solid #EEE;
    text-align: left;
    width: 220px;
    padding: 10px;
}
.post h2.topic-title a, .data-topico, .topic-icon {
  margin-left: 1%;
}
.post-head .topic-title {
    color: #444;
    display: inline-block;
    font-family: roboto condensed,sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    margin: -3px 0 3px;
    padding: 0 3px;
    text-transform: none;
}
.small_links a.nav {
    background: none;
    color: #666;
    font-size: 12px;
    line-height: 30px;
    margin-top: 5px;
    padding: 0;
}
 
#page-footer {
    background-color: #212529b3;
    border-bottom: solid 1px #2a2e32;
    border-top: solid 1px #2a2e32;
}
 
.fim {
    float: left;
    /* margin-bottom: 38px; */
    text-align: center;
    width: 25%;
}
.subcategoria-top {
    background-repeat: no-repeat;
    display: flex;
    background-position-y: center;
    background-position-x: 65%;
}
.subcategoria-top > .fa-entry-topicrow {
    flex-grow: 1;
}
.subcategoria-title a {
    font-size: 20px;
    margin: 10px 10px 16px 10px;
    font-family: "Segoe UI", "Helvetica Neue", "Ubuntu", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
}
span.fa-topic-tag {
    color: #fff;
    background-color: #39c;
    padding: 1px 5px;
    border-radius: 3px;
    margin-right: 4px;
    display: inline;
    text-decoration: none!important;
}
.subcategoria-author {
    margin: 0 10px;
}
.subcategoria-top > .fa-entry-topicrow {
    flex-grow: 1;
}
.subcategoria-lastpost {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 45px;
    padding-top: 10px;
    line-height: 18px;
}
.subcategoria-lastpost .subcategoria-lastpost-avatar span img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin-bottom: 7px;
    box-shadow: 0 0 7px rgba(25, 25, 25, 0.95);
}
.subcategoria-footer {
    display: flex;
    margin-left: 10px;
}
.subcategoria-footer .messages {
    margin-right: 5px;
}
.subcategoria {
    background-color: #fff;
    border: none!important;
    border-radius: 3px!important;
    box-shadow: 2px 2px 7px rgba(0,0,0,0.48);
    margin: 10px 0!important;
    padding: 10px 10px 10px 10px;
}
.row2 {
    background-color: #f8f8f8;
}
#legend:before {
    content: "Grupos: " !important;
    font-size: 12px !important;
    font-weight: 500;
    font-family: Verdana ,sans-serif;
}
#legend {
    font-size: 0;
    line-height: 1.8;
}
#legend p a {
    font-size: 12px;
    margin: 5px;
}
#legend p {font-size: 0 !important;margin-top: 0px !important;display: inline !important;}
.post-head .profile-icons {
    float: right;
    list-style: none;
    margin-right: -12px;
    margin-top: -3px;
    padding: 18px 8px;
}
.mod-login-avatar img {
    border: 0px solid #40222200;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.3), 0 0 1px rgba(0,0,0,0.3);
    height: 300px;
    width: 150px;
}
.module .h3 {
    background-color: #f0f0f0;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    color: #000;
    font-family: inherit;
    font-size: 1.3rem;
    font-weight: 400;
    margin: -18px -18px 18px;
    padding: 12px 18px;
    text-transform: none;
}
#profile-advanced-right {
    float: right;
    margin-top: 2px;
    width: 276px;
}
.panel {
    background-color: #f8f8f8;
    border-radius: 0px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
    color: #444;
    margin-bottom: 24px;
    overflow: hidden;
    padding: 18px 18px 0;
    position: relative;
}
#tabs ul a:hover {
    border-color: #3793ff00;
}
#tabs ul a {
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0 0 1px;
    cursor: pointer;
    float: left;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
#tabs ul .activetab a {
    border-color: #3793ff00;
}
#profile-advanced-layout #new-message {
    background-color: #f0f0f0;
    border-radius: 3px 3px 0 0;
    clear: both;
    margin-top: -2em;
    position: relative;
}
#tabs {
    line-height: 35px;
    background-color: #f0f0f0;
    border-radius: 3px 3px 0 0;
}

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: Ajustes no menu dropdown

Mensagem por Bruno_Michael 01.01.19 20:23

Perfeito, muito obrigado. *-*
Amo essa comunidade.
Bruno_Michael

Bruno_Michael
****

Membro desde : 05/09/2013
Mensagens : 202
Pontos : 314

http://hassborn.forumeiros.com/forum

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Ajustes no menu dropdown

Mensagem por RafaelS. 01.01.19 20:25

Disponha. Feliz

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