MediaWiki:Common.css
From Dune Awakening DB
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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/*──────── Global page-layout nips ───────*/
#tagline,h3#tagline{display:none!important;}
h1.title,.mw-page-title-main,h1.firstHeading{margin-top:0!important;line-height:1.2!important;font-size:28px!important;}
#content,.mw-body,.mw-content-ltr,.mw-content-rtl{padding-top:0!important;margin-top:0!important;}
html,body{overflow-x:hidden!important;}
/* hide mobile tab-bar + off-canvas (Pivot skin only) */
nav.tab-bar.hide-for-print,.left-off-canvas-toggle,.right-off-canvas-toggle,
aside.right-off-canvas-menu,#right-nav-aside{display:none!important;}
/*──────── Dune Radial Menu (still global) ───────*/
/* --- unchanged block copied verbatim from your original Common.css --- */
.dune-radial-menu{position:fixed;top:50%;left:50%;width:500px;height:500px;
transform:translate(-50%,-50%) scale(0);z-index:9999;opacity:0;visibility:hidden;
pointer-events:none;transition:transform .4s ease,opacity .3s ease;}
/* … (rest of radial-menu & sub-menu rules, unchanged) … */