MediaWiki:Gadget-colorRC.css: Difference between revisions
Created page with "/** * Color certain namespaces in RecentChanges * @todo: add something to distinguish watched pages (since this already bolds by default) * * This gadget is enabled for mobile..." |
mNo edit summary |
||
| Line 10: | Line 10: | ||
.mw-changeslist-title[href^="/w/Forum:"]:not(.new), | .mw-changeslist-title[href^="/w/Forum:"]:not(.new), | ||
.mw-changeslist-title[href^="/w/MediaWiki:"]:not(.new), | .mw-changeslist-title[href^="/w/MediaWiki:"]:not(.new), | ||
.mw-changeslist-title[href^="/w/ | .mw-changeslist-title[href^="/w/GeminiStation:"]:not(.new), | ||
.mw-changeslist-title[href^="/w/File:"]:not(.new), | .mw-changeslist-title[href^="/w/File:"]:not(.new), | ||
.mw-changeslist-title[href^="/w/Module:"]:not(.new), | .mw-changeslist-title[href^="/w/Module:"]:not(.new), | ||
| Line 43: | Line 43: | ||
/* blue */ | /* blue */ | ||
.mw-changeslist-title[href^="/w/ | .mw-changeslist-title[href^="/w/GeminiStation:"]:not(.new) { | ||
background: #ebf3f6; | background: #ebf3f6; | ||
} | } | ||
| Line 74: | Line 74: | ||
} | } | ||
body.wgl-darkmode .mw-changeslist-title[href^="/w/ | body.wgl-darkmode .mw-changeslist-title[href^="/w/GeminiStation:"]:not(.new) { | ||
background: #438ab5; | background: #438ab5; | ||
color: #ebf3f6; | color: #ebf3f6; | ||