MediaWiki:Vector-2022.css: Difference between revisions
m Revert Tag: Manual revert |
m Background color change |
||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Vector skin */ | /* All CSS here will be loaded for users of the Vector skin */ | ||
/* CSS for left vertical navigation */ | /* CSS for left vertical navigation */ | ||
Line 30: | Line 21: | ||
} | } | ||
/* Body and tools menu background color */ | |||
.mw-body { | |||
margin-top: 0; | |||
border-color: transparent; | |||
box-shadow: 0 0.05em 0.6em -0.15em rgba(0,0,0,0.15); | |||
padding: 1.25em 1.5em 1.5em 1.5em; | |||
background-color: #fbfbfb; | |||
} | |||
#vector-page-tools-pinned-container { | |||
background-color: #fbfbfb; | |||
} | |||
@media screen { | |||
.skin-theme-clientpref-night #vector-page-tools-pinned-container { | |||
background-color: #12161a; | |||
} | |||
.skin-theme-clientpref-night .mw-body { | |||
box-shadow: none; | |||
background-color: #12161a; | |||
} | |||
.skin-theme-clientpref-night .vector-sticky-pinned-container::after { | |||
background: none; | |||
} | |||
} | |||
/* This changes CSS for the link buttons */ | |||
/* #n-View-YouTube a:link, | /* #n-View-YouTube a:link, | ||
#n-View-YouTube a:visited, | #n-View-YouTube a:visited, |