Difference between revisions of "MediaWiki:Common.css"

From Anthony Nolan Medical Guidelines
Jump to navigation Jump to search
Line 3: Line 3:
 
.an-login-button { margin-bottom: 50px; }
 
.an-login-button { margin-bottom: 50px; }
 
.an-login-button a.external { color: #fff; background-image: none; padding-right: 0; }
 
.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; }

Revision as of 23:14, 14 August 2024

/* CSS placed here will be applied to all skins */

.an-login-button { margin-bottom: 50px; }
.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; }