Mudanças entre as edições de "Widget:Tema"
Ir para navegação
Ir para pesquisar
| Linha 1: | Linha 1: | ||
<style> | <style> | ||
. | .tema-btn { | ||
position: absolute; | |||
top: 16px; | |||
right: 16px; | |||
background: #f3f4f6; | |||
border: 1px solid rgba(0,0,0,0.08); | |||
background: # | |||
. | |||
border-radius: 8px; | border-radius: 8px; | ||
font-size: | padding: 6px 12px; | ||
font-weight: | font-size: 13px; | ||
font-weight: 600; | |||
color: #6b7280; | |||
cursor: pointer; | cursor: pointer; | ||
user-select: none; | |||
transition: all 0.2s ease; | transition: all 0.2s ease; | ||
z-index: 10; | |||
} | } | ||
.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>