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

De Wiki PokeLegends
Ir para navegação Ir para pesquisar
Sem resumo de edição
Etiqueta: Reversão manual
Sem resumo de edição
Linha 1: Linha 1:
/** o código CSS colocado aqui será aplicado a todos os temas */
/* ========================================
  TEMA DARK GLOBAL
======================================== */


/* ===== SEU CSS ORIGINAL ===== */
/* ===== FUNDO GLOBAL ===== */
#p-tb { display: none}
body,
#ca-talk { display: none !important; }
#content,
#ca-edit { display: none !important; }
.mw-body,
#ca-formedit { display: none !important; }
.mw-parser-output,
#ca-history { display: none !important;}
.vector-body,
#ca-watch { display: none !important; }
.vector-page-content,
#ca-unwatch { display: none !important; }
.mw-page-container {
#ca-delete { display: none !important; }
    background-color: #1e1e1e !important;
#ca-move { display: none !important; }
    color: #e4e6eb !important;
#ca-protect { display: none !important; }
}
#ca-viewsource { display: none !important; }


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


.anon #ca-ve-edit {
/* ===== SIDEBAR ===== */
  display: none !important;
#mw-panel {
    background-color: #161b22 !important;
}
}


a.external {
/* ===== SIDEBAR TEXTO ===== */
     background: none;
#mw-panel a,
     padding-right: 0;
#mw-panel a:visited {
     color: #ffffff !important;
     transition: 0.2s;
}
}


#n-download a {
#mw-panel a:hover {
  text-transform: capitalize !important;
    color: #58a6ff !important;
    padding-left: 4px;
}
}


/* ===== LINKS GERAIS ===== */
.mw-parser-output a {
    color: #58a6ff !important;
}


/* ===== FUNDO ESTILO GPT (CINZA) ===== */
.mw-parser-output a:visited {
    color: #8ab4f8 !important;
}


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


/* Área principal */
th,
#content, .mw-body {
.wikitable th {
     background: #444654 !important;
     background-color: #202225 !important;
     border-radius: 10px;
     color: #ffffff !important;
     padding: 20px;
     padding: 8px;
}
}


/* Remove branco padrão */
td,
.mw-body-content {
.wikitable td {
     background: transparent !important;
     background-color: #2a2d31 !important;
    padding: 6px;
}
}


/* Sidebar */
/* ===== HOVER EM TABELAS ===== */
#mw-panel {
tr:hover td {
     background: #202123 !important;
     background-color: #32363c !important;
    border-right: 1px solid #2f3037;
}
}


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


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


/* Títulos da sidebar */
button:hover {
#mw-panel .portal h3 {
     background-color: #3a3f46 !important;
     color: #9ca3af !important;
}
}


/* Topo */
/* ===== CAIXAS (INFOBOX / TOC / THUMB) ===== */
#mw-head,
.infobox,
#mw-head-base {
.toc,
     background: #202123 !important;
.thumb {
     border-bottom: 1px solid #2f3037 !important;
     background-color: #2a2d31 !important;
     border: 1px solid #444 !important;
}
}


/* Links gerais */
/* ===== REMOVER FUNDOS BRANCOS CHATOS ===== */
a {
.vector-page-toolbar,
     color: #8ab4f8;
.vector-header-container,
.vector-column-end {
     background-color: #1e1e1e !important;
}
}


a:hover {
/* ===== SCROLLBAR ===== */
     color: #ffffff !important;
::-webkit-scrollbar {
     width: 8px;
}
}


/* NÃO mexe nos ícones */
::-webkit-scrollbar-thumb {
img {
     background: #444;
     background: none !important;
     border-radius: 4px;
     box-shadow: none !important;
}
}


/* ========================================
  AJUSTES EXTRAS
======================================== */


/* ===== CORREÇÃO DEFINITIVA DAS ABAS ===== */
/* Remove fundo branco de imagens */
 
.thumbinner {
/* Remove QUALQUER fundo branco */
     background-color: transparent !important;
#p-views li,
#p-views li a,
#p-namespaces li,
#p-namespaces li a {
     background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
}


/* FORÇA TEXTO BRANCO PURO */
/* Linha divisória */
#p-views li a,
hr {
#p-namespaces li a,
     border-color: #444 !important;
.vector-menu-tabs a,
.vector-menu-tabs span {
     color: #ffffff !important;
    opacity: 1 !important;
    filter: none !important;
}
 
/* Aba ativa (Ler / Página principal) */
#p-views li.selected,
#p-views li.selected a,
#p-namespaces li.selected,
#p-namespaces li.selected a {
    background: #444654 !important;
    color: #ffffff !important;
    border-radius: 6px;
    opacity: 1 !important;
}
}


/* Hover das abas */
/* Títulos */
#p-views li a:hover,
h1, h2, h3, h4, h5 {
#p-namespaces li a:hover {
    background: #3a3b47 !important;
     color: #ffffff !important;
     color: #ffffff !important;
    opacity: 1 !important;
}
}


/* Containers das abas */
/* Código */
.vector-menu-content,
pre, code {
.vector-menu-tabs {
    background-color: #2a2d31 !important;
     background: transparent !important;
    color: #e4e6eb !important;
     border: 1px solid #444 !important;
}
}

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

/* ========================================
   TEMA DARK GLOBAL
======================================== */

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

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

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

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

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

/* ===== LINKS GERAIS ===== */
.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;
}

th,
.wikitable th {
    background-color: #202225 !important;
    color: #ffffff !important;
    padding: 8px;
}

td,
.wikitable td {
    background-color: #2a2d31 !important;
    padding: 6px;
}

/* ===== HOVER EM TABELAS ===== */
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) ===== */
.infobox,
.toc,
.thumb {
    background-color: #2a2d31 !important;
    border: 1px solid #444 !important;
}

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

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

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

/* ========================================
   AJUSTES EXTRAS
======================================== */

/* Remove fundo branco de imagens */
.thumbinner {
    background-color: transparent !important;
}

/* 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;
    border: 1px solid #444 !important;
}