Template:Collapsed toc/styles.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 7: | Line 7: | ||
/* Styling for jQuery makeCollapsible, matching that of collapseButton */ | /* Styling for jQuery makeCollapsible, matching that of collapseButton */ | ||
.mw-parser-output .mw-collapsible- | .mw-parser-output .mw-collapsible .mw-collapsed { | ||
font-weight: normal; | font-weight: normal; | ||
padding-right: 0.2em; | padding-right: 0.2em; | ||
padding-left: 0.2em; | padding-left: 0.2em; | ||
} | } |
Revision as of 20:17, 1 July 2023
/* {{pp|small=y}} */
#toc { border: 0px; }
.toc h2 { display: none; }
.toctogglespan { display: none; }
.toctogglelabel { display: none; }
/* Styling for jQuery makeCollapsible, matching that of collapseButton */
.mw-parser-output .mw-collapsible .mw-collapsed {
font-weight: normal;
padding-right: 0.2em;
padding-left: 0.2em;
}