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
 
(7 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 */
 
/* ===== RESET ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
body {
   font-family: 'Inter', sans-serif;
  background-color: #f6f6f6;
   background: linear-gradient(180deg, #0c0c0c 0%, #1a1a1a 100%) fixed;
   font-family: 'Segoe UI', 'Inter', sans-serif;
   color: #f0f0f0;
   color: #111;
   backdrop-filter: blur(8px);
   font-size: 16px;
   line-height: 1.6;
  margin: 0;
}
}


/* ===== HEADER FIXO ===== */
/* LOGO */
#mw-head {
#p-logo {
  position: fixed;
   background: url('/caminho/para/sua-logo.png') no-repeat center;
  top: 0; left: 0;
  width: 100%; height: 60px;
   background: rgba(10,10,10,0.95);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
#mw-head .mw-wiki-logo {
  height: 40px;
   background-size: contain;
   background-size: contain;
   background-image: url("/images/logo.png");
   height: 100px;
  width: 180px;
}
}


/* ===== SIDEBAR PINNED ===== */
/* CONTEÚDO PRINCIPAL */
.vector-sticky-pinned-container {
#content, .mw-body {
  position: fixed;
   background-color: #fff;
  top: 70px; left: 20px;
  width: 240px;
   background: rgba(25,25,25,0.8);
  border: 1px solid #333;
   border-radius: 10px;
   border-radius: 10px;
   padding: 16px;
   padding: 32px;
   backdrop-filter: blur(10px);
   margin-top: 20px;
   z-index: 900;
  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);
}
}
.vector-sticky-pinned-container h2,
 
.vector-sticky-pinned-container h3 {
#mw-panel .portal h3 {
   font-family: 'Orbitron', sans-serif;
   color: #fff;
   font-size: 14px;
   font-size: 13px;
   text-transform: uppercase;
   text-transform: uppercase;
   color: #ff992f;
   margin: 16px 0 8px;
   padding-bottom: 4px;
   font-weight: 600;
  border-bottom: 1px solid #333;
}
}
.vector-sticky-pinned-container ul {
 
#mw-panel .portal ul {
   list-style: none;
   list-style: none;
   margin-top: 8px;
   padding-left: 0;
}
}
.vector-sticky-pinned-container ul li a {
 
#mw-panel .portal ul li a {
  color: #fff;
   display: block;
   display: block;
   padding: 6px 0;
   padding: 6px 8px;
  color: #eee;
   border-radius: 4px;
   border-bottom: 1px solid #2a2a2a;
   transition: background-color 0.3s ease;
   transition: color 0.2s;
}
}
.vector-sticky-pinned-container ul li a:hover {
 
   color: #ffaa4d;
#mw-panel .portal ul li a:hover {
  text-shadow: 0 0 5px #ff992f;
   background-color: #e27c10;
}
}


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


/* ===== TÍTULOS ===== */
/* PERSONAL BAR */
.firstHeading {
#p-personal {
   font-family: 'Orbitron', sans-serif;
   background-color: #222;
  color: #ff992f;
   padding: 8px;
   font-size: 2.5em;
   border-radius: 6px;
   margin-bottom: 20px;
  text-align: center;
  text-shadow: 0 0 8px #ff992f;
}
}
h1,h2,h3,h4,h5 {
#p-personal a {
  font-family: 'Orbitron', sans-serif;
   color: #fff !important;
   color: #ff992f;
  margin: 30px 0 10px;
  text-transform: uppercase;
  text-shadow: 0 0 6px #ff992f99;
}
}


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


/* ===== ABA ATIVA ===== */
#footer-icons {
#p-views li.selected a,
.vectorTabs li.selected a {
  color: #fff !important;
   background: transparent !important;
   background: transparent !important;
  text-shadow: 0 0 6px #ff992f;
}
}


/* ===== FORMULÁRIOS & BOTÕES ===== */
input, select, textarea {
  background: #1a1a1a;
  color: #fff;
  border: 1px solid #444;
  padding: 10px;
  border-radius: 6px;
}
input:focus, textarea:focus {
  border-color: #ff992f;
  box-shadow: 0 0 10px #ff992f66;
  outline: none;
}
button, .mw-ui-button {
  background: #ff992f;
  color: #111;
  font-weight: bold;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}
button:hover, .mw-ui-button:hover {
  background: #ffaa4d;
  box-shadow: 0 0 10px #ff992f66;
}


/* ===== TABELAS ===== */
/* TABELAS */
table {
table {
   width: 100%;
   width: 100%;
   border-collapse: collapse;
   border-collapse: collapse;
   background: #1b1b1b;
   margin: 20px 0;
  border: 1px solid #333;
}
}
th, td {
table th, table td {
   border: 1px solid #444;
   border: 1px solid #ccc;
   padding: 10px;
   padding: 10px;
  color: #eee;
}
}
th {
table th {
   background: #262626;
   background-color: #f3f3f3;
   color: #ff992f;
  font-weight: bold;
   text-shadow: 0 0 4px #ff992f55;
}
 
/* INFOS LATERAIS */
.infobox {
  float: right;
  margin: 0 0 10px 10px;
  padding: 15px;
  border: 1px solid #ccc;
   background-color: #fffdf6;
  width: 280px;
   border-radius: 8px;
}
}


/* ===== SCROLLBAR ===== */
/* BOTÕES */
::-webkit-scrollbar { width: 10px; }
.mw-ui-button {
::-webkit-scrollbar-track { background: #111; }
  background-color: #ff6600;
::-webkit-scrollbar-thumb {
  color: white;
   background: #ff992f;
  padding: 10px 18px;
   border: none;
   border-radius: 6px;
   border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}
}
::-webkit-scrollbar-thumb:hover { background: #ffaa4d; }
.mw-ui-button:hover {
 
   background-color: #e05500;
/* ===== RODAPÉ ===== */
#footer {
   text-align: center;
  color: #999;
  padding: 30px 0;
}
}


/* ===== RESPONSIVO ===== */
/* MOBILE */
@media(max-width:900px) {
@media screen and (max-width: 768px) {
   .vector-sticky-pinned-container {
   #mw-panel {
     position: static;
     display: none;
    width: 100%;
    margin: 20px 0;
   }
   }
   #content {
   #content, .mw-body {
     margin-left: 0;
     margin: 0;
  }
     padding: 16px;
  #mw-head {
    flex-direction: column;
    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;
}