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

CreateAccount: remove benefits stripe; add Thanks+login hint footer
(CreateAccount: colorize benefits numbers per brand stripe)
(CreateAccount: remove benefits stripe; add Thanks+login hint footer)
Рядок 1756: Рядок 1756:
body.mw-special-CreateAccount .mw-number-text.icon-contributors h3 {
body.mw-special-CreateAccount .mw-number-text.icon-contributors h3 {
   color: #1070b0 !important;
   color: #1070b0 !important;
}
/* ====================================================================
  CreateAccount: чистка benefits-панелі та "Дякуємо + увійти" знизу
  ==================================================================== */
/* Прибрати 4-кольорову плашку зверху benefits-панелі */
body.mw-special-CreateAccount .mw-createacct-benefits-container::before {
  content: none !important;
}
/* Сховати JS-інжектовану register-панель на CreateAccount —
  тепер benefits-панель сама хостить нагадування про вхід */
body.mw-special-CreateAccount .mw-register-panel {
  display: none !important;
}
/* Benefits-панель — flex column, щоб thanks/hint липли до низу */
@media (min-width: 880px) {
  body.mw-special-CreateAccount .mw-createacct-benefits-container {
    display: flex !important;
    flex-direction: column !important;
  }
}
/* "Дякуємо за участь!" — heading знизу панелі */
.benefits-thanks {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #1a2240;
  letter-spacing: -0.02em;
  margin: 32px 0 6px;
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 880px) {
  .benefits-thanks {
    margin-top: auto;
  }
}
/* Підказка про вхід */
.benefits-login-hint {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #6b7280;
  text-align: center;
  line-height: 1.4;
}
.benefits-login-hint a {
  color: #f84840;
  text-decoration: none;
  font-weight: 600;
}
.benefits-login-hint a:hover {
  text-decoration: underline;
}
}