Ir para o conteúdo

MediaWiki:Common.css

De Big2be
Revisão de 09h17min de 22 de julho de 2025 por Admin big2be (discussão | contribs)

Nota: Após publicar, você pode ter que limpar o "cache" do seu navegador para ver as alterações.

  • Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
  • Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
  • Edge: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5.
  • Opera: Pressione Ctrl-F5.
/* === TEMA ESCURO + LARANJA MODERNO BIG2BE === */

/* Fundo geral */
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;
  font-family: 'Inter', sans-serif;
}

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

/* LOGO personalizada */
#p-logo a {
  background-image: url(https://wiki.big2be.com/images/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 80px;
  width: 160px;
}

/* 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;
  font-weight: 600;
}

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

/* BARRA SUPERIOR */
#p-personal a {
  color: #f2f2f2 !important;
}
#p-personal a:hover {
  color: #ff6a00 !important;
}

/* RODAPÉ */
#footer {
  background: #000 !important;
  color: #666 !important;
  border-top: 1px solid #222 !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;
}

/* Áreas de código e formulários */
pre,
code,
textarea,
input,
select {
  background-color: #111 !important;
  color: #f2f2f2 !important;
  border: 1px solid #333 !important;
}

/* Tabelas */
table,
th,
td {
  background-color: #111 !important;
  color: #f2f2f2 !important;
  border: 1px solid #333 !important;
}

/* Remover sombras desnecessárias */
#content {
  box-shadow: none !important;
}