Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

From Tung Ceticilias
Remove wordmark
Trying to make logo legible
Line 10: Line 10:
     --border-color-progressive: #f7b94c;
     --border-color-progressive: #f7b94c;
     --border-color-progressive--hover: #dea644;
     --border-color-progressive--hover: #dea644;
}
.mw-logo-wordmark {
    display: none !important;
}
}


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

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;
}