MediaWiki:Common.css: mudanças entre as edições
Aparência
Criou página com '→=== TEMA DARK MINIMALISTA BIG2BE ===: body { background-color: #000; color: #f2f2f2; font-family: 'Inter', sans-serif; } →Links: a, a:visited { color: #ff6a00; text-decoration: none; } a:hover { color: #ffa94d; text-decoration: underline; } →Cabeçalho: #mw-head, #p-personal, #mw-panel { background-color: #111; border: none; } →Barra lateral: #mw-panel { background-color: #111; color: #f2f2f2; border-right: 1px solid #222; } #...' |
Sem resumo de edição |
||
| Linha 1: | Linha 1: | ||
/* === TEMA | /* === TEMA MODERNO ESCURO BIG2BE === */ | ||
body { | body, | ||
background-color: #000; | #mw-page-base, | ||
color: #f2f2f2; | #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 { | a, a:visited { | ||
color: #ff6a00; | color: #ff6a00 !important; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
a:hover { | a:hover { | ||
color: #ffa94d; | color: #ffa94d !important; | ||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
/* | /* TÍTULOS */ | ||
h1, h2, h3, h4, h5, h6 { | |||
color: #ff6a00 !important; | |||
border: | border-color: #333 !important; | ||
} | } | ||
/* | /* PAINEL LATERAL */ | ||
#mw-panel { | #mw-panel { | ||
background-color: #111 | background-color: #111 !important; | ||
} | } | ||
#mw-panel a { | #mw-panel a { | ||
color: #f2f2f2; | color: #f2f2f2 !important; | ||
} | } | ||
#mw-panel a:hover { | #mw-panel a:hover { | ||
color: #ff6a00 | color: #ff6a00 !important; | ||
} | } | ||
/* | /* BOTÕES */ | ||
input[type="submit"], | input[type="submit"], | ||
input[type="button"], | input[type="button"], | ||
button { | button { | ||
background-color: #ff6a00; | background-color: #ff6a00 !important; | ||
color: #000; | color: #000 !important; | ||
border: none; | border: none !important; | ||
padding: 6px 12px; | padding: 6px 12px; | ||
border-radius: 4px; | border-radius: 4px; | ||
| Linha 67: | Linha 65: | ||
input[type="button"]:hover, | input[type="button"]:hover, | ||
button:hover { | button:hover { | ||
background-color: #ffa94d; | background-color: #ffa94d !important; | ||
cursor: pointer; | cursor: pointer; | ||
} | } | ||
/* | /* LOGO */ | ||
#p-logo a { | #p-logo a { | ||
background-image: url(https://wiki.big2be.com/images/ | background-image: url(https://wiki.big2be.com/images/logo-big2be.png); /* Substitua se necessário */ | ||
background-size: contain; | background-size: contain; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
height: | 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; | |||
} | } | ||
Edição das 09h15min de 22 de julho de 2025
/* === 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;
}