Вилучено вміст Додано вміст
Немає опису редагування |
Немає опису редагування |
||
| Рядок 1: | Рядок 1: | ||
/* Прибрати рідну стрілку розширення */ |
|||
.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 { |
body::before { |
||
content: ""; |
content: ""; |
||
position: fixed; |
position: fixed; |
||
top: 0; |
top: 0; |
||
left: 0; |
left: 0; |
||
width: 100%; |
width: 100%; |
||
height: 100%; |
height: 100%; |
||
z-index: -1; |
z-index: -1; |
||
background-image: |
|||
| ⚫ | |||
linear-gradient(rgba(0, 40, 120, 0.4), rgba(0, 40, 120, 0.4)), |
|||
| ⚫ | |||
background-repeat: no-repeat; |
background-repeat: no-repeat; |
||
background-size: cover; |
background-size: cover; |
||
background-position: center top; |
background-position: center top; |
||
filter: blur( |
filter: blur(3px) brightness(85%); |
||
} |
} |
||
Версія за 10:55, 30 червня 2026
body::before {
content: "";
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background-image:
linear-gradient(rgba(0, 40, 120, 0.4), rgba(0, 40, 120, 0.4)),
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(3px) brightness(85%);
}