MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (13 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
a { | a { | ||
color: #f8bd49; | color: #f8bd49; | ||
} | |||
a:hover{ | |||
color: #bd9039; | |||
} | } | ||
a:visited { | a:visited { | ||
| Line 10: | Line 14: | ||
html.skin-theme-clientpref-night .skin-invert-image img, html.skin-theme-clientpref-night .skin-invert, html.skin-theme-clientpref-night .oo-ui-iconElement-icon:not(.oo-ui-image-progressive):not(.oo-ui-image-destructive):not(.oo-ui-checkboxInputWidget-checkIcon):not(.oo-ui-image-invert):not(.mw-no-invert), html.skin-theme-clientpref-night .oo-ui-indicatorElement-indicator { | html.skin-theme-clientpref-night .skin-invert-image img, html.skin-theme-clientpref-night .skin-invert, html.skin-theme-clientpref-night .oo-ui-iconElement-icon:not(.oo-ui-image-progressive):not(.oo-ui-image-destructive):not(.oo-ui-checkboxInputWidget-checkIcon):not(.oo-ui-image-invert):not(.mw-no-invert), html.skin-theme-clientpref-night .oo-ui-indicatorElement-indicator { | ||
filter: none; | filter: none; | ||
} | |||
.vector-menu-tabs .mw-list-item a:visited { | |||
color: #f8bd49; | |||
} | |||
.oo-ui-toolbar { | |||
color: #ffffff; | |||
} | |||
.oo-ui-toolbar span { | |||
color: #ffffff; | |||
} | |||
html.skin-theme-clientpref-night .skin-invert-image img, html.skin-theme-clientpref-night .skin-invert, html.skin-theme-clientpref-night .oo-ui-iconElement-icon:not(.oo-ui-image-progressive):not(.oo-ui-image-destructive):not(.oo-ui-checkboxInputWidget-checkIcon):not(.oo-ui-image-invert):not(.mw-no-invert), html.skin-theme-clientpref-night .oo-ui-indicatorElement-indicator { | |||
color-scheme: light; | |||
filter: invert(1) hue-rotate(180deg)!important; | |||
} | |||
/* Website-like titles */ | |||
.mw-body h1, .mw-body .mw-heading1, .mw-body-content h1, .mw-body-content .mw-heading1, .mw-body-content h2, .mw-body-content .mw-heading2 { | |||
font-family: "Finger Paint", sans-serif; | |||
font-weight: 400; | |||
font-style: normal; | |||
} | |||
.mw-body p { | |||
font-family: "Spectral", serif; | |||
font-weight: 400; | |||
font-style: normal; | |||
} | |||
.mw-body li { | |||
font-family: "Spectral", serif; | |||
font-weight: 400; | |||
font-style: normal; | |||
} | |||
.mw-body a { | |||
font-family: "Spectral", serif; | |||
font-weight: 400; | |||
font-style: normal; | |||
} | |||
pre, code, tt, kbd, samp, .mw-code { | |||
font-family: "JetBrains Mono", monospace; | |||
font-optical-sizing: auto; | |||
font-weight: 400; | |||
font-style: normal; | |||
} | } | ||
Latest revision as of 03:16, 23 October 2025
a {
color: #f8bd49;
}
a:hover{
color: #bd9039;
}
a:visited {
color: #f8bd49;
}
.vector-pinnable-element .mw-list-item a:not(.mw-selflink):visited, .vector-dropdown-content .mw-list-item a:not(.mw-selflink):visited {
color: #f8bd49;
}
html.skin-theme-clientpref-night .skin-invert-image img, html.skin-theme-clientpref-night .skin-invert, html.skin-theme-clientpref-night .oo-ui-iconElement-icon:not(.oo-ui-image-progressive):not(.oo-ui-image-destructive):not(.oo-ui-checkboxInputWidget-checkIcon):not(.oo-ui-image-invert):not(.mw-no-invert), html.skin-theme-clientpref-night .oo-ui-indicatorElement-indicator {
filter: none;
}
.vector-menu-tabs .mw-list-item a:visited {
color: #f8bd49;
}
.oo-ui-toolbar {
color: #ffffff;
}
.oo-ui-toolbar span {
color: #ffffff;
}
html.skin-theme-clientpref-night .skin-invert-image img, html.skin-theme-clientpref-night .skin-invert, html.skin-theme-clientpref-night .oo-ui-iconElement-icon:not(.oo-ui-image-progressive):not(.oo-ui-image-destructive):not(.oo-ui-checkboxInputWidget-checkIcon):not(.oo-ui-image-invert):not(.mw-no-invert), html.skin-theme-clientpref-night .oo-ui-indicatorElement-indicator {
color-scheme: light;
filter: invert(1) hue-rotate(180deg)!important;
}
/* Website-like titles */
.mw-body h1, .mw-body .mw-heading1, .mw-body-content h1, .mw-body-content .mw-heading1, .mw-body-content h2, .mw-body-content .mw-heading2 {
font-family: "Finger Paint", sans-serif;
font-weight: 400;
font-style: normal;
}
.mw-body p {
font-family: "Spectral", serif;
font-weight: 400;
font-style: normal;
}
.mw-body li {
font-family: "Spectral", serif;
font-weight: 400;
font-style: normal;
}
.mw-body a {
font-family: "Spectral", serif;
font-weight: 400;
font-style: normal;
}
pre, code, tt, kbd, samp, .mw-code {
font-family: "JetBrains Mono", monospace;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}