Jump to content

MediaWiki:Common.css: Difference between revisions

From Derail Valley
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 4: Line 4:
but previously translated text (.mw-translate-fuzzy class). This should only
but previously translated text (.mw-translate-fuzzy class). This should only
have an effect on non-English pages, therefore the not([lang="en"]) selector */
have an effect on non-English pages, therefore the not([lang="en"]) selector */
/*div#mw-content-text > .mw-content-ltr:not([lang="en"]) > div[lang="en"]:is(.mw-content-ltr) {
div#mw-content-text > .mw-content-ltr:not([lang="en"]) > div[lang="en"]:is(.mw-content-ltr) {
     background-color: #fdd;
     background-color: #fdd;
     color: #333;
     color: #333;
}*/
}

Revision as of 21:52, 5 March 2025

/* CSS placed here will be applied to all skins */

/* Mark untranslated text in the same way as MediaWiki already marks outdated
but previously translated text (.mw-translate-fuzzy class). This should only
have an effect on non-English pages, therefore the not([lang="en"]) selector */
div#mw-content-text > .mw-content-ltr:not([lang="en"]) > div[lang="en"]:is(.mw-content-ltr) {
    background-color: #fdd;
    color: #333;
}