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
 
(6 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=Orbitron:wght@600&family=Inter:wght@400;500&display=swap');
/* FONTE BASE */
 
body {
/* RESET */
  background-color: #f6f6f6;
* {
  font-family: 'Segoe UI', 'Inter', sans-serif;
  color: #111;
  font-size: 16px;
  line-height: 1.6;
   margin: 0;
   margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Inter', sans-serif;
  background: linear-gradient(160deg, #0d0d0d, #1a1a1a);
  color: #f0f0f0;
  background-attachment: fixed;
  overflow-x: hidden;
}
}


/* HEADER FIXO */
/* LOGO */
#mw-head {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 60px;
  background: rgba(10,10,10,0.9);
  backdrop-filter: blur(6px);
  box-shadow: 0 2px 10px rgba(0,0,0,0.6);
  z-index: 1000;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
#p-logo {
#p-logo {
   background-image: url('/images/logo.png');
   background: url('/caminho/para/sua-logo.png') no-repeat center;
   background-size: contain;
   background-size: contain;
   background-repeat: no-repeat;
   height: 100px;
   width: 180px;
   width: 180px;
  height: 40px;
  text-indent: -9999px;
  margin-right: 20px;
}
}
#p-logo a {
 
   display: block;
/* CONTEÚDO PRINCIPAL */
   width: 100%;
#content, .mw-body {
   height: 100%;
  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 ESQUERDO BONITÃO */
/* 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: 220px;
   border-radius: 0 0 12px 0;
  background: rgba(20, 20, 20, 0.6);
   box-shadow: 2px 2px 8px rgba(0,0,0,0.05);
  border: 1px solid #333;
   border-radius: 12px;
  padding: 20px;
  backdrop-filter: blur(10px);
   box-shadow: 0 0 20px rgba(255,153,47,0.08);
  z-index: 900;
}
}
.vector-sticky-pinned-container h3 {
 
   font-family: 'Orbitron', sans-serif;
#mw-panel .portal h3 {
   color: #ff992f;
   color: #fff;
   font-size: 13px;
   text-transform: uppercase;
   text-transform: uppercase;
  font-size: 13px;
   margin: 16px 0 8px;
  border-bottom: 1px solid #444;
   font-weight: 600;
   margin-bottom: 8px;
   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: #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: 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-left: 270px;
   background: #111;
  margin-top: 100px;
  max-width: 1100px;
  padding: 40px;
   background: rgba(25,25,25,0.8);
  border: 1px solid #2a2a2a;
  border-radius: 16px;
  box-shadow: 0 0 40px rgba(255, 153, 47, 0.1);
  backdrop-filter: blur(6px);
}
}


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


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


/* ABAS ATIVAS */
#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 */
 
input, select, textarea {
/* TABELAS */
   background: #1a1a1a;
table {
   color: #fff;
   width: 100%;
   border: 1px solid #444;
  border-collapse: collapse;
   margin: 20px 0;
}
table th, table td {
   border: 1px solid #ccc;
   padding: 10px;
   padding: 10px;
  border-radius: 6px;
}
}
input:focus, textarea:focus {
table th {
   border-color: #ff992f;
   background-color: #f3f3f3;
  box-shadow: 0 0 10px #ff992f55;
  outline: none;
}
button, .mw-ui-button {
  background: #ff992f;
  color: #111;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
   font-weight: bold;
   font-weight: bold;
  text-transform: uppercase;
  transition: 0.3s;
}
button:hover, .mw-ui-button:hover {
  background: #ffaa4d;
  box-shadow: 0 0 12px #ff992f88;
}
}


/* RODAPÉ */
/* INFOS LATERAIS */
#footer {
.infobox {
   text-align: center;
   float: right;
   color: #888;
  margin: 0 0 10px 10px;
   padding: 40px 0;
  padding: 15px;
   font-size: 14px;
  border: 1px solid #ccc;
   background-color: #fffdf6;
   width: 280px;
   border-radius: 8px;
}
}


/* SCROLLBAR */
/* BOTÕES */
::-webkit-scrollbar {
.mw-ui-button {
   width: 10px;
   background-color: #ff6600;
}
  color: white;
::-webkit-scrollbar-track {
   padding: 10px 18px;
   background: #111;
   border: none;
}
::-webkit-scrollbar-thumb {
   background: #ff992f;
   border-radius: 6px;
   border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}
}
::-webkit-scrollbar-thumb:hover {
.mw-ui-button:hover {
   background: #ffaa4d;
   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-top: 20px;
   }
   }
   #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;
}