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
 
(17 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
/* ========================
/* FONTE BASE */
  Fonte personalizada
body {
======================== */
  background-color: #f6f6f6;
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@600&family=Inter:wght@400;500&display=swap');
  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 */
  Reset & Base
#content, .mw-body {
======================== */
   background-color: #fff;
* {
  border-radius: 10px;
   margin: 0;
   padding: 32px;
   padding: 0;
  margin-top: 20px;
   box-sizing: border-box;
   box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
}


body {
/* TÍTULOS */
   font-family: 'Inter', sans-serif;
h1, h2, h3, h4 {
   background-color: #0f0f0f;
   font-weight: 600;
   color: #f0f0f0;
   color: #111;
   line-height: 1.6;
   border-bottom: 1px solid #ddd;
  padding: 0;
   padding-bottom: 5px;
}
}


/* LINKS */
a {
a {
   color: #ff992f;
   color: #ff6600;
   text-decoration: none;
   text-decoration: none;
  transition: 0.3s;
}
}
a:hover {
a:hover {
  color: #ffa94d;
   text-decoration: underline;
   text-shadow: 0 0 5px #ff992f;
}
}


/* ========================
/* MENU LATERAL - FUNDO LARANJA, TEXTO BRANCO */
  Cabeçalho e logo
#mw-panel {
======================== */
  background-color: #f68b1e;
#p-logo {
  color: #fff;
   display: flex;
  padding: 12px;
   justify-content: center;
  border-radius: 0 0 12px 0;
   align-items: center;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.05);
   margin: 40px 0;
}
 
#mw-panel .portal h3 {
   color: #fff;
   font-size: 13px;
   text-transform: uppercase;
   margin: 16px 0 8px;
  font-weight: 600;
}
}
#p-logo a {
 
   background-image: url("/images/logo.png"); /* ou /wiki/skins/common/images/logo.png */
#mw-panel .portal ul {
  background-size: contain;
   list-style: none;
  background-repeat: no-repeat;
   padding-left: 0;
  width: 220px;
  height: 100px;
   display: block;
  text-indent: -9999px;
}
}


/* ========================
#mw-panel .portal ul li a {
  Layout full screen
  color: #fff;
======================== */
  display: block;
#mw-panel,
  padding: 6px 8px;
#p-personal,
  border-radius: 4px;
#mw-head-base,
   transition: background-color 0.3s ease;
#mw-head {
   display: none !important;
}
}


#content,
#mw-panel .portal ul li a:hover {
#mw-content-text {
   background-color: #e27c10;
   margin: 0 auto;
  max-width: 1200px;
  padding: 40px 20px;
  background: #151515;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(255, 153, 47, 0.1);
}
}


/* ========================
/* TOPO */
  Headings
#mw-head-base, #mw-page-base {
======================== */
   background: #111;
h1, h2, h3, h4, h5 {
  font-family: 'Orbitron', sans-serif;
  color: #ff992f;
  margin-top: 30px;
  margin-bottom: 10px;
   text-transform: uppercase;
}
}


/* ========================
/* PERSONAL BAR */
  Botões e formulários
#p-personal {
======================== */
   background-color: #222;
input, select, textarea, button {
   padding: 8px;
   background-color: #1e1e1e;
  color: #fff;
  border: 1px solid #444;
   padding: 8px 12px;
   border-radius: 6px;
   border-radius: 6px;
  font-family: 'Inter', sans-serif;
}
}
input:focus, textarea:focus {
#p-personal a {
   outline: none;
   color: #fff !important;
  border-color: #ff992f;
  box-shadow: 0 0 8px #ff992f55;
}
}


button, .mw-ui-button {
#footer,
   background-color: #ff992f;
#footer * {
   color: #000;
   background-color: #ffffff !important;
   border: none;
   color: #333 !important;
  cursor: pointer;
   border-top: 3px solid #ff6600 !important;
  font-weight: bold;
  transition: 0.3s;
}
}
button:hover, .mw-ui-button:hover {
 
   background-color: #ffa94d;
#footer a {
   color: #ff6600 !important;
}
}


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


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


/* ========================
/* INFOS LATERAIS */
  Outras melhorias visuais
.infobox {
======================== */
  float: right;
#mw-page-base, #mw-navigation, #catlinks, .mw-editsection {
  margin: 0 0 10px 10px;
   display: none;
  padding: 15px;
  border: 1px solid #ccc;
  background-color: #fffdf6;
  width: 280px;
   border-radius: 8px;
}
}


.firstHeading {
/* BOTÕES */
   text-align: center;
.mw-ui-button {
   font-size: 2.5em;
   background-color: #ff6600;
   margin-bottom: 20px;
  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;
}
}

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;
}