Mudanças entre as edições de "Widget:MainPageIndex"
Ir para navegação
Ir para pesquisar
m |
m |
||
| Linha 6: | Linha 6: | ||
} | } | ||
/* | /* links desativados visualmente */ | ||
.index-grid .disabled-section | .index-grid .disabled-section .index-links a { | ||
color: #d0d0d0; | |||
text-decoration: none; | |||
color: # | |||
text- | |||
} | } | ||
/* | /* container centralizado com os textos */ | ||
.index-grid .disabled-section:: | .index-grid .disabled-section::after { | ||
content: " | content: "EM BREVE\AEstamos trabalhando nos mapas interativos das missões."; | ||
white-space: pre-line; | |||
position: absolute; | position: absolute; | ||
bottom: 12px; | |||
left: 50%; | left: 50%; | ||
transform: | transform: translateX(-50%); | ||
font-size: | text-align: center; | ||
color: # | font-size: 1.5em; | ||
text-shadow: 0 0 | font-weight: 900; | ||
color: #000; | |||
line-height: 1.3; | |||
text-shadow: 0 0 1px #999; | |||
pointer-events: none; | pointer-events: none; | ||
z-index: | z-index: 2; | ||
} | } | ||
</style> | </style> | ||
Edição das 21h51min de 26 de junho de 2025
<style> .index-grid .disabled-section { position: relative; filter: grayscale(100%) contrast(60%); opacity: .65; }
/* links desativados visualmente */ .index-grid .disabled-section .index-links a { color: #d0d0d0; text-decoration: none; }
/* container centralizado com os textos */ .index-grid .disabled-section::after { content: "EM BREVE\AEstamos trabalhando nos mapas interativos das missões."; white-space: pre-line; position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); text-align: center; font-size: 1.5em; font-weight: 900; color: #000; line-height: 1.3; text-shadow: 0 0 1px #999; pointer-events: none; z-index: 2; } </style>