MediaWiki:Common.css: mudanças entre as edições

De Wiki PokeLegends
Ir para navegação Ir para pesquisar
Sem resumo de edição
Sem resumo de edição
Linha 1: Linha 1:
/* ========================================
/* ========================================
   TEMA DARK GLOBAL
   TEMA DARK GLOBAL COMPLETO (UNIFICADO)
======================================== */
======================================== */


/* ===== FUNDO GLOBAL ===== */
/* ===== FUNDO GLOBAL ===== */
body,
html, body,
#content,
#content,
.mw-body,
.mw-body,
Linha 13: Linha 13:
     background-color: #1e1e1e !important;
     background-color: #1e1e1e !important;
     color: #e4e6eb !important;
     color: #e4e6eb !important;
}
/* ===== FORÇAR TEXTO BRANCO GLOBAL ===== */
body, p, span, div, li, ul, ol,
.mw-parser-output,
.vector-body,
.vector-page-content {
    color: #e4e6eb !important;
}
/* ===== TÍTULOS ===== */
h1, h2, h3, h4, h5, h6 {
    color: #ffffff !important;
}
}


Linha 25: Linha 38:
}
}


/* ===== SIDEBAR TEXTO ===== */
/* ===== SIDEBAR TEXTO BRANCO ===== */
#mw-panel a,
#mw-panel a,
#mw-panel a:visited {
#mw-panel a:visited {
Linha 37: Linha 50:
}
}


/* ===== LINKS GERAIS ===== */
/* ===== LINKS (CONTEÚDO) ===== */
.mw-parser-output a {
.mw-parser-output a {
     color: #58a6ff !important;
     color: #58a6ff !important;
Linha 47: Linha 60:


/* ===== TABELAS ===== */
/* ===== TABELAS ===== */
table,
table, .wikitable {
.wikitable {
     background-color: #2a2d31 !important;
     background-color: #2a2d31 !important;
     color: #e4e6eb !important;
     color: #e4e6eb !important;
Linha 55: Linha 67:
}
}


th,
/* Cabeçalho */
.wikitable th {
th, .wikitable th {
     background-color: #202225 !important;
     background-color: #202225 !important;
     color: #ffffff !important;
     color: #ffffff !important;
Linha 62: Linha 74:
}
}


td,
/* Células */
.wikitable td {
td, .wikitable td {
     background-color: #2a2d31 !important;
     background-color: #2a2d31 !important;
    color: #e4e6eb !important;
     padding: 6px;
     padding: 6px;
}
}


/* ===== HOVER EM TABELAS ===== */
/* Hover tabela */
tr:hover td {
tr:hover td {
     background-color: #32363c !important;
     background-color: #32363c !important;
Linha 74: Linha 87:


/* ===== INPUTS ===== */
/* ===== INPUTS ===== */
input,
input, textarea, select {
textarea,
select {
     background-color: #2a2d31 !important;
     background-color: #2a2d31 !important;
     color: #ffffff !important;
     color: #ffffff !important;
Linha 94: Linha 105:
}
}


/* ===== CAIXAS (INFOBOX / TOC / THUMB) ===== */
/* ===== CAIXAS ===== */
.infobox,
.infobox, .toc, .thumb {
.toc,
    background-color: #2a2d31 !important;
.thumb {
    border: 1px solid #444 !important;
    color: #e4e6eb !important;
}
 
/* ===== IMAGENS ===== */
.thumbinner {
    background-color: transparent !important;
}
 
/* ===== LINHAS ===== */
hr {
    border-color: #444 !important;
}
 
/* ===== CÓDIGO ===== */
pre, code {
     background-color: #2a2d31 !important;
     background-color: #2a2d31 !important;
    color: #e4e6eb !important;
     border: 1px solid #444 !important;
     border: 1px solid #444 !important;
}
}


/* ===== REMOVER FUNDOS BRANCOS CHATOS ===== */
/* ===== REMOVER BRANCOS ESCONDIDOS ===== */
.vector-page-toolbar,
.vector-page-toolbar,
.vector-header-container,
.vector-header-container,
.vector-column-end {
.vector-column-end,
.mw-footer {
     background-color: #1e1e1e !important;
     background-color: #1e1e1e !important;
}
}


/* ===== SCROLLBAR ===== */
/* ===== SCROLL ===== */
::-webkit-scrollbar {
::-webkit-scrollbar {
     width: 8px;
     width: 8px;
Linha 120: Linha 148:


/* ========================================
/* ========================================
   AJUSTES EXTRAS
   ANTI-CSS INLINE (CORREÇÃO FINAL)
======================================== */
======================================== */


/* Remove fundo branco de imagens */
/* força branco até em elementos com estilo próprio */
.thumbinner {
[style*="color: black"],
    background-color: transparent !important;
[style*="color:#000"],
}
[style*="color: #000"] {
 
/* Linha divisória */
hr {
    border-color: #444 !important;
}
 
/* Títulos */
h1, h2, h3, h4, h5 {
    color: #ffffff !important;
}
 
/* Código */
pre, code {
    background-color: #2a2d31 !important;
     color: #e4e6eb !important;
     color: #e4e6eb !important;
    border: 1px solid #444 !important;
}
}

Edição das 12h37min de 7 de maio de 2026

/* ========================================
   TEMA DARK GLOBAL COMPLETO (UNIFICADO)
======================================== */

/* ===== FUNDO GLOBAL ===== */
html, body,
#content,
.mw-body,
.mw-parser-output,
.vector-body,
.vector-page-content,
.mw-page-container {
    background-color: #1e1e1e !important;
    color: #e4e6eb !important;
}

/* ===== FORÇAR TEXTO BRANCO GLOBAL ===== */
body, p, span, div, li, ul, ol,
.mw-parser-output,
.vector-body,
.vector-page-content {
    color: #e4e6eb !important;
}

/* ===== TÍTULOS ===== */
h1, h2, h3, h4, h5, h6 {
    color: #ffffff !important;
}

/* ===== TOPO ===== */
#mw-head {
    background-color: #161b22 !important;
}

/* ===== SIDEBAR ===== */
#mw-panel {
    background-color: #161b22 !important;
}

/* ===== SIDEBAR TEXTO BRANCO ===== */
#mw-panel a,
#mw-panel a:visited {
    color: #ffffff !important;
    transition: 0.2s;
}

#mw-panel a:hover {
    color: #58a6ff !important;
    padding-left: 4px;
}

/* ===== LINKS (CONTEÚDO) ===== */
.mw-parser-output a {
    color: #58a6ff !important;
}

.mw-parser-output a:visited {
    color: #8ab4f8 !important;
}

/* ===== TABELAS ===== */
table, .wikitable {
    background-color: #2a2d31 !important;
    color: #e4e6eb !important;
    border: 1px solid #444 !important;
    border-collapse: collapse !important;
}

/* Cabeçalho */
th, .wikitable th {
    background-color: #202225 !important;
    color: #ffffff !important;
    padding: 8px;
}

/* Células */
td, .wikitable td {
    background-color: #2a2d31 !important;
    color: #e4e6eb !important;
    padding: 6px;
}

/* Hover tabela */
tr:hover td {
    background-color: #32363c !important;
}

/* ===== INPUTS ===== */
input, textarea, select {
    background-color: #2a2d31 !important;
    color: #ffffff !important;
    border: 1px solid #555 !important;
}

/* ===== BOTÕES ===== */
button {
    background-color: #30363d !important;
    color: #ffffff !important;
    border: 1px solid #555 !important;
    transition: 0.2s;
}

button:hover {
    background-color: #3a3f46 !important;
}

/* ===== CAIXAS ===== */
.infobox, .toc, .thumb {
    background-color: #2a2d31 !important;
    border: 1px solid #444 !important;
    color: #e4e6eb !important;
}

/* ===== IMAGENS ===== */
.thumbinner {
    background-color: transparent !important;
}

/* ===== LINHAS ===== */
hr {
    border-color: #444 !important;
}

/* ===== CÓDIGO ===== */
pre, code {
    background-color: #2a2d31 !important;
    color: #e4e6eb !important;
    border: 1px solid #444 !important;
}

/* ===== REMOVER BRANCOS ESCONDIDOS ===== */
.vector-page-toolbar,
.vector-header-container,
.vector-column-end,
.mw-footer {
    background-color: #1e1e1e !important;
}

/* ===== SCROLL ===== */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 4px;
}

/* ========================================
   ANTI-CSS INLINE (CORREÇÃO FINAL)
======================================== */

/* força branco até em elementos com estilo próprio */
[style*="color: black"],
[style*="color:#000"],
[style*="color: #000"] {
    color: #e4e6eb !important;
}