Mudanças entre as edições de "Widget:MainPageIndex"
Ir para navegação
Ir para pesquisar
m |
m |
||
| (Uma revisão intermediária pelo mesmo usuário não está sendo mostrada) | |||
| Linha 6: | Linha 6: | ||
} | } | ||
/* links | /* Deixa os links apagados */ | ||
.index-grid .disabled-section .index-links a { | .index-grid .disabled-section .index-links a { | ||
color: #d0d0d0; | color: #d0d0d0; | ||
| Linha 12: | Linha 12: | ||
} | } | ||
/* | /* "EM BREVE" no centro da célula */ | ||
.index-grid .disabled-section::after { | .index-grid .disabled-section::after { | ||
content: "EM BREVE | content: "EM BREVE"; | ||
position: absolute; | position: absolute; | ||
top: 50%; | |||
left: 50%; | left: 50%; | ||
transform: | transform: translate(-50%, -50%); | ||
text-align: center; | text-align: center; | ||
font-size: 1. | font-size: 1.7em; | ||
font-weight: 900; | font-weight: 900; | ||
color: #000; | color: #000; | ||
text-shadow: 0 0 2px #aaa; | |||
text-shadow: 0 0 | |||
pointer-events: none; | pointer-events: none; | ||
z-index: 2; | z-index: 2; | ||
} | } | ||
</style> | </style> | ||
Edição atual tal como às 21h53min de 26 de junho de 2025
<style> .index-grid .disabled-section { position: relative; filter: grayscale(100%) contrast(60%); opacity: .65; }
/* Deixa os links apagados */ .index-grid .disabled-section .index-links a { color: #d0d0d0; text-decoration: none; }
/* "EM BREVE" no centro da célula */ .index-grid .disabled-section::after { content: "EM BREVE"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; font-size: 1.7em; font-weight: 900; color: #000; text-shadow: 0 0 2px #aaa; pointer-events: none; z-index: 2; } </style>