On 04/22/2011 11:28 AM, Opensource Obscure wrote: > Please - a bit more contrast between text and background. On 04/22/2011 01:58 PM, Ardy Lay wrote: > I also find the current trend to reduce contrast in all things "web" > annoying
Please find attached a user style <http://userstyles.org/> (can be used with Firefox' or Chrome's Stylish <https://addons.mozilla.org/en-US/firefox/addon/stylish/> add-on <https://chrome.google.com/extensions/detail/fjnbnpbmkenffdnngjfgmeleoegfcffe>) which should improve contrast and give the "OK" fields some padding. Feel free to tweak it further. @CG: Are you interested in a diff that incorporates these changes (or just some of them) into your stylesheet <http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/cg_viewer-development/rev/227100/index.css?v=2>? Cheers, Boroondas
/* Higher contrast and some minor layout fixes for Second Life Viewer build result pages (K) 2011 Boroondas Gupte All rites reversed -- re-use what you like Roughly based on and meant for use in combination with http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/cg_viewer-development/rev/227100/index.css?v=2 [hereafter "index.css"]. */ @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("automated-builds-secondlife-com.s3.amazonaws.com") { /* Elements with light teal (#becec9) background */ #container ul#content li{ /* #444 might look good on white, but on #becec9 it's a bit low contrast */ color: #222 !important; } /* Contrast between link texts and background is more important than contrast between hovered and not hovered links */ a, a:active, a:visited { color: #30557B !important; } /* The above overrides a:hover, so restore it. (Same as in index.css) */ a:hover { color: #036 !important; } /* These seem to be broken in index.css */ span.good_build, span.bad_build{ padding: 2px !important; /* I guess index.css is missing a semicolon for this, causing some syntax error. */ -moz-border-radius: 4px !important; /* index.css only rounds the lower corners. I don't */ -webkit-border-radius: 4px !important; /* know why, I think it looks good to round all four. */ } }
_______________________________________________ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before posting to keep unmoderated posting privileges