Mudanças entre as edições de "Widget:Tema"
Ir para navegação
Ir para pesquisar
(Criou página com '<style> .tema-btn { position: absolute; top: 16px; right: 16px; background: #f3f4f6; border: 1px solid rgba(0,0,0,0.08); border-radius: 8px; paddin...') |
|||
| (Uma revisão intermediária pelo mesmo usuário não está sendo mostrada) | |||
| Linha 17: | Linha 17: | ||
} | } | ||
.tema-btn:hover { opacity: 0.8; } | .tema-btn:hover { opacity: 0.8; } | ||
</style> | </style> | ||
Edição atual tal como às 03h09min de 17 de março de 2026
<style> .tema-btn {
position: absolute; top: 16px; right: 16px; background: #f3f4f6; border: 1px solid rgba(0,0,0,0.08); border-radius: 8px; padding: 6px 12px; font-size: 13px; font-weight: 600; color: #6b7280; cursor: pointer; user-select: none; transition: all 0.2s ease; z-index: 10;
} .tema-btn:hover { opacity: 0.8; } </style>