The mobile version of the fandom wikis are very restricted, and actively strips away all style tags from html elements.
I tried to define styles in MediaWiki:Common.css and that works on desktop, but it does not apply on mobile.
I have also tried to add stuff in MediaWiki:Mobile.css which was actually existing initially with a comment saying:
/* All CSS here will be loaded for users of the mobile site */
But the styles I added here did not load either in the mobile theme.
Is it possible to apply any custom css that is applied in the mobile theme on a Fandom wiki page?
See example on this page:
Here you see example of an animal image with a label text that is styled with CSS to look like a "shield":
For the mobile version, this style does not have effect:
This shows the original image as is without css styling on the container that would cut it in a shield form, and the label text below also without css styling. When I look at the source in browser debugger tools, I see that the html is correct, and the css class names are added, but the style is not loaded.