Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

From Consumer_Action_Taskforce
Created page with "Infobox darkmode fix: html.skin-theme-clientpref-night .hatnote:not(.notheme), html.skin-theme-clientpref-night .dablink:not(.notheme), html.skin-theme-clientpref-night .rellink:not(.notheme), html.skin-theme-clientpref-night .infobox:not(.notheme) { color: var(--color-base, #202122) !important; background-color: var(--background-color-interactive-subtle, #f8f9fa) !important; }"
 
m add cat
Line 7: Line 7:
     background-color: var(--background-color-interactive-subtle, #f8f9fa)  
     background-color: var(--background-color-interactive-subtle, #f8f9fa)  
!important;
!important;
}
body {
    border-bottom-color: rgb(0, 203, 159);
    background-image: url("https://www.mediawiki.org/w/skins/Timeless/resources/images/cat.svg?558fd");
    background-repeat: no-repeat;
    background-position: center 10em;
}
}

Revision as of 16:05, 30 January 2025

/* Infobox darkmode fix */
html.skin-theme-clientpref-night .hatnote:not(.notheme),
html.skin-theme-clientpref-night .dablink:not(.notheme),
html.skin-theme-clientpref-night .rellink:not(.notheme),
html.skin-theme-clientpref-night .infobox:not(.notheme) {
    color: var(--color-base, #202122) !important;
    background-color: var(--background-color-interactive-subtle, #f8f9fa) 
!important;
}
body {
    border-bottom-color: rgb(0, 203, 159);
    background-image: url("https://www.mediawiki.org/w/skins/Timeless/resources/images/cat.svg?558fd");
    background-repeat: no-repeat;
    background-position: center 10em;
}