MediaWiki:Common.css: Difference between revisions

From MHWiki
No edit summary
No edit summary
Line 16: Line 16:
.notice {
.notice {
background-color:#FFDD0040;
background-color:#FFDD0040;
}
.warning {
background-color:#FF001040;
}
}

Revision as of 16:13, 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;
}