CSS: Global Settings should have higher priority unless locally customized

Implemented: Set up the CSS stylesheet loading sequence properly so that the stylesheet of the active theme is higher than all other stylesheets. This is to make sure that our specified Global CSS settings will not be overwritten by other plugins unless locally necessary. Not to apply “!important” property on global settings.