
Howdy all! I'm about to run an Infinity RPG game for a few friends. Preparations have been going well, though they have been a bit slow sue to the different nature of the 2d20 system. One of the hangup I've encountered involves the current Character Sheet for Infinity. It really is nice: it works well, it's thematic, and I'm glad that somebody was kind enough to take the time to make it. However, it was lacking a couple of things, so I decided to make a new sheet to practice my HTML . It's still very much a WIP by a complete newbie. This is the first time I've used HTML so it's a learning process and I could really use some help with a few things: Should I even bother? I don't want to step on anyone's toes by totally re-doing a sheet. Are there any guidelines on laying out the character sheet? What font and window size should I be designing for? Are custom fonts allowed in character sheets? What browsers should I be worried about? Any common pitfalls to avoid? I've already read the roll20 wiki's entry so I'm aware of not using id or anything. I could also use a hand with some HTML/CSS. Under the "Damage" section there are three stress tracks for Firewall, Resolve, and Vigour. The radio buttons to select the current stress level are (finally) working, but I'd like to make them a but more informative by highlighting the box which matches the character's maximum level of stress. So if a character has Max Firewall 14 inputted, then the radio button with a value of 14 would have a different-colored background. I can't find anything online that says this is possible without Javascript, but I figured I'd ask here before I moved on.