Mudanças entre as edições de "Widget:MainPageIndex"
Ir para navegação
Ir para pesquisar
m |
m |
||
| Linha 6: | Linha 6: | ||
} | } | ||
.index-grid .disabled-section .index-links a { | .index-grid .disabled-section .index-links a { | ||
color: #d0d0d0; | color: #d0d0d0; | ||
| Linha 12: | Linha 11: | ||
} | } | ||
.index-grid .disabled-section::after { | .index-grid .disabled-section::after { | ||
content: "EM BREVE | content: "EM BREVE"; | ||
position: absolute; | position: absolute; | ||
bottom: 12px; | bottom: 12px; | ||
| Linha 24: | Linha 21: | ||
font-weight: 900; | font-weight: 900; | ||
color: #000; | color: #000; | ||
text-shadow: 0 0 1px #999; | text-shadow: 0 0 1px #999; | ||
pointer-events: none; | pointer-events: none; | ||
Edição das 21h52min de 26 de junho de 2025
<style> .index-grid .disabled-section { position: relative; filter: grayscale(100%) contrast(60%); opacity: .65; }
.index-grid .disabled-section .index-links a { color: #d0d0d0; text-decoration: none; }
.index-grid .disabled-section::after { content: "EM BREVE"; position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); text-align: center; font-size: 1.5em; font-weight: 900; color: #000; text-shadow: 0 0 1px #999; pointer-events: none; z-index: 2; } </style>