MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
.ns-3000{ | .ns-3000{ | ||
background:red; | background:red; | ||
} | |||
.ns-3000 nav{ | |||
display:none; | |||
} | } |
Revision as of 11:02, 30 September 2021
/* CSS placed here will be applied to all skins */ h1 {display:none;} .ns-3000{ background:red; } .ns-3000 nav{ display:none; }