MediaWiki:Common.css
Aparência
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.
/* Wiki TokuDrive - base visual estilo Wikipédia */
body {
background: #f8f9fa;
}
.mw-body,
.vector-body {
background: #ffffff;
}
.mw-page-title-main {
font-family: 'Linux Libertine', Georgia, Times, serif;
font-weight: normal;
}
/* Logo TokuDrive no topo do Vector 2022 */
.mw-logo {
min-width: 250px !important;
width: 250px !important;
height: 58px !important;
display: flex !important;
align-items: center !important;
gap: 8px !important;
}
.mw-logo-icon {
width: 52px !important;
height: 52px !important;
max-width: 52px !important;
max-height: 52px !important;
object-fit: contain !important;
}
.mw-logo-wordmark {
width: 210px !important;
height: 58px !important;
max-width: 210px !important;
max-height: 58px !important;
object-fit: contain !important;
}
.mw-logo-tagline {
display: none !important;
}
/* Esconde qualquer aviso antigo de importação, caso algum ainda esteja cacheado */
.td-sourcebox {
display: none !important;
}
/* Aparência padrão tipo Wikipédia */
.wikitable {
background: #f8f9fa;
border: 1px solid #a2a9b1;
border-collapse: collapse;
}
.wikitable th {
background: #eaecf0;
font-weight: bold;
}
.wikitable td,
.wikitable th {
border: 1px solid #a2a9b1;
padding: 0.35em 0.55em;
}
/* Infobox padrão */
.infobox {
float: right;
clear: right;
width: 22em;
margin: 0 0 1em 1em;
background: #f8f9fa;
border: 1px solid #a2a9b1;
border-spacing: 3px;
font-size: 88%;
line-height: 1.5em;
}
.infobox th {
background: #eaecf0;
text-align: center;
}
.infobox td,
.infobox th {
padding: 4px 6px;
}
/* Não deixa erros técnicos vermelhos destruírem o artigo */
.mw-parser-output .error,
.mw-parser-output .scribunto-error,
.mw-parser-output strong.error,
.mw-parser-output span.error {
display: none !important;
}
/* Imagens e thumbs */
.thumbinner {
background: #f8f9fa;
border: 1px solid #c8ccd1;
}
@media (max-width: 800px) {
.mw-logo {
min-width: 190px !important;
width: 190px !important;
}
.mw-logo-wordmark {
width: 155px !important;
}
.infobox {
float: none;
width: 100%;
margin: 0 0 1em 0;
}
}