Jump to content

MediaWiki:Fluent.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 111: Line 111:
}
}
/* Hide hidden categories in main namespace */
/* Hide hidden categories in main namespace */
.ns-0 #mw-hidden-catlinks {
/* 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 {