/* CSS placed here will be applied to all skins *//* Four-part reference for margin, padding, etc. is: top, right, bottom, left */div.box{border:1pxsolidgray;padding:5px;margin:5px;background-color:yellow;}div.box-contents{filter:invert(1)hue-rotate(180deg);}