MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Sidebar */ | |||
/* Disable "Switch to old look" menu item */ | |||
.vector-main-menu-action { display: none!important; } | |||
/* All pages */ | |||
/* Hide unnecessary Tabs */ | /* Hide unnecessary Tabs */ | ||
#ca-talk { display: none!important; } | #ca-talk { display: none!important; } | ||
#ca-history { display: none!important; } | #ca-history { display: none!important; } | ||
/* Navbox */ | /* Navbox */ | ||
Revision as of 10:25, 5 April 2024
/* CSS placed here will be applied to all skins */
/* Sidebar */
/* Disable "Switch to old look" menu item */
.vector-main-menu-action { display: none!important; }
/* All pages */
/* Hide unnecessary Tabs */
#ca-talk { display: none!important; }
#ca-history { display: none!important; }
/* Navbox */
/* Always put Navbox at the bottom of the page */
#navbox {
position: absolute;
bottom: 0;
width: 100%;
}