View Single Post
klippy
AlliedModders Donor
Join Date: May 2013
Location: Serbia
Old 12-14-2017 , 06:33   Re: Alliedmodders night mode request?
Reply With Quote #16

Quote:
Originally Posted by asherkin View Post
It'll probably need some exclusions, and maybe some addition tweaks to de-saturate, but try this as a starting point:

HTML Code:
img[src^="images/"] {
    filter: invert();
}
Tried it and it's not worth it. It would require too many exclusions and even then may not look alright. Just when I got something looking kinda okay other stuff would look awful. Also the img[src^="images/"] selector can't match every image, looks like some have an absolute path (like Multi-Quote). You may want to look into that actually.

So my current approach is to transform most clickable images into buttons, at least until someone creates cool pictures. Probably better than those old images anyway. Does this look alright? I think buttons should pop more, maybe make their backgrounds or text closer to the primary (currently blue) color.

Last edited by klippy; 12-14-2017 at 06:36.
klippy is offline