Перейти до вмісту

MediaWiki:Common.css: відмінності між версіями

login v2.30: відкат v2.29 (градієнт повернуто до 180px/0.55, z-index 3/4)
(login v2.29: посилений градієнт + z-index 50/51 над усім крім футера)
(login v2.30: відкат v2.29 (градієнт повернуто до 180px/0.55, z-index 3/4))
Мітка: Ручний відкіт
Рядок 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 {
Рядок 1008: Рядок 1006:
   right: 0;
   right: 0;
   bottom: 0;
   bottom: 0;
   height: 220px;
   height: 180px;
   background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
   background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.55) 100%);
   pointer-events: none;
   pointer-events: none;
   z-index: 50;
   z-index: 3;
}
}
/* Footer — натуральний flex-потік, margin-top: auto штовхне його до низу
/* Footer — натуральний flex-потік, margin-top: auto штовхне його до низу
Рядок 1020: Рядок 1018:
body.mw-special-CreateAccount .mw-footer-container {
body.mw-special-CreateAccount .mw-footer-container {
   position: relative !important;
   position: relative !important;
   z-index: 51 !important;
   z-index: 4 !important;
   margin-top: 50px !important;
   margin-top: 50px !important;
}
}