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 */
/** o código CSS colocado aqui será aplicado a todos os temas */
/* ===== SEU CSS ORIGINAL ===== */
#p-tb { display: none}
#p-tb { display: none}
#ca-talk { display: none !important; }
#ca-talk { display: none !important; }
Linha 11: Linha 13:
#ca-protect { display: none !important; }
#ca-protect { display: none !important; }
#ca-viewsource { display: none !important; }
#ca-viewsource { display: none !important; }
.fullImageLink {
.fullImageLink {
     display: none;
     display: none;
}
}
.anon #ca-ve-edit {
.anon #ca-ve-edit {
   display: none !important;
   display: none !important;
}
}
a.external {
a.external {
     background: none;
     background: none;
     padding-right: 0;
     padding-right: 0;
}
}
#n-download a {
#n-download a {
   text-transform: capitalize !important;
   text-transform: capitalize !important;
}
/* ===== FUNDO ESTILO GPT (CINZA) ===== */
/* Fundo geral (cinza igual GPT) */
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: #d1d5db !important;
}
/* Títulos da sidebar */
#mw-panel .portal h3 {
    color: #9ca3af !important;
}
/* Topo */
#mw-head {
    background: #202123 !important;
    border-bottom: 1px solid #2f3037;
}
/* Links gerais */
a {
    color: #8ab4f8;
}
a:hover {
    color: #a5c9ff;
}
/* NÃO mexe nos ícones */
img {
    background: none !important;
    box-shadow: none !important;
}
}

Edição das 15h46min 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 (cinza igual GPT) */
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: #d1d5db !important;
}

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

/* Topo */
#mw-head {
    background: #202123 !important;
    border-bottom: 1px solid #2f3037;
}

/* Links gerais */
a {
    color: #8ab4f8;
}

a:hover {
    color: #a5c9ff;
}

/* NÃO mexe nos ícones */
img {
    background: none !important;
    box-shadow: none !important;
}