/* Elements with class 'foo' will have red text in all skins */ .foo { color: red; } /* Override that to green for Vector only */ body.skin-vector .foo { color: green; }