MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.mw-logo-icon{ | .mw-logo-icon{ | ||
width: | width: 190px; | ||
} | } | ||
| Line 18: | Line 18: | ||
color: #213A45; | color: #213A45; | ||
padding-top: 100px; | padding-top: 100px; | ||
} | |||
#mw-navigation{ | |||
position: fixed; | |||
left: 0px; | |||
top: 0px; | |||
bottom: 0px; | |||
padding: 100px 10px 10px 30px; | |||
background: white; | |||
border-right: 1px solid #F0EAE5; | |||
} | } | ||
Revision as of 17:11, 12 February 2024
/* CSS placed here will be applied to all skins */
.mw-logo-icon{
width: 190px;
}
.vector-header-container{
border-bottom: 1px solid #F0EAE5;
background-color: white;
position: fixed;
top: 0px;
left: 0;
right: 0;
z-index: 9999;
}
.vector-feature-zebra-design-disabled body {
background-color: #F6F6F6;
color: #213A45;
padding-top: 100px;
}
#mw-navigation{
position: fixed;
left: 0px;
top: 0px;
bottom: 0px;
padding: 100px 10px 10px 30px;
background: white;
border-right: 1px solid #F0EAE5;
}