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
 
(8 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Orbitron:wght@600&display=swap');
/* FONTE BASE */
 
/* ===== BASE ===== */
body {
body {
   font-family: 'Inter', sans-serif;
  background-color: #f6f6f6;
   background: linear-gradient(180deg, #0c0c0c 0%, #1a1a1a 100%);
   font-family: 'Segoe UI', 'Inter', sans-serif;
   color: #f0f0f0;
   color: #111;
   background-attachment: fixed;
   font-size: 16px;
   line-height: 1.6;
   margin: 0;
   margin: 0;
  padding: 0;
}
}


/* ===== CABEÇALHO FIXO ===== */
/* LOGO */
#mw-head {
#p-logo {
   position: fixed;
   background: url('/caminho/para/sua-logo.png') no-repeat center;
   top: 0;
   background-size: contain;
   left: 0;
   height: 100px;
   width: 100%;
   width: 180px;
  height: 60px;
}
  background: rgba(10, 10, 10, 0.95);
 
   backdrop-filter: blur(6px);
/* CONTEÚDO PRINCIPAL */
   z-index: 999;
#content, .mw-body {
   display: flex;
   background-color: #fff;
   align-items: center;
   border-radius: 10px;
  justify-content: space-between;
   padding: 32px;
  padding: 0 20px;
   margin-top: 20px;
   box-shadow: 0 2px 4px rgba(0,0,0,0.5);
   box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
}
#p-personal, #p-search {
 
   margin: 0;
/* TÍTULOS */
   padding: 0;
h1, h2, h3, h4 {
  font-weight: 600;
  color: #111;
   border-bottom: 1px solid #ddd;
   padding-bottom: 5px;
}
}


/* ===== LOGO NO TOPO ===== */
/* LINKS */
#p-logo {
a {
   display: none;
  color: #ff6600;
   text-decoration: none;
}
}
#content .mw-wiki-logo {
a:hover {
  background-image: url("/images/logo.png");
   text-decoration: underline;
  background-size: contain;
  background-repeat: no-repeat;
  width: 220px;
  height: 80px;
  margin: 80px auto 40px;
   text-indent: -9999px;
}
}


/* ===== MENUS À ESQUERDA (PINNED) ===== */
/* MENU LATERAL - FUNDO LARANJA, TEXTO BRANCO */
.vector-sticky-pinned-container {
#mw-panel {
   position: fixed;
   background-color: #f68b1e;
   top: 80px;
   color: #fff;
   left: 20px;
   padding: 12px;
  width: 240px;
   border-radius: 0 0 12px 0;
  background: rgba(25, 25, 25, 0.8);
   box-shadow: 2px 2px 8px rgba(0,0,0,0.05);
  border: 1px solid #333;
   border-radius: 10px;
  padding: 16px;
   box-shadow: 0 0 16px rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  z-index: 900;
}
}


.vector-sticky-pinned-container h2,
#mw-panel .portal h3 {
.vector-sticky-pinned-container h3 {
   color: #fff;
   font-family: 'Orbitron', sans-serif;
   font-size: 13px;
   font-size: 14px;
   text-transform: uppercase;
   text-transform: uppercase;
  color: #ff992f;
   margin: 16px 0 8px;
   margin-bottom: 8px;
   font-weight: 600;
   border-bottom: 1px solid #333;
  padding-bottom: 4px;
}
}


.vector-sticky-pinned-container ul {
#mw-panel .portal ul {
   list-style: none;
   list-style: none;
   padding-left: 0;
   padding-left: 0;
}
}


.vector-sticky-pinned-container ul li a {
#mw-panel .portal ul li a {
   color: #eee;
   color: #fff;
   display: block;
   display: block;
   padding: 6px 0;
   padding: 6px 8px;
   border-bottom: 1px solid #2a2a2a;
   border-radius: 4px;
   transition: 0.3s;
   transition: background-color 0.3s ease;
}
}


.vector-sticky-pinned-container ul li a:hover {
#mw-panel .portal ul li a:hover {
   color: #ffaa4d;
   background-color: #e27c10;
  text-shadow: 0 0 5px #ff992f;
}
}


/* ===== CONTEÚDO ===== */
/* TOPO */
#content,
#mw-head-base, #mw-page-base {
#mw-content-text {
   background: #111;
  margin: 100px auto 60px;
  margin-left: 280px;
  max-width: 1100px;
  padding: 40px;
   background: rgba(20, 20, 20, 0.85);
  border-radius: 12px;
  border: 1px solid #2a2a2a;
  box-shadow: 0 0 40px rgba(255, 153, 47, 0.1);
  backdrop-filter: blur(4px);
}
}


.firstHeading {
/* PERSONAL BAR */
   font-family: 'Orbitron', sans-serif;
#p-personal {
  color: #ff992f;
   background-color: #222;
   font-size: 2.5em;
   padding: 8px;
   margin-bottom: 20px;
   border-radius: 6px;
  text-shadow: 0 0 8px #ff992f;
}
   text-align: center;
#p-personal a {
   color: #fff !important;
}
}


/* ===== LINKS ===== */
#footer,
a {
#footer * {
   color: #ff992f;
   background-color: #ffffff !important;
   text-decoration: none;
   color: #333 !important;
   transition: 0.2s;
   border-top: 3px solid #ff6600 !important;
}
}
a:hover {
 
   color: #ffaa4d;
#footer a {
  text-shadow: 0 0 6px #ff992f;
   color: #ff6600 !important;
}
}


/* ===== BARRA DE ROLAGEM ===== */
#footer-icons {
::-webkit-scrollbar {
   background: transparent !important;
   width: 10px;
}
}
::-webkit-scrollbar-track {
 
   background: #111;
 
/* TABELAS */
table {
  width: 100%;
  border-collapse: collapse;
   margin: 20px 0;
}
}
::-webkit-scrollbar-thumb {
table th, table td {
   background: #ff992f;
   border: 1px solid #ccc;
   border-radius: 6px;
   padding: 10px;
}
}
::-webkit-scrollbar-thumb:hover {
table th {
   background: #ffaa4d;
   background-color: #f3f3f3;
  font-weight: bold;
}
}


/* ===== ABAS ATIVAS ===== */
/* INFOS LATERAIS */
#p-views li.selected a,
.infobox {
.vectorTabs li.selected a,
  float: right;
.vectorTabs li.selected a:hover {
  margin: 0 0 10px 10px;
   color: #ffffff !important;
  padding: 15px;
   background-color: transparent !important;
   border: 1px solid #ccc;
   text-shadow: 0 0 6px #ff992f;
   background-color: #fffdf6;
  width: 280px;
   border-radius: 8px;
}
}


/* ===== RODAPÉ ===== */
/* BOTÕES */
#footer {
.mw-ui-button {
   text-align: center;
   background-color: #ff6600;
   color: #999;
   color: white;
   padding: 30px 0;
   padding: 10px 18px;
   font-size: 12px;
  border: none;
   margin-top: 40px;
  border-radius: 6px;
  cursor: pointer;
   font-weight: bold;
}
.mw-ui-button:hover {
   background-color: #e05500;
}
}


/* ===== RESPONSIVO ===== */
/* MOBILE */
@media screen and (max-width: 900px) {
@media screen and (max-width: 768px) {
   .vector-sticky-pinned-container {
   #mw-panel {
     position: static;
     display: none;
    width: 100%;
    margin-bottom: 20px;
   }
   }
 
   #content, .mw-body {
   #content {
     margin: 0;
     margin-left: 0;
     padding: 16px;
  }
 
  #mw-head {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
     padding: 10px;
   }
   }
}
#p-logo {
  background-image: url('https://big2be.tech/wp-content/uploads/2023/01/Big2Be-Especialistas-em-entender-o-seu-consumidor-2-1024x367.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 220px;
  height: 80px;
}
}

Edição atual tal como às 09h57min de 22 de julho de 2025

/* FONTE BASE */
body {
  background-color: #f6f6f6;
  font-family: 'Segoe UI', 'Inter', sans-serif;
  color: #111;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

/* LOGO */
#p-logo {
  background: url('/caminho/para/sua-logo.png') no-repeat center;
  background-size: contain;
  height: 100px;
  width: 180px;
}

/* CONTEÚDO PRINCIPAL */
#content, .mw-body {
  background-color: #fff;
  border-radius: 10px;
  padding: 32px;
  margin-top: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* TÍTULOS */
h1, h2, h3, h4 {
  font-weight: 600;
  color: #111;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

/* LINKS */
a {
  color: #ff6600;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* MENU LATERAL - FUNDO LARANJA, TEXTO BRANCO */
#mw-panel {
  background-color: #f68b1e;
  color: #fff;
  padding: 12px;
  border-radius: 0 0 12px 0;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.05);
}

#mw-panel .portal h3 {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  margin: 16px 0 8px;
  font-weight: 600;
}

#mw-panel .portal ul {
  list-style: none;
  padding-left: 0;
}

#mw-panel .portal ul li a {
  color: #fff;
  display: block;
  padding: 6px 8px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

#mw-panel .portal ul li a:hover {
  background-color: #e27c10;
}

/* TOPO */
#mw-head-base, #mw-page-base {
  background: #111;
}

/* PERSONAL BAR */
#p-personal {
  background-color: #222;
  padding: 8px;
  border-radius: 6px;
}
#p-personal a {
  color: #fff !important;
}

#footer,
#footer * {
  background-color: #ffffff !important;
  color: #333 !important;
  border-top: 3px solid #ff6600 !important;
}

#footer a {
  color: #ff6600 !important;
}

#footer-icons {
  background: transparent !important;
}


/* TABELAS */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
table th, table td {
  border: 1px solid #ccc;
  padding: 10px;
}
table th {
  background-color: #f3f3f3;
  font-weight: bold;
}

/* INFOS LATERAIS */
.infobox {
  float: right;
  margin: 0 0 10px 10px;
  padding: 15px;
  border: 1px solid #ccc;
  background-color: #fffdf6;
  width: 280px;
  border-radius: 8px;
}

/* BOTÕES */
.mw-ui-button {
  background-color: #ff6600;
  color: white;
  padding: 10px 18px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}
.mw-ui-button:hover {
  background-color: #e05500;
}

/* MOBILE */
@media screen and (max-width: 768px) {
  #mw-panel {
    display: none;
  }
  #content, .mw-body {
    margin: 0;
    padding: 16px;
  }
}
#p-logo {
  background-image: url('https://big2be.tech/wp-content/uploads/2023/01/Big2Be-Especialistas-em-entender-o-seu-consumidor-2-1024x367.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 220px;
  height: 80px;
}