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.
/* === TOKUDRIVE_LOGO_TOPO_BEGIN === */
.mw-logo-tagline {
display: none !important;
}
.mw-logo {
min-width: 270px !important;
width: 270px !important;
height: 76px !important;
display: flex !important;
align-items: center !important;
}
.mw-logo-icon {
display: none !important;
}
.mw-logo-wordmark {
width: 260px !important;
height: 72px !important;
max-width: 260px !important;
max-height: 72px !important;
object-fit: contain !important;
object-position: left center !important;
}
@media (max-width: 900px) {
.mw-logo {
min-width: 210px !important;
width: 210px !important;
height: 58px !important;
}
.mw-logo-wordmark {
width: 205px !important;
height: 56px !important;
max-width: 205px !important;
max-height: 56px !important;
}
}
/* === TOKUDRIVE_LOGO_TOPO_END === */