Toggle menu
289
412
15
4K
QCLab
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 9: Line 9:
body.page-Quantum_Control_Lab.action-submit h1.firstHeading {  
body.page-Quantum_Control_Lab.action-submit h1.firstHeading {  
   display: none;  
   display: none;  
}
/* To hide the navigation bar on scroll down (page-slide-up). */
navbar {
  transition: top 0.5s;
}
}

Revision as of 02:42, 22 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). */
navbar {
  transition: top 0.5s;
}