It\'s easy to set inline CSS values with javascript. If I want to change the width and I have html like this:
<
This simple 32 lines gist lets you identify a given stylesheet and change its styles very easily:
var styleSheet = StyleChanger("my_custom_identifier"); styleSheet.change("darkolivegreen", "blue");