MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 7: Line 7:
height: 100%;
height: 100%;
}
}
.d-none {display:none;}
/* START Text */
/* START Text */
.tc {
.tc {

Revision as of 02:34, 11 October 2022

/* CSS placed here will be applied to all skins */
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;}