MediaWiki:Common.css: Difference between revisions

From MHWiki
No edit summary
No edit summary
Line 12: Line 12:
white-space:nowrap;
white-space:nowrap;
width:100%;
width:100%;
}
.nowrap {
white-space:nowrap;
}
}



Revision as of 23:00, 7 November 2023

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

.italic {
	font-style:italic;
}

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

.nowrap {
	white-space:nowrap;
}

.float {
	float:left;
}

.notice {
	background-color:#FFDD0040;
}

.warning {
	background-color:#FF001040;
}

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