Contorno Invisível nas categorias e fóruns

3 participantes

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

Tópico resolvido Contorno Invisível nas categorias e fóruns

Mensagem por coenzi 27.12.14 23:25

Detalhes da dúvida

Versão do fórum : PunBB
Nível de acesso : Fundador
Navegador usado : Mozilla Firefox, Google Chrome, Internet Explorer
Membros afetados : Todos os membros do fórum
Endereço do fórum : http://narutoonline-rpg.forumeiros.com/

Descrição do problema

Bom, nas categorias e fóruns do meu fórum, o fundo esta em transparente meio que cor de cinza, e tem um contorno AZUl, e eu gostaria de tirar esse contorno, ficando apenas a cor de fundo, Obrigado.

Código:
.tcicons {
text-align: center;
width: 6%;
}
#stats {
  background-color: rgba(1, 11, 65, 0.31);
}
#pun-visit, .main-box {
background-color: rgba(1, 11, 65, 0.31);
border-color: rgba(7, 18, 77, 0.62);
border-style: solid;
border-width: 1px;
margin: 0 0 1em;
padding: .6em 1em;
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color: rgba(0, 0, 0, 0);
}
.postmain blockquote {
background-color: rgba(4, 11, 94, 0.67);
border: 1px solid rgba(13, 13, 131, 0.63);
padding: .5em 1em;
}
.pun a:link {
color: rgb(153, 208, 255);
}
fieldset.frm-set dl dt {
display: block;
float: left;
font-weight: 700;
text-align: left;
width: 16em;
}
#text_editor_controls {
margin: 0;
padding: 4px 10px;
width: 100%!important;
}
button.button2, input.button2 {
border: 0!important;
cursor: pointer;
background: transparent;
padding: 5px 4px;
border-radius: 3px;
}button.button2:hover, input.button2:hover {
background: rgb(19, 10, 83);
}
button.button2:hover, input.button2:hover {
background-position: 0 100%;
border: 1px solid rgb(10, 6, 99);
color: #b42000;
}
.pun .frm .frm-buttons input, input[type="button"], input[type="submit"], input[type="reset"] {
font-size: 11px;
padding: 7px 10px;
border: 0;
background: rgb(10, 25, 88) url('http://i.imgur.com/3QzE416.png') repeat-x 0 0;
border-radius: 2px;
color: white;
text-shadow: rgba(0, 0, 0, 0.8) 0px -1px 0px;
cursor: pointer;
}
.pun .frm .frm-buttons input:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
color: white;
background-color: rgb(10, 6, 99);
}
#quick_reply .dd-textarea #text_editor_textarea {
width: 98.2%!important;
background: rgba(7, 41, 78, 0.48)!important;
border: 1px solid rgb(5, 21, 54) !important;
margin: 2px;
display: block;
}
#quick_reply .dd-textarea {
margin: 0!important;
padding: 0!important;
}
.main .main-content.frm {
background: url(http://i.imgur.com/FTmbBRX.png) no-repeat 100% -160px;
}
.pun .frm-form {
background: rgba(2,23,61,0);
border: none;
}
.main .main-head {
background: url(http://i.imgur.com/FTmbBRX.png) no-repeat 100% -160px;
border-bottom: 1px dashed transparent;
color: #fff;
font-weight: 400;
height: 33px;
line-height: 24px;
margin-bottom: 5px;
padding: 5px 5px 5px 10px;
}
.main .main-foot, .main .main-head {
background: url(http://i.imgur.com/FTmbBRX.png) no-repeat 100% -160px;
border-bottom: 1px dashed transparent;
color: #fff;
font-weight: 400;
height: 33px;
line-height: 24px;
margin-bottom: 5px;
padding: 5px 5px 5px 10px;
}

.user-basic-info a img {
width: 120px;
height: 120px;
padding: 5px;
background: rgb(56, 55, 55);
border-radius: 4px;
border: 1px solid rgb(41, 40, 40);
}
.postfoot {
border-top: 1px dashed transparent;
clear: both;
margin-left: -17em;
padding: .5em 1em;
text-align: right;
}
#userpost strong {
float: left;
}
div#wrapper {
width: 990px;
margin: 0 auto;
}
.pun a:visited {
color: rgb(153, 208, 255);
}
.hierarchy {
font-size: 10px;
font-weight: 500!important;
text-transform: none;
}
body {
font: 13px/130% Tahoma, "Arial", "Helvetica", sans-serif;
}
.pun a:hover {
color: rgb(123, 169, 209);
cursor: pointer;
}
#help_icon .help:hover{
background-position: 0 -270px;
}
#search input.search_button:hover {
background-position: 0 -30px;
}
body, td, th, tr {
color: rgb(187, 187, 187);
}
#button_wrap .register:hover {
background-position: 0 -150px;
}
.pun {
line-height: 130%;
margin: -15px;
min-width: 968px;
padding: 5px;
width: 98%;
}
#button_wrap .login:hover {
background-position: 0 -90px;
}
body {
background: rgb(15, 20, 32) url(http://i.imgur.com/RDpHw52.jpg) 50% 0 repeat-x fixed;
font: 13px/130% Tahoma, "Arial", "Helvetica", sans-serif;
margin: 0;
padding: 0;
}
#header, #toolbar, #mainbody {
clear: both;
margin-bottom: 20px;
}
#header_box_l {
background: url(http://demo.dzinerstudio.com/smf2/Themes/icecube_20/images/custom/header_box_l.png) 0 0 no-repeat;
}
#header_box_r {
background: url(http://demo.dzinerstudio.com/smf2/Themes/icecube_20/images/custom/header_box_r.png) 100% 0 no-repeat;
padding: 0 22px;
position: relative;
}
#header_box {
background: url(http://demo.dzinerstudio.com/smf2/Themes/icecube_20/images/custom/header_box.png) 0 0 repeat-x;
height: 92px;
}
#toplinks {
float: right;
padding: 12px 10px 0 0;
}
#toplinks ul, #toplinks ul li {
padding: 0;
margin: 0;
list-style: none;
}
#toplinks ul {
float: left;
width: auto;
}
#toplinks ul li.date {
padding-right: 10px;
font-size: 11px;
}
#toplinks ul li {
float: left;
font-size: 12px;
color: rgb(238, 238, 238);
text-shadow: -1px -1px 0 rgb(0, 0, 0);
}
#toplinks ul li a.first {
border-left: none;
}
#toplinks ul li a {
padding: 0 10px;
border-left: 1px solid rgb(102, 102, 102);
text-shadow: 1px -1px 0 rgb(17, 17, 17);
}
#search {
position: absolute;
top: 34px;
right: 40px;
}
form {
padding: 0;
margin: 0;
}#topnav li a.active span {
background: url(http://demo.dzinerstudio.com/smf2/Themes/icecube_20/images/custom/topnav.png) 100% 0 no-repeat;
color: rgb(255, 255, 255);
font-weight: bold;
}
#search input.search_input {
background: url(http://demo.dzinerstudio.com/smf2/Themes/icecube_20/images/custom/search_input.png) no-repeat;
border: none;
outline: none;
width: 186px;
height: 16px;
padding: 7px 8px;
float: left;
color: rgb(187, 187, 187);
}
#search input.search_button {
background: url(http://demo.dzinerstudio.com/smf2/Themes/icecube_20/images/custom/buttons.png) no-repeat;
border: none;
margin-left: 10px;
width: 81px;
height: 30px;
cursor: pointer;
}
#logo a {
float: left;
display: block;
width: 250px;
height: 80px;
background: url(http://demo.dzinerstudio.com/smf2/Themes/icecube_20/images/custom/logo.png) no-repeat;
}
#toplinks ul li a {
padding: 0 10px;
border-left: 1px solid rgb(102, 102, 102);
text-shadow: 1px -1px 0 rgb(17, 17, 17);
}
a:link, a:visited {
color: rgb(153, 208, 255);
text-decoration: none;
}
#header, #toolbar, #mainbody {
clear: both;
}
#toolbar_box_l {
background: url(http://demo.dzinerstudio.com/smf2/Themes/icecube_20/images/custom/toolbar_box_l.png) 0 0 no-repeat;
}
#toolbar_box_r {
background: url(http://demo.dzinerstudio.com/smf2/Themes/icecube_20/images/custom/toolbar_box_r.png) 100% 0 no-repeat;
padding: 0 22px;
}
#toolbar_box {
background: url(http://demo.dzinerstudio.com/smf2/Themes/icecube_20/images/custom/toolbar_box.png) 0 0 repeat-x;
height: 70px;
}
#topnav, #topnav ul {
margin: 0;
padding: 0;
z-index: 999;
}
#topnav {
float: left;
height: 70px;
}
#topnav li {
float: left;
margin: 0;
padding: 0;
position: relative;
list-style: none;
}
#topnav li a.active {
background: url(http://demo.dzinerstudio.com/smf2/Themes/icecube_20/images/custom/topnav.png) 0 0 no-repeat;
}
#topnav li a {
float: left;
display: block;
padding: 0 0 0 2px;
height: 70px;
line-height: 70px;
color: rgb(187, 187, 187);
text-decoration: none;
text-shadow: 1px -1px 0 rgb(0, 0, 0);
}
#topnav li {
float: left;
margin: 0;
padding: 0;
position: relative;
list-style: none;
}
#topnav li a span {
padding: 0 22px 0 20px;
display: block;
}
#topnav li ul {
background: url(http://demo.dzinerstudio.com/smf2/Themes/icecube_20/images/custom/dropbg.png);
position: absolute;
width: 200px;
left: -999em;
z-index: 900;
border-bottom: 1px solid rgb(55, 69, 88);
border-left: 1px solid rgb(55, 69, 88);
border-right: 1px solid rgb(55, 69, 88);
margin-left: -1px;
}
#topnav li li {
width: 200px;
height: auto;
padding: 0px;
margin: 0px;
}
#topnav li li a, #topnav .chosen li a, #topnav li:hover li a, #topnav li.sfhover li a {
background: none;
display: block;
height: 30px;
line-height: 30px;
margin: 0;
padding: 0 16px;
width: 168px;
float: none;
color: rgb(170, 170, 170);
font-size: 12px;
text-decoration: none;
font-weight: normal;
}
#topnav li a:hover span, #topnav li:hover a span {
background: url(http://demo.dzinerstudio.com/smf2/Themes/icecube_20/images/custom/topnav.png) 100% -70px no-repeat;
color: rgb(255, 255, 255);
}
#topnav li a span {
padding: 0 22px 0 20px;
display: block;
}
#topnav ul li a:hover, #topnav ul li a:hover span {
background: none;
text-decoration: none;
}
#topnav li li a, #topnav .chosen li a, #topnav li:hover li a, #topnav li.sfhover li a {
background: none;
display: block;
height: 30px;
line-height: 30px;
margin: 0;
padding: 0 16px;
width: 168px;
float: none;
color: rgb(170, 170, 170);
font-size: 12px;
text-decoration: none;
font-weight: normal;
}
#topnav li ul li a:hover {
color: rgb(255, 255, 255);
}
#topnav li a:hover, #topnav li:hover a {
background: url(http://demo.dzinerstudio.com/smf2/Themes/icecube_20/images/custom/topnav.png) 0 -70px no-repeat;
}
#topnav li a:hover span, #topnav li:hover a span {
background: url(http://demo.dzinerstudio.com/smf2/Themes/icecube_20/images/custom/topnav.png) 100% -70px no-repeat;
color: rgb(255, 255, 255);
}
#topnav li:hover ul {
left: 0;
top: 40px;
}
#topnav li:hover ul ul,#topnav li:hover ul ul ul,#topnav li:hover ul ul ul ul{
left:auto;
top:-999em
}
#topnav li li li li:hover ul,#topnav li li li:hover ul,#topnav li li:hover ul{
left:200px;
top:0
}
#header, #toolbar, #mainbody {
clear: both;
}
.mainbody_box_tl {
background: url(http://demo.dzinerstudio.com/smf2/Themes/icecube_20/images/custom/mainbody_box_tl.png) 0 0 no-repeat;
}
.mainbody_box_tr {
background: url(http://demo.dzinerstudio.com/smf2/Themes/icecube_20/images/custom/mainbody_box_tr.png) 100% 0 no-repeat;
padding: 0 22px;
}
.mainbody_box_t {
background: url(http://demo.dzinerstudio.com/smf2/Themes/icecube_20/images/custom/mainbody_box_t.png) 0 0 repeat-x;
height: 30px;
overflow: hidden;
}
.mainbody_box_l {
background: url(http://demo.dzinerstudio.com/smf2/Themes/icecube_20/images/custom/mainbody_box_l.png) 0 0 repeat-y;
}
.mainbody_box_r {
background: url(http://demo.dzinerstudio.com/smf2/Themes/icecube_20/images/custom/mainbody_box_r.png) 100% 0 repeat-y;
padding: 0 22px;
}
.mainbody_box {
background: url(http://demo.dzinerstudio.com/smf2/Themes/icecube_20/images/custom/mainbody_box.png);
padding-bottom: 10px;
}
#userbar_l {
background: url(http://demo.dzinerstudio.com/smf2/Themes/icecube_20/images/custom/userbar_l.png) 0 0 no-repeat;
}
#userbar_r {
background: url(http://demo.dzinerstudio.com/smf2/Themes/icecube_20/images/custom/userbar_r.png) 100% 0 no-repeat;
padding: 0 6px;
}
#userbar {
background: url(http://demo.dzinerstudio.com/smf2/Themes/icecube_20/images/custom/userbar.png) 0 0 repeat-x;
height: 50px;
}
#button_wrap {
margin: 12px 0 0 5px;
float: left;
}
#button_wrap a.login {
background: url(http://demo.dzinerstudio.com/smf2/Themes/icecube_20/images/custom/buttons.png) 0 -60px no-repeat;
margin-right: 10px;
width: 90px;
}
#button_wrap a {
display: block;
float: left;
height: 30px;
}
#button_wrap a.register {
background: url(http://demo.dzinerstudio.com/smf2/Themes/icecube_20/images/custom/buttons.png) 0 -120px no-repeat;
width: 100px;
}
#help_icon {
float: right;
margin: 12px 5px 0 0;
}
#help_icon a.help {
background: url(http://demo.dzinerstudio.com/smf2/Themes/icecube_20/images/custom/buttons.png) 0 -240px no-repeat;
display: block;
width: 30px;
height: 30px;
}
#userinfo {
float: right;
padding: 17px 10px 0 0;
text-shadow: -1px -1px 0 rgb(0, 0, 0);
}

.pun .paged-foot, .pun .paged-head {
background-color: transparent;
border: 1px solid transparent;
padding: .6em 1.3em .3em;
}
.pun .posthead {
background: url(http://i.imgur.com/FTmbBRX.png) no-repeat 100% -160px;
border-bottom: 1px dashed transparent;
margin-bottom: 5px;
color: #fff;
font-weight: 400;
height: 33px;
line-height: 24px;
padding: 5px 5px 5px 10px;
}
.pun .post {
border: none;
background-color: rgba(2, 23, 61, 0.55);
}
.pun .postmain {
background-color: rgba(2, 23, 61, 0);
border-left: 1px solid transparent;
margin-left: 18em;
}
.pun .table .tc2, .pun .table .tc3 {
text-align: right;
width: 10%;
}
.pun .main-content {
background-color: rgba(2, 23, 61, 0);
border: 1px solid rgba(2, 23, 61, 0);
}
.pun table.table td {
background: url(http://demo.dzinerstudio.com/smf2/Themes/icecube_20/images/custom/trans_bg2.png);
border-color: rgba(2, 23, 61, 0);
border-width: 3px;
  border-style: none;
color: rgb(170, 170, 170);
line-height: 130%;
padding: .2em 0 .1em;
}
tr.windowbg td, tr.windowbg2 td, tr.approvebg td, tr.highlight2 td {
padding: 0.7em;
}
h4.catbg, h4.catbg2, h3.catbg, h3.catbg2, .table_list tbody.header td.catbg {
background: url(http://i.imgur.com/FTmbBRX.png) no-repeat 100% -160px;
padding-right: 9px;
}
table.table_list tbody.header td div.cat_bar {
margin-bottom: -1px;
}
div.cat_bar {
background: url(http://i.imgur.com/FTmbBRX.png) no-repeat 0 -160px;
padding-left: 9px;
height: 36px;
overflow: hidden;
margin-bottom: -9px;
}
.main .main-head .page-title {
font-size: 1.1em;
background: url(http://i.imgur.com/FTmbBRX.png) no-repeat 100% -160px;
font-weight: normal;
text-shadow: 1px -1px 0 rgb(0, 0, 0);
}
#footer {
padding: 5px 15px 20px;
color: rgb(170, 170, 170);
}
#infoCenter {
clear: both;
padding: 5px 10px;
background: url(http://demo.dzinerstudio.com/smf2/Themes/icecube_20/images/custom/trans_bg2.png);
border: 1px solid rgb(15, 20, 32);
color: rgb(153, 153, 153);
text-shadow: -1px -1px 0 rgb(0, 0, 0);
}
h3.catbg, h3.catbg2, h3.titlebg, h4.titlebg, h4.catbg {
line-height: 36px;
font-size: 1.2em;
font-weight: normal;
text-shadow: 1px -1px 0 rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
#pun-about {
background-color: rgba(0, 0, 0, 0);
border-color: rgba(0, 0, 0, 0);
border-style: none;
border-width: 0px;
text-align: center;
}
#upshrinkHeaderIC p {
margin: 0 0 0.5em 0;
padding: 0.5em;
}
#infoCenter {
color: rgb(153, 153, 153);
text-shadow: -1px -1px 0 rgb(0, 0, 0);
}
#pun-about #qjump {
visibility: hidden;
}
#footer a:link, #footer a:visited {
color: rgb(123, 169, 209);
}
a:hover {
color: rgb(123, 169, 209);
cursor: pointer;
}
#smf_copyright {
float: left;
}
#footer {
color: rgb(170, 170, 170);
}
#footer p {
padding: 0;
margin: 0;
}
.smalltext, tr.smalltext th {
font-size: 11px;
}
#ds_copyright {
float: right;
text-align: right;
}
ul.reset, ul.reset li {
padding: 0;
margin: 0;
list-style: none;
}
#footer ul li.copyright {
display: block;
}
#footer ul li {
display: inline;
padding-right: 5px;
}
#upshrinkHeaderIC {
margin-top: 4px;
}
#infoCenter h4.titlebg {
background: none;
border-bottom: 2px dotted rgb(54, 67, 83);
color: rgb(245, 245, 245);
height: 30px;
line-height: 30px;
padding-left: 5px;
text-shadow: -1px -1px 0 rgb(0, 0, 0);
}
#infoCenter h4.titlebg {
color: rgb(245, 245, 245);
line-height: 30px;
text-shadow: -1px -1px 0 rgb(0, 0, 0);
}
.mainbody_box_bl {
background: url(http://demo.dzinerstudio.com/smf2/Themes/icecube_20/images/custom/mainbody_box_bl.png) 0 0 no-repeat;
}
.mainbody_box_br {
background: url(http://demo.dzinerstudio.com/smf2/Themes/icecube_20/images/custom/mainbody_box_br.png) 100% 0 no-repeat;
padding: 0 22px;
}
.mainbody_box_b {
background: url(http://demo.dzinerstudio.com/smf2/Themes/icecube_20/images/custom/mainbody_box_b.png) 0 0 repeat-x;
height: 15px;
overflow: hidden;
}


Última edição por coenzi em 30.12.14 15:52, editado 1 vez(es)
coenzi

coenzi
****

Membro desde : 27/11/2013
Mensagens : 384
Pontos : 632

http://hero-rpg.web-rpg.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Contorno Invisível nas categorias e fóruns

Mensagem por Consolado 29.12.14 5:50

Olá!

Utilize esse código CSS:
Código:
.pun tbody.statused td{border:none!important}
Até mais.
Consolado

Consolado
Hiper Membro

Membro desde : 09/05/2011
Mensagens : 4243
Pontos : 6128

Ir para o topo Ir para baixo

Principal Contribuidor

Tópico resolvido Re: Contorno Invisível nas categorias e fóruns

Mensagem por Sennior 30.12.14 13:28

Saudações! Muito feliz

Vá em:
Painel de controle  Seta curta Visualização  Seta curta Cores Seta curta "Aba" Folha CSS.

Adicione no conteúdo:
Código:
td.tcl {border-bottom: transparent!important;border-left: transparent!important;border-right: transparent!important;border-top: transparent!important;}td.tc2 {border-bottom: transparent!important;border-left: transparent!important;border-right: transparent!important;border-top: transparent!important;}td.tcr {border-bottom: transparent!important;border-left: transparent!important;border-right: transparent!important;border-top: transparent!important;}td.tcicons {border-bottom: transparent!important;border-left: transparent!important;border-right: transparent!important;border-top: transparent!important;}

Salve e Visualize seu fórum. Piscada
Melhores cumprimentos,
Sennior. De bem com a vida
Sennior

Sennior
Principal Contribuidor
Principal Contribuidor

Membro desde : 10/06/2011
Mensagens : 16379
Pontos : 20903

https://ajuda.forumeiros.com/forum https://www.facebook.com/GladstonHenriq https://twitter.com/UmGladston

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