Símbolos antes do nome
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre a aparência do fórum :: Questões resolvidas sobre a aparência do fórum
Página 1 de 1
Símbolos antes do nome
Detalhes da questão
Endereço do fórum: http://testedeforumemconstr.forumeiros.com/forum
Versão do fórum: ModernBB
Descrição
Olá,
gostaria de remover o símbolo da parte do nome do grupo, deixar somente no nome dos membros do grupo.
Atualmente está assim: https://i.imgur.com/wahGmEz.jpg (Aparecendo no grupo e no membro do grupo)
Eu gostaria que ficasse assim: https://i.imgur.com/3YKKBnp.jpg (Eu quero que fique assim, somente no nome do membro)
Re: Símbolos antes do nome
Olá,
Poderia passar-me o seu CSS? Ou uma foto da gestão do grupo de Administração?
Fico no aguardo.
Uso de formatação de textoInformamos que a formatação excessiva não é permitida no Fórum dos Fóruns. Isto é, o uso do riscado, o uso de alinhamentos, a alteração do texto, cor ou tamanho da fonte. Estes privilégios são reservados à Staff do Fórum dos Fóruns. |
Fico no aguardo.
Convidado- Convidado
Re: Símbolos antes do nome
Olá,
Troque o CSS para:
Troque o CSS para:
- Código:
/**
* WhiteShadow Theme by pedxz to ModernBB
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:300);
body {
text-shadow: 0 1px 1px rgba(0,0,0,0.2);
font-family: "Roboto", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: 300;
font-style: normal;
}
a {
text-decoration: none;
-webkit-tap-highlight-color: transparent;
}
a, .post-content {
text-shadow: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
font-weight: inherit;
}
.h3, h3 {
border-color: transparent;
}
.headerbar {
height: 250px;
}
a#logo {
display: none;
}
div#headerbar-top {
background-color: #2c353b;
margin-top: 170px;
background-attachment: fixed;
background-position: center top;
}
div#site-desc {
top: 20%;
}
.is-sticky {
position: relative!important;
background-color: #2c353b!important;
margin-top: 170px;
box-shadow: none!important;
height: 81px!important;
padding: 0!important;
}
.is-sticky .navbar {
text-align: left;
}
.is-sticky .navbar li {
margin: 25px 0 0;
}
.navbar a:hover {
background-color: transparent;
border-radius: 0;
color: white;
}
.navbar li:hover {
opacity: .2;
}
.forabg.hidden {
background-color: rgb(245, 245, 245);
}
.post-head {
background-color: white;
border-color: white;
}
.postprofile-avatar img {
border: 0;
border-radius: 0;
-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}
#preview .postbody table, #preview .postbody td, div[class*='post--'] .postbody table, div[class*='post--'] .postbody td {
border: 0!important;
}
.copyright .wrap:after {
content: 'WhiteShadow Theme by pedxz to ModernBB Host by HitSkin.';
display: block;
padding-bottom: 20px;
}
a[href="/u1"] {
text-shadow: 0px 0px 5px #32A3FA;
}
a[href="/u1"] {
background: url("https://i.servimg.com/u/f42/17/32/85/36/th/borbol11.gif");
}
.Dono {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #000099;
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;
}
.Forum {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #ff9900;
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;
}
.Administrador {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #F08DA6;
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;
}
.Helper {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #25D997;
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;
}
.Lider {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #C671F7;
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;
}
.Membro {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #000000;
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;
}
.Moderador {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #A1682C;
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;
}
.Banido {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #ff0000;
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;
}
.Colaborador {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #96F55F;
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;
}
.post .post-head {
background-color: transparent;
border-bottom-color: rgba(0, 0, 0, .1);
}
.postprofile-name a {
text-shadow: 0 1px 1px rgba(0,0,0,0.10)!important;
}
.lastpost-avatar img, /* ULTIMOS ASSUNTOS */
.monAva img, /* STAFF WIDGET */
.postprofile-avatar img, /* STAFF WIDGET */
.mod-login-avatar img /* PERFIL */ {
max-height: 300px; /* ALTURA MÁXIMA */
max-width: 160px; /* LARGURA MÁXIMA */
height: auto; /* ALTURA PADRÃO */
border-radius: 0!important;
}
Convidado- Convidado
Re: Símbolos antes do nome
O novo código acabou por remover tanto do grupo quanto do nome do membro do grupo o simbolo.
https://i.imgur.com/J3bW4vr.jpg
https://i.imgur.com/J3bW4vr.jpg
Re: Símbolos antes do nome
Peço desculpa, tente trocar para:
- Código:
/**
* WhiteShadow Theme by pedxz to ModernBB
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:300);
body {
text-shadow: 0 1px 1px rgba(0,0,0,0.2);
font-family: "Roboto", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: 300;
font-style: normal;
}
a {
text-decoration: none;
-webkit-tap-highlight-color: transparent;
}
a, .post-content {
text-shadow: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
font-weight: inherit;
}
.h3, h3 {
border-color: transparent;
}
.headerbar {
height: 250px;
}
a#logo {
display: none;
}
div#headerbar-top {
background-color: #2c353b;
margin-top: 170px;
background-attachment: fixed;
background-position: center top;
}
div#site-desc {
top: 20%;
}
.is-sticky {
position: relative!important;
background-color: #2c353b!important;
margin-top: 170px;
box-shadow: none!important;
height: 81px!important;
padding: 0!important;
}
.is-sticky .navbar {
text-align: left;
}
.is-sticky .navbar li {
margin: 25px 0 0;
}
.navbar a:hover {
background-color: transparent;
border-radius: 0;
color: white;
}
.navbar li:hover {
opacity: .2;
}
.forabg.hidden {
background-color: rgb(245, 245, 245);
}
.post-head {
background-color: white;
border-color: white;
}
.postprofile-avatar img {
border: 0;
border-radius: 0;
-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}
#preview .postbody table, #preview .postbody td, div[class*='post--'] .postbody table, div[class*='post--'] .postbody td {
border: 0!important;
}
.copyright .wrap:after {
content: 'WhiteShadow Theme by pedxz to ModernBB Host by HitSkin.';
display: block;
padding-bottom: 20px;
}
a[href="/u1"] {
text-shadow: 0px 0px 5px #32A3FA;
}
a[href="/u1"] {
background: url("https://i.servimg.com/u/f42/17/32/85/36/th/borbol11.gif");
}
.Dono {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #000099;
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;
}
.Forum {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #ff9900;
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;
}
.Administrador {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #F08DA6;
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;
}
.Helper {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #25D997;
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;
}
.Lider {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #C671F7;
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;
}
.Membro {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #000000;
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;
}
.Moderador {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #A1682C;
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;
}
.Banido {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #ff0000;
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;
}
.Colaborador {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #96F55F;
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;
}
.post .post-head {
background-color: transparent;
border-bottom-color: rgba(0, 0, 0, .1);
}
.postprofile-name a {
text-shadow: 0 1px 1px rgba(0,0,0,0.10)!important;
}
.gensmall[style*="000099"]::before {
content: '\f058 ';
font-family: 'fontawesome';
}
.lastpost-avatar img, /* ULTIMOS ASSUNTOS */
.monAva img, /* STAFF WIDGET */
.postprofile-avatar img, /* STAFF WIDGET */
.mod-login-avatar img /* PERFIL */ {
max-height: 300px; /* ALTURA MÁXIMA */
max-width: 160px; /* LARGURA MÁXIMA */
height: auto; /* ALTURA PADRÃO */
border-radius: 0!important;
}
Convidado- Convidado
Re: Símbolos antes do nome
Agora ficou somente no grupo e não no nome do membro. Tem que ser o contrário, somente no nome do membro e não no grupo.
https://i.imgur.com/HcOu3Yi.jpg
https://i.imgur.com/HcOu3Yi.jpg
Re: Símbolos antes do nome
Erro meu...
- Código:
/**
* WhiteShadow Theme by pedxz to ModernBB
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:300);
body {
text-shadow: 0 1px 1px rgba(0,0,0,0.2);
font-family: "Roboto", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: 300;
font-style: normal;
}
a {
text-decoration: none;
-webkit-tap-highlight-color: transparent;
}
a, .post-content {
text-shadow: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
font-weight: inherit;
}
.h3, h3 {
border-color: transparent;
}
.headerbar {
height: 250px;
}
a#logo {
display: none;
}
div#headerbar-top {
background-color: #2c353b;
margin-top: 170px;
background-attachment: fixed;
background-position: center top;
}
div#site-desc {
top: 20%;
}
.is-sticky {
position: relative!important;
background-color: #2c353b!important;
margin-top: 170px;
box-shadow: none!important;
height: 81px!important;
padding: 0!important;
}
.is-sticky .navbar {
text-align: left;
}
.is-sticky .navbar li {
margin: 25px 0 0;
}
.navbar a:hover {
background-color: transparent;
border-radius: 0;
color: white;
}
.navbar li:hover {
opacity: .2;
}
.forabg.hidden {
background-color: rgb(245, 245, 245);
}
.post-head {
background-color: white;
border-color: white;
}
.postprofile-avatar img {
border: 0;
border-radius: 0;
-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}
#preview .postbody table, #preview .postbody td, div[class*='post--'] .postbody table, div[class*='post--'] .postbody td {
border: 0!important;
}
.copyright .wrap:after {
content: 'WhiteShadow Theme by pedxz to ModernBB Host by HitSkin.';
display: block;
padding-bottom: 20px;
}
a[href="/u1"] {
text-shadow: 0px 0px 5px #32A3FA;
}
a[href="/u1"] {
background: url("https://i.servimg.com/u/f42/17/32/85/36/th/borbol11.gif");
}
.Dono {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #000099;
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;
}
.Forum {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #ff9900;
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;
}
.Administrador {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #F08DA6;
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;
}
.Helper {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #25D997;
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;
}
.Lider {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #C671F7;
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;
}
.Membro {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #000000;
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;
}
.Moderador {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #A1682C;
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;
}
.Banido {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #ff0000;
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;
}
.Colaborador {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #96F55F;
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;
}
.post .post-head {
background-color: transparent;
border-bottom-color: rgba(0, 0, 0, .1);
}
.postprofile-name a {
text-shadow: 0 1px 1px rgba(0,0,0,0.10)!important;
}
.block .gensmall > [style*="000099"]::before,
[style="color:#000099"] strong::before {
content: '\f058 ';
font-family: 'fontawesome';
}
.lastpost-avatar img, /* ULTIMOS ASSUNTOS */
.monAva img, /* STAFF WIDGET */
.postprofile-avatar img, /* STAFF WIDGET */
.mod-login-avatar img /* PERFIL */ {
max-height: 300px; /* ALTURA MÁXIMA */
max-width: 160px; /* LARGURA MÁXIMA */
height: auto; /* ALTURA PADRÃO */
border-radius: 0!important;
}
Convidado- Convidado
Re: Símbolos antes do nome
Tópico movido de 'Questões sobre códigos' para 'Questões sobre a aparência do fórum'
Tópico resolvidoMovido para "Questões resolvidas". |
Convidado- Convidado
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre a aparência do fórum :: Questões resolvidas sobre a aparência do fórum
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos