[Bug 11374] Different diff-colors no to discriminate red-green color blinds

2011-06-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11374

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 CC||krinklem...@gmail.com
 Resolution||WONTFIX

--- Comment #13 from Krinkle krinklem...@gmail.com 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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 11374] Different diff-colors no to discriminate red-green color blinds

2011-06-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11374

Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |

--- Comment #14 from Brion Vibber br...@wikimedia.org 2011-06-01 20:11:18 UTC 
---
The problem isn't that yellow and green are hard to tell apart, but that the
red text is hard to see against the yellow and green backgrounds.

A sane default should be *legible* for all readers.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 11374] Different diff-colors no to discriminate red-green color blinds

2011-06-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11374

--- Comment #15 from Krinkle krinklem...@gmail.com 2011-06-01 20:21:25 UTC ---
(In reply to comment #13)
 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.

http://commons.wikimedia.org/w/index.php?curid=9692858diff=55008419withCSS=MediaWiki:Gadget-diffGreenBlue.css

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 11374] Different diff-colors no to discriminate red-green color blinds

2011-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11374

Jan Paul Posma jp.po...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|wikibugs-l@lists.wikimedia. |jp.po...@gmail.com
   |org |

--- Comment #10 from Jan Paul Posma jp.po...@gmail.com 2011-04-27 10:39:06 
UTC ---
Created attachment 8466
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8466
Fix

This patch uses the nice colour scheme from the French Wikipedia, but instead
of green/blue it uses red/blue, to stay closer to the original colours
(red/green). Red/blue still contrasts for colourblind people.

Apply patch to trunk/phase3/skins/common.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 11374] Different diff-colors no to discriminate red-green color blinds

2011-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11374

Jan Paul Posma jp.po...@gmail.com changed:

   What|Removed |Added

   Attachment #8466|0   |1
is obsolete||

--- Comment #11 from Jan Paul Posma jp.po...@gmail.com 2011-04-27 10:59:59 
UTC ---
Created attachment 8467
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8467
French fix

Hm, red/blue obviously doesn't work for red/green colourblindness, oops. Tried
orange/blue, but that doesn't really look good. I think we can just use the
French style, which is also a great improvement for non-colourblind users, see
the link in comment #8.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 11374] Different diff-colors no to discriminate red-green color blinds

2009-08-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11374


Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 CC||plugw...@p10link.net




--- Comment #9 from Niklas Laxström niklas.laxst...@gmail.com  2009-08-13 
08:40:11 UTC ---
*** Bug 3540 has been marked as a duplicate of this bug. ***


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l