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:
}
}


/* links desativados visualmente */
.index-grid .disabled-section .index-links a {
.index-grid .disabled-section .index-links a {
color: #d0d0d0;
color: #d0d0d0;
Linha 12: Linha 11:
}
}


/* container centralizado com os textos */
.index-grid .disabled-section::after {
.index-grid .disabled-section::after {
content: "EM BREVE\AEstamos trabalhando nos mapas interativos das missões.";
content: "EM BREVE";
white-space: pre-line;
position: absolute;
position: absolute;
bottom: 12px;
bottom: 12px;
Linha 24: Linha 21:
font-weight: 900;
font-weight: 900;
color: #000;
color: #000;
line-height: 1.3;
text-shadow: 0 0 1px #999;
text-shadow: 0 0 1px #999;
pointer-events: none;
pointer-events: none;

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

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

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

.index-grid .disabled-section::after { content: "EM BREVE"; position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); text-align: center; font-size: 1.5em; font-weight: 900; color: #000; text-shadow: 0 0 1px #999; pointer-events: none; z-index: 2; } </style>