Mudanças entre as edições de "Widget:MainPageSocial"
Ir para navegação
Ir para pesquisar
Etiqueta: Reversão manual |
|||
| Linha 6: | Linha 6: | ||
gap: 0.75em; | gap: 0.75em; | ||
justify-content: center; | justify-content: center; | ||
font-family: "Noto Sans", sans-serif; | |||
} | } | ||
| Linha 34: | Linha 35: | ||
position: absolute; | position: absolute; | ||
inset: 0; | inset: 0; | ||
background-image: linear-gradient(rgba(var(--bg-color-rgb), 0.5), rgba(var(--bg-color-rgb), 0.5)), var(--bg-image); | background-image: linear-gradient(rgba(var(--bg-color-rgb), 0.5), | ||
rgba(var(--bg-color-rgb), 0.5)), | |||
var(--bg-image); | |||
background-size: cover; | background-size: cover; | ||
background-position: center; | background-position: center; | ||
| Linha 44: | Linha 47: | ||
.wiki-social-wrapper .social-card:hover::before { | .wiki-social-wrapper .social-card:hover::before { | ||
opacity: 1; | opacity: 1; | ||
} | } | ||
| Linha 65: | Linha 67: | ||
-webkit-font-smoothing: antialiased; | -webkit-font-smoothing: antialiased; | ||
transform: translateZ(0); | transform: translateZ(0); | ||
overflow: hidden; | |||
} | } | ||
| Linha 85: | Linha 88: | ||
font-weight: bold; | font-weight: bold; | ||
text-decoration: none; | text-decoration: none; | ||
font-family: "Noto Sans", sans-serif; | |||
} | } | ||
| Linha 97: | Linha 101: | ||
transition: opacity 0.3s ease, transform 0.3s ease; | transition: opacity 0.3s ease, transform 0.3s ease; | ||
z-index: 2; | z-index: 2; | ||
max-height: 100%; | |||
max-width: 100%; | |||
object-fit: contain; | |||
} | } | ||
| Linha 107: | Linha 114: | ||
--bg-color: #7289da; | --bg-color: #7289da; | ||
--hover-color: #5b6eae; | --hover-color: #5b6eae; | ||
--bg-image: url( | --bg-image: url("https://wiki.gla.com.br/images/3/35/Fundodawikiglatest.png"); | ||
} | } | ||
| Linha 115: | Linha 122: | ||
--hover-color: #000; | --hover-color: #000; | ||
--hover-color-rgb: 0, 0, 0; | --hover-color-rgb: 0, 0, 0; | ||
--bg-image: url( | --bg-image: url("https://i.postimg.cc/K8JW1M2L/Screenshot-136.png"); | ||
} | } | ||
| Linha 123: | Linha 130: | ||
--hover-color: #8e245f; | --hover-color: #8e245f; | ||
--hover-color-rgb: 142, 36, 95; | --hover-color-rgb: 142, 36, 95; | ||
--bg-image: url( | --bg-image: url("https://i.postimg.cc/ZYdXwn8t/Screenshot-138.png"); | ||
background-size: 150% 150%; | |||
background-position: 10%; | |||
} | } | ||
| Linha 133: | Linha 140: | ||
--hover-color: #2d4373; | --hover-color: #2d4373; | ||
--hover-color-rgb: 45, 67, 115; | --hover-color-rgb: 45, 67, 115; | ||
--bg-image: url( | --bg-image: url("https://i.postimg.cc/vTrqb1h4/Screenshot-140.png"); | ||
} | } | ||
.wiki-social-wrapper .social-card.tiktok .sprite-hover { | .wiki-social-wrapper .social-card.tiktok .sprite-hover { | ||
width: 142px; | |||
right: 10px; | |||
top: -8px; | |||
} | } | ||
.wiki-social-wrapper .social-card.instagram .sprite-hover { | .wiki-social-wrapper .social-card.instagram .sprite-hover { | ||
width: 130px; | |||
right: 10px; | |||
top: 10px; | |||
} | } | ||
.wiki-social-wrapper .social-card.facebook .sprite-hover { | .wiki-social-wrapper .social-card.facebook .sprite-hover { | ||
width: 100px; | |||
right: 10px; | |||
top: 15px; | |||
} | } | ||
.wiki-social-wrapper .social-card.instagram:hover::before { | |||
background-image: linear-gradient(rgba(254, 218, 117, 0.4), | |||
rgba(254, 218, 117, 0.4)), | |||
var(--bg-image); | |||
background-blend-mode: multiply; | |||
background-size: cover; | |||
background-position: center; | |||
} | |||
</style> | |||
<div class="social-cards"> | <div class="social-cards"> | ||