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

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

CreateAccount: hide benefits icons
(CreateAccount: both panels 440px wide (was 480/320))
(CreateAccount: hide benefits icons)
Рядок 1729: Рядок 1729:
     margin-top: 16px !important;
     margin-top: 16px !important;
   }
   }
}
/* Прибрати дефолтні MediaWiki іконки з benefits-блока (icon-edits/pages/contributors) */
body.mw-special-CreateAccount .mw-number-text.icon-edits,
body.mw-special-CreateAccount .mw-number-text.icon-pages,
body.mw-special-CreateAccount .mw-number-text.icon-contributors {
  background-image: none !important;
  padding-left: 0 !important;
  padding-top: 0 !important;
}
body.mw-special-CreateAccount .mw-number-text.icon-edits::before,
body.mw-special-CreateAccount .mw-number-text.icon-pages::before,
body.mw-special-CreateAccount .mw-number-text.icon-contributors::before,
body.mw-special-CreateAccount .mw-number-text.icon-edits::after,
body.mw-special-CreateAccount .mw-number-text.icon-pages::after,
body.mw-special-CreateAccount .mw-number-text.icon-contributors::after {
  content: none !important;
  display: none !important;
}
}