Ir para o conteúdo

MediaWiki:Common.css: diferenças entre revisões

De Atlax - Wiki
Sem resumo de edição
Sem resumo de edição
Linha 1: Linha 1:
/* ===== CLASSES / CARDS ===== */
/* CAIXA CENTRAL CLARA COMO O OFICIAL */
 
.mw-page-container,
.classes-wrapper,
.vector-body,
.classes-flex {
.mw-body {
  display: flex;
   background: #e9d7a8 !important;
  gap: 12px;
   border: 1px solid #7a3b12;
  justify-content: space-between;
   box-shadow: 0 0 12px rgba(0,0,0,0.45);
  align-items: flex-start;
  min-width: 100%;
  padding: 0;
}
 
.classe-card,
.container {
   min-width: 170px;
  flex: 1 1 180px;
  max-width: 220px;
}
 
.divider {
   border-right: 1px solid #35215f;
   margin: 0 4px;
}
}


.classe-table,
/* BARRA DO TÍTULO DA PÁGINA CLARA */
.classe-card table,
.vector-page-titlebar,
.container table {
.vector-page-titlebar-topped {
  width: 100%;
   background: #e9d7a8 !important;
  margin-top: 0 !important;
   border-bottom: 1px solid #8b1e12 !important;
  margin-bottom: 0 !important;
  border-spacing: 0;
  border-collapse: separate;
   background: #f6ecd6;
   border: 1px solid #8e6a3a;
  border-radius: 8px;
  overflow: hidden;
}
}


.classe-top,
/* ÁREA DAS TABS CLARA */
.classe-card-top {
.vector-page-toolbar,
  text-align: center;
.vector-page-toolbar-container {
  font-size: 14px;
   background: #e9d7a8 !important;
  color: #f5df9d;
   background: linear-gradient(to right, #36040d, #851515, #36040d);
  padding: 6px 4px;
  vertical-align: middle;
}
}


.classe-bottom,
/* TÍTULO PRINCIPAL MAIS OFICIAL */
.classe-card-bottom {
.firstHeading,
   text-align: center;
.mw-first-heading {
   font-size: 14px;
   color: #4e1208 !important;
   color: white;
   font-family: Georgia, serif;
   background: linear-gradient(to right, #36040d, #851515, #36040d);
   border-bottom: 2px solid #8b1e12;
   padding: 6px 4px;
   padding-bottom: 8px;
   background: transparent !important;
}
}


.tag-green,
/* TOPO DO SITE ESCURO */
.tag-red,
.vector-header-container,
.tag-yellow,
.vector-sticky-header-container {
.tag-blue {
   background: #2b1205 !important;
   color: #000;
   border-bottom: 2px solid #c28b2f;
  padding: 2px 6px;
   border-radius: 4px;
  font-weight: bold;
  display: inline-block;
}
}


.tag-green { background-color: #43cc91; }
/* LINKS DA BARRA DA PÁGINA */
.tag-red { background-color: #ff8a8a; }
.vector-page-titlebar a,
.tag-yellow { background-color: #ffc107; }
.vector-page-toolbar a {
.tag-blue { background-color: #42a1c9; }
  color: #a88942 !important;
 
.classe-card:hover,
.container:hover {
  transform: translateY(-2px);
  transition: 0.15s ease;
}
}

Revisão das 12h08min de 27 de março de 2026

/* CAIXA CENTRAL CLARA COMO O OFICIAL */
.mw-page-container,
.vector-body,
.mw-body {
  background: #e9d7a8 !important;
  border: 1px solid #7a3b12;
  box-shadow: 0 0 12px rgba(0,0,0,0.45);
}

/* BARRA DO TÍTULO DA PÁGINA CLARA */
.vector-page-titlebar,
.vector-page-titlebar-topped {
  background: #e9d7a8 !important;
  border-bottom: 1px solid #8b1e12 !important;
}

/* ÁREA DAS TABS CLARA */
.vector-page-toolbar,
.vector-page-toolbar-container {
  background: #e9d7a8 !important;
}

/* TÍTULO PRINCIPAL MAIS OFICIAL */
.firstHeading,
.mw-first-heading {
  color: #4e1208 !important;
  font-family: Georgia, serif;
  border-bottom: 2px solid #8b1e12;
  padding-bottom: 8px;
  background: transparent !important;
}

/* TOPO DO SITE ESCURO */
.vector-header-container,
.vector-sticky-header-container {
  background: #2b1205 !important;
  border-bottom: 2px solid #c28b2f;
}

/* LINKS DA BARRA DA PÁGINA */
.vector-page-titlebar a,
.vector-page-toolbar a {
  color: #a88942 !important;
}