MediaWiki:Common.css: mudanças entre as edições
De Cronicas Eternas Wiki
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 1: | Linha 1: | ||
/* Pagina total */ | |||
/* Fundo escuro */ | |||
body { | |||
background-color: #121212; | |||
color: #e0e0e0; | |||
} | |||
/* Links */ | |||
a { | |||
color: #bb86fc; | |||
} | |||
a:visited { | |||
color: #7c4dff; | |||
} | |||
a:hover { | |||
color: #03dac6; | |||
} | |||
/* Cabeçalho */ | |||
#mw-head { | |||
background-color: #1f1f1f; | |||
border-bottom: 1px solid #333; | |||
} | |||
/* Barra lateral */ | |||
#mw-panel { | |||
background-color: #1f1f1f; | |||
color: #e0e0e0; | |||
} | |||
#p-logo a { | |||
background-color: transparent; | |||
} | |||
/* Caixa de conteúdo */ | |||
.mw-body { | |||
background-color: #1e1e1e; | |||
border: 1px solid #333; | |||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); | |||
} | |||
/* Tabelas */ | |||
table { | |||
background-color: #1e1e1e; | |||
border: 1px solid #333; | |||
color: #e0e0e0; | |||
} | |||
th, td { | |||
border: 1px solid #444; | |||
} | |||
/* Botões */ | |||
button, input[type="submit"] { | |||
background-color: #333; | |||
color: #e0e0e0; | |||
border: 1px solid #444; | |||
} | |||
button:hover, input[type="submit"]:hover { | |||
background-color: #444; | |||
border-color: #666; | |||
} | |||
/* Outros role */ | |||
#p-logo a { | #p-logo a { | ||
background-image: url(https://cronicaseternas.site/wiki/images/logo.png); | background-image: url(https://cronicaseternas.site/wiki/images/logo.png); | ||
Edição das 21h04min de 22 de novembro de 2024
/* Pagina total */
/* Fundo escuro */
body {
background-color: #121212;
color: #e0e0e0;
}
/* Links */
a {
color: #bb86fc;
}
a:visited {
color: #7c4dff;
}
a:hover {
color: #03dac6;
}
/* Cabeçalho */
#mw-head {
background-color: #1f1f1f;
border-bottom: 1px solid #333;
}
/* Barra lateral */
#mw-panel {
background-color: #1f1f1f;
color: #e0e0e0;
}
#p-logo a {
background-color: transparent;
}
/* Caixa de conteúdo */
.mw-body {
background-color: #1e1e1e;
border: 1px solid #333;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
/* Tabelas */
table {
background-color: #1e1e1e;
border: 1px solid #333;
color: #e0e0e0;
}
th, td {
border: 1px solid #444;
}
/* Botões */
button, input[type="submit"] {
background-color: #333;
color: #e0e0e0;
border: 1px solid #444;
}
button:hover, input[type="submit"]:hover {
background-color: #444;
border-color: #666;
}
/* Outros role */
#p-logo a {
background-image: url(https://cronicaseternas.site/wiki/images/logo.png);
background-size: contain;
width: 135px;
height: 135px;
display: block;
}
.infobox {
width: 22em;
background: #f9f9f9;
border: 1px solid #aaa;
padding: 5px;
float: right;
font-size: 90%;
}
.infobox div {
padding: 2px 5px;
}
.infobox .header {
text-align: center;
background: #ccc;
font-size: 120%;
padding: 4px;
}
.character-infobox {
width: 22em;
background: #f9f9f9;
border: 1px solid #aaa;
float: right;
padding: 5px;
font-size: 90%;
}
.character-infobox .header {
text-align: center;
background: #ccc;
font-size: 120%;
padding: 4px;
}
.character-infobox .section {
text-align: center;
background: #ddd;
font-size: 110%;
padding: 4px;
margin-top: 5px;
}
.character-infobox div {
padding: 2px 5px;
}
.item-infobox {
width: 22em;
background: #f9f9f9;
border: 1px solid #aaa;
float: right;
padding: 5px;
font-size: 90%;
}
.item-infobox .header {
text-align: center;
background: #ccc;
font-size: 120%;
padding: 4px;
}
.item-infobox .section {
text-align: center;
background: #ddd;
font-size: 110%;
padding: 4px;
margin-top: 5px;
}
.item-infobox div {
padding: 2px 5px;
}
.species-infobox {
width: 22em;
background: #f9f9f9;
border: 1px solid #aaa;
float: right;
padding: 5px;
font-size: 90%;
}
.species-infobox .header {
text-align: center;
background: #ccc;
font-size: 120%;
padding: 4px;
}
.species-infobox .section {
text-align: center;
background: #ddd;
font-size: 110%;
padding: 4px;
margin-top: 5px;
}
.species-infobox div {
padding: 2px 5px;
}