https://bugzilla.wikimedia.org/show_bug.cgi?id=11374
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED CC| |[email protected] Resolution| |WONTFIX --- Comment #13 from Krinkle <[email protected]> 2011-06-01 20:05:56 UTC --- The CSS hooks MediaWiki provides are flexible enough to change this entirely to your liking. There are numerous mini Gadgets in the wiki land to change it to yellow-blue for example. Check [[Special:Preferences]] -> Gadgets and see if it's listed. Otherwise, modify your User:Accountname/common.css wiki page and add css rules to your liking. I think the latter isn't very attractive for non-tech users, but it's a way to experiment with the css. Once you're done ask an administrator on your wiki to create a gadget that anyone can enable with a single click. ie. * MediaWiki:Gadget-diffGreenBlue Change the difference view highlighting to green-blue colouring (instead of red/green) * MediaWiki:Gadget-diffGreenBlue.css td.diff-addedline { background: #d8e4f6; } td.diff-deletedline { background: #e4f6d8; } .diffchange { color: inherit; } td.diff-addedline .diffchange { background: #b0c0f0; } td.diff-deletedline .diffchange { background: #b0e897; } * MediaWiki:Gadgets-definition *diffGreenBlue|diffGreenBlue.css And that's it. I've enabled it on Wikimedia Commons and Meta-Wiki for now. Feel free to export/import, enable or embed this as you like. I'm marking this WONTFIX per BugTriage meeting. We probably don't want to change the default green/red which is too known and grown into the interwebs. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
