MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
.mw-logo-icon{ | .mw-logo-icon{ | ||
width: 100%; | width: 100%; | ||
} | |||
.vector-header-container{ | |||
border-bottom: #F0EAE5; | |||
background-color: white; | |||
position: fixed; | |||
top: 0px; | |||
left: 0; | |||
right: 0; | |||
z-index: 9999; | |||
} | } |
Revision as of 17:00, 12 February 2024
/* CSS placed here will be applied to all skins */ .mw-logo-icon{ width: 100%; } .vector-header-container{ border-bottom: #F0EAE5; background-color: white; position: fixed; top: 0px; left: 0; right: 0; z-index: 9999; }