Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

From Tung Ceticilias
Trying to make logo legible
m Protected "MediaWiki:Vector-2022.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
 
(No difference)

Latest revision as of 21:31, 28 February 2026

:root,
.skin-theme-clientpref-os,
.skin-theme-clientpref-day {
	
    --color-progressive: #f7b94c;
    --color-progressive--hover: #dea644;
    --color-progressive--active: #c5943c;
    --color-progressive--focus: #f7b94c;
    --outline-color-progressive--focus: #f7b94c;
    --border-color-progressive: #f7b94c;
    --border-color-progressive--hover: #dea644;
}
.mw-logo-wordmark {
    display: none !important;
}

.mw-logo-icon {
    width: 200px !important;
    height: auto !important;
    min-height: 80px;
    max-height: 120px;
}
.mw-logo-container {
    max-width: none !important;
}