Вилучено вміст Додано вміст
Немає опису редагування |
Немає опису редагування |
||
| Рядок 28: | Рядок 28: | ||
body { |
body { |
||
margin: 0; |
|||
min-height: 100vh; |
|||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
content: ""; |
|||
position: fixed; /* фон статичний при прокручуванні */ |
|||
top: 0; |
|||
left: 0; |
|||
width: 100%; |
|||
height: 100%; |
|||
z-index: -1; /* за контентом */ |
|||
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-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-repeat: no-repeat; |
background-repeat: no-repeat; |
||
background-size: cover; |
background-size: cover; |
||
background-position: center; |
background-position: center top; |
||
background-attachment: fixed; |
|||
filter: blur(15px) brightness(85%); |
|||
| ⚫ | |||
| ⚫ | |||
filter: blur(15px); |
|||
} |
} |
||
Версія за 10:54, 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 {
margin: 0;
min-height: 100vh;
position: relative;
}
body::before {
content: "";
position: fixed; /* фон статичний при прокручуванні */
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1; /* за контентом */
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-repeat: no-repeat;
background-size: cover;
background-position: center top;
filter: blur(15px) brightness(85%);
}