Ir para o conteúdo

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

De Big2be
Criou página com '=== TEMA DARK MINIMALISTA BIG2BE ===: body { background-color: #000; color: #f2f2f2; font-family: 'Inter', sans-serif; } Links: a, a:visited { color: #ff6a00; text-decoration: none; } a:hover { color: #ffa94d; text-decoration: underline; } Cabeçalho: #mw-head, #p-personal, #mw-panel { background-color: #111; border: none; } Barra lateral: #mw-panel { background-color: #111; color: #f2f2f2; border-right: 1px solid #222; } #...'
 
Sem resumo de edição
Linha 1: Linha 1:
/* === TEMA DARK MINIMALISTA BIG2BE === */
/* === TEMA MODERNO ESCURO BIG2BE === */


body {
body,
   background-color: #000;
#mw-page-base,
   color: #f2f2f2;
#mw-head-base,
   font-family: 'Inter', sans-serif;
#content,
#mw-content-text,
#footer,
#mw-panel,
#p-personal,
#mw-head {
   background-color: #000 !important;
   color: #f2f2f2 !important;
   border: none !important;
}
}


/* Links */
/* Corrige áreas brancas */
#bodyContent,
div#content,
#mw-content-text,
#mw-panel div.portal {
  background-color: #000 !important;
  color: #f2f2f2 !important;
  border: none;
}
 
/* LINKS */
a, a:visited {
a, a:visited {
   color: #ff6a00;
   color: #ff6a00 !important;
   text-decoration: none;
   text-decoration: none;
}
}
a:hover {
a:hover {
   color: #ffa94d;
   color: #ffa94d !important;
   text-decoration: underline;
   text-decoration: underline;
}
}


/* Cabeçalho */
/* TÍTULOS */
#mw-head, #p-personal, #mw-panel {
h1, h2, h3, h4, h5, h6 {
   background-color: #111;
   color: #ff6a00 !important;
   border: none;
   border-color: #333 !important;
}
}


/* Barra lateral */
/* PAINEL LATERAL */
#mw-panel {
#mw-panel {
   background-color: #111;
   background-color: #111 !important;
  color: #f2f2f2;
  border-right: 1px solid #222;
}
}
#mw-panel a {
#mw-panel a {
   color: #f2f2f2;
   color: #f2f2f2 !important;
}
}
#mw-panel a:hover {
#mw-panel a:hover {
   color: #ff6a00;
   color: #ff6a00 !important;
}
 
/* Conteúdo principal */
#content, #mw-content-text {
  background: none;
  padding: 20px;
}
 
/* Remover bordas e sombras */
#content {
  box-shadow: none;
  border: none;
}
}


/* Rodapé */
/* BOTÕES */
#footer {
  background-color: #111;
  color: #666;
}
 
/* Botões */
input[type="submit"],
input[type="submit"],
input[type="button"],
input[type="button"],
button {
button {
   background-color: #ff6a00;
   background-color: #ff6a00 !important;
   color: #000;
   color: #000 !important;
   border: none;
   border: none !important;
   padding: 6px 12px;
   padding: 6px 12px;
   border-radius: 4px;
   border-radius: 4px;
Linha 67: Linha 65:
input[type="button"]:hover,
input[type="button"]:hover,
button:hover {
button:hover {
   background-color: #ffa94d;
   background-color: #ffa94d !important;
   cursor: pointer;
   cursor: pointer;
}
}


/* Títulos */
/* LOGO */
h1, h2, h3, h4 {
  color: #ff6a00;
  font-weight: 600;
}
 
/* Logo customizada */
#p-logo a {
#p-logo a {
   background-image: url(https://wiki.big2be.com/images/LOGO.png);
   background-image: url(https://wiki.big2be.com/images/logo-big2be.png); /* Substitua se necessário */
   background-size: contain;
   background-size: contain;
   background-repeat: no-repeat;
   background-repeat: no-repeat;
   height: 60px;
   height: 80px;
}
 
/* RODAPÉ */
#footer {
  background: #000 !important;
  color: #666 !important;
  border-top: 1px solid #222 !important;
}
 
/* FORMATAÇÃO PADRÃO */
pre,
code,
textarea {
  background-color: #111 !important;
  color: #f2f2f2 !important;
}
 
/* BARRA SUPERIOR DE OPÇÕES */
#p-personal a {
  color: #f2f2f2 !important;
}
#p-personal a:hover {
  color: #ff6a00 !important;
}
}

Edição das 09h15min de 22 de julho de 2025

/* === TEMA MODERNO ESCURO BIG2BE === */

body,
#mw-page-base,
#mw-head-base,
#content,
#mw-content-text,
#footer,
#mw-panel,
#p-personal,
#mw-head {
  background-color: #000 !important;
  color: #f2f2f2 !important;
  border: none !important;
}

/* Corrige áreas brancas */
#bodyContent,
div#content,
#mw-content-text,
#mw-panel div.portal {
  background-color: #000 !important;
  color: #f2f2f2 !important;
  border: none;
}

/* LINKS */
a, a:visited {
  color: #ff6a00 !important;
  text-decoration: none;
}
a:hover {
  color: #ffa94d !important;
  text-decoration: underline;
}

/* TÍTULOS */
h1, h2, h3, h4, h5, h6 {
  color: #ff6a00 !important;
  border-color: #333 !important;
}

/* PAINEL LATERAL */
#mw-panel {
  background-color: #111 !important;
}
#mw-panel a {
  color: #f2f2f2 !important;
}
#mw-panel a:hover {
  color: #ff6a00 !important;
}

/* BOTÕES */
input[type="submit"],
input[type="button"],
button {
  background-color: #ff6a00 !important;
  color: #000 !important;
  border: none !important;
  padding: 6px 12px;
  border-radius: 4px;
}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
  background-color: #ffa94d !important;
  cursor: pointer;
}

/* LOGO */
#p-logo a {
  background-image: url(https://wiki.big2be.com/images/logo-big2be.png); /* Substitua se necessário */
  background-size: contain;
  background-repeat: no-repeat;
  height: 80px;
}

/* RODAPÉ */
#footer {
  background: #000 !important;
  color: #666 !important;
  border-top: 1px solid #222 !important;
}

/* FORMATAÇÃO PADRÃO */
pre,
code,
textarea {
  background-color: #111 !important;
  color: #f2f2f2 !important;
}

/* BARRA SUPERIOR DE OPÇÕES */
#p-personal a {
  color: #f2f2f2 !important;
}
#p-personal a:hover {
  color: #ff6a00 !important;
}