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

De Wiki Gla
Ir para navegação Ir para pesquisar
m
m
 
(2 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 6: Linha 6:
}
}


/* Título EM BREVE mais clean e destacado */
/* Deixa os links apagados */
.index-grid .disabled-section .index-links a {
color: #d0d0d0;
text-decoration: none;
}
 
/* "EM BREVE" no centro da célula */
.index-grid .disabled-section::after {
.index-grid .disabled-section::after {
content: "EM BREVE";
content: "EM BREVE";
position: absolute;
position: absolute;
top: 42%;
top: 50%;
left: 50%;
left: 50%;
transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
font-size: 1.7em;
font-size: 1.7em;
font-weight: 800;
font-weight: 900;
color: #ffffff;
color: #000;
text-shadow: 0 0 4px #000, 0 0 12px #000;
text-shadow: 0 0 2px #aaa;
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;
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 atual tal como às 21h53min de 26 de junho de 2025

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

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

/* "EM BREVE" no centro da célula */ .index-grid .disabled-section::after { content: "EM BREVE"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; font-size: 1.7em; font-weight: 900; color: #000; text-shadow: 0 0 2px #aaa; pointer-events: none; z-index: 2; } </style>