Jump to content

Module:Medical cases chart/styles.css

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Alexiscoutinho (talk | contribs) at 22:48, 17 June 2021 (Removed old/unused selectors). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
/* {{pp-template}} */
.mcc-lt {
	display: inline-block;
	text-align: left;
	white-space: nowrap;
	width: 2.45em
}
.mcc-lm {
	display: inline-block;
	text-align: left;
	white-space: nowrap;
	width: 3.5em
}
.mcc-lw {
	display: inline-block;
	text-align: left;
	white-space: nowrap;
	width: 4.55em
}
.mcc-lx {
	display: inline-block;
	text-align: left;
	white-space: nowrap;
	width: 5.6em
}

.mcc-rt {
	display: inline-block;
	padding: 0 0.3em 0 0;
	text-align: right;
	white-space: nowrap;
	width: 2.45em
}
.mcc-rm {
	display: inline-block;
	padding: 0 0.3em 0 0;
	text-align: right;
	white-space: nowrap;
	width: 3.5em
}
.mcc-rw {
	display: inline-block;
	padding: 0 0.3em 0 0;
	text-align: right;
	white-space: nowrap;
	width: 4.55em
}
.mcc-rx {
	display: inline-block;
	padding: 0 0.3em 0 0;
	text-align: right;
	white-space: nowrap;
	width: 5.6em
}

.mw-customtoggle {
	border-width: 2px;
	padding: 0 8px;
}
.mw-onofftoggle.mw-collapsible-toggle-off, .mw-partialtoggle.mw-collapsible-toggle-collapsed {
	border-color: transparent;
	border-style: solid;
}
.mw-partialtoggle.mw-collapsible-toggle-partial {
	border-color: lightblue;
	border-style: dashed;
}
.mw-onofftoggle.mw-collapsible-toggle-on, .mw-partialtoggle.mw-collapsible-toggle-expanded {
	border-color: lightblue;
	border-style: solid;
}