2206
редагувань
Admin (обговорення | внесок) (login v2.21: bg-картинку перенесено на body (fixed), page-container прозорий) |
Admin (обговорення | внесок) (login v2.22: bg-cover на body+html, тло темно-синє щоб не біле) |
||
| Рядок 856: | Рядок 856: | ||
display: flex !important; | display: flex !important; | ||
flex-direction: column !important; | flex-direction: column !important; | ||
background-color: #1a2240 !important; | |||
background-image: url('/images/login-bg.png?v=2') !important; | background-image: url('/images/login-bg.png?v=2') !important; | ||
background-size: | background-size: cover !important; | ||
background-repeat: no-repeat !important; | background-repeat: no-repeat !important; | ||
background-position: center center !important; | background-position: center center !important; | ||
background-attachment: fixed !important; | background-attachment: fixed !important; | ||
} | |||
/* Покрити html теж, щоб не було просвіту якщо body не покриває все */ | |||
html.client-js body.mw-special-Userlogin, | |||
html body.mw-special-Userlogin { | |||
background-color: #1a2240 !important; | |||
} | |||
html:has(body.mw-special-Userlogin) { | |||
background-image: url('/images/login-bg.png?v=2') !important; | |||
background-size: cover !important; | |||
background-repeat: no-repeat !important; | |||
background-position: center center !important; | |||
background-attachment: fixed !important; | |||
background-color: #1a2240 !important; | |||
min-height: 100vh; | |||
} | } | ||
body.mw-special-Userlogin .vector-header-container, | body.mw-special-Userlogin .vector-header-container, | ||