|
|
| Line 1: |
Line 1: |
| /**********************************************************/ | | /**********************************************************/ |
| /* Esconder secções de Width e Color no menu de aparência */ | | /* ATRONIA — CLEAN PRODUCTION CSS */ |
| /**********************************************************/ | | /**********************************************************/ |
|
| |
|
| | /* ========================================================= */ |
| | /* HIDE APPEARANCE OPTIONS */ |
| | /* ========================================================= */ |
| #skin-client-prefs-vector-feature-limited-width, | | #skin-client-prefs-vector-feature-limited-width, |
| #skin-client-prefs-skin-theme { | | #skin-client-prefs-skin-theme { |
| display: none !important;
| | display: none !important; |
| }
| |
| | |
| | |
| /* =========================================
| |
| ATRONIA TYPOGRAPHY SYSTEM
| |
| ========================================= */
| |
| | |
| /* ---------- BASE BODY FONT ---------- */
| |
| .mw-parser-output {
| |
| font-family: 'Roboto', sans-serif !important;
| |
| font-weight: 400;
| |
| }
| |
| | |
| /* ---------- PAGE TITLE ---------- */
| |
| .mw-page-title-main {
| |
| font-family: 'Rubik', sans-serif !important;
| |
| font-weight: 600;
| |
| }
| |
| | |
| /* ---------- MAIN SECTIONS (== Datasheet ==) ---------- */
| |
| .mw-parser-output h1,
| |
| .mw-parser-output h2 {
| |
| font-family: 'Rubik', sans-serif !important;
| |
| font-weight: 600;
| |
| }
| |
| | |
| /* ---------- SUBTITLES (=== Features === etc) ---------- */
| |
| .mw-parser-output h3,
| |
| .mw-parser-output h4 {
| |
| font-family: 'Rubik', sans-serif !important;
| |
| font-weight: 500;
| |
| }
| |
| | |
| /* ---------- SMALL HEADINGS ---------- */
| |
| .mw-parser-output h5,
| |
| .mw-parser-output h6 {
| |
| font-family: 'Rubik', sans-serif !important;
| |
| font-weight: 500;
| |
| }
| |
| | |
| | |
| | |
| /* ===== ATRONIA Search Clean & Stable ===== */
| |
| | |
| /* ===== NAVBAR NORMAL ===== */
| |
| #p-search .cdx-search-input {
| |
| border-radius: 14px;
| |
| overflow: hidden;
| |
| border: 1px solid #dcdcdc;
| |
| background: #ffffff;
| |
| transition: border-color 0.2s ease, box-shadow 0.2s ease;
| |
| }
| |
| | |
| #p-search .cdx-text-input__input {
| |
| border: none !important;
| |
| background: transparent !important;
| |
| box-shadow: none !important;
| |
| }
| |
| | |
| #p-search .cdx-button {
| |
| background: #ffffff;
| |
| color: #1B2826;
| |
| border-left: 1px solid #e0e0e0;
| |
| border-radius: 0;
| |
| transition: background 0.2s ease, color 0.2s ease;
| |
| }
| |
| | |
| #p-search .cdx-button:hover {
| |
| background: #92ff00;
| |
| color: #1B2826;
| |
| }
| |
| | |
| | |
| /* ===== NAVBAR STICKY (SCROLL) ===== */
| |
| .vector-sticky-header .cdx-search-input {
| |
| border-radius: 14px;
| |
| overflow: hidden;
| |
| border: 1px solid #dcdcdc;
| |
| background: #ffffff;
| |
| transition: border-color 0.2s ease, box-shadow 0.2s ease;
| |
| }
| |
| | |
| .vector-sticky-header .cdx-text-input__input {
| |
| border: none !important;
| |
| background: transparent !important;
| |
| box-shadow: none !important;
| |
| }
| |
| | |
| .vector-sticky-header .cdx-button {
| |
| background: #ffffff;
| |
| color: #1B2826;
| |
| border-left: 1px solid #e0e0e0;
| |
| border-radius: 0;
| |
| transition: background 0.2s ease, color 0.2s ease;
| |
| }
| |
| | |
| .vector-sticky-header .cdx-button:hover {
| |
| background: #92ff00;
| |
| color: #1B2826;
| |
| }
| |
| | |
| | |
| /* ========================================================= */
| |
| /* Hide namespace / wordmark text in header */
| |
| /* ========================================================= */
| |
| | |
| .skin-vector .mw-logo-wordmark {
| |
| display: none !important;
| |
| }
| |
| | |
| | |
| /* ========================================================= */
| |
| /* ============== FULL WIDTH (SEM BARRAS LATERAIS) ========== */
| |
| /* ========================================================= */
| |
| | |
| /* Fundo geral branco (remove o “cinza” lateral) */
| |
| html, body {
| |
| background: #ffffff !important;
| |
| }
| |
| | |
| | |
| /* Header topo a ocupar 100% */
| |
| .skin-vector-2022 .mw-header,
| |
| .skin-vector-2022 .mw-header-container {
| |
| max-width: none !important;
| |
| width: 100% !important;
| |
| }
| |
| | |
| /* Sticky header (navbar secundária) a ocupar 100% */
| |
| .skin-vector-2022 .vector-sticky-header {
| |
| left: 0 !important;
| |
| right: 0 !important;
| |
| width: 100% !important;
| |
| max-width: none !important;
| |
| }
| |
| | |
| /* Garante que o “miolo” do sticky header também não fica limitado */
| |
| .skin-vector-2022 .vector-sticky-header .vector-sticky-header-inner,
| |
| .skin-vector-2022 .vector-sticky-header .vector-sticky-header-content {
| |
| max-width: none !important;
| |
| width: 100% !important;
| |
| }
| |
| | |
| | |
| | |
| | |
| | |
| /* ========================================================= */
| |
| /* AUMENTAR LARGURA DO LAYOUT (SEM PARTIR ESTRUTURA) */
| |
| /* ========================================================= */
| |
| | |
| .skin-vector-2022 .mw-page-container {
| |
| max-width: 1800px !important;
| |
| }
| |
| | |
| .skin-vector-2022 .mw-header-container {
| |
| max-width: 1800px !important;
| |
| }
| |
| | |
| | |
| | |
| /* ========================================================= */
| |
| /* ================= LOGO CONFIG ============================ */
| |
| /* ========================================================= */
| |
| | |
| .skin-vector-2022 .mw-header-start {
| |
| flex-wrap: nowrap !important;
| |
| }
| |
| | |
| .skin-vector-2022 .mw-logo-icon {
| |
| max-height: 48px !important;
| |
| height: 38px !important;
| |
| max-width: 200px !important;
| |
| width: auto !important;
| |
| } | | } |
|
| |
| .skin-vector-2022 .mw-logo-wordmark img {
| |
| height: 32px !important;
| |
| width: auto !important;
| |
| }
| |
|
| |
|
| |
|
| /* ========================================================= */ | | /* ========================================================= */ |
| /* ================= FONT CONFIG ============================ */ | | /* BASE VARIABLES */ |
| /* ========================================================= */ | | /* ========================================================= */ |
|
| |
| @font-face {
| |
| font-family: 'Wiki Font Title';
| |
| src: url('/resources/assets/Nohemi-VF.ttf') format('truetype');
| |
| }
| |
|
| |
| @font-face {
| |
| font-family: 'Wiki Font Subtitle';
| |
| src: url('/resources/assets/Rubik-Medium.ttf') format('truetype');
| |
| }
| |
|
| |
| @font-face {
| |
| font-family: 'Wiki Font Body';
| |
| src: url('/resources/assets/Roboto-Regular.ttf') format('truetype');
| |
| }
| |
|
| |
| .mw-body-content {
| |
| font-family: 'Wiki Font Body', sans-serif;
| |
| }
| |
|
| |
| .mw-page-title-main {
| |
| font-family: 'Wiki Font Title', sans-serif;
| |
| }
| |
|
| |
| .mw-headline {
| |
| font-family: 'Wiki Font Subtitle', sans-serif;
| |
| }
| |
|
| |
|
| |
| /* ========================================================= */
| |
| /* ================= HEADER ATRONIA ========================= */
| |
| /* ========================================================= */
| |
|
| |
| /* Background */
| |
| .skin-vector-2022 .mw-header,
| |
| .skin-vector-2022 .vector-sticky-header {
| |
| background-color: #1B2826 !important;
| |
| border-bottom: none !important;
| |
| color: #ffffff !important;
| |
| }
| |
|
| |
| /* Links + title */
| |
| .skin-vector-2022 .mw-header a,
| |
| .skin-vector-2022 .vector-sticky-header a,
| |
| .skin-vector-2022 .vector-sticky-header .mw-page-title-main {
| |
| color: #ffffff !important;
| |
| }
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
| /* ========================================================= */
| |
| /* ================= DROPDOWN RESET ========================= */
| |
| /* ========================================================= */
| |
|
| |
| .skin-vector-2022 .vector-dropdown-content {
| |
| background-color: #ffffff !important;
| |
| }
| |
|
| |
| .skin-vector-2022 .vector-dropdown-content a {
| |
| color: #202122 !important;
| |
| }
| |
|
| |
|
| |
| /* ===== CORRIGIR ÍCONES DO DROPDOWN ===== */
| |
|
| |
| /*.skin-vector-2022 .vector-dropdown-content .vector-icon,
| |
| .skin-vector-2022 .vector-dropdown-content .mw-ui-icon {
| |
| background-color: red !important;
| |
| color: #202122 !important;
| |
| }*/
| |
|
| |
|
| |
| /* ===== FORÇAR COR DA SETA (DROPDOWN ARROW) ===== */
| |
|
| |
| .skin-vector-2022 .mw-header .vector-dropdown-label::after,
| |
| .skin-vector-2022 .vector-sticky-header .vector-dropdown-label::after {
| |
| background-color: #ffffff !important;
| |
| }
| |
|
| |
|
| |
|
| |
|
| |
| /* ========================================================= */
| |
| /* FIX DEFINITIVO DO HOVER DOS ICON BUTTONS (CODEx) */
| |
| /* ========================================================= */
| |
|
| |
| .skin-vector-2022 .mw-header .cdx-button:hover,
| |
| .skin-vector-2022 .vector-sticky-header .cdx-button:hover {
| |
| mix-blend-mode: normal !important;
| |
| background-color: rgba(146,255,0,0.30) !important; /* ← reduzido */
| |
| }
| |
| /*
| |
| .skin-vector-2022 .mw-header .cdx-button:hover .vector-icon,
| |
| .skin-vector-2022 .vector-sticky-header .cdx-button:hover .vector-icon,
| |
| .skin-vector-2022 .mw-header .cdx-button:hover .mw-ui-icon,
| |
| .skin-vector-2022 .vector-sticky-header .mw-ui-icon {
| |
| background-color: #ffffff !important;
| |
| }/*
| |
|
| |
|
| |
|
| |
|
| |
| /* ========================================================= */
| |
| /* HOVER USER DROPDOWN - ATRONIA GREEN */
| |
| /* ========================================================= */
| |
|
| |
| .skin-vector-2022 #vector-user-links-dropdown-label:hover,
| |
| .skin-vector-2022 #vector-user-links-dropdown-label:focus,
| |
| .skin-vector-2022 #vector-user-links-dropdown-label:focus-visible {
| |
| background-color: rgba(146, 255, 0, 0.30) !important;
| |
| }
| |
|
| |
| .skin-vector-2022 #vector-user-links-dropdown-label:hover::before,
| |
| .skin-vector-2022 #vector-user-links-dropdown-label:focus::before,
| |
| .skin-vector-2022 #vector-user-links-dropdown-label:focus-visible::before {
| |
| background-color: rgba(146, 255, 0, 0.30) !important;
| |
| opacity: 1 !important;
| |
| }
| |
|
| |
| .skin-vector-2022 #vector-user-links-dropdown.vector-dropdown:hover .vector-dropdown-label,
| |
| .skin-vector-2022 #vector-user-links-dropdown.vector-dropdown:hover .vector-dropdown-label::before {
| |
| background-color: rgba(146, 255, 0, 0.30) !important;
| |
| }
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
| /* ========================================================= */
| |
| /* ================= ATRONIA LINK SYSTEM =================== */
| |
| /* ========================================================= */
| |
|
| |
| /* ===== Variáveis globais ===== */
| |
|
| |
| :root { | | :root { |
| --color-progressive: #1B2826 !important;
| | --atronia-dark: #1B2826; |
| --color-progressive--hover: #12201f !important; /* ligeiramente mais escuro */
| | --atronia-dark-hover: #12201f; |
| --color-visited: #1B2826 !important;
| | --atronia-accent: #92ff00; |
| } | | } |
|
| |
|
| /* ========================================================= */ | | /* ========================================================= */ |
| /* ================= LINKS GERAIS =========================== */ | | /* TYPOGRAPHY */ |
| /* ========================================================= */ | | /* ========================================================= */ |
| | @font-face { font-family: 'Wiki Font Title'; src: url('/resources/assets/Nohemi-VF.ttf'); } |
| | @font-face { font-family: 'Wiki Font Subtitle'; src: url('/resources/assets/Rubik-Medium.ttf'); } |
| | @font-face { font-family: 'Wiki Font Body'; src: url('/resources/assets/Roboto-Regular.ttf'); } |
|
| |
|
| a,
| | .mw-body-content { font-family: 'Wiki Font Body', sans-serif; } |
| .mw-body-content a,
| | .mw-page-title-main { font-family: 'Wiki Font Title', sans-serif; font-weight: 600; } |
| .mw-parser-output a {
| | .mw-headline, |
| color: #1B2826 !important;
| |
| text-decoration-color: #1B2826 !important;
| |
| }
| |
| | |
| /* Hover */
| |
| a:hover,
| |
| .mw-body-content a:hover,
| |
| .mw-parser-output a:hover {
| |
| color: #12201f !important;
| |
| text-decoration-color: #12201f !important;
| |
| }
| |
| | |
| /* Visitados */
| |
| a:visited,
| |
| .mw-body-content a:visited {
| |
| color: #1B2826 !important;
| |
| text-decoration-color: #1B2826 !important;
| |
| }
| |
| | |
| /* Underline styling */
| |
| a {
| |
| text-decoration-thickness: 1.5px;
| |
| text-underline-offset: 3px;
| |
| }
| |
| | |
| /* ========================================================= */
| |
| /* ================= TABS (Read / Edit / History) ========= */
| |
| /* ========================================================= */
| |
| | |
| .vector-menu-tabs .vector-menu-item a {
| |
| color: #1B2826 !important;
| |
| }
| |
| | |
| .vector-menu-tabs .vector-menu-item.selected a {
| |
| border-bottom-color: #1B2826 !important;
| |
| }
| |
| | |
| /* ========================================================= */
| |
| /* ================= SIDEBAR ================================ */
| |
| /* ========================================================= */
| |
| | |
| .vector-menu-portal .vector-menu-content a {
| |
| color: #1B2826 !important;
| |
| }
| |
| | |
| .vector-menu-portal .vector-menu-content a:hover {
| |
| color: #12201f !important;
| |
| }
| |
| | |
| /* ========================================================= */
| |
| /* ================= DROPDOWNS ============================== */
| |
| /* ========================================================= */
| |
| | |
| .vector-dropdown-content a {
| |
| color: #1B2826 !important;
| |
| }
| |
| | |
| .vector-dropdown-content a:hover {
| |
| color: #12201f !important;
| |
| }
| |
| | |
| /* ========================================================= */
| |
| /* ================= PARSER OUTPUT ========================== */
| |
| /* ========================================================= */
| |
| | |
| .mw-parser-output a {
| |
| color: #1B2826 !important;
| |
| }
| |
| | |
| .mw-parser-output a:hover {
| |
| color: #12201f !important;
| |
| }
| |
| | |
| | |
| | |
| | |
| | |
| /* ========================================================= */
| |
| /* ================= OOUI ATRONIA GREEN ==================== */
| |
| /* ========================================================= */
| |
| | |
| /* Botões principais (Save changes) */
| |
| .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
| |
| background-color: #1B2826 !important;
| |
| border-color: #1B2826 !important;
| |
| color: #ffffff !important;
| |
| }
| |
| | |
| /* Hover botão */
| |
| .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover {
| |
| background-color: #12201f !important;
| |
| border-color: #12201f !important;
| |
| }
| |
| | |
| /* Checkbox e radio selecionados */
| |
| .oo-ui-checkboxInputWidget input:checked + span,
| |
| .oo-ui-radioInputWidget input:checked + span {
| |
| background-color: #1B2826 !important;
| |
| border-color: #1B2826 !important;
| |
| }
| |
| | |
| /* Hover checkbox/radio */
| |
| .oo-ui-checkboxInputWidget input:hover + span,
| |
| .oo-ui-radioInputWidget input:hover + span {
| |
| border-color: #1B2826 !important;
| |
| }
| |
| | |
| /* Labels ao lado */
| |
| .oo-ui-labelElement-label {
| |
| color: #1B2826 !important;
| |
| }
| |
| | |
| /* Links dentro de forms */
| |
| .oo-ui-widget a {
| |
| color: #1B2826 !important;
| |
| }
| |
| | |
| | |
| /* ========================================================= */
| |
| /* OOUI BOTÕES — HOVER COMPLETO (ATRONIA STYLE) */
| |
| /* ========================================================= */
| |
| | |
| /* Estado normal */
| |
| .oo-ui-buttonElement-framed.oo-ui-widget-enabled >
| |
| .oo-ui-buttonElement-button {
| |
| background-color: #1B2826 !important;
| |
| border-color: #1B2826 !important;
| |
| color: #ffffff !important;
| |
| transition: all 150ms ease;
| |
| }
| |
| | |
| /* Hover completo (mais claro) */
| |
| .oo-ui-buttonElement-framed.oo-ui-widget-enabled >
| |
| .oo-ui-buttonElement-button:hover {
| |
| background-color: #2d4d49 !important;
| |
| border-color: #2d4d49 !important;
| |
| }
| |
| | |
| /* ========================================================= */
| |
| /* ESCONDER LOGO "Powered by MediaWiki" */
| |
| /* ========================================================= */
| |
| | |
| #footer-poweredbyico {
| |
| display: none !important;
| |
| }
| |
| | |
| | |
| | |
| /* ========================================================= */
| |
| /* CODEx RADIO — ATRONIA (Selecionado mais grosso) */
| |
| /* ========================================================= */
| |
| | |
| /* Estado normal */
| |
| .cdx-radio__icon {
| |
| border: 2px solid #1B2826 !important;
| |
| background-color: transparent !important;
| |
| }
| |
| | |
| /* Hover */
| |
| .cdx-radio:hover .cdx-radio__icon {
| |
| border-color: #12201f !important;
| |
| }
| |
| | |
| /* Selecionado → mais grosso */
| |
| .cdx-radio__input:checked + .cdx-radio__icon {
| |
| border: 6px solid #1B2826 !important;
| |
| background-color: transparent !important;
| |
| }
| |
| | |
| /* Bolinha interna */
| |
| .cdx-radio__input:checked + .cdx-radio__icon::after {
| |
| background-color: #1B2826 !important;
| |
| width: 8px !important;
| |
| height: 8px !important;
| |
| }
| |
| | |
| | |
| /* ========================================================= */
| |
| /* ATRONIA — Ajuste do grid para estilo Teltonika */
| |
| /* ========================================================= */
| |
| | |
| @media screen and (min-width: 1120px) {
| |
| | |
| .skin-vector-2022 .mw-body {
| |
| | |
| /* Remove o template default do Vector */
| |
| grid-template-columns:
| |
| minmax(0, 1fr) min-content !important;
| |
| | |
| }
| |
| | |
| }
| |
| | |
| | |
| /* ========================================================= */
| |
| /* ATRONIA — Appearance hover verde neon 30% */
| |
| /* ========================================================= */
| |
| /*.vector-dropdown-checkbox {
| |
| background-color: red !important;
| |
| color: red !important;
| |
| }*/
| |
| | |
| /* Estado normal (navbar verde escuro sólido) */
| |
| #vector-appearance-dropdown .cdx-button {
| |
| background: #1B2826 !important;
| |
| color: #ffffff !important;
| |
| }
| |
| | |
| /* Hover real (input invisível recebe hover) */
| |
| #vector-appearance-dropdown
| |
| .vector-dropdown-checkbox:hover
| |
| + .cdx-button {
| |
| background: rgba(146, 255, 0, 0.30) !important;
| |
| color: #1B2826 !important;
| |
| }
| |
| | |
| /* Estado ativo (dropdown aberto) */
| |
| #vector-appearance-dropdown
| |
| .vector-dropdown-checkbox:checked
| |
| + .cdx-button {
| |
| background: rgba(146, 255, 0, 0.30) !important;
| |
| color: #1B2826 !important;
| |
| }
| |
| | |
| | |
| | |
| | |
| /* ========================================================= */
| |
| /* ATRONIA — Sticky header dropdown hover fix */
| |
| /* ========================================================= */
| |
| | |
| /* Estado normal */
| |
| #vector-user-links-dropdown-sticky-header .cdx-button {
| |
| background: #1B2826 !important;
| |
| color: #ffffff !important;
| |
| }
| |
| | |
| /* Hover real (input invisível) */
| |
| #vector-user-links-dropdown-sticky-header
| |
| .vector-dropdown-checkbox:hover
| |
| + .cdx-button {
| |
| background: rgba(146, 255, 0, 0.30) !important;
| |
| color: #1B2826 !important;
| |
| }
| |
| | |
| /* Estado ativo */
| |
| #vector-user-links-dropdown-sticky-header
| |
| .vector-dropdown-checkbox:checked
| |
| + .cdx-button {
| |
| background: rgba(146, 255, 0, 0.30) !important;
| |
| color: #1B2826 !important;
| |
| }
| |
| | |
| | |
| | |
| /* ========================================================= */
| |
| /* ATRONIA — Texto preto na popup "menu has moved" */
| |
| /* ========================================================= */
| |
| | |
| .vector-popup-notification,
| |
| .vector-popup-notification p,
| |
| .vector-popup-notification .oo-ui-popupWidget-body {
| |
| | |
| color: #000000 !important;
| |
| }
| |
| | |
| | |
| | |
| /* ========================================================= */
| |
| /* ATRONIA — Texto preto no dropdown colapsado Appearance */
| |
| /* ========================================================= */
| |
| | |
| /* Título "Appearance" */
| |
| .vector-pinnable-header-label {
| |
| color: #000000 !important;
| |
| }
| |
| | |
| /* Conteúdo interno do dropdown */
| |
| #vector-appearance-dropdown .vector-dropdown-content,
| |
| #vector-appearance-dropdown .vector-dropdown-content * {
| |
| color: #000000 !important;
| |
| }
| |
| | |
| | |
| | |
| /* ========================================================= */
| |
| /* ATRONIA — Texto preto nos resultados da pesquisa */
| |
| /* ========================================================= */
| |
| | |
| .cdx-typeahead-search,
| |
| .cdx-menu,
| |
| .cdx-menu-item,
| |
| .cdx-menu-item__content,
| |
| .cdx-menu-item__text,
| |
| .cdx-search-result-title,
| |
| .cdx-search-result-description {
| |
| color: #000000 !important;
| |
| }
| |
| | |
| /* Garantir também nos links */
| |
| .cdx-menu-item__content a {
| |
| color: #000000 !important;
| |
| }
| |
| | |
| | |
| | |
| | |
| /* =========================================
| |
| ATRONIA TYPOGRAPHY SYSTEM
| |
| ========================================= */
| |
| | |
| /* ---------- BASE BODY FONT ---------- */
| |
| .mw-parser-output {
| |
| font-family: 'Roboto', sans-serif !important;
| |
| font-weight: 400;
| |
| } | |
| | |
| /* ---------- PAGE TITLE ---------- */
| |
| .mw-page-title-main { | |
| font-family: 'Rubik', sans-serif !important;
| |
| font-weight: 600;
| |
| } | |
| | |
| /* ---------- MAIN SECTIONS (== Datasheet ==) ---------- */
| |
| .mw-parser-output h1, | | .mw-parser-output h1, |
| .mw-parser-output h2 { | | .mw-parser-output h2 { font-family: 'Wiki Font Subtitle', sans-serif; } |
| font-family: 'Rubik', sans-serif !important;
| |
| font-weight: 600;
| |
| }
| |
| | |
| /* ---------- SUBTITLES (=== Features === etc) ---------- */
| |
| .mw-parser-output h3,
| |
| .mw-parser-output h4 {
| |
| font-family: 'Rubik', sans-serif !important;
| |
| font-weight: 500;
| |
| }
| |
| | |
| /* ---------- SMALL HEADINGS ---------- */
| |
| .mw-parser-output h5,
| |
| .mw-parser-output h6 {
| |
| font-family: 'Rubik', sans-serif !important;
| |
| font-weight: 500;
| |
| }
| |
| | |
| | |
| | |
| /* ===== ATRONIA Search Clean & Stable ===== */
| |
| | |
| /* ===== NAVBAR NORMAL ===== */
| |
| #p-search .cdx-search-input {
| |
| border-radius: 14px;
| |
| overflow: hidden;
| |
| border: 1px solid #dcdcdc;
| |
| background: #ffffff;
| |
| transition: border-color 0.2s ease, box-shadow 0.2s ease;
| |
| }
| |
| | |
| #p-search .cdx-text-input__input {
| |
| border: none !important;
| |
| background: transparent !important;
| |
| box-shadow: none !important;
| |
| }
| |
| | |
| #p-search .cdx-button {
| |
| background: #ffffff;
| |
| color: #1B2826;
| |
| border-left: 1px solid #e0e0e0;
| |
| border-radius: 0;
| |
| transition: background 0.2s ease, color 0.2s ease;
| |
| }
| |
| | |
| #p-search .cdx-button:hover {
| |
| background: #92ff00;
| |
| color: #1B2826;
| |
| }
| |
| | |
| | |
| /* ===== NAVBAR STICKY (SCROLL) ===== */
| |
| .vector-sticky-header .cdx-search-input {
| |
| border-radius: 14px;
| |
| overflow: hidden;
| |
| border: 1px solid #dcdcdc;
| |
| background: #ffffff;
| |
| transition: border-color 0.2s ease, box-shadow 0.2s ease;
| |
| }
| |
| | |
| .vector-sticky-header .cdx-text-input__input {
| |
| border: none !important;
| |
| background: transparent !important;
| |
| box-shadow: none !important;
| |
| }
| |
| | |
| .vector-sticky-header .cdx-button {
| |
| background: #ffffff;
| |
| color: #1B2826;
| |
| border-left: 1px solid #e0e0e0;
| |
| border-radius: 0;
| |
| transition: background 0.2s ease, color 0.2s ease;
| |
| }
| |
| | |
| .vector-sticky-header .cdx-button:hover {
| |
| background: #92ff00;
| |
| color: #1B2826;
| |
| } | |
| | |
|
| |
|
| /* ========================================================= */ | | /* ========================================================= */ |
| /* Hide namespace / wordmark text in header */ | | /* LAYOUT */ |
| /* ========================================================= */ | | /* ========================================================= */ |
| | html, body { background: #ffffff !important; } |
|
| |
|
| .skin-vector .mw-logo-wordmark { | | .skin-vector-2022 .mw-page-container, |
| display: none !important;
| | .skin-vector-2022 .mw-header-container { |
| }
| | max-width: 1800px !important; |
| | |
| | |
| /* ========================================================= */
| |
| /* ============== FULL WIDTH (SEM BARRAS LATERAIS) ========== */
| |
| /* ========================================================= */
| |
| | |
| /* Fundo geral branco (remove o “cinza” lateral) */
| |
| html, body {
| |
| background: #ffffff !important;
| |
| } | | } |
|
| |
|
|
| |
| /* Header topo a ocupar 100% */
| |
| .skin-vector-2022 .mw-header, | | .skin-vector-2022 .mw-header, |
| .skin-vector-2022 .mw-header-container {
| |
| max-width: none !important;
| |
| width: 100% !important;
| |
| }
| |
|
| |
| /* Sticky header (navbar secundária) a ocupar 100% */
| |
| .skin-vector-2022 .vector-sticky-header { | | .skin-vector-2022 .vector-sticky-header { |
| left: 0 !important;
| | background-color: var(--atronia-dark) !important; |
| right: 0 !important;
| | color: #ffffff !important; |
| width: 100% !important;
| |
| max-width: none !important;
| |
| }
| |
| | |
| /* Garante que o “miolo” do sticky header também não fica limitado */
| |
| .skin-vector-2022 .vector-sticky-header .vector-sticky-header-inner,
| |
| .skin-vector-2022 .vector-sticky-header .vector-sticky-header-content {
| |
| max-width: none !important;
| |
| width: 100% !important;
| |
| } | | } |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| /* ========================================================= */ | | /* ========================================================= */ |
| /* AUMENTAR LARGURA DO LAYOUT (SEM PARTIR ESTRUTURA) */ | | /* HEADER */ |
| /* ========================================================= */ | | /* ========================================================= */ |
|
| |
| .skin-vector-2022 .mw-page-container {
| |
| max-width: 1800px !important;
| |
| }
| |
|
| |
| .skin-vector-2022 .mw-header-container {
| |
| max-width: 1800px !important;
| |
| }
| |
|
| |
|
| |
|
| |
| /* ========================================================= */
| |
| /* ================= LOGO CONFIG ============================ */
| |
| /* ========================================================= */
| |
|
| |
| .skin-vector-2022 .mw-header-start {
| |
| flex-wrap: nowrap !important;
| |
| }
| |
|
| |
| .skin-vector-2022 .mw-logo-icon {
| |
| max-height: 48px !important;
| |
| height: 38px !important;
| |
| max-width: 200px !important;
| |
| width: auto !important;
| |
| }
| |
|
| |
| .skin-vector-2022 .mw-logo-wordmark img {
| |
| height: 32px !important;
| |
| width: auto !important;
| |
| }
| |
|
| |
|
| |
| /* ========================================================= */
| |
| /* ================= FONT CONFIG ============================ */
| |
| /* ========================================================= */
| |
|
| |
| @font-face {
| |
| font-family: 'Wiki Font Title';
| |
| src: url('/resources/assets/Nohemi-VF.ttf') format('truetype');
| |
| }
| |
|
| |
| @font-face {
| |
| font-family: 'Wiki Font Subtitle';
| |
| src: url('/resources/assets/Rubik-Medium.ttf') format('truetype');
| |
| }
| |
|
| |
| @font-face {
| |
| font-family: 'Wiki Font Body';
| |
| src: url('/resources/assets/Roboto-Regular.ttf') format('truetype');
| |
| }
| |
|
| |
| .mw-body-content {
| |
| font-family: 'Wiki Font Body', sans-serif;
| |
| }
| |
|
| |
| .mw-page-title-main {
| |
| font-family: 'Wiki Font Title', sans-serif;
| |
| }
| |
|
| |
| .mw-headline {
| |
| font-family: 'Wiki Font Subtitle', sans-serif;
| |
| }
| |
|
| |
|
| |
| /* ========================================================= */
| |
| /* ================= HEADER ATRONIA ========================= */
| |
| /* ========================================================= */
| |
|
| |
| /* Background */
| |
| .skin-vector-2022 .mw-header,
| |
| .skin-vector-2022 .vector-sticky-header {
| |
| background-color: #1B2826 !important;
| |
| border-bottom: none !important;
| |
| color: #ffffff !important;
| |
| }
| |
|
| |
| /* Links + title */
| |
| .skin-vector-2022 .mw-header a, | | .skin-vector-2022 .mw-header a, |
| .skin-vector-2022 .vector-sticky-header a, | | .skin-vector-2022 .vector-sticky-header a { |
| .skin-vector-2022 .vector-sticky-header .mw-page-title-main {
| | color: #ffffff !important; |
| color: #ffffff !important;
| |
| } | | } |
|
| |
|
| | | /* Logo */ |
| | | .mw-logo-wordmark { display: none !important; } |
| | |
| | |
| | |
| | |
| | |
|
| |
|
| /* ========================================================= */ | | /* ========================================================= */ |
| /* ================= DROPDOWN RESET ========================= */ | | /* SEARCH */ |
| /* ========================================================= */ | | /* ========================================================= */ |
| | | #p-search .cdx-search-input, |
| .skin-vector-2022 .vector-dropdown-content { | | .vector-sticky-header .cdx-search-input { |
| background-color: #ffffff !important;
| | border-radius: 14px; |
| | border: 1px solid #dcdcdc; |
| | background: #ffffff; |
| } | | } |
|
| |
|
| .skin-vector-2022 .vector-dropdown-content a { | | .cdx-text-input__input { |
| color: #202122 !important;
| | border: none !important; |
| | background: transparent !important; |
| } | | } |
|
| |
|
| | | .cdx-button:hover { |
| /* ===== CORRIGIR ÍCONES DO DROPDOWN ===== */
| | background: var(--atronia-accent) !important; |
| /*
| | color: var(--atronia-dark) !important; |
| .skin-vector-2022 .vector-dropdown-content .vector-icon, | |
| .skin-vector-2022 .vector-dropdown-content .mw-ui-icon {
| |
| background-color: #202122 !important;
| |
| color: #202122 !important;
| |
| }*/
| |
| | |
| | |
| /* ===== FORÇAR COR DA SETA (DROPDOWN ARROW) ===== */
| |
| | |
| .skin-vector-2022 .mw-header .vector-dropdown-label::after,
| |
| .skin-vector-2022 .vector-sticky-header .vector-dropdown-label::after {
| |
| background-color: #ffffff !important;
| |
| } | | } |
|
| |
|
| |
|
| |
|
| |
|
| /* ========================================================= */ | | /* ========================================================= */ |
| /* FIX DEFINITIVO DO HOVER DOS ICON BUTTONS (CODEx) */ | | /* ICON SYSTEM (FIXED CLEAN) */ |
| /* ========================================================= */ | | /* ========================================================= */ |
|
| |
|
| .skin-vector-2022 .mw-header .cdx-button:hover,
| | /* Base */ |
| .skin-vector-2022 .vector-sticky-header .cdx-button:hover {
| | .vector-icon, |
| mix-blend-mode: normal !important;
| | .mw-ui-icon, |
| background-color: rgba(146,255,0,0.30) !important; /* ← reduzido */
| | .cdx-icon { |
| }
| | width: 1.25em; |
| /*
| | height: 1.25em; |
| .skin-vector-2022 .mw-header .cdx-button:hover .vector-icon, | | display: inline-block; |
| .skin-vector-2022 .vector-sticky-header .cdx-button:hover .vector-icon,
| | vertical-align: middle; |
| .skin-vector-2022 .mw-header .cdx-button:hover .mw-ui-icon,
| |
| .skin-vector-2022 .vector-sticky-header .mw-ui-icon {
| |
| background-color: #ffffff !important;
| |
| }*/
| |
| | |
| | |
|
| |
|
| | ``` |
| | -webkit-mask-repeat: no-repeat; |
| | mask-repeat: no-repeat; |
|
| |
|
| /* ========================================================= */
| | -webkit-mask-position: center; |
| /* HOVER USER DROPDOWN - ATRONIA GREEN */
| | mask-position: center; |
| /* ========================================================= */
| |
|
| |
|
| .skin-vector-2022 #vector-user-links-dropdown-label:hover,
| | -webkit-mask-size: contain; |
| .skin-vector-2022 #vector-user-links-dropdown-label:focus,
| | mask-size: contain; |
| .skin-vector-2022 #vector-user-links-dropdown-label:focus-visible {
| |
| background-color: rgba(146, 255, 0, 0.30) !important;
| |
| }
| |
|
| |
|
| .skin-vector-2022 #vector-user-links-dropdown-label:hover::before,
| | background-color: currentColor; |
| .skin-vector-2022 #vector-user-links-dropdown-label:focus::before,
| | ``` |
| .skin-vector-2022 #vector-user-links-dropdown-label:focus-visible::before {
| |
| background-color: rgba(146, 255, 0, 0.30) !important;
| |
| opacity: 1 !important;
| |
| }
| |
|
| |
|
| .skin-vector-2022 #vector-user-links-dropdown.vector-dropdown:hover .vector-dropdown-label,
| |
| .skin-vector-2022 #vector-user-links-dropdown.vector-dropdown:hover .vector-dropdown-label::before {
| |
| background-color: rgba(146, 255, 0, 0.30) !important;
| |
| } | | } |
|
| |
|
| | | /* IMPORTANT: allow Codex override */ |
| | | .vector-icon.mw-ui-icon-wikimedia-appearance { |
| | | -webkit-mask-image: none !important; |
| | | mask-image: none !important; |
| | |
| /* ========================================================= */
| |
| /* ================= ATRONIA LINK SYSTEM =================== */
| |
| /* ========================================================= */
| |
| | |
| /* ===== Variáveis globais ===== */ | |
| | |
| :root {
| |
| --color-progressive: #1B2826 !important;
| |
| --color-progressive--hover: #12201f !important; /* ligeiramente mais escuro */
| |
| --color-visited: #1B2826 !important;
| |
| }
| |
| | |
| /* ========================================================= */
| |
| /* ================= LINKS GERAIS =========================== */
| |
| /* ========================================================= */
| |
| | |
| a,
| |
| .mw-body-content a, | |
| .mw-parser-output a {
| |
| color: #1B2826 !important;
| |
| text-decoration-color: #1B2826 !important;
| |
| }
| |
| | |
| /* Hover */
| |
| a:hover,
| |
| .mw-body-content a:hover, | |
| .mw-parser-output a:hover {
| |
| color: #12201f !important;
| |
| text-decoration-color: #12201f !important;
| |
| }
| |
| | |
| /* Visitados */
| |
| a:visited,
| |
| .mw-body-content a:visited {
| |
| color: #1B2826 !important;
| |
| text-decoration-color: #1B2826 !important;
| |
| }
| |
| | |
| /* Underline styling */
| |
| a {
| |
| text-decoration-thickness: 1.5px;
| |
| text-underline-offset: 3px;
| |
| }
| |
| | |
| /* ========================================================= */
| |
| /* ================= TABS (Read / Edit / History) ========= */
| |
| /* ========================================================= */
| |
| | |
| .vector-menu-tabs .vector-menu-item a {
| |
| color: #1B2826 !important;
| |
| } | | } |
|
| |
|
| .vector-menu-tabs .vector-menu-item.selected a { | | /* Header icon color */ |
| border-bottom-color: #1B2826 !important;
| | .mw-header .vector-icon, |
| | .mw-header .mw-ui-icon { |
| | color: #ffffff; |
| } | | } |
|
| |
|
| /* ========================================================= */ | | /* ========================================================= */ |
| /* ================= SIDEBAR ================================ */ | | /* DROPDOWN */ |
| /* ========================================================= */ | | /* ========================================================= */ |
| | | .vector-dropdown-content { |
| .vector-menu-portal .vector-menu-content a {
| | background: #ffffff !important; |
| color: #1B2826 !important;
| |
| }
| |
| | |
| .vector-menu-portal .vector-menu-content a:hover { | |
| color: #12201f !important;
| |
| } | | } |
|
| |
| /* ========================================================= */
| |
| /* ================= DROPDOWNS ============================== */
| |
| /* ========================================================= */
| |
|
| |
|
| .vector-dropdown-content a { | | .vector-dropdown-content a { |
| color: #1B2826 !important;
| | color: #202122 !important; |
| }
| |
| | |
| .vector-dropdown-content a:hover {
| |
| color: #12201f !important;
| |
| } | | } |
|
| |
|
| /* ========================================================= */ | | /* ========================================================= */ |
| /* ================= PARSER OUTPUT ========================== */ | | /* BUTTON HOVER FIX */ |
| /* ========================================================= */ | | /* ========================================================= */ |
| | | .cdx-button:hover { |
| .mw-parser-output a {
| | background-color: rgba(146,255,0,0.30) !important; |
| color: #1B2826 !important;
| |
| }
| |
| | |
| .mw-parser-output a:hover { | |
| color: #12201f !important;
| |
| } | | } |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| /* ========================================================= */ | | /* ========================================================= */ |
| /* ================= OOUI ATRONIA GREEN ==================== */ | | /* LINKS */ |
| /* ========================================================= */ | | /* ========================================================= */ |
| | | a { |
| /* Botões principais (Save changes) */
| | color: var(--atronia-dark) !important; |
| .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
| | text-decoration-thickness: 1.5px; |
| background-color: #1B2826 !important;
| |
| border-color: #1B2826 !important;
| |
| color: #ffffff !important;
| |
| }
| |
| | |
| /* Hover botão */
| |
| .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover {
| |
| background-color: #12201f !important;
| |
| border-color: #12201f !important;
| |
| }
| |
| | |
| /* Checkbox e radio selecionados */
| |
| .oo-ui-checkboxInputWidget input:checked + span,
| |
| .oo-ui-radioInputWidget input:checked + span { | |
| background-color: #1B2826 !important;
| |
| border-color: #1B2826 !important;
| |
| }
| |
| | |
| /* Hover checkbox/radio */
| |
| .oo-ui-checkboxInputWidget input:hover + span,
| |
| .oo-ui-radioInputWidget input:hover + span {
| |
| border-color: #1B2826 !important;
| |
| }
| |
| | |
| /* Labels ao lado */
| |
| .oo-ui-labelElement-label {
| |
| color: #1B2826 !important;
| |
| }
| |
| | |
| /* Links dentro de forms */
| |
| .oo-ui-widget a {
| |
| color: #1B2826 !important;
| |
| } | | } |
|
| |
|
| |
|
| /* ========================================================= */ | | /* ========================================================= */ |
| /* OOUI BOTÕES — HOVER COMPLETO (ATRONIA STYLE) */ | | /* OOUI */ |
| /* ========================================================= */ | | /* ========================================================= */ |
|
| |
| /* Estado normal */
| |
| .oo-ui-buttonElement-framed.oo-ui-widget-enabled >
| |
| .oo-ui-buttonElement-button { | | .oo-ui-buttonElement-button { |
| background-color: #1B2826 !important;
| | background: var(--atronia-dark) !important; |
| border-color: #1B2826 !important;
| | color: #fff !important; |
| color: #ffffff !important;
| |
| transition: all 150ms ease;
| |
| } | | } |
|
| |
|
| /* Hover completo (mais claro) */
| |
| .oo-ui-buttonElement-framed.oo-ui-widget-enabled >
| |
| .oo-ui-buttonElement-button:hover { | | .oo-ui-buttonElement-button:hover { |
| background-color: #2d4d49 !important;
| | background: var(--atronia-dark-hover) !important; |
| border-color: #2d4d49 !important;
| |
| } | | } |
|
| |
|
| /* ========================================================= */ | | /* ========================================================= */ |
| /* ESCONDER LOGO "Powered by MediaWiki" */ | | /* TABLES */ |
| /* ========================================================= */ | | /* ========================================================= */ |
| | | .wikitable { |
| #footer-poweredbyico {
| | width: 100%; |
| display: none !important;
| | border-collapse: collapse; |
| } | | } |
|
| |
|
| | | .wikitable th { |
| | | background: var(--atronia-dark) !important; |
| /* ========================================================= */
| | color: #ffffff !important; |
| /* CODEx RADIO — ATRONIA (Selecionado mais grosso) */
| |
| /* ========================================================= */
| |
| | |
| /* Estado normal */
| |
| .cdx-radio__icon { | |
| border: 2px solid #1B2826 !important;
| |
| background-color: transparent !important;
| |
| } | | } |
|
| |
| /* Hover */
| |
| .cdx-radio:hover .cdx-radio__icon {
| |
| border-color: #12201f !important;
| |
| }
| |
|
| |
| /* Selecionado → mais grosso */
| |
| .cdx-radio__input:checked + .cdx-radio__icon {
| |
| border: 6px solid #1B2826 !important;
| |
| background-color: transparent !important;
| |
| }
| |
|
| |
| /* Bolinha interna */
| |
| .cdx-radio__input:checked + .cdx-radio__icon::after {
| |
| background-color: #1B2826 !important;
| |
| width: 8px !important;
| |
| height: 8px !important;
| |
| }
| |
|
| |
|
| |
|
| /* ========================================================= */ | | /* ========================================================= */ |
| /* ATRONIA — Ajuste do grid para estilo Teltonika */ | | /* REMOVE POWERED BY */ |
| /* ========================================================= */ | | /* ========================================================= */ |
| | | #footer-poweredbyico { |
| @media screen and (min-width: 1120px) {
| | display: none !important; |
| | |
| .skin-vector-2022 .mw-body {
| |
| | |
| /* Remove o template default do Vector */
| |
| grid-template-columns:
| |
| minmax(0, 1fr) min-content !important;
| |
| | |
| }
| |
| | |
| }
| |
| | |
| | |
| /* ========================================================= */
| |
| /* ATRONIA — Appearance hover verde neon 30% */
| |
| /* ========================================================= */
| |
| | |
| /* Estado normal (navbar verde escuro sólido) */
| |
| #vector-appearance-dropdown .cdx-button {
| |
| background: #1B2826 !important;
| |
| color: #ffffff !important;
| |
| }
| |
| | |
| /* Hover real (input invisível recebe hover) */
| |
| #vector-appearance-dropdown
| |
| .vector-dropdown-checkbox:hover
| |
| + .cdx-button {
| |
| background: rgba(146, 255, 0, 0.30) !important;
| |
| color: #1B2826 !important;
| |
| }
| |
| | |
| /* Estado ativo (dropdown aberto) */
| |
| #vector-appearance-dropdown
| |
| .vector-dropdown-checkbox:checked
| |
| + .cdx-button {
| |
| background: rgba(146, 255, 0, 0.30) !important;
| |
| color: #1B2826 !important;
| |
| }
| |
| | |
| | |
| | |
| | |
| /* ========================================================= */
| |
| /* ATRONIA — Sticky header dropdown hover fix */
| |
| /* ========================================================= */
| |
| | |
| /* Estado normal */
| |
| #vector-user-links-dropdown-sticky-header .cdx-button {
| |
| background: #1B2826 !important;
| |
| color: #ffffff !important;
| |
| }
| |
| | |
| /* Hover real (input invisível) */
| |
| #vector-user-links-dropdown-sticky-header
| |
| .vector-dropdown-checkbox:hover
| |
| + .cdx-button {
| |
| background: rgba(146, 255, 0, 0.30) !important;
| |
| color: #1B2826 !important;
| |
| }
| |
| | |
| /* Estado ativo */
| |
| #vector-user-links-dropdown-sticky-header
| |
| .vector-dropdown-checkbox:checked
| |
| + .cdx-button {
| |
| background: rgba(146, 255, 0, 0.30) !important;
| |
| color: #1B2826 !important;
| |
| }
| |
| | |
| | |
| | |
| /* ========================================================= */
| |
| /* ATRONIA — Texto preto na popup "menu has moved" */
| |
| /* ========================================================= */
| |
| | |
| .vector-popup-notification,
| |
| .vector-popup-notification p,
| |
| .vector-popup-notification .oo-ui-popupWidget-body {
| |
| | |
| color: #000000 !important;
| |
| }
| |
| | |
| | |
| | |
| /* ========================================================= */
| |
| /* ATRONIA — Texto preto no dropdown colapsado Appearance */
| |
| /* ========================================================= */
| |
| | |
| /* Título "Appearance" */
| |
| .vector-pinnable-header-label {
| |
| color: #000000 !important;
| |
| }
| |
| | |
| /* Conteúdo interno do dropdown */
| |
| #vector-appearance-dropdown .vector-dropdown-content,
| |
| #vector-appearance-dropdown .vector-dropdown-content * {
| |
| color: #000000 !important;
| |
| }
| |
| | |
| | |
| | |
| /* ========================================================= */
| |
| /* ATRONIA — Texto preto nos resultados da pesquisa */
| |
| /* ========================================================= */
| |
| | |
| .cdx-typeahead-search,
| |
| .cdx-menu,
| |
| .cdx-menu-item,
| |
| .cdx-menu-item__content,
| |
| .cdx-menu-item__text,
| |
| .cdx-search-result-title,
| |
| .cdx-search-result-description {
| |
| color: #000000 !important;
| |
| }
| |
| | |
| /* Garantir também nos links */
| |
| .cdx-menu-item__content a {
| |
| color: #000000 !important;
| |
| }
| |
| | |
| | |
| | |
| | |
| /* =========================================================
| |
| ATRONIA WIKI - OMNI-FIX (FORÇADO NO CONTENT)
| |
| ========================================================= */
| |
| | |
| /* ---------- FONTES ---------- */
| |
| @font-face { font-family: 'Wiki Font Title'; src: url('/resources/assets/Nohemi-VF.ttf') format('truetype'); }
| |
| @font-face { font-family: 'Wiki Font Subtitle'; src: url('/resources/assets/Rubik-Medium.ttf') format('truetype'); }
| |
| @font-face { font-family: 'Wiki Font Body'; src: url('/resources/assets/Roboto-Regular.ttf') format('truetype'); }
| |
| | |
| /* ---------- BASE & LAYOUT ---------- */
| |
| html, body { background: #ffffff !important; }
| |
| .mw-body-content { font-family: 'Wiki Font Body', sans-serif; }
| |
| .mw-page-title-main { font-family: 'Wiki Font Title', sans-serif; font-weight: 600; }
| |
| .mw-headline { font-family: 'Wiki Font Subtitle', sans-serif; }
| |
| | |
| .skin-vector-2022 .mw-page-container { max-width: 1800px !important; }
| |
| .skin-vector-2022 .mw-header, .vector-sticky-header {
| |
| background-color: #1B2826 !important;
| |
| color: #ffffff !important;
| |
| }
| |
| | |
| | |
| | |
| /* ========================================================= */
| |
| /* ATRONIA — Texto branco nos botões da Toolbar OOUI */
| |
| /* ========================================================= */
| |
| | |
| .oo-ui-tool.oo-ui-widget-enabled .oo-ui-tool-link,
| |
| .oo-ui-tool.oo-ui-widget-enabled .oo-ui-tool-title,
| |
| .oo-ui-tool.oo-ui-widget-enabled .oo-ui-labelElement-label {
| |
| color: #ffffff !important;
| |
| }
| |
| | |
| | |
| | |
| /* ========================================================= */
| |
| /* VISUAL EDITOR DROPDOWN — Forçar texto preto */
| |
| /* ========================================================= */
| |
| | |
| .oo-ui-popupToolGroup-active-tools
| |
| .oo-ui-tool.oo-ui-widget-enabled
| |
| .oo-ui-tool-title,
| |
| .oo-ui-popupToolGroup-active-tools
| |
| .oo-ui-tool.oo-ui-widget-enabled
| |
| .oo-ui-labelElement-label {
| |
| color: #000000 !important;
| |
| }
| |
| | |
| | |
| /* Mixed specification table */
| |
| | |
| .mix-table {
| |
| text-align: center;
| |
| }
| |
| | |
| .mix-table th {
| |
| text-align: center;
| |
| }
| |
| | |
| .mix-table td {
| |
| text-align: center;
| |
| }
| |
| | |
| /* header */
| |
| .wikitable.mix-table tr:first-child th {
| |
| background:#1B2826 !important;
| |
| color:#ffffff !important;
| |
| text-align:center;
| |
| font-weight:600;
| |
| }
| |
| | |
| /* largura fixa */
| |
| .wikitable.mix-table {
| |
| table-layout: fixed;
| |
| width: 100%;
| |
| }
| |
| | |
| .wikitable.mix-table th:nth-child(1),
| |
| .wikitable.mix-table td:nth-child(1) {
| |
| width: 34%;
| |
| }
| |
| | |
| .wikitable.mix-table th:nth-child(2),
| |
| .wikitable.mix-table td:nth-child(2),
| |
| .wikitable.mix-table th:nth-child(3),
| |
| .wikitable.mix-table td:nth-child(3) {
| |
| width: 33%;
| |
| }
| |
| | |
| | |
| | |
| /* ===================================================== */
| |
| /* ATRONIA - Wikitable ultra compacta centrada */
| |
| /* ===================================================== */
| |
| | |
| .vector-body .wikitable {
| |
| width: 100%;
| |
| border-collapse: collapse;
| |
| background: #ffffff !important;
| |
| font-size: 13px;
| |
| border: none;
| |
| }
| |
| | |
| /* HEADER */
| |
| .vector-body .wikitable th {
| |
| text-align: center;
| |
| vertical-align: middle;
| |
| line-height: 1;
| |
| border-bottom: 2px solid #3a3a3a;
| |
| border-right: 1px solid #3a3a3a;
| |
| background: #ffffff !important;
| |
| }
| |
| | |
| | |
| /* CELULAS */
| |
| .vector-body .wikitable td {
| |
| text-align: center;
| |
| vertical-align: middle;
| |
| line-height: 1;
| |
| border-bottom: 1px solid #3a3a3a;
| |
| border-right: 1px solid #3a3a3a;
| |
| background: #ffffff !important;
| |
| }
| |
| | |
| | |
| | |
| | |
| /* ===================================================== */
| |
| /* ATRONIA - Fix real: conteúdo interno da wikitable */
| |
| /* ===================================================== */
| |
| | |
| /* aplica a TODAS as wikitables no corpo */
| |
| .vector-body .mw-body-content table.wikitable td,
| |
| .vector-body .mw-body-content table.wikitable th{
| |
| text-align: center !important;
| |
| vertical-align: middle !important;
| |
| padding: 6px 10px !important;
| |
| line-height: 1.3 !important;
| |
| }
| |
| | |
| /* MUITO importante: o VE coloca <p> dentro das células com margens */
| |
| .vector-body .mw-body-content table.wikitable td > p,
| |
| .vector-body .mw-body-content table.wikitable th > p{
| |
| margin: 0 !important;
| |
| padding: 0 !important;
| |
| text-align: center !important;
| |
| }
| |
| | |
| /* força também spans/links dentro da célula */
| |
| .vector-body .mw-body-content table.wikitable td *,
| |
| .vector-body .mw-body-content table.wikitable th *{
| |
| text-align: center !important;
| |
| }
| |
| | |
| /* se a 1ª coluna estiver a levar estilo diferente, isto elimina */
| |
| .vector-body .mw-body-content table.wikitable td:first-child,
| |
| .vector-body .mw-body-content table.wikitable th:first-child{
| |
| text-align: center !important;
| |
| }
| |
| | |
| | |
| | |
| /* ======================================= */
| |
| /* ATRONIA - Tech Table FIX FINAL */
| |
| /* ======================================= */
| |
| | |
| .vector-body .mw-body-content table.wikitable.tech-table td {
| |
| text-align: left !important;
| |
| }
| |
| | |
| .vector-body .mw-body-content table.wikitable.tech-table th {
| |
| background: #1B2826 !important;
| |
| color: #ffffff !important;
| |
| }
| |
| | |
| | |
| /* ===================================================== */
| |
| /* ATRONIA - LED TABLE (Real Color Bars) */
| |
| /* ===================================================== */
| |
| | |
| /* Garantir que só afeta a tabela LED */
| |
| .vector-body .mw-body-content table.wikitable.led-table {
| |
| border-collapse: collapse;
| |
| }
| |
| | |
| /* Barra vertical base */
| |
| .vector-body .mw-body-content table.wikitable.led-table td[class^="led-"] {
| |
| width: 18px;
| |
| padding: 0 !important;
| |
| border-right: 1px solid #3a3a3a;
| |
| }
| |
| | |
| /* CORES REAIS */
| |
| | |
| .vector-body .mw-body-content table.wikitable.led-table td.led-cyan {
| |
| background: #00bcd4 !important;
| |
| }
| |
| | |
| .vector-body .mw-body-content table.wikitable.led-table td.led-blue {
| |
| background: #1565c0 !important;
| |
| }
| |
| | |
| .vector-body .mw-body-content table.wikitable.led-table td.led-green {
| |
| background: #00c853 !important;
| |
| }
| |
| | |
| .vector-body .mw-body-content table.wikitable.led-table td.led-orange {
| |
| background: #ff6f00 !important;
| |
| }
| |
| | |
| .vector-body .mw-body-content table.wikitable.led-table td.led-red {
| |
| background: #d50000 !important;
| |
| }
| |
| | |
| | |
| .vector-body .mw-body-content table.wikitable.pinout-table td:nth-child(1),
| |
| .vector-body .mw-body-content table.wikitable.pinout-table td:nth-child(3) {
| |
| text-align: center !important;
| |
| }
| |
| | |
| | |
| | |
| | |
| .vector-body .mw-body-content .two-tables {
| |
| display: flex;
| |
| gap: 12px; /* ↓ menos espaço entre tabelas */
| |
| align-items: flex-start; /* topo */
| |
| }
| |
| | |
| .vector-body .mw-body-content .two-tables .wikitable {
| |
| width: 50%;
| |
| margin: 0; /* remove margens extra */
| |
| }
| |
| | |
| | |
| | |
| .vector-body .mw-body-content .image-row {
| |
| display: flex;
| |
| gap: 20px;
| |
| align-items: flex-start;
| |
| }
| |
| | |
| .vector-body .mw-body-content .image-row figure {
| |
| margin: 0;
| |
| }
| |
| | |
| .vector-body .mw-body-content .image-row img {
| |
| width: 100%;
| |
| height: auto;
| |
| }
| |
| | |
| | |
| | |
| | |
| | |
| .atronia-navbar {
| |
| background: #1B2826;
| |
| padding: 10px 20px;
| |
| }
| |
| | |
| .atronia-navbar a {
| |
| color: white;
| |
| margin-right: 20px;
| |
| text-decoration: none;
| |
| }
| |
| | |
| | |
| | |
| | |
| | |
| /* ========================================================= */
| |
| /* ATRONIA — Navbar mais alta (mais respiração) */
| |
| /* ========================================================= */
| |
| | |
| .vector-header-container .mw-header {
| |
| min-height: 72px !important;
| |
| padding-top: 14px !important;
| |
| padding-bottom: 14px !important;
| |
| }
| |
| | |
| /* Sticky header também */
| |
| .vector-sticky-header {
| |
| min-height: 72px !important;
| |
| }
| |
| | |
| /* Alinhar conteúdo verticalmente */
| |
| .vector-header-start,
| |
| .vector-header-end {
| |
| align-items: center !important;
| |
| }
| |
| | |
| | |
| | |
| | |
| /* ========================================================= */
| |
| /* ATRONIA — Navbar mais alta (mais respiração) */
| |
| /* ========================================================= */
| |
| | |
| .vector-header-container .mw-header {
| |
| min-height: 72px !important;
| |
| padding-top: 14px !important;
| |
| padding-bottom: 14px !important;
| |
| }
| |
| | |
| /* Sticky header também */
| |
| .vector-sticky-header {
| |
| min-height: 72px !important;
| |
| }
| |
| | |
| /* Alinhar conteúdo verticalmente */
| |
| .vector-header-start,
| |
| .vector-header-end {
| |
| align-items: center !important;
| |
| }
| |
| | |
| | |
| | |
| | |
| | |
| /* ========================================================= */
| |
| /* ATRONIA — Texto branco nos botões da Toolbar OOUI */
| |
| /* ========================================================= */
| |
| | |
| .oo-ui-tool.oo-ui-widget-enabled .oo-ui-tool-link,
| |
| .oo-ui-tool.oo-ui-widget-enabled .oo-ui-tool-title,
| |
| .oo-ui-tool.oo-ui-widget-enabled .oo-ui-labelElement-label {
| |
| color: #ffffff !important;
| |
| }
| |
| | |
| | |
| | |
| /* ========================================================= */
| |
| /* VISUAL EDITOR DROPDOWN — Forçar texto preto */
| |
| /* ========================================================= */
| |
| | |
| .oo-ui-popupToolGroup-active-tools
| |
| .oo-ui-tool.oo-ui-widget-enabled
| |
| .oo-ui-tool-title,
| |
| .oo-ui-popupToolGroup-active-tools
| |
| .oo-ui-tool.oo-ui-widget-enabled
| |
| .oo-ui-labelElement-label {
| |
| color: #000000 !important;
| |
| }
| |
| | |
| | |
| /* Mixed specification table */
| |
| | |
| .mix-table {
| |
| text-align: center;
| |
| }
| |
| | |
| .mix-table th {
| |
| text-align: center;
| |
| }
| |
| | |
| .mix-table td {
| |
| text-align: center;
| |
| }
| |
| | |
| /* header */
| |
| .wikitable.mix-table tr:first-child th {
| |
| background:#1B2826 !important;
| |
| color:#ffffff !important;
| |
| text-align:center;
| |
| font-weight:600;
| |
| }
| |
| | |
| /* largura fixa */
| |
| .wikitable.mix-table {
| |
| table-layout: fixed;
| |
| width: 100%;
| |
| }
| |
| | |
| .wikitable.mix-table th:nth-child(1),
| |
| .wikitable.mix-table td:nth-child(1) {
| |
| width: 34%;
| |
| }
| |
| | |
| .wikitable.mix-table th:nth-child(2),
| |
| .wikitable.mix-table td:nth-child(2),
| |
| .wikitable.mix-table th:nth-child(3),
| |
| .wikitable.mix-table td:nth-child(3) {
| |
| width: 33%;
| |
| }
| |
| | |
| | |
| | |
| /* ===================================================== */
| |
| /* ATRONIA - Wikitable ultra compacta centrada */
| |
| /* ===================================================== */
| |
| | |
| .vector-body .wikitable {
| |
| width: 100%;
| |
| border-collapse: collapse;
| |
| background: #ffffff !important;
| |
| font-size: 13px;
| |
| border: none;
| |
| }
| |
| | |
| /* HEADER */
| |
| .vector-body .wikitable th {
| |
| text-align: center;
| |
| vertical-align: middle;
| |
| line-height: 1;
| |
| border-bottom: 2px solid #3a3a3a;
| |
| border-right: 1px solid #3a3a3a;
| |
| background: #ffffff !important;
| |
| }
| |
| | |
| | |
| /* CELULAS */
| |
| .vector-body .wikitable td {
| |
| text-align: center;
| |
| vertical-align: middle;
| |
| line-height: 1;
| |
| border-bottom: 1px solid #3a3a3a;
| |
| border-right: 1px solid #3a3a3a;
| |
| background: #ffffff !important;
| |
| }
| |
| | |
| | |
| | |
| | |
| /* ===================================================== */
| |
| /* ATRONIA - Fix real: conteúdo interno da wikitable */
| |
| /* ===================================================== */
| |
| | |
| /* aplica a TODAS as wikitables no corpo */
| |
| .vector-body .mw-body-content table.wikitable td,
| |
| .vector-body .mw-body-content table.wikitable th{
| |
| text-align: center !important;
| |
| vertical-align: middle !important;
| |
| padding: 6px 10px !important;
| |
| line-height: 1.3 !important;
| |
| }
| |
| | |
| /* MUITO importante: o VE coloca <p> dentro das células com margens */
| |
| .vector-body .mw-body-content table.wikitable td > p,
| |
| .vector-body .mw-body-content table.wikitable th > p{
| |
| margin: 0 !important;
| |
| padding: 0 !important;
| |
| text-align: center !important;
| |
| }
| |
| | |
| /* força também spans/links dentro da célula */
| |
| .vector-body .mw-body-content table.wikitable td *,
| |
| .vector-body .mw-body-content table.wikitable th *{
| |
| text-align: center !important;
| |
| }
| |
| | |
| /* se a 1ª coluna estiver a levar estilo diferente, isto elimina */
| |
| .vector-body .mw-body-content table.wikitable td:first-child,
| |
| .vector-body .mw-body-content table.wikitable th:first-child{
| |
| text-align: center !important;
| |
| }
| |
| | |
| | |
| | |
| /* ======================================= */
| |
| /* ATRONIA - Tech Table FIX FINAL */
| |
| /* ======================================= */
| |
| | |
| .vector-body .mw-body-content table.wikitable.tech-table td {
| |
| text-align: left !important;
| |
| }
| |
| | |
| .vector-body .mw-body-content table.wikitable.tech-table th {
| |
| background: #1B2826 !important;
| |
| color: #ffffff !important;
| |
| }
| |
| | |
| | |
| /* ===================================================== */
| |
| /* ATRONIA - LED TABLE (Real Color Bars) */
| |
| /* ===================================================== */
| |
| | |
| /* Garantir que só afeta a tabela LED */
| |
| .vector-body .mw-body-content table.wikitable.led-table {
| |
| border-collapse: collapse;
| |
| }
| |
| | |
| /* Barra vertical base */
| |
| .vector-body .mw-body-content table.wikitable.led-table td[class^="led-"] {
| |
| width: 18px;
| |
| padding: 0 !important;
| |
| border-right: 1px solid #3a3a3a;
| |
| }
| |
| | |
| /* CORES REAIS */
| |
| | |
| .vector-body .mw-body-content table.wikitable.led-table td.led-cyan {
| |
| background: #00bcd4 !important;
| |
| }
| |
| | |
| .vector-body .mw-body-content table.wikitable.led-table td.led-blue {
| |
| background: #1565c0 !important;
| |
| }
| |
| | |
| .vector-body .mw-body-content table.wikitable.led-table td.led-green {
| |
| background: #00c853 !important;
| |
| }
| |
| | |
| .vector-body .mw-body-content table.wikitable.led-table td.led-orange {
| |
| background: #ff6f00 !important;
| |
| }
| |
| | |
| .vector-body .mw-body-content table.wikitable.led-table td.led-red {
| |
| background: #d50000 !important;
| |
| }
| |
| | |
| | |
| .vector-body .mw-body-content table.wikitable.pinout-table td:nth-child(1),
| |
| .vector-body .mw-body-content table.wikitable.pinout-table td:nth-child(3) {
| |
| text-align: center !important;
| |
| }
| |
| | |
| | |
| | |
| | |
| .vector-body .mw-body-content .two-tables {
| |
| display: flex;
| |
| gap: 12px; /* ↓ menos espaço entre tabelas */
| |
| align-items: flex-start; /* topo */
| |
| }
| |
| | |
| .vector-body .mw-body-content .two-tables .wikitable {
| |
| width: 50%;
| |
| margin: 0; /* remove margens extra */
| |
| }
| |
| | |
| | |
| | |
| .vector-body .mw-body-content .image-row {
| |
| display: flex;
| |
| gap: 20px;
| |
| align-items: flex-start;
| |
| }
| |
| | |
| .vector-body .mw-body-content .image-row figure {
| |
| margin: 0;
| |
| }
| |
| | |
| .vector-body .mw-body-content .image-row img {
| |
| width: 100%;
| |
| height: auto;
| |
| }
| |
| | |
| | |
| | |
| | |
| | |
| .atronia-navbar {
| |
| background: #1B2826;
| |
| padding: 10px 20px;
| |
| }
| |
| | |
| .atronia-navbar a {
| |
| color: white;
| |
| margin-right: 20px;
| |
| text-decoration: none;
| |
| }
| |
| | |
| /* Allow Codex icons to override Vector fallback */
| |
| .vector-icon.mw-ui-icon-wikimedia-appearance {
| |
| -webkit-mask-image: url(/resources/lib/codex-icons/appearance.svg) !important;
| |
| mask-image: url(/resources/lib/codex-icons/appearance.svg) !important;
| |
| | |
| -webkit-mask-repeat: no-repeat;
| |
| mask-repeat: no-repeat;
| |
| | |
| -webkit-mask-position: center;
| |
| mask-position: center;
| |
| | |
| -webkit-mask-size: contain;
| |
| mask-size: contain;
| |
| | |
| background-color: currentColor !important;
| |
| } | | } |