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

CreateAccount: colorize benefits numbers per brand stripe
(CreateAccount: hide benefits icons)
(CreateAccount: colorize benefits numbers per brand stripe)
Рядок 1746: Рядок 1746:
   content: none !important;
   content: none !important;
   display: none !important;
   display: none !important;
}
/* Цифри статистики — кольори бренду як у плашці зверху */
body.mw-special-CreateAccount .mw-number-text.icon-edits h3 {
  color: #f84840 !important;
}
body.mw-special-CreateAccount .mw-number-text.icon-pages h3 {
  color: #f8b020 !important;
}
body.mw-special-CreateAccount .mw-number-text.icon-contributors h3 {
  color: #1070b0 !important;
}
}