Cursor personalizado do mouse
2 participantes
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre a aparência do fórum :: Questões resolvidas sobre a aparência do fórum
Página 1 de 1
Cursor personalizado do mouse
Detalhes da questão
Endereço do fórum: https://tutorialdoca.forumeiros.com/
Versão do fórum: phpBB3
Descrição
Boa noite,
No meu site, eu tenho um sistema de abas que envolve um pouco de CSS e um JavaScript.
Ao mesmo tempo, eu tenho cursores customizados para o site, onde o normal é este e o que representa um link é esse (ou outro, dependendo do tema escolhido).
Minha dúvida é a seguinte: por que ao passar o mouse em cima das Abas, o ícone é trocado para a "mãozinha" (ícone padrão que representa um link) e não para um dos customizados?
CSS (procure por "cursor"):
- Código:
/* Remover Cadeado - Início */
dd.dterm[style*="https://i.servimg.com/u/f82/17/53/75/18/cadead10.gif"] {
background-image: url(https://2img.net/i/fa/empty.gif)!important;
}
/* Remover Cadeado - Fim */
/* Colorir Tabelas - Início */
.flatable1 {
border: 0;
box-shadow: 0 0 0 2px solid #cd7f32 /* Bronze */
}
.flatable2 {
border: 0;
box-shadow: 0 0 0 2px solid #c0c0c0 /* Prata */
}
.flatable3 {
border: 0;
box-shadow: 0 0 0 2px solid #ffd700 /* Ouro */
}
/* Colorir Tabelas - Fim */
/* Ajuste da Barra_PT (HTML) - Início */
a:hover {
text-shadow: none !Important;
}
/* Ajuste da Barra_PT (HTML) - Fim */
/* Ajuste na imagem de fundo (BG) - Início */
body {
/*background-image: url('smiley.gif');*/
background-repeat: y;
background-attachment: fixed;
background-position: center;
}
/*body {background-repeat: no-repeat;background-size: 118%;}*/
/* Ajuste na imagem de fundo (BG) - Fim */
/* Remoção da Descrição do Rank - Início */
.postprofile dd:nth-of-type(1) {
color: transparent;
}
/* Remoção da Descrição do Rank - Fim */
/* Correção do texto em Hover - Início */
.inputbox:hover {
border: 1px solid #C1FA17 !important;
}
fieldset dl:hover dt label {
color: #C1FA17 !important;
}
dl dt label:hover {
color: #C1FA17 !important;
}
/* Correção do texto em Hover - Fim */
/* Correção das Abas do Perfil - Início */
#tabs .activetab a span {
color: #C1FA17 !important;
}
#tabs .activetab a:hover span {
color: #C1FA17 !important;
}
#tabs .activetab a span:focus {
color: #C1FA17 !important;
}
/* Correção das Abas do Perfil - Fim */
/* Correções de Cor em Campos Selecionáveis - Início */
select {color: #fff !important;}
/* Correções de Cor em Campos Selecionáveis - Fim */
/* Footer Bar - Início */
#footerSw {
margin-top: 0px;
width: 100%;
background: #1E1E1E url('http://s3.amazonaws.com/nxcache/www/img/all/nx_fat_footer.jpg') 50% 0 no-repeat;
box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.5);
color: #E1E1E1;
padding: 1em 1em 1em 10em;
text-align: center !important;
display: table;
border-top:3px solid #111;
}
#footerSw > li {
position: absolute;
right: 5em;
bottom: 2em;
}
#footerSw {
position: relative !important;
}
#footerSw p {
margin: 20px 0px;
float: left;
font:12px Tahoma;
}
#footerSw ul {
float: left;
list-style: none;
text-align: center !important;
margin: 0 auto;
width: 200px; /* 320 */
padding: 1em;
}
#footerSw li {
display: block;
padding: 1px;
text-align: left;
}
#footerSw h2 {
font: 20px "Century Gothic", Verdana, Geneva, sans-serif;
color: #C1FA17;
margin-bottom:6px;
}
#footerSw a {
color: #F1F1F1;
text-decoration: none;
}
p.copy {
margin-top:-15px;
text-align: center !important;
color:#FFFFFF;
position: relative;
}
/* Footer Bar - Fim */
/* Cor do Link - Houver - Inicio */
a:hover{color:#45b334;text-shadow:none !Important;}
/* Cor do Link - Houver - Fim */
/* Firulas no nomes - Início */
/*ZombieW*/
a[href="/u1"]{background-image:url(https://i.servimg.com/u/f46/16/56/73/62/th/att11110.gif);text-shadow:0 0 5px #C1FA17
background-image: url(https://i.servimg.com/u/f46/16/56/73/62/21ee1p10.gif);}
/*Nome do Grupo dos ADM*/
a[href="/g1-administradores"]{background-image:url(https://i.servimg.com/u/f46/16/56/73/62/th/att11110.gif);text-shadow: 0 0 5px #C1FA17;
background-image: url(https://i.servimg.com/u/f46/16/56/73/62/21ee1p10.gif);}
/*Nome do Grupo de Banidos e dos Usuários*/
a[href="/g6-banidos"]{
text-decoration: line-through;
}
a[href="/u118"]{
text-decoration: line-through;
color: #BD0000;
}
/* Firulas no nomes - Fim */
/* Título para páginas HTML - Início */
.Titulo2 { /*Para títulos maiores*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 17pt;
text-align: center;
text-shadow: 0 2px 5px black;
line-height: 250%;
background-image:url('https://i.servimg.com/u/f57/17/53/75/18/bgtitu10.png');
background-size: 80%, 80%; /* CSS3 */
-moz-background-size: 80%, 80%; /* Firefox 3.6 */
background-repeat: no-repeat;
background-position: center;
}
.TituloNoBGX { /*Para títulos Gigantes*/
color: #C1FA17;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 26pt;
text-align: center;
text-shadow: 0 2px 5px black;
line-height: 150%;
}
.TituloNoBG { /*Para títulos maiores*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 17pt;
text-align: center;
text-shadow: 0 2px 5px black;
line-height: 150%;
}
.TituloMedium { /*Para títulos/textos medianos*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 14pt;
text-align: center;
text-shadow: 0 2px 5px black;
line-height: 150%;
}
.TituloMediumL { /*Para títulos/textos medianos - Alinhados à Esquerda (Left)*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 14pt;
text-align: left;
/*text-shadow: 0 2px 5px black;*/
line-height: 150%;
}
.TituloMediumR { /*Para títulos/textos medianos - Alinhados à Esquerda (Left)*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 14pt;
text-align: right;
/*text-shadow: 0 2px 5px black;*/
line-height: 150%;
}
.TituloSmall { /*Para títulos menores*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 14pt;
text-align: left;
text-shadow: 0 2px 5px black;
text-decoration: underline;
line-height: 150%;
}
.TituloSmallC { /*Para títulos menores - Centralizados (Center)*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 14pt;
text-align: center;
text-shadow: 0 2px 5px black;
font-weight: bold;
line-height: 150%;
}
.TituloSmallR { /*Para títulos menores - Alinhados à Direita (Right)*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 12pt;
text-align: right;
/*text-shadow: 0 2px 5px black;*/
line-height: 150%;
}
.TituloCSmallHTML { /*Para títulos menores em HTML (centralizado)*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 14pt;
text-align: center;
/*text-shadow: 0 2px 5px black;
text-decoration: underline;*/
line-height: 150%;
}
.TituloCVSmallHTML { /*Para títulos bem menores em HTML (centralizado)*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 12pt;
text-align: center;
/*text-shadow: 0 2px 5px black;
text-decoration: underline;*/
line-height: 150%;
}
.TituloLSmallHTML { /*Para títulos menores em HTML (lado esquerdo)*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 14pt;
text-align: left;
/*text-shadow: 0 2px 5px black;
text-decoration: underline;*/
line-height: 150%;
}
.TituloRSmallHTML { /*Para títulos menores em HTML (lado direito)*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 13pt;
text-align: left;
/*text-shadow: 0 2px 5px black;
text-decoration: underline;*/
line-height: 150%;
}
.CA { /* DIV */
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 17pt;
text-align: center;
text-shadow: 0 2px 5px black;
line-height: 250%;
background-image:url('https://i.servimg.com/u/f57/17/53/75/18/bgtitu10.png');
background-size: 80%, 80%; /* CSS3 */
-moz-background-size: 80%, 80%; /* Firefox 3.6 */
background-repeat: no-repeat;
background-position: center;
}
CA { /* TAG */
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 17pt;
text-align: center;
text-shadow: 0 2px 5px black;
line-height: 150%;
}
/* Título para páginas HTML - Fim */
/* Cor do texto no campo de mensagem (Novo Editor) - Início */
.sceditor-container textarea {
color: #1F1F1F !important;
}
/* Cor do texto no campo de mensagem (Novo Editor) - Fim */
/* Cor do campo de texto (Novo Editor) - Início */
div.sceditor-container iframe, div.sceditor-container textarea {
background: #1F1F1F /*url(http://url de una imagen.jpg)*/ repeat !important;
color: white !important
}
/* Cor do campo de texto (Novo Editor) - Fim */
/* Avatar do Membro nos Últimos Tópicos (Necessário JavaScript) - Início */
.avat-miembro {
float: left;
}
.avat-miembro img {
width: 40px;
height: 40px;
padding: 1px;
margin: 0 5px;
border-radius: 10px
}
/* Avatar do Membro nos Últimos Tópicos (Necessário JavaScript) - Fim */
/* Joncov CSS style - ShiftActif, topic: (NO ERASE) - Início */
.prettyprint .pln{color:#000}.prettyprint .str{color:#080}.prettyprint .kwd{color:#008}.prettyprint .com{color:#800}.prettyprint .typ{color:#606}.prettyprint .lit{color:#066}.prettyprint .fmvip{color:#660}.prettyprint .tag{color:#008}.prettyprint .atn{color:#606}.prettyprint .atv{color:#080}.prettyprint .dec{color:#606}.prettyprint .linenums li{border-left:3px solid #EBEFF9;padding-left:5px}.prettyprint{font-family:Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;font-size:13px;padding:2px}.prettyprint ol.linenums{margin-bottom:0;margin-top:0}ol.linenums:hover{list-style-type:none}
/* Joncov CSS style - ShiftActif, topic: (NO ERASE) - Fim */
/* Erro caixa de Emoticon - Início */
#smiley-box, .smile-status-box {
background: #333333;
}
/* Erro caixa de Emoticon - Fim */
/* Cursores Customizados - Início */
a:hover {
cursor: url('https://i.servimg.com/u/f58/15/04/49/64/padrze10.png'), url('https://i.servimg.com/u/f58/15/04/49/64/padrze10.png'), auto;
}
body {
cursor: url('https://i.servimg.com/u/f57/17/53/75/18/cursor10.png'), url('https://i.servimg.com/u/f57/17/53/75/18/cursor10.png'), auto;
}
/* Cursores Customizados - Fim */
/* Níveis de Alerta - Início */
.alert{
border:1px solid #4381CC;
margin:10px 0px;
padding:15px 10px 15px 60px;
color:#4381CC;
background-repeat:no-repeat;background-position:10px center;
background-color:#C6D8F0;
background-image:url('https://i.servimg.com/u/f42/17/32/13/00/40px-i10.png');
box-shadow: 1px 1px 2px #666;
-moz-box-shadow: 1px 1px 2px #666;
-webkit-box-shadow: 1px 1px 2px #666;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-o-border-radius:10px;
}
.alert2{
border:1px solid #E2B500;
margin:10px 0px;
padding:15px 10px 15px 60px;
color:#E2B500;
background-repeat:no-repeat;background-position:10px center;
background-color:#FFEA97;
background-image:url('https://i.servimg.com/u/f42/17/32/13/00/40px-a10.png');
box-shadow: 1px 1px 2px #666;
-moz-box-shadow: 1px 1px 2px #666;
-webkit-box-shadow: 1px 1px 2px #666;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-o-border-radius:10px;
}
.alert3{
border:1px solid #AD3F30;
margin:10px 0px;
padding:15px 10px 15px 60px;
color:#AD3F30;
background-repeat:no-repeat;background-position:10px center;
background-color:#EFCEC9;
background-image:url('https://i.servimg.com/u/f42/17/32/13/00/120px-10.png');
box-shadow: 1px 1px 2px #666;
-moz-box-shadow: 1px 1px 2px #666;
-webkit-box-shadow: 1px 1px 2px #666;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-o-border-radius:10px;
}
/* Níveis de Alerta - Fim */
/* Botoes Personalizados - Início */
#main-content a.cgu-buttons, button.button2, input.button1, input.button2 {
border: 1px solid #DDD;
border-radius: 2px;
margin: 0px;
padding: 3px 7px;
}
#main-content a.cgu-buttons, button.button2, input.button1, input.button2 {
background: #F4F5F4 url(https://i.servimg.com/u/f66/11/96/49/61/tabbg10.png);
border: 1px solid #DDD;
border-radius: 3px;
padding: 3px 5px;
transition-duration: .8s;
moz-transition-duration: .8s;
-webkit-transition-duration: .8s;
-o-transition-duration: .8s;
}
#main-content a.cgu-buttons:hover, button.button2:hover, input.button1:hover, input.button2:hover {
background: gray;
color: #F4F5F4;
border: 1px solid gray;
}
/* Botoes Personalizados - Fim */
/* Ranks e Patentes (Informações In-Game) - Início */
/*Super Elite*/
.SE{
background-image:url('');
background-repeat:no-repeat;
background-position:left top;
color: #C1FA17;
font-weight:bold;
font-size: 10pt;
font-variant: small-caps;
text-shadow: 0 2px 5px black;
margin-top:10px;
padding-left:25px; /* Espaço entre o texto e a imagem */
line-height: 150%; /* Completar a imagem */
}
/*Moderador de Elite*/
.ME{
background-image:url('https://i.servimg.com/u/f21/17/53/75/18/elitet10.gif');
background-repeat:no-repeat;
background-position:left top;
color: #FAFA03;
font-weight:bold;
font-size: 10pt;
font-variant: small-caps;
text-shadow: 0 2px 5px black;
margin-top:10px;
padding-left:19px;
line-height: 150%; /* Sem isso a imagem não aparecerá inteira*/
}
/*Cadete*/
.CDT{
background-image:url('http://levelupgames.uol.com.br/combat-arms/imagens/conteudo/patentes/icon_trainee.gif');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-left:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/*Recruta*/
.RCT{
background-image:url('http://levelupgames.uol.com.br/combat-arms/imagens/conteudo/patentes/icon_recruit.gif');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-left:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/*Soldado Raso*/
.SDR{
background-image:url('http://levelupgames.uol.com.br/combat-arms/imagens/conteudo/patentes/icon_private.gif');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-left:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/*Soldade de Primeira Classe*/
.SPC{
background-image:url('http://levelupgames.uol.com.br/combat-arms/imagens/conteudo/patentes/icon_private_first.gif');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-left:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/*Cabo*/
.CAB{
background-image:url('http://levelupgames.uol.com.br/combat-arms/imagens/conteudo/patentes/icon_croporal.gif');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-left:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/*Sargento*/
.SGT{
background-image:url('http://levelupgames.uol.com.br/combat-arms/imagens/conteudo/patentes/icon_sergeant.gif');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-left:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/*1º 2º 3º Sargento - Ajudante*/
.PSA1PSA3{
background-image:url('https://i.servimg.com/u/f33/17/53/75/18/psa10.png');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-top:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
}
/*1º 2º 3º Sargento - Chefe*/
.SC1SC3{
background-image:url('https://i.servimg.com/u/f33/17/53/75/18/sc10.png');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-top:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
}
/*1º 2º 3º 4º Sargento - Mestre*/
.SM1SM4{
background-image:url('https://i.servimg.com/u/f33/17/53/75/18/sm10.png');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-top:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
}
/*1º 2º 3º 4º 5º Sargento - MOR do Comando*/
.SMC1SMC5{
background-image:url('https://i.servimg.com/u/f33/17/53/75/18/smc10.png');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-top:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
}
/*1º 2º 3º 4º 5º Segundo - Tenente*/
.ST1ST5{
background-image:url('https://i.servimg.com/u/f33/17/53/75/18/st10.png');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-top:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
}
/*1º 2º 3º 4º 5º Primeiro - Tenente*/
.PT1PT5{
background-image:url('https://i.servimg.com/u/f33/17/53/75/18/pt10.png');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-top:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
}
/*1º 2º 3º 4º 5º Capitão*/
.CAP1CAP5{
background-image:url('https://i.servimg.com/u/f33/17/53/75/18/cap10.png');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-top:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
}
/*1º 2º 3º 4º 5º Major*/
.MAJ1MAJ5{
background-image:url('https://i.servimg.com/u/f33/17/53/75/18/maj10.png');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-top:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
}
/*1º 2º 3º 4º 5º Tenente - Coronel*/
.TNC1TNC5{
background-image:url('https://i.servimg.com/u/f57/17/53/75/18/tnc1010.png');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-top:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
}
/*1º 2º 3º 4º 5º Coronel*/
.CEL1CEL5{
background-image:url('https://i.servimg.com/u/f33/17/53/75/18/cel10.png');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-top:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
}
/*General de Brigada*/
.GB{
background-image:url('http://levelupgames.uol.com.br/combat-arms/imagens/conteudo/patentes/icon_star_lv1.gif');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-left:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/*General de Divisão*/
.GD{
background-image:url('http://levelupgames.uol.com.br/combat-arms/imagens/conteudo/patentes/icon_star_lv2.gif');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-left:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/*Tenente - General*/
.TG{
background-image:url('http://levelupgames.uol.com.br/combat-arms/imagens/conteudo/patentes/icon_star_lv3.gif');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-left:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/*General*/
.GEN{
background-image:url('http://levelupgames.uol.com.br/combat-arms/imagens/conteudo/patentes/icon_star_lv4.gif');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-left:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/*General do Exército*/
.GE{
background-image:url('http://levelupgames.uol.com.br/combat-arms/imagens/conteudo/patentes/icon_star_lv5.gif');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-left:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/*1º 2º 3º 4º 5º Chefe de Comando*/
.CIC1CIC5{
background-image:url('https://i.servimg.com/u/f35/17/53/75/18/cic1ci10.png');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-top:20px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/* Ranks e Patentes (Informações In-Game) - Fim */
/* Personalização do Spoiler. Code, Hide e Quote - Início */
dl.codebox dt{
background:url(https://i.servimg.com/u/f42/09/02/12/09/script10.png) no-repeat scroll 0 0 transparent;
border:0 none;
color:#0372BE;
font-size:.9em;
padding-left:22px;
text-transform:none
}
dl.codebox{
background-color:#FFF;
border:1px solid #C9D2D8;
font-size:1em;
padding:3px
}
dl.codebox dt{
border-bottom:1px solid #CCC;
display:block;
font-size:.8em;
font-weight:700;
margin-bottom:3px;
text-transform:uppercase
}
blockquote dl.codebox{
margin-left:0
}
dl.codebox code{
color:#2E8B57;
display:block;
font-family:Courier,CourierNew,sans-serif;
font-size:.9em;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:auto;
line-height:1.3em;
margin:2px 0;
max-height:200px;
overflow:auto;
padding-top:5px;
white-space:normal
}
blockquote,blockquote blockquote,blockquote blockquote blockquote{
-moz-border-radius:5px;
-moz-box-shadow:0 1px 5px rgba(0,0,0,.15);
-webkit-border-radius:5px 5px;
-webkit-box-shadow:0 1px 5px rgba(0,0,0,.15);
background:none;
background-color:#F9F9F9;
background-image:-webkit-gradient(linear,lefttop,leftbottom,from(#F9F9F9),to(#F0F0F0));
border:1px solid #DEDEDE;
border-radius:5px 5px;
box-shadow:0 1px 5px rgba(0,0,0,.15);
padding:10px 20px;
}
.spoiler_content {
background-color: #000000;
}
/* Personalização do Spoiler. Code, Hide e Quote - Fim */
/* Remover FAQ - Início */
a[href="/faq"] {
display: none !important;
}
/* Remover FAQ - Fim */
/* Remoção de Menu Drop-Down Moderação - Início */
fieldset.quickmod {
display: none;
}
/* Remoção de Menu Drop-Down Moderação - Fim */
/* Fórum em Manutenção - Início */
.grfclose{background:url(https://i.imgur.com/el3Ct.png) no-repeat 99.9% 0}
/* Fórum em Manutenção - Fim */
/* Responsaveis pelo Forum - Início */
#modo {
display: none;
}
.dterm:hover #modo {
display: block;
}
/* Responsaveis pelo Forum - Fim */
/* Formatação dos campos de perfil nas mensagens - Início */
.postprofile dd, .postprofile dt {
text-align: left;
margin-right: 6px;
}
.postprofile {
margin-left: -15px;
}
/* Formatação dos campos de perfil nas mensagens - Fim */
/* Alterar Contorno das Categorias - Início */
ul.topiclist li.header dl dd {
background-image: url("http://www.sebrasil.com.br/styles/AeroBlack/theme/images/cellpic1.gif");
background-repeat: repeat;
border: 1px solid #EEEEEE;
border-bottom-right-radius: 10px;
border-top-left-radius: 10px;
box-shadow: 0 5px 5px #CCCCCC;
color: #C1FA17;
font-weight: bold;
text-align: center;
}
div.h3{
background-image: url("http://www.sebrasil.com.br/styles/AeroBlack/theme/images/cellpic1.gif");
background-repeat: repeat;
border: 1px solid #EEEEEE;
border-bottom-right-radius: 10px;
border-top-left-radius: 10px;
box-shadow: 0 5px 5px #CCCCCC;
color: #C1FA17;
font-weight: bold;
text-align: center;
}
/*Alterar Contorno dos Widgets - Início*/
.h3, .catHead {
background-image: url("http://www.sebrasil.com.br/styles/AeroBlack/theme/images/cellpic1.gif");
background-repeat: repeat;
border: 1px solid #EEEEEE;
border-bottom-right-radius: 10px;
border-top-left-radius: 10px;
box-shadow: 0 5px 5px #CCCCCC;
color: #FFFFFF;
text-align: center;
}
/* Alterar Contorno das Categorias - Fim */
/* Correção do erro do nick (Fundo preto do banner) - Início */
dd.lastpost span.color-groups {
text-align: center !important;
float: none;
display: inline;
}
.module .h3 {
color: #C1FA17;
}
.module h3, .module .h3 {
text-align: center !important;
}
.postprofile {
text-align: center;
}
form[name="post"] .h3{color: #C1FA17;}
.headerbar {
background-color: #000000;
}
div.h3 {
color: #C1FA17;
border-color: #C1FA17;
}
.content h1, .panel h1 {
color: #C1FA17;
border-bottom-color: #C1FA17;
}
dl.hidecode {
background-color: #FFFFFF;
}
.content h2, .panel h2 {
color: #C1FA17;
border-bottom-color: #C1FA17;
}
/* Correção do erro do nick (Fundo preto do banner) - Fim */
/* Salvamento automático nos tópicos - Início */
#savec {
position:relative;
}.save-bloc {
dispay: none;
color: #555!important;
cursor: point;
z-index: 999;
padding: 5px;
border: 1px solid #BCBCBC;
background: #efefef url(https://2img.net/i/fa/prosilver/bg_button.gif) repeat-x;
display:none;
top:20px;
left:0px;
position:absolute;
white-space:nowrap;
}.save-bloc div:hover {
color: #050505!important;
}.save-bloc div {
cursor: pointer;
}.save-bloc select {
background: #ccc;
border: 1px solid #aaa;
margin-bottom: 5px;
}
/* Salvamento automático nos tópicos - Fim */
/* Caixa de Busca Personalizada Google - Início */
/* http://ajuda.forumeiros.com/t95407-tutorial-adicionar-uma-barra-de-pesquisa-google-no-forum */
/* Caixa de Busca Personalizada Google - Fim */
/* Sistema de Abas - Início */
/*body{
margin-top: 100px;
font-family: Verdana,Arial,Helvetica,sans-serif;
line-height: 1.6
}*/
.container{
/*width: 95%;*/
width: auto!important;
margin: 0 auto;
text-align: center;
}
.subcontainer{
/*width: 95%;*/
width: auto!important;
margin: 0 auto;
text-align: center;
}
ul.tabs{
margin: 0px;
padding: 0px;
list-style: none;
}
ul.tabs li{
background: #171717;
color: #C1FA17;
display: inline-block;
padding: 10px 15px;
cursor: pointer;
font-weight: bold;
font-style: italic;
}
ul.tabs li.current{
background: #C1FA17;
color: #000000;
font-style: normal;
}
.tab-content{
display: none;
background: #171717;
color: #FFFFFF;
padding: 15px;
border-style: solid;
border-width: 5px;
border-color: #C1FA17;
}
.tab-content.current{
display: inherit;
}
ul.tabs br, ul.tabs + br, ul.tabs + br + br, .tab-content + br {display:none!important}
/* Sistema de Abas - Fim */
JS:
- Código:
$(document).ready(function(){
$('ul.tabs li').click(function(){
var tab_id = $(this).attr('data-tab');
$('ul.tabs li').removeClass('current');
$('.tab-content').removeClass('current');
$(this).addClass('current');
$("#"+tab_id).addClass('current');
})
})
Exemplo de código de Abas em uma página HTML:
- Código:
<div class="container">
<ul class="tabs">
<li data-tab="tab-1" class="tab-link current">Aba 1</li>
<li data-tab="tab-2" class="tab-link">Aba 2</li>
</ul>
<div class="tab-content current" id="tab-1">
Conteúdo Aba 1
</div>
<div id="tab-2" class="tab-content">
Conteúdo Aba 2
</div>
</div><!-- container -->
Re: Cursor personalizado do mouse
Olá @ZombieW,
Altere a sua folha de estilo para:
Atenciosamente,
pedxz.
Altere a sua folha de estilo para:
- Código:
/* Remover Cadeado - Início */
dd.dterm[style*="https://i.servimg.com/u/f82/17/53/75/18/cadead10.gif"] {
background-image: url(https://2img.net/i/fa/empty.gif)!important;
}
/* Remover Cadeado - Fim */
/* Colorir Tabelas - Início */
.flatable1 {
border: 0;
box-shadow: 0 0 0 2px solid #cd7f32 /* Bronze */
}
.flatable2 {
border: 0;
box-shadow: 0 0 0 2px solid #c0c0c0 /* Prata */
}
.flatable3 {
border: 0;
box-shadow: 0 0 0 2px solid #ffd700 /* Ouro */
}
/* Colorir Tabelas - Fim */
/* Ajuste da Barra_PT (HTML) - Início */
a:hover {
text-shadow: none !Important;
}
/* Ajuste da Barra_PT (HTML) - Fim */
/* Ajuste na imagem de fundo (BG) - Início */
body {
/*background-image: url('smiley.gif');*/
background-repeat: y;
background-attachment: fixed;
background-position: center;
}
/*body {background-repeat: no-repeat;background-size: 118%;}*/
/* Ajuste na imagem de fundo (BG) - Fim */
/* Remoção da Descrição do Rank - Início */
.postprofile dd:nth-of-type(1) {
color: transparent;
}
/* Remoção da Descrição do Rank - Fim */
/* Correção do texto em Hover - Início */
.inputbox:hover {
border: 1px solid #C1FA17 !important;
}
fieldset dl:hover dt label {
color: #C1FA17 !important;
}
dl dt label:hover {
color: #C1FA17 !important;
}
/* Correção do texto em Hover - Fim */
/* Correção das Abas do Perfil - Início */
#tabs .activetab a span {
color: #C1FA17 !important;
}
#tabs .activetab a:hover span {
color: #C1FA17 !important;
}
#tabs .activetab a span:focus {
color: #C1FA17 !important;
}
/* Correção das Abas do Perfil - Fim */
/* Correções de Cor em Campos Selecionáveis - Início */
select {color: #fff !important;}
/* Correções de Cor em Campos Selecionáveis - Fim */
/* Footer Bar - Início */
#footerSw {
margin-top: 0px;
width: 100%;
background: #1E1E1E url('http://s3.amazonaws.com/nxcache/www/img/all/nx_fat_footer.jpg') 50% 0 no-repeat;
box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.5);
color: #E1E1E1;
padding: 1em 1em 1em 10em;
text-align: center !important;
display: table;
border-top:3px solid #111;
}
#footerSw > li {
position: absolute;
right: 5em;
bottom: 2em;
}
#footerSw {
position: relative !important;
}
#footerSw p {
margin: 20px 0px;
float: left;
font:12px Tahoma;
}
#footerSw ul {
float: left;
list-style: none;
text-align: center !important;
margin: 0 auto;
width: 200px; /* 320 */
padding: 1em;
}
#footerSw li {
display: block;
padding: 1px;
text-align: left;
}
#footerSw h2 {
font: 20px "Century Gothic", Verdana, Geneva, sans-serif;
color: #C1FA17;
margin-bottom:6px;
}
#footerSw a {
color: #F1F1F1;
text-decoration: none;
}
p.copy {
margin-top:-15px;
text-align: center !important;
color:#FFFFFF;
position: relative;
}
/* Footer Bar - Fim */
/* Cor do Link - Houver - Inicio */
a:hover{color:#45b334;text-shadow:none !Important;}
/* Cor do Link - Houver - Fim */
/* Firulas no nomes - Início */
/*ZombieW*/
a[href="/u1"]{background-image:url(https://i.servimg.com/u/f46/16/56/73/62/th/att11110.gif);text-shadow:0 0 5px #C1FA17
background-image: url(https://i.servimg.com/u/f46/16/56/73/62/21ee1p10.gif);}
/*Nome do Grupo dos ADM*/
a[href="/g1-administradores"]{background-image:url(https://i.servimg.com/u/f46/16/56/73/62/th/att11110.gif);text-shadow: 0 0 5px #C1FA17;
background-image: url(https://i.servimg.com/u/f46/16/56/73/62/21ee1p10.gif);}
/*Nome do Grupo de Banidos e dos Usuários*/
a[href="/g6-banidos"]{
text-decoration: line-through;
}
a[href="/u118"]{
text-decoration: line-through;
color: #BD0000;
}
/* Firulas no nomes - Fim */
/* Título para páginas HTML - Início */
.Titulo2 { /*Para títulos maiores*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 17pt;
text-align: center;
text-shadow: 0 2px 5px black;
line-height: 250%;
background-image:url('https://i.servimg.com/u/f57/17/53/75/18/bgtitu10.png');
background-size: 80%, 80%; /* CSS3 */
-moz-background-size: 80%, 80%; /* Firefox 3.6 */
background-repeat: no-repeat;
background-position: center;
}
.TituloNoBGX { /*Para títulos Gigantes*/
color: #C1FA17;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 26pt;
text-align: center;
text-shadow: 0 2px 5px black;
line-height: 150%;
}
.TituloNoBG { /*Para títulos maiores*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 17pt;
text-align: center;
text-shadow: 0 2px 5px black;
line-height: 150%;
}
.TituloMedium { /*Para títulos/textos medianos*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 14pt;
text-align: center;
text-shadow: 0 2px 5px black;
line-height: 150%;
}
.TituloMediumL { /*Para títulos/textos medianos - Alinhados à Esquerda (Left)*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 14pt;
text-align: left;
/*text-shadow: 0 2px 5px black;*/
line-height: 150%;
}
.TituloMediumR { /*Para títulos/textos medianos - Alinhados à Esquerda (Left)*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 14pt;
text-align: right;
/*text-shadow: 0 2px 5px black;*/
line-height: 150%;
}
.TituloSmall { /*Para títulos menores*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 14pt;
text-align: left;
text-shadow: 0 2px 5px black;
text-decoration: underline;
line-height: 150%;
}
.TituloSmallC { /*Para títulos menores - Centralizados (Center)*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 14pt;
text-align: center;
text-shadow: 0 2px 5px black;
font-weight: bold;
line-height: 150%;
}
.TituloSmallR { /*Para títulos menores - Alinhados à Direita (Right)*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 12pt;
text-align: right;
/*text-shadow: 0 2px 5px black;*/
line-height: 150%;
}
.TituloCSmallHTML { /*Para títulos menores em HTML (centralizado)*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 14pt;
text-align: center;
/*text-shadow: 0 2px 5px black;
text-decoration: underline;*/
line-height: 150%;
}
.TituloCVSmallHTML { /*Para títulos bem menores em HTML (centralizado)*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 12pt;
text-align: center;
/*text-shadow: 0 2px 5px black;
text-decoration: underline;*/
line-height: 150%;
}
.TituloLSmallHTML { /*Para títulos menores em HTML (lado esquerdo)*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 14pt;
text-align: left;
/*text-shadow: 0 2px 5px black;
text-decoration: underline;*/
line-height: 150%;
}
.TituloRSmallHTML { /*Para títulos menores em HTML (lado direito)*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 13pt;
text-align: left;
/*text-shadow: 0 2px 5px black;
text-decoration: underline;*/
line-height: 150%;
}
.CA { /* DIV */
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 17pt;
text-align: center;
text-shadow: 0 2px 5px black;
line-height: 250%;
background-image:url('https://i.servimg.com/u/f57/17/53/75/18/bgtitu10.png');
background-size: 80%, 80%; /* CSS3 */
-moz-background-size: 80%, 80%; /* Firefox 3.6 */
background-repeat: no-repeat;
background-position: center;
}
CA { /* TAG */
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 17pt;
text-align: center;
text-shadow: 0 2px 5px black;
line-height: 150%;
}
/* Título para páginas HTML - Fim */
/* Cor do texto no campo de mensagem (Novo Editor) - Início */
.sceditor-container textarea {
color: #1F1F1F !important;
}
/* Cor do texto no campo de mensagem (Novo Editor) - Fim */
/* Cor do campo de texto (Novo Editor) - Início */
div.sceditor-container iframe, div.sceditor-container textarea {
background: #1F1F1F /*url(http://url de una imagen.jpg)*/ repeat !important;
color: white !important
}
/* Cor do campo de texto (Novo Editor) - Fim */
/* Avatar do Membro nos Últimos Tópicos (Necessário JavaScript) - Início */
.avat-miembro {
float: left;
}
.avat-miembro img {
width: 40px;
height: 40px;
padding: 1px;
margin: 0 5px;
border-radius: 10px
}
/* Avatar do Membro nos Últimos Tópicos (Necessário JavaScript) - Fim */
/* Joncov CSS style - ShiftActif, topic: (NO ERASE) - Início */
.prettyprint .pln{color:#000}.prettyprint .str{color:#080}.prettyprint .kwd{color:#008}.prettyprint .com{color:#800}.prettyprint .typ{color:#606}.prettyprint .lit{color:#066}.prettyprint .fmvip{color:#660}.prettyprint .tag{color:#008}.prettyprint .atn{color:#606}.prettyprint .atv{color:#080}.prettyprint .dec{color:#606}.prettyprint .linenums li{border-left:3px solid #EBEFF9;padding-left:5px}.prettyprint{font-family:Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;font-size:13px;padding:2px}.prettyprint ol.linenums{margin-bottom:0;margin-top:0}ol.linenums:hover{list-style-type:none}
/* Joncov CSS style - ShiftActif, topic: (NO ERASE) - Fim */
/* Erro caixa de Emoticon - Início */
#smiley-box, .smile-status-box {
background: #333333;
}
/* Erro caixa de Emoticon - Fim */
/* Cursores Customizados - Início */
a:hover,
li[data-tab]:hover {
cursor: url('https://i.servimg.com/u/f58/15/04/49/64/padrze10.png'), url('https://i.servimg.com/u/f58/15/04/49/64/padrze10.png'), auto;
}
body {
cursor: url('https://i.servimg.com/u/f57/17/53/75/18/cursor10.png'), url('https://i.servimg.com/u/f57/17/53/75/18/cursor10.png'), auto;
}
/* Cursores Customizados - Fim */
/* Níveis de Alerta - Início */
.alert{
border:1px solid #4381CC;
margin:10px 0px;
padding:15px 10px 15px 60px;
color:#4381CC;
background-repeat:no-repeat;background-position:10px center;
background-color:#C6D8F0;
background-image:url('https://i.servimg.com/u/f42/17/32/13/00/40px-i10.png');
box-shadow: 1px 1px 2px #666;
-moz-box-shadow: 1px 1px 2px #666;
-webkit-box-shadow: 1px 1px 2px #666;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-o-border-radius:10px;
}
.alert2{
border:1px solid #E2B500;
margin:10px 0px;
padding:15px 10px 15px 60px;
color:#E2B500;
background-repeat:no-repeat;background-position:10px center;
background-color:#FFEA97;
background-image:url('https://i.servimg.com/u/f42/17/32/13/00/40px-a10.png');
box-shadow: 1px 1px 2px #666;
-moz-box-shadow: 1px 1px 2px #666;
-webkit-box-shadow: 1px 1px 2px #666;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-o-border-radius:10px;
}
.alert3{
border:1px solid #AD3F30;
margin:10px 0px;
padding:15px 10px 15px 60px;
color:#AD3F30;
background-repeat:no-repeat;background-position:10px center;
background-color:#EFCEC9;
background-image:url('https://i.servimg.com/u/f42/17/32/13/00/120px-10.png');
box-shadow: 1px 1px 2px #666;
-moz-box-shadow: 1px 1px 2px #666;
-webkit-box-shadow: 1px 1px 2px #666;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-o-border-radius:10px;
}
/* Níveis de Alerta - Fim */
/* Botoes Personalizados - Início */
#main-content a.cgu-buttons, button.button2, input.button1, input.button2 {
border: 1px solid #DDD;
border-radius: 2px;
margin: 0px;
padding: 3px 7px;
}
#main-content a.cgu-buttons, button.button2, input.button1, input.button2 {
background: #F4F5F4 url(https://i.servimg.com/u/f66/11/96/49/61/tabbg10.png);
border: 1px solid #DDD;
border-radius: 3px;
padding: 3px 5px;
transition-duration: .8s;
moz-transition-duration: .8s;
-webkit-transition-duration: .8s;
-o-transition-duration: .8s;
}
#main-content a.cgu-buttons:hover, button.button2:hover, input.button1:hover, input.button2:hover {
background: gray;
color: #F4F5F4;
border: 1px solid gray;
}
/* Botoes Personalizados - Fim */
/* Ranks e Patentes (Informações In-Game) - Início */
/*Super Elite*/
.SE{
background-image:url('');
background-repeat:no-repeat;
background-position:left top;
color: #C1FA17;
font-weight:bold;
font-size: 10pt;
font-variant: small-caps;
text-shadow: 0 2px 5px black;
margin-top:10px;
padding-left:25px; /* Espaço entre o texto e a imagem */
line-height: 150%; /* Completar a imagem */
}
/*Moderador de Elite*/
.ME{
background-image:url('https://i.servimg.com/u/f21/17/53/75/18/elitet10.gif');
background-repeat:no-repeat;
background-position:left top;
color: #FAFA03;
font-weight:bold;
font-size: 10pt;
font-variant: small-caps;
text-shadow: 0 2px 5px black;
margin-top:10px;
padding-left:19px;
line-height: 150%; /* Sem isso a imagem não aparecerá inteira*/
}
/*Cadete*/
.CDT{
background-image:url('http://levelupgames.uol.com.br/combat-arms/imagens/conteudo/patentes/icon_trainee.gif');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-left:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/*Recruta*/
.RCT{
background-image:url('http://levelupgames.uol.com.br/combat-arms/imagens/conteudo/patentes/icon_recruit.gif');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-left:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/*Soldado Raso*/
.SDR{
background-image:url('http://levelupgames.uol.com.br/combat-arms/imagens/conteudo/patentes/icon_private.gif');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-left:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/*Soldade de Primeira Classe*/
.SPC{
background-image:url('http://levelupgames.uol.com.br/combat-arms/imagens/conteudo/patentes/icon_private_first.gif');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-left:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/*Cabo*/
.CAB{
background-image:url('http://levelupgames.uol.com.br/combat-arms/imagens/conteudo/patentes/icon_croporal.gif');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-left:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/*Sargento*/
.SGT{
background-image:url('http://levelupgames.uol.com.br/combat-arms/imagens/conteudo/patentes/icon_sergeant.gif');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-left:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/*1º 2º 3º Sargento - Ajudante*/
.PSA1PSA3{
background-image:url('https://i.servimg.com/u/f33/17/53/75/18/psa10.png');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-top:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
}
/*1º 2º 3º Sargento - Chefe*/
.SC1SC3{
background-image:url('https://i.servimg.com/u/f33/17/53/75/18/sc10.png');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-top:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
}
/*1º 2º 3º 4º Sargento - Mestre*/
.SM1SM4{
background-image:url('https://i.servimg.com/u/f33/17/53/75/18/sm10.png');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-top:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
}
/*1º 2º 3º 4º 5º Sargento - MOR do Comando*/
.SMC1SMC5{
background-image:url('https://i.servimg.com/u/f33/17/53/75/18/smc10.png');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-top:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
}
/*1º 2º 3º 4º 5º Segundo - Tenente*/
.ST1ST5{
background-image:url('https://i.servimg.com/u/f33/17/53/75/18/st10.png');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-top:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
}
/*1º 2º 3º 4º 5º Primeiro - Tenente*/
.PT1PT5{
background-image:url('https://i.servimg.com/u/f33/17/53/75/18/pt10.png');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-top:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
}
/*1º 2º 3º 4º 5º Capitão*/
.CAP1CAP5{
background-image:url('https://i.servimg.com/u/f33/17/53/75/18/cap10.png');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-top:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
}
/*1º 2º 3º 4º 5º Major*/
.MAJ1MAJ5{
background-image:url('https://i.servimg.com/u/f33/17/53/75/18/maj10.png');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-top:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
}
/*1º 2º 3º 4º 5º Tenente - Coronel*/
.TNC1TNC5{
background-image:url('https://i.servimg.com/u/f57/17/53/75/18/tnc1010.png');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-top:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
}
/*1º 2º 3º 4º 5º Coronel*/
.CEL1CEL5{
background-image:url('https://i.servimg.com/u/f33/17/53/75/18/cel10.png');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-top:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
}
/*General de Brigada*/
.GB{
background-image:url('http://levelupgames.uol.com.br/combat-arms/imagens/conteudo/patentes/icon_star_lv1.gif');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-left:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/*General de Divisão*/
.GD{
background-image:url('http://levelupgames.uol.com.br/combat-arms/imagens/conteudo/patentes/icon_star_lv2.gif');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-left:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/*Tenente - General*/
.TG{
background-image:url('http://levelupgames.uol.com.br/combat-arms/imagens/conteudo/patentes/icon_star_lv3.gif');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-left:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/*General*/
.GEN{
background-image:url('http://levelupgames.uol.com.br/combat-arms/imagens/conteudo/patentes/icon_star_lv4.gif');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-left:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/*General do Exército*/
.GE{
background-image:url('http://levelupgames.uol.com.br/combat-arms/imagens/conteudo/patentes/icon_star_lv5.gif');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-left:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/*1º 2º 3º 4º 5º Chefe de Comando*/
.CIC1CIC5{
background-image:url('https://i.servimg.com/u/f35/17/53/75/18/cic1ci10.png');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-top:20px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/* Ranks e Patentes (Informações In-Game) - Fim */
/* Personalização do Spoiler. Code, Hide e Quote - Início */
dl.codebox dt{
background:url(https://i.servimg.com/u/f42/09/02/12/09/script10.png) no-repeat scroll 0 0 transparent;
border:0 none;
color:#0372BE;
font-size:.9em;
padding-left:22px;
text-transform:none
}
dl.codebox{
background-color:#FFF;
border:1px solid #C9D2D8;
font-size:1em;
padding:3px
}
dl.codebox dt{
border-bottom:1px solid #CCC;
display:block;
font-size:.8em;
font-weight:700;
margin-bottom:3px;
text-transform:uppercase
}
blockquote dl.codebox{
margin-left:0
}
dl.codebox code{
color:#2E8B57;
display:block;
font-family:Courier,CourierNew,sans-serif;
font-size:.9em;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:auto;
line-height:1.3em;
margin:2px 0;
max-height:200px;
overflow:auto;
padding-top:5px;
white-space:normal
}
blockquote,blockquote blockquote,blockquote blockquote blockquote{
-moz-border-radius:5px;
-moz-box-shadow:0 1px 5px rgba(0,0,0,.15);
-webkit-border-radius:5px 5px;
-webkit-box-shadow:0 1px 5px rgba(0,0,0,.15);
background:none;
background-color:#F9F9F9;
background-image:-webkit-gradient(linear,lefttop,leftbottom,from(#F9F9F9),to(#F0F0F0));
border:1px solid #DEDEDE;
border-radius:5px 5px;
box-shadow:0 1px 5px rgba(0,0,0,.15);
padding:10px 20px;
}
.spoiler_content {
background-color: #000000;
}
/* Personalização do Spoiler. Code, Hide e Quote - Fim */
/* Remover FAQ - Início */
a[href="/faq"] {
display: none !important;
}
/* Remover FAQ - Fim */
/* Remoção de Menu Drop-Down Moderação - Início */
fieldset.quickmod {
display: none;
}
/* Remoção de Menu Drop-Down Moderação - Fim */
/* Fórum em Manutenção - Início */
.grfclose{background:url(https://i.imgur.com/el3Ct.png) no-repeat 99.9% 0}
/* Fórum em Manutenção - Fim */
/* Responsaveis pelo Forum - Início */
#modo {
display: none;
}
.dterm:hover #modo {
display: block;
}
/* Responsaveis pelo Forum - Fim */
/* Formatação dos campos de perfil nas mensagens - Início */
.postprofile dd, .postprofile dt {
text-align: left;
margin-right: 6px;
}
.postprofile {
margin-left: -15px;
}
/* Formatação dos campos de perfil nas mensagens - Fim */
/* Alterar Contorno das Categorias - Início */
ul.topiclist li.header dl dd {
background-image: url("http://www.sebrasil.com.br/styles/AeroBlack/theme/images/cellpic1.gif");
background-repeat: repeat;
border: 1px solid #EEEEEE;
border-bottom-right-radius: 10px;
border-top-left-radius: 10px;
box-shadow: 0 5px 5px #CCCCCC;
color: #C1FA17;
font-weight: bold;
text-align: center;
}
div.h3{
background-image: url("http://www.sebrasil.com.br/styles/AeroBlack/theme/images/cellpic1.gif");
background-repeat: repeat;
border: 1px solid #EEEEEE;
border-bottom-right-radius: 10px;
border-top-left-radius: 10px;
box-shadow: 0 5px 5px #CCCCCC;
color: #C1FA17;
font-weight: bold;
text-align: center;
}
/*Alterar Contorno dos Widgets - Início*/
.h3, .catHead {
background-image: url("http://www.sebrasil.com.br/styles/AeroBlack/theme/images/cellpic1.gif");
background-repeat: repeat;
border: 1px solid #EEEEEE;
border-bottom-right-radius: 10px;
border-top-left-radius: 10px;
box-shadow: 0 5px 5px #CCCCCC;
color: #FFFFFF;
text-align: center;
}
/* Alterar Contorno das Categorias - Fim */
/* Correção do erro do nick (Fundo preto do banner) - Início */
dd.lastpost span.color-groups {
text-align: center !important;
float: none;
display: inline;
}
.module .h3 {
color: #C1FA17;
}
.module h3, .module .h3 {
text-align: center !important;
}
.postprofile {
text-align: center;
}
form[name="post"] .h3{color: #C1FA17;}
.headerbar {
background-color: #000000;
}
div.h3 {
color: #C1FA17;
border-color: #C1FA17;
}
.content h1, .panel h1 {
color: #C1FA17;
border-bottom-color: #C1FA17;
}
dl.hidecode {
background-color: #FFFFFF;
}
.content h2, .panel h2 {
color: #C1FA17;
border-bottom-color: #C1FA17;
}
/* Correção do erro do nick (Fundo preto do banner) - Fim */
/* Salvamento automático nos tópicos - Início */
#savec {
position:relative;
}.save-bloc {
dispay: none;
color: #555!important;
cursor: point;
z-index: 999;
padding: 5px;
border: 1px solid #BCBCBC;
background: #efefef url(https://2img.net/i/fa/prosilver/bg_button.gif) repeat-x;
display:none;
top:20px;
left:0px;
position:absolute;
white-space:nowrap;
}.save-bloc div:hover {
color: #050505!important;
}.save-bloc div {
cursor: pointer;
}.save-bloc select {
background: #ccc;
border: 1px solid #aaa;
margin-bottom: 5px;
}
/* Salvamento automático nos tópicos - Fim */
/* Caixa de Busca Personalizada Google - Início */
/* https://ajuda.forumeiros.com/t95407-tutorial-adicionar-uma-barra-de-pesquisa-google-no-forum */
/* Caixa de Busca Personalizada Google - Fim */
/* Sistema de Abas - Início */
/*body{
margin-top: 100px;
font-family: Verdana,Arial,Helvetica,sans-serif;
line-height: 1.6
}*/
.container{
/*width: 95%;*/
width: auto!important;
margin: 0 auto;
text-align: center;
}
.subcontainer{
/*width: 95%;*/
width: auto!important;
margin: 0 auto;
text-align: center;
}
ul.tabs{
margin: 0px;
padding: 0px;
list-style: none;
}
ul.tabs li{
background: #171717;
color: #C1FA17;
display: inline-block;
padding: 10px 15px;
cursor: pointer;
font-weight: bold;
font-style: italic;
}
ul.tabs li.current{
background: #C1FA17;
color: #000000;
font-style: normal;
}
.tab-content{
display: none;
background: #171717;
color: #FFFFFF;
padding: 15px;
border-style: solid;
border-width: 5px;
border-color: #C1FA17;
}
.tab-content.current{
display: inherit;
}
ul.tabs br, ul.tabs + br, ul.tabs + br + br, .tab-content + br {display:none!important}
/* Sistema de Abas - Fim */
Atenciosamente,
pedxz.
tikky- Admineiro
- Membro desde : 13/01/2017
Mensagens : 7962
Pontos : 9217
Re: Cursor personalizado do mouse
Pedxz escreveu:Olá @ZombieW,
Altere a sua folha de estilo para:
- Código:
/* Remover Cadeado - Início */
dd.dterm[style*="https://i.servimg.com/u/f82/17/53/75/18/cadead10.gif"] {
background-image: url(https://2img.net/i/fa/empty.gif)!important;
}
/* Remover Cadeado - Fim */
/* Colorir Tabelas - Início */
.flatable1 {
border: 0;
box-shadow: 0 0 0 2px solid #cd7f32 /* Bronze */
}
.flatable2 {
border: 0;
box-shadow: 0 0 0 2px solid #c0c0c0 /* Prata */
}
.flatable3 {
border: 0;
box-shadow: 0 0 0 2px solid #ffd700 /* Ouro */
}
/* Colorir Tabelas - Fim */
/* Ajuste da Barra_PT (HTML) - Início */
a:hover {
text-shadow: none !Important;
}
/* Ajuste da Barra_PT (HTML) - Fim */
/* Ajuste na imagem de fundo (BG) - Início */
body {
/*background-image: url('smiley.gif');*/
background-repeat: y;
background-attachment: fixed;
background-position: center;
}
/*body {background-repeat: no-repeat;background-size: 118%;}*/
/* Ajuste na imagem de fundo (BG) - Fim */
/* Remoção da Descrição do Rank - Início */
.postprofile dd:nth-of-type(1) {
color: transparent;
}
/* Remoção da Descrição do Rank - Fim */
/* Correção do texto em Hover - Início */
.inputbox:hover {
border: 1px solid #C1FA17 !important;
}
fieldset dl:hover dt label {
color: #C1FA17 !important;
}
dl dt label:hover {
color: #C1FA17 !important;
}
/* Correção do texto em Hover - Fim */
/* Correção das Abas do Perfil - Início */
#tabs .activetab a span {
color: #C1FA17 !important;
}
#tabs .activetab a:hover span {
color: #C1FA17 !important;
}
#tabs .activetab a span:focus {
color: #C1FA17 !important;
}
/* Correção das Abas do Perfil - Fim */
/* Correções de Cor em Campos Selecionáveis - Início */
select {color: #fff !important;}
/* Correções de Cor em Campos Selecionáveis - Fim */
/* Footer Bar - Início */
#footerSw {
margin-top: 0px;
width: 100%;
background: #1E1E1E url('http://s3.amazonaws.com/nxcache/www/img/all/nx_fat_footer.jpg') 50% 0 no-repeat;
box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.5);
color: #E1E1E1;
padding: 1em 1em 1em 10em;
text-align: center !important;
display: table;
border-top:3px solid #111;
}
#footerSw > li {
position: absolute;
right: 5em;
bottom: 2em;
}
#footerSw {
position: relative !important;
}
#footerSw p {
margin: 20px 0px;
float: left;
font:12px Tahoma;
}
#footerSw ul {
float: left;
list-style: none;
text-align: center !important;
margin: 0 auto;
width: 200px; /* 320 */
padding: 1em;
}
#footerSw li {
display: block;
padding: 1px;
text-align: left;
}
#footerSw h2 {
font: 20px "Century Gothic", Verdana, Geneva, sans-serif;
color: #C1FA17;
margin-bottom:6px;
}
#footerSw a {
color: #F1F1F1;
text-decoration: none;
}
p.copy {
margin-top:-15px;
text-align: center !important;
color:#FFFFFF;
position: relative;
}
/* Footer Bar - Fim */
/* Cor do Link - Houver - Inicio */
a:hover{color:#45b334;text-shadow:none !Important;}
/* Cor do Link - Houver - Fim */
/* Firulas no nomes - Início */
/*ZombieW*/
a[href="/u1"]{background-image:url(https://i.servimg.com/u/f46/16/56/73/62/th/att11110.gif);text-shadow:0 0 5px #C1FA17
background-image: url(https://i.servimg.com/u/f46/16/56/73/62/21ee1p10.gif);}
/*Nome do Grupo dos ADM*/
a[href="/g1-administradores"]{background-image:url(https://i.servimg.com/u/f46/16/56/73/62/th/att11110.gif);text-shadow: 0 0 5px #C1FA17;
background-image: url(https://i.servimg.com/u/f46/16/56/73/62/21ee1p10.gif);}
/*Nome do Grupo de Banidos e dos Usuários*/
a[href="/g6-banidos"]{
text-decoration: line-through;
}
a[href="/u118"]{
text-decoration: line-through;
color: #BD0000;
}
/* Firulas no nomes - Fim */
/* Título para páginas HTML - Início */
.Titulo2 { /*Para títulos maiores*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 17pt;
text-align: center;
text-shadow: 0 2px 5px black;
line-height: 250%;
background-image:url('https://i.servimg.com/u/f57/17/53/75/18/bgtitu10.png');
background-size: 80%, 80%; /* CSS3 */
-moz-background-size: 80%, 80%; /* Firefox 3.6 */
background-repeat: no-repeat;
background-position: center;
}
.TituloNoBGX { /*Para títulos Gigantes*/
color: #C1FA17;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 26pt;
text-align: center;
text-shadow: 0 2px 5px black;
line-height: 150%;
}
.TituloNoBG { /*Para títulos maiores*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 17pt;
text-align: center;
text-shadow: 0 2px 5px black;
line-height: 150%;
}
.TituloMedium { /*Para títulos/textos medianos*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 14pt;
text-align: center;
text-shadow: 0 2px 5px black;
line-height: 150%;
}
.TituloMediumL { /*Para títulos/textos medianos - Alinhados à Esquerda (Left)*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 14pt;
text-align: left;
/*text-shadow: 0 2px 5px black;*/
line-height: 150%;
}
.TituloMediumR { /*Para títulos/textos medianos - Alinhados à Esquerda (Left)*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 14pt;
text-align: right;
/*text-shadow: 0 2px 5px black;*/
line-height: 150%;
}
.TituloSmall { /*Para títulos menores*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 14pt;
text-align: left;
text-shadow: 0 2px 5px black;
text-decoration: underline;
line-height: 150%;
}
.TituloSmallC { /*Para títulos menores - Centralizados (Center)*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 14pt;
text-align: center;
text-shadow: 0 2px 5px black;
font-weight: bold;
line-height: 150%;
}
.TituloSmallR { /*Para títulos menores - Alinhados à Direita (Right)*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 12pt;
text-align: right;
/*text-shadow: 0 2px 5px black;*/
line-height: 150%;
}
.TituloCSmallHTML { /*Para títulos menores em HTML (centralizado)*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 14pt;
text-align: center;
/*text-shadow: 0 2px 5px black;
text-decoration: underline;*/
line-height: 150%;
}
.TituloCVSmallHTML { /*Para títulos bem menores em HTML (centralizado)*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 12pt;
text-align: center;
/*text-shadow: 0 2px 5px black;
text-decoration: underline;*/
line-height: 150%;
}
.TituloLSmallHTML { /*Para títulos menores em HTML (lado esquerdo)*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 14pt;
text-align: left;
/*text-shadow: 0 2px 5px black;
text-decoration: underline;*/
line-height: 150%;
}
.TituloRSmallHTML { /*Para títulos menores em HTML (lado direito)*/
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 13pt;
text-align: left;
/*text-shadow: 0 2px 5px black;
text-decoration: underline;*/
line-height: 150%;
}
.CA { /* DIV */
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 17pt;
text-align: center;
text-shadow: 0 2px 5px black;
line-height: 250%;
background-image:url('https://i.servimg.com/u/f57/17/53/75/18/bgtitu10.png');
background-size: 80%, 80%; /* CSS3 */
-moz-background-size: 80%, 80%; /* Firefox 3.6 */
background-repeat: no-repeat;
background-position: center;
}
CA { /* TAG */
color: #ddd;
font-family: Verdana, Tahoma, sans-serif;
font-variant: small-caps;
font-size: 17pt;
text-align: center;
text-shadow: 0 2px 5px black;
line-height: 150%;
}
/* Título para páginas HTML - Fim */
/* Cor do texto no campo de mensagem (Novo Editor) - Início */
.sceditor-container textarea {
color: #1F1F1F !important;
}
/* Cor do texto no campo de mensagem (Novo Editor) - Fim */
/* Cor do campo de texto (Novo Editor) - Início */
div.sceditor-container iframe, div.sceditor-container textarea {
background: #1F1F1F /*url(http://url de una imagen.jpg)*/ repeat !important;
color: white !important
}
/* Cor do campo de texto (Novo Editor) - Fim */
/* Avatar do Membro nos Últimos Tópicos (Necessário JavaScript) - Início */
.avat-miembro {
float: left;
}
.avat-miembro img {
width: 40px;
height: 40px;
padding: 1px;
margin: 0 5px;
border-radius: 10px
}
/* Avatar do Membro nos Últimos Tópicos (Necessário JavaScript) - Fim */
/* Joncov CSS style - ShiftActif, topic: (NO ERASE) - Início */
.prettyprint .pln{color:#000}.prettyprint .str{color:#080}.prettyprint .kwd{color:#008}.prettyprint .com{color:#800}.prettyprint .typ{color:#606}.prettyprint .lit{color:#066}.prettyprint .fmvip{color:#660}.prettyprint .tag{color:#008}.prettyprint .atn{color:#606}.prettyprint .atv{color:#080}.prettyprint .dec{color:#606}.prettyprint .linenums li{border-left:3px solid #EBEFF9;padding-left:5px}.prettyprint{font-family:Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;font-size:13px;padding:2px}.prettyprint ol.linenums{margin-bottom:0;margin-top:0}ol.linenums:hover{list-style-type:none}
/* Joncov CSS style - ShiftActif, topic: (NO ERASE) - Fim */
/* Erro caixa de Emoticon - Início */
#smiley-box, .smile-status-box {
background: #333333;
}
/* Erro caixa de Emoticon - Fim */
/* Cursores Customizados - Início */
a:hover,
li[data-tab]:hover {
cursor: url('https://i.servimg.com/u/f58/15/04/49/64/padrze10.png'), url('https://i.servimg.com/u/f58/15/04/49/64/padrze10.png'), auto;
}
body {
cursor: url('https://i.servimg.com/u/f57/17/53/75/18/cursor10.png'), url('https://i.servimg.com/u/f57/17/53/75/18/cursor10.png'), auto;
}
/* Cursores Customizados - Fim */
/* Níveis de Alerta - Início */
.alert{
border:1px solid #4381CC;
margin:10px 0px;
padding:15px 10px 15px 60px;
color:#4381CC;
background-repeat:no-repeat;background-position:10px center;
background-color:#C6D8F0;
background-image:url('https://i.servimg.com/u/f42/17/32/13/00/40px-i10.png');
box-shadow: 1px 1px 2px #666;
-moz-box-shadow: 1px 1px 2px #666;
-webkit-box-shadow: 1px 1px 2px #666;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-o-border-radius:10px;
}
.alert2{
border:1px solid #E2B500;
margin:10px 0px;
padding:15px 10px 15px 60px;
color:#E2B500;
background-repeat:no-repeat;background-position:10px center;
background-color:#FFEA97;
background-image:url('https://i.servimg.com/u/f42/17/32/13/00/40px-a10.png');
box-shadow: 1px 1px 2px #666;
-moz-box-shadow: 1px 1px 2px #666;
-webkit-box-shadow: 1px 1px 2px #666;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-o-border-radius:10px;
}
.alert3{
border:1px solid #AD3F30;
margin:10px 0px;
padding:15px 10px 15px 60px;
color:#AD3F30;
background-repeat:no-repeat;background-position:10px center;
background-color:#EFCEC9;
background-image:url('https://i.servimg.com/u/f42/17/32/13/00/120px-10.png');
box-shadow: 1px 1px 2px #666;
-moz-box-shadow: 1px 1px 2px #666;
-webkit-box-shadow: 1px 1px 2px #666;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-o-border-radius:10px;
}
/* Níveis de Alerta - Fim */
/* Botoes Personalizados - Início */
#main-content a.cgu-buttons, button.button2, input.button1, input.button2 {
border: 1px solid #DDD;
border-radius: 2px;
margin: 0px;
padding: 3px 7px;
}
#main-content a.cgu-buttons, button.button2, input.button1, input.button2 {
background: #F4F5F4 url(https://i.servimg.com/u/f66/11/96/49/61/tabbg10.png);
border: 1px solid #DDD;
border-radius: 3px;
padding: 3px 5px;
transition-duration: .8s;
moz-transition-duration: .8s;
-webkit-transition-duration: .8s;
-o-transition-duration: .8s;
}
#main-content a.cgu-buttons:hover, button.button2:hover, input.button1:hover, input.button2:hover {
background: gray;
color: #F4F5F4;
border: 1px solid gray;
}
/* Botoes Personalizados - Fim */
/* Ranks e Patentes (Informações In-Game) - Início */
/*Super Elite*/
.SE{
background-image:url('');
background-repeat:no-repeat;
background-position:left top;
color: #C1FA17;
font-weight:bold;
font-size: 10pt;
font-variant: small-caps;
text-shadow: 0 2px 5px black;
margin-top:10px;
padding-left:25px; /* Espaço entre o texto e a imagem */
line-height: 150%; /* Completar a imagem */
}
/*Moderador de Elite*/
.ME{
background-image:url('https://i.servimg.com/u/f21/17/53/75/18/elitet10.gif');
background-repeat:no-repeat;
background-position:left top;
color: #FAFA03;
font-weight:bold;
font-size: 10pt;
font-variant: small-caps;
text-shadow: 0 2px 5px black;
margin-top:10px;
padding-left:19px;
line-height: 150%; /* Sem isso a imagem não aparecerá inteira*/
}
/*Cadete*/
.CDT{
background-image:url('http://levelupgames.uol.com.br/combat-arms/imagens/conteudo/patentes/icon_trainee.gif');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-left:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/*Recruta*/
.RCT{
background-image:url('http://levelupgames.uol.com.br/combat-arms/imagens/conteudo/patentes/icon_recruit.gif');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-left:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/*Soldado Raso*/
.SDR{
background-image:url('http://levelupgames.uol.com.br/combat-arms/imagens/conteudo/patentes/icon_private.gif');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-left:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/*Soldade de Primeira Classe*/
.SPC{
background-image:url('http://levelupgames.uol.com.br/combat-arms/imagens/conteudo/patentes/icon_private_first.gif');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-left:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/*Cabo*/
.CAB{
background-image:url('http://levelupgames.uol.com.br/combat-arms/imagens/conteudo/patentes/icon_croporal.gif');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-left:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/*Sargento*/
.SGT{
background-image:url('http://levelupgames.uol.com.br/combat-arms/imagens/conteudo/patentes/icon_sergeant.gif');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-left:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/*1º 2º 3º Sargento - Ajudante*/
.PSA1PSA3{
background-image:url('https://i.servimg.com/u/f33/17/53/75/18/psa10.png');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-top:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
}
/*1º 2º 3º Sargento - Chefe*/
.SC1SC3{
background-image:url('https://i.servimg.com/u/f33/17/53/75/18/sc10.png');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-top:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
}
/*1º 2º 3º 4º Sargento - Mestre*/
.SM1SM4{
background-image:url('https://i.servimg.com/u/f33/17/53/75/18/sm10.png');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-top:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
}
/*1º 2º 3º 4º 5º Sargento - MOR do Comando*/
.SMC1SMC5{
background-image:url('https://i.servimg.com/u/f33/17/53/75/18/smc10.png');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-top:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
}
/*1º 2º 3º 4º 5º Segundo - Tenente*/
.ST1ST5{
background-image:url('https://i.servimg.com/u/f33/17/53/75/18/st10.png');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-top:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
}
/*1º 2º 3º 4º 5º Primeiro - Tenente*/
.PT1PT5{
background-image:url('https://i.servimg.com/u/f33/17/53/75/18/pt10.png');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-top:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
}
/*1º 2º 3º 4º 5º Capitão*/
.CAP1CAP5{
background-image:url('https://i.servimg.com/u/f33/17/53/75/18/cap10.png');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-top:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
}
/*1º 2º 3º 4º 5º Major*/
.MAJ1MAJ5{
background-image:url('https://i.servimg.com/u/f33/17/53/75/18/maj10.png');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-top:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
}
/*1º 2º 3º 4º 5º Tenente - Coronel*/
.TNC1TNC5{
background-image:url('https://i.servimg.com/u/f57/17/53/75/18/tnc1010.png');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-top:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
}
/*1º 2º 3º 4º 5º Coronel*/
.CEL1CEL5{
background-image:url('https://i.servimg.com/u/f33/17/53/75/18/cel10.png');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-top:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
}
/*General de Brigada*/
.GB{
background-image:url('http://levelupgames.uol.com.br/combat-arms/imagens/conteudo/patentes/icon_star_lv1.gif');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-left:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/*General de Divisão*/
.GD{
background-image:url('http://levelupgames.uol.com.br/combat-arms/imagens/conteudo/patentes/icon_star_lv2.gif');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-left:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/*Tenente - General*/
.TG{
background-image:url('http://levelupgames.uol.com.br/combat-arms/imagens/conteudo/patentes/icon_star_lv3.gif');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-left:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/*General*/
.GEN{
background-image:url('http://levelupgames.uol.com.br/combat-arms/imagens/conteudo/patentes/icon_star_lv4.gif');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-left:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/*General do Exército*/
.GE{
background-image:url('http://levelupgames.uol.com.br/combat-arms/imagens/conteudo/patentes/icon_star_lv5.gif');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-left:25px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/*1º 2º 3º 4º 5º Chefe de Comando*/
.CIC1CIC5{
background-image:url('https://i.servimg.com/u/f35/17/53/75/18/cic1ci10.png');
background-repeat:no-repeat;
background-position:left top;
margin-top:5px;
padding-top:20px;
color: #FFFFFF;
font-weight:bold;
font-size: 8pt;
font-variant: small-caps;
line-height: 200%; /* Completar a imagem */
}
/* Ranks e Patentes (Informações In-Game) - Fim */
/* Personalização do Spoiler. Code, Hide e Quote - Início */
dl.codebox dt{
background:url(https://i.servimg.com/u/f42/09/02/12/09/script10.png) no-repeat scroll 0 0 transparent;
border:0 none;
color:#0372BE;
font-size:.9em;
padding-left:22px;
text-transform:none
}
dl.codebox{
background-color:#FFF;
border:1px solid #C9D2D8;
font-size:1em;
padding:3px
}
dl.codebox dt{
border-bottom:1px solid #CCC;
display:block;
font-size:.8em;
font-weight:700;
margin-bottom:3px;
text-transform:uppercase
}
blockquote dl.codebox{
margin-left:0
}
dl.codebox code{
color:#2E8B57;
display:block;
font-family:Courier,CourierNew,sans-serif;
font-size:.9em;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:auto;
line-height:1.3em;
margin:2px 0;
max-height:200px;
overflow:auto;
padding-top:5px;
white-space:normal
}
blockquote,blockquote blockquote,blockquote blockquote blockquote{
-moz-border-radius:5px;
-moz-box-shadow:0 1px 5px rgba(0,0,0,.15);
-webkit-border-radius:5px 5px;
-webkit-box-shadow:0 1px 5px rgba(0,0,0,.15);
background:none;
background-color:#F9F9F9;
background-image:-webkit-gradient(linear,lefttop,leftbottom,from(#F9F9F9),to(#F0F0F0));
border:1px solid #DEDEDE;
border-radius:5px 5px;
box-shadow:0 1px 5px rgba(0,0,0,.15);
padding:10px 20px;
}
.spoiler_content {
background-color: #000000;
}
/* Personalização do Spoiler. Code, Hide e Quote - Fim */
/* Remover FAQ - Início */
a[href="/faq"] {
display: none !important;
}
/* Remover FAQ - Fim */
/* Remoção de Menu Drop-Down Moderação - Início */
fieldset.quickmod {
display: none;
}
/* Remoção de Menu Drop-Down Moderação - Fim */
/* Fórum em Manutenção - Início */
.grfclose{background:url(https://i.imgur.com/el3Ct.png) no-repeat 99.9% 0}
/* Fórum em Manutenção - Fim */
/* Responsaveis pelo Forum - Início */
#modo {
display: none;
}
.dterm:hover #modo {
display: block;
}
/* Responsaveis pelo Forum - Fim */
/* Formatação dos campos de perfil nas mensagens - Início */
.postprofile dd, .postprofile dt {
text-align: left;
margin-right: 6px;
}
.postprofile {
margin-left: -15px;
}
/* Formatação dos campos de perfil nas mensagens - Fim */
/* Alterar Contorno das Categorias - Início */
ul.topiclist li.header dl dd {
background-image: url("http://www.sebrasil.com.br/styles/AeroBlack/theme/images/cellpic1.gif");
background-repeat: repeat;
border: 1px solid #EEEEEE;
border-bottom-right-radius: 10px;
border-top-left-radius: 10px;
box-shadow: 0 5px 5px #CCCCCC;
color: #C1FA17;
font-weight: bold;
text-align: center;
}
div.h3{
background-image: url("http://www.sebrasil.com.br/styles/AeroBlack/theme/images/cellpic1.gif");
background-repeat: repeat;
border: 1px solid #EEEEEE;
border-bottom-right-radius: 10px;
border-top-left-radius: 10px;
box-shadow: 0 5px 5px #CCCCCC;
color: #C1FA17;
font-weight: bold;
text-align: center;
}
/*Alterar Contorno dos Widgets - Início*/
.h3, .catHead {
background-image: url("http://www.sebrasil.com.br/styles/AeroBlack/theme/images/cellpic1.gif");
background-repeat: repeat;
border: 1px solid #EEEEEE;
border-bottom-right-radius: 10px;
border-top-left-radius: 10px;
box-shadow: 0 5px 5px #CCCCCC;
color: #FFFFFF;
text-align: center;
}
/* Alterar Contorno das Categorias - Fim */
/* Correção do erro do nick (Fundo preto do banner) - Início */
dd.lastpost span.color-groups {
text-align: center !important;
float: none;
display: inline;
}
.module .h3 {
color: #C1FA17;
}
.module h3, .module .h3 {
text-align: center !important;
}
.postprofile {
text-align: center;
}
form[name="post"] .h3{color: #C1FA17;}
.headerbar {
background-color: #000000;
}
div.h3 {
color: #C1FA17;
border-color: #C1FA17;
}
.content h1, .panel h1 {
color: #C1FA17;
border-bottom-color: #C1FA17;
}
dl.hidecode {
background-color: #FFFFFF;
}
.content h2, .panel h2 {
color: #C1FA17;
border-bottom-color: #C1FA17;
}
/* Correção do erro do nick (Fundo preto do banner) - Fim */
/* Salvamento automático nos tópicos - Início */
#savec {
position:relative;
}.save-bloc {
dispay: none;
color: #555!important;
cursor: point;
z-index: 999;
padding: 5px;
border: 1px solid #BCBCBC;
background: #efefef url(https://2img.net/i/fa/prosilver/bg_button.gif) repeat-x;
display:none;
top:20px;
left:0px;
position:absolute;
white-space:nowrap;
}.save-bloc div:hover {
color: #050505!important;
}.save-bloc div {
cursor: pointer;
}.save-bloc select {
background: #ccc;
border: 1px solid #aaa;
margin-bottom: 5px;
}
/* Salvamento automático nos tópicos - Fim */
/* Caixa de Busca Personalizada Google - Início */
/* https://ajuda.forumeiros.com/t95407-tutorial-adicionar-uma-barra-de-pesquisa-google-no-forum */
/* Caixa de Busca Personalizada Google - Fim */
/* Sistema de Abas - Início */
/*body{
margin-top: 100px;
font-family: Verdana,Arial,Helvetica,sans-serif;
line-height: 1.6
}*/
.container{
/*width: 95%;*/
width: auto!important;
margin: 0 auto;
text-align: center;
}
.subcontainer{
/*width: 95%;*/
width: auto!important;
margin: 0 auto;
text-align: center;
}
ul.tabs{
margin: 0px;
padding: 0px;
list-style: none;
}
ul.tabs li{
background: #171717;
color: #C1FA17;
display: inline-block;
padding: 10px 15px;
cursor: pointer;
font-weight: bold;
font-style: italic;
}
ul.tabs li.current{
background: #C1FA17;
color: #000000;
font-style: normal;
}
.tab-content{
display: none;
background: #171717;
color: #FFFFFF;
padding: 15px;
border-style: solid;
border-width: 5px;
border-color: #C1FA17;
}
.tab-content.current{
display: inherit;
}
ul.tabs br, ul.tabs + br, ul.tabs + br + br, .tab-content + br {display:none!important}
/* Sistema de Abas - Fim */
Atenciosamente,
pedxz.
Atualizei, te dou um retorno amanhã quando o CSS atualizar no site todo. (ou antes, quem sabe?)
xD
Re: Cursor personalizado do mouse
Funcionou aqui Pedxz, mas vc nao vai acreditar... se eu estou com uma cor escolhida, fica somente o cursor de links na cor padrão!!
>.<
>.<
Re: Cursor personalizado do mouse
Altere o script para:
- Código:
(function() {
// 0 = phpbb2
// 1 = phpbb3
// 2 = punbb
// 3 = invision
var version = 1; // forum version
window.fa_theme_color = {
version: version,
delay: 500, // delay between rainbow colors ( 500 = 0.5s )
transition: 1000, // transition between colors ( 1000 = 1s )
transition_all: false, // set to true if you want all themes to utilize the transitions
// elements the selector is attached to
attachTo: [
'.bodyline > table:first-child', // phpbb2
'#page-header', // phpbb3
'#pun-head', // punbb
'#submenu' // invision
][version],
selected: my_getcookie('fa_theme_color') || 'Tema Padrão', // selected theme
// color palettes
palette: {
'Tema Padrão': '',
'Aleatório': [],
'Arco-Íris': '',
'Prata': ['#DDD', '#CCC', '#BBB', '#999', '#555', 'https://i.servimg.com/u/f58/15/04/49/64/prata10.png'], // hue 000
'Vermelho Persa': ['#D44', '#C33', '#B22', '#900', '#522', 'https://i.servimg.com/u/f58/15/04/49/64/persa10.png'], // hue 000
'Carmesim': ['#F34', '#E23', '#D12', '#B00', '#622', 'https://i.servimg.com/u/f58/15/04/49/64/carmes10.png'], // hue 355
'Abóbora': ['#F82', '#F71', '#E60', '#C40', '#631', 'https://i.servimg.com/u/f58/15/04/49/64/abobor10.png'], // hue 025
'Mostarda': ['#DA4', '#C93', '#B82', '#960', '#542', 'https://i.servimg.com/u/f58/15/04/49/64/mostar10.png'], // hue 039
'Ouro': ['#FB2', '#EA1', '#D90', '#B70', '#641', 'https://i.servimg.com/u/f58/15/04/49/64/ouro10.png'], // hue 041
'Verde Primavera': ['#9E1', '#8D0', '#7C0', '#5A0', '#450', 'https://i.servimg.com/u/f58/15/04/49/64/primav10.png'], // hue 083
'Verde Bandeira': ['#4D4', '#3C3', '#2B2', '#090', '#252', 'https://i.servimg.com/u/f58/15/04/49/64/bandei10.png'], // hue 120
'Ciano': ['#4DA', '#3C9', '#2B8', '#096', '#254', 'https://i.servimg.com/u/f58/15/04/49/64/ciano10.png'], // hue 160
'Turquesa': ['#4DD', '#3CC', '#2BB', '#099', '#255', 'https://i.servimg.com/u/f58/15/04/49/64/turque10.png'], // hue 180
'Azul Céu': ['#4AD', '#39C', '#28B', '#069', '#245', 'https://i.servimg.com/u/f58/15/04/49/64/ceu10.png'], // hue 200
'Azul Radiante': ['#18F', '#07F', '#06E', '#04C', '#036', 'https://i.servimg.com/u/f58/15/04/49/64/radian10.png'], // hue 212
'Ametista': ['#A7D', '#96C', '#85B', '#639', '#435', 'https://i.servimg.com/u/f58/15/04/49/64/ametis10.png'], // hue 270
'Roxo': ['#A4D', '#93C', '#82B', '#609', '#425', 'https://i.servimg.com/u/f58/15/04/49/64/roxo10.png'], // hue 279
'Cereja': ['#D4D', '#C3C', '#B2B', '#909', '#525', 'https://i.servimg.com/u/f58/15/04/49/64/cereja10.png'], // hue 300
'Violeta': ['#D4A', '#C39', '#B28', '#906', '#524', 'https://i.servimg.com/u/f58/15/04/49/64/violet10.png'], // hue 321
'Skyways': ['#F59', '#E48', '#D37', '#B15', '#624', 'https://i.servimg.com/u/f58/15/04/49/64/skyway10.png'], // hue 337
'Rosa Choque': ['#F46', '#E35', '#D24', '#B02', '#623', 'https://i.servimg.com/u/f58/15/04/49/64/choque10.png'] // hue 350
},
// change the current theme
change: function(color, select) {
var head = $('head'),
style = document.getElementById('fa_theme_style');
my_setcookie('fa_theme_color', color, true); // update selected theme
// remove old styles
if (style) {
head[0].removeChild(style);
}
fa_theme_color.selector.firstChild.innerHTML = 'Tema Padrão'; // change Tema Padrão texts
// Random / Normal Themes
if (!/Tema Padrão|Arco-Íris/.test(color) && fa_theme_color.palette[color]) {
fa_theme_color.selected = color == 'Aleatório' ? fa_theme_color.palette['Aleatório'][Math.floor(Math.random() * fa_theme_color.palette['Aleatório'].length)] : color;
fa_theme_color.selector.style.backgroundColor = fa_theme_color.palette[fa_theme_color.selected][1];
fa_theme_color.selector.style.borderColor = fa_theme_color.palette[fa_theme_color.selected][2];
head.append('<style type="text/css" id="fa_theme_style">' + fa_theme_color.css() + '</style>');
} else if (color == 'Arco-Íris') { // Rainbow theme
if (fa_theme_color.stop) {
fa_theme_color.selected = color;
fa_theme_color.selector.style.backgroundColor = fa_theme_color.palette[select][1];
fa_theme_color.selector.style.borderColor = fa_theme_color.palette[select][2];
head.append('<style type="text/css" id="fa_theme_style">' + fa_theme_color.css(select) + '</style>');
} else {
fa_theme_color.rainbow();
}
} else { // No theme
fa_theme_color.selector.style.backgroundColor = '#999';
fa_theme_color.selector.style.borderColor = '#888';
fa_theme_color.selector.firstChild.innerHTML = 'Tema Padrão';
}
// delete rainbow assets if it's not selected
if (color != 'Arco-Íris' && fa_theme_color.stop) {
if (!fa_theme_color.transition_all) {
head[0].removeChild(document.getElementById('fa_rainbow_smoothness'));
}
window.clearInterval(fa_theme_color.interval);
delete fa_theme_color.index;
delete fa_theme_color.stop;
}
},
// get and return the theme CSS per version
css: function(select) {
var palette = fa_theme_color.palette[select || fa_theme_color.selected];
switch (fa_theme_color.version) {
/*case 0 : // phpbb2
return 'a, a:link, a:visited, a.forumlink, a.forumlink:link, a.forumlink:visited, a.topictitle, a.topictitle:link, a.topictitle:visited { color:' + palette[3] + '; }'+
'a:hover, a.forumlink:hover, a.topictitle:hover { color:' + palette[1] + '; }'+
'th, td.cat, td.catBottom, td.catHead, td.catLeft, td.catRight, td.catSides { background:' + palette[1] + '!important; }'+
'.forumline { border-color:' + palette[1] + '; }'+
'th, td.cat, td.catBottom, td.catHead, td.catLeft, td.catRight, td.catSides, .cattitle, h1.pagetitle, .module-title, .catHead .genmed, .secondarytitle h2, .catBottom a, .catLeft .genmed { color:#FFF !important; }'+
all;*/
case 1 : // phpbb3
return 'a[href], a:link, a.forumtitle, a.topictitle, a:visited, .postprofile a:active, .postprofile a:link, .postprofile a:visited, .postprofile dt.author a, #page-footer { color:' + palette[3] + '; }'+
'a[href]:hover, .tab-link:not(.current), a.forumtitle:hover, a.topictitle:hover, span[style$="rgb(193, 250, 23);"], .postprofile a:hover, .postprofile dt.author a:hover, a, span[style$="#c1fa17"], span[style$="orange"], span[style*="#c1fa17"] { color:' + palette[1] + '!important; }' +
'.tab-link.current { background-color: ' + palette[1] + '!important; }' +
'.headerbar { background-image: linear-gradient(to left, ' + palette[1] + ', ' + palette[4] + ' 98%)!important; }' +
'a:hover, li[data-tab]:hover { cursor: url("' + palette[5] + '"), url("' + palette[5] +'"), auto!important; }' +
'body { cursor: url(\'https://i.servimg.com/u/f57/17/53/75/18/cursor10.png\'), url(\'https://i.servimg.com/u/f57/17/53/75/18/cursor10.png\'), auto; }' +
'[style*="border-top: 2px solid green"], .tab-content.current, [style*="border-collapse:"] { border-color:' + palette[1] + '!important; }';
/*case 3 : // invision
return 'a, a:link, a:visited { color:' + palette[3] + '; }'+
'a:hover { color:' + palette[1] + '; }'+
'div#logostrip, div.maintitle, ul.privmsg li { background:' + palette[1] + '!important; }'+
'.box-content { border-bottom-color:' + palette[4] + '!important; }'+
'#submenu, table.ipbtable tfoot td, #gfooter { background:' + palette[4] + '!important; }'+
'#submenu ul li a:hover { background:' + palette[3] + '!important; }'+
'div.maintitle, #submenu, #submenu a.mainmenu, table.ipbtable tfoot td, #gfooter, #gfooter a { color:#FFF!important; }'+
all;*/
default: // unknown
return '' +
all;
}
},
// get and return the transition CSS per version
// helps make the transition in colors smooth
applyTransitionRules: function() {
switch (fa_theme_color.version) {
/*case 0 : // phpbb2
return 'a, a:link, a:visited, a.forumlink, a.forumlink:link, a.forumlink:visited, a.topictitle, a.topictitle:link, a.topictitle:visited, th, td.cat, td.catBottom, td.catHead, td.catLeft, td.catRight, td.catSides, .forumline { transition:' + fa_theme_color.transition + 'ms; }';*/
case 1: // phpbb3
return 'a, a:link, a.forumtitle, a.topictitle, a:visited, .postprofile a:active, .postprofile a:link, .postprofile a:visited, .postprofile dt.author a,.headerbar, .forabg, .forumbg, a.button2, body:last-child a.button1, button.button2, input.button1, input.button2, .button, input[type="button"], input[type="submit"], h1, h2, h3, h4, h5, h6, .h3, h2.h3, h1.page-title, hr, hr.dashed, select, input, textarea, .inputbox { transition:' + fa_theme_color.transition + 'ms; }';
/*case 2 : // punbb
return 'a, a:link, a:visited, .pun a:link, .pun a:visited, #pun-intro, .main .main-foot, .main .main-head, #pun-navlinks { transition:' + fa_theme_color.transition + 'ms; }';
case 3 : // invision
return 'a, a:link, a:visited, div#logostrip, div.maintitle, .box-content, #submenu, table.ipbtable tfoot td, #gfooter, #submenu ul li a, ul.privmsg li { transition:' + fa_theme_color.transition + 'ms; }';*/
default: // unknown
return '';
}
},
// setup the rainbow assets
rainbow: function() {
if (!fa_theme_color.transition_all) {
$('head').append('<style type="text/css" id="fa_rainbow_smoothness">' + fa_theme_color.applyTransitionRules() + '</style>');
}
fa_theme_color.index = 0;
fa_theme_color.stop = fa_theme_color.palette['Aleatório'].length;
fa_theme_color.change('Arco-Íris', fa_theme_color.palette['Aleatório'][fa_theme_color.index]);
fa_theme_color.interval = window.setInterval(function() {
if (++fa_theme_color.index >= fa_theme_color.stop) {
fa_theme_color.index = 0;
}
fa_theme_color.change('Arco-Íris', fa_theme_color.palette['Aleatório'][fa_theme_color.index]);
}, fa_theme_color.transition + fa_theme_color.delay);
}
};
var htmlStr = '',
i;
// put together the theme options and random array
for (i in fa_theme_color.palette) {
if (typeof fa_theme_color.palette[i] != 'undefined') {
if (!/Aleatório|Tema Padrão|Arco-Íris/.test(i)) {
fa_theme_color.palette['Aleatório'][fa_theme_color.palette['Aleatório'].length] = i;
}
htmlStr += '<option value="' + i + '" ' + (fa_theme_color.selected == i ? 'selected="true"' : '') + ' style="background-color:' + (/Aleatório|Tema Padrão|Arco-Íris/.test(i) ? '#FFF;color:#000;' : fa_theme_color.palette[i][2]) + '">' + i + '</option>';
}
}
// create the theme selector
fa_theme_color.selector = $('<select id="fa_theme_selector" />').html(htmlStr).change(function() {
fa_theme_color.change(this.value);
})[0];
fa_theme_color.change(fa_theme_color.selected); // apply the selected theme
// add the theme selector to the document
$(function() {
$(fa_theme_color.attachTo).after([fa_theme_color.selector, $('<div class="clear" />')[0]]);
});
// basic styles for the theme selector
document.write('<style type="text/css">#fa_theme_selector {color:#FFF;float:right;cursor:pointer;padding:3px 6px;margin:3px;}' + (fa_theme_color.transition_all ? fa_theme_color.applyTransitionRules() : '') + '</style>');
}());
tikky- Admineiro
- Membro desde : 13/01/2017
Mensagens : 7962
Pontos : 9217
Re: Cursor personalizado do mouse
Quando a gente acha que o tópico morreu, ele volta para nos assombrar rs
Deu certo, obrigadooo!!
Pode fechar!! xD
Pedxz escreveu:
Altere o script para:
- Código:
(function() {
// 0 = phpbb2
// 1 = phpbb3
// 2 = punbb
// 3 = invision
var version = 1; // forum version
window.fa_theme_color = {
version: version,
delay: 500, // delay between rainbow colors ( 500 = 0.5s )
transition: 1000, // transition between colors ( 1000 = 1s )
transition_all: false, // set to true if you want all themes to utilize the transitions
// elements the selector is attached to
attachTo: [
'.bodyline > table:first-child', // phpbb2
'#page-header', // phpbb3
'#pun-head', // punbb
'#submenu' // invision
][version],
selected: my_getcookie('fa_theme_color') || 'Tema Padrão', // selected theme
// color palettes
palette: {
'Tema Padrão': '',
'Aleatório': [],
'Arco-Íris': '',
'Prata': ['#DDD', '#CCC', '#BBB', '#999', '#555', 'https://i.servimg.com/u/f58/15/04/49/64/prata10.png'], // hue 000
'Vermelho Persa': ['#D44', '#C33', '#B22', '#900', '#522', 'https://i.servimg.com/u/f58/15/04/49/64/persa10.png'], // hue 000
'Carmesim': ['#F34', '#E23', '#D12', '#B00', '#622', 'https://i.servimg.com/u/f58/15/04/49/64/carmes10.png'], // hue 355
'Abóbora': ['#F82', '#F71', '#E60', '#C40', '#631', 'https://i.servimg.com/u/f58/15/04/49/64/abobor10.png'], // hue 025
'Mostarda': ['#DA4', '#C93', '#B82', '#960', '#542', 'https://i.servimg.com/u/f58/15/04/49/64/mostar10.png'], // hue 039
'Ouro': ['#FB2', '#EA1', '#D90', '#B70', '#641', 'https://i.servimg.com/u/f58/15/04/49/64/ouro10.png'], // hue 041
'Verde Primavera': ['#9E1', '#8D0', '#7C0', '#5A0', '#450', 'https://i.servimg.com/u/f58/15/04/49/64/primav10.png'], // hue 083
'Verde Bandeira': ['#4D4', '#3C3', '#2B2', '#090', '#252', 'https://i.servimg.com/u/f58/15/04/49/64/bandei10.png'], // hue 120
'Ciano': ['#4DA', '#3C9', '#2B8', '#096', '#254', 'https://i.servimg.com/u/f58/15/04/49/64/ciano10.png'], // hue 160
'Turquesa': ['#4DD', '#3CC', '#2BB', '#099', '#255', 'https://i.servimg.com/u/f58/15/04/49/64/turque10.png'], // hue 180
'Azul Céu': ['#4AD', '#39C', '#28B', '#069', '#245', 'https://i.servimg.com/u/f58/15/04/49/64/ceu10.png'], // hue 200
'Azul Radiante': ['#18F', '#07F', '#06E', '#04C', '#036', 'https://i.servimg.com/u/f58/15/04/49/64/radian10.png'], // hue 212
'Ametista': ['#A7D', '#96C', '#85B', '#639', '#435', 'https://i.servimg.com/u/f58/15/04/49/64/ametis10.png'], // hue 270
'Roxo': ['#A4D', '#93C', '#82B', '#609', '#425', 'https://i.servimg.com/u/f58/15/04/49/64/roxo10.png'], // hue 279
'Cereja': ['#D4D', '#C3C', '#B2B', '#909', '#525', 'https://i.servimg.com/u/f58/15/04/49/64/cereja10.png'], // hue 300
'Violeta': ['#D4A', '#C39', '#B28', '#906', '#524', 'https://i.servimg.com/u/f58/15/04/49/64/violet10.png'], // hue 321
'Skyways': ['#F59', '#E48', '#D37', '#B15', '#624', 'https://i.servimg.com/u/f58/15/04/49/64/skyway10.png'], // hue 337
'Rosa Choque': ['#F46', '#E35', '#D24', '#B02', '#623', 'https://i.servimg.com/u/f58/15/04/49/64/choque10.png'] // hue 350
},
// change the current theme
change: function(color, select) {
var head = $('head'),
style = document.getElementById('fa_theme_style');
my_setcookie('fa_theme_color', color, true); // update selected theme
// remove old styles
if (style) {
head[0].removeChild(style);
}
fa_theme_color.selector.firstChild.innerHTML = 'Tema Padrão'; // change Tema Padrão texts
// Random / Normal Themes
if (!/Tema Padrão|Arco-Íris/.test(color) && fa_theme_color.palette[color]) {
fa_theme_color.selected = color == 'Aleatório' ? fa_theme_color.palette['Aleatório'][Math.floor(Math.random() * fa_theme_color.palette['Aleatório'].length)] : color;
fa_theme_color.selector.style.backgroundColor = fa_theme_color.palette[fa_theme_color.selected][1];
fa_theme_color.selector.style.borderColor = fa_theme_color.palette[fa_theme_color.selected][2];
head.append('<style type="text/css" id="fa_theme_style">' + fa_theme_color.css() + '</style>');
} else if (color == 'Arco-Íris') { // Rainbow theme
if (fa_theme_color.stop) {
fa_theme_color.selected = color;
fa_theme_color.selector.style.backgroundColor = fa_theme_color.palette[select][1];
fa_theme_color.selector.style.borderColor = fa_theme_color.palette[select][2];
head.append('<style type="text/css" id="fa_theme_style">' + fa_theme_color.css(select) + '</style>');
} else {
fa_theme_color.rainbow();
}
} else { // No theme
fa_theme_color.selector.style.backgroundColor = '#999';
fa_theme_color.selector.style.borderColor = '#888';
fa_theme_color.selector.firstChild.innerHTML = 'Tema Padrão';
}
// delete rainbow assets if it's not selected
if (color != 'Arco-Íris' && fa_theme_color.stop) {
if (!fa_theme_color.transition_all) {
head[0].removeChild(document.getElementById('fa_rainbow_smoothness'));
}
window.clearInterval(fa_theme_color.interval);
delete fa_theme_color.index;
delete fa_theme_color.stop;
}
},
// get and return the theme CSS per version
css: function(select) {
var palette = fa_theme_color.palette[select || fa_theme_color.selected];
switch (fa_theme_color.version) {
/*case 0 : // phpbb2
return 'a, a:link, a:visited, a.forumlink, a.forumlink:link, a.forumlink:visited, a.topictitle, a.topictitle:link, a.topictitle:visited { color:' + palette[3] + '; }'+
'a:hover, a.forumlink:hover, a.topictitle:hover { color:' + palette[1] + '; }'+
'th, td.cat, td.catBottom, td.catHead, td.catLeft, td.catRight, td.catSides { background:' + palette[1] + '!important; }'+
'.forumline { border-color:' + palette[1] + '; }'+
'th, td.cat, td.catBottom, td.catHead, td.catLeft, td.catRight, td.catSides, .cattitle, h1.pagetitle, .module-title, .catHead .genmed, .secondarytitle h2, .catBottom a, .catLeft .genmed { color:#FFF !important; }'+
all;*/
case 1 : // phpbb3
return 'a[href], a:link, a.forumtitle, a.topictitle, a:visited, .postprofile a:active, .postprofile a:link, .postprofile a:visited, .postprofile dt.author a, #page-footer { color:' + palette[3] + '; }'+
'a[href]:hover, .tab-link:not(.current), a.forumtitle:hover, a.topictitle:hover, span[style$="rgb(193, 250, 23);"], .postprofile a:hover, .postprofile dt.author a:hover, a, span[style$="#c1fa17"], span[style$="orange"], span[style*="#c1fa17"] { color:' + palette[1] + '!important; }' +
'.tab-link.current { background-color: ' + palette[1] + '!important; }' +
'.headerbar { background-image: linear-gradient(to left, ' + palette[1] + ', ' + palette[4] + ' 98%)!important; }' +
'a:hover, li[data-tab]:hover { cursor: url("' + palette[5] + '"), url("' + palette[5] +'"), auto!important; }' +
'body { cursor: url(\'https://i.servimg.com/u/f57/17/53/75/18/cursor10.png\'), url(\'https://i.servimg.com/u/f57/17/53/75/18/cursor10.png\'), auto; }' +
'[style*="border-top: 2px solid green"], .tab-content.current, [style*="border-collapse:"] { border-color:' + palette[1] + '!important; }';
/*case 3 : // invision
return 'a, a:link, a:visited { color:' + palette[3] + '; }'+
'a:hover { color:' + palette[1] + '; }'+
'div#logostrip, div.maintitle, ul.privmsg li { background:' + palette[1] + '!important; }'+
'.box-content { border-bottom-color:' + palette[4] + '!important; }'+
'#submenu, table.ipbtable tfoot td, #gfooter { background:' + palette[4] + '!important; }'+
'#submenu ul li a:hover { background:' + palette[3] + '!important; }'+
'div.maintitle, #submenu, #submenu a.mainmenu, table.ipbtable tfoot td, #gfooter, #gfooter a { color:#FFF!important; }'+
all;*/
default: // unknown
return '' +
all;
}
},
// get and return the transition CSS per version
// helps make the transition in colors smooth
applyTransitionRules: function() {
switch (fa_theme_color.version) {
/*case 0 : // phpbb2
return 'a, a:link, a:visited, a.forumlink, a.forumlink:link, a.forumlink:visited, a.topictitle, a.topictitle:link, a.topictitle:visited, th, td.cat, td.catBottom, td.catHead, td.catLeft, td.catRight, td.catSides, .forumline { transition:' + fa_theme_color.transition + 'ms; }';*/
case 1: // phpbb3
return 'a, a:link, a.forumtitle, a.topictitle, a:visited, .postprofile a:active, .postprofile a:link, .postprofile a:visited, .postprofile dt.author a,.headerbar, .forabg, .forumbg, a.button2, body:last-child a.button1, button.button2, input.button1, input.button2, .button, input[type="button"], input[type="submit"], h1, h2, h3, h4, h5, h6, .h3, h2.h3, h1.page-title, hr, hr.dashed, select, input, textarea, .inputbox { transition:' + fa_theme_color.transition + 'ms; }';
/*case 2 : // punbb
return 'a, a:link, a:visited, .pun a:link, .pun a:visited, #pun-intro, .main .main-foot, .main .main-head, #pun-navlinks { transition:' + fa_theme_color.transition + 'ms; }';
case 3 : // invision
return 'a, a:link, a:visited, div#logostrip, div.maintitle, .box-content, #submenu, table.ipbtable tfoot td, #gfooter, #submenu ul li a, ul.privmsg li { transition:' + fa_theme_color.transition + 'ms; }';*/
default: // unknown
return '';
}
},
// setup the rainbow assets
rainbow: function() {
if (!fa_theme_color.transition_all) {
$('head').append('<style type="text/css" id="fa_rainbow_smoothness">' + fa_theme_color.applyTransitionRules() + '</style>');
}
fa_theme_color.index = 0;
fa_theme_color.stop = fa_theme_color.palette['Aleatório'].length;
fa_theme_color.change('Arco-Íris', fa_theme_color.palette['Aleatório'][fa_theme_color.index]);
fa_theme_color.interval = window.setInterval(function() {
if (++fa_theme_color.index >= fa_theme_color.stop) {
fa_theme_color.index = 0;
}
fa_theme_color.change('Arco-Íris', fa_theme_color.palette['Aleatório'][fa_theme_color.index]);
}, fa_theme_color.transition + fa_theme_color.delay);
}
};
var htmlStr = '',
i;
// put together the theme options and random array
for (i in fa_theme_color.palette) {
if (typeof fa_theme_color.palette[i] != 'undefined') {
if (!/Aleatório|Tema Padrão|Arco-Íris/.test(i)) {
fa_theme_color.palette['Aleatório'][fa_theme_color.palette['Aleatório'].length] = i;
}
htmlStr += '<option value="' + i + '" ' + (fa_theme_color.selected == i ? 'selected="true"' : '') + ' style="background-color:' + (/Aleatório|Tema Padrão|Arco-Íris/.test(i) ? '#FFF;color:#000;' : fa_theme_color.palette[i][2]) + '">' + i + '</option>';
}
}
// create the theme selector
fa_theme_color.selector = $('<select id="fa_theme_selector" />').html(htmlStr).change(function() {
fa_theme_color.change(this.value);
})[0];
fa_theme_color.change(fa_theme_color.selected); // apply the selected theme
// add the theme selector to the document
$(function() {
$(fa_theme_color.attachTo).after([fa_theme_color.selector, $('<div class="clear" />')[0]]);
});
// basic styles for the theme selector
document.write('<style type="text/css">#fa_theme_selector {color:#FFF;float:right;cursor:pointer;padding:3px 6px;margin:3px;}' + (fa_theme_color.transition_all ? fa_theme_color.applyTransitionRules() : '') + '</style>');
}());
Deu certo, obrigadooo!!
Pode fechar!! xD
Re: Cursor personalizado do mouse
Tópico resolvidoMovido para "Questões resolvidas". |
tikky- Admineiro
- Membro desde : 13/01/2017
Mensagens : 7962
Pontos : 9217
Tópicos semelhantes
» Cursor do mouse personalizado não aparece no IE
» Inserir código para cursor de mouse personalizado
» Cursor do mouse
» Cursor do Mouse
» Cursor do mouse
» Inserir código para cursor de mouse personalizado
» Cursor do mouse
» Cursor do Mouse
» Cursor do mouse
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