Mudanças entre as edições de "Widget:MainPageSocial"
Ir para navegação
Ir para pesquisar
| Linha 34: | Linha 34: | ||
position: absolute; | position: absolute; | ||
inset: 0; | inset: 0; | ||
background-image: linear-gradient(rgba( | 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 44: | ||
.wiki-social-wrapper .social-card:hover::before { | .wiki-social-wrapper .social-card:hover::before { | ||
opacity: 1; | opacity: 1; | ||
background-image: linear-gradient(rgba(var(--hover-color-rgb), 0.5), rgba(var(--hover-color-rgb), 0.5)), var(--bg-image); | |||
} | } | ||
| Linha 111: | Linha 112: | ||
.wiki-social-wrapper .social-card.tiktok { | .wiki-social-wrapper .social-card.tiktok { | ||
--bg-color: #111111; | --bg-color: #111111; | ||
--bg-color-rgb: 17, 17, 17; | |||
--hover-color: #000; | --hover-color: #000; | ||
--hover-color-rgb: 0, 0, 0; | |||
--bg-image: url('https://i.postimg.cc/K8JW1M2L/Screenshot-136.png'); | --bg-image: url('https://i.postimg.cc/K8JW1M2L/Screenshot-136.png'); | ||
} | } | ||
| Linha 117: | Linha 120: | ||
.wiki-social-wrapper .social-card.instagram { | .wiki-social-wrapper .social-card.instagram { | ||
--bg-color: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5); | --bg-color: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5); | ||
--bg-color-rgb: 254, 218, 117; | |||
--hover-color: #8e245f; | --hover-color: #8e245f; | ||
--hover-color-rgb: 142, 36, 95; | |||
--bg-image: url('https://i.postimg.cc/ZYdXwn8t/Screenshot-138.png'); | --bg-image: url('https://i.postimg.cc/ZYdXwn8t/Screenshot-138.png'); | ||
background-size: 150% 150%; | background-size: 150% 150%; | ||
| Linha 125: | Linha 130: | ||
.wiki-social-wrapper .social-card.facebook { | .wiki-social-wrapper .social-card.facebook { | ||
--bg-color: #3b5998; | --bg-color: #3b5998; | ||
--bg-color-rgb: 59, 89, 152; | |||
--hover-color: #2d4373; | --hover-color: #2d4373; | ||
--hover-color-rgb: 45, 67, 115; | |||
--bg-image: url('https://i.postimg.cc/vTrqb1h4/Screenshot-140.png'); | --bg-image: url('https://i.postimg.cc/vTrqb1h4/Screenshot-140.png'); | ||
} | } | ||
| Linha 152: | Linha 159: | ||
top: 15px; | top: 15px; | ||
} | } | ||
.wiki-social-wrapper .social-card.instagram:hover::before { | |||
background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5), var(--bg-image); | |||
background-blend-mode: multiply; /* Mescla a cor de hover com a imagem */ | |||
background-size: cover; | |||
background-position:-1px; | |||
} | |||
</style> | </style> | ||