MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
/* Fixed header banner */ | /* Fixed header banner */ | ||
#asx-top-banner { | #asx-top-banner { | ||
position: | position: static; | ||
top: 0; | top: 0; | ||
left: 170px; | left: 170px; |
Revision as of 15:21, 27 May 2025
/* Push everything below the fixed banner */
body {
margin-top: 0 !important;
}
#mw-page-base {
padding-top: 100px !important;
}
/* Force the new Vector 2022 header (tab bar) down */
.vector-header {
padding-top: 100px !important;
}
/* Fixed header banner */
#asx-top-banner {
position: static;
top: 0;
left: 170px;
width: 120%;
background: transparent;
margin: 0;
padding: 0;
z-index: 9999;
}
/* Header banner image */
#asx-top-banner img {
display: block;
height: auto;
max-height: 90px;
object-fit: contain;
margin: 0;
padding: 0;
float: left;
}
/* Remove default background on page tools/tabs (if visible) */
.vector-header,
.vector-page-toolbar-container,
.vector-tab-links {
background: transparent !important;
border: none !important;
}
#p-personal {
position: relative !important;
top: 200px !important;
z-index: 10000 !important;
}