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

Is CSS reset styling useful or harmful for a custom character sheet?

1611870966

Edited 1611871037
Daniel S.
Pro
Marketplace Creator
Sheet Author
I got someone with some experience in developing (just not with Roll20) help me get started making a sheet. I'm trying to break down all the components and restructure now that I'm learning how to code more myself. The top of the code has what looks like a CSS reset.&nbsp; <a href="https://meyerweb.com/eric/tools/css/reset/" rel="nofollow">https://meyerweb.com/eric/tools/css/reset/</a> They also added a bit at the end for table something: <a href="https://www.dropbox.com/s/m0jl6j9eg382zbg/Screen%20Shot%202021-01-28%20at%203.55.23%20PM.png?dl=0" rel="nofollow">https://www.dropbox.com/s/m0jl6j9eg382zbg/Screen%20Shot%202021-01-28%20at%203.55.23%20PM.png?dl=0</a> Is any of this beneficial while making a Roll20 sheet? Can it possibly be harmful? Is it just bloat? Thanks!
1611875501
GiGs
Pro
Sheet Author
API Scripter
It cant be harmful, and it can be very beneficial - it's sometimes required, in fact.
1611878826
Daniel S.
Pro
Marketplace Creator
Sheet Author
Okay cool. I suppose I'll leave it there then. Thanks!
1611885713
Richard T.
Pro
Marketplace Creator
Sheet Author
Compendium Curator
This is fine except a lot of Roll20's styles have more specificity than these, though I'm sure your friend/contractor will find that out.&nbsp;
1611888653
vÍnce
Pro
Sheet Author
I would also recommend your friend have a look at Building Character Sheets on the roll20 wiki.&nbsp; There are many nuances specific to roll20.&nbsp; Reviewing the wiki will prevent many pitfalls. Cheers
1611890438
Daniel S.
Pro
Marketplace Creator
Sheet Author
Yeah. I'll be working on it from here, just got some quick help one night to get some basic functionality off the ground for the sheet while I figure out how it works. Just trying to make sense of the code they started me out with. Definitely been combing the roll20 documentation trying to figure out requirements, like the .sheet- and no &lt;body&gt;.