MediaWiki:Common.css: mudanças entre as edições
Aparência
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 1: | Linha 1: | ||
/* === TEMA MODERNO | /* === TEMA ESCURO + LARANJA MODERNO BIG2BE === */ | ||
/* Fundo geral */ | |||
body, | body, | ||
#mw-page-base, | #mw-page-base, | ||
| Linha 13: | Linha 14: | ||
color: #f2f2f2 !important; | color: #f2f2f2 !important; | ||
border: none !important; | border: none !important; | ||
font-family: 'Inter', sans-serif; | |||
} | } | ||
/* Corrige áreas | /* Corrige fundo de áreas internas */ | ||
#bodyContent, | #bodyContent, | ||
div#content, | div#content, | ||
| Linha 23: | Linha 25: | ||
color: #f2f2f2 !important; | color: #f2f2f2 !important; | ||
border: none; | border: none; | ||
} | |||
/* LOGO personalizada */ | |||
#p-logo a { | |||
background-image: url(https://wiki.big2be.com/images/logo.png); | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
height: 80px; | |||
width: 160px; | |||
} | } | ||
| Linha 39: | Linha 50: | ||
color: #ff6a00 !important; | color: #ff6a00 !important; | ||
border-color: #333 !important; | border-color: #333 !important; | ||
font-weight: 600; | |||
} | } | ||
| Linha 50: | Linha 62: | ||
#mw-panel a:hover { | #mw-panel a:hover { | ||
color: #ff6a00 !important; | color: #ff6a00 !important; | ||
} | |||
/* BARRA SUPERIOR */ | |||
#p-personal a { | |||
color: #f2f2f2 !important; | |||
} | |||
#p-personal a:hover { | |||
color: #ff6a00 !important; | |||
} | |||
/* RODAPÉ */ | |||
#footer { | |||
background: #000 !important; | |||
color: #666 !important; | |||
border-top: 1px solid #222 !important; | |||
} | } | ||
| Linha 69: | Linha 96: | ||
} | } | ||
/* | /* Áreas de código e formulários */ | ||
pre, | pre, | ||
code, | code, | ||
textarea { | textarea, | ||
input, | |||
select { | |||
background-color: #111 !important; | background-color: #111 !important; | ||
color: #f2f2f2 !important; | color: #f2f2f2 !important; | ||
border: 1px solid #333 !important; | |||
} | } | ||
/* | /* Tabelas */ | ||
# | table, | ||
th, | |||
td { | |||
background-color: #111 !important; | |||
color: #f2f2f2 !important; | color: #f2f2f2 !important; | ||
border: 1px solid #333 !important; | |||
} | } | ||
# | |||
/* Remover sombras desnecessárias */ | |||
#content { | |||
box-shadow: none !important; | |||
} | } | ||
Edição das 09h17min de 22 de julho de 2025
/* === TEMA ESCURO + LARANJA MODERNO BIG2BE === */
/* Fundo geral */
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;
font-family: 'Inter', sans-serif;
}
/* Corrige fundo de áreas internas */
#bodyContent,
div#content,
#mw-content-text,
#mw-panel div.portal {
background-color: #000 !important;
color: #f2f2f2 !important;
border: none;
}
/* LOGO personalizada */
#p-logo a {
background-image: url(https://wiki.big2be.com/images/logo.png);
background-size: contain;
background-repeat: no-repeat;
height: 80px;
width: 160px;
}
/* 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;
font-weight: 600;
}
/* PAINEL LATERAL */
#mw-panel {
background-color: #111 !important;
}
#mw-panel a {
color: #f2f2f2 !important;
}
#mw-panel a:hover {
color: #ff6a00 !important;
}
/* BARRA SUPERIOR */
#p-personal a {
color: #f2f2f2 !important;
}
#p-personal a:hover {
color: #ff6a00 !important;
}
/* RODAPÉ */
#footer {
background: #000 !important;
color: #666 !important;
border-top: 1px solid #222 !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;
}
/* Áreas de código e formulários */
pre,
code,
textarea,
input,
select {
background-color: #111 !important;
color: #f2f2f2 !important;
border: 1px solid #333 !important;
}
/* Tabelas */
table,
th,
td {
background-color: #111 !important;
color: #f2f2f2 !important;
border: 1px solid #333 !important;
}
/* Remover sombras desnecessárias */
#content {
box-shadow: none !important;
}