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


/* ===== Reset e base ===== */
/* LOGO */
* {
#p-logo {
   margin: 0;
  background: url('/caminho/para/sua-logo.png') no-repeat center;
   padding: 0;
  background-size: contain;
   box-sizing: border-box;
  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);
}
}


body {
/* TÍTULOS */
   font-family: 'Inter', sans-serif;
h1, h2, h3, h4 {
   background: linear-gradient(160deg, #0a0a0a 0%, #1a1a1a 100%);
   font-weight: 600;
   color: #f2f2f2;
   color: #111;
   padding: 0;
   border-bottom: 1px solid #ddd;
  overflow-x: hidden;
   padding-bottom: 5px;
}
}


/* LINKS */
a {
a {
   color: #ff992f;
   color: #ff6600;
   text-decoration: none;
   text-decoration: none;
  transition: 0.2s;
  font-weight: 500;
}
}
a:hover {
a:hover {
  color: #ffaa4d;
   text-decoration: underline;
   text-shadow: 0 0 8px #ff992f;
}
}


/* ===== Remove barras laterais ===== */
/* MENU LATERAL - FUNDO LARANJA, TEXTO BRANCO */
#mw-panel,
#mw-panel {
#p-personal,
  background-color: #f68b1e;
#mw-head-base,
  color: #fff;
#mw-head,
  padding: 12px;
#catlinks,
  border-radius: 0 0 12px 0;
.mw-editsection {
   box-shadow: 2px 2px 8px rgba(0,0,0,0.05);
   display: none !important;
}
}


/* ===== Container de conteúdo ===== */
#mw-panel .portal h3 {
#content,
   color: #fff;
#mw-content-text {
   font-size: 13px;
   margin: 60px auto;
   text-transform: uppercase;
   max-width: 1200px;
   margin: 16px 0 8px;
   padding: 40px;
   font-weight: 600;
   background: rgba(20, 20, 20, 0.85);
  border-radius: 16px;
  box-shadow: 0 0 40px rgba(255, 153, 47, 0.15);
  border: 1px solid #2a2a2a;
   backdrop-filter: blur(4px);
}
}


/* ===== Cabeçalho principal ===== */
#mw-panel .portal ul {
.firstHeading {
   list-style: none;
   font-family: 'Orbitron', sans-serif;
   padding-left: 0;
  font-size: 2.8em;
   text-align: center;
  margin-bottom: 30px;
  color: #ff992f;
  text-shadow: 0 0 10px #ff992f;
}
}


/* ===== Logo no topo ===== */
#mw-panel .portal ul li a {
#p-logo {
  color: #fff;
   display: flex;
   display: block;
   justify-content: center;
   padding: 6px 8px;
   align-items: center;
   border-radius: 4px;
   margin: 40px 0;
   transition: background-color 0.3s ease;
}
}
#p-logo a {
 
   background-image: url("/images/logo.png");
#mw-panel .portal ul li a:hover {
  background-size: contain;
   background-color: #e27c10;
  background-repeat: no-repeat;
  width: 240px;
  height: 100px;
  display: block;
  text-indent: -9999px;
}
}


/* ===== Títulos (glow) ===== */
/* TOPO */
h1, h2, h3, h4, h5 {
#mw-head-base, #mw-page-base {
  font-family: 'Orbitron', sans-serif;
   background: #111;
  color: #ff992f;
  margin: 40px 0 15px;
  text-transform: uppercase;
   text-shadow: 0 0 8px #ff992f99;
}
}


/* ===== Formulários e inputs ===== */
/* PERSONAL BAR */
input, select, textarea {
#p-personal {
   background-color: #1a1a1a;
   background-color: #222;
  color: #fff;
   padding: 8px;
  border: 1px solid #444;
   border-radius: 6px;
   padding: 10px;
   border-radius: 8px;
  font-family: 'Inter', sans-serif;
}
}
input:focus, textarea:focus {
#p-personal a {
   border-color: #ff992f;
   color: #fff !important;
  box-shadow: 0 0 10px #ff992f99;
  outline: none;
}
}


/* ===== Botões ===== */
#footer,
button, .mw-ui-button {
#footer * {
   background-color: #ff992f;
   background-color: #ffffff !important;
   color: #111;
   color: #333 !important;
  font-weight: bold;
   border-top: 3px solid #ff6600 !important;
  border: none;
  padding: 10px 20px;
   border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
}
}
button:hover, .mw-ui-button:hover {
 
   background-color: #ffaa4d;
#footer a {
  box-shadow: 0 0 12px #ff992f99;
   color: #ff6600 !important;
}
}


/* ===== Rodapé minimalista ===== */
#footer-icons {
#footer {
   background: transparent !important;
   text-align: center;
  color: #888;
  padding: 40px 0 20px;
  font-size: 14px;
}
}


/* ===== Tabelas estilosas ===== */
 
/* TABELAS */
table {
table {
   width: 100%;
   width: 100%;
   border-collapse: collapse;
   border-collapse: collapse;
   background-color: #1b1b1b;
   margin: 20px 0;
  border: 1px solid #333;
}
}
th, td {
table th, table td {
   border: 1px solid #444;
   border: 1px solid #ccc;
   padding: 12px;
   padding: 10px;
  color: #eee;
}
}
th {
table th {
   background-color: #262626;
   background-color: #f3f3f3;
   color: #ff992f;
   font-weight: bold;
  text-shadow: 0 0 5px #ff992f55;
}
}


/* ===== Destaques visuais especiais ===== */
/* INFOS LATERAIS */
code, pre {
.infobox {
   background-color: #111;
   float: right;
   color: #ffb36b;
   margin: 0 0 10px 10px;
   padding: 8px;
   padding: 15px;
   border-radius: 4px;
   border: 1px solid #ccc;
   font-family: monospace;
   background-color: #fffdf6;
   display: block;
   width: 280px;
   margin: 15px 0;
   border-radius: 8px;
}
}


/* ===== Scrollbar custom ===== */
/* BOTÕES */
::-webkit-scrollbar {
.mw-ui-button {
   width: 10px;
   background-color: #ff6600;
  color: white;
  padding: 10px 18px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}
}
::-webkit-scrollbar-track {
.mw-ui-button:hover {
   background: #111;
   background-color: #e05500;
}
}
::-webkit-scrollbar-thumb {
 
  background: #ff992f;
/* MOBILE */
   border-radius: 6px;
@media screen and (max-width: 768px) {
  #mw-panel {
    display: none;
   }
  #content, .mw-body {
    margin: 0;
    padding: 16px;
  }
}
}
::-webkit-scrollbar-thumb:hover {
#p-logo {
   background: #ffaa4d;
  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;
}