MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 3: Line 3:
cursor: help;
cursor: help;
}
}
.h-100 {
.h-100 {
height: 100%;
height: 100%;
Line 16: Line 15:


/* END Text */
/* END Text */
.flag img {
width: 18px;
height: auto;
vertical-align: baseline;
padding-right: 5px;
}


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

Revision as of 10:49, 28 September 2022

/* CSS placed here will be applied to all skins */
abbr {
	cursor: help;
}
.h-100 {
	height: 100%;
}
/* START Text */
.tc {
	text-align: center;
}
.fw-600 {
	font-weight: 600;
}

/* END Text */

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