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 21:31, 20 December 2020 (Added custom toggles' styles). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
/* {{pp-template}} */
.cbs-ibl {
	display: inline-block;
	text-align: left;
	white-space: nowrap;
}
.cbs-ibr {
	display: inline-block;
	text-align: right;
	white-space: nowrap;
}

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