MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tags: Manual revert Reverted |
||
Line 6: | Line 6: | ||
/* Remove background inside the article */ | /* Remove background inside the article */ | ||
.mw-body { | .mw-body { | ||
background: none !important; | |||
} | |||
/* Remove background in the top menu (header/navigation bar) */ | |||
#mw-head, | |||
#mw-panel, | |||
#p-personal, | |||
#mw-navigation, | |||
#mw-header, | |||
.vector-header-container, | |||
.vector-menu-container { | |||
background: none !important; | background: none !important; | ||
} | } |