MediaWiki:Common.css: mudanças entre as edições
Ir para navegação
Ir para pesquisar
Sem resumo de edição Etiqueta: Revertido |
Sem resumo de edição Etiqueta: Reversão manual |
||
| Linha 1: | Linha 1: | ||
/** | /** o código CSS colocado aqui será aplicado a todos os temas */ | ||
/* | /* ===== SEU CSS ORIGINAL ===== */ | ||
#p-tb { display: none} | |||
#ca-talk { display: none !important; } | |||
#ca-edit { display: none !important; } | |||
#ca-formedit { display: none !important; } | |||
#ca-history { display: none !important;} | |||
#ca-watch { display: none !important; } | |||
#ca-unwatch { display: none !important; } | |||
#ca-delete { display: none !important; } | |||
#ca-move { display: none !important; } | |||
#ca-protect { display: none !important; } | |||
#ca-viewsource { display: none !important; } | |||
.fullImageLink { | |||
display: none; | |||
} | |||
.anon #ca-ve-edit { | |||
display: none !important; | |||
} | |||
a.external { | |||
background: none; | |||
padding-right: 0; | |||
} | } | ||
/* ===== | #n-download a { | ||
body | text-transform: capitalize !important; | ||
} | |||
/* ===== FUNDO ESTILO GPT (CINZA) ===== */ | |||
/* Fundo geral */ | |||
body { | |||
background: #343541 !important; | background: #343541 !important; | ||
} | } | ||
/* | /* Área principal */ | ||
#content, .mw-body { | |||
background: #444654 !important; | background: #444654 !important; | ||
border-radius: | border-radius: 10px; | ||
padding: 20px; | padding: 20px; | ||
} | |||
/* Remove branco padrão */ | |||
.mw-body-content { | |||
background: transparent !important; | |||
} | } | ||
/* Sidebar */ | /* Sidebar */ | ||
#mw-panel { | |||
background: #202123 !important; | background: #202123 !important; | ||
border-right: 1px solid #2f3037; | border-right: 1px solid #2f3037; | ||
} | } | ||
/* Texto da sidebar */ | |||
#mw-panel a { | |||
color: #ffffff !important; | color: #ffffff !important; | ||
} | } | ||
/* Hover sidebar | /* Hover sidebar */ | ||
#mw-panel a:hover { | |||
color: #ffffff !important; | |||
} | } | ||
/* Títulos */ | /* Títulos da sidebar */ | ||
#mw-panel .portal h3 { | |||
color: #9ca3af !important; | color: #9ca3af !important; | ||
} | } | ||
/* Topo */ | /* Topo */ | ||
#mw-head, | |||
#mw-head-base { | |||
background: #202123 !important; | background: #202123 !important; | ||
border-bottom: 1px solid #2f3037 !important; | border-bottom: 1px solid #2f3037 !important; | ||
} | } | ||
/* Links */ | /* Links gerais */ | ||
a { | |||
color: #8ab4f8; | color: #8ab4f8; | ||
} | } | ||
a:hover { | |||
color: #ffffff !important; | color: #ffffff !important; | ||
} | } | ||
/* | /* NÃO mexe nos ícones */ | ||
img { | |||
background: | background: none !important; | ||
box-shadow: none !important; | |||
} | } | ||
/* ===== ABAS | /* ===== CORREÇÃO DEFINITIVA DAS ABAS ===== */ | ||
/* Remove QUALQUER fundo branco */ | |||
#p-views li, | #p-views li, | ||
#p-namespaces 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 */ | ||
#p-views li a, | #p-views li a, | ||
#p-namespaces li a { | #p-namespaces li a, | ||
.vector-menu-tabs a, | |||
.vector-menu-tabs span { | |||
color: #ffffff !important; | color: #ffffff !important; | ||
opacity: 1 !important; | |||
filter: none !important; | |||
} | } | ||
/* Aba ativa | /* 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; | background: #444654 !important; | ||
color: #ffffff !important; | |||
border-radius: 6px; | |||
opacity: 1 !important; | |||
} | } | ||
/* Hover | /* Hover das abas */ | ||
#p-views li a:hover, | |||
#p-namespaces li a:hover { | |||
background: #3a3b47 !important; | background: #3a3b47 !important; | ||
color: #ffffff !important; | |||
opacity: 1 !important; | |||
color | |||
opacity: | |||
} | } | ||
/* | /* Containers das abas */ | ||
.vector-menu-content, | |||
.vector-menu-tabs { | |||
background: transparent !important; | |||
background: | |||
} | } | ||
Edição das 16h45min de 2 de maio de 2026
/** o código CSS colocado aqui será aplicado a todos os temas */
/* ===== SEU CSS ORIGINAL ===== */
#p-tb { display: none}
#ca-talk { display: none !important; }
#ca-edit { display: none !important; }
#ca-formedit { display: none !important; }
#ca-history { display: none !important;}
#ca-watch { display: none !important; }
#ca-unwatch { display: none !important; }
#ca-delete { display: none !important; }
#ca-move { display: none !important; }
#ca-protect { display: none !important; }
#ca-viewsource { display: none !important; }
.fullImageLink {
display: none;
}
.anon #ca-ve-edit {
display: none !important;
}
a.external {
background: none;
padding-right: 0;
}
#n-download a {
text-transform: capitalize !important;
}
/* ===== FUNDO ESTILO GPT (CINZA) ===== */
/* Fundo geral */
body {
background: #343541 !important;
}
/* Área principal */
#content, .mw-body {
background: #444654 !important;
border-radius: 10px;
padding: 20px;
}
/* Remove branco padrão */
.mw-body-content {
background: transparent !important;
}
/* Sidebar */
#mw-panel {
background: #202123 !important;
border-right: 1px solid #2f3037;
}
/* Texto da sidebar */
#mw-panel a {
color: #ffffff !important;
}
/* Hover sidebar */
#mw-panel a:hover {
color: #ffffff !important;
}
/* Títulos da sidebar */
#mw-panel .portal h3 {
color: #9ca3af !important;
}
/* Topo */
#mw-head,
#mw-head-base {
background: #202123 !important;
border-bottom: 1px solid #2f3037 !important;
}
/* Links gerais */
a {
color: #8ab4f8;
}
a:hover {
color: #ffffff !important;
}
/* NÃO mexe nos ícones */
img {
background: none !important;
box-shadow: none !important;
}
/* ===== CORREÇÃO DEFINITIVA DAS ABAS ===== */
/* Remove QUALQUER fundo branco */
#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 */
#p-views li a,
#p-namespaces li a,
.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 */
#p-views li a:hover,
#p-namespaces li a:hover {
background: #3a3b47 !important;
color: #ffffff !important;
opacity: 1 !important;
}
/* Containers das abas */
.vector-menu-content,
.vector-menu-tabs {
background: transparent !important;
}