MediaWiki:Common.css: Difference between revisions

From MHWiki
(Created page with "→‎CSS placed here will be applied to all skins: .center { text-align:center; margin:auto; } .wide { white-space:nowrap; width:100%; } .float { float:left; }")
 
No edit summary
Line 12: Line 12:
.float {
.float {
float:left;
float:left;
}
.notice {
background-color:#FFDD0040;
}
}

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