2206
редагувань
Admin (обговорення | внесок) (login v2.28: весь футер білим текстом з тінню) |
Admin (обговорення | внесок) (login v2.29: посилений градієнт + z-index 50/51 над усім крім футера) |
||
| Рядок 998: | Рядок 998: | ||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
/* Темний градієнт прикріплений до низу viewport — fixed щоб завжди знизу */ | /* Темний градієнт прикріплений до низу viewport — fixed щоб завжди знизу. | ||
z-index: 50 — гарантовано над фоном і всіма дітьми .mw-page-container | |||
крім футера (z-index: 51 нижче). */ | |||
body.mw-special-Userlogin::after, | body.mw-special-Userlogin::after, | ||
body.mw-special-CreateAccount::after { | body.mw-special-CreateAccount::after { | ||
| Рядок 1006: | Рядок 1008: | ||
right: 0; | right: 0; | ||
bottom: 0; | bottom: 0; | ||
height: | height: 220px; | ||
background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0. | background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.85) 100%); | ||
pointer-events: none; | pointer-events: none; | ||
z-index: | z-index: 50; | ||
} | } | ||
/* Footer — натуральний flex-потік, margin-top: auto штовхне його до низу | /* Footer — натуральний flex-потік, margin-top: auto штовхне його до низу | ||
| Рядок 1018: | Рядок 1020: | ||
body.mw-special-CreateAccount .mw-footer-container { | body.mw-special-CreateAccount .mw-footer-container { | ||
position: relative !important; | position: relative !important; | ||
z-index: | z-index: 51 !important; | ||
margin-top: 50px !important; | margin-top: 50px !important; | ||
} | } | ||