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.
/* === TEMA MODERNO ESCURO BIG2BE === */
body,
#mw-page-base,
#mw-head-base,
#content,
#mw-content-text,
#footer,
#mw-panel,
#p-personal,
#mw-head {
background-color: #000 !important;
color: #f2f2f2 !important;
border: none !important;
}
/* Corrige áreas brancas */
#bodyContent,
div#content,
#mw-content-text,
#mw-panel div.portal {
background-color: #000 !important;
color: #f2f2f2 !important;
border: none;
}
/* LINKS */
a, a:visited {
color: #ff6a00 !important;
text-decoration: none;
}
a:hover {
color: #ffa94d !important;
text-decoration: underline;
}
/* TÍTULOS */
h1, h2, h3, h4, h5, h6 {
color: #ff6a00 !important;
border-color: #333 !important;
}
/* PAINEL LATERAL */
#mw-panel {
background-color: #111 !important;
}
#mw-panel a {
color: #f2f2f2 !important;
}
#mw-panel a:hover {
color: #ff6a00 !important;
}
/* BOTÕES */
input[type="submit"],
input[type="button"],
button {
background-color: #ff6a00 !important;
color: #000 !important;
border: none !important;
padding: 6px 12px;
border-radius: 4px;
}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
background-color: #ffa94d !important;
cursor: pointer;
}
/* LOGO */
#p-logo a {
background-image: url(https://wiki.big2be.com/images/logo-big2be.png); /* Substitua se necessário */
background-size: contain;
background-repeat: no-repeat;
height: 80px;
}
/* RODAPÉ */
#footer {
background: #000 !important;
color: #666 !important;
border-top: 1px solid #222 !important;
}
/* FORMATAÇÃO PADRÃO */
pre,
code,
textarea {
background-color: #111 !important;
color: #f2f2f2 !important;
}
/* BARRA SUPERIOR DE OPÇÕES */
#p-personal a {
color: #f2f2f2 !important;
}
#p-personal a:hover {
color: #ff6a00 !important;
}