Mudanças entre as edições de "Widget:MainPageIndex"
Ir para navegação
Ir para pesquisar
m |
m |
||
| Linha 1: | Linha 1: | ||
<style> | <style> | ||
.disabled-section { | /* mesma largura do resto (caso teu grid use flex:1 1 48%) */ | ||
.index-grid .disabled-section { | |||
position: relative; | position: relative; | ||
filter: grayscale(100%) contrast(60%); | filter: grayscale(100%) contrast(60%); | ||
opacity: | opacity: .65; | ||
} | } | ||
.disabled-section::after { | /* faixa “EM BREVE” centralizada */ | ||
.index-grid .disabled-section::after { | |||
content: "EM BREVE"; | content: "EM BREVE"; | ||
position: absolute; | position: absolute; | ||
| Linha 34: | Linha 21: | ||
} | } | ||
.disabled-section .index-links a { | /* links cinza (ainda clicáveis) */ | ||
.index-grid .disabled-section .index-links a { | |||
color: #d0d0d0; | color: #d0d0d0; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
</style> | </style> | ||
Edição das 21h45min de 26 de junho de 2025
<style> /* mesma largura do resto (caso teu grid use flex:1 1 48%) */ .index-grid .disabled-section { position: relative; filter: grayscale(100%) contrast(60%); opacity: .65; }
/* faixa “EM BREVE” centralizada */ .index-grid .disabled-section::after { content: "EM BREVE"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 1.4em; font-weight: bold; color: #ffffff; text-shadow: 0 0 6px #000; pointer-events: none; }
/* links cinza (ainda clicáveis) */ .index-grid .disabled-section .index-links a { color: #d0d0d0; text-decoration: none; } </style>