Possible Duplicate:
Changing a CSS rule-set from Javascript
I know that there are no variables in CSS, but if it is possible to change body of CSS-listing on the page with JQ – it may be work around of this. Also, I know aboud addClass/removeClass, and css(‘blabla’,’blabla’) JQ-methods, and it is not what I need.
You can use a body class and then use CSS to manipulate only the class of body and then style everything based on your body class.
And in your CSS:
jQuery: