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 */
/* links desativados visualmente */
.index-grid .disabled-section::after {
.index-grid .disabled-section .index-links a {
content: "EM BREVE";
color: #d0d0d0;
position: absolute;
text-decoration: none;
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 */
/* container centralizado com os textos */
.index-grid .disabled-section::before {
.index-grid .disabled-section::after {
content: "Estamos trabalhando nos mapas interativos das missões.";
content: "EM BREVE\AEstamos trabalhando nos mapas interativos das missões.";
white-space: pre-line;
position: absolute;
position: absolute;
top: 58%;
bottom: 12px;
left: 50%;
left: 50%;
transform: translate(-50%, -50%);
transform: translateX(-50%);
font-size: 0.85em;
text-align: center;
color: #f0f0f0;
font-size: 1.5em;
text-shadow: 0 0 3px #000;
font-weight: 900;
color: #000;
line-height: 1.3;
text-shadow: 0 0 1px #999;
pointer-events: none;
pointer-events: none;
z-index: 1;
z-index: 2;
}
 
.index-grid .disabled-section .index-links a {
color: #d0d0d0;
text-decoration: none;
}
}
</style>
</style>

Edição das 21h51min de 26 de junho de 2025

<style> .index-grid .disabled-section { position: relative; filter: grayscale(100%) contrast(60%); opacity: .65; }

/* links desativados visualmente */ .index-grid .disabled-section .index-links a { color: #d0d0d0; text-decoration: none; }

/* container centralizado com os textos */ .index-grid .disabled-section::after { content: "EM BREVE\AEstamos trabalhando nos mapas interativos das missões."; white-space: pre-line; position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); text-align: center; font-size: 1.5em; font-weight: 900; color: #000; line-height: 1.3; text-shadow: 0 0 1px #999; pointer-events: none; z-index: 2; } </style>