MediaWiki:Vector-2022.css: Difference between revisions
Appearance
Orangestar (talk | contribs) mNo edit summary |
Orangestar (talk | contribs) mNo edit summary |
||
| Line 13: | Line 13: | ||
.catlinks, figure[typeof~='mw:File/Thumb'], figure[typeof~='mw:File/Frame'], figure[typeof~='mw:File/Thumb'] > figcaption, figure[typeof~='mw:File/Frame'] > figcaption { | .catlinks, figure[typeof~='mw:File/Thumb'], figure[typeof~='mw:File/Frame'], figure[typeof~='mw:File/Thumb'] > figcaption, figure[typeof~='mw:File/Frame'] > figcaption { | ||
background: #161616; | background: #161616; | ||
} | |||
figure[typeof~='mw:File/Thumb'] > figcaption, figure[typeof~='mw:File/Frame'] > figcaption, figure[typeof~='mw:File/Thumb'], figure[typeof~='mw:File/Frame'] { | |||
background: #080808; | |||
} | } | ||
Revision as of 05:27, 4 June 2024
.vector-feature-zebra-design-disabled body {
background-color: #321616; /* @background-color-interactive-subtle */
}
.vector-feature-zebra-design-disabled #vector-main-menu-pinned-container .vector-main-menu {
background-color: #242424; /* @background-color-base */
}
h1, h2, h3, h4, h5, h6 {
color: #DDDDDD; /* @color-base */
}
.catlinks, figure[typeof~='mw:File/Thumb'], figure[typeof~='mw:File/Frame'], figure[typeof~='mw:File/Thumb'] > figcaption, figure[typeof~='mw:File/Frame'] > figcaption {
background: #161616;
}
figure[typeof~='mw:File/Thumb'] > figcaption, figure[typeof~='mw:File/Frame'] > figcaption, figure[typeof~='mw:File/Thumb'], figure[typeof~='mw:File/Frame'] {
background: #080808;
}