Mudanças entre as edições de "Widget:MainPageSocial"
Ir para navegação
Ir para pesquisar
Etiqueta: Revertido |
Etiqueta: Revertido |
||
| Linha 25: | Linha 25: | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
border: 1px solid transparent; | border: 1px solid transparent; | ||
transition: border 0.3s ease, box-shadow 0.3s ease; | transition: border 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease; | ||
background-image: linear-gradient(rgba(var(--bg-color-rgb), 0.55), | |||
rgba(var(--bg-color-rgb), 0.55)), var(--bg-image); | |||
background-image: linear-gradient(rgba(var(--bg-color-rgb), 0. | |||
background-size: cover; | background-size: cover; | ||
background-position: center; | background-position: center; | ||
background-repeat: no-repeat; | |||
background- | |||
} | } | ||
| Linha 53: | Linha 38: | ||
border: 1px solid var(--hover-color); | border: 1px solid var(--hover-color); | ||
box-shadow: 0 0 0px var(--hover-color); | box-shadow: 0 0 0px var(--hover-color); | ||
filter: brightness(1.1); | |||
} | } | ||
| Linha 68: | Linha 54: | ||
-webkit-font-smoothing: antialiased; | -webkit-font-smoothing: antialiased; | ||
transform: translateZ(0); | transform: translateZ(0); | ||
} | } | ||
| Linha 90: | Linha 72: | ||
} | } | ||
/* Sprite que aparece no hover */ | |||
.wiki-social-wrapper .sprite-hover { | .wiki-social-wrapper .sprite-hover { | ||
position: absolute; | position: absolute; | ||
| Linha 107: | Linha 90: | ||
} | } | ||
/* | /* Temas específicos */ | ||
.wiki-social-wrapper .social-card.discord { | .wiki-social-wrapper .social-card.discord { | ||
--bg-color: #7289da; | --bg-color: #7289da; | ||
| Linha 141: | Linha 123: | ||
} | } | ||
/* | /* Sprites por plataforma */ | ||
.wiki-social-wrapper .social-card.tiktok .sprite-hover { | .wiki-social-wrapper .social-card.tiktok .sprite-hover { | ||
width: 142px; | width: 142px; | ||
| Linha 159: | Linha 141: | ||
top: 15px; | top: 15px; | ||
} | } | ||
</style> | |||