Template bugado
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 • Compartilhe
Template bugado
Detalhes da dúvida
Versão do fórum : PunBB
Nível de acesso : Fundador
Navegador usado : Google Chrome
Imagem :
- Imagem da minha dúvida:
Membros afetados : Todos os membros do fórum
Problema começou : Quando mudei para o tema
Endereço do fórum : http://testfael.forumeiros.com
Descrição do problema
Olá, mudei o template do meu fórum, e apareceu algumas gifs estranhas, gostaria de retirá-las.Até.
Última edição por Conectado em 03.02.15 17:41, editado 1 vez(es)
Re: Template bugado
Olá!
Você mesmo tira essas imagens no seu painel de controle, deve ser algo no url com "Ipb" algo assim. Se não conseguir mande-me o seu css.
Até mais.
Você mesmo tira essas imagens no seu painel de controle, deve ser algo no url com "Ipb" algo assim. Se não conseguir mande-me o seu css.
Até mais.
Re: Template bugado
Olá Reset!
Procurei e não achei a imagem, vou deixar meu css para você ver:
Até.
Procurei e não achei a imagem, vou deixar meu css para você ver:
- Código:
/*******************************************************************************/
/******************************* Créditos **************************************/
/*******************************************************************************/
/******************** Tema totalmente feito por Quakeline **********************/
/*******************************************************************************/
/******************* Tema Quakeline 2 - Laranja e Branco **********************/
/*******************************************************************************/
/************************** Fim de Créditos ************************************/
/*******************************************************************************/
/********* Menu *************/
#pun-head #pun-navlinks {
-moz-border-radius: 4px 4px 0 0;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
background: #D7D7D7 url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/primary_nav.jpg) repeat 0 0;
border-bottom: 1px solid #C4C4C4;
border-radius: 4px 4px 0 0;
min-height: 38px;
padding: 4px 4px 0;
}
#pun-navlinks a {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #6F6F6F;
display: block;
height: 35px;
line-height: 35px;
outline: none;
padding: 0 11px;
text-shadow: white 0 1px 0;
}
#pun-navlinks a:hover {
-moz-box-shadow: inset rgba(0,0,0,0.75) 0 1px 3px, rgba(255,255,255,0.45) 0 0 0 1px, rgba(255,255,255,0.8) 0 1px 0;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.75) 0 1px 3px, rgba(255, 255, 255, 0.45) 0 0 0 1px, rgba(255, 255, 255, 0.8) 0 1px 0;
background: #D75D2D url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/primary_nav_active.jpg) repeat 50% 0;
box-shadow: inset rgba(0, 0, 0, 0.75) 0 1px 3px, rgba(255, 255, 255, 0.45) 0 0 0 1px, rgba(255, 255, 255, 0.8) 0 1px 0;
color: white;
padding: 0 11px;
position: relative;
text-decoration: none;
text-shadow: #892307 0 1px 1px;
}
#pun-navlinks li {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #6F6F6F;
display: block;
float: left;
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
font-size: 12px;
font-weight: 700;
height: 35px;
line-height: 35px;
outline: none;
padding: 0 5px;
text-decoration: none;
text-shadow: white 0 1px 0;
text-transform: uppercase;
}
#pun-navlinks ul {
margin: 0;
position: relative;
}
#pun-navlinks ul {
list-style: none;
text-align: left;
}
/************ Estrutura do fórum *************/
body {
background: #273749 url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/background.jpg) no-repeat 50% 0;
color: #5A5A5A;
font-family: tahoma,helvetica,arial,sans-serif;
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: normal;
min-height: 390px;
padding-bottom: 20px;
position: relative;
}
#content {
background: white;
line-height: 120%;
margin-top: -4px;
padding: 8px;
}
/***** Conectado como *****/
#pun-visit, .main-box {
background: #EEE url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/highlight.png) repeat-x 0 0;
border-bottom: 1px solid #D8D8D8;
border-top: 1px solid #D8D8D8;
font-size: 11px;
font-weight: 700;
margin: 12px -8px 8px;
padding: 8px;
text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
}
.pun a:link {
color: #C83D18;
text-decoration: none!important;
}
/********* Logo *******/
#pun-intro {
background-color: transparent;
padding: 0;
}
/******** Categorias ********/
.main .main-foot, .main .main-head {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #CF552A url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/maintitle.jpg) repeat-x 0 0;
border: 1px solid #B43535;
border-radius: 4px;
box-shadow: inset rgba(255, 255, 255, 0.3) 0 0 1px;
color: white;
font-size: 12px;
font-weight: 700;
line-height: 22px;
margin-bottom: 5px;
margin-top: 5px;
overflow: hidden;
padding: 12px;
text-shadow: #A52C0C 0 -1px 0;
}
.pun h2, .pun h3, .pun input, .pun select, .pun th {
font-family: Verdana,Arial,sans-serif;
font-size: 1em;
font-style: normal;
font-variant: normal;
}
.pun h2, .pun h3, .pun input, .pun select, .pun th {
font-weight: 700;
}
.pun tbody.statused td.tcl {
border-left: 1px solid gainsboro;
border-right: none;
}
.pun table.table td {
background-color: #FDFDFD;
border-bottom: 1px solid gainsboro!important;
border-left: none;
border-right: 1px solid gainsboro;
line-height: 18px;
padding: 10px;
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color: #FDFDFD;
border-left: none;
border-right: none;
}
.pun table.table td {
background-color: #FDFDFD;
border-bottom: 1px solid gainsboro!important;
border-left: none;
border-right: 1px solid gainsboro;
line-height: 18px;
padding: 10px;
}
.pun table.table td {
background-color: #FDFDFD;
border-bottom: 1px solid gainsboro!important;
border-left: none;
border-right: 1px solid gainsboro;
line-height: 18px;
padding: 10px;
}
/******** Ir Para *********/
#pun-about {
-moz-border-radius: 0 0 4px 4px;
-webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
background: #F9F9F9 url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/highlight.png) repeat-x 0 0;
border: 1px solid #EEE;
border-radius: 0 0 4px 4px;
margin-top: -4px;
padding: 8px;
position: relative;
text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
}
/******* Estatisticas **********/
#stats {
-moz-border-radius: 3px;
-moz-box-shadow: inset rgba(0,0,0,0.3) 0 1px 2px, rgba(255,255,255,1) 0 1px 0;
-webkit-border-radius: 3px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 2px, rgba(255, 255, 255, 1) 0 1px 0;
background: url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/trans10.png) repeat;
border-radius: 3px;
box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 2px, rgba(255, 255, 255, 1) 0 1px 0;
color: #222;
display: inline-block;
font-weight: 700;
margin-bottom: 10px;
margin-left: 40px;
margin-right: 15px;
padding: 8px 5px;
text-shadow: rgba(255, 255, 255, 0.6) 0 1px 0;
}
.pun .main-content {
background-color: white;
border: none;
}
#onlinelist {
-moz-border-radius: 3px;
-moz-box-shadow: inset rgba(0,0,0,0.3) 0 1px 2px, rgba(255,255,255,1) 0 1px 0;
-webkit-border-radius: 3px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 2px, rgba(255, 255, 255, 1) 0 1px 0;
background: url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/trans10.png) repeat;
border-radius: 3px;
box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 2px, rgba(255, 255, 255, 1) 0 1px 0;
color: #222;
display: inline-block;
font-weight: 700;
margin-bottom: 10px;
margin-left: 40px;
margin-right: 15px;
padding: 8px 5px;
text-shadow: rgba(255, 255, 255, 0.6) 0 1px 0;
}
/**** Tópico **********/
.pun .posthead {
background: #E3E3E3 url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/highlight.png) repeat-x 0 0;
border-bottom: 1px solid #D2D2D2;
border-top: 1px solid #D2D2D2;
color: #777;
font-size: 11px;
font-weight: 400;
height: 36px;
line-height: 36px;
margin-left: -188px;
margin-right: 0;
padding: 0 10px;
text-shadow: rgba(255, 255, 255, 0.6) 0 1px 0;
}
.pun .user .user-info {
color: #A4A4A4;
text-align: center;
}
.pun .user-ident .username {
color: #333;
display: block;
font-size: 1.2em;
font-weight: 700;
position: relative;
text-align: center;
top: 5px;
}
.pun .user .user-ident {
font-size: 12px;
padding: 0 0 .7em;
}
.pun .post .user {
float: left;
margin-left: -17em;
margin-top: -1.8em;
position: relative;
}
.pun .user {
display: inline;
overflow: hidden;
padding-top: 1.6em;
white-space: normal;
width: 16em;
}
.pun .postbody {
width: 100%;
}
.pun .postmain {
background-color: #FDFDFD;
border-left: 1px solid gainsboro;
border-right: 1px solid #F0F0F0;
margin-left: 17em;
}
.pun .post {
background: #FBFBFB;
border-left: 1px solid gainsboro;
}
.pun .post {
border-color: #EEE white #CCC;
border-style: solid none;
border-width: 2px 0 1px;
}
.postfoot {
background: #F8F8F8;
border-bottom: 1px solid white;
border-top: 1px solid gainsboro;
}
.pun .main-content {
background-color: white;
border: none;
}
button.button2, input.button2:hover {
-moz-box-shadow: 0 0 5px #999;
-webkit-box-shadow: 0 0 5px #999;
border-color: #999;
box-shadow: 0 0 5px #999;
color: #333;
outline: 0;
}
button.button2, input.button2 {
-webkit-border-radius: 2px;
-webkit-user-select: none;
background-color: whiteSmoke;
background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);
border: 1px solid gainsboro;
border-radius: 2px;
color: #666;
cursor: pointer;
font-size: 12px;
font-weight: 700;
height: 33px;
line-height: 12px;
min-width: 25px;
padding: 5px 10px;
text-align: center;
vertical-align: middle;
}
#text_editor_controls {
white-space: pre-wrap;
}
.pun p.left-box {
float: left;
}
button, input, select, textarea {
-webkit-border-radius: 2px;
background: #F3F3F3!important;
background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);
border: 1px solid #666!important;
border-radius: 2px;
color: #666;
line-height: 20px;
min-width: 20px;
vertical-align: middle;
}
button, input, select, textarea:hover {
-moz-box-shadow: 0 0 5px #999;
-webkit-box-shadow: 0 0 5px #999;
border-color: #999;
box-shadow: 0 0 5px #999;
color: #333;
outline: 0;
}
.pun .frm .frm-buttons input:hover {
-moz-box-shadow: 0 0 5px #999;
-webkit-box-shadow: 0 0 5px #999;
border-color: #999;
box-shadow: 0 0 5px #999;
color: #333;
outline: 0;
}
.pun .frm .frm-buttons input {
-webkit-border-radius: 2px;
-webkit-user-select: none;
background-color: whiteSmoke;
background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);
border: 1px solid gainsboro;
border-radius: 2px;
color: #666;
cursor: pointer;
font-size: 12px;
font-weight: 700;
height: 33px;
line-height: 31px;
min-width: 54px;
padding: 0 8px;
text-align: center;
vertical-align: middle;
}
#quick_reply .frm-buttons {
background: transparent;
border: none;
text-align: center;
}
.frm-buttons {
border-top: 3px double #C2C2C2;
margin-bottom: -.7em;
margin-top: .5em;
padding: .7em 0 0 17.5em;
}
fieldset.frm-set dl dd {
margin-left: 17em;
}
fieldset.frm-set dl dt {
display: block;
float: left;
font-weight: 700;
text-align: right;
width: 16em;
}
.pun .frm-form {
background: white;
border: none;
}
#navegandoahora {
background: #EEE url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/highlight.png) repeat-x 0 0;
border-bottom: 1px solid #D8D8D8;
border-top: 1px solid #D8D8D8;
font-size: 11px;
font-weight: 700;
margin: -8px -8px 8px;
padding: 8px;
text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
}
.pun .main-head a.exthelp, .pun .main-head a.exthelp:link, .pun .main-head a.exthelp:visited {
background: url(http://cdn1.iconfinder.com/data/icons/famfamfam_mini_icons/icon_info.gif)!important;
background-position: left center;
background-repeat: no-repeat!important;
padding: 2px 0 2px 20px;
}
.pun-crumbs {
-moz-border-radius: 3px;
-moz-box-shadow: rgba(0,0,0,0.05) 0 1px 2px;
-webkit-border-radius: 3px;
-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 1px 2px;
background: #E0E0E0 url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/secondary_nav_bg.png) repeat-x 0 0;
border: 1px solid #D6D6D6;
border-radius: 3px;
box-shadow: rgba(0, 0, 0, 0.05) 0 1px 2px;
line-height: 37px;
margin-bottom: 15px;
overflow: hidden;
text-shadow: white 0 1px 0;
}
.pun-crumbs p {
-moz-border-radius: 3px 0 0 3px;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-radius: 3px 0 0 3px;
color: #666;
font-size: 1.11em;
line-height: 30px;
margin: 0 auto;
padding-left: 12px;
}
.pun-crumbs a {
background: url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/secondary_nav.png) no-repeat 100% 0;
padding: 10px 17px 10px 10px;
}
.pun .paged-foot, .pun .paged-head {
background-color: #E8E8E8;
border: 1px solid #C2C2C2;
padding: .6em 1.3em .3em;
}
/*Chat Box*/
#chatbox_members .member-title {
background: transparent !important;
color: rgb(31, 143, 255) !important;
font-family: Verdana,Arial,Helvetica,sans-serif !important;
font-size: 12px !important;
padding: 0.5em 0.25em !important;
text-align: center !important;
text-transform: capitalize !important;
border-bottom: 2px solid !important;margin-left: 5px !important;margin-right: 5px !important;border-radius: 6px 6px 0px 0px !important;
border-bottom: 0px solid #1E90FF !important;
font-family: verdana,arial,sans-serif !important;
padding: 2px !important;
}
#chatbox_contextmenu p.close img {
padding-left: 20px !important;
vertical-align: middle !important;
}
#chatbox_contextmenu p.close img:hover {
opacity: 0.5 !important;
}
#chatbox_contextmenu {
background-color: rgb(255, 255, 255) !important;
border: 1px solid #ddd !important;
border-radius: 6px !important;
text-align: left !important;
box-shadow: 1px 1px 5px rgb(221, 221, 221) !important;
font-weight: bold !important;
}
#chatbox_footer {
border: 1px solid rgb(221, 221, 221) !important;
overflow: auto !important;
position: absolute !important;
border-radius: 6px 6px 6px 6px !important;
box-shadow: 1px 1px 5px rgb(221, 221, 221) !important;
background: none repeat scroll 0% 0% rgb(246, 246, 246) !important;
width: 970px !important;
}
#chatbox_header {
border: 1px solid rgb(221, 221, 221) !important;
overflow: auto !important;
position: absolute !important;
border-radius: 6px 6px 6px 6px !important;
box-shadow: 1px 1px 5px rgb(221, 221, 221) !important;
background: none repeat scroll 0% 0% rgb(246, 246, 246) !important;
width: 970px !important;
}
.fontbutton {
border: 0px !important;
padding: 2px !important;
background: #fff !important;
border-radius: 4px !important;
}
.chatbox_row_2 {
background-color: #fff;
padding: 2px !important;
border: 1px solid #ddd !important;
border-radius: 5px !important;
margin-left: 5px !important;
width: 9999px !important;
}
.chatbox_row_1 {
background-color: #fff;
padding: 2px !important;
border: 1px solid #ddd !important;
border-radius: 5px !important;
margin-left: 5px !important;
width: 9999px !important;
}
#message {
border: 1px solid #ddd !important;
background-image: url('http://i71.servimg.com/u/f71/17/71/75/73/sem_ta34.png') !important;
}
#message, #submit_button {
border: none !important;
margin-top: 2px !important;
margin-bottom: 5px !important;
}
#chatbox {
margin-bottom: 5px !important;
border: 1px solid #ddd;
bottom: 30px;
overflow: auto;
position: absolute;
top: 50px;
width: 789px;
border-radius: 6px;
background: #f6f6f6;
-moz-box-shadow: 1px 1px 5px #DDD;
-webkit-box-shadow: 1px 1px 5px #DDD;
box-shadow: 1px 1px 5px #DDD;
height: 195px;
margin-left: 13px;
}
.right-box {
width: auto;
border: 0px solid;
height: 30px;
margin-left: 35px;
float: left;
}
img#show_color {
padding: 2px;
border-radius: 4px;
}
#chatbox_members {
border: 1px solid #ddd;
bottom: 30px;
overflow: auto;
position: absolute;
top: 50px;
width: 180px;
border-radius: 6px;
background: #f6f6f6;
-moz-box-shadow: 1px 1px 5px #DDD;
-webkit-box-shadow: 1px 1px 5px #DDD;
box-shadow: 1px 1px 5px #DDD;
height: 195px;
}
#onlinechat {
background-color: #F4F4F4;
border-top: 1px dashed #CCC;
padding: .6em 1em;
display: none;
}
Até.
Re: Template bugado
Saudações!
Vá no painel administrativo dos JavaScript de teu fórum:
Crie um novo JavaScript:
Investimento: Em todas as páginas.
Salve e Visualize seu fórum.
Melhores cumprimentos,
Sennior.
Vá no painel administrativo dos JavaScript de teu fórum:
Vá em: Painel de controle Modulos HTML & JAVASCRIPT Gestão dos códigos JavaScript. |
Investimento: Em todas as páginas.
- Código:
$(function(){$('head').before('<style>div#pun-navlinks, #pun-visit, .main-box, .pun-crumbs, .pun-crumbs a, .main .main-foot, .main .main-head, #stats, #onlinelist, #pun-about {background: none!important;}</style>');});
Salve e Visualize seu fórum.
Melhores cumprimentos,
Sennior.
Re: Template bugado
Olá!
Eu localizei os urls, e é melhor você ir trocando pelos desejados, se não depois fica difícil para saber o que editar.
Até mais.
Eu localizei os urls, e é melhor você ir trocando pelos desejados, se não depois fica difícil para saber o que editar.
Até mais.
Re: Template bugado
Olá,
Sennior, não resultou seu código
Reset, já vou providenciar uma troca das imagens.
Até.
Sennior, não resultou seu código
Reset, já vou providenciar uma troca das imagens.
Até.
Re: Template bugado
Saudações!
Adicione o código abaixo no INICIO de teu CSS:
Adicione no conteúdo:
Salve e Visualize seu fórum.
Melhores cumprimentos,
Sennior.
Adicione o código abaixo no INICIO de teu CSS:
Vá em: Painel de controle Visualização Cores "Aba" Folha CSS. |
- Código:
div#pun-navlinks, #pun-visit, .main-box, .pun-crumbs, .pun-crumbs a, .main .main-foot, .main .main-head, #stats, #onlinelist, #pun-about {background: none!important;}
Salve e Visualize seu fórum.
Melhores cumprimentos,
Sennior.
Re: Template bugado
Olá,
retirou algumas cores do fórum que não é necessário, mas ainda não resolveu.
Até.
retirou algumas cores do fórum que não é necessário, mas ainda não resolveu.
Até.
Re: Template bugado
Retirou algumas? Fui em teu fórum e lá só estava a do logo.
Altere teu CSS pleo abaixo:
Altere teu CSS pleo abaixo:
- Código:
/*******************************************************************************/
/******************************* Créditos **************************************/
/*******************************************************************************/
/******************** Tema totalmente feito por Quakeline **********************/
/*******************************************************************************/
/******************* Tema Quakeline 2 - Laranja e Branco **********************/
/*******************************************************************************/
/************************** Fim de Créditos ************************************/
/*******************************************************************************/
/********* Menu *************/
div#pun-navlinks, #pun-visit, .main-box, .pun-crumbs, .pun-crumbs a, .main .main-foot, .main .main-head, #stats, #onlinelist, #pun-about {background: none!important;}
#pun-head #pun-navlinks {
-moz-border-radius: 4px 4px 0 0;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
background: #D7D7D7 url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/primary_nav.jpg) repeat 0 0;
border-bottom: 1px solid #C4C4C4;
border-radius: 4px 4px 0 0;
min-height: 38px;
padding: 4px 4px 0;
}
#pun-navlinks a {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #6F6F6F;
display: block;
height: 35px;
line-height: 35px;
outline: none;
padding: 0 11px;
text-shadow: white 0 1px 0;
}
#pun-navlinks a:hover {
-moz-box-shadow: inset rgba(0,0,0,0.75) 0 1px 3px, rgba(255,255,255,0.45) 0 0 0 1px, rgba(255,255,255,0.8) 0 1px 0;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.75) 0 1px 3px, rgba(255, 255, 255, 0.45) 0 0 0 1px, rgba(255, 255, 255, 0.8) 0 1px 0;
background: #D75D2D url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/primary_nav_active.jpg) repeat 50% 0;
box-shadow: inset rgba(0, 0, 0, 0.75) 0 1px 3px, rgba(255, 255, 255, 0.45) 0 0 0 1px, rgba(255, 255, 255, 0.8) 0 1px 0;
color: white;
padding: 0 11px;
position: relative;
text-decoration: none;
text-shadow: #892307 0 1px 1px;
}
#pun-navlinks li {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #6F6F6F;
display: block;
float: left;
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
font-size: 12px;
font-weight: 700;
height: 35px;
line-height: 35px;
outline: none;
padding: 0 5px;
text-decoration: none;
text-shadow: white 0 1px 0;
text-transform: uppercase;
}
#pun-navlinks ul {
margin: 0;
position: relative;
}
#pun-navlinks ul {
list-style: none;
text-align: left;
}
/************ Estrutura do fórum *************/
body {
background: #273749 url() no-repeat 50% 0;
color: #5A5A5A;
font-family: tahoma,helvetica,arial,sans-serif;
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: normal;
min-height: 390px;
padding-bottom: 20px;
position: relative;
}
#content {
background: white;
line-height: 120%;
margin-top: -4px;
padding: 8px;
}
/***** Conectado como *****/
#pun-visit, .main-box {
background: #EEE url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/highlight.png) repeat-x 0 0;
border-bottom: 1px solid #D8D8D8;
border-top: 1px solid #D8D8D8;
font-size: 11px;
font-weight: 700;
margin: 12px -8px 8px;
padding: 8px;
text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
}
.pun a:link {
color: #C83D18;
text-decoration: none!important;
}
/********* Logo *******/
#pun-intro {
background-color: transparent;
padding: 0;
}
/******** Categorias ********/
.main .main-foot, .main .main-head {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #CF552A url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/maintitle.jpg) repeat-x 0 0;
border: 1px solid #B43535;
border-radius: 4px;
box-shadow: inset rgba(255, 255, 255, 0.3) 0 0 1px;
color: white;
font-size: 12px;
font-weight: 700;
line-height: 22px;
margin-bottom: 5px;
margin-top: 5px;
overflow: hidden;
padding: 12px;
text-shadow: #A52C0C 0 -1px 0;
}
.pun h2, .pun h3, .pun input, .pun select, .pun th {
font-family: Verdana,Arial,sans-serif;
font-size: 1em;
font-style: normal;
font-variant: normal;
}
.pun h2, .pun h3, .pun input, .pun select, .pun th {
font-weight: 700;
}
.pun tbody.statused td.tcl {
border-left: 1px solid gainsboro;
border-right: none;
}
.pun table.table td {
background-color: #FDFDFD;
border-bottom: 1px solid gainsboro!important;
border-left: none;
border-right: 1px solid gainsboro;
line-height: 18px;
padding: 10px;
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color: #FDFDFD;
border-left: none;
border-right: none;
}
.pun table.table td {
background-color: #FDFDFD;
border-bottom: 1px solid gainsboro!important;
border-left: none;
border-right: 1px solid gainsboro;
line-height: 18px;
padding: 10px;
}
.pun table.table td {
background-color: #FDFDFD;
border-bottom: 1px solid gainsboro!important;
border-left: none;
border-right: 1px solid gainsboro;
line-height: 18px;
padding: 10px;
}
/******** Ir Para *********/
#pun-about {
-moz-border-radius: 0 0 4px 4px;
-webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
background: #F9F9F9 url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/highlight.png) repeat-x 0 0;
border: 1px solid #EEE;
border-radius: 0 0 4px 4px;
margin-top: -4px;
padding: 8px;
position: relative;
text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
}
/******* Estatisticas **********/
#stats {
-moz-border-radius: 3px;
-moz-box-shadow: inset rgba(0,0,0,0.3) 0 1px 2px, rgba(255,255,255,1) 0 1px 0;
-webkit-border-radius: 3px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 2px, rgba(255, 255, 255, 1) 0 1px 0;
background: url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/trans10.png) repeat;
border-radius: 3px;
box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 2px, rgba(255, 255, 255, 1) 0 1px 0;
color: #222;
display: inline-block;
font-weight: 700;
margin-bottom: 10px;
margin-left: 40px;
margin-right: 15px;
padding: 8px 5px;
text-shadow: rgba(255, 255, 255, 0.6) 0 1px 0;
}
.pun .main-content {
background-color: white;
border: none;
}
#onlinelist {
-moz-border-radius: 3px;
-moz-box-shadow: inset rgba(0,0,0,0.3) 0 1px 2px, rgba(255,255,255,1) 0 1px 0;
-webkit-border-radius: 3px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 2px, rgba(255, 255, 255, 1) 0 1px 0;
background: url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/trans10.png) repeat;
border-radius: 3px;
box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 2px, rgba(255, 255, 255, 1) 0 1px 0;
color: #222;
display: inline-block;
font-weight: 700;
margin-bottom: 10px;
margin-left: 40px;
margin-right: 15px;
padding: 8px 5px;
text-shadow: rgba(255, 255, 255, 0.6) 0 1px 0;
}
/**** Tópico **********/
.pun .posthead {
background: #E3E3E3 url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/highlight.png) repeat-x 0 0;
border-bottom: 1px solid #D2D2D2;
border-top: 1px solid #D2D2D2;
color: #777;
font-size: 11px;
font-weight: 400;
height: 36px;
line-height: 36px;
margin-left: -188px;
margin-right: 0;
padding: 0 10px;
text-shadow: rgba(255, 255, 255, 0.6) 0 1px 0;
}
.pun .user .user-info {
color: #A4A4A4;
text-align: center;
}
.pun .user-ident .username {
color: #333;
display: block;
font-size: 1.2em;
font-weight: 700;
position: relative;
text-align: center;
top: 5px;
}
.pun .user .user-ident {
font-size: 12px;
padding: 0 0 .7em;
}
.pun .post .user {
float: left;
margin-left: -17em;
margin-top: -1.8em;
position: relative;
}
.pun .user {
display: inline;
overflow: hidden;
padding-top: 1.6em;
white-space: normal;
width: 16em;
}
.pun .postbody {
width: 100%;
}
.pun .postmain {
background-color: #FDFDFD;
border-left: 1px solid gainsboro;
border-right: 1px solid #F0F0F0;
margin-left: 17em;
}
.pun .post {
background: #FBFBFB;
border-left: 1px solid gainsboro;
}
.pun .post {
border-color: #EEE white #CCC;
border-style: solid none;
border-width: 2px 0 1px;
}
.postfoot {
background: #F8F8F8;
border-bottom: 1px solid white;
border-top: 1px solid gainsboro;
}
.pun .main-content {
background-color: white;
border: none;
}
button.button2, input.button2:hover {
-moz-box-shadow: 0 0 5px #999;
-webkit-box-shadow: 0 0 5px #999;
border-color: #999;
box-shadow: 0 0 5px #999;
color: #333;
outline: 0;
}
button.button2, input.button2 {
-webkit-border-radius: 2px;
-webkit-user-select: none;
background-color: whiteSmoke;
background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);
border: 1px solid gainsboro;
border-radius: 2px;
color: #666;
cursor: pointer;
font-size: 12px;
font-weight: 700;
height: 33px;
line-height: 12px;
min-width: 25px;
padding: 5px 10px;
text-align: center;
vertical-align: middle;
}
#text_editor_controls {
white-space: pre-wrap;
}
.pun p.left-box {
float: left;
}
button, input, select, textarea {
-webkit-border-radius: 2px;
background: #F3F3F3!important;
background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);
border: 1px solid #666!important;
border-radius: 2px;
color: #666;
line-height: 20px;
min-width: 20px;
vertical-align: middle;
}
button, input, select, textarea:hover {
-moz-box-shadow: 0 0 5px #999;
-webkit-box-shadow: 0 0 5px #999;
border-color: #999;
box-shadow: 0 0 5px #999;
color: #333;
outline: 0;
}
.pun .frm .frm-buttons input:hover {
-moz-box-shadow: 0 0 5px #999;
-webkit-box-shadow: 0 0 5px #999;
border-color: #999;
box-shadow: 0 0 5px #999;
color: #333;
outline: 0;
}
.pun .frm .frm-buttons input {
-webkit-border-radius: 2px;
-webkit-user-select: none;
background-color: whiteSmoke;
background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);
border: 1px solid gainsboro;
border-radius: 2px;
color: #666;
cursor: pointer;
font-size: 12px;
font-weight: 700;
height: 33px;
line-height: 31px;
min-width: 54px;
padding: 0 8px;
text-align: center;
vertical-align: middle;
}
#quick_reply .frm-buttons {
background: transparent;
border: none;
text-align: center;
}
.frm-buttons {
border-top: 3px double #C2C2C2;
margin-bottom: -.7em;
margin-top: .5em;
padding: .7em 0 0 17.5em;
}
fieldset.frm-set dl dd {
margin-left: 17em;
}
fieldset.frm-set dl dt {
display: block;
float: left;
font-weight: 700;
text-align: right;
width: 16em;
}
.pun .frm-form {
background: white;
border: none;
}
#navegandoahora {
background: #EEE url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/highlight.png) repeat-x 0 0;
border-bottom: 1px solid #D8D8D8;
border-top: 1px solid #D8D8D8;
font-size: 11px;
font-weight: 700;
margin: -8px -8px 8px;
padding: 8px;
text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
}
.pun .main-head a.exthelp, .pun .main-head a.exthelp:link, .pun .main-head a.exthelp:visited {
background: url(http://cdn1.iconfinder.com/data/icons/famfamfam_mini_icons/icon_info.gif)!important;
background-position: left center;
background-repeat: no-repeat!important;
padding: 2px 0 2px 20px;
}
.pun-crumbs {
-moz-border-radius: 3px;
-moz-box-shadow: rgba(0,0,0,0.05) 0 1px 2px;
-webkit-border-radius: 3px;
-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 1px 2px;
background: #E0E0E0 url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/secondary_nav_bg.png) repeat-x 0 0;
border: 1px solid #D6D6D6;
border-radius: 3px;
box-shadow: rgba(0, 0, 0, 0.05) 0 1px 2px;
line-height: 37px;
margin-bottom: 15px;
overflow: hidden;
text-shadow: white 0 1px 0;
}
.pun-crumbs p {
-moz-border-radius: 3px 0 0 3px;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-radius: 3px 0 0 3px;
color: #666;
font-size: 1.11em;
line-height: 30px;
margin: 0 auto;
padding-left: 12px;
}
.pun-crumbs a {
background: url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/secondary_nav.png) no-repeat 100% 0;
padding: 10px 17px 10px 10px;
}
.pun .paged-foot, .pun .paged-head {
background-color: #E8E8E8;
border: 1px solid #C2C2C2;
padding: .6em 1.3em .3em;
}
/*Chat Box*/
#chatbox_members .member-title {
background: transparent !important;
color: rgb(31, 143, 255) !important;
font-family: Verdana,Arial,Helvetica,sans-serif !important;
font-size: 12px !important;
padding: 0.5em 0.25em !important;
text-align: center !important;
text-transform: capitalize !important;
border-bottom: 2px solid !important;margin-left: 5px !important;margin-right: 5px !important;border-radius: 6px 6px 0px 0px !important;
border-bottom: 0px solid #1E90FF !important;
font-family: verdana,arial,sans-serif !important;
padding: 2px !important;
}
#chatbox_contextmenu p.close img {
padding-left: 20px !important;
vertical-align: middle !important;
}
#chatbox_contextmenu p.close img:hover {
opacity: 0.5 !important;
}
#chatbox_contextmenu {
background-color: rgb(255, 255, 255) !important;
border: 1px solid #ddd !important;
border-radius: 6px !important;
text-align: left !important;
box-shadow: 1px 1px 5px rgb(221, 221, 221) !important;
font-weight: bold !important;
}
#chatbox_footer {
border: 1px solid rgb(221, 221, 221) !important;
overflow: auto !important;
position: absolute !important;
border-radius: 6px 6px 6px 6px !important;
box-shadow: 1px 1px 5px rgb(221, 221, 221) !important;
background: none repeat scroll 0% 0% rgb(246, 246, 246) !important;
width: 970px !important;
}
#chatbox_header {
border: 1px solid rgb(221, 221, 221) !important;
overflow: auto !important;
position: absolute !important;
border-radius: 6px 6px 6px 6px !important;
box-shadow: 1px 1px 5px rgb(221, 221, 221) !important;
background: none repeat scroll 0% 0% rgb(246, 246, 246) !important;
width: 970px !important;
}
.fontbutton {
border: 0px !important;
padding: 2px !important;
background: #fff !important;
border-radius: 4px !important;
}
.chatbox_row_2 {
background-color: #fff;
padding: 2px !important;
border: 1px solid #ddd !important;
border-radius: 5px !important;
margin-left: 5px !important;
width: 9999px !important;
}
.chatbox_row_1 {
background-color: #fff;
padding: 2px !important;
border: 1px solid #ddd !important;
border-radius: 5px !important;
margin-left: 5px !important;
width: 9999px !important;
}
#message {
border: 1px solid #ddd !important;
background-image: url('http://i71.servimg.com/u/f71/17/71/75/73/sem_ta34.png') !important;
}
#message, #submit_button {
border: none !important;
margin-top: 2px !important;
margin-bottom: 5px !important;
}
#chatbox {
margin-bottom: 5px !important;
border: 1px solid #ddd;
bottom: 30px;
overflow: auto;
position: absolute;
top: 50px;
width: 789px;
border-radius: 6px;
background: #f6f6f6;
-moz-box-shadow: 1px 1px 5px #DDD;
-webkit-box-shadow: 1px 1px 5px #DDD;
box-shadow: 1px 1px 5px #DDD;
height: 195px;
margin-left: 13px;
}
.right-box {
width: auto;
border: 0px solid;
height: 30px;
margin-left: 35px;
float: left;
}
img#show_color {
padding: 2px;
border-radius: 4px;
}
#chatbox_members {
border: 1px solid #ddd;
bottom: 30px;
overflow: auto;
position: absolute;
top: 50px;
width: 180px;
border-radius: 6px;
background: #f6f6f6;
-moz-box-shadow: 1px 1px 5px #DDD;
-webkit-box-shadow: 1px 1px 5px #DDD;
box-shadow: 1px 1px 5px #DDD;
height: 195px;
}
#onlinechat {
background-color: #F4F4F4;
border-top: 1px dashed #CCC;
padding: .6em 1em;
display: none;
}
Re: Template bugado
Estamos quase lá kkkk retirou algumas gifs, mas bugou algumas cores.
Re: Template bugado
Agora irá resolver, altere pelo abaixo teu CSS:
Até mais.
- Código:
/*******************************************************************************/
/******************************* Créditos **************************************/
/*******************************************************************************/
/******************** Tema totalmente feito por Quakeline **********************/
/*******************************************************************************/
/******************* Tema Quakeline 2 - Laranja e Branco **********************/
/*******************************************************************************/
/************************** Fim de Créditos ************************************/
/*******************************************************************************/
/********* Menu *************/
#pun-head #pun-navlinks {
-moz-border-radius: 4px 4px 0 0;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
background: #D7D7D7 url() repeat 0 0;
border-bottom: 1px solid #C4C4C4;
border-radius: 4px 4px 0 0;
min-height: 38px;
padding: 4px 4px 0;
}
#pun-navlinks a {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #6F6F6F;
display: block;
height: 35px;
line-height: 35px;
outline: none;
padding: 0 11px;
text-shadow: white 0 1px 0;
}
#pun-navlinks a:hover {
-moz-box-shadow: inset rgba(0,0,0,0.75) 0 1px 3px, rgba(255,255,255,0.45) 0 0 0 1px, rgba(255,255,255,0.8) 0 1px 0;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.75) 0 1px 3px, rgba(255, 255, 255, 0.45) 0 0 0 1px, rgba(255, 255, 255, 0.8) 0 1px 0;
background: #D75D2D url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/primary_nav_active.jpg) repeat 50% 0;
box-shadow: inset rgba(0, 0, 0, 0.75) 0 1px 3px, rgba(255, 255, 255, 0.45) 0 0 0 1px, rgba(255, 255, 255, 0.8) 0 1px 0;
color: white;
padding: 0 11px;
position: relative;
text-decoration: none;
text-shadow: #892307 0 1px 1px;
}
#pun-navlinks li {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #6F6F6F;
display: block;
float: left;
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
font-size: 12px;
font-weight: 700;
height: 35px;
line-height: 35px;
outline: none;
padding: 0 5px;
text-decoration: none;
text-shadow: white 0 1px 0;
text-transform: uppercase;
}
#pun-navlinks ul {
margin: 0;
position: relative;
}
#pun-navlinks ul {
list-style: none;
text-align: left;
}
/************ Estrutura do fórum *************/
body {
background: #273749 url() no-repeat 50% 0;
color: #5A5A5A;
font-family: tahoma,helvetica,arial,sans-serif;
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: normal;
min-height: 390px;
padding-bottom: 20px;
position: relative;
}
#content {
background: white;
line-height: 120%;
margin-top: -4px;
padding: 8px;
}
/***** Conectado como *****/
#pun-visit, .main-box {
background: #EEE url() repeat-x 0 0;
border-bottom: 1px solid #D8D8D8;
border-top: 1px solid #D8D8D8;
font-size: 11px;
font-weight: 700;
margin: 12px -8px 8px;
padding: 8px;
text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
}
.pun a:link {
color: #C83D18;
text-decoration: none!important;
}
/********* Logo *******/
#pun-intro {
background-color: transparent;
padding: 0;
}
/******** Categorias ********/
.main .main-foot, .main .main-head {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #CF552A url() repeat-x 0 0;
border: 1px solid #B43535;
border-radius: 4px;
box-shadow: inset rgba(255, 255, 255, 0.3) 0 0 1px;
color: white;
font-size: 12px;
font-weight: 700;
line-height: 22px;
margin-bottom: 5px;
margin-top: 5px;
overflow: hidden;
padding: 12px;
text-shadow: #A52C0C 0 -1px 0;
}
.pun h2, .pun h3, .pun input, .pun select, .pun th {
font-family: Verdana,Arial,sans-serif;
font-size: 1em;
font-style: normal;
font-variant: normal;
}
.pun h2, .pun h3, .pun input, .pun select, .pun th {
font-weight: 700;
}
.pun tbody.statused td.tcl {
border-left: 1px solid gainsboro;
border-right: none;
}
.pun table.table td {
background-color: #FDFDFD;
border-bottom: 1px solid gainsboro!important;
border-left: none;
border-right: 1px solid gainsboro;
line-height: 18px;
padding: 10px;
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color: #FDFDFD;
border-left: none;
border-right: none;
}
.pun table.table td {
background-color: #FDFDFD;
border-bottom: 1px solid gainsboro!important;
border-left: none;
border-right: 1px solid gainsboro;
line-height: 18px;
padding: 10px;
}
.pun table.table td {
background-color: #FDFDFD;
border-bottom: 1px solid gainsboro!important;
border-left: none;
border-right: 1px solid gainsboro;
line-height: 18px;
padding: 10px;
}
/******** Ir Para *********/
#pun-about {
-moz-border-radius: 0 0 4px 4px;
-webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
background: #F9F9F9 url() repeat-x 0 0;
border: 1px solid #EEE;
border-radius: 0 0 4px 4px;
margin-top: -4px;
padding: 8px;
position: relative;
text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
}
/******* Estatisticas **********/
#stats {
-moz-border-radius: 3px;
-moz-box-shadow: inset rgba(0,0,0,0.3) 0 1px 2px, rgba(255,255,255,1) 0 1px 0;
-webkit-border-radius: 3px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 2px, rgba(255, 255, 255, 1) 0 1px 0;
background: url() repeat;
border-radius: 3px;
box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 2px, rgba(255, 255, 255, 1) 0 1px 0;
color: #222;
display: inline-block;
font-weight: 700;
margin-bottom: 10px;
margin-left: 40px;
margin-right: 15px;
padding: 8px 5px;
text-shadow: rgba(255, 255, 255, 0.6) 0 1px 0;
}
.pun .main-content {
background-color: white;
border: none;
}
#onlinelist {
-moz-border-radius: 3px;
-moz-box-shadow: inset rgba(0,0,0,0.3) 0 1px 2px, rgba(255,255,255,1) 0 1px 0;
-webkit-border-radius: 3px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 2px, rgba(255, 255, 255, 1) 0 1px 0;
background: url() repeat;
border-radius: 3px;
box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 2px, rgba(255, 255, 255, 1) 0 1px 0;
color: #222;
display: inline-block;
font-weight: 700;
margin-bottom: 10px;
margin-left: 40px;
margin-right: 15px;
padding: 8px 5px;
text-shadow: rgba(255, 255, 255, 0.6) 0 1px 0;
}
/**** Tópico **********/
.pun .posthead {
background: #E3E3E3 url() repeat-x 0 0;
border-bottom: 1px solid #D2D2D2;
border-top: 1px solid #D2D2D2;
color: #777;
font-size: 11px;
font-weight: 400;
height: 36px;
line-height: 36px;
margin-left: -188px;
margin-right: 0;
padding: 0 10px;
text-shadow: rgba(255, 255, 255, 0.6) 0 1px 0;
}
.pun .user .user-info {
color: #A4A4A4;
text-align: center;
}
.pun .user-ident .username {
color: #333;
display: block;
font-size: 1.2em;
font-weight: 700;
position: relative;
text-align: center;
top: 5px;
}
.pun .user .user-ident {
font-size: 12px;
padding: 0 0 .7em;
}
.pun .post .user {
float: left;
margin-left: -17em;
margin-top: -1.8em;
position: relative;
}
.pun .user {
display: inline;
overflow: hidden;
padding-top: 1.6em;
white-space: normal;
width: 16em;
}
.pun .postbody {
width: 100%;
}
.pun .postmain {
background-color: #FDFDFD;
border-left: 1px solid gainsboro;
border-right: 1px solid #F0F0F0;
margin-left: 17em;
}
.pun .post {
background: #FBFBFB;
border-left: 1px solid gainsboro;
}
.pun .post {
border-color: #EEE white #CCC;
border-style: solid none;
border-width: 2px 0 1px;
}
.postfoot {
background: #F8F8F8;
border-bottom: 1px solid white;
border-top: 1px solid gainsboro;
}
.pun .main-content {
background-color: white;
border: none;
}
button.button2, input.button2:hover {
-moz-box-shadow: 0 0 5px #999;
-webkit-box-shadow: 0 0 5px #999;
border-color: #999;
box-shadow: 0 0 5px #999;
color: #333;
outline: 0;
}
button.button2, input.button2 {
-webkit-border-radius: 2px;
-webkit-user-select: none;
background-color: whiteSmoke;
background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);
border: 1px solid gainsboro;
border-radius: 2px;
color: #666;
cursor: pointer;
font-size: 12px;
font-weight: 700;
height: 33px;
line-height: 12px;
min-width: 25px;
padding: 5px 10px;
text-align: center;
vertical-align: middle;
}
#text_editor_controls {
white-space: pre-wrap;
}
.pun p.left-box {
float: left;
}
button, input, select, textarea {
-webkit-border-radius: 2px;
background: #F3F3F3!important;
background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);
border: 1px solid #666!important;
border-radius: 2px;
color: #666;
line-height: 20px;
min-width: 20px;
vertical-align: middle;
}
button, input, select, textarea:hover {
-moz-box-shadow: 0 0 5px #999;
-webkit-box-shadow: 0 0 5px #999;
border-color: #999;
box-shadow: 0 0 5px #999;
color: #333;
outline: 0;
}
.pun .frm .frm-buttons input:hover {
-moz-box-shadow: 0 0 5px #999;
-webkit-box-shadow: 0 0 5px #999;
border-color: #999;
box-shadow: 0 0 5px #999;
color: #333;
outline: 0;
}
.pun .frm .frm-buttons input {
-webkit-border-radius: 2px;
-webkit-user-select: none;
background-color: whiteSmoke;
background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);
border: 1px solid gainsboro;
border-radius: 2px;
color: #666;
cursor: pointer;
font-size: 12px;
font-weight: 700;
height: 33px;
line-height: 31px;
min-width: 54px;
padding: 0 8px;
text-align: center;
vertical-align: middle;
}
#quick_reply .frm-buttons {
background: transparent;
border: none;
text-align: center;
}
.frm-buttons {
border-top: 3px double #C2C2C2;
margin-bottom: -.7em;
margin-top: .5em;
padding: .7em 0 0 17.5em;
}
fieldset.frm-set dl dd {
margin-left: 17em;
}
fieldset.frm-set dl dt {
display: block;
float: left;
font-weight: 700;
text-align: right;
width: 16em;
}
.pun .frm-form {
background: white;
border: none;
}
#navegandoahora {
background: #EEE url() repeat-x 0 0;
border-bottom: 1px solid #D8D8D8;
border-top: 1px solid #D8D8D8;
font-size: 11px;
font-weight: 700;
margin: -8px -8px 8px;
padding: 8px;
text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
}
.pun .main-head a.exthelp, .pun .main-head a.exthelp:link, .pun .main-head a.exthelp:visited {
background: url(http://cdn1.iconfinder.com/data/icons/famfamfam_mini_icons/icon_info.gif)!important;
background-position: left center;
background-repeat: no-repeat!important;
padding: 2px 0 2px 20px;
}
.pun-crumbs {
-moz-border-radius: 3px;
-moz-box-shadow: rgba(0,0,0,0.05) 0 1px 2px;
-webkit-border-radius: 3px;
-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 1px 2px;
background: #E0E0E0 url() repeat-x 0 0;
border: 1px solid #D6D6D6;
border-radius: 3px;
box-shadow: rgba(0, 0, 0, 0.05) 0 1px 2px;
line-height: 37px;
margin-bottom: 15px;
overflow: hidden;
text-shadow: white 0 1px 0;
}
.pun-crumbs p {
-moz-border-radius: 3px 0 0 3px;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-radius: 3px 0 0 3px;
color: #666;
font-size: 1.11em;
line-height: 30px;
margin: 0 auto;
padding-left: 12px;
}
.pun-crumbs a {
background: url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/secondary_nav.png) no-repeat 100% 0;
padding: 10px 17px 10px 10px;
}
.pun .paged-foot, .pun .paged-head {
background-color: #E8E8E8;
border: 1px solid #C2C2C2;
padding: .6em 1.3em .3em;
}
/*Chat Box*/
#chatbox_members .member-title {
background: transparent !important;
color: rgb(31, 143, 255) !important;
font-family: Verdana,Arial,Helvetica,sans-serif !important;
font-size: 12px !important;
padding: 0.5em 0.25em !important;
text-align: center !important;
text-transform: capitalize !important;
border-bottom: 2px solid !important;margin-left: 5px !important;margin-right: 5px !important;border-radius: 6px 6px 0px 0px !important;
border-bottom: 0px solid #1E90FF !important;
font-family: verdana,arial,sans-serif !important;
padding: 2px !important;
}
#chatbox_contextmenu p.close img {
padding-left: 20px !important;
vertical-align: middle !important;
}
#chatbox_contextmenu p.close img:hover {
opacity: 0.5 !important;
}
#chatbox_contextmenu {
background-color: rgb(255, 255, 255) !important;
border: 1px solid #ddd !important;
border-radius: 6px !important;
text-align: left !important;
box-shadow: 1px 1px 5px rgb(221, 221, 221) !important;
font-weight: bold !important;
}
#chatbox_footer {
border: 1px solid rgb(221, 221, 221) !important;
overflow: auto !important;
position: absolute !important;
border-radius: 6px 6px 6px 6px !important;
box-shadow: 1px 1px 5px rgb(221, 221, 221) !important;
background: none repeat scroll 0% 0% rgb(246, 246, 246) !important;
width: 970px !important;
}
#chatbox_header {
border: 1px solid rgb(221, 221, 221) !important;
overflow: auto !important;
position: absolute !important;
border-radius: 6px 6px 6px 6px !important;
box-shadow: 1px 1px 5px rgb(221, 221, 221) !important;
background: none repeat scroll 0% 0% rgb(246, 246, 246) !important;
width: 970px !important;
}
.fontbutton {
border: 0px !important;
padding: 2px !important;
background: #fff !important;
border-radius: 4px !important;
}
.chatbox_row_2 {
background-color: #fff;
padding: 2px !important;
border: 1px solid #ddd !important;
border-radius: 5px !important;
margin-left: 5px !important;
width: 9999px !important;
}
.chatbox_row_1 {
background-color: #fff;
padding: 2px !important;
border: 1px solid #ddd !important;
border-radius: 5px !important;
margin-left: 5px !important;
width: 9999px !important;
}
#message {
border: 1px solid #ddd !important;
background-image: url('http://i71.servimg.com/u/f71/17/71/75/73/sem_ta34.png') !important;
}
#message, #submit_button {
border: none !important;
margin-top: 2px !important;
margin-bottom: 5px !important;
}
#chatbox {
margin-bottom: 5px !important;
border: 1px solid #ddd;
bottom: 30px;
overflow: auto;
position: absolute;
top: 50px;
width: 789px;
border-radius: 6px;
background: #f6f6f6;
-moz-box-shadow: 1px 1px 5px #DDD;
-webkit-box-shadow: 1px 1px 5px #DDD;
box-shadow: 1px 1px 5px #DDD;
height: 195px;
margin-left: 13px;
}
.right-box {
width: auto;
border: 0px solid;
height: 30px;
margin-left: 35px;
float: left;
}
img#show_color {
padding: 2px;
border-radius: 4px;
}
#chatbox_members {
border: 1px solid #ddd;
bottom: 30px;
overflow: auto;
position: absolute;
top: 50px;
width: 180px;
border-radius: 6px;
background: #f6f6f6;
-moz-box-shadow: 1px 1px 5px #DDD;
-webkit-box-shadow: 1px 1px 5px #DDD;
box-shadow: 1px 1px 5px #DDD;
height: 195px;
}
#onlinechat {
background-color: #F4F4F4;
border-top: 1px dashed #CCC;
padding: .6em 1em;
display: none;
}
Até mais.
Re: Template bugado
O menu do Inicio, portal. etc.. ainda esta com a gifs quando passa o mouse.
Re: Template bugado
Aqui esta:
Até mais.
- Código:
/*******************************************************************************/
/******************************* Créditos **************************************/
/*******************************************************************************/
/******************** Tema totalmente feito por Quakeline **********************/
/*******************************************************************************/
/******************* Tema Quakeline 2 - Laranja e Branco **********************/
/*******************************************************************************/
/************************** Fim de Créditos ************************************/
/*******************************************************************************/
/********* Menu *************/
div#pun-navlinks, #pun-visit, .main-box, .pun-crumbs, .pun-crumbs a, .main .main-foot, .main .main-head, #stats, #onlinelist, #pun-about {background: none!important;}
#pun-head #pun-navlinks {
-moz-border-radius: 4px 4px 0 0;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
background: #D7D7D7 url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/primary_nav.jpg) repeat 0 0;
border-bottom: 1px solid #C4C4C4;
border-radius: 4px 4px 0 0;
min-height: 38px;
padding: 4px 4px 0;
}
#pun-navlinks a {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #6F6F6F;
display: block;
height: 35px;
line-height: 35px;
outline: none;
padding: 0 11px;
text-shadow: white 0 1px 0;
}
#pun-navlinks a:hover {
-moz-box-shadow: inset rgba(0,0,0,0.75) 0 1px 3px, rgba(255,255,255,0.45) 0 0 0 1px, rgba(255,255,255,0.8) 0 1px 0;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.75) 0 1px 3px, rgba(255, 255, 255, 0.45) 0 0 0 1px, rgba(255, 255, 255, 0.8) 0 1px 0;
background: #D75D2D url() repeat 50% 0;
box-shadow: inset rgba(0, 0, 0, 0.75) 0 1px 3px, rgba(255, 255, 255, 0.45) 0 0 0 1px, rgba(255, 255, 255, 0.8) 0 1px 0;
color: white;
padding: 0 11px;
position: relative;
text-decoration: none;
text-shadow: #892307 0 1px 1px;
}
#pun-navlinks li {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #6F6F6F;
display: block;
float: left;
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
font-size: 12px;
font-weight: 700;
height: 35px;
line-height: 35px;
outline: none;
padding: 0 5px;
text-decoration: none;
text-shadow: white 0 1px 0;
text-transform: uppercase;
}
#pun-navlinks ul {
margin: 0;
position: relative;
}
#pun-navlinks ul {
list-style: none;
text-align: left;
}
/************ Estrutura do fórum *************/
body {
background: #273749 url() no-repeat 50% 0;
color: #5A5A5A;
font-family: tahoma,helvetica,arial,sans-serif;
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: normal;
min-height: 390px;
padding-bottom: 20px;
position: relative;
}
#content {
background: white;
line-height: 120%;
margin-top: -4px;
padding: 8px;
}
/***** Conectado como *****/
#pun-visit, .main-box {
background: #EEE url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/highlight.png) repeat-x 0 0;
border-bottom: 1px solid #D8D8D8;
border-top: 1px solid #D8D8D8;
font-size: 11px;
font-weight: 700;
margin: 12px -8px 8px;
padding: 8px;
text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
}
.pun a:link {
color: #C83D18;
text-decoration: none!important;
}
/********* Logo *******/
#pun-intro {
background-color: transparent;
padding: 0;
}
/******** Categorias ********/
.main .main-foot, .main .main-head {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #CF552A url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/maintitle.jpg) repeat-x 0 0;
border: 1px solid #B43535;
border-radius: 4px;
box-shadow: inset rgba(255, 255, 255, 0.3) 0 0 1px;
color: white;
font-size: 12px;
font-weight: 700;
line-height: 22px;
margin-bottom: 5px;
margin-top: 5px;
overflow: hidden;
padding: 12px;
text-shadow: #A52C0C 0 -1px 0;
}
.pun h2, .pun h3, .pun input, .pun select, .pun th {
font-family: Verdana,Arial,sans-serif;
font-size: 1em;
font-style: normal;
font-variant: normal;
}
.pun h2, .pun h3, .pun input, .pun select, .pun th {
font-weight: 700;
}
.pun tbody.statused td.tcl {
border-left: 1px solid gainsboro;
border-right: none;
}
.pun table.table td {
background-color: #FDFDFD;
border-bottom: 1px solid gainsboro!important;
border-left: none;
border-right: 1px solid gainsboro;
line-height: 18px;
padding: 10px;
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color: #FDFDFD;
border-left: none;
border-right: none;
}
.pun table.table td {
background-color: #FDFDFD;
border-bottom: 1px solid gainsboro!important;
border-left: none;
border-right: 1px solid gainsboro;
line-height: 18px;
padding: 10px;
}
.pun table.table td {
background-color: #FDFDFD;
border-bottom: 1px solid gainsboro!important;
border-left: none;
border-right: 1px solid gainsboro;
line-height: 18px;
padding: 10px;
}
/******** Ir Para *********/
#pun-about {
-moz-border-radius: 0 0 4px 4px;
-webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
background: #F9F9F9 url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/highlight.png) repeat-x 0 0;
border: 1px solid #EEE;
border-radius: 0 0 4px 4px;
margin-top: -4px;
padding: 8px;
position: relative;
text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
}
/******* Estatisticas **********/
#stats {
-moz-border-radius: 3px;
-moz-box-shadow: inset rgba(0,0,0,0.3) 0 1px 2px, rgba(255,255,255,1) 0 1px 0;
-webkit-border-radius: 3px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 2px, rgba(255, 255, 255, 1) 0 1px 0;
background: url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/trans10.png) repeat;
border-radius: 3px;
box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 2px, rgba(255, 255, 255, 1) 0 1px 0;
color: #222;
display: inline-block;
font-weight: 700;
margin-bottom: 10px;
margin-left: 40px;
margin-right: 15px;
padding: 8px 5px;
text-shadow: rgba(255, 255, 255, 0.6) 0 1px 0;
}
.pun .main-content {
background-color: white;
border: none;
}
#onlinelist {
-moz-border-radius: 3px;
-moz-box-shadow: inset rgba(0,0,0,0.3) 0 1px 2px, rgba(255,255,255,1) 0 1px 0;
-webkit-border-radius: 3px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 2px, rgba(255, 255, 255, 1) 0 1px 0;
background: url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/trans10.png) repeat;
border-radius: 3px;
box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 2px, rgba(255, 255, 255, 1) 0 1px 0;
color: #222;
display: inline-block;
font-weight: 700;
margin-bottom: 10px;
margin-left: 40px;
margin-right: 15px;
padding: 8px 5px;
text-shadow: rgba(255, 255, 255, 0.6) 0 1px 0;
}
/**** Tópico **********/
.pun .posthead {
background: #E3E3E3 url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/highlight.png) repeat-x 0 0;
border-bottom: 1px solid #D2D2D2;
border-top: 1px solid #D2D2D2;
color: #777;
font-size: 11px;
font-weight: 400;
height: 36px;
line-height: 36px;
margin-left: -188px;
margin-right: 0;
padding: 0 10px;
text-shadow: rgba(255, 255, 255, 0.6) 0 1px 0;
}
.pun .user .user-info {
color: #A4A4A4;
text-align: center;
}
.pun .user-ident .username {
color: #333;
display: block;
font-size: 1.2em;
font-weight: 700;
position: relative;
text-align: center;
top: 5px;
}
.pun .user .user-ident {
font-size: 12px;
padding: 0 0 .7em;
}
.pun .post .user {
float: left;
margin-left: -17em;
margin-top: -1.8em;
position: relative;
}
.pun .user {
display: inline;
overflow: hidden;
padding-top: 1.6em;
white-space: normal;
width: 16em;
}
.pun .postbody {
width: 100%;
}
.pun .postmain {
background-color: #FDFDFD;
border-left: 1px solid gainsboro;
border-right: 1px solid #F0F0F0;
margin-left: 17em;
}
.pun .post {
background: #FBFBFB;
border-left: 1px solid gainsboro;
}
.pun .post {
border-color: #EEE white #CCC;
border-style: solid none;
border-width: 2px 0 1px;
}
.postfoot {
background: #F8F8F8;
border-bottom: 1px solid white;
border-top: 1px solid gainsboro;
}
.pun .main-content {
background-color: white;
border: none;
}
button.button2, input.button2:hover {
-moz-box-shadow: 0 0 5px #999;
-webkit-box-shadow: 0 0 5px #999;
border-color: #999;
box-shadow: 0 0 5px #999;
color: #333;
outline: 0;
}
button.button2, input.button2 {
-webkit-border-radius: 2px;
-webkit-user-select: none;
background-color: whiteSmoke;
background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);
border: 1px solid gainsboro;
border-radius: 2px;
color: #666;
cursor: pointer;
font-size: 12px;
font-weight: 700;
height: 33px;
line-height: 12px;
min-width: 25px;
padding: 5px 10px;
text-align: center;
vertical-align: middle;
}
#text_editor_controls {
white-space: pre-wrap;
}
.pun p.left-box {
float: left;
}
button, input, select, textarea {
-webkit-border-radius: 2px;
background: #F3F3F3!important;
background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);
border: 1px solid #666!important;
border-radius: 2px;
color: #666;
line-height: 20px;
min-width: 20px;
vertical-align: middle;
}
button, input, select, textarea:hover {
-moz-box-shadow: 0 0 5px #999;
-webkit-box-shadow: 0 0 5px #999;
border-color: #999;
box-shadow: 0 0 5px #999;
color: #333;
outline: 0;
}
.pun .frm .frm-buttons input:hover {
-moz-box-shadow: 0 0 5px #999;
-webkit-box-shadow: 0 0 5px #999;
border-color: #999;
box-shadow: 0 0 5px #999;
color: #333;
outline: 0;
}
.pun .frm .frm-buttons input {
-webkit-border-radius: 2px;
-webkit-user-select: none;
background-color: whiteSmoke;
background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);
border: 1px solid gainsboro;
border-radius: 2px;
color: #666;
cursor: pointer;
font-size: 12px;
font-weight: 700;
height: 33px;
line-height: 31px;
min-width: 54px;
padding: 0 8px;
text-align: center;
vertical-align: middle;
}
#quick_reply .frm-buttons {
background: transparent;
border: none;
text-align: center;
}
.frm-buttons {
border-top: 3px double #C2C2C2;
margin-bottom: -.7em;
margin-top: .5em;
padding: .7em 0 0 17.5em;
}
fieldset.frm-set dl dd {
margin-left: 17em;
}
fieldset.frm-set dl dt {
display: block;
float: left;
font-weight: 700;
text-align: right;
width: 16em;
}
.pun .frm-form {
background: white;
border: none;
}
#navegandoahora {
background: #EEE url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/highlight.png) repeat-x 0 0;
border-bottom: 1px solid #D8D8D8;
border-top: 1px solid #D8D8D8;
font-size: 11px;
font-weight: 700;
margin: -8px -8px 8px;
padding: 8px;
text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
}
.pun .main-head a.exthelp, .pun .main-head a.exthelp:link, .pun .main-head a.exthelp:visited {
background: url(http://cdn1.iconfinder.com/data/icons/famfamfam_mini_icons/icon_info.gif)!important;
background-position: left center;
background-repeat: no-repeat!important;
padding: 2px 0 2px 20px;
}
.pun-crumbs {
-moz-border-radius: 3px;
-moz-box-shadow: rgba(0,0,0,0.05) 0 1px 2px;
-webkit-border-radius: 3px;
-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 1px 2px;
background: #E0E0E0 url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/secondary_nav_bg.png) repeat-x 0 0;
border: 1px solid #D6D6D6;
border-radius: 3px;
box-shadow: rgba(0, 0, 0, 0.05) 0 1px 2px;
line-height: 37px;
margin-bottom: 15px;
overflow: hidden;
text-shadow: white 0 1px 0;
}
.pun-crumbs p {
-moz-border-radius: 3px 0 0 3px;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-radius: 3px 0 0 3px;
color: #666;
font-size: 1.11em;
line-height: 30px;
margin: 0 auto;
padding-left: 12px;
}
.pun-crumbs a {
background: url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/secondary_nav.png) no-repeat 100% 0;
padding: 10px 17px 10px 10px;
}
.pun .paged-foot, .pun .paged-head {
background-color: #E8E8E8;
border: 1px solid #C2C2C2;
padding: .6em 1.3em .3em;
}
/*Chat Box*/
#chatbox_members .member-title {
background: transparent !important;
color: rgb(31, 143, 255) !important;
font-family: Verdana,Arial,Helvetica,sans-serif !important;
font-size: 12px !important;
padding: 0.5em 0.25em !important;
text-align: center !important;
text-transform: capitalize !important;
border-bottom: 2px solid !important;margin-left: 5px !important;margin-right: 5px !important;border-radius: 6px 6px 0px 0px !important;
border-bottom: 0px solid #1E90FF !important;
font-family: verdana,arial,sans-serif !important;
padding: 2px !important;
}
#chatbox_contextmenu p.close img {
padding-left: 20px !important;
vertical-align: middle !important;
}
#chatbox_contextmenu p.close img:hover {
opacity: 0.5 !important;
}
#chatbox_contextmenu {
background-color: rgb(255, 255, 255) !important;
border: 1px solid #ddd !important;
border-radius: 6px !important;
text-align: left !important;
box-shadow: 1px 1px 5px rgb(221, 221, 221) !important;
font-weight: bold !important;
}
#chatbox_footer {
border: 1px solid rgb(221, 221, 221) !important;
overflow: auto !important;
position: absolute !important;
border-radius: 6px 6px 6px 6px !important;
box-shadow: 1px 1px 5px rgb(221, 221, 221) !important;
background: none repeat scroll 0% 0% rgb(246, 246, 246) !important;
width: 970px !important;
}
#chatbox_header {
border: 1px solid rgb(221, 221, 221) !important;
overflow: auto !important;
position: absolute !important;
border-radius: 6px 6px 6px 6px !important;
box-shadow: 1px 1px 5px rgb(221, 221, 221) !important;
background: none repeat scroll 0% 0% rgb(246, 246, 246) !important;
width: 970px !important;
}
.fontbutton {
border: 0px !important;
padding: 2px !important;
background: #fff !important;
border-radius: 4px !important;
}
.chatbox_row_2 {
background-color: #fff;
padding: 2px !important;
border: 1px solid #ddd !important;
border-radius: 5px !important;
margin-left: 5px !important;
width: 9999px !important;
}
.chatbox_row_1 {
background-color: #fff;
padding: 2px !important;
border: 1px solid #ddd !important;
border-radius: 5px !important;
margin-left: 5px !important;
width: 9999px !important;
}
#message {
border: 1px solid #ddd !important;
background-image: url('http://i71.servimg.com/u/f71/17/71/75/73/sem_ta34.png') !important;
}
#message, #submit_button {
border: none !important;
margin-top: 2px !important;
margin-bottom: 5px !important;
}
#chatbox {
margin-bottom: 5px !important;
border: 1px solid #ddd;
bottom: 30px;
overflow: auto;
position: absolute;
top: 50px;
width: 789px;
border-radius: 6px;
background: #f6f6f6;
-moz-box-shadow: 1px 1px 5px #DDD;
-webkit-box-shadow: 1px 1px 5px #DDD;
box-shadow: 1px 1px 5px #DDD;
height: 195px;
margin-left: 13px;
}
.right-box {
width: auto;
border: 0px solid;
height: 30px;
margin-left: 35px;
float: left;
}
img#show_color {
padding: 2px;
border-radius: 4px;
}
#chatbox_members {
border: 1px solid #ddd;
bottom: 30px;
overflow: auto;
position: absolute;
top: 50px;
width: 180px;
border-radius: 6px;
background: #f6f6f6;
-moz-box-shadow: 1px 1px 5px #DDD;
-webkit-box-shadow: 1px 1px 5px #DDD;
box-shadow: 1px 1px 5px #DDD;
height: 195px;
}
#onlinechat {
background-color: #F4F4F4;
border-top: 1px dashed #CCC;
padding: .6em 1em;
display: none;
}
Até mais.
Re: Template bugado
Agora retirou algumas cores kkk retirou as gifs, mas as cores ficaram estranhas.
Re: Template bugado
Eita... Altere novamente:
Até mais.
- Código:
/*******************************************************************************/
/******************************* Créditos **************************************/
/*******************************************************************************/
/******************** Tema totalmente feito por Quakeline **********************/
/*******************************************************************************/
/******************* Tema Quakeline 2 - Laranja e Branco **********************/
/*******************************************************************************/
/************************** Fim de Créditos ************************************/
/*******************************************************************************/
/********* Menu *************/
div#pun-navlinks, #pun-visit, .main-box, .pun-crumbs, .pun-crumbs a, .main .main-foot, .main .main-head, #stats, #onlinelist, #pun-about {background: none!important;}
#pun-head #pun-navlinks {
-moz-border-radius: 4px 4px 0 0;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
background: #D7D7D7 url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/primary_nav.jpg) repeat 0 0!important;
border-bottom: 1px solid #C4C4C4;
border-radius: 4px 4px 0 0;
min-height: 38px;
padding: 4px 4px 0;
}
#pun-navlinks a {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #6F6F6F;
display: block;
height: 35px;
line-height: 35px;
outline: none;
padding: 0 11px;
text-shadow: white 0 1px 0;
}
#pun-navlinks a:hover {
-moz-box-shadow: inset rgba(0,0,0,0.75) 0 1px 3px, rgba(255,255,255,0.45) 0 0 0 1px, rgba(255,255,255,0.8) 0 1px 0;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.75) 0 1px 3px, rgba(255, 255, 255, 0.45) 0 0 0 1px, rgba(255, 255, 255, 0.8) 0 1px 0;
background: #D75D2D url() repeat 50% 0;
box-shadow: inset rgba(0, 0, 0, 0.75) 0 1px 3px, rgba(255, 255, 255, 0.45) 0 0 0 1px, rgba(255, 255, 255, 0.8) 0 1px 0;
color: white;
padding: 0 11px;
position: relative;
text-decoration: none;
text-shadow: #892307 0 1px 1px;
}
#pun-navlinks li {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #6F6F6F;
display: block;
float: left;
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
font-size: 12px;
font-weight: 700;
height: 35px;
line-height: 35px;
outline: none;
padding: 0 5px;
text-decoration: none;
text-shadow: white 0 1px 0;
text-transform: uppercase;
}
#pun-navlinks ul {
margin: 0;
position: relative;
}
#pun-navlinks ul {
list-style: none;
text-align: left;
}
/************ Estrutura do fórum *************/
body {
background: #273749 url() no-repeat 50% 0;
color: #5A5A5A;
font-family: tahoma,helvetica,arial,sans-serif;
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: normal;
min-height: 390px;
padding-bottom: 20px;
position: relative;
}
#content {
background: white;
line-height: 120%;
margin-top: -4px;
padding: 8px;
}
/***** Conectado como *****/
#pun-visit, .main-box {
background: #EEE url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/highlight.png) repeat-x 0 0;
border-bottom: 1px solid #D8D8D8;
border-top: 1px solid #D8D8D8;
font-size: 11px;
font-weight: 700;
margin: 12px -8px 8px;
padding: 8px;
text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
}
.pun a:link {
color: #C83D18;
text-decoration: none!important;
}
/********* Logo *******/
#pun-intro {
background-color: transparent;
padding: 0;
}
/******** Categorias ********/
.main .main-foot, .main .main-head {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #CF552A url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/maintitle.jpg) repeat-x 0 0;
border: 1px solid #B43535;
border-radius: 4px;
box-shadow: inset rgba(255, 255, 255, 0.3) 0 0 1px;
color: white;
font-size: 12px;
font-weight: 700;
line-height: 22px;
margin-bottom: 5px;
margin-top: 5px;
overflow: hidden;
padding: 12px;
text-shadow: #A52C0C 0 -1px 0;
}
.pun h2, .pun h3, .pun input, .pun select, .pun th {
font-family: Verdana,Arial,sans-serif;
font-size: 1em;
font-style: normal;
font-variant: normal;
}
.pun h2, .pun h3, .pun input, .pun select, .pun th {
font-weight: 700;
}
.pun tbody.statused td.tcl {
border-left: 1px solid gainsboro;
border-right: none;
}
.pun table.table td {
background-color: #FDFDFD;
border-bottom: 1px solid gainsboro!important;
border-left: none;
border-right: 1px solid gainsboro;
line-height: 18px;
padding: 10px;
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color: #FDFDFD;
border-left: none;
border-right: none;
}
.pun table.table td {
background-color: #FDFDFD;
border-bottom: 1px solid gainsboro!important;
border-left: none;
border-right: 1px solid gainsboro;
line-height: 18px;
padding: 10px;
}
.pun table.table td {
background-color: #FDFDFD;
border-bottom: 1px solid gainsboro!important;
border-left: none;
border-right: 1px solid gainsboro;
line-height: 18px;
padding: 10px;
}
/******** Ir Para *********/
#pun-about {
-moz-border-radius: 0 0 4px 4px;
-webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
background: #F9F9F9 url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/highlight.png) repeat-x 0 0;
border: 1px solid #EEE;
border-radius: 0 0 4px 4px;
margin-top: -4px;
padding: 8px;
position: relative;
text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
}
/******* Estatisticas **********/
#stats {
-moz-border-radius: 3px;
-moz-box-shadow: inset rgba(0,0,0,0.3) 0 1px 2px, rgba(255,255,255,1) 0 1px 0;
-webkit-border-radius: 3px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 2px, rgba(255, 255, 255, 1) 0 1px 0;
background: url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/trans10.png) repeat;
border-radius: 3px;
box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 2px, rgba(255, 255, 255, 1) 0 1px 0;
color: #222;
display: inline-block;
font-weight: 700;
margin-bottom: 10px;
margin-left: 40px;
margin-right: 15px;
padding: 8px 5px;
text-shadow: rgba(255, 255, 255, 0.6) 0 1px 0;
}
.pun .main-content {
background-color: white;
border: none;
}
#onlinelist {
-moz-border-radius: 3px;
-moz-box-shadow: inset rgba(0,0,0,0.3) 0 1px 2px, rgba(255,255,255,1) 0 1px 0;
-webkit-border-radius: 3px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 2px, rgba(255, 255, 255, 1) 0 1px 0;
background: url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/trans10.png) repeat;
border-radius: 3px;
box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 2px, rgba(255, 255, 255, 1) 0 1px 0;
color: #222;
display: inline-block;
font-weight: 700;
margin-bottom: 10px;
margin-left: 40px;
margin-right: 15px;
padding: 8px 5px;
text-shadow: rgba(255, 255, 255, 0.6) 0 1px 0;
}
/**** Tópico **********/
.pun .posthead {
background: #E3E3E3 url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/highlight.png) repeat-x 0 0;
border-bottom: 1px solid #D2D2D2;
border-top: 1px solid #D2D2D2;
color: #777;
font-size: 11px;
font-weight: 400;
height: 36px;
line-height: 36px;
margin-left: -188px;
margin-right: 0;
padding: 0 10px;
text-shadow: rgba(255, 255, 255, 0.6) 0 1px 0;
}
.pun .user .user-info {
color: #A4A4A4;
text-align: center;
}
.pun .user-ident .username {
color: #333;
display: block;
font-size: 1.2em;
font-weight: 700;
position: relative;
text-align: center;
top: 5px;
}
.pun .user .user-ident {
font-size: 12px;
padding: 0 0 .7em;
}
.pun .post .user {
float: left;
margin-left: -17em;
margin-top: -1.8em;
position: relative;
}
.pun .user {
display: inline;
overflow: hidden;
padding-top: 1.6em;
white-space: normal;
width: 16em;
}
.pun .postbody {
width: 100%;
}
.pun .postmain {
background-color: #FDFDFD;
border-left: 1px solid gainsboro;
border-right: 1px solid #F0F0F0;
margin-left: 17em;
}
.pun .post {
background: #FBFBFB;
border-left: 1px solid gainsboro;
}
.pun .post {
border-color: #EEE white #CCC;
border-style: solid none;
border-width: 2px 0 1px;
}
.postfoot {
background: #F8F8F8;
border-bottom: 1px solid white;
border-top: 1px solid gainsboro;
}
.pun .main-content {
background-color: white;
border: none;
}
button.button2, input.button2:hover {
-moz-box-shadow: 0 0 5px #999;
-webkit-box-shadow: 0 0 5px #999;
border-color: #999;
box-shadow: 0 0 5px #999;
color: #333;
outline: 0;
}
button.button2, input.button2 {
-webkit-border-radius: 2px;
-webkit-user-select: none;
background-color: whiteSmoke;
background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);
border: 1px solid gainsboro;
border-radius: 2px;
color: #666;
cursor: pointer;
font-size: 12px;
font-weight: 700;
height: 33px;
line-height: 12px;
min-width: 25px;
padding: 5px 10px;
text-align: center;
vertical-align: middle;
}
#text_editor_controls {
white-space: pre-wrap;
}
.pun p.left-box {
float: left;
}
button, input, select, textarea {
-webkit-border-radius: 2px;
background: #F3F3F3!important;
background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);
border: 1px solid #666!important;
border-radius: 2px;
color: #666;
line-height: 20px;
min-width: 20px;
vertical-align: middle;
}
button, input, select, textarea:hover {
-moz-box-shadow: 0 0 5px #999;
-webkit-box-shadow: 0 0 5px #999;
border-color: #999;
box-shadow: 0 0 5px #999;
color: #333;
outline: 0;
}
.pun .frm .frm-buttons input:hover {
-moz-box-shadow: 0 0 5px #999;
-webkit-box-shadow: 0 0 5px #999;
border-color: #999;
box-shadow: 0 0 5px #999;
color: #333;
outline: 0;
}
.pun .frm .frm-buttons input {
-webkit-border-radius: 2px;
-webkit-user-select: none;
background-color: whiteSmoke;
background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);
border: 1px solid gainsboro;
border-radius: 2px;
color: #666;
cursor: pointer;
font-size: 12px;
font-weight: 700;
height: 33px;
line-height: 31px;
min-width: 54px;
padding: 0 8px;
text-align: center;
vertical-align: middle;
}
#quick_reply .frm-buttons {
background: transparent;
border: none;
text-align: center;
}
.frm-buttons {
border-top: 3px double #C2C2C2;
margin-bottom: -.7em;
margin-top: .5em;
padding: .7em 0 0 17.5em;
}
fieldset.frm-set dl dd {
margin-left: 17em;
}
fieldset.frm-set dl dt {
display: block;
float: left;
font-weight: 700;
text-align: right;
width: 16em;
}
.pun .frm-form {
background: white;
border: none;
}
#navegandoahora {
background: #EEE url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/highlight.png) repeat-x 0 0;
border-bottom: 1px solid #D8D8D8;
border-top: 1px solid #D8D8D8;
font-size: 11px;
font-weight: 700;
margin: -8px -8px 8px;
padding: 8px;
text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
}
.pun .main-head a.exthelp, .pun .main-head a.exthelp:link, .pun .main-head a.exthelp:visited {
background: url(http://cdn1.iconfinder.com/data/icons/famfamfam_mini_icons/icon_info.gif)!important;
background-position: left center;
background-repeat: no-repeat!important;
padding: 2px 0 2px 20px;
}
.pun-crumbs {
-moz-border-radius: 3px;
-moz-box-shadow: rgba(0,0,0,0.05) 0 1px 2px;
-webkit-border-radius: 3px;
-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 1px 2px;
background: #E0E0E0 url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/secondary_nav_bg.png) repeat-x 0 0;
border: 1px solid #D6D6D6;
border-radius: 3px;
box-shadow: rgba(0, 0, 0, 0.05) 0 1px 2px;
line-height: 37px;
margin-bottom: 15px;
overflow: hidden;
text-shadow: white 0 1px 0;
}
.pun-crumbs p {
-moz-border-radius: 3px 0 0 3px;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-radius: 3px 0 0 3px;
color: #666;
font-size: 1.11em;
line-height: 30px;
margin: 0 auto;
padding-left: 12px;
}
.pun-crumbs a {
background: url(http://www.ipbforumskins.com/skindemo/public/style_images/splat33x/secondary_nav.png) no-repeat 100% 0;
padding: 10px 17px 10px 10px;
}
.pun .paged-foot, .pun .paged-head {
background-color: #E8E8E8;
border: 1px solid #C2C2C2;
padding: .6em 1.3em .3em;
}
/*Chat Box*/
#chatbox_members .member-title {
background: transparent !important;
color: rgb(31, 143, 255) !important;
font-family: Verdana,Arial,Helvetica,sans-serif !important;
font-size: 12px !important;
padding: 0.5em 0.25em !important;
text-align: center !important;
text-transform: capitalize !important;
border-bottom: 2px solid !important;margin-left: 5px !important;margin-right: 5px !important;border-radius: 6px 6px 0px 0px !important;
border-bottom: 0px solid #1E90FF !important;
font-family: verdana,arial,sans-serif !important;
padding: 2px !important;
}
#chatbox_contextmenu p.close img {
padding-left: 20px !important;
vertical-align: middle !important;
}
#chatbox_contextmenu p.close img:hover {
opacity: 0.5 !important;
}
#chatbox_contextmenu {
background-color: rgb(255, 255, 255) !important;
border: 1px solid #ddd !important;
border-radius: 6px !important;
text-align: left !important;
box-shadow: 1px 1px 5px rgb(221, 221, 221) !important;
font-weight: bold !important;
}
#chatbox_footer {
border: 1px solid rgb(221, 221, 221) !important;
overflow: auto !important;
position: absolute !important;
border-radius: 6px 6px 6px 6px !important;
box-shadow: 1px 1px 5px rgb(221, 221, 221) !important;
background: none repeat scroll 0% 0% rgb(246, 246, 246) !important;
width: 970px !important;
}
#chatbox_header {
border: 1px solid rgb(221, 221, 221) !important;
overflow: auto !important;
position: absolute !important;
border-radius: 6px 6px 6px 6px !important;
box-shadow: 1px 1px 5px rgb(221, 221, 221) !important;
background: none repeat scroll 0% 0% rgb(246, 246, 246) !important;
width: 970px !important;
}
.fontbutton {
border: 0px !important;
padding: 2px !important;
background: #fff !important;
border-radius: 4px !important;
}
.chatbox_row_2 {
background-color: #fff;
padding: 2px !important;
border: 1px solid #ddd !important;
border-radius: 5px !important;
margin-left: 5px !important;
width: 9999px !important;
}
.chatbox_row_1 {
background-color: #fff;
padding: 2px !important;
border: 1px solid #ddd !important;
border-radius: 5px !important;
margin-left: 5px !important;
width: 9999px !important;
}
#message {
border: 1px solid #ddd !important;
background-image: url('http://i71.servimg.com/u/f71/17/71/75/73/sem_ta34.png') !important;
}
#message, #submit_button {
border: none !important;
margin-top: 2px !important;
margin-bottom: 5px !important;
}
#chatbox {
margin-bottom: 5px !important;
border: 1px solid #ddd;
bottom: 30px;
overflow: auto;
position: absolute;
top: 50px;
width: 789px;
border-radius: 6px;
background: #f6f6f6;
-moz-box-shadow: 1px 1px 5px #DDD;
-webkit-box-shadow: 1px 1px 5px #DDD;
box-shadow: 1px 1px 5px #DDD;
height: 195px;
margin-left: 13px;
}
.right-box {
width: auto;
border: 0px solid;
height: 30px;
margin-left: 35px;
float: left;
}
img#show_color {
padding: 2px;
border-radius: 4px;
}
#chatbox_members {
border: 1px solid #ddd;
bottom: 30px;
overflow: auto;
position: absolute;
top: 50px;
width: 180px;
border-radius: 6px;
background: #f6f6f6;
-moz-box-shadow: 1px 1px 5px #DDD;
-webkit-box-shadow: 1px 1px 5px #DDD;
box-shadow: 1px 1px 5px #DDD;
height: 195px;
}
#onlinechat {
background-color: #F4F4F4;
border-top: 1px dashed #CCC;
padding: .6em 1em;
display: none;
}
Até mais.
Re: Template bugado
Ainda não kkk agora voltou as gifs no menu kkkkk
Re: Template bugado
Altere:
Até mais.
- Código:
/*******************************************************************************/
/******************************* Créditos **************************************/
/*******************************************************************************/
/******************** Tema totalmente feito por Quakeline **********************/
/*******************************************************************************/
/******************* Tema Quakeline 2 - Laranja e Branco **********************/
/*******************************************************************************/
/************************** Fim de Créditos ************************************/
/*******************************************************************************/
/********* Menu *************/
div#pun-navlinks, #pun-visit, .main-box, .pun-crumbs, .pun-crumbs a, .main .main-foot, .main .main-head, #stats, #onlinelist, #pun-about {background: none!important;}
#pun-head #pun-navlinks {
-moz-border-radius: 4px 4px 0 0;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
background: #D7D7D7 url() repeat 0 0!important;
border-bottom: 1px solid #C4C4C4;
border-radius: 4px 4px 0 0;
min-height: 38px;
padding: 4px 4px 0;
}
#pun-navlinks a {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #6F6F6F;
display: block;
height: 35px;
line-height: 35px;
outline: none;
padding: 0 11px;
text-shadow: white 0 1px 0;
}
#pun-navlinks a:hover {
-moz-box-shadow: inset rgba(0,0,0,0.75) 0 1px 3px, rgba(255,255,255,0.45) 0 0 0 1px, rgba(255,255,255,0.8) 0 1px 0;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.75) 0 1px 3px, rgba(255, 255, 255, 0.45) 0 0 0 1px, rgba(255, 255, 255, 0.8) 0 1px 0;
background: #D75D2D url() repeat 50% 0;
box-shadow: inset rgba(0, 0, 0, 0.75) 0 1px 3px, rgba(255, 255, 255, 0.45) 0 0 0 1px, rgba(255, 255, 255, 0.8) 0 1px 0;
color: white;
padding: 0 11px;
position: relative;
text-decoration: none;
text-shadow: #892307 0 1px 1px;
}
#pun-navlinks li {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #6F6F6F;
display: block;
float: left;
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
font-size: 12px;
font-weight: 700;
height: 35px;
line-height: 35px;
outline: none;
padding: 0 5px;
text-decoration: none;
text-shadow: white 0 1px 0;
text-transform: uppercase;
}
#pun-navlinks ul {
margin: 0;
position: relative;
}
#pun-navlinks ul {
list-style: none;
text-align: left;
}
/************ Estrutura do fórum *************/
body {
background: #273749 url() no-repeat 50% 0;
color: #5A5A5A;
font-family: tahoma,helvetica,arial,sans-serif;
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: normal;
min-height: 390px;
padding-bottom: 20px;
position: relative;
}
#content {
background: white;
line-height: 120%;
margin-top: -4px;
padding: 8px;
}
/***** Conectado como *****/
#pun-visit, .main-box {
background: #EEE url() repeat-x 0 0;
border-bottom: 1px solid #D8D8D8;
border-top: 1px solid #D8D8D8;
font-size: 11px;
font-weight: 700;
margin: 12px -8px 8px;
padding: 8px;
text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
}
.pun a:link {
color: #C83D18;
text-decoration: none!important;
}
/********* Logo *******/
#pun-intro {
background-color: transparent;
padding: 0;
}
/******** Categorias ********/
.main .main-foot, .main .main-head {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #CF552A url() repeat-x 0 0;
border: 1px solid #B43535;
border-radius: 4px;
box-shadow: inset rgba(255, 255, 255, 0.3) 0 0 1px;
color: white;
font-size: 12px;
font-weight: 700;
line-height: 22px;
margin-bottom: 5px;
margin-top: 5px;
overflow: hidden;
padding: 12px;
text-shadow: #A52C0C 0 -1px 0;
}
.pun h2, .pun h3, .pun input, .pun select, .pun th {
font-family: Verdana,Arial,sans-serif;
font-size: 1em;
font-style: normal;
font-variant: normal;
}
.pun h2, .pun h3, .pun input, .pun select, .pun th {
font-weight: 700;
}
.pun tbody.statused td.tcl {
border-left: 1px solid gainsboro;
border-right: none;
}
.pun table.table td {
background-color: #FDFDFD;
border-bottom: 1px solid gainsboro!important;
border-left: none;
border-right: 1px solid gainsboro;
line-height: 18px;
padding: 10px;
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color: #FDFDFD;
border-left: none;
border-right: none;
}
.pun table.table td {
background-color: #FDFDFD;
border-bottom: 1px solid gainsboro!important;
border-left: none;
border-right: 1px solid gainsboro;
line-height: 18px;
padding: 10px;
}
.pun table.table td {
background-color: #FDFDFD;
border-bottom: 1px solid gainsboro!important;
border-left: none;
border-right: 1px solid gainsboro;
line-height: 18px;
padding: 10px;
}
/******** Ir Para *********/
#pun-about {
-moz-border-radius: 0 0 4px 4px;
-webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
background: #F9F9F9 url() repeat-x 0 0;
border: 1px solid #EEE;
border-radius: 0 0 4px 4px;
margin-top: -4px;
padding: 8px;
position: relative;
text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
}
/******* Estatisticas **********/
#stats {
-moz-border-radius: 3px;
-moz-box-shadow: inset rgba(0,0,0,0.3) 0 1px 2px, rgba(255,255,255,1) 0 1px 0;
-webkit-border-radius: 3px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 2px, rgba(255, 255, 255, 1) 0 1px 0;
background: url() repeat;
border-radius: 3px;
box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 2px, rgba(255, 255, 255, 1) 0 1px 0;
color: #222;
display: inline-block;
font-weight: 700;
margin-bottom: 10px;
margin-left: 40px;
margin-right: 15px;
padding: 8px 5px;
text-shadow: rgba(255, 255, 255, 0.6) 0 1px 0;
}
.pun .main-content {
background-color: white;
border: none;
}
#onlinelist {
-moz-border-radius: 3px;
-moz-box-shadow: inset rgba(0,0,0,0.3) 0 1px 2px, rgba(255,255,255,1) 0 1px 0;
-webkit-border-radius: 3px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 2px, rgba(255, 255, 255, 1) 0 1px 0;
background: url() repeat;
border-radius: 3px;
box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 2px, rgba(255, 255, 255, 1) 0 1px 0;
color: #222;
display: inline-block;
font-weight: 700;
margin-bottom: 10px;
margin-left: 40px;
margin-right: 15px;
padding: 8px 5px;
text-shadow: rgba(255, 255, 255, 0.6) 0 1px 0;
}
/**** Tópico **********/
.pun .posthead {
background: #E3E3E3 url() repeat-x 0 0;
border-bottom: 1px solid #D2D2D2;
border-top: 1px solid #D2D2D2;
color: #777;
font-size: 11px;
font-weight: 400;
height: 36px;
line-height: 36px;
margin-left: -188px;
margin-right: 0;
padding: 0 10px;
text-shadow: rgba(255, 255, 255, 0.6) 0 1px 0;
}
.pun .user .user-info {
color: #A4A4A4;
text-align: center;
}
.pun .user-ident .username {
color: #333;
display: block;
font-size: 1.2em;
font-weight: 700;
position: relative;
text-align: center;
top: 5px;
}
.pun .user .user-ident {
font-size: 12px;
padding: 0 0 .7em;
}
.pun .post .user {
float: left;
margin-left: -17em;
margin-top: -1.8em;
position: relative;
}
.pun .user {
display: inline;
overflow: hidden;
padding-top: 1.6em;
white-space: normal;
width: 16em;
}
.pun .postbody {
width: 100%;
}
.pun .postmain {
background-color: #FDFDFD;
border-left: 1px solid gainsboro;
border-right: 1px solid #F0F0F0;
margin-left: 17em;
}
.pun .post {
background: #FBFBFB;
border-left: 1px solid gainsboro;
}
.pun .post {
border-color: #EEE white #CCC;
border-style: solid none;
border-width: 2px 0 1px;
}
.postfoot {
background: #F8F8F8;
border-bottom: 1px solid white;
border-top: 1px solid gainsboro;
}
.pun .main-content {
background-color: white;
border: none;
}
button.button2, input.button2:hover {
-moz-box-shadow: 0 0 5px #999;
-webkit-box-shadow: 0 0 5px #999;
border-color: #999;
box-shadow: 0 0 5px #999;
color: #333;
outline: 0;
}
button.button2, input.button2 {
-webkit-border-radius: 2px;
-webkit-user-select: none;
background-color: whiteSmoke;
background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);
border: 1px solid gainsboro;
border-radius: 2px;
color: #666;
cursor: pointer;
font-size: 12px;
font-weight: 700;
height: 33px;
line-height: 12px;
min-width: 25px;
padding: 5px 10px;
text-align: center;
vertical-align: middle;
}
#text_editor_controls {
white-space: pre-wrap;
}
.pun p.left-box {
float: left;
}
button, input, select, textarea {
-webkit-border-radius: 2px;
background: #F3F3F3!important;
background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);
border: 1px solid #666!important;
border-radius: 2px;
color: #666;
line-height: 20px;
min-width: 20px;
vertical-align: middle;
}
button, input, select, textarea:hover {
-moz-box-shadow: 0 0 5px #999;
-webkit-box-shadow: 0 0 5px #999;
border-color: #999;
box-shadow: 0 0 5px #999;
color: #333;
outline: 0;
}
.pun .frm .frm-buttons input:hover {
-moz-box-shadow: 0 0 5px #999;
-webkit-box-shadow: 0 0 5px #999;
border-color: #999;
box-shadow: 0 0 5px #999;
color: #333;
outline: 0;
}
.pun .frm .frm-buttons input {
-webkit-border-radius: 2px;
-webkit-user-select: none;
background-color: whiteSmoke;
background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);
border: 1px solid gainsboro;
border-radius: 2px;
color: #666;
cursor: pointer;
font-size: 12px;
font-weight: 700;
height: 33px;
line-height: 31px;
min-width: 54px;
padding: 0 8px;
text-align: center;
vertical-align: middle;
}
#quick_reply .frm-buttons {
background: transparent;
border: none;
text-align: center;
}
.frm-buttons {
border-top: 3px double #C2C2C2;
margin-bottom: -.7em;
margin-top: .5em;
padding: .7em 0 0 17.5em;
}
fieldset.frm-set dl dd {
margin-left: 17em;
}
fieldset.frm-set dl dt {
display: block;
float: left;
font-weight: 700;
text-align: right;
width: 16em;
}
.pun .frm-form {
background: white;
border: none;
}
#navegandoahora {
background: #EEE url() repeat-x 0 0;
border-bottom: 1px solid #D8D8D8;
border-top: 1px solid #D8D8D8;
font-size: 11px;
font-weight: 700;
margin: -8px -8px 8px;
padding: 8px;
text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
}
.pun .main-head a.exthelp, .pun .main-head a.exthelp:link, .pun .main-head a.exthelp:visited {
background: url(http://cdn1.iconfinder.com/data/icons/famfamfam_mini_icons/icon_info.gif)!important;
background-position: left center;
background-repeat: no-repeat!important;
padding: 2px 0 2px 20px;
}
.pun-crumbs {
-moz-border-radius: 3px;
-moz-box-shadow: rgba(0,0,0,0.05) 0 1px 2px;
-webkit-border-radius: 3px;
-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 1px 2px;
background: #E0E0E0 url() repeat-x 0 0;
border: 1px solid #D6D6D6;
border-radius: 3px;
box-shadow: rgba(0, 0, 0, 0.05) 0 1px 2px;
line-height: 37px;
margin-bottom: 15px;
overflow: hidden;
text-shadow: white 0 1px 0;
}
.pun-crumbs p {
-moz-border-radius: 3px 0 0 3px;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-radius: 3px 0 0 3px;
color: #666;
font-size: 1.11em;
line-height: 30px;
margin: 0 auto;
padding-left: 12px;
}
.pun-crumbs a {
background: url() no-repeat 100% 0;
padding: 10px 17px 10px 10px;
}
.pun .paged-foot, .pun .paged-head {
background-color: #E8E8E8;
border: 1px solid #C2C2C2;
padding: .6em 1.3em .3em;
}
/*Chat Box*/
#chatbox_members .member-title {
background: transparent !important;
color: rgb(31, 143, 255) !important;
font-family: Verdana,Arial,Helvetica,sans-serif !important;
font-size: 12px !important;
padding: 0.5em 0.25em !important;
text-align: center !important;
text-transform: capitalize !important;
border-bottom: 2px solid !important;margin-left: 5px !important;margin-right: 5px !important;border-radius: 6px 6px 0px 0px !important;
border-bottom: 0px solid #1E90FF !important;
font-family: verdana,arial,sans-serif !important;
padding: 2px !important;
}
#chatbox_contextmenu p.close img {
padding-left: 20px !important;
vertical-align: middle !important;
}
#chatbox_contextmenu p.close img:hover {
opacity: 0.5 !important;
}
#chatbox_contextmenu {
background-color: rgb(255, 255, 255) !important;
border: 1px solid #ddd !important;
border-radius: 6px !important;
text-align: left !important;
box-shadow: 1px 1px 5px rgb(221, 221, 221) !important;
font-weight: bold !important;
}
#chatbox_footer {
border: 1px solid rgb(221, 221, 221) !important;
overflow: auto !important;
position: absolute !important;
border-radius: 6px 6px 6px 6px !important;
box-shadow: 1px 1px 5px rgb(221, 221, 221) !important;
background: none repeat scroll 0% 0% rgb(246, 246, 246) !important;
width: 970px !important;
}
#chatbox_header {
border: 1px solid rgb(221, 221, 221) !important;
overflow: auto !important;
position: absolute !important;
border-radius: 6px 6px 6px 6px !important;
box-shadow: 1px 1px 5px rgb(221, 221, 221) !important;
background: none repeat scroll 0% 0% rgb(246, 246, 246) !important;
width: 970px !important;
}
.fontbutton {
border: 0px !important;
padding: 2px !important;
background: #fff !important;
border-radius: 4px !important;
}
.chatbox_row_2 {
background-color: #fff;
padding: 2px !important;
border: 1px solid #ddd !important;
border-radius: 5px !important;
margin-left: 5px !important;
width: 9999px !important;
}
.chatbox_row_1 {
background-color: #fff;
padding: 2px !important;
border: 1px solid #ddd !important;
border-radius: 5px !important;
margin-left: 5px !important;
width: 9999px !important;
}
#message {
border: 1px solid #ddd !important;
background-image: url('http://i71.servimg.com/u/f71/17/71/75/73/sem_ta34.png') !important;
}
#message, #submit_button {
border: none !important;
margin-top: 2px !important;
margin-bottom: 5px !important;
}
#chatbox {
margin-bottom: 5px !important;
border: 1px solid #ddd;
bottom: 30px;
overflow: auto;
position: absolute;
top: 50px;
width: 789px;
border-radius: 6px;
background: #f6f6f6;
-moz-box-shadow: 1px 1px 5px #DDD;
-webkit-box-shadow: 1px 1px 5px #DDD;
box-shadow: 1px 1px 5px #DDD;
height: 195px;
margin-left: 13px;
}
.right-box {
width: auto;
border: 0px solid;
height: 30px;
margin-left: 35px;
float: left;
}
img#show_color {
padding: 2px;
border-radius: 4px;
}
#chatbox_members {
border: 1px solid #ddd;
bottom: 30px;
overflow: auto;
position: absolute;
top: 50px;
width: 180px;
border-radius: 6px;
background: #f6f6f6;
-moz-box-shadow: 1px 1px 5px #DDD;
-webkit-box-shadow: 1px 1px 5px #DDD;
box-shadow: 1px 1px 5px #DDD;
height: 195px;
}
#onlinechat {
background-color: #F4F4F4;
border-top: 1px dashed #CCC;
padding: .6em 1em;
display: none;
}
Até mais.
Re: Template bugado
Quase hem kk, falta a cor do fundo das categorias, e mudou a fora da escrita do fórum.
Até.
Até.
Re: Template bugado
Altere:
Até mais.
- Código:
/*******************************************************************************/
/******************************* Créditos **************************************/
/*******************************************************************************/
/******************** Tema totalmente feito por Quakeline **********************/
/*******************************************************************************/
/******************* Tema Quakeline 2 - Laranja e Branco **********************/
/*******************************************************************************/
/************************** Fim de Créditos ************************************/
/*******************************************************************************/
/********* Menu *************/
#pun-head #pun-navlinks {
-moz-border-radius: 4px 4px 0 0;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
background: #D7D7D7 url() repeat 0 0!important;
border-bottom: 1px solid #C4C4C4;
border-radius: 4px 4px 0 0;
min-height: 38px;
padding: 4px 4px 0;
}
#pun-navlinks a {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #6F6F6F;
display: block;
height: 35px;
line-height: 35px;
outline: none;
padding: 0 11px;
text-shadow: white 0 1px 0;
}
#pun-navlinks a:hover {
-moz-box-shadow: inset rgba(0,0,0,0.75) 0 1px 3px, rgba(255,255,255,0.45) 0 0 0 1px, rgba(255,255,255,0.8) 0 1px 0;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.75) 0 1px 3px, rgba(255, 255, 255, 0.45) 0 0 0 1px, rgba(255, 255, 255, 0.8) 0 1px 0;
background: #D75D2D url() repeat 50% 0;
box-shadow: inset rgba(0, 0, 0, 0.75) 0 1px 3px, rgba(255, 255, 255, 0.45) 0 0 0 1px, rgba(255, 255, 255, 0.8) 0 1px 0;
color: white;
padding: 0 11px;
position: relative;
text-decoration: none;
text-shadow: #892307 0 1px 1px;
}
#pun-navlinks li {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #6F6F6F;
display: block;
float: left;
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
font-size: 12px;
font-weight: 700;
height: 35px;
line-height: 35px;
outline: none;
padding: 0 5px;
text-decoration: none;
text-shadow: white 0 1px 0;
text-transform: uppercase;
}
#pun-navlinks ul {
margin: 0;
position: relative;
}
#pun-navlinks ul {
list-style: none;
text-align: left;
}
/************ Estrutura do fórum *************/
body {
background: #273749 url() no-repeat 50% 0;
color: #5A5A5A;
font-family: tahoma,helvetica,arial,sans-serif;
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: normal;
min-height: 390px;
padding-bottom: 20px;
position: relative;
}
#content {
background: white;
line-height: 120%;
margin-top: -4px;
padding: 8px;
}
/***** Conectado como *****/
#pun-visit, .main-box {
background: #EEE url() repeat-x 0 0;
border-bottom: 1px solid #D8D8D8;
border-top: 1px solid #D8D8D8;
font-size: 11px;
font-weight: 700;
margin: 12px -8px 8px;
padding: 8px;
text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
}
.pun a:link {
color: #C83D18;
text-decoration: none!important;
}
/********* Logo *******/
#pun-intro {
background-color: transparent;
padding: 0;
}
/******** Categorias ********/
.main .main-foot, .main .main-head {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #CF552A url() repeat-x 0 0 !important;
border: 1px solid #B43535;
border-radius: 4px;
box-shadow: inset rgba(255, 255, 255, 0.3) 0 0 1px;
color: white;
font-size: 12px;
font-weight: 700;
line-height: 22px;
margin-bottom: 5px;
margin-top: 5px;
overflow: hidden;
padding: 12px;
text-shadow: #A52C0C 0 -1px 0;
}
.pun h2, .pun h3, .pun input, .pun select, .pun th {
font-family: Verdana,Arial,sans-serif;
font-size: 1em;
font-style: normal;
font-variant: normal;
}
.pun h2, .pun h3, .pun input, .pun select, .pun th {
font-weight: 700;
}
.pun tbody.statused td.tcl {
border-left: 1px solid gainsboro;
border-right: none;
}
.pun table.table td {
background-color: #FDFDFD;
border-bottom: 1px solid gainsboro!important;
border-left: none;
border-right: 1px solid gainsboro;
line-height: 18px;
padding: 10px;
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color: #FDFDFD;
border-left: none;
border-right: none;
}
.pun table.table td {
background-color: #FDFDFD;
border-bottom: 1px solid gainsboro!important;
border-left: none;
border-right: 1px solid gainsboro;
line-height: 18px;
padding: 10px;
}
.pun table.table td {
background-color: #FDFDFD;
border-bottom: 1px solid gainsboro!important;
border-left: none;
border-right: 1px solid gainsboro;
line-height: 18px;
padding: 10px;
}
/******** Ir Para *********/
#pun-about {
-moz-border-radius: 0 0 4px 4px;
-webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
background: #F9F9F9 url() repeat-x 0 0 !important;
border: 1px solid #EEE;
border-radius: 0 0 4px 4px;
margin-top: -4px;
padding: 8px;
position: relative;
text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
}
/******* Estatisticas **********/
#stats {
-moz-border-radius: 3px;
-moz-box-shadow: inset rgba(0,0,0,0.3) 0 1px 2px, rgba(255,255,255,1) 0 1px 0;
-webkit-border-radius: 3px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 2px, rgba(255, 255, 255, 1) 0 1px 0;
background: url() repeat;
border-radius: 3px;
box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 2px, rgba(255, 255, 255, 1) 0 1px 0;
color: #222;
display: inline-block;
font-weight: 700;
margin-bottom: 10px;
margin-left: 40px;
margin-right: 15px;
padding: 8px 5px;
text-shadow: rgba(255, 255, 255, 0.6) 0 1px 0;
}
.pun .main-content {
background-color: white;
border: none;
}
#onlinelist {
-moz-border-radius: 3px;
-moz-box-shadow: inset rgba(0,0,0,0.3) 0 1px 2px, rgba(255,255,255,1) 0 1px 0;
-webkit-border-radius: 3px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 2px, rgba(255, 255, 255, 1) 0 1px 0;
background: url() repeat;
border-radius: 3px;
box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 2px, rgba(255, 255, 255, 1) 0 1px 0;
color: #222;
display: inline-block;
font-weight: 700;
margin-bottom: 10px;
margin-left: 40px;
margin-right: 15px;
padding: 8px 5px;
text-shadow: rgba(255, 255, 255, 0.6) 0 1px 0;
}
/**** Tópico **********/
.pun .posthead {
background: #E3E3E3 url() repeat-x 0 0;
border-bottom: 1px solid #D2D2D2;
border-top: 1px solid #D2D2D2;
color: #777;
font-size: 11px;
font-weight: 400;
height: 36px;
line-height: 36px;
margin-left: -188px;
margin-right: 0;
padding: 0 10px;
text-shadow: rgba(255, 255, 255, 0.6) 0 1px 0;
}
.pun .user .user-info {
color: #A4A4A4;
text-align: center;
}
.pun .user-ident .username {
color: #333;
display: block;
font-size: 1.2em;
font-weight: 700;
position: relative;
text-align: center;
top: 5px;
}
.pun .user .user-ident {
font-size: 12px;
padding: 0 0 .7em;
}
.pun .post .user {
float: left;
margin-left: -17em;
margin-top: -1.8em;
position: relative;
}
.pun .user {
display: inline;
overflow: hidden;
padding-top: 1.6em;
white-space: normal;
width: 16em;
}
.pun .postbody {
width: 100%;
}
.pun .postmain {
background-color: #FDFDFD;
border-left: 1px solid gainsboro;
border-right: 1px solid #F0F0F0;
margin-left: 17em;
}
.pun .post {
background: #FBFBFB;
border-left: 1px solid gainsboro;
}
.pun .post {
border-color: #EEE white #CCC;
border-style: solid none;
border-width: 2px 0 1px;
}
.postfoot {
background: #F8F8F8;
border-bottom: 1px solid white;
border-top: 1px solid gainsboro;
}
.pun .main-content {
background-color: white;
border: none;
}
button.button2, input.button2:hover {
-moz-box-shadow: 0 0 5px #999;
-webkit-box-shadow: 0 0 5px #999;
border-color: #999;
box-shadow: 0 0 5px #999;
color: #333;
outline: 0;
}
button.button2, input.button2 {
-webkit-border-radius: 2px;
-webkit-user-select: none;
background-color: whiteSmoke;
background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);
border: 1px solid gainsboro;
border-radius: 2px;
color: #666;
cursor: pointer;
font-size: 12px;
font-weight: 700;
height: 33px;
line-height: 12px;
min-width: 25px;
padding: 5px 10px;
text-align: center;
vertical-align: middle;
}
#text_editor_controls {
white-space: pre-wrap;
}
.pun p.left-box {
float: left;
}
button, input, select, textarea {
-webkit-border-radius: 2px;
background: #F3F3F3!important;
background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);
border: 1px solid #666!important;
border-radius: 2px;
color: #666;
line-height: 20px;
min-width: 20px;
vertical-align: middle;
}
button, input, select, textarea:hover {
-moz-box-shadow: 0 0 5px #999;
-webkit-box-shadow: 0 0 5px #999;
border-color: #999;
box-shadow: 0 0 5px #999;
color: #333;
outline: 0;
}
.pun .frm .frm-buttons input:hover {
-moz-box-shadow: 0 0 5px #999;
-webkit-box-shadow: 0 0 5px #999;
border-color: #999;
box-shadow: 0 0 5px #999;
color: #333;
outline: 0;
}
.pun .frm .frm-buttons input {
-webkit-border-radius: 2px;
-webkit-user-select: none;
background-color: whiteSmoke;
background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);
border: 1px solid gainsboro;
border-radius: 2px;
color: #666;
cursor: pointer;
font-size: 12px;
font-weight: 700;
height: 33px;
line-height: 31px;
min-width: 54px;
padding: 0 8px;
text-align: center;
vertical-align: middle;
}
#quick_reply .frm-buttons {
background: transparent;
border: none;
text-align: center;
}
.frm-buttons {
border-top: 3px double #C2C2C2;
margin-bottom: -.7em;
margin-top: .5em;
padding: .7em 0 0 17.5em;
}
fieldset.frm-set dl dd {
margin-left: 17em;
}
fieldset.frm-set dl dt {
display: block;
float: left;
font-weight: 700;
text-align: right;
width: 16em;
}
.pun .frm-form {
background: white;
border: none;
}
#navegandoahora {
background: #EEE url() repeat-x 0 0;
border-bottom: 1px solid #D8D8D8;
border-top: 1px solid #D8D8D8;
font-size: 11px;
font-weight: 700;
margin: -8px -8px 8px;
padding: 8px;
text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
}
.pun .main-head a.exthelp, .pun .main-head a.exthelp:link, .pun .main-head a.exthelp:visited {
background: url(http://cdn1.iconfinder.com/data/icons/famfamfam_mini_icons/icon_info.gif)!important;
background-position: left center;
background-repeat: no-repeat!important;
padding: 2px 0 2px 20px;
}
.pun-crumbs {
-moz-border-radius: 3px;
-moz-box-shadow: rgba(0,0,0,0.05) 0 1px 2px;
-webkit-border-radius: 3px;
-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 1px 2px;
background: #E0E0E0 url() repeat-x 0 0;
border: 1px solid #D6D6D6;
border-radius: 3px;
box-shadow: rgba(0, 0, 0, 0.05) 0 1px 2px;
line-height: 37px;
margin-bottom: 15px;
overflow: hidden;
text-shadow: white 0 1px 0;
}
.pun-crumbs p {
-moz-border-radius: 3px 0 0 3px;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-radius: 3px 0 0 3px;
color: #666;
font-size: 1.11em;
line-height: 30px;
margin: 0 auto;
padding-left: 12px;
}
.pun-crumbs a {
background: url() no-repeat 100% 0;
padding: 10px 17px 10px 10px;
}
.pun .paged-foot, .pun .paged-head {
background-color: #E8E8E8;
border: 1px solid #C2C2C2;
padding: .6em 1.3em .3em;
}
/*Chat Box*/
#chatbox_members .member-title {
background: transparent !important;
color: rgb(31, 143, 255) !important;
font-family: Verdana,Arial,Helvetica,sans-serif !important;
font-size: 12px !important;
padding: 0.5em 0.25em !important;
text-align: center !important;
text-transform: capitalize !important;
border-bottom: 2px solid !important;margin-left: 5px !important;margin-right: 5px !important;border-radius: 6px 6px 0px 0px !important;
border-bottom: 0px solid #1E90FF !important;
font-family: verdana,arial,sans-serif !important;
padding: 2px !important;
}
#chatbox_contextmenu p.close img {
padding-left: 20px !important;
vertical-align: middle !important;
}
#chatbox_contextmenu p.close img:hover {
opacity: 0.5 !important;
}
#chatbox_contextmenu {
background-color: rgb(255, 255, 255) !important;
border: 1px solid #ddd !important;
border-radius: 6px !important;
text-align: left !important;
box-shadow: 1px 1px 5px rgb(221, 221, 221) !important;
font-weight: bold !important;
}
#chatbox_footer {
border: 1px solid rgb(221, 221, 221) !important;
overflow: auto !important;
position: absolute !important;
border-radius: 6px 6px 6px 6px !important;
box-shadow: 1px 1px 5px rgb(221, 221, 221) !important;
background: none repeat scroll 0% 0% rgb(246, 246, 246) !important;
width: 970px !important;
}
#chatbox_header {
border: 1px solid rgb(221, 221, 221) !important;
overflow: auto !important;
position: absolute !important;
border-radius: 6px 6px 6px 6px !important;
box-shadow: 1px 1px 5px rgb(221, 221, 221) !important;
background: none repeat scroll 0% 0% rgb(246, 246, 246) !important;
width: 970px !important;
}
.fontbutton {
border: 0px !important;
padding: 2px !important;
background: #fff !important;
border-radius: 4px !important;
}
.chatbox_row_2 {
background-color: #fff;
padding: 2px !important;
border: 1px solid #ddd !important;
border-radius: 5px !important;
margin-left: 5px !important;
width: 9999px !important;
}
.chatbox_row_1 {
background-color: #fff;
padding: 2px !important;
border: 1px solid #ddd !important;
border-radius: 5px !important;
margin-left: 5px !important;
width: 9999px !important;
}
#message {
border: 1px solid #ddd !important;
background-image: url('http://i71.servimg.com/u/f71/17/71/75/73/sem_ta34.png') !important;
}
#message, #submit_button {
border: none !important;
margin-top: 2px !important;
margin-bottom: 5px !important;
}
#chatbox {
margin-bottom: 5px !important;
border: 1px solid #ddd;
bottom: 30px;
overflow: auto;
position: absolute;
top: 50px;
width: 789px;
border-radius: 6px;
background: #f6f6f6;
-moz-box-shadow: 1px 1px 5px #DDD;
-webkit-box-shadow: 1px 1px 5px #DDD;
box-shadow: 1px 1px 5px #DDD;
height: 195px;
margin-left: 13px;
}
.right-box {
width: auto;
border: 0px solid;
height: 30px;
margin-left: 35px;
float: left;
}
img#show_color {
padding: 2px;
border-radius: 4px;
}
#chatbox_members {
border: 1px solid #ddd;
bottom: 30px;
overflow: auto;
position: absolute;
top: 50px;
width: 180px;
border-radius: 6px;
background: #f6f6f6;
-moz-box-shadow: 1px 1px 5px #DDD;
-webkit-box-shadow: 1px 1px 5px #DDD;
box-shadow: 1px 1px 5px #DDD;
height: 195px;
}
#onlinechat {
background-color: #F4F4F4;
border-top: 1px dashed #CCC;
padding: .6em 1em;
display: none;
}
Até mais.
Re: Template bugado
Ooh, parabéns, resolveu.
Até mais. +REP
Até mais. +REP
Re: Template bugado
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