Personalização De Linhas No Forum Na Barra De Rolamento Da Tela
3 participantes
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
Personalização De Linhas No Forum Na Barra De Rolamento Da Tela
Detalhes da questão
Endereço do fórum: http://bps-brasilplaystyle.forumeiros.com
Versão do fórum: ModernBB
Descrição
Ola Queria Saber Se Tem Como Fazer Algum Codigo Como Esse Para Aparecer Essas Linhas :
https://imgur.com/zL7706D
https://imgur.com/DdJ2ypm
https://imgur.com/g1ovcWZ
No Topico Na Tela La Em Cima Onde Fica Inicio Portal Perfil Etc , E Na Barra De Rolação Da Tela ...
Re: Personalização De Linhas No Forum Na Barra De Rolamento Da Tela
Olá!
Adicione em sua CSS o seguinte código:
Att!
Adicione em sua CSS o seguinte código:
- Código:
.forabg .header {
border-bottom: 5px solid dodgerblue !important;
}
.is-sticky#headerbar-top {
border-bottom: 5px solid dodgerblue !important;
box-shadow: none !important;
}
/* ---------------- Barra de rolagem Google Chrome---------------- */
::-webkit-scrollbar {
width: 15px;
height: 5px;
}
::-webkit-scrollbar-track-piece {
background: black;
}
::-webkit-scrollbar-thumb:vertical {
height: 5px;
background: dodgerblue;
}
::-webkit-scrollbar-thumb:horizontal {
width: 5px;
background-color: dodgerblue;
}
Att!
Re: Personalização De Linhas No Forum Na Barra De Rolamento Da Tela
Ola Adicionei O Codigo , Não Resultou Em Nada. Estou No Aguardo.
Re: Personalização De Linhas No Forum Na Barra De Rolamento Da Tela
Olá Yan!
Certifique-se que a opção de melhorar CSS esteja marcada em sim e a de forçar o CSS base do fórum esteja marcada em não. Caso ainda assim não funcione, limpe os cookies do seu navegador. O código é funcional, como já disse outras vezes, eu sempre testo antes de postar um código.
Att!
Certifique-se que a opção de melhorar CSS esteja marcada em sim e a de forçar o CSS base do fórum esteja marcada em não. Caso ainda assim não funcione, limpe os cookies do seu navegador. O código é funcional, como já disse outras vezes, eu sempre testo antes de postar um código.
Att!
Re: Personalização De Linhas No Forum Na Barra De Rolamento Da Tela
Limpar Os Cookies ? Mostra Ai Como Faz Plisz ^^
Obsv: Ta Tudo Do Jeito Que Você Disse Acima
Obsv: Ta Tudo Do Jeito Que Você Disse Acima
Re: Personalização De Linhas No Forum Na Barra De Rolamento Da Tela
Os cookies depende do seu navegador. Eu uso o Google Chrome. Pesquisa no google como que limpa os cookies do seu navegador e depois adicione o código no início da tua CSS.Daniel Yan escreveu:Limpar Os Cookies ? Mostra Ai Como Faz Plisz ^^
Obsv: Ta Tudo Do Jeito Que Você Disse Acima
No Google Chrome, na parte superior da tela no canto direito há 3 pontinhos, clicando nisso e depois em histórico, terá a opção de limpá-lo.
Re: Personalização De Linhas No Forum Na Barra De Rolamento Da Tela
O De Rolamento Deu Certo Ainda Esta Faltando Os Outros 2 ... Estou No Aguardo ...
Re: Personalização De Linhas No Forum Na Barra De Rolamento Da Tela
Mande-me a tua CSS por gentileza!
Re: Personalização De Linhas No Forum Na Barra De Rolamento Da Tela
Aqui Esta :
- Código:
body {
.forabg .header {
border-bottom: 5px solid dodgerblue !important;
}
.is-sticky#headerbar-top {
border-bottom: 5px solid dodgerblue !important;
box-shadow: none !important;
}
/* ---------------- Barra de rolagem Google Chrome---------------- */
::-webkit-scrollbar {
width: 15px;
height: 5px;
}
::-webkit-scrollbar-track-piece {
background: black;
}
::-webkit-scrollbar-thumb:vertical {
height: 5px;
background: dodgerblue;
}
::-webkit-scrollbar-thumb:horizontal {
width: 5px;
background-color: dodgerblue;
}
cursor: url(https://i.imgur.com/MwGOvYu.png), auto;
}
a:hover {
cursor: url(https://i.imgur.com/MwGOvYu.png), auto;
}
.monAva img {
height: 51px;
width: 48px;
margin-right: 5px;
background: none repeat scroll 0 0 #FFF;
border: 1px solid #d5d1c8;
box-shadow: 0 2px 2px rgba(0,0,0,0.1);
padding: 1px;
}
.monAva img:hover {
border: 2px solid #FE2EF7;
}
.myStaff a {
display:inline-block;
vertical-align:top;
margin-top:.75em;
}
a[style*="#000099"],
a[href^="/u"] > span[style*="#000099"] {
background-image: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
text-shadow: 0 0 1px rgba(0, 0, 0, 0.54);
}
a[style*="#D4F000"],
a[href^="/u"] > span[style*="#D4F000"] {
background-image: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
text-shadow: 0 0 1px rgba(0, 0, 0, 0.54);
}
a[style*="#00F7FF"],
a[href^="/u"] > span[style*="#00F7FF"] {
background-image: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
text-shadow: 0 0 1px rgba(0, 0, 0, 0.54);
}
a[style*="#F0F000"],
a[href^="/u"] > span[style*="#F0F000"] {
background-image: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
text-shadow: 0 0 1px rgba(0, 0, 0, 0.54);
}
a[style*="#00FF51"], a[href^="/u"] > span[style*="#00FF51"] {
background-image: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
text-shadow: 0 0 1px rgba(0, 0, 0, 0.54);
}
a[style*="#F000E8"], a[href^="/u"] > span[style*="#F000E8"] {
background-image: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
text-shadow: 0 0 1px rgba(0, 0, 0, 0.54);
}
a[style*="#BF5EF7"], a[href^="/u"] > span[style*="#BF5EF7"] {
background-image: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
text-shadow: 0 0 1px rgba(0, 0, 0, 0.54);
}
a.gensmall[style="color: #F000E8"]:before {
content: '\f005 \00A0';
font-family: 'fontawesome';
}
a.gensmall[style="color: #000099"]:before {
content: '\f085 \00A0';
font-family: 'fontawesome';
}
a.gensmall[style="color: #00FF51"]:before {
content: '\f0ad \00A0';
font-family: 'fontawesome';
}
a.gensmall[style="color: #A200FF"]:before {
content: '\f0c0 \00A0';
font-family: 'fontawesome';
}
a.gensmall[style="color: #00F7FF"]:before {
content: '\f219 \00A0';
font-family: 'fontawesome';
}
a.gensmall[style="color: #BF5EF7"]:before {
content: '\f0c0 \00A0';
font-family: 'fontawesome';
}
a.gensmall[style="color: #D4F000"]:before {
content: '\f1fc \00A0';
font-family: 'fontawesome';
}
a.gensmall[style="color: #F0F000"]:before {
content: '\f0d6 \00A0';
font-family: 'fontawesome';
}
a.gensmall[style="color: #FC0000"]:before {
content: '\f0e3 \00A0';
font-family: 'fontawesome';
}
.frmfechado {
background-color:#FFE6E2;
border:1px solid #E9553C;
padding:20px;
text-align:center;
}
.fa-topiclist-row {
background-repeat: no-repeat;
background-position: 99% center;
}
a[style*="#FC0000"], a[href^="/u"] > span[style*="#FC0000"] {
background-image: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
text-shadow: 0 0 1px rgba(0, 0, 0, 0.54)
}
.postprofile dt img,
dl.left-box dt img {
border:3px solid #000000;
}
/******AMIGOS ONLINE**********/
.monAva img {
height: 51px;
width: 45px;
margin-right: 5px;
background-color: none repeat scroll 0 0 #FFF;
border: 1px solid #d5d1c8;
box-shadow: 0 2px 2px rgba(0,0,0,0.1);
padding: 1px;
}
.monAva img:hover {
border: 2px solid #FC0000;
}
.myStaff a {
display: inline-block;
vertical-align: top;
margin-top: .75em;
}
/******* AMIGOS ONLINE ********/
}
.row .hierarchy + img {
transition: all 200ms linear;
transform: scale(1) rotate(0deg);
}
.row:hover .hierarchy + img {
transform: scale(1.1) rotate(-45deg);
}
a[href^="/u"] span[style^="color:#FC0000"]:before {
content: "\f0e3 ";
font-family: FontAwesome
}
a[href^="/u"] span[style^="color:#F000E8"]:before {
content: "\f005 ";
font-family: FontAwesome
}
a[href^="/u"] span[style^="color:#000099"]:before {
content: "\f013 ";
font-family: FontAwesome
}
a[href^="/u"] span[style^="color:#00FF51"]:before {
content: "\f0ad ";
font-family: FontAwesome
}
a[href^="/u"] span[style^="color:#D4F000"]:before {
content: "\f1fc ";
font-family: FontAwesome
}
a[href^="/u"] span[style^="color:#00F7FF"]:before {
content: "\f219 ";
font-family: FontAwesome
}
a[href^="/u"] span[style^="color:#F0F000"]:before {
content: "\f0d6 ";
font-family: FontAwesome
}
a[href^="/u"] span[style^="color:#BF5EF7"]:before {
content: "\f0c0 ";
font-family: FontAwesome
.mod-recent-info {
position: relative;
padding-left: 50px;
}
.mod-recent-author .lastpost-avatar {
position: absolute;
top: 50%;
left: 0;
transform: translate(0, -50%);
}
span.mod-recent-info {
display: flex;
flex-direction: column-reverse;
}
.mod-recent-author {
margin-left: 0;
}
span.mod-recent-info {
display: flex !important;
flex-direction: column-reverse;
}
.mod-recent-author {
margin-left: 0 !important;
}
.recentPost > .recentInline {
align-items: center;
position: relative;
min-height: 42px;
padding-left: 72px;
box-sizing: border-box;
text-indent: -9999px;
line-height: 18px;
margin-top: -14px;
}
Re: Personalização De Linhas No Forum Na Barra De Rolamento Da Tela
Substitua o código anterior por este:
Att!
- Código:
div#headerbar-top {
border-bottom: 5px solid dodgerblue !important;
box-shadow: none !important;
}
li.header {
border-bottom: 5px solid dodgerblue !important;
}
Att!
Re: Personalização De Linhas No Forum Na Barra De Rolamento Da Tela
Sim Funcionou , Porem Queria Na Barra De Inicio Tambem Como Mostra O Print , Estou No Aguardo ...
Re: Personalização De Linhas No Forum Na Barra De Rolamento Da Tela
O código fornece efeito no menu flutuante e nas categorias, não era isso que queria? O que falta a mais?
Re: Personalização De Linhas No Forum Na Barra De Rolamento Da Tela
Retire o script de bloquear o botão direito do mouse para que eu possa fazer os testes em seu fórum pelo console do navegador, pois não estou entendendo o porquê de não estar funcionando, visto que ambos códigos funcionaram em meu fórum de testes que é a mesma versão que o seu, ModernBB.
O senhor fala à respeito disso: correto?!
O senhor fala à respeito disso: correto?!
Re: Personalização De Linhas No Forum Na Barra De Rolamento Da Tela
Sim Exatamente Ai Irei Retirar .
Re: Personalização De Linhas No Forum Na Barra De Rolamento Da Tela
Substitua o código fornecido anteriormente por este:
Att!
- Código:
.is-sticky#headerbar-top.w-toolbar {
border-bottom: 5px solid dodgerblue !important;
box-shadow: none !important;
}
li.header {
border-bottom: 5px solid dodgerblue !important;
}
Att!
Re: Personalização De Linhas No Forum Na Barra De Rolamento Da Tela
Começou A Dar Erro Na Css
Codigo :
Codigo :
- Código:
body {
.is-sticky#headerbar-top.w-toolbar {
border-bottom: 5px solid dodgerblue !important;
box-shadow: none !important;
}
li.header {
border-bottom: 5px solid dodgerblue !important;
}
/* ---------------- Barra de rolagem Google Chrome---------------- */
::-webkit-scrollbar {
width: 15px;
height: 5px;
}
::-webkit-scrollbar-track-piece {
background: black;
}
::-webkit-scrollbar-thumb:vertical {
height: 10px;
background: dodgerblue;
}
::-webkit-scrollbar-thumb:horizontal {
width: 5px;
background-color: black;
}
cursor: url(https://i.imgur.com/MwGOvYu.png), auto;
}
a:hover {
cursor: url(https://i.imgur.com/MwGOvYu.png), auto;
}
.monAva img {
height: 51px;
width: 48px;
margin-right: 5px;
background: none repeat scroll 0 0 #FFF;
border: 1px solid #d5d1c8;
box-shadow: 0 2px 2px rgba(0,0,0,0.1);
padding: 1px;
}
.monAva img:hover {
border: 2px solid #FE2EF7;
}
.myStaff a {
display:inline-block;
vertical-align:top;
margin-top:.75em;
}
a[style*="#000099"],
a[href^="/u"] > span[style*="#000099"] {
background-image: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
text-shadow: 0 0 1px rgba(0, 0, 0, 0.54);
}
a[style*="#D4F000"],
a[href^="/u"] > span[style*="#D4F000"] {
background-image: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
text-shadow: 0 0 1px rgba(0, 0, 0, 0.54);
}
a[style*="#00F7FF"],
a[href^="/u"] > span[style*="#00F7FF"] {
background-image: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
text-shadow: 0 0 1px rgba(0, 0, 0, 0.54);
}
a[style*="#F0F000"],
a[href^="/u"] > span[style*="#F0F000"] {
background-image: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
text-shadow: 0 0 1px rgba(0, 0, 0, 0.54);
}
a[style*="#00FF51"], a[href^="/u"] > span[style*="#00FF51"] {
background-image: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
text-shadow: 0 0 1px rgba(0, 0, 0, 0.54);
}
a[style*="#F000E8"], a[href^="/u"] > span[style*="#F000E8"] {
background-image: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
text-shadow: 0 0 1px rgba(0, 0, 0, 0.54);
}
a[style*="#BF5EF7"], a[href^="/u"] > span[style*="#BF5EF7"] {
background-image: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
text-shadow: 0 0 1px rgba(0, 0, 0, 0.54);
}
a.gensmall[style="color: #F000E8"]:before {
content: '\f005 \00A0';
font-family: 'fontawesome';
}
a.gensmall[style="color: #000099"]:before {
content: '\f085 \00A0';
font-family: 'fontawesome';
}
a.gensmall[style="color: #00FF51"]:before {
content: '\f0ad \00A0';
font-family: 'fontawesome';
}
a.gensmall[style="color: #A200FF"]:before {
content: '\f0c0 \00A0';
font-family: 'fontawesome';
}
a.gensmall[style="color: #00F7FF"]:before {
content: '\f219 \00A0';
font-family: 'fontawesome';
}
a.gensmall[style="color: #BF5EF7"]:before {
content: '\f0c0 \00A0';
font-family: 'fontawesome';
}
a.gensmall[style="color: #D4F000"]:before {
content: '\f1fc \00A0';
font-family: 'fontawesome';
}
a.gensmall[style="color: #F0F000"]:before {
content: '\f0d6 \00A0';
font-family: 'fontawesome';
}
a.gensmall[style="color: #FC0000"]:before {
content: '\f0e3 \00A0';
font-family: 'fontawesome';
}
.frmfechado {
background-color:#FFE6E2;
border:1px solid #E9553C;
padding:20px;
text-align:center;
}
.fa-topiclist-row {
background-repeat: no-repeat;
background-position: 99% center;
}
a[style*="#FC0000"], a[href^="/u"] > span[style*="#FC0000"] {
background-image: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
text-shadow: 0 0 1px rgba(0, 0, 0, 0.54)
}
.postprofile dt img,
dl.left-box dt img {
border:3px solid #000000;
}
.row .hierarchy + img {
transition: all 200ms linear;
transform: scale(1) rotate(0deg);
}
.row:hover .hierarchy + img {
transform: scale(1.1) rotate(-45deg);
}
a[href^="/u"] span[style^="color:#FC0000"]:before {
content: "\f0e3 ";
font-family: FontAwesome
}
a[href^="/u"] span[style^="color:#F000E8"]:before {
content: "\f005 ";
font-family: FontAwesome
}
a[href^="/u"] span[style^="color:#000099"]:before {
content: "\f013 ";
font-family: FontAwesome
}
a[href^="/u"] span[style^="color:#00FF51"]:before {
content: "\f0ad ";
font-family: FontAwesome
}
a[href^="/u"] span[style^="color:#D4F000"]:before {
content: "\f1fc ";
font-family: FontAwesome
}
a[href^="/u"] span[style^="color:#00F7FF"]:before {
content: "\f219 ";
font-family: FontAwesome
}
a[href^="/u"] span[style^="color:#F0F000"]:before {
content: "\f0d6 ";
font-family: FontAwesome
}
a[href^="/u"] span[style^="color:#BF5EF7"]:before {
content: "\f0c0 ";
font-family: FontAwesome
.mod-recent-info {
position: relative;
padding-left: 50px;
}
.mod-recent-author .lastpost-avatar {
position: absolute;
top: 50%;
left: 0;
transform: translate(0, -50%);
}
span.mod-recent-info {
display: flex;
flex-direction: column-reverse;
}
.mod-recent-author {
margin-left: 0;
}
span.mod-recent-info {
display: flex !important;
flex-direction: column-reverse;
}
.mod-recent-author {
margin-left: 0 !important;
}
Re: Personalização De Linhas No Forum Na Barra De Rolamento Da Tela
Troque por esta:
Att!
- Código:
.is-sticky#headerbar-top.w-toolbar {
border-bottom: 5px solid dodgerblue !important;
box-shadow: none !important;
}
li.header {
border-bottom: 5px solid dodgerblue !important;
}
/* ---------------- Barra de rolagem Google Chrome---------------- */
::-webkit-scrollbar {
width: 15px;
height: 5px;
}
::-webkit-scrollbar-track-piece {
background: black;
}
::-webkit-scrollbar-thumb:vertical {
height: 10px;
background: dodgerblue;
}
::-webkit-scrollbar-thumb:horizontal {
width: 5px;
background-color: black;
}
body {
cursor: url(https://i.imgur.com/MwGOvYu.png), auto;
}
a:hover {
cursor: url(https://i.imgur.com/MwGOvYu.png), auto;
}
.monAva img {
height: 51px;
width: 48px;
margin-right: 5px;
background: none repeat scroll 0 0 #FFF;
border: 1px solid #d5d1c8;
box-shadow: 0 2px 2px rgba(0,0,0,0.1);
padding: 1px;
}
.monAva img:hover {
border: 2px solid #FE2EF7;
}
.myStaff a {
display:inline-block;
vertical-align:top;
margin-top:.75em;
}
a[style*="#000099"],
a[href^="/u"] > span[style*="#000099"] {
background-image: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
text-shadow: 0 0 1px rgba(0, 0, 0, 0.54);
}
a[style*="#D4F000"],
a[href^="/u"] > span[style*="#D4F000"] {
background-image: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
text-shadow: 0 0 1px rgba(0, 0, 0, 0.54);
}
a[style*="#00F7FF"],
a[href^="/u"] > span[style*="#00F7FF"] {
background-image: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
text-shadow: 0 0 1px rgba(0, 0, 0, 0.54);
}
a[style*="#F0F000"],
a[href^="/u"] > span[style*="#F0F000"] {
background-image: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
text-shadow: 0 0 1px rgba(0, 0, 0, 0.54);
}
a[style*="#00FF51"], a[href^="/u"] > span[style*="#00FF51"] {
background-image: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
text-shadow: 0 0 1px rgba(0, 0, 0, 0.54);
}
a[style*="#F000E8"], a[href^="/u"] > span[style*="#F000E8"] {
background-image: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
text-shadow: 0 0 1px rgba(0, 0, 0, 0.54);
}
a[style*="#BF5EF7"], a[href^="/u"] > span[style*="#BF5EF7"] {
background-image: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
text-shadow: 0 0 1px rgba(0, 0, 0, 0.54);
}
a.gensmall[style="color: #F000E8"]:before {
content: '\f005 \00A0';
font-family: 'fontawesome';
}
a.gensmall[style="color: #000099"]:before {
content: '\f085 \00A0';
font-family: 'fontawesome';
}
a.gensmall[style="color: #00FF51"]:before {
content: '\f0ad \00A0';
font-family: 'fontawesome';
}
a.gensmall[style="color: #A200FF"]:before {
content: '\f0c0 \00A0';
font-family: 'fontawesome';
}
a.gensmall[style="color: #00F7FF"]:before {
content: '\f219 \00A0';
font-family: 'fontawesome';
}
a.gensmall[style="color: #BF5EF7"]:before {
content: '\f0c0 \00A0';
font-family: 'fontawesome';
}
a.gensmall[style="color: #D4F000"]:before {
content: '\f1fc \00A0';
font-family: 'fontawesome';
}
a.gensmall[style="color: #F0F000"]:before {
content: '\f0d6 \00A0';
font-family: 'fontawesome';
}
a.gensmall[style="color: #FC0000"]:before {
content: '\f0e3 \00A0';
font-family: 'fontawesome';
}
.frmfechado {
background-color:#FFE6E2;
border:1px solid #E9553C;
padding:20px;
text-align:center;
}
.fa-topiclist-row {
background-repeat: no-repeat;
background-position: 99% center;
}
a[style*="#FC0000"], a[href^="/u"] > span[style*="#FC0000"] {
background-image: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
text-shadow: 0 0 1px rgba(0, 0, 0, 0.54)
}
.postprofile dt img,
dl.left-box dt img {
border:3px solid #000000;
}
.row .hierarchy + img {
transition: all 200ms linear;
transform: scale(1) rotate(0deg);
}
.row:hover .hierarchy + img {
transform: scale(1.1) rotate(-45deg);
}
a[href^="/u"] span[style^="color:#FC0000"]:before {
content: "\f0e3 ";
font-family: FontAwesome
}
a[href^="/u"] span[style^="color:#F000E8"]:before {
content: "\f005 ";
font-family: FontAwesome
}
a[href^="/u"] span[style^="color:#000099"]:before {
content: "\f013 ";
font-family: FontAwesome
}
a[href^="/u"] span[style^="color:#00FF51"]:before {
content: "\f0ad ";
font-family: FontAwesome
}
a[href^="/u"] span[style^="color:#D4F000"]:before {
content: "\f1fc ";
font-family: FontAwesome
}
a[href^="/u"] span[style^="color:#00F7FF"]:before {
content: "\f219 ";
font-family: FontAwesome
}
a[href^="/u"] span[style^="color:#F0F000"]:before {
content: "\f0d6 ";
font-family: FontAwesome
}
a[href^="/u"] span[style^="color:#BF5EF7"]:before {
content: "\f0c0 ";
font-family: FontAwesome
.mod-recent-info {
position: relative;
padding-left: 50px;
}
.mod-recent-author .lastpost-avatar {
position: absolute;
top: 50%;
left: 0;
transform: translate(0, -50%);
}
span.mod-recent-info {
display: flex;
flex-direction: column-reverse;
}
.mod-recent-author {
margin-left: 0;
}
span.mod-recent-info {
display: flex !important;
flex-direction: column-reverse;
}
.mod-recent-author {
margin-left: 0 !important;
}
Att!
Re: Personalização De Linhas No Forum Na Barra De Rolamento Da Tela
Nice ! Muito Obrigado Pela Sua Ajuda Esta Tudo Ótimo
Re: Personalização De Linhas No Forum Na Barra De Rolamento Da Tela
Questão marcada como Resolvida ou o Autor solicitou que ela fosse arquivada. Tópico marcado como Resolvido e movido para Questões resolvidas. |
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