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

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

login v2.29: посилений градієнт + z-index 50/51 над усім крім футера
(login v2.28: весь футер білим текстом з тінню)
(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: 180px;
   height: 220px;
   background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.55) 100%);
   background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
   pointer-events: none;
   pointer-events: none;
   z-index: 3;
   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: 4 !important;
   z-index: 51 !important;
   margin-top: 50px !important;
   margin-top: 50px !important;
}
}