Вилучено вміст Додано вміст
Немає опису редагування |
Немає опису редагування |
||
| Рядок 34: | Рядок 34: | ||
background-position: center; |
background-position: center; |
||
background-attachment: fixed; |
background-attachment: fixed; |
||
| ⚫ | |||
backdrop-filter: brightness(85%); |
backdrop-filter: brightness(85%); |
||
} |
|||
body:before { |
|||
| ⚫ | |||
} |
} |
||
Версія за 10:53, 30 червня 2026
/* Прибрати рідну стрілку розширення */
.pi-collapse .pi-header:first-child::after {
display: none !important;
}
/* Намалювати свою на ::before */
.pi-collapse .pi-header:first-child {
position: relative;
padding-right: 28px;
cursor: pointer;
}
.portable-infobox {
background:rgba(0, 0, 0, 0.3)
}
.pi-collapse .pi-header:first-child::before {
content: "";
position: absolute;
right: 12px;
top: 45%;
width: 7px;
height: 7px;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
transform: rotate(45deg);
}
.pi-collapse-closed .pi-header:first-child::before {
transform: rotate(-45deg);
}
body {
background-image: url("https://wiki.shield-team.site/images/b/bc/%D0%A8%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD_%D0%A4%D0%BE%D0%BD.webp");
background-position: top;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-attachment: fixed;
backdrop-filter: brightness(85%);
}
body:before {
filter: blur(15px);
}