MediaWiki:Common.css: Difference between revisions

From MHWiki
No edit summary
No edit summary
Line 20: Line 20:
.warning {
.warning {
background-color:#FF001040;
background-color:#FF001040;
}
.important {
background-color:#00FF0040;
}
}

Revision as of 16:17, 7 November 2023

/* CSS placed here will be applied to all skins */
.center {
	text-align:center;
	margin:auto;
}

.wide {
	white-space:nowrap;
	width:100%;
}

.float {
	float:left;
}

.notice {
	background-color:#FFDD0040;
}

.warning {
	background-color:#FF001040;
}

.important {
	background-color:#00FF0040;
}