MediaWiki:Group-user.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
 
No edit summary
Line 1: Line 1:
/* CSS placed here will affect registered users only */
/* CSS placed here will affect registered users only */


/* Hidden by MW:Vector.css; shown when logged in. */
/*
* The following have the sole purpose of reverting some CSS in MW:Vector.css,
* because it's intended for non-logged-in users only, but there's no special
* CSS that gets loaded for non-logged-in users only.
*/
 
#p-Special,
#p-Special,
#p-tb {
#p-tb {
display: block;
display: unset;
}
 
#firstHeading {
margin-top: unset;
padding-bottom: unset;
}
}

Revision as of 17:12, 6 August 2024

/* CSS placed here will affect registered users only */

/*
 * The following have the sole purpose of reverting some CSS in MW:Vector.css,
 * because it's intended for non-logged-in users only, but there's no special
 * CSS that gets loaded for non-logged-in users only.
 */

#p-Special,
#p-tb {
	display: unset;
}

#firstHeading {
	margin-top: unset;
	padding-bottom: unset;
}