Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

CSS not working on custom sheet.

1557708958

Edited 1557709168
lorbog
Sheet Author
Hi I'm trying to design a new roll20 sheet but my CSS isn't working at all. In the preview or in the game. HTML <a href="https://pastebin.com/bWYHVe6y" rel="nofollow">https://pastebin.com/bWYHVe6y</a> CSS <a href="https://pastebin.com/GmaWMpej" rel="nofollow">https://pastebin.com/GmaWMpej</a> If you know of a fix or if I'm just doing something stupid please let me know. Edit: Inline CSS works, but nothing from the css editor.
1557709829

Edited 1557710175
vÍnce
Pro
Sheet Author
roll20 will prefix class names with "sheet-". So make sure your css class names include .sheet- e.g&nbsp;&nbsp; .sheet -apple {...} It's optional whether you include "sheet-..." in your html.
1557711415
lorbog
Sheet Author
Thanks.