MediaWiki:Common.css: Difference between revisions

From MHWiki
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 14: Line 14:


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

Revision as of 02:01, 25 April 2024

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

.compact {
	padding:0px;
}

.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;
}

.mw-collapsible .mw-collapsible-toggle {
    float:right;
    font-weight:bold;
    font-size:1.15rem;
}