CSS color wheel mk 2
-
Turns out my problems with this last night were to do with my host not the color wheel script :-).
I like the idea of having a dynamic way of working with the WP color settings as opposed to typing in individual colors to each css style. It makes customization for the less technically minded a lot easier. As long as the starting css is resonable, the results are likely to be reasonable too. It would also be possible to reset the end result to web-safe colors if that was desired.
What it does:
Copies the target css file eg, wp_layout.css to a working file. Provides controls to alter all or some of the color settings in the css file. Then prints to the screen the effect of those changes on your target blog front page (and saves a css file of your settings in case you want them). It is specifically designed for WPs css but actually it will work on almost anything using hexadecimal color (ie CSS, HTML).
You can use it to explore design options, you could use it to serve a different color mix option every day, you could use it to allow surfers to play with the color scheme and even save it for their use again later (some of these would require a little more development).
I did it for fun, but if enough people find it of interest I can make it more easily useable for others. I find it useful myself. If you want to try it go to my test page:
color wheel demo
All controls are at the top left of the page. The mask controls allow you to select a subset of the colors in the chart and apply any changes only to that subset eg GSMask + Lightness (+50%) will lighten only the greyscale colors (r=g=b). With these controls you can work your way through almost any combination of colors for your blog. The numerical controls work with -100 to +100 other than hue which goes from -180 to +180.
This is only a demo and if multiple people are using it at the same time it will give strange results – as their changes will work on your changes, but still the demo give an idea of what is happening and what is possible.
andrew
- The topic ‘CSS color wheel mk 2’ is closed to new replies.