13,681
edits
No edit summary |
No edit summary |
||
| Line 111: | Line 111: | ||
} | } | ||
/* Hide hidden categories in main namespace */ | /* Hide hidden categories in main namespace */ | ||
/* Hide hidden categories everywhere by default */ | |||
display: none; | #mw-hidden-catlinks { | ||
display: none !important; | |||
} | } | ||
/* Show hidden categories only in main namespace + read mode */ | |||
body.action-view.ns-0 #mw-hidden-catlinks { | |||
display: block !important; | |||
} | |||
/* Style the whole category box */ | /* Style the whole category box */ | ||
#catlinks { | #catlinks { | ||
edits