For some CSS work I need a global CSS file (not a specific one like account.css), but for registered users only. Meaning the file should never be loaded to the browsers cache of guests, but always be loaded to the browsers cache of registered users.
Does such file exist? If no, is it possible to create one myself?
Does such file exist? If no, is it possible to create one myself?