Module:Medical cases chart/styles.css: Difference between revisions
Appearance
Added custom toggles' styles |
The RedBurn (talk | contribs) m The RedBurn moved page Template:Medical cases chart/styles.css to Module:Medical cases chart/styles.css without leaving a redirect: Move stylesheet to Module namespace since it's called by the module and to allow other wikis to use a localized template name |
(No difference)
|
Revision as of 21:44, 19 February 2021
/* {{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;
}