|
|
| Line 1: |
Line 1: |
| @import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined"); | | @import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined"); |
| @import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:FILL@0..1"); | | @import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:FILL@0..1"); |
|
| |
|
| |
| /* 1. IMAGEM DE FUNDO NO TOPO DA HIERARQUIA */
| |
| html, body, .mw-page-container {
| |
| background-image: url('https://wiki.atronia.eu/images/7/7a/Texture_Background.svg') !important;
| |
| background-attachment: fixed !important;
| |
| background-size: cover !important;
| |
| background-position: center center !important;
| |
| background-color: transparent !important;
| |
| }
| |
|
| |
| /* 2. MATAR O BRANCO DE TODAS AS CAMADAS DA SKIN */
| |
| /* Este bloco força a transparência em tudo o que costuma ser branco */
| |
| .vector-header-container,
| |
| .vector-main-menu-content,
| |
| .mw-content-container,
| |
| #content,
| |
| .mw-body,
| |
| .vector-body,
| |
| .vector-sticky-pinned-container,
| |
| #mw-content-text,
| |
| .vector-column-start,
| |
| .vector-column-end {
| |
| background: transparent !important;
| |
| background-color: transparent !important;
| |
| border: none !important;
| |
| box-shadow: none !important;
| |
| }
| |
|
| |
| /* 3. PROTEÇÃO DE LEITURA (Opcional) */
| |
| /* Se o texto ficar difícil de ler, isto cria uma sombra suave por baixo das letras */
| |
| #mw-content-text {
| |
| background-color: rgba(255, 255, 255, 0.1) !important; /* 70% de branco para contraste */
| |
| padding: 20px !important;
| |
| border-radius: 10px !important;
| |
| }
| |
|
| |
| /* 4. ÍNDICE (TOC) E SIDEBARS */
| |
| .vector-toc, .vector-main-menu {
| |
| background-color: rgba(255, 255, 255, 0.4) !important;
| |
| backdrop-filter: blur(5px);
| |
| }
| |
|
| |
|
| |
|
| |
|
|
| |
|