MediaWiki:Common.css
Ir para navegação
Ir para pesquisar
Nota: Após salvar, você pode ter que limpar o "cache" do seu navegador para ver as alterações.
- Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
- Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
- Internet Explorer: PressioneCtrl enquanto clica Recarregar, ou Pressione Ctrl-F5
- Opera: Vá para Menu → Configurações (Opera → Preferencias no Mac) e depois para Privacidade e Segurança → Limpar dados de navegação → Imagens e arquivos em cache.
/** o código CSS colocado aqui será aplicado a todos os temas */
.naviText {
display: inline-block;
color: #fc2a2a;
cursor: pointer;
padding: 1px;
}
.naviCopied {
display: none;
color: #fc2a2a;
border: 1px dotted #f27979;
padding: 0 20px;
border-radius: 5px;
}
/* wikitable/prettytable class for centered normal tables*/
table.wikitablec,
table.prettytable {
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #aaa solid;
border-collapse: collapse;
}
table.wikitablecenter,
table.prettytable {
margin-left: auto;
margin-right: auto;
background: #f9f9f9;
border: 1px #aaa solid;
border-collapse: collapse;
}
table.wikitablec th, table.wikitablec td,
table.prettytable th, table.prettytable td {
border: 1px #aaa solid;
padding: 0.2em;
text-align: center;
}
table.wikitablec th,
table.prettytable th {
background: #f2f2f2;
text-align: center;
}
table.wikitablec caption,
table.prettytable caption {
margin-left: inherit;
margin-right: inherit;
font-weight: bold;
}
.prettytablec code,
table.wikitablec code {
background-color: transparent;
}
table.wikitablecenter th, table.wikitablecenter td,
table.prettytable th, table.prettytable td {
border: 1px #aaa solid;
padding: 0.2em;
text-align: center;
}
table.wikitablecenter th,
table.prettytable th {
background: #f2f2f2;
text-align: center;
}
table.wikitablecenter caption,
table.prettytable caption {
margin-left: inherit;
margin-right: inherit;
font-weight: bold;
}
.prettytablecenter code,
table.wikitablecenter code {
background-color: transparent;
}
table.elements {
text-align: center;
}
table.elements th, table.elements td {
padding: 0.5em;
}
.effective {
background-color: #BFFFBF;
}
.ineffective {
background-color: #FFBF7F;
}
.nullified {
background-color: #FFBFBF;
}
.early,
.early td,
.early th {
color: black;
border-collapse: separate;
border: 2px solid #de8a35;
}
.midgame,
.midgame td,
.midgame th {
border-collapse: separate;
border: 2px solid #35de4c;
}
.endgame,
.endgame td,
.endgame th {
border-collapse: separate;
border: 2px solid #3581de;
}
.endendgame,
.endendgame td,
.endendgame th {
border-collapse: separate;
border: 2px solid #de354c;
}
.blacktable,
.blacktable td,
.blacktable th {
border-collapse: separate;
border: 2px solid black;
}
.image30px {
width:30px;
}