MediaWiki:Common.css

From QCLab
Revision as of 19:43, 1 April 2024 by Mahnsoo.choi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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; 
}

/* Hide the Quantum Camp 2024 page title, too. */
body.page-All_That_Quantum_Algorithm.action-view h1.firstHeading, 
body.page-All_That_Quantum_Algorithm.action-submit h1.firstHeading { 
  display: none; 
}

/* Hide the WLC2023 page title, too. */
body.page-WLC2023.action-view h1.firstHeading, 
body.page-WLC2023.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 */
/*
.navbar {
  transition: top 0.5s;
}
*/

/* Responsive image */
.responsive-image img {
  max-width: 100%;
  height: auto;
}