MediaWiki:Vector-2022.css: Difference between revisions
Appearance
Orangestar (talk | contribs) No edit summary |
Orangestar (talk | contribs) No edit summary |
||
| Line 8: | Line 8: | ||
h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { | ||
color: # | color: #DDD; /* @color-base */ | ||
} | } | ||
| Line 24: | Line 24: | ||
.wikitable > tr > th, .wikitable > * > tr > th { | .wikitable > tr > th, .wikitable > * > tr > th { | ||
background-color: #331616; | background-color: #331616; | ||
} | |||
.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td { | |||
border-color: #494949; | |||
} | } | ||
Revision as of 09:14, 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: #DDD; /* @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'], figure[typeof~='mw:File/Thumb'] > :not(figcaption) .mw-file-element, figure[typeof~='mw:File/Frame'] > :not(figcaption) .mw-file-element, .catlinks {
border-color: #080808;
}
.wikitable {
background: #242424;
}
.wikitable > tr > th, .wikitable > * > tr > th {
background-color: #331616;
}
.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td {
border-color: #494949;
}