/* Styles from MediaWiki 1.32.1 modules that the saved stylesheet leaves out,
   loaded on the pages that used them, with their LESS compiled by hand. */

/* resources/src/mediawiki.toc.styles: the table of contents' hide link. */
.toctogglecheckbox:checked ~ ul { display: none; }
:not( :checked ) > .toctogglecheckbox { display: inline !important; position: absolute; opacity: 0; }
.toctogglespan { font-size: 94%; }
:not( :checked ) > .toctogglespan:before { content: ' ['; }
:not( :checked ) > .toctogglespan:after { content: ']'; }
.toctogglelabel { cursor: pointer; color: #0645ad; }
.toctogglelabel:hover { text-decoration: underline; }
.toctogglecheckbox:focus + .toctitle .toctogglelabel { text-decoration: underline; outline: dotted 1px; outline: auto -webkit-focus-ring-color; }
.toctogglecheckbox:checked + .toctitle .toctogglelabel:after { content: 'show'; }
.toctogglecheckbox:not( :checked ) + .toctitle .toctogglelabel:after { content: 'hide'; }

/* resources/src/mediawiki.action/mediawiki.action.view.categoryPage.less */
.mw-category { column-count: 3; column-width: 24em; }
.mw-category .mw-category-group ul { margin-top: 0; margin-bottom: 0; }
.mw-category .mw-category-group li { break-inside: avoid-column; }

/* resources/src/mediawiki.special/special.css: Special:AllPages. */
.mw-allpages-body { columns: 22em 3; break-inside: avoid-column; }
.mw-allpages-chunk { margin-top: 0; margin-bottom: 0; }
.allpagesredirect { font-style: italic; }

/* The notice that the wiki is closed, where MediaWiki put its site notice. */
#localNotice p { margin: 0.4em 0 0; }
