Widget:MainPageIndex
Ir para navegação
Ir para pesquisar
<style> .disabled-section { position: relative; filter: grayscale(100%) contrast(60%); opacity: 0.65; }
.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; }
.disabled-section .index-links a { color: #d0d0d0; text-decoration: none; } </style>