MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 28: | Line 28: | ||
border-right: 1px solid #F0EAE5; | border-right: 1px solid #F0EAE5; | ||
} | } | ||
.vector-feature-zebra-design-disabled .mw-page-container{ | |||
padding-left: 230px; | |||
background: transparent; | |||
} | |||
.vector-feature-zebra-design-disabled .mw-page-container-inner{ | .vector-feature-zebra-design-disabled .mw-page-container-inner{ | ||
display: block; | display: block; | ||
} | |||
.vector-page-titlebar, .vector-page-toolbar-container{ | |||
box-shadow: none; | |||
} | |||
#p-associated-pages .mw-list-item.selected a{ | |||
background: white; | |||
border: 1px solid #F0EAE5; | |||
border-bottom: 0px; | |||
border-top-right-radius: 10px; | |||
border-top-left-radius: 10px; | |||
padding-left: 10px !important; | |||
padding-right: 10px !important; | |||
padding-top: 10px !important; | |||
} | |||
.vector-page-toolbar{ | |||
z-index: 9; | |||
} | |||
#bodyContent{ | |||
background: white; | |||
margin-top: -2px; | |||
border: 1px solid #F0EAE5; | |||
border-radius: 4px; | |||
padding-bottom: 30px; | |||
} | |||
.vector-feature-zebra-design-disabled #vector-main-menu-pinned-container .vector-main-menu{ | |||
padding: 0px 0px; | |||
background-color: transparent; | |||
} | } | ||
Revision as of 17:52, 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;
}
.vector-feature-zebra-design-disabled .mw-page-container{
padding-left: 230px;
background: transparent;
}
.vector-feature-zebra-design-disabled .mw-page-container-inner{
display: block;
}
.vector-page-titlebar, .vector-page-toolbar-container{
box-shadow: none;
}
#p-associated-pages .mw-list-item.selected a{
background: white;
border: 1px solid #F0EAE5;
border-bottom: 0px;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
padding-left: 10px !important;
padding-right: 10px !important;
padding-top: 10px !important;
}
.vector-page-toolbar{
z-index: 9;
}
#bodyContent{
background: white;
margin-top: -2px;
border: 1px solid #F0EAE5;
border-radius: 4px;
padding-bottom: 30px;
}
.vector-feature-zebra-design-disabled #vector-main-menu-pinned-container .vector-main-menu{
padding: 0px 0px;
background-color: transparent;
}