Mudanças entre as edições de "Widget:MainPageIndex"
m |
m |
||
| Linha 6: | Linha 6: | ||
} | } | ||
/* Título EM BREVE mais clean e destacado */ | |||
.index-grid .disabled-section::after { | .index-grid .disabled-section::after { | ||
content: "EM BREVE"; | content: "EM BREVE"; | ||
position: absolute; | position: absolute; | ||
top: | top: 42%; | ||
left: 50%; | left: 50%; | ||
transform: translate(-50%, -50%); | transform: translate(-50%, -50%); | ||
font-size: 1. | font-size: 1.7em; | ||
font-weight: | font-weight: 800; | ||
color: # | color: #ffffff; | ||
text-shadow: 0 0 4px #000, 0 0 12px #000; | |||
pointer-events: none; | |||
z-index: 1; | |||
text-shadow: 0 0 | } | ||
/* Descrição abaixo do EM BREVE */ | |||
.index-grid .disabled-section::before { | |||
content: "Estamos trabalhando nos mapas interativos das missões."; | |||
position: absolute; | |||
top: 58%; | |||
left: 50%; | |||
transform: translate(-50%, -50%); | |||
font-size: 0.85em; | |||
color: #f0f0f0; | |||
text-shadow: 0 0 3px #000; | |||
pointer-events: none; | pointer-events: none; | ||
z-index: 1; | z-index: 1; | ||
Edição das 21h48min de 26 de junho de 2025
<style> .index-grid .disabled-section { position: relative; filter: grayscale(100%) contrast(60%); opacity: .65; }
/* Título EM BREVE mais clean e destacado */ .index-grid .disabled-section::after { content: "EM BREVE"; position: absolute; top: 42%; left: 50%; transform: translate(-50%, -50%); font-size: 1.7em; font-weight: 800; color: #ffffff; text-shadow: 0 0 4px #000, 0 0 12px #000; pointer-events: none; z-index: 1; }
/* Descrição abaixo do EM BREVE */ .index-grid .disabled-section::before { content: "Estamos trabalhando nos mapas interativos das missões."; position: absolute; top: 58%; left: 50%; transform: translate(-50%, -50%); font-size: 0.85em; color: #f0f0f0; text-shadow: 0 0 3px #000; pointer-events: none; z-index: 1; }
.index-grid .disabled-section .index-links a { color: #d0d0d0; text-decoration: none; } </style>