MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/*
CSS FILES
MAIN PAGE
MediaWiki:Common.css/MainPage.css
*/
abbr {
abbr {
cursor: help;
cursor: help;

Revision as of 16:50, 6 December 2022

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

/*
CSS FILES
	MAIN PAGE
		MediaWiki:Common.css/MainPage.css
*/

abbr {
	cursor: help;
}

.h-100 {
	height: 100%;
}

.d-none {display:none;}
/* START Text */
.tc {
	text-align: center;
}
.fw-600 {
	font-weight: 600;
}

/* END Text */

/* GENERAL */
.dark, .dark-inline, .dark-inline-flex {display: none !important;}