Bug estranho - colocar css
4 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
Bug estranho - colocar css
- Descrição:
Olá,
Estava editando meu tema e então ao adicionar um código na Folha de estilo CSS para dar um efeito no meu fórum e logo percebi que o efeito não estava tendo efeito ou seja adicionava o código mais não alterava nada, já tentei utilizar o !important mais não teve efeito
O Código que adicionei
- Código:
.pun .frm .frm-buttons input {
background: #151515;
border: 1px solid #151515;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 1px 3px rgba(0,0,0,0.2);
color: #FFF;
text-shadow: 0 -1px 0 #191919;
font: 300 14px/30px Helvetica,Arial,sans-serif;
height: 30px;
text-align: center;
min-width: 125px;
display: inline-block;
cursor: pointer;
padding: 0 10px 32px;
}
.pun .main-head a.exthelp, .pun .main-head a.exthelp:link, .pun .main-head a.exthelp:visited {
background-image: none!important;
color: black;
background-position: left;
background-repeat: no-repeat;
padding-left: 20px;
font-size: 17px;
}
Ele deveria alterar as seguintes áreas
GUIA DO BBCODE
BOTÕES
Com o código adicionado eles deveriam ficar assim
GUIA DO BBCODE
BOTÕES
OBS : Não adicionei a Folha de estilo CSS por ser muito longa, mais se precisar e só pedir
Até
- Informações:
Fórum: | http://narutoakasuna.ultimaterpg.net/ | Versão: | PUNBB |
Tipo: | Erros diversos | Tags: | estranho |
Última edição por Quakeline em 26.05.14 15:06, editado 1 vez(es)
Re: Bug estranho - colocar css
Tente adicionar junto à um código JavaScript como este:
Em investimento, coloque, nos tópicos.
Agora adicione este CSS:
Resultou?
- Código:
var copyright = "Copyright - 2014 - Caos.";
$(function(){
$('a[href*="mode=preview"] img').replaceWith('Pré-Visualizar');
$('a[href*="mode=post"] img').replaceWith('Enviar');
});
Em investimento, coloque, nos tópicos.
Agora adicione este CSS:
- Código:
/*Botões do post em CSS - Caos*/
.post-options a{
height: 22px;
line-height: 22px;
font-size: 12px;
padding: 0px 10px;
background: -moz-linear-gradient(center top , #F6F6F6 0%, #E5E5E5 100%) repeat scroll 0% 0% transparent;
border: 1px solid #DBDBDB;
box-shadow: 0px 1px 0px #FFF inset, 0px 1px 0px rgba(0, 0, 0, 0.3);
border-radius: 3px;
color: #616161;
display: inline-block;
white-space: nowrap;
transition: all 0.2s ease-in-out 0s;
margin:5px;
}
Resultou?
Última edição por BladeDark em 23.05.14 1:46, editado 1 vez(es)
BladeDark- Novo Membro
- Membro desde : 03/03/2014
Mensagens : 16
Pontos : 29
Re: Bug estranho - colocar css
Olá!
Use este CSS:
Veja: http://prntscr.com/3lrbwz
Hancki
Use este CSS:
- Código:
.pun .frm .frm-buttons input {
background: #151515 !important;
border: 1px solid #151515 !important;
border-radius: 3px 3px 3px 3px !important;
box-shadow: 0 1px 3px rgba(0,0,0,0.2) !important;
color: #FFF !important;
text-shadow: 0 -1px 0 #191919 !important;
font: 300 14px/30px Helvetica,Arial,sans-serif !important;
height: 30px !important;
text-align: center !important;
min-width: 125px !important;
display: inline-block !important;
cursor: pointer !important;
padding: 0 10px 32px !important;
}
.pun .main-head a.exthelp, .pun .main-head a.exthelp:link, .pun .main-head a.exthelp:visited {
background-image: none !important;
color: black !important;
background-position: left !important;
background-repeat: no-repeat !important;
padding-left: 20px !important;
font-size: 17px !important;
}
Veja: http://prntscr.com/3lrbwz
Hancki
Re: Bug estranho - colocar css
Olá,
Não teve resultado e o código esta adicionado, depois eu limpei o cache e cookies do navegador
Até
Não teve resultado e o código esta adicionado, depois eu limpei o cache e cookies do navegador
Até
Re: Bug estranho - colocar css
Verifique o seu CSS a ver se já não tem algo a proibir que esse código funcione.
Re: Bug estranho - colocar css
Olá,
Não tem nada a proibir que o código funcione aqui esta meu CSS
Até
Não tem nada a proibir que o código funcione aqui esta meu CSS
- Código:
/************************************* ESTRUTURA DO FÓRUM ************************************************************/
#page-body {
-moz-box-shadow: rgba(0,0,0,0.12) 0 0 10px;
-webkit-box-shadow: rgba(0,0,0,0.12) 0 0 10px;
background: white;
box-shadow: rgba(0,0,0,0.12) 0 0 10px;
line-height: 120%;
margin-left: 90px;
padding: 10px 15px;
border: 10px solid #8B1A1A;
-webkit-border-radius: 5px;
width: 85%;
}
/************************************ CATEGORIAS DO FÓRUM ************************************************************/
.main .main-head {
border: 1px solid rgba(255,255,255,0.2);
border-top: 5px solid #8B1A1A;
color: #8B1A1A;
font-family: Helvetica,Arial,sans-serif;
font-size: 15px;
font-style: normal;
font-variant: normal;
font-weight: normal;
letter-spacing: -1px;
line-height: 110%;
margin: 36px 0 0;
background-color: transparent;
overflow: hidden;
padding: 12px;
text-transform: uppercase;
width: 98%;
}
.main .main-head .page-title, .pun .main-head .h2 {
color: #8B1A1A;
font: 24px/110% Helvetica,Arial,sans-serif;
text-transform: uppercase;
letter-spacing: -1px;
}
.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;
font-weight: normal;
}
.pun .main-content {
background-color: rgb(255, 255, 255);
border: 4px solid rgb(235, 240, 243);
}
.pun table.table th {
background-color: rgb(255, 255, 255);
border-style: none;
color: #666;
border-bottom: 1px solid #ddd;
}
.pun table.table th.tcl {
padding-left: .5em;
}
.pun table.table th {
background-color: rgb(255, 255, 255);
border-style: none;
color: #666;
border-bottom: 1px solid #ddd!important;
}
.main .main-content table.table tbody.statused tr td.tcl {
padding-bottom: 10px;
padding-top: 10px;
}
.pun tbody.statused td.tcl, .pun tbody.statused td.tc2, .pun tbody.statused td.tc3, .pun tbody.statused td.tcr {
border-top: 1px solid rgb(255, 255, 255);
border-bottom: 1px solid rgb(239, 232, 221);
border-left: medium none;
}
.pun tbody.statused td.tcl, .pun tbody.statused td.tc2, .pun tbody.statused td.tc3, .pun tbody.statused td.tcr {
border-top: 1px solid rgb(255, 255, 255);
background: white;
border-bottom: 1px solid rgb(239, 232, 221);
border-left: medium none;
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color: #fff;
}
.pun .table .tc3 {
width: 13%;
}
.pun table.table td {
border-style: none;
border-width: 0px;
line-height: 130%;
padding: 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;
font-weight: normal;
}
.pun a:visited {
color: #3464a3;
}
.pun a:link {
color: #3464a3;
}
a.forumtitle:hover {
text-decoration: none;
color: #328687!important;
}
.pun a:hover {
text-decoration: none;
color: #328687!important;
}
.pun a:link {
text-decoration: none;
}
.main .main-content table.table tbody.statused tr td.tcl {
padding-bottom: 10px;
background: white;
padding-top: 10px;
}
div.descforum {
margin-left: 22px;
margin-top: 4px;
font-size: 12px!important;
color: rgb(119, 119, 119);
}
a.forumtitle {
margin-left: 20px;
text-decoration: none;
font: bold 15px arial,helvetica,sans-serif;
font-weight: 700;
font-size: 18px!important;
}
/************************************ MENU DO FÓRUM ******************************************************************/
.menu {
background: #8B1A1A url(http://wallpaper.ultradownloads.com.br/136110_Papel-de-Parede-Carmim_1440x900.jpg) -2px;
border-bottom: #4d4d4d solid 2px;
float: left;
margin-bottom: 15px;
padding-bottom: 9px;
position: relative;
width: 100%;
z-index: 2;
}
.logo a:hover {
text-shadow: 0px 0px 3px #993333;
}
.logo a {
font-size: 18px;
color: #F5D52B;
line-height: 47px;
text-decoration: none;
}
.logo {
margin-left: 100px;
}
.logo {
overflow: hidden;
height: 50px;
width: 220px;
float: left;
z-index: 2;
position: relative;
}
.menu-inner a:hover {
color: #BBB4B4;
border-bottom: 3px solid #F5D52B;
}
.menu-inner a {
-webkit-transition: all .2s linear;
padding: 2px 7px;
font-family: 'Oswald', sans-serif;
font-size: 14px;
color: #F1F1F1;
line-height: 50px;
text-decoration: none;
text-transform: uppercase;
}
.menu-inner {
float: right;
margin: 0 auto;
margin-right: 55px;
}
#pun-intro {
display: none!important;
}
#pun-navlinks ul {
display: none!important;
}
#pun-head #pun-navlinks {
background-color: transparent;
border-color: #ddd;
padding: 15.5em 1.1em .6em;
}
/************************************ CHATBOX DO FÓRUM ****************************************************************/
#frame_chatbox{
-moz-border-radius:4px 4px 0 0;
-webkit-border-top-left-radius:4px;
-webkit-border-top-right-radius:4px;
border:1px solid #eaeaea;
border-radius:4px 4px 0 0
}
#chatbox_header.main-head{
background:#f5f5f5 url(http://imgur.com/iy2rLu3.png) repeat-x 0 0;
border-bottom:1px solid #eaeaea;
height:40px;
padding-left:.3em
}
.chatbox-title,.chatbox-title a.chat-title{
background:url(http://i.imgur.com/zpUIlTa.jpg) no-repeat scroll 88px 8px transparent;
color:#323232;
font-family:Helvetica,Arial,sans-serif;
font-size:18px;
font-style:normal;
font-variant:normal;
font-weight:300;
line-height:1.3
}
.chatbox-options li,.chatbox-options li a,.chatbox-options li label{
color:#323232
}
.main-content.chatbox{
background:#fff;
border:1px solid #d2d2d2;
padding:8px 8px 0
}
#chatbox_members{
background:#fff;
border:1px solid #eaeaea;
bottom:55px;
right:0;top:40px
}
#chatbox_members .member-title{
background:#ededed;
color:#5a5a5a;
padding:8px 10px;
text-align:left
}
#chatbox p{
background:#fff;
border-bottom:1px solid #e3e3e3;
line-height:1.3em;
padding:5px
}
#chatbox p span[style="color:green;"],
#chatbox p span[style="color:red;"]{
background:#FAFAD2
}
#chatbox_footer{
background:#ededed;
border:1px solid #d6d6d6;
border-bottom-width:4px;
padding:4px
}
#chatbox_messenger_form .right label{
font-size:0
}
#chatbox_footer .right:first-child{
float:left;
width:45%
}
input#message.post{
background-color:#fff;
height:30px;
outline:0;
width:78%
}
#submit_button{
-moz-border-radius:3px;
-moz-box-shadow:inset 0 1px 0 0 #5c5c5c, 0 2px 3px rgba(0,0,0,0.2);
-webkit-border-radius:3px;
-webkit-box-shadow:inset 0 1px 0 0 #5c5c5c, 0 2px 3px rgba(0,0,0,0.2);
background:#212121 url(http://i.imgur.com/IoFhTvG.png) repeat-x top;
border:1px solid #212121;
border-radius:3px;
box-shadow:inset 0 1px 0 0 #5c5c5c, 0 2px 3px rgba(0,0,0,0.2);
color:#fff;
font-family:tahoma,helvetica,arial,sans-serif;
font-size:13px;
font-style:normal;
font-variant:normal;
font-weight:normal;
margin:0 5px 0 8px;
padding:4px 10px
}
.fontbutton{
-moz-border-radius:2px;
-moz-box-shadow:rgba(0,0,0,0.43) 0 1px 3px;
-webkit-border-radius:2px;
-webkit-box-shadow:rgba(0,0,0,0.43) 0 1px 3px;
background:#646464 url(http://i58.servimg.com/u/f58/18/62/03/31/highli17.png) repeat-x 0 0;
border:1px solid #585858!important;
border-radius:2px;
box-shadow:rgba(0,0,0,0.43) 0 1px 3px;
color:#fff;
font-family:tahoma,helvetica,arial,sans-serif;
font-size:13px;
font-style:normal;
font-variant:normal;
font-weight:normal;
padding:4px 10px;
text-shadow:#474747 0 -1px 0
}
#chatbox_messenger_form div.right img{
display:none
}
#simple-wrap{
background:#fff
}
#divbold:after{
content:'Bold'
}
#divitalic:after{
content:'Italic'
}
#divunderline:after{
content:'Underline'
}
#divstrike:after{
content:'Strike'
}
#divcolor:after{
content:'Color'
}
#divsmilies:after{
content:'Smilies'
}
#chatbox span[title]{
float:right!important
}
#chatbox:after{
-moz-border-radius:2px;
-webkit-border-radius:2px;
background:#F5FFF6 url(http://i.imgur.com/g3NBjqp.png) repeat-x;
border:1px solid #D3EED5;
border-radius:2px;
color:#1F691C;
content:'Leia as Regras antes de utilizar o Chatbox';
display:block;
font-size:12px;
line-height:1.6;
padding:10px;
text-shadow:0 1px 0 rgba(255,255,255,0.5)
}
#chatbox span[style="font-style:italic"]{
-moz-box-shadow:rgba(0,0,0,0.1) 0 1px 3px;
-webkit-box-shadow:rgba(0,0,0,0.1) 0 1px 3px;
background:#f3e3e6 url(http://i55.servimg.com/u/f55/18/71/50/00/highli10.png) repeat-x 0 0;
border:1px solid #e599aa;
box-shadow:rgba(0,0,0,0.1) 0 1px 3px;
color:#80001c;
display:block;
font-size:14px;
font-style:normal!important;
font-weight:700;
line-height:1.6;
padding:10px;
text-align:center;
text-shadow:rgba(255,255,255,0.55) 0 1px 0
}
#chatbox span[style="font-style:italic"]:after{
content:' Clique em login para conectar-se.'
}
#chatbox_top{
min-height:360px
}
body[bgcolor]{
background:#ededed
}
#chatbox{
-moz-box-shadow:2px 0 4px rgba(0,0,0,0.1);
-webkit-box-shadow:2px 0 4px rgba(0,0,0,0.1);
background:#fff;
border:1px solid #e3e3e3;
bottom:55px;
box-shadow:2px 0 4px rgba(0,0,0,0.1);
left:0;right:190px;top:40px
}
.rep-pers{
-moz-border-radius:3px;
-webkit-border-radius:3px;
background-color:#6f8f52;
border-radius:3px;
color:#fff;
display:block;
font-weight:700;
margin:0 auto 5px;
max-width:123px;
padding:3px 8px;
text-align:center
}
.rep-pers.zero{
background:#dedede;
color:#6e6e6e
}
#ajax_loading{
-moz-border-radius:0 0 5px 5px;
-moz-box-shadow:0 3px 5px rgba(0,0,0,0.2);
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
-webkit-box-shadow:0 3px 5px rgba(0,0,0,0.2);
background:#000;
border-radius:0 0 5px 5px;
box-shadow:0 3px 5px rgba(0,0,0,0.2);
color:#fff;
left:46%;
opacity:.6;
padding:5px 0 8px;
position:fixed;
text-align:center;
top:0;
width:8%;
z-index:999
}
to{
background-position:0 0
}
img[height="12"]{
-moz-animation:progress_bar 2s linear infinite;
-webkit-animation:progress_bar 2s linear infinite;
animation:progress_bar 2s linear infinite;
background-color:#e00000;
background-image:linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-size:10px 10px;
color:#fff;
text-align:center
}
.msg img{
max-height:100px;
transition:all linear .2s
}
/************************************ CRUMBS DO FÓRUM *****************************************************************/
.pun-crumbs {
height: 29px;
border: 1px solid #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-khtml-border-radius: 5px;
-moz-box-shadow: 0 1px rgba(255,255,255,0.5),inset 0 1px #fff;
-webkit-box-shadow: 0 1px rgba(255,255,255,0.5),inset 0 1px #fff;
box-shadow: 0 1px rgba(255,255,255,0.5),inset 0 1px #fff;
margin: 0 1px 1em;
padding: .2em 1em;
}
.pun-crumbs p {
color: #666;
font-size: 1.11em;
line-height: 1.5;
margin: 0;
}
p.crumbs a {
background: url(http://i42.servimg.com/u/f42/17/32/13/00/second10.png) no-repeat 100% -1px;
color: #777!important;
line-height: 30px;
font-size: 12px;
padding: 11px 17px 11px 4px;
}
/************************************ BARRA DE NAVEGAÇÃO DO FÓRUM *****************************************************/
}::-webkit-scrollbar{
height:10px;
width:15px
}
:-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment{
background-color:#8B1A1A;
display:block;
height:30px
}
::-webkit-scrollbar-track-piece{
background-image:url(http://i.imgur.com/GyMFv.png);
opacity:.1
}
::-webkit-scrollbar-thumb:vertical{
background-color:#8B1A1A;
height:auto
::-webkit-scrollbar-thumb:horizontal{
background-color:#8B1A1A;
width:100px
}
/************************************ RESPOSTA RAPIDA DO FÓRUM ********************************************************/
.pun .frm .frm-buttons input {
background: #151515 !important;
border: 1px solid #151515 !important;
border-radius: 3px 3px 3px 3px !important;
box-shadow: 0 1px 3px rgba(0,0,0,0.2) !important;
color: #FFF !important;
text-shadow: 0 -1px 0 #191919 !important;
font: 300 14px/30px Helvetica,Arial,sans-serif !important;
height: 30px !important;
text-align: center !important;
min-width: 125px !important;
display: inline-block !important;
cursor: pointer !important;
padding: 0 10px 32px !important;
}
.pun .main-head a.exthelp, .pun .main-head a.exthelp:link, .pun .main-head a.exthelp:visited {
background-image: none !important;
color: black !important;
background-position: left !important;
background-repeat: no-repeat !important;
padding-left: 20px !important;
font-size: 17px !important;
}
Até
Re: Bug estranho - colocar css
Tente com este:
Hancki
- Código:
#pun-qpost input {
background: #151515 !important;
border: 1px solid #151515 !important;
border-radius: 3px 3px 3px 3px !important;
box-shadow: 0 1px 3px rgba(0,0,0,0.2) !important;
color: #FFF !important;
text-shadow: 0 -1px 0 #191919 !important;
font: 300 14px/30px Helvetica,Arial,sans-serif !important;
height: 30px !important;
text-align: center !important;
min-width: 125px !important;
display: inline-block !important;
cursor: pointer !important;
padding: 0 10px 32px !important;
}
#pun-qpost a.exthelp, #pun-qpost a.exthelp:link, #pun-qpost a.exthelp:visited {
background-image: none !important;
color: black !important;
background-position: left !important;
background-repeat: no-repeat !important;
padding-left: 20px !important;
font-size: 17px !important;
}
Hancki
Re: Bug estranho - colocar css
Olá,
Tá difícil preciso resolver esse problema urgente para terminar o meu fórum
Até
Tá difícil preciso resolver esse problema urgente para terminar o meu fórum
Até
Re: Bug estranho - colocar css
Olá!
Tire esse javascript do seu fórum:
Até.
Tire esse javascript do seu fórum:
- Código:
jQuery(document).ready(function(){jQuery('.postbody table, .postbody table div, tr td .postbody table, tr td .postbody table div,div.sig-content table').css('position','').css('display','').css('z-index','999').css('min-width','1px').css('min-height','1px').css('max-height','1500px').css('max-width','1500px').css('cursor','')});
Até.
Re: Bug estranho - colocar css
Olá,
Já retirei e não alterou em nada continua o bug o css não teve efeito
Até
Já retirei e não alterou em nada continua o bug o css não teve efeito
Até
Re: Bug estranho - colocar css
Olá,
Podem fechar já resolvido o problema tinha esquecido que adicionei um código na Descrição do Site ele estava em conflito
Até
Podem fechar já resolvido o problema tinha esquecido que adicionei um código na Descrição do Site ele estava em conflito
Até
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