MediaWiki:Common.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 296: Line 296:
#ca-history { display: none !important; }
#ca-history { display: none !important; }


/* Pin sitenotice to very top */
#siteNotice {
#siteNotice {
     position: fixed;
     position: fixed;
Line 303: Line 304:
     z-index: 9999;
     z-index: 9999;
}
}
body.page-with-siteNotice {
 
     padding-top: 2.5em; /* adjust so page content doesn’t hide under the banner */
/* Push Vector UI down so nothing is hidden */
body.skin-vector,
body.skin-vector-2022 {
     padding-top: 48px;
}
}