MediaWiki:Common.css: Difference between revisions

From MHWiki
No edit summary
No edit summary
Line 3: Line 3:
text-align:center;
text-align:center;
margin:auto;
margin:auto;
}
.italic {
font-style:italic;
}
}



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

.float {
	float:left;
}

.notice {
	background-color:#FFDD0040;
}

.warning {
	background-color:#FF001040;
}

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