Tirar cantos branco do forum
3 participantes
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre o painel administrativo :: Questões resolvidas sobre o painel administrativo
Página 1 de 1
Tirar cantos branco do forum
Detalhes da dúvida
Versão do fórum : phpBB3Nível de acesso : Administrador
Navegador usado : Google Chrome
Imagem :
- Imagem da minha dúvida:
Membros afetados : Todos os membros do fórum
Problema começou : Sempre
Endereço do fórum : http://queenofgraphics.forumeiros.com/
Descrição do problema
Ola, como podem ver na foto, meu forum tem essas partes brancas em volta do chatbox, do widgets, das categorias e foruns e do menu, nao sei como tirar, nao é mudando as cores pois eu ja tentei.Meu css é esse aqui:
- Css:
- Código:
#phpbb {
margin-left: 140px;
}
.up {
position: relative;
top: 0px;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.up:hover {
top: -75px;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
display: none;
}
::-webkit-scrollbar {
max-width: 7px;
}
::-webkit-scrollbar-thumb {
background: #290b01;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
}
::-webkit-scrollbar-track-piece {
background-color: #000000;
display:block;
}
#wrap {
max-width: 890px;
min-width: 890px;
background-color: #28201e;
margin-top: -30px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}
#logo-desc {
margin-left: -10px;
margin-top: 5px;
}
#content-container div#left {
margin-left: -240px;
top: 0px;
position: absolute;
}
#left .module {
background-color: #28201e;
border-bottom: solid 10px #290b01;
border-radius: 0 0 0 0;
border-top: solid 10px #290b01;
float: left;
height: 270px;
margin-right: 5px;
width: 220px;
}
.module .h3 {
background: #290b01;
color: #726749;
font-family: Norican;
padding-bottom: 12px;
padding-top: 12px;
text-align: center;
margin-top: -2px;
width: 220px;
margin-left: -10px;
text-transform: lowercase;
font-size: 18px;
}
ul.navlinks {
width: 890px;
background: #290b01;
margin-left: -10px;
margin-top: -20px;
padding-top: 15px;
padding-bottom: 15px;
}
a.mainmenu {
font-family: Norican;
text-transform: lowercase;
font-size: 18px;
color: #726749;
}
a.mainmenu:hover {
color: #726749;
}
li.header {
font-size: 0px;
background: #290b01;
height: 40px;
padding-top: 30px;
width: 880px;
position: relative;
left: 0px;
border-top: 9px double #28201e;
border-bottom: 9px double #28201e;
}
.table-title h2 {
font-family: Norican;
text-transform: lowercase;
font-size: 25px;
color: #726749;
padding-right: 20px;
font-weight: 700;
}
a.forumtitle {
width: 450px;
display: block;
text-align: center;
background: #290b01;
text-transform: none;
font-family: Times New Roman;
font-weight: 700;
font-style: italic;
font-size: 15px;
padding-top: 3px;
padding-bottom: 3px;
}
.forabg li.row dd.topics {
width: 220px;
text-align: center;
background: #290b01;
text-transform: none;
font-family: Times New Roman;
font-weight: 700;
font-style: italic;
font-size: 15px;
position:relative;
left: -460px;
margin-top: 160px;
line-height: 90%;
color: #B2A48A;
}
.forabg li.row dd.posts {
width: 220px;
text-align: center;
background: #290b01;
text-transform: none;
font-family: Times New Roman;
font-weight: 700;
font-style: italic;
font-size: 15px;
position:relative;
left: 280px;
margin-top: -21px;
line-height: 90%;
color: #B2A48A;
}
.forabg li.row dd.topics::after {content: "Topicos";}
.forabg li.row dd.posts::after {content: "Mensagens";}
.forabg li.row dd.lastpost {
background-image:url('https://38.media.tumblr.com/8737e8ec38125bbafa4b6607458fd7e5/tumblr_nbe4tlVnyz1swk2aso1_250.jpg');
background-position: left:
width:131px;
height: 96px;
padding-top: 40px;
padding-left: 50px;
padding-right: 30px;
position:absolute;
right: 250px;
margin-top: 20px;
font-family: Times New Roman;
font-style: italic;
font-size: 12px;
font-weight: 700;
}
ul.forums {
border-bottom: 40px solid #290b01;
padding-bottom: 10px;
}
ul.topiclist.topics.bg_none {
border-bottom: 40px solid #290b01;
padding-bottom: 10px;
}
ul.topiclist.pmlist.bg_none {
border-bottom: 40px solid #290b01;
padding-bottom: 10px;
}
#page-body ul.linklist {
font-family: Times New Roman;
font-style: italic;
font-size: 13px;
font-weight: 700;
}
p.author {
font-family: Times New Roman;
font-style: italic;
font-size: 13px;
font-weight: 700;
}
#comments_scroll_container {
font-family: Times New Roman;
font-style: italic;
font-size: 13px;
font-weight: 700;
text-align: center;
margin-left: -10px;
}
#page-footer .navbar {
font-family: Times New Roman;
font-style: italic;
font-size: 0px;
font-weight: 700;
}
.pagination, .pathname-box, a.nav {
font-family: Times New Roman;
font-style: italic;
font-size: 13px;
font-weight: 700;
}
#i_whosonline + p {
font-family: Times New Roman;
font-style: italic;
font-size: 14px;
font-weight: 700;
text-align: center;
}
p.page-bottom {
font-family: calibri;
text-transform: uppercase;
font-size: 9px;
font-weight: 700;
text-align: center;
}
#new_leyendas {
background: none repeat scroll 0 0 #1e1817;
border-radius: 0px 0px 0px 0px;
padding: 20px;
width: auto;
padding-top: 10px;
height: 200px;
margin-top: 20px;
}
#new_leyendas #miqlinea {
background: none repeat scroll 0 0 #28201e;
border: 3px solid #290b01;
border-radius: 0px 0px 0px 0px;
padding: 5px;
font-family: calibri;
font-style: normal;
line-height: 100%;
font-size: 12px;
font-weight: 700;
height: 150px;
overflow: auto;
}
#new_leyendas #tb_leyen {
width: 100%;
height: 150px;
margin-top: -20px;
}
#new_leyendas #new_leyen_titulo {
font-family: Norican;
text-transform: lowercase;
font-weight: 700;
font-size: 25px;
text-align: center;
margin-bottom: 10px;
padding-bottom: 10px;
width: auto;
margin-top: -5px;
}
.h3 {
font-family: Norican;
text-transform: lowercase;
font-size: 25px;
text-align: center;
}
.h3 a {
font-family: Norican;
text-transform: lowercase;
font-size: 25px;
}
#chatbox {
background-color: #1e1817;
}
.chatbox-title, .chatbox-title a.chat-title {
font-family: Calibri;
font-weight: 700;
font-size: 12px;
text-transform: uppercase;
color: #726749;
margin-top: 5px;
margin-left: 5px;
}
.chatbox-options li, .chatbox-options li a, .chatbox-options li label {
font-family: calibri;
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
color: #726749;
}
#chatbox_header{background-color: #290b01;}
#chatbox_footer{background-color: #290b01;}
.chatbox_row_1,.chatbox_row_2,.chatbox_row_3{
font-size:12px;
}
#chatbox_footer label {
font-family: calibri;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
color: #726749;
}
#chatbox_members{
font-size: 13px;
background-color: #1e1817;
border-right: 1px dotted;
}
div.page-bottom, #chatbox_popup, .h3 a[target="ChatBox"]{
display:none;
}
p em b a.gensmall {
font-family: Norican;
text-transform: lowercase;
font-size: 25px;
text-shadow: 1px 2px 0px #000000;
}
h1.page-title {
font-family: Norican;
text-transform: lowercase;
text-align: center;
font-size: 25px;
color: #726749;
padding-right: 30px;
font-weight: 700;
background: #290b01;
height: 50px;
padding-top: 20px;
width: 100%;
border-top: 9px double #28201e;
border-bottom: 9px double #28201e;
}
h1.page-title a {
color: #726749;
}
.postbody .content {
width: 630px;
text-align: justify;
border-bottom: 20px solid #290b01;
padding-bottom: 10px;
}
.postbody {
clear: both;
float: left;
width: 630px;
margin-top: -25px;
}
.postbody .topic-title {
background: #290b01;
width: 630px;
text-align: center;
display: inline-block;
font-family: Norican;
font-size: 18px;
font-weight: 700;
}
.postbody ul.profile-icons {
bottom: -50px;
position: relative;
right: -40px;
}
.postprofile {
width:220px;
background: #000000;
position: relative;
left: -5px;
}
.postprofile dt + dd + dd + dd {
width: 174px;
margin-left: 10px;
padding: 3px;
background:#290b01;
font-family: Tahoma;
font-size: 8px;
letter-spacing: 1px;
text-align: left;
text-transform: uppercase;
font-weight: 700;
}
.postprofile dt strong a {
display: block;
position: absolute;
top: 10px;
left: 9px;
min-width: 180px;
max-width: 180px;
min-height: 15px;
max-height: 15px;
padding-top:6px;
padding-bottom: 3px;
font-family: Norican;
font-size: 14px;
letter-spacing: 0px;
text-align: center;
text-transform: lowercase;
font-weight: 700;
background-color: #290b01;
}
.postprofile dt img {
max-width: 200px;
max-height: 400px;
margin-top: 45px;
}
.inputbox{
border-color: transparent !important;
}
.button, .button1, .button2, input.button, input.button1, input.button2, button.bbcode, #submit_button, #profile-advanced-button, #login_popup_buttons, #login_popup_buttons input, .liteoption {
background:#000000;
border: 2px solid #290b01;
color: #726749;
display: inline-block;
outline: medium none;
padding:5px;
font-family:Times New Roman;
text-transform:lowercase;
font-size:13px;
font-weight: 700;
font-style: italic;
}
.button:hover, .button1:hover, .button2:hover, input.button:hover, input.button1:hover, input.button2:hover, button.bbcode:hover, #submit_button:hover, #profile-advanced-button:hover, #login_popup_buttons:hover, #login_popup_buttons input:hover, .liteoption:hover {
background: #000000;
border: 2px solid #290b01;
color: #726749;
display: inline-block;
outline: medium none;
padding:5px;
font-family:Times New Roman;
text-transform:lowercase;
font-size:13px;
font-weight: 700;
font-style: italic;
}
.linksub a {
background-color: #000000;
display: block;
border: 1px solid #290b01;
color: #726749;
margin-left: 10px;
margin-bottom: 1px;
padding-bottom:1px;
padding-top:1px;
float: center;
text-align: center;
font-family:Times New Roman;
text-transform:lowercase;
font-size:13px;
font-weight: 700;
font-style: italic;
width: 216px;
line-height: 90%;
}
.linksub a:hover {
background-color: #000000;
position: center;
text-align: center;
border: 1px solid #290b01;
color: #726749;
}
.linksub a:active, .linksub a:link, .linksub a:visited {
-webkit-transition-duration: 2s;
-moz-transition-duration: 2s;
-o-transition-duration: 2s;
transition-duration: 2s;
}
.descorta {
padding: 5px;
text-align: justify;
width: 210px;
height: 57px;
overflow: auto;
background: #1e1817;
font-size: 12px;
font-family: calibri;
line-height: 100%;
font-weight: 700;
}
.desclarga {
padding: 5px;
text-align: justify;
width: 440px;
height: 57px;
overflow: auto;
background: #1e1817;
font-size: 12px;
font-family: calibri;
line-height: 100%;
font-weight: 700;
}
#directorios img {
border: 2px solid #290b01;
border-top: 5px solid #290b01;
border-bottom: 5px solid #290b01;
width: 50px;
height: 50px;
border-radius: 10px 0px 10px 0px;
margin: 2px;
}
#hermanos img {
border: 2px solid #290b01;
border-top: 5px solid #290b01;
border-bottom: 5px solid #290b01;
width: 100px;
height: 50px;
border-radius: 10px 0px 10px 0px;
margin: 2px;
}
#elites img {
border: 1px solid #290b01;
border-top: 3px solid #290b01;
border-bottom: 3px solid #290b01;
width: 40px;
height: 40px;
border-radius: 10px 0px 10px 0px;
margin: 2px;
}
dl.spoiler {
background: #000000;
font-size: 10px;
font-family: arial;
-moz-border-radius: 0px; !important;
margin-bottom:0px;
}
blockquote {
background: #000000;
font-size: 10px;
margin: 1px 1px 1px 1px;
margin-left: 50px;
border-bottom: 3px solid #290b01;
border-left: 3px solid #290b01;
border-right: 3px solid #290b01;
border-top: transparent;
font-family: arial !important;
line-height: 11px;
font-style: none !important;
letter-spacing: 1px;
border-radius: 15px 15px 0px 0px;
}
dl.codebox {
background-color: #000000;
font-size: 1em;
padding: 3px;
border-radius: 15px 15px 0px 0px;
border-top: 5px solid #290b01;
border-bottom: 5px solid #290b01;
border-left: transparent;
border-right: transparent;
}
dl.codebox code {
font-family: arial;
font-size: 10px;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-transform:sentence;
height: auto;
line-height: 1.3em;
margin: 2px 0;
display: block;
max-height: 200px;
overflow: auto;
padding-top: 5px;
border:none;
white-space: no;
color: #726749;
}
dl.codebox dt {
display: block;
font-size: .8em;
font-weight: 700;
margin-bottom: 3px;
text-transform: uppercase;
text-align:center;
border-bottom: 1px dotted #290b01;
}
.spoiler_content.hidden {
display: block;
font-size: 9px;
}
/*Básico*/
a.forumtitle:hover {
text-decoration: none;
}
.forabg li.header dd.dterm {
text-align: right;
width: 100%;
}
.forabg ul.topiclist.forums li.row dd.dterm {
width: 500px;
height: 170px;
}
p em {
font-style: normal;
color: transparent;
}
.forabg li.header dd.posts {
display: none;
}
.forabg li.header dd.topics {
display: none;
}
li.header dl.icon dd.lastpost{
display: none;
}
.sceditor-container.ltr.wysiwygMode, .sceditor-container.ltr.sourceMode, div.sceditor-toolbar {
border-color: transparent !important;
}
p.right.rightside + p {
display:none;
}
p.rightside {
display: none;
}
p.copyright, p.nomargin.path, p.author, .pathname-box p, .topic-actions+p, #logo-desc p, #info_open p, .inner p {
display: block;
}
#cp-main .panel.sig {
background-color: transparent;
}
#search-box {
display:none;
}
.search-box { visibility: hidden; }
.mainmenu[href="/faq"],.mainmenu[href="/calendar"] {
display: none;
color: transparent; font-size: 0px;
}
.mainmenu[href="/search"] {
margin-left: -15px;
}
ul#picture_legend li, ul#privmsgs-menu li {
display:none;
}
/* latin-ext */
@font-face {
font-family: 'Norican';
font-style: normal;
font-weight: 400;
src: local('Norican Regular'), local('Norican-Regular'), url(http://fonts.gstatic.com/s/norican/v4/U5gsdSLZ2HqelLrac75mCPY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Norican';
font-style: normal;
font-weight: 400;
src: local('Norican Regular'), local('Norican-Regular'), url(http://fonts.gstatic.com/s/norican/v4/Jk71QOe6fnmgLxVFs7-K1vY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
span.corners-bottom span {
background-position: 100% 100%;
}
.linklist {
display: none !important;
}
Última edição por leleca.greco em 01.03.15 2:03, editado 1 vez(es)
Re: Tirar cantos branco do forum
Saudações!
Não estou vendo estes corners. Para retira-los, basta aceder à: Painel de Controle >> Visualização >> Imagens e Cores >> Gestão das imagens > Modo Avançado >>> Geral/navegação
Procure por: "Cantos esquerdos arredondados", "Cantos direitos arredondados", "Cantos esquerdos arredondados sobre fundo colorido" e "Cantos direitos arredondados sobre fundo colorido".
Remova as imagens e estes não apareceram mais!
Até!
Não estou vendo estes corners. Para retira-los, basta aceder à: Painel de Controle >> Visualização >> Imagens e Cores >> Gestão das imagens > Modo Avançado >>> Geral/navegação
Procure por: "Cantos esquerdos arredondados", "Cantos direitos arredondados", "Cantos esquerdos arredondados sobre fundo colorido" e "Cantos direitos arredondados sobre fundo colorido".
Remova as imagens e estes não apareceram mais!
Até!
Re: Tirar cantos branco do forum
Questão marcada como Resolvida ou o Autor solicitou que ela fosse arquivada. Tópico marcado como Resolvido e movido para Questões resolvidas. |
Tópicos semelhantes
» Cantos do forum
» Arredondar cantos do meu forum
» Arredondar cantos do fórum
» Mudar a cor dos cantos do fórum
» Remoção dos cantos brancos no fórum
» Arredondar cantos do meu forum
» Arredondar cantos do fórum
» Mudar a cor dos cantos do fórum
» Remoção dos cantos brancos no fórum
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre o painel administrativo :: Questões resolvidas sobre o painel administrativo
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos