Isto é uma pré-visualização de um tema em Hitskin.com
Instalar o tema • Voltar para a ficha do tema
Alterar personalização das cores do fórum
3 participantes
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre a aparência do fórum :: Questões resolvidas sobre a aparência do fórum
Página 1 de 1
Alterar personalização das cores do fórum
Detalhes da dúvida
Versão do fórum : phpBB3Nível de acesso : Fundador
Navegador usado : Google Chrome
Membros afetados : Todos os membros do fórum
Endereço do fórum : http://narutonewagerpg.forumeiros.com/forum
Descrição do problema
Bem, visto ao fórum, gostaria da edição de cores no meu css. Gostaria de editar, a cor padrão dele, sendo que a cor passaria a ser roxa.Nos vermelhos mais claros, colocar está cor: #6600ff
Nos vermelhos mais escuros do css está cor: #6600cc
Obrigado!
- Spoiler:
- Código:
@font-face {
font-family: 'Amatic SC';
font-style: normal;
font-weight: 400;
src: local('Amatic SC Regular'), local('AmaticSC-Regular'), url(http://themes.googleusercontent.com/static/fonts/amaticsc/v3/DPPfSFKxRTXvae2bKDzp5D8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
font-family: 'Alef';
font-style: normal;
font-weight: 400;
src: local('Alef Regular'), local('Alef-Regular'), url(http://themes.googleusercontent.com/static/fonts/alef/v1/C8wmYJieZdfX3SNk-GwKVA.woff) format('woff');
}
#wrap {
border-left: 40px groove #ff4646;
border-right: 20px solid #ff5c5c;
}
a.mainmenu {
font-family: Amatic SC;
font-size: 26px;
letter-spacing: -3px;
text-shadow: text-shadow: 0 0 10px #000000;
}
a.mainmenu:hover{
letter-spacing : -2;
text-decoration: none;
color : #ab0d0d;
text-transform: uppercase;
}
ul.navlinks {
margin-top: -55px;
}
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
font-weight: bold;
font-size: 22;
font-family: Alef;
text-decoration: none;
letter-spacing: -2px;
}
.postprofile {
display: block;
text-align: center;
border-left: 15px solid #d61111;
border-right: 15px solid #d61111;
width: 180px;
}
.postprofile dd {
text-align: left;
margin-top: 4px;
}
#i_whosonline + p em {
background: #ffeeee;
border-left: 10px solid #d61111;
border-right: 10px solid #d61111;
display: block;
height: 50px;
width: 70%;
font-family: Amatic SC;
font-size: 29px;
margin: 0 auto;
color: transparent;
font-style: normal;
padding: 5px;
}
#main .h3 {
background: #ffeeee;
border-bottom: 20px solid #aa2020;
height: 50px;
text-align: center;
font-family: Amatic SC;
color: #aa2020;
letter-spacing: -2px;
font-size: 40px;
}
li.header {
background: #e3caca;
color: #105289;
font-size: 8px;
font-weight: 700;
margin-right: -10px;
padding: 6px 0 1px;
height: 31px;
letter-spacing: 0;
text-align: center;
text-transform: none;
vertical-align: middle;
}
.table-title h2 {
font-size: 29px;
font-family: Amatic SC;
}
a.forumtitle {
font-family: Amatic SC;
font-size: 25px;
letter-spacing: -1;
padding-left: 30px;
text-align: left;
text-shadow: text-shadow:4px 4px 4px #COLOR;
text-transform: uppercase;
border-left: 19px solid #c72c2c;
color: #ec1414;
margin-left: 0px;
}
a.forumtitle:hover {
text-decoration:none;
text-shadow: 0 0 5px #COLOR;
letter-spacing: 0;
border-left: 19px solid #ad1616;
color: #ab0d0d;
}
#desc {
background: #f0f0f0;
width: 400px;
border-left: 20px solid #c72c2c;
border-right: 20px solid #c72c2c;
height: 110;
overflow: auto;
}
#desc img {
height: 110px;
float: center;
margin-right: 10px;
}
#texto {
opacity: .10;
text-align: justify;
text-size: 9px;
}
body {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0px;
overflow-y: auto;
overflow-x: auto;
}
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
height: 10px;
display: block;
background: #a00e0e;
}
::-webkit-scrollbar-track-piece {
background: #dc3434;
}
/*barrita vertical*/
::-webkit-scrollbar-thumb:vertical {
height: 20px;;
background: #660099;
border: 1px solid #;
}
/*barrita horizontal*/
::-webkit-scrollbar-thumb:horizontal {
width: 50px;
background: #660099;
border: 1px solid #357585;
}
#chatbox_header {
border-radius: 20px 20px 0px 0px ;
background: #660099;
}
#chatbox_footer {
background: #660099;}
.chatbox-title {
color: #COLOR;
font-family:Georgia;
text-transform:lowercase;
font-style:italic;
}
#code1 { position: relative; display: inline-block;}
#code2 { display: none; position: absolute;
top: 40px;
left: 100px;
}
Re: Alterar personalização das cores do fórum
Saudações,
Veja se ficou do teu agrado amigo:
Abraços.
Veja se ficou do teu agrado amigo:
- Código:
@font-face {
font-family: 'Amatic SC';
font-style: normal;
font-weight: 400;
src: local('Amatic SC Regular'), local('AmaticSC-Regular'), url(http://themes.googleusercontent.com/static/fonts/amaticsc/v3/DPPfSFKxRTXvae2bKDzp5D8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
font-family: 'Alef';
font-style: normal;
font-weight: 400;
src: local('Alef Regular'), local('Alef-Regular'), url(http://themes.googleusercontent.com/static/fonts/alef/v1/C8wmYJieZdfX3SNk-GwKVA.woff) format('woff');
}
#wrap {
border-left: 40px groove #6600ff;
border-right: 20px solid #6600ff;
}
a.mainmenu {
font-family: Amatic SC;
font-size: 26px;
letter-spacing: -3px;
text-shadow: text-shadow: 0 0 10px #000000;
}
a.mainmenu:hover{
letter-spacing : -2;
text-decoration: none;
color : #ab0d0d;
text-transform: uppercase;
}
ul.navlinks {
margin-top: -55px;
}
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
font-weight: bold;
font-size: 22;
font-family: Alef;
text-decoration: none;
letter-spacing: -2px;
}
.postprofile {
display: block;
text-align: center;
border-left: 15px solid #d61111;
border-right: 15px solid #d61111;
width: 180px;
}
.postprofile dd {
text-align: left;
margin-top: 4px;
}
#i_whosonline + p em {
background: #F3EEFF;
border-left: 10px solid #6600cc;
border-right: 10px solid #6600cc;
color: transparent;
display: block;
font-family: Amatic SC;
font-size: 29px;
font-style: normal;
height: 50px;
margin: 0 auto;
padding: 5px;
width: 70%;
}
#main .h3 {
background: #F3EEFF;
border-bottom: 20px solid #6600cc;
color: #7720AA;
font-family: Amatic SC;
font-size: 40px;
height: 50px;
letter-spacing: -2px;
text-align: center;
}
li.header {
background: #e3caca;
color: #105289;
font-size: 8px;
font-weight: 700;
margin-right: -10px;
padding: 6px 0 1px;
height: 31px;
letter-spacing: 0;
text-align: center;
text-transform: none;
vertical-align: middle;
}
.table-title h2 {
font-size: 29px;
font-family: Amatic SC;
}
a.forumtitle {
font-family: Amatic SC;
font-size: 25px;
letter-spacing: -1;
padding-left: 30px;
text-align: left;
text-shadow: text-shadow:4px 4px 4px #COLOR;
text-transform: uppercase;
border-left: 19px solid #c72c2c;
color: #ec1414;
margin-left: 0px;
}
a.forumtitle:hover {
text-decoration:none;
text-shadow: 0 0 5px #COLOR;
letter-spacing: 0;
border-left: 19px solid #ad1616;
color: #ab0d0d;
}
#desc {
background: #f0f0f0;
width: 400px;
border-left: 20px solid #c72c2c;
border-right: 20px solid #c72c2c;
height: 110;
overflow: auto;
}
#desc img {
height: 110px;
float: center;
margin-right: 10px;
}
#texto {
opacity: .10;
text-align: justify;
text-size: 9px;
}
body {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0px;
overflow-y: auto;
overflow-x: auto;
}
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
height: 10px;
display: block;
background: #a00e0e;
}
::-webkit-scrollbar-track-piece {
background: #6600cc;
}
/*barrita vertical*/
::-webkit-scrollbar-thumb:vertical {
height: 20px;;
background: #660099;
border: 1px solid #;
}
/*barrita horizontal*/
::-webkit-scrollbar-thumb:horizontal {
width: 50px;
background: #660099;
border: 1px solid #357585;
}
#chatbox_header {
border-radius: 20px 20px 0px 0px ;
background: #660099;
}
#chatbox_footer {
background: #660099;}
.chatbox-title {
color: #COLOR;
font-family:Georgia;
text-transform:lowercase;
font-style:italic;
}
#code1 { position: relative; display: inline-block;}
#code2 { display: none; position: absolute;
top: 40px;
left: 100px;
}
Abraços.
Re: Alterar personalização das cores do fórum
Olá,
Troque por esse
Troque por esse
- Código:
Olá,
Peço que troque por esse
[code]@font-face {
font-family: 'Amatic SC';
font-style: normal;
font-weight: 400;
src: local('Amatic SC Regular'), local('AmaticSC-Regular'), url(http://themes.googleusercontent.com/static/fonts/amaticsc/v3/DPPfSFKxRTXvae2bKDzp5D8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
font-family: 'Alef';
font-style: normal;
font-weight: 400;
src: local('Alef Regular'), local('Alef-Regular'), url(http://themes.googleusercontent.com/static/fonts/alef/v1/C8wmYJieZdfX3SNk-GwKVA.woff) format('woff');
}
#wrap {
border-left: 40px groove #6600ff;
border-right: 20px solid #6600cc;
}
a.mainmenu {
font-family: Amatic SC;
font-size: 26px;
letter-spacing: -3px;
text-shadow: text-shadow: 0 0 10px #000000;
}
a.mainmenu:hover{
letter-spacing : -2;
text-decoration: none;
color : #ab0d0d;
text-transform: uppercase;
}
ul.navlinks {
margin-top: -55px;
}
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
font-weight: bold;
font-size: 22;
font-family: Alef;
text-decoration: none;
letter-spacing: -2px;
}
.postprofile {
display: block;
text-align: center;
border-left: 15px solid #d61111;
border-right: 15px solid #d61111;
width: 180px;
}
.postprofile dd {
text-align: left;
margin-top: 4px;
}
#i_whosonline + p em {
background: #ffeeee;
border-left: 10px solid #d61111;
border-right: 10px solid #d61111;
display: block;
height: 50px;
width: 70%;
font-family: Amatic SC;
font-size: 29px;
margin: 0 auto;
color: transparent;
font-style: normal;
padding: 5px;
}
#main .h3 {
background: #ffeeee;
border-bottom: 20px solid #aa2020;
height: 50px;
text-align: center;
font-family: Amatic SC;
color: #aa2020;
letter-spacing: -2px;
font-size: 40px;
}
li.header {
background: #e3caca;
color: #105289;
font-size: 8px;
font-weight: 700;
margin-right: -10px;
padding: 6px 0 1px;
height: 31px;
letter-spacing: 0;
text-align: center;
text-transform: none;
vertical-align: middle;
}
.table-title h2 {
font-size: 29px;
font-family: Amatic SC;
}
a.forumtitle {
font-family: Amatic SC;
font-size: 25px;
letter-spacing: -1;
padding-left: 30px;
text-align: left;
text-shadow: text-shadow:4px 4px 4px #COLOR;
text-transform: uppercase;
border-left: 19px solid #c72c2c;
color: #ec1414;
margin-left: 0px;
}
a.forumtitle:hover {
text-decoration:none;
text-shadow: 0 0 5px #COLOR;
letter-spacing: 0;
border-left: 19px solid #ad1616;
color: #ab0d0d;
}
#desc {
background: #f0f0f0;
width: 400px;
border-left: 20px solid #c72c2c;
border-right: 20px solid #c72c2c;
height: 110;
overflow: auto;
}
#desc img {
height: 110px;
float: center;
margin-right: 10px;
}
#texto {
opacity: .10;
text-align: justify;
text-size: 9px;
}
body {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0px;
overflow-y: auto;
overflow-x: auto;
}
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
height: 10px;
display: block;
background: #a00e0e;
}
::-webkit-scrollbar-track-piece {
background: #dc3434;
}
/*barrita vertical*/
::-webkit-scrollbar-thumb:vertical {
height: 20px;;
background: #660099;
border: 1px solid #;
}
/*barrita horizontal*/
::-webkit-scrollbar-thumb:horizontal {
width: 50px;
background: #660099;
border: 1px solid #357585;
}
#chatbox_header {
border-radius: 20px 20px 0px 0px ;
background: #660099;
}
#chatbox_footer {
background: #660099;}
.chatbox-title {
color: #COLOR;
font-family:Georgia;
text-transform:lowercase;
font-style:italic;
}
#code1 { position: relative; display: inline-block;}
#code2 { display: none; position: absolute;
top: 40px;
left: 100px;
}[/code]
Re: Alterar personalização das cores do fórum
Bem, se entrares no fórum, dá para perceber, que ele não está totalmente roxo. (Barra de rolagem, categorias, sub fóruns, etc)
Dá para corrigir?
Obrigado.
Dá para corrigir?
Obrigado.
Re: Alterar personalização das cores do fórum
Olá,
Peço que troque por esse
Até!
Peço que troque por esse
- Código:
@font-face {
font-family: 'Amatic SC';
font-style: normal;
font-weight: 400;
src: local('Amatic SC Regular'), local('AmaticSC-Regular'), url(http://themes.googleusercontent.com/static/fonts/amaticsc/v3/DPPfSFKxRTXvae2bKDzp5D8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
font-family: 'Alef';
font-style: normal;
font-weight: 400;
src: local('Alef Regular'), local('Alef-Regular'), url(http://themes.googleusercontent.com/static/fonts/alef/v1/C8wmYJieZdfX3SNk-GwKVA.woff) format('woff');
}
#wrap {
border-left: 40px groove #6600ff;
border-right: 20px solid #6600cc;
}
a.mainmenu {
font-family: Amatic SC;
font-size: 26px;
letter-spacing: -3px;
text-shadow: text-shadow: 0 0 10px #000000;
}
a.mainmenu:hover{
letter-spacing : -2;
text-decoration: none;
color : #ab0d0d;
text-transform: uppercase;
}
ul.navlinks {
margin-top: -55px;
}
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
font-weight: bold;
font-size: 22;
font-family: Alef;
text-decoration: none;
letter-spacing: -2px;
}
.postprofile {
display: block;
text-align: center;
border-left: 15px solid #d61111;
border-right: 15px solid #d61111;
width: 180px;
}
.postprofile dd {
text-align: left;
margin-top: 4px;
}
#i_whosonline + p em {
background: #ffeeee;
border-left: 10px solid #d61111;
border-right: 10px solid #d61111;
display: block;
height: 50px;
width: 70%;
font-family: Amatic SC;
font-size: 29px;
margin: 0 auto;
color: transparent;
font-style: normal;
padding: 5px;
}
#main .h3 {
background: #ffeeee;
border-bottom: 20px solid #aa2020;
height: 50px;
text-align: center;
font-family: Amatic SC;
color: #aa2020;
letter-spacing: -2px;
font-size: 40px;
}
li.header {
background: #e3caca;
color: #105289;
font-size: 8px;
font-weight: 700;
margin-right: -10px;
padding: 6px 0 1px;
height: 31px;
letter-spacing: 0;
text-align: center;
text-transform: none;
vertical-align: middle;
}
.table-title h2 {
font-size: 29px;
font-family: Amatic SC;
}
a.forumtitle {
font-family: Amatic SC;
font-size: 25px;
letter-spacing: -1;
padding-left: 30px;
text-align: left;
text-shadow: text-shadow:4px 4px 4px #COLOR;
text-transform: uppercase;
border-left: 19px solid #c72c2c;
color: #ec1414;
margin-left: 0px;
}
a.forumtitle:hover {
text-decoration:none;
text-shadow: 0 0 5px #COLOR;
letter-spacing: 0;
border-left: 19px solid #ad1616;
color: #ab0d0d;
}
#desc {
background: #f0f0f0;
width: 400px;
border-left: 20px solid #c72c2c;
border-right: 20px solid #c72c2c;
height: 110;
overflow: auto;
}
#desc img {
height: 110px;
float: center;
margin-right: 10px;
}
#texto {
opacity: .10;
text-align: justify;
text-size: 9px;
}
body {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0px;
overflow-y: auto;
overflow-x: auto;
}
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
height: 10px;
display: block;
background: #a00e0e;
}
::-webkit-scrollbar-track-piece {
background: #6600ff;
}
/*barrita vertical*/
::-webkit-scrollbar-thumb:vertical {
height: 20px;;
background: #660099;
border: 1px solid #;
}
/*barrita horizontal*/
::-webkit-scrollbar-thumb:horizontal {
width: 50px;
background: #660099;
border: 1px solid #357585;
}
#chatbox_header {
border-radius: 20px 20px 0px 0px ;
background: #660099;
}
#chatbox_footer {
background: #660099;}
.chatbox-title {
color: #COLOR;
font-family:Georgia;
text-transform:lowercase;
font-style:italic;
}
#code1 { position: relative; display: inline-block;}
#code2 { display: none; position: absolute;
top: 40px;
left: 100px;
}
Até!
Re: Alterar personalização das cores do fórum
O senhor veio a utilizar o código fornecido por mim?
Por gentileza, poderia re-colocar para que eu veja?
Até mais.
Por gentileza, poderia re-colocar para que eu veja?
- Código:
@font-face {
font-family: 'Amatic SC';
font-style: normal;
font-weight: 400;
src: local('Amatic SC Regular'), local('AmaticSC-Regular'), url(http://themes.googleusercontent.com/static/fonts/amaticsc/v3/DPPfSFKxRTXvae2bKDzp5D8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
font-family: 'Alef';
font-style: normal;
font-weight: 400;
src: local('Alef Regular'), local('Alef-Regular'), url(http://themes.googleusercontent.com/static/fonts/alef/v1/C8wmYJieZdfX3SNk-GwKVA.woff) format('woff');
}
#wrap {
border-left: 40px groove #6600ff;
border-right: 20px solid #6600ff;
}
a.mainmenu {
font-family: Amatic SC;
font-size: 26px;
letter-spacing: -3px;
text-shadow: text-shadow: 0 0 10px #000000;
}
a.mainmenu:hover{
letter-spacing : -2;
text-decoration: none;
color : #ab0d0d;
text-transform: uppercase;
}
ul.navlinks {
margin-top: -55px;
}
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
font-weight: bold;
font-size: 22;
font-family: Alef;
text-decoration: none;
letter-spacing: -2px;
}
.postprofile {
display: block;
text-align: center;
border-left: 15px solid #d61111;
border-right: 15px solid #d61111;
width: 180px;
}
.postprofile dd {
text-align: left;
margin-top: 4px;
}
#i_whosonline + p em {
background: #F3EEFF;
border-left: 10px solid #6600cc;
border-right: 10px solid #6600cc;
color: transparent;
display: block;
font-family: Amatic SC;
font-size: 29px;
font-style: normal;
height: 50px;
margin: 0 auto;
padding: 5px;
width: 70%;
}
#main .h3 {
background: #F3EEFF;
border-bottom: 20px solid #6600cc;
color: #7720AA;
font-family: Amatic SC;
font-size: 40px;
height: 50px;
letter-spacing: -2px;
text-align: center;
}
li.header {
background: #e3caca;
color: #105289;
font-size: 8px;
font-weight: 700;
margin-right: -10px;
padding: 6px 0 1px;
height: 31px;
letter-spacing: 0;
text-align: center;
text-transform: none;
vertical-align: middle;
}
.table-title h2 {
font-size: 29px;
font-family: Amatic SC;
}
a.forumtitle {
font-family: Amatic SC;
font-size: 25px;
letter-spacing: -1;
padding-left: 30px;
text-align: left;
text-shadow: text-shadow:4px 4px 4px #COLOR;
text-transform: uppercase;
border-left: 19px solid #c72c2c;
color: #ec1414;
margin-left: 0px;
}
a.forumtitle:hover {
text-decoration:none;
text-shadow: 0 0 5px #COLOR;
letter-spacing: 0;
border-left: 19px solid #ad1616;
color: #ab0d0d;
}
#desc {
background: #f0f0f0;
width: 400px;
border-left: 20px solid #c72c2c;
border-right: 20px solid #c72c2c;
height: 110;
overflow: auto;
}
#desc img {
height: 110px;
float: center;
margin-right: 10px;
}
#texto {
opacity: .10;
text-align: justify;
text-size: 9px;
}
body {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0px;
overflow-y: auto;
overflow-x: auto;
}
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
height: 10px;
display: block;
background: #a00e0e;
}
::-webkit-scrollbar-track-piece {
background: #6600cc;
}
/*barrita vertical*/
::-webkit-scrollbar-thumb:vertical {
height: 20px;;
background: #660099;
border: 1px solid #;
}
/*barrita horizontal*/
::-webkit-scrollbar-thumb:horizontal {
width: 50px;
background: #660099;
border: 1px solid #357585;
}
#chatbox_header {
border-radius: 20px 20px 0px 0px ;
background: #660099;
}
#chatbox_footer {
background: #660099;}
.chatbox-title {
color: #COLOR;
font-family:Georgia;
text-transform:lowercase;
font-style:italic;
}
#code1 { position: relative; display: inline-block;}
#code2 { display: none; position: absolute;
top: 40px;
left: 100px;
}
Até mais.
Re: Alterar personalização das cores do fórum
Mesmo assim, ambos codes não estão surtindo efeitos nos sub fóruns e categorias.
Deixei o code do Sennior 'que não vi muitas diferenças do code do Koke'
Se puderes corrigir tais erros, ficaria grato.
Deixei o code do Sennior 'que não vi muitas diferenças do code do Koke'
Se puderes corrigir tais erros, ficaria grato.
Re: Alterar personalização das cores do fórum
Tudo bem, agora me diga onde deseja as mudanças?
Pois, para mim apenas as estatísticas não estão roxas, no caso é aí que deseja as mudanças?
Até mais.
Pois, para mim apenas as estatísticas não estão roxas, no caso é aí que deseja as mudanças?
Até mais.
Re: Alterar personalização das cores do fórum
Siga as imagens, para os erros apresentandos das cores que não se aplicaram ao fórum:
https://imgur.com/byQ5tXc,hf9H5sm
https://imgur.com/byQ5tXc,hf9H5sm
Re: Alterar personalização das cores do fórum
Saudações!
Adicione no conteúdo:
Salve e Visualize seu fórum.
Melhores cumprimentos,
Sennior.
Vá em: Painel de controle Visualização Cores "Aba" Folha CSS. |
- Código:
@font-face {
font-family: 'Amatic SC';
font-style: normal;
font-weight: 400;
src: local('Amatic SC Regular'), local('AmaticSC-Regular'), url(http://themes.googleusercontent.com/static/fonts/amaticsc/v3/DPPfSFKxRTXvae2bKDzp5D8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
font-family: 'Alef';
font-style: normal;
font-weight: 400;
src: local('Alef Regular'), local('Alef-Regular'), url(http://themes.googleusercontent.com/static/fonts/alef/v1/C8wmYJieZdfX3SNk-GwKVA.woff) format('woff');
}
#wrap {
border-left: 40px groove #6600ff;
border-right: 20px solid #6600ff;
}
a.mainmenu {
font-family: Amatic SC;
font-size: 26px;
letter-spacing: -3px;
text-shadow: text-shadow: 0 0 10px #000000;
}
a.mainmenu:hover{
letter-spacing : -2;
text-decoration: none;
color : #ab0d0d;
text-transform: uppercase;
}
ul.navlinks {
margin-top: -55px;
}
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
font-weight: bold;
font-size: 22;
font-family: Alef;
text-decoration: none;
letter-spacing: -2px;
}
.postprofile {
display: block;
text-align: center;
border-left: 15px solid #d61111;
border-right: 15px solid #d61111;
width: 180px;
}
.postprofile dd {
text-align: left;
margin-top: 4px;
}
#i_whosonline + p em {
background: #F3EEFF;
border-left: 10px solid #6600cc;
border-right: 10px solid #6600cc;
color: transparent;
display: block;
font-family: Amatic SC;
font-size: 29px;
font-style: normal;
height: 50px;
margin: 0 auto;
padding: 5px;
width: 70%;
}
#main .h3 {
background: #F3EEFF;
border-bottom: 20px solid #6600cc;
color: #7720AA;
font-family: Amatic SC;
font-size: 40px;
height: 50px;
letter-spacing: -2px;
text-align: center;
}
li.header {
background: #6600ff;
color: #105289;
font-size: 8px;
font-weight: 700;
margin-right: -10px;
padding: 6px 0 1px;
height: 31px;
letter-spacing: 0;
text-align: center;
text-transform: none;
vertical-align: middle;
}
.table-title h2 {
font-size: 29px;
font-family: Amatic SC;
}
a.forumtitle:hover {
border-left: 19px solid #7103DF;
color: #7103DF;
letter-spacing: 0;
text-decoration: none;
text-shadow: 0 0 5px #COLOR;
}
a.forumtitle:hover {
color: #7600d1;
text-decoration: underline;
}
a.forumtitle {
border-left: 19px solid #6600cc;
color: #6600cc;
font-family: Amatic SC;
font-size: 25px;
letter-spacing: -1px;
margin-left: 0;
padding-left: 30px;
text-align: left;
text-shadow: text-shadow:4px 4px 4px #COLOR;
text-transform: uppercase;
}
a.forumtitle {
color: #421354;
font-family: Arial,Helvetica,sans-serif;
font-size: 1.2em;
font-weight: 700;
text-decoration: none;
}
#desc {
background: #f0f0f0;
width: 400px;
border-left: 20px solid #c72c2c;
border-right: 20px solid #c72c2c;
height: 110;
overflow: auto;
}
#desc img {
height: 110px;
float: center;
margin-right: 10px;
}
#texto {
opacity: .10;
text-align: justify;
text-size: 9px;
}
body {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0px;
overflow-y: auto;
overflow-x: auto;
}
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
height: 10px;
display: block;
background: #a00e0e;
}
::-webkit-scrollbar-track-piece {
background: #6600cc;
}
/*barrita vertical*/
::-webkit-scrollbar-thumb:vertical {
height: 20px;;
background: #660099;
border: 1px solid #;
}
/*barrita horizontal*/
::-webkit-scrollbar-thumb:horizontal {
width: 50px;
background: #660099;
border: 1px solid #357585;
}
#chatbox_header {
border-radius: 20px 20px 0px 0px ;
background: #660099;
}
#chatbox_footer {
background: #660099;}
.chatbox-title {
color: #COLOR;
font-family:Georgia;
text-transform:lowercase;
font-style:italic;
}
#code1 { position: relative; display: inline-block;}
#code2 { display: none; position: absolute;
top: 40px;
left: 100px;
}
Salve e Visualize seu fórum.
Melhores cumprimentos,
Sennior.
Re: Alterar personalização das cores do fórum
Segundo o regulamento do setor de suporte, tópicos com mais de 7 dias devem ser arquivados por abandono do próprio autor. Você poderá obter mais informações lendo este tópico: Regras para a postagem de dúvidas Caso ainda tenha dúvidas, aconselhamos que crie um novo tópico no setor de suporte, tendo em vista que este não deve ficar na seção por mais de 7 dias. |
Tópicos semelhantes
» Personalização de cores do Spoiler
» Alterar personalização do menu do fórum
» Alterar cores do fórum
» Personalização de cores do Spoiler
» Preciso alterar cores de algumas partes do fórum
» Alterar personalização do menu do fórum
» Alterar cores do fórum
» Personalização de cores do Spoiler
» Preciso alterar cores de algumas partes do fórum
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