MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Mahnsoo.Choi (talk | contribs) No edit summary |
Mahnsoo.Choi (talk | contribs) No edit summary |
||
| Line 13: | Line 13: | ||
/* To hide the navigation bar on scroll down (page-slide-up). | /* To hide the navigation bar on scroll down (page-slide-up). | ||
* See also the corresponding part in Common.js */ | * See also the corresponding part in Common.js */ | ||
.navbar { | body.navbar { | ||
transition: top 5s; | transition: top 5s; | ||
} | } | ||
Revision as of 13:23, 23 February 2019
/* CSS placed here will be applied to all skins */
/* Hide the Main_page title */
body.page-Main_Page.action-view h1.firstHeading,
body.page-Main_Page.action-submit h1.firstHeading {
display: none;
}
body.page-Quantum_Control_Lab.action-view h1.firstHeading,
body.page-Quantum_Control_Lab.action-submit h1.firstHeading {
display: none;
}
/* To hide the navigation bar on scroll down (page-slide-up).
* See also the corresponding part in Common.js */
body.navbar {
transition: top 5s;
}