MediaWiki:Common.css

De Wiki PokeLegends
Revisão de 13h11min de 7 de maio de 2026 por Rowan (discussão | contribs)
Ir para navegação Ir para pesquisar

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.
/* ===== BASE GLOBAL ===== */
body,
#content,
.mw-body,
#mw-head,
#footer {
    background-color: #202225 !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
}

/* ===== LINKS ===== */
a, a:visited {
    color: #ffffff !important;
    text-decoration: none;
}

a:hover {
    color: #dddddd !important;
}

/* ===== SIDEBAR (TUDO UNIFICADO) ===== */
#mw-panel,
#mw-panel .portal,
#mw-panel .body,
#mw-panel .vector-menu-content {
    background-color: #2c2f33 !important;
    border: none !important;
    box-shadow: none !important;
}

/* LINKS DA SIDEBAR = BOTÕES */
#mw-panel a {
    display: block;
    background-color: #2c2f33 !important;
    color: #ffffff !important;

    padding: 6px 10px;
    border-radius: 4px;

    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* HOVER */
#mw-panel a:hover {
    background-color: #23272a !important;
}

/* REMOVE QUALQUER LINHA/SEPARADOR */
#mw-panel hr {
    border: none !important;
    background-color: #23272a !important;
    height: 1px;
}

/* ===== BOTÕES / INPUTS ===== */
button,
input,
select,
textarea {
    background-color: #2c2f33 !important;
    color: #ffffff !important;

    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* HOVER BOTÕES */
button:hover,
input:hover,
select:hover {
    background-color: #23272a !important;
}

/* REMOVE FOCO BRANCO */
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* ===== TABELAS ===== */
table {
    background-color: #2c2f33 !important;
    color: #ffffff !important;
    border-collapse: collapse;
    border: 1px solid #444 !important;
}

th {
    background-color: #23272a !important;
    color: #ffffff !important;
}

td {
    background-color: #2c2f33 !important;
}

/* ===== HEADERS / TOPO ===== */
#mw-head {
    background-color: #2c2f33 !important;
}

/* ===== REMOVE CAIXAS BRANCAS DO MEDIAWIKI ===== */
.mw-portlet,
.vector-menu,
.vector-menu-content,
.vector-menu-heading {
    background-color: #2c2f33 !important;
    border: none !important;
    box-shadow: none !important;
}

/* ===== TEXTO GERAL ===== */
p, span, li, ul, ol {
    color: #ffffff !important;
}