MediaWiki:Common.css
Nota: Após publicar, 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)
- Edge: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5.
- Opera: Pressione Ctrl-F5.
/** o código CSS colocado aqui será aplicado a todos os temas */
/** CSS do infobox */
.infobox {
//background: #f8f9fa;
background: #f1f5fc;
border: 1px solid #aaa;
float: right;
//margin: 0 0 1em 1em;
//padding: 1em;
//width: 400px;
width: 20%;
}
.infobox-title {
//font-size: 1em;
text-align: center;
font-weight: bold;
}
.infobox-image {
text-align: center;
}
.infobox th {
text-align: left;
font-size: 0.9em;
//vertical-align: top;
//width: 120px;
width: 30%;
}
.infobox td {
font-size: 0.9em;
text-align: left;
//vertical-align: middle;
//width: 100%;
}