Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

From GrandPieceOnline Wiki
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 45: Line 45:
font-style: normal;
font-style: normal;
}
}
.mw-body span {
.mw-body a {
font-family: "Spectral", serif;
font-family: "Spectral", serif;
font-weight: 400;
font-weight: 400;
font-style: normal;
font-style: normal;
}
}
.mw-body a {
pre, code, tt, kbd, samp, .mw-code {
font-family: "Spectral", serif;
font-family: "JetBrains Mono", monospace;
font-optical-sizing: auto;
font-weight: 400;
font-weight: 400;
font-style: normal;
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;
}