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

De Wiki Gla
Ir para navegação Ir para pesquisar
m
m
 
(4 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
<style>
<style>
/* mesma largura do resto (caso teu grid use flex:1 1 48%) */
.index-grid .disabled-section {
.index-grid .disabled-section {
position: relative;
position: relative;
Linha 7: Linha 6:
}
}


/* faixa “EM BREVE” centralizada */
/* 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";
Linha 14: Linha 19:
left: 50%;
left: 50%;
transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 1.4em;
text-align: center;
font-weight: bold;
font-size: 1.7em;
color: #ffffff;
font-weight: 900;
text-shadow: 0 0 6px #000;
color: #000;
text-shadow: 0 0 2px #aaa;
pointer-events: none;
pointer-events: none;
}
z-index: 2;
 
/* links cinza (ainda clicáveis) */
.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>