MediaWiki:Common.css: Difference between revisions

From USC Nanofab Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Tag: Manual revert
 
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
 
.sticky-header [id],
/* this hides the large site name that sits to the right of the site logo */
.sticky-header-multi [id] {
.mw-logo-wordmark {
  scroll-margin-top: 80px;
    display: none;
  vertical-align: top;
}
 
.mw-logo-icon {
    width: 133px;
    height: 133px;
}
}

Latest revision as of 12:14, 21 April 2026

/* CSS placed here will be applied to all skins */
.sticky-header [id],
.sticky-header-multi [id] {
  scroll-margin-top: 80px;
  vertical-align: top;
}