Borda dos fóruns
2 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
Borda dos fóruns
Detalhes da questão
Endereço do fórum: http://redestoryrankup.forumeiros.com
Versão do fórum: ModernBB
Descrição
Quero saber como faço para remover essa linha branca: https://prnt.sc/syt9if
E deixa assim "Sem" borda: https://prnt.sc/sytacp
Re: Borda dos fóruns
Olá @ElevenFraca_,
Localize e remova o seguinte código da sua folha de estilo CSS:
Em seguida, adicione este:
Resolve sua questão?
Chanp
Localize e remova o seguinte código da sua folha de estilo CSS:
- Código:
li.row {
border-color: transparent;
border-style: solid;
border-width: 3px 0 0;
}
Em seguida, adicione este:
- Código:
.forabg .header {
border-bottom: 2px solid #232323;
}
Resolve sua questão?
Chanp
Re: Borda dos fóruns
Não achei tal código para remover, apenas adicionei oque era para adicionar, mas não resolveu ainda.
Re: Borda dos fóruns
Aqui esta:
- Código:
#logo {
padding-top: 0px!important;
margin-top: 0px;
}
.barra {
background: #2EA3F2;
border-bottom: 1px solid rgba(0,0,0,0.1);
color: #fff;
font-size: 13px;
font-weight: 600;
height: 34px;
line-height: 34px;
text-indent: 8px;
text-shadow: 0 1px 1px rgba(0,0,0,0.2);
width: 100%;
z-index: 999;
}
.meio {
height: auto;
margin: auto;
width: 75%;
}
.right {
float: right;
}
.barra .social {
color: #fff;
float: right;
font-size: 14px;
margin-left: -6px;
margin-top: 10px;
}
.menu {
background: #fff;
box-shadow: rgba(0,0,0,0.10) 0 1px 5px;
height: 60px;
line-height: 38px;
width: 100%;
z-index: 999;
overflow-y: hidden;
}
.menu div {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
overflow-x: auto;
text-align: center;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
.menu li {
color: #666;
float: left;
font-size: 14px;
font-weight: 400;
list-style: none;
margin-right: 5px;
padding: 10px;
transition: .05s all;
}
.menu li img { display: none; }
.headerbar {
height: 200px;
}
#page-header .headerbar .wrap {
display: flex;
align-items: center;
justify-content: center;
margin-top: 50px;
}
.headerbar {
height: 280px!important;
}
.table-title {
color: #fff!important;
}
.toppart {
height: 175px;
width: 100%;
background-size: cover;
background-image: url(https://i.servimg.com/u/f24/20/22/31/28/fundos14.png);
}
#logo {
padding-top: 30px;
text-align: -webkit-left;
}
.toppart {
background-repeat: repeat-x;
animation: headerbar 90s linear infinite;
}
@keyframes headerbar {
from {
background-position-x: 0
}
to {
background-position-x: -2073px
}
}
#userzone {
background: #151515;
width: 100%;
height: 55px;
border-bottom: 1px solid #232323;
}
#user_navigation {
color: #fff;
font-size: 11px;
overflow: hidden;
float: right;
}
#user_navigation a {
color: #fff;
float: left;
padding: 0 13px;
line-height: 55px;
outline: none;
transition: 0.7s;
}
#user_navigation a:hover {
background: #262626;
}
#user_navigation .user_photo {
position: relative;
height: 28px;
width: auto;
margin: -3px -9px 0px -9px;
border: 2px solid #232323;
}
#user_navigation .ipsList_inline li {
margin: 0;
padding: 0;
float: left;
}
a#sign_in {
margin-right: 10px;
}
a#sign_in,
a#register_link {
padding: 0px 50px;
border-radius: 15px;
height: 30px;
line-height: 30px;
margin-top: 7px;
margin-bottom: 6px;
border: 3px solid #151821;
transition: .7s;
text-transform: lowercase;
}
.wrapper {
margin: 0 auto;
min-width: 990px;
max-width: 1200px;
width: 97%;
}
#navigation a {
color: #FFF;
padding: 17px 10px;
margin: 0 34px;
text-decoration: none;
font-size: 16px;
display: inline;
font-weight: bold;
}
#navigation .menu_navigation ul li a:hover {
color: #f1af09;
transition: .7s color;
}
.menu_navigation ul li {
float: left;
position: relative;
}
.menu_navigation ul li ul li {
position: relative;
z-index: 1;
display: block;
float: none;
padding: 0;
background: #1b1b1b;
border-bottom: 2px solid #232323;
box-solid: 0px 5px 10px #000;
}
.menu_navigation ul li:hover ul li {
visibility: visible;
}
#navigation {
text-align: center;
text-transform: uppercase;
height: 60px;
line-height: 60px;
background: #1b1b1b;
margin-top: -5px;
}
#navigation img {
margin-right: 1.7px;
}
a[style*="FFCC00"], span[style*="#FFCC00"] {
background: url("https://i.imgur.com/FgKNYTV.gif");
text-shadow: 2px 0px 11px #FFCC00;
}
a[style*="#A80707"], span[style*="#A80707"] {
background: url("https://i.imgur.com/FgKNYTV.gif");
text-shadow: 2px 0px 11px #A80707;
}
a[style*="#F50A0A"], span[style*="#F50A0A"] {
background: url("https://i.imgur.com/FgKNYTV.gif");
text-shadow: 2px 0px 11px #F50A0A;
}
a[style*="#00FF33"], span[style*="#00FF33"] {
background: url("https://i.imgur.com/FgKNYTV.gif");
text-shadow: 2px 0px 11px #00FF33;
}
a[style*="#D7DE0B"], span[style*="#D7DE0B"] {
background: url("https://i.imgur.com/FgKNYTV.gif");
text-shadow: 2px 0px 11px #D7DE0B;
}
a[style*="#1A8F03"], span[style*="#1A8F03"] {
background: url("https://i.imgur.com/FgKNYTV.gif");
text-shadow: 2px 0px 11px #1A8F03;
}
a[style*="#EDF50A"], span[style*="#EDF50A"] {
background: url("https://i.imgur.com/FgKNYTV.gif");
text-shadow: 2px 0px 11px #EDF50A;
}
a[style*="#1C6ABD"], span[style*="#1C6ABD"] {
background: url("https://i.imgur.com/FgKNYTV.gif");
text-shadow: 2px 0px 11px #1C6ABD;
}
a[style*="#F00000"], span[style*="#F00000"] {
background: url("https://i.imgur.com/FgKNYTV.gif");
text-shadow: 2px 0px 11px #F00000;
}
a[style*="#F00000"], span[style*="#F00000"] {
background: url("https://i.imgur.com/FgKNYTV.gif");
text-shadow: 2px 0px 11px #F00000;
}
a[style*="#8F0B0B"], span[style*="#8F0B0B"] {
background: url("https://i.imgur.com/FgKNYTV.gif");
text-shadow: 2px 0px 11px #8F0B0B;
}
a[style*="#14A8DE"], span[style*="#14A8DE"] {
background: url("https://i.imgur.com/FgKNYTV.gif");
text-shadow: 2px 0px 11px #14A8DE;
}
a[style*="#DBAA15"], span[style*="#DBAA15"] {
background: url("https://i.imgur.com/FgKNYTV.gif");
text-shadow: 2px 0px 11px #DBAA15;
}
a[style*="#F5FAFA"], span[style*="#F5FAFA"] {
background: url("https://i.imgur.com/FgKNYTV.gif");
text-shadow: 2px 0px 11px #F5FAFA;
}
a[style*="#F01FD1"], span[style*="#F01FD1"] {
background: url("https://i.imgur.com/FgKNYTV.gif");
text-shadow: 2px 0px 11px #F01FD1;
}
a[style*="#AAB9BF"], span[style*="#AAB9BF"] {
background: url("https://i.imgur.com/FgKNYTV.gif");
text-shadow: 2px 0px 11px #AAB9BF;
}
.table-title {
color: #fff!important;
}
#chatbox_top,
#chatbox_bottom {
width: 100% !important;
height: 175px !important;
}
.chat-title {
font-size: 0;
}
.chat-title::before,
#nb-users-connected,
.chatbox-options a {
font-size: 12px;
color: white!important;
}
.chat-title::before {
content: 'Rede Story';
}
.chatbox-title {
width: 80%!important;
text-align: center;
}
.chatbox-options {
width: 20%!important;
text-align: right;
}
.headerbar {
height: 280px!important;
}
li.header dl.icon dd.dterm {
padding-left: 50%;
}
#profile-advanced-right > .module .mod-login-avatar {
margin-bottom: 1.5625em!important;
}
dd.topics, dd.posts, dd.lastpost {
display: none!important;
}
a.Changelog.2020 {
white-space: nowrap;
}
.topiclist.forums .dterm div h3 a.forumtitle {
position: absolute;
top: 2pc;
}
.topiclist.forums dd.dterm {
line-height: 16px;
}
.forabg .header {
border-bottom: 2px solid #232323;
}
.raname{display:none;}
Re: Borda dos fóruns
Olá novamente,
Substitua por esta:
Chanp
Substitua por esta:
- Código:
#logo {
padding-top: 0px!important;
margin-top: 0px;
}
.barra {
background: #2EA3F2;
border-bottom: 1px solid rgba(0,0,0,0.1);
color: #fff;
font-size: 13px;
font-weight: 600;
height: 34px;
line-height: 34px;
text-indent: 8px;
text-shadow: 0 1px 1px rgba(0,0,0,0.2);
width: 100%;
z-index: 999;
}
.meio {
height: auto;
margin: auto;
width: 75%;
}
.right {
float: right;
}
.barra .social {
color: #fff;
float: right;
font-size: 14px;
margin-left: -6px;
margin-top: 10px;
}
.menu {
background: #fff;
box-shadow: rgba(0,0,0,0.10) 0 1px 5px;
height: 60px;
line-height: 38px;
width: 100%;
z-index: 999;
overflow-y: hidden;
}
.menu div {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
overflow-x: auto;
text-align: center;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
.menu li {
color: #666;
float: left;
font-size: 14px;
font-weight: 400;
list-style: none;
margin-right: 5px;
padding: 10px;
transition: .05s all;
}
.menu li img { display: none; }
.headerbar {
height: 200px;
}
#page-header .headerbar .wrap {
display: flex;
align-items: center;
justify-content: center;
margin-top: 50px;
}
.headerbar {
height: 280px!important;
}
.table-title {
color: #fff!important;
}
.toppart {
height: 175px;
width: 100%;
background-size: cover;
background-image: url(https://i.servimg.com/u/f24/20/22/31/28/fundos14.png);
}
#logo {
padding-top: 30px;
text-align: -webkit-left;
}
.toppart {
background-repeat: repeat-x;
animation: headerbar 90s linear infinite;
}
@keyframes headerbar {
from {
background-position-x: 0
}
to {
background-position-x: -2073px
}
}
#userzone {
background: #151515;
width: 100%;
height: 55px;
border-bottom: 1px solid #232323;
}
#user_navigation {
color: #fff;
font-size: 11px;
overflow: hidden;
float: right;
}
#user_navigation a {
color: #fff;
float: left;
padding: 0 13px;
line-height: 55px;
outline: none;
transition: 0.7s;
}
#user_navigation a:hover {
background: #262626;
}
#user_navigation .user_photo {
position: relative;
height: 28px;
width: auto;
margin: -3px -9px 0px -9px;
border: 2px solid #232323;
}
#user_navigation .ipsList_inline li {
margin: 0;
padding: 0;
float: left;
}
a#sign_in {
margin-right: 10px;
}
a#sign_in,
a#register_link {
padding: 0px 50px;
border-radius: 15px;
height: 30px;
line-height: 30px;
margin-top: 7px;
margin-bottom: 6px;
border: 3px solid #151821;
transition: .7s;
text-transform: lowercase;
}
.wrapper {
margin: 0 auto;
min-width: 990px;
max-width: 1200px;
width: 97%;
}
#navigation a {
color: #FFF;
padding: 17px 10px;
margin: 0 34px;
text-decoration: none;
font-size: 16px;
display: inline;
font-weight: bold;
}
#navigation .menu_navigation ul li a:hover {
color: #f1af09;
transition: .7s color;
}
.menu_navigation ul li {
float: left;
position: relative;
}
.menu_navigation ul li ul li {
position: relative;
z-index: 1;
display: block;
float: none;
padding: 0;
background: #1b1b1b;
border-bottom: 2px solid #232323;
box-solid: 0px 5px 10px #000;
}
.menu_navigation ul li:hover ul li {
visibility: visible;
}
#navigation {
text-align: center;
text-transform: uppercase;
height: 60px;
line-height: 60px;
background: #1b1b1b;
margin-top: -5px;
}
#navigation img {
margin-right: 1.7px;
}
a[style*="FFCC00"], span[style*="#FFCC00"] {
background: url("https://i.imgur.com/FgKNYTV.gif");
text-shadow: 2px 0px 11px #FFCC00;
}
a[style*="#A80707"], span[style*="#A80707"] {
background: url("https://i.imgur.com/FgKNYTV.gif");
text-shadow: 2px 0px 11px #A80707;
}
a[style*="#F50A0A"], span[style*="#F50A0A"] {
background: url("https://i.imgur.com/FgKNYTV.gif");
text-shadow: 2px 0px 11px #F50A0A;
}
a[style*="#00FF33"], span[style*="#00FF33"] {
background: url("https://i.imgur.com/FgKNYTV.gif");
text-shadow: 2px 0px 11px #00FF33;
}
a[style*="#D7DE0B"], span[style*="#D7DE0B"] {
background: url("https://i.imgur.com/FgKNYTV.gif");
text-shadow: 2px 0px 11px #D7DE0B;
}
a[style*="#1A8F03"], span[style*="#1A8F03"] {
background: url("https://i.imgur.com/FgKNYTV.gif");
text-shadow: 2px 0px 11px #1A8F03;
}
a[style*="#EDF50A"], span[style*="#EDF50A"] {
background: url("https://i.imgur.com/FgKNYTV.gif");
text-shadow: 2px 0px 11px #EDF50A;
}
a[style*="#1C6ABD"], span[style*="#1C6ABD"] {
background: url("https://i.imgur.com/FgKNYTV.gif");
text-shadow: 2px 0px 11px #1C6ABD;
}
a[style*="#F00000"], span[style*="#F00000"] {
background: url("https://i.imgur.com/FgKNYTV.gif");
text-shadow: 2px 0px 11px #F00000;
}
a[style*="#F00000"], span[style*="#F00000"] {
background: url("https://i.imgur.com/FgKNYTV.gif");
text-shadow: 2px 0px 11px #F00000;
}
a[style*="#8F0B0B"], span[style*="#8F0B0B"] {
background: url("https://i.imgur.com/FgKNYTV.gif");
text-shadow: 2px 0px 11px #8F0B0B;
}
a[style*="#14A8DE"], span[style*="#14A8DE"] {
background: url("https://i.imgur.com/FgKNYTV.gif");
text-shadow: 2px 0px 11px #14A8DE;
}
a[style*="#DBAA15"], span[style*="#DBAA15"] {
background: url("https://i.imgur.com/FgKNYTV.gif");
text-shadow: 2px 0px 11px #DBAA15;
}
a[style*="#F5FAFA"], span[style*="#F5FAFA"] {
background: url("https://i.imgur.com/FgKNYTV.gif");
text-shadow: 2px 0px 11px #F5FAFA;
}
a[style*="#F01FD1"], span[style*="#F01FD1"] {
background: url("https://i.imgur.com/FgKNYTV.gif");
text-shadow: 2px 0px 11px #F01FD1;
}
a[style*="#AAB9BF"], span[style*="#AAB9BF"] {
background: url("https://i.imgur.com/FgKNYTV.gif");
text-shadow: 2px 0px 11px #AAB9BF;
}
.table-title {
color: #fff!important;
}
#chatbox_top,
#chatbox_bottom {
width: 100% !important;
height: 175px !important;
}
.chat-title {
font-size: 0;
}
.chat-title::before,
#nb-users-connected,
.chatbox-options a {
font-size: 12px;
color: white!important;
}
.chat-title::before {
content: 'Rede Story';
}
.chatbox-title {
width: 80%!important;
text-align: center;
}
.chatbox-options {
width: 20%!important;
text-align: right;
}
.headerbar {
height: 280px!important;
}
li.header dl.icon dd.dterm {
padding-left: 50%;
}
li.row {
border: none!important;
}
#profile-advanced-right > .module .mod-login-avatar {
margin-bottom: 1.5625em!important;
}
dd.topics, dd.posts, dd.lastpost {
display: none!important;
}
a.Changelog.2020 {
white-space: nowrap;
}
.topiclist.forums .dterm div h3 a.forumtitle {
position: absolute;
top: 2pc;
}
.topiclist.forums dd.dterm {
line-height: 16px;
}
.forabg .header {
border-bottom: 2px solid #232323;
}
.raname{display:none;}
Chanp
Tópicos semelhantes
» Borda dos fóruns
» Borda abaixo dos fóruns
» Retirar a borda dos fóruns
» Borda das categorias e fóruns
» Como colocar borda com efeito nos sub-fóruns
» Borda abaixo dos fóruns
» Retirar a borda dos fóruns
» Borda das categorias e fóruns
» Como colocar borda com efeito nos sub-fóruns
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