Ir para o conteúdo

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

De Big2be
Sem resumo de edição
Sem resumo de edição
Linha 1: Linha 1:
/* === TEMA ESCURO + LARANJA MODERNO BIG2BE === */
/* Fonte moderna */
 
body {
/* Fundo geral */
  font-family: 'Inter', 'Roboto', sans-serif;
body,
   background-color: #121212;
#mw-page-base,
   color: #e0e0e0;
#mw-head-base,
   line-height: 1.6;
#content,
   font-size: 16px;
#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 */
/* Cabeçalho */
#bodyContent,
#mw-head, #p-personal {
div#content,
   background-color: #1e1e1e;
#mw-content-text,
   border-bottom: 1px solid #333;
#mw-panel div.portal {
   background-color: #000 !important;
   color: #f2f2f2 !important;
  border: none;
}
}


/* LOGO personalizada */
/* Barra lateral */
#p-logo a {
#mw-panel {
   background-image: url(https://wiki.big2be.com/images/logo.png);
   background-color: #1a1a1a;
   background-size: contain;
   border-right: 1px solid #333;
  background-repeat: no-repeat;
  height: 80px;
  width: 160px;
}
}


/* LINKS */
/* Links */
a, a:visited {
a {
   color: #ff6a00 !important;
   color: #ff6600;
   text-decoration: none;
   text-decoration: none;
  transition: color 0.3s ease;
}
}
a:hover {
a:hover {
   color: #ffa94d !important;
   color: #ffa64d;
   text-decoration: underline;
   text-decoration: underline;
}
}


/* TÍTULOS */
/* Títulos */
h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5 {
   color: #ff6a00 !important;
   color: #ffffff;
   border-color: #333 !important;
   border-bottom: 1px solid #333;
   font-weight: 600;
   padding-bottom: 4px;
}
}


/* PAINEL LATERAL */
/* Botões */
#mw-panel {
input[type="submit"], button, .mw-ui-button {
   background-color: #111 !important;
   background-color: #ff6600;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 8px 14px;
  cursor: pointer;
  transition: background 0.3s ease;
}
}
#mw-panel a {
input[type="submit"]:hover, button:hover, .mw-ui-button:hover {
   color: #f2f2f2 !important;
   background-color: #e65c00;
}
}
#mw-panel a:hover {
 
   color: #ff6a00 !important;
/* Tabelas */
table {
  border-collapse: collapse;
   width: 100%;
}
}
 
th, td {
/* BARRA SUPERIOR */
  border: 1px solid #333;
#p-personal a {
   padding: 10px;
   color: #f2f2f2 !important;
}
}
#p-personal a:hover {
th {
   color: #ff6a00 !important;
  background-color: #1e1e1e;
   color: #ff6600;
}
}


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


/* BOTÕES */
/* Caixa de edição */
input[type="submit"],
textarea, input[type="text"] {
input[type="button"],
   background-color: #1e1e1e;
button {
   color: #e0e0e0;
   background-color: #ff6a00 !important;
   border: 1px solid #333;
   color: #000 !important;
   border: none !important;
  padding: 6px 12px;
   border-radius: 4px;
   border-radius: 4px;
}
   padding: 6px;
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
  background-color: #ffa94d !important;
   cursor: pointer;
}
}


/* Áreas de código e formulários */
/* Ocultar o logotipo padrão (caso queira usar um personalizado) */
pre,
#p-logo {
code,
   background: none !important;
textarea,
input,
select {
   background-color: #111 !important;
  color: #f2f2f2 !important;
  border: 1px solid #333 !important;
}
}


/* Tabelas */
/* Adicionar um logo personalizado */
table,
#p-logo a {
th,
  display: block;
td {
  background-image: url('/wiki/Especial:Arquivo/logo.png');
   background-color: #111 !important;
   background-size: contain;
   color: #f2f2f2 !important;
   background-repeat: no-repeat;
   border: 1px solid #333 !important;
   background-position: center;
}
   height: 60px;
 
/* Remover sombras desnecessárias */
#content {
   box-shadow: none !important;
}
}

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

/* Fonte moderna */
body {
  font-family: 'Inter', 'Roboto', sans-serif;
  background-color: #121212;
  color: #e0e0e0;
  line-height: 1.6;
  font-size: 16px;
}

/* Cabeçalho */
#mw-head, #p-personal {
  background-color: #1e1e1e;
  border-bottom: 1px solid #333;
}

/* Barra lateral */
#mw-panel {
  background-color: #1a1a1a;
  border-right: 1px solid #333;
}

/* Links */
a {
  color: #ff6600;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #ffa64d;
  text-decoration: underline;
}

/* Títulos */
h1, h2, h3, h4, h5 {
  color: #ffffff;
  border-bottom: 1px solid #333;
  padding-bottom: 4px;
}

/* Botões */
input[type="submit"], button, .mw-ui-button {
  background-color: #ff6600;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 8px 14px;
  cursor: pointer;
  transition: background 0.3s ease;
}
input[type="submit"]:hover, button:hover, .mw-ui-button:hover {
  background-color: #e65c00;
}

/* Tabelas */
table {
  border-collapse: collapse;
  width: 100%;
}
th, td {
  border: 1px solid #333;
  padding: 10px;
}
th {
  background-color: #1e1e1e;
  color: #ff6600;
}

/* Rodapé */
#footer {
  background-color: #1e1e1e;
  border-top: 1px solid #333;
  color: #aaa;
}

/* Caixa de edição */
textarea, input[type="text"] {
  background-color: #1e1e1e;
  color: #e0e0e0;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 6px;
}

/* Ocultar o logotipo padrão (caso queira usar um personalizado) */
#p-logo {
  background: none !important;
}

/* Adicionar um logo personalizado */
#p-logo a {
  display: block;
  background-image: url('/wiki/Especial:Arquivo/logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 60px;
}