Mudanças entre as edições de "Widget:MainPageIndex"

De Wiki Gla
Ir para navegação Ir para pesquisar
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: 50%;
top: 42%;
left: 50%;
left: 50%;
transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 1.6em;
font-size: 1.7em;
font-weight: 900;
font-weight: 800;
color: #fff;
color: #ffffff;
background-color: rgba(0, 0, 0, 0.5);
text-shadow: 0 0 4px #000, 0 0 12px #000;
padding: 6px 12px;
pointer-events: none;
border-radius: 8px;
z-index: 1;
text-shadow: 0 0 4px #000, 0 0 6px #000;
}
backdrop-filter: blur(2px);
 
/* 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>