Module:minitoc/styles.css

Hello, you have come here looking for the meaning of the word Module:minitoc/styles.css. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:minitoc/styles.css, but we will also tell you about its etymology, its characteristics and you will know how to say Module:minitoc/styles.css in singular and plural. Everything you need to know about the word Module:minitoc/styles.css you have here. The definition of the word Module:minitoc/styles.css will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:minitoc/styles.css, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
.minitoc {
	max-width: 40em;
	margin: 0.5em 0;
}

.minitoc .NavHead {
	padding: 0.25em 0.5em;
}

.minitoc .NavContent {
	padding: 0.5em;
}

.minitoc a {
    white-space: nowrap;
}

/* Default behaviour: hide miniTOC if 1-19 L2s and hide TOC if 20+ L2s. */
, , , , , , , , , , , , , , , , , ,  {
    display: none;
}

:not():not():not():not():not():not():not():not():not():not():not():not():not():not():not():not():not():not():not() {
    display: none;
}

/* In Vector 2022: hide miniTOC if there are 1-9 L2s and always show TOC. */
/* This overrides the default miniTOC style. It is not necessary to override the default TOC style as it already gets invalidated. */
body.skin-vector-2022 , body.skin-vector-2022 , body.skin-vector-2022 , body.skin-vector-2022 , body.skin-vector-2022 , body.skin-vector-2022 , body.skin-vector-2022 , body.skin-vector-2022 , body.skin-vector-2022 , body.skin-vector-2022  {    
    display: block;
}

/* On mobile with width < 720px: hide miniTOC if there are 1-4 L2s, and hide TOC if 5+ L2s. */
/* This overrides the default miniTOC and TOC styles. */
@media screen and (max-width: 719px) {
    body.skin-minerva , body.skin-minerva , body.skin-minerva , body.skin-minerva , body.skin-minerva , body.skin-minerva , body.skin-minerva , body.skin-minerva , body.skin-minerva , body.skin-minerva , body.skin-minerva , body.skin-minerva , body.skin-minerva , body.skin-minerva , body.skin-minerva  {
        display: block;
    }

    body.skin-minerva :not():not():not():not() {
        display: block;
    }
}