Ir para o conteúdo

MediaWiki:Common.css: mudanças entre as edições

De Big2be
Sem resumo de edição
Etiqueta: Reversão manual
Sem resumo de edição
Linha 1: Linha 1:
/* ===== Fonts Futuristas ===== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Orbitron:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@600&family=Inter:wght@400;500&display=swap');
 
/* ===== Reset e base ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


/* ===== BASE ===== */
body {
body {
   font-family: 'Inter', sans-serif;
   font-family: 'Inter', sans-serif;
   background: linear-gradient(160deg, #0a0a0a 0%, #1a1a1a 100%);
   background: linear-gradient(180deg, #0c0c0c 0%, #1a1a1a 100%);
   color: #f2f2f2;
   color: #f0f0f0;
  background-attachment: fixed;
  margin: 0;
   padding: 0;
   padding: 0;
  overflow-x: hidden;
}
}


a {
/* ===== CABEÇALHO FIXO ===== */
   color: #ff992f;
#mw-head {
   text-decoration: none;
   position: fixed;
   transition: 0.2s;
  top: 0;
   font-weight: 500;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(6px);
  z-index: 999;
  display: flex;
  align-items: center;
   justify-content: space-between;
   padding: 0 20px;
   box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
}
a:hover {
#p-personal, #p-search {
  color: #ffaa4d;
   margin: 0;
  text-shadow: 0 0 8px #ff992f;
   padding: 0;
}
 
/* ===== Remove barras laterais ===== */
#mw-panel,
#p-personal,
#mw-head-base,
#mw-head,
#catlinks,
.mw-editsection {
  display: none !important;
}
 
/* ===== Container de conteúdo ===== */
#content,
#mw-content-text {
   margin: 60px auto;
  max-width: 1200px;
   padding: 40px;
  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 ===== */
/* ===== LOGO NO TOPO ===== */
.firstHeading {
  font-family: 'Orbitron', sans-serif;
  font-size: 2.8em;
  text-align: center;
  margin-bottom: 30px;
  color: #ff992f;
  text-shadow: 0 0 10px #ff992f;
}
 
/* ===== Logo no topo ===== */
#p-logo {
#p-logo {
   display: flex;
   display: none;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}
}
#p-logo a {
#content .mw-wiki-logo {
   background-image: url("/images/logo.png");
   background-image: url("/images/logo.png");
   background-size: contain;
   background-size: contain;
   background-repeat: no-repeat;
   background-repeat: no-repeat;
  width: 220px;
  height: 80px;
  margin: 80px auto 40px;
  text-indent: -9999px;
}
/* ===== MENUS À ESQUERDA (PINNED) ===== */
.vector-sticky-pinned-container {
  position: fixed;
  top: 80px;
  left: 20px;
   width: 240px;
   width: 240px;
   height: 100px;
   background: rgba(25, 25, 25, 0.8);
   display: block;
   border: 1px solid #333;
   text-indent: -9999px;
   border-radius: 10px;
  padding: 16px;
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  z-index: 900;
}
}


/* ===== Títulos (glow) ===== */
.vector-sticky-pinned-container h2,
h1, h2, h3, h4, h5 {
.vector-sticky-pinned-container h3 {
   font-family: 'Orbitron', sans-serif;
   font-family: 'Orbitron', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
   color: #ff992f;
   color: #ff992f;
   margin: 40px 0 15px;
   margin-bottom: 8px;
   text-transform: uppercase;
   border-bottom: 1px solid #333;
   text-shadow: 0 0 8px #ff992f99;
   padding-bottom: 4px;
}
}


/* ===== Formulários e inputs ===== */
.vector-sticky-pinned-container ul {
input, select, textarea {
   list-style: none;
   background-color: #1a1a1a;
   padding-left: 0;
  color: #fff;
  border: 1px solid #444;
   padding: 10px;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
}
}
input:focus, textarea:focus {
 
   border-color: #ff992f;
.vector-sticky-pinned-container ul li a {
   box-shadow: 0 0 10px #ff992f99;
   color: #eee;
   outline: none;
   display: block;
  padding: 6px 0;
  border-bottom: 1px solid #2a2a2a;
   transition: 0.3s;
}
}


/* ===== Botões ===== */
.vector-sticky-pinned-container ul li a:hover {
button, .mw-ui-button {
   color: #ffaa4d;
  background-color: #ff992f;
   text-shadow: 0 0 5px #ff992f;
   color: #111;
   font-weight: bold;
  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;
/* ===== CONTEÚDO ===== */
   box-shadow: 0 0 12px #ff992f99;
#content,
#mw-content-text {
  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);
}
}


/* ===== Rodapé minimalista ===== */
.firstHeading {
#footer {
  font-family: 'Orbitron', sans-serif;
  color: #ff992f;
  font-size: 2.5em;
  margin-bottom: 20px;
  text-shadow: 0 0 8px #ff992f;
   text-align: center;
   text-align: center;
  color: #888;
  padding: 40px 0 20px;
  font-size: 14px;
}
}


/* ===== Tabelas estilosas ===== */
/* ===== LINKS ===== */
table {
a {
  width: 100%;
  border-collapse: collapse;
  background-color: #1b1b1b;
  border: 1px solid #333;
}
th, td {
  border: 1px solid #444;
  padding: 12px;
  color: #eee;
}
th {
  background-color: #262626;
   color: #ff992f;
   color: #ff992f;
   text-shadow: 0 0 5px #ff992f55;
   text-decoration: none;
  transition: 0.2s;
}
}
 
a:hover {
/* ===== Destaques visuais especiais ===== */
   color: #ffaa4d;
code, pre {
   text-shadow: 0 0 6px #ff992f;
   background-color: #111;
   color: #ffb36b;
  padding: 8px;
  border-radius: 4px;
  font-family: monospace;
  display: block;
  margin: 15px 0;
}
}


/* ===== Scrollbar custom ===== */
/* ===== BARRA DE ROLAGEM ===== */
::-webkit-scrollbar {
::-webkit-scrollbar {
   width: 10px;
   width: 10px;
Linha 172: Linha 139:
}
}


/* ===== Corrige textos pretos dos menus laterais e abas ===== */
/* ===== ABAS ATIVAS ===== */
 
/* Menu lateral esquerdo */
#mw-panel .portal,
#mw-panel .body,
#mw-panel ul li a,
#mw-panel ul li {
  color: #ff992f !important;
}
 
/* Menu lateral direito (ferramentas) */
#p-tb li a,
#p-cactions li a,
#p-cactions li {
  color: #ff992f !important;
}
 
/* Itens ativos e hover */
#mw-panel ul li a:hover,
#p-tb li a:hover,
#p-cactions li a:hover {
  color: #ffaa4d !important;
  text-shadow: 0 0 6px #ff992f;
}
 
/* Títulos de menus */
#mw-panel .portal h3,
#p-tb h3,
#p-cactions h3 {
  color: #ff992f !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
 
/* Abas como "Editar", "Histórico", etc. */
#ca-edit a,
#ca-history a,
#ca-viewsource a,
#ca-talk a {
  color: #ff992f !important;
}
#ca-edit a:hover,
#ca-history a:hover,
#ca-viewsource a:hover,
#ca-talk a:hover {
  color: #ffaa4d !important;
  text-shadow: 0 0 6px #ff992f;
}
 
/* ==== Aba ativa sem fundo, texto branco ==== */
#p-cactions li.selected a,
#p-cactions li.selected a:visited,
#p-cactions li.selected a:hover,
#p-views li.selected a,
#p-views li.selected a,
#p-views li.selected a:visited,
#p-views li.selected a:hover,
.vectorTabs li.selected a,
.vectorTabs li.selected a,
.vectorTabs li.selected a:visited,
.vectorTabs li.selected a:hover {
.vectorTabs li.selected a:hover {
   color: #ffffff !important;
   color: #ffffff !important;
Linha 235: Linha 147:
   text-shadow: 0 0 6px #ff992f;
   text-shadow: 0 0 6px #ff992f;
}
}
/* Corrige qualquer aba ativa com texto preto (ex: Mensagem) */
 
#p-views li.selected a,
/* ===== RODAPÉ ===== */
#p-views li.selected a:visited,
#footer {
#p-views li.selected a:hover,
  text-align: center;
#ca-talk.selected a,
  color: #999;
#ca-talk.selected a:visited,
  padding: 30px 0;
#ca-talk.selected a:hover,
  font-size: 12px;
#ca-history.selected a,
  margin-top: 40px;
#ca-history.selected a:visited,
}
#ca-history.selected a:hover,
 
#ca-view.selected a,
/* ===== RESPONSIVO ===== */
#ca-view.selected a:visited,
@media screen and (max-width: 900px) {
#ca-view.selected a:hover {
  .vector-sticky-pinned-container {
  color: #ffffff !important;
    position: static;
  background-color: transparent !important;
    width: 100%;
   text-shadow: 0 0 6px #ff992f;
    margin-bottom: 20px;
  }
 
  #content {
    margin-left: 0;
  }
 
  #mw-head {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 10px;
   }
}
}

Edição das 09h44min de 22 de julho de 2025

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Orbitron:wght@600&display=swap');

/* ===== BASE ===== */
body {
  font-family: 'Inter', sans-serif;
  background: linear-gradient(180deg, #0c0c0c 0%, #1a1a1a 100%);
  color: #f0f0f0;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
}

/* ===== CABEÇALHO FIXO ===== */
#mw-head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(6px);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
#p-personal, #p-search {
  margin: 0;
  padding: 0;
}

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

/* ===== MENUS À ESQUERDA (PINNED) ===== */
.vector-sticky-pinned-container {
  position: fixed;
  top: 80px;
  left: 20px;
  width: 240px;
  background: rgba(25, 25, 25, 0.8);
  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,
.vector-sticky-pinned-container h3 {
  font-family: 'Orbitron', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #ff992f;
  margin-bottom: 8px;
  border-bottom: 1px solid #333;
  padding-bottom: 4px;
}

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

.vector-sticky-pinned-container ul li a {
  color: #eee;
  display: block;
  padding: 6px 0;
  border-bottom: 1px solid #2a2a2a;
  transition: 0.3s;
}

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

/* ===== CONTEÚDO ===== */
#content,
#mw-content-text {
  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 {
  font-family: 'Orbitron', sans-serif;
  color: #ff992f;
  font-size: 2.5em;
  margin-bottom: 20px;
  text-shadow: 0 0 8px #ff992f;
  text-align: center;
}

/* ===== LINKS ===== */
a {
  color: #ff992f;
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  color: #ffaa4d;
  text-shadow: 0 0 6px #ff992f;
}

/* ===== BARRA DE ROLAGEM ===== */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #111;
}
::-webkit-scrollbar-thumb {
  background: #ff992f;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ffaa4d;
}

/* ===== ABAS ATIVAS ===== */
#p-views li.selected a,
.vectorTabs li.selected a,
.vectorTabs li.selected a:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  text-shadow: 0 0 6px #ff992f;
}

/* ===== RODAPÉ ===== */
#footer {
  text-align: center;
  color: #999;
  padding: 30px 0;
  font-size: 12px;
  margin-top: 40px;
}

/* ===== RESPONSIVO ===== */
@media screen and (max-width: 900px) {
  .vector-sticky-pinned-container {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }

  #content {
    margin-left: 0;
  }

  #mw-head {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 10px;
  }
}