I am running a server that hosts multiple instances of MediaWiki for multiple clients. There are several sets of CSS adjustments that I would like to apply to the whole server and group.
I already checked the WikiPedia stacks for CSS classes , but they are all predefined and will most likely be overwritten with updates.
It would be great if there was some css.d folder where I could store links to CSS files, but as far as I know, this is not so.
How do I implement shared access to a CSS file from multiple instances?
source
share