Widget:MainPageIndex
Ir para navegação
Ir para pesquisar
<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>