Widget:MainPageIndex
Ir para navegação
Ir para pesquisar
<style> .index-grid .disabled-section { position: relative; filter: grayscale(100%) contrast(60%); opacity: .65; }
.index-grid .disabled-section::after { content: "EM BREVE"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 1.6em; font-weight: 900; color: #fff; background-color: rgba(0, 0, 0, 0.5); padding: 6px 12px; border-radius: 8px; text-shadow: 0 0 4px #000, 0 0 6px #000; backdrop-filter: blur(2px); pointer-events: none; z-index: 1; }
.index-grid .disabled-section .index-links a { color: #d0d0d0; text-decoration: none; } </style>