Multi-Skin Coding for Modules
Jamroom Developers
IDEAS:
* add multiple classes.
* use the same classes names for all your skins.
Each skin can over-ride any module template for itself:
Docs: "Altering a modules template"
https://www.jamroom.net/the-jamroom-network/documentation/development/1051/altering-a-modules-template
So each skin can have its own version of the modules template and styled however it likes.
If you want to set the css classes in just one location, perhaps the TEMPLATES tab of the module in the ACP,
AND you dont want to use the same classes across different skins (for whatever reason) you can add more than one class.
<div class="skin1_blog_container skin2_blog_container skin3_blog_container">
<div class="skin1_blog_item skin2_blog_item skin3_blog_item">
Then in skin1 you can use one set of css to target one class, while in another target a different class.