
I'm trying to create a custom character sheet working off the Masks sheets located on the GitHub. I selected Custom for the Character Sheet Template and copy-pasted the HTML, CSS, and translation files over without making any changes.
For some reason, there were immediately a number of issues with recognizing the CSS. I was able to fix a few of them by tweaking things like selectors in the stylesheet but am still running into problems. If I check the source code from within the game, it seems like some of the CSS is just not being recognized and applied, but I'm not sure why because it looks fine to me and I haven't done anything except copy-paste it from GitHub.
As an example, the roll template CSS is not showing up at all, but the functionality is fine. There are also some checkboxes that are supposed to hide certain divs (specified in the CSS) which aren't working.
Does anyone have ideas about why this would happen and how I can fix the problem?