MediaWiki:Gadget-colorblind.css: Difference between revisions
Appearance
create |
(No difference)
|
Revision as of 05:55, 29 January 2025
/* red/green colorblind overlay for hue.css */
ol.hue li.number_empty { border-color: transparent; } ol.hue li.number_empty:before { background: #101010; color: white; }
ol.hue li.field_fantasy { border-color: #909090; } ol.hue li.field_fantasy:before { background: #e4e4e4; color: black; }
ol.hue li.field_geo { border-color: #8D8D8D; } ol.hue li.field_geo:before { background: #c9c9c9; color: black; }
ol.hue li.field_trotsky { border-color: #707070; } ol.hue li.field_trotsky:before { background: #b4b4b4; color: black; }
ol.hue li.field_exstruct { border-color: #5F5F5F; } ol.hue li.field_exstruct:before { background: #c0c0c0; color: black; }
ol.hue li.field_nations { border-color: #797979; } ol.hue li.field_nations:before { background: #a7a7a7; color: white; }
ol.hue li.field_horror { border-color: #6c6c6c; } ol.hue li.field_horror:before { background: #8F8F8F; color: black; }
ol.hue li.field_ML { border-color: #565656; } ol.hue li.field_ML:before { background: #707070; color: white; }
ol.hue li.field_mdem { border-color: #2e2e2e; } ol.hue li.field_mdem:before { background: #505050; color: white; }
ol.hue li.field_fantasy { border-color: #909090; } ol.hue li.field_fantasy:before { background: hsl(258, 48%, 95%); }
ol.hue li.field_geo { border-color: #8D8D8D; } ol.hue li.field_geo:before { background: hsl(190, 40%, 79%); }
ol.hue li.field_trotsky { border-color: #707070; } ol.hue li.field_trotsky:before { background: hsl(70, 50%, 70%); }
ol.hue li.field_exstruct { border-color: #5F5F5F; } ol.hue li.field_exstruct:before { background: hsl(340, 40%, 75%); }
ol.hue li.field_nations { border-color: #797979; } ol.hue li.field_nations:before { background: hsl(20, 40%, 65%); }
ol.hue li.field_horror { border-color: #6c6c6c; } ol.hue li.field_horror:before { background: hsl(203, 40%, 56%); }
ol.hue li.field_ML { border-color: #565656; } ol.hue li.field_ML:before { background: hsl(1, 30%, 44%); }
ol.hue li.field_mdem { border-color: #2e2e2e; } ol.hue li.field_mdem:before { background: hsl(290, 30%, 31%); }