Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Servicedesk (talk | contribs) |
Servicedesk (talk | contribs) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | .an-login-button { margin-bottom: | + | .an-login-button { margin-bottom: 20px; } |
− | .an-login-button a { color: #fff; } | + | .an-login-button a.external { color: #fff; background-image: none; padding-right: 0; } |
+ | |||
+ | /* Hide the default user login screen so that only the login via AN Account (SSO) button is visible */ | ||
+ | #userloginForm { display: none; } |
Latest revision as of 23:15, 14 August 2024
/* CSS placed here will be applied to all skins */ .an-login-button { margin-bottom: 20px; } .an-login-button a.external { color: #fff; background-image: none; padding-right: 0; } /* Hide the default user login screen so that only the login via AN Account (SSO) button is visible */ #userloginForm { display: none; }