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

Character Sheet modif?

I'm not holding my breath on this one but is it possible, to make things easier for one of my players with ABI (acquired brain injury), to get the main score in the large ability box and the modifier in the small one (on the D&D 5e character sheet)? Thanks
1597707381

Edited 1597707404
Oosh
Sheet Author
API Scripter
What's the purpose of this, out of interest? Is it readability or something else? You could probably set up a mock-up sheet with the values the way you want them, screenshot it then make a macro which posts the stat column into chat for the player with /w "playername" [img](image.host.com/example.png). I'm not sure if this is going to suit your needs or not though.
1597708270

Edited 1597710045
vÍnce
Pro
Sheet Author
Christophe L. said: I'm not holding my breath on this one but is it possible, to make things easier for one of my players with ABI (acquired brain injury), to get the main score in the large ability box and the modifier in the small one (on the D&amp;D 5e character sheet)? Thanks Like this? Just did a quick edit of the sheet's css and saved it for the browser extension Stylish . BTW, it only changes how the sheet looks for the person running Stylish.&nbsp; Lot's of cool stuff you can do:&nbsp; Show Off Your Style 2: The Stylening! #5e Ability Mod Position Swap &nbsp;@-moz-document url-prefix("<a href="https://app.roll20.net/editor/" rel="nofollow">https://app.roll20.net/editor/</a>") { .charsheet .sheet-attr { &nbsp; &nbsp; font-size: 20px !important; &nbsp; &nbsp; font-weight: normal !important; &nbsp; &nbsp; top: 24px !important; } .charsheet .sheet-attr-mod { &nbsp; &nbsp; margin-top: -35px !important; } .charsheet .sheet-licensecontainer .sheet-container:not(.sheet-npc) .sheet-attr-container .sheet-attr-mod .sheet-finalattr { &nbsp; &nbsp; font-size: 28px !important; &nbsp; &nbsp; font-weight: bold !important; } }
1597724172
Oosh
Sheet Author
API Scripter
Nice
@ Vince &nbsp;Yes, that's exactly it!. I'll pass it on to my player (she's more computer savvy than I am) and see if she knows what to do with this. I must admit my ignorance here. You lost me at css... Hopefully she'll know. Thanks a lot.
1597773215
vÍnce
Pro
Sheet Author
Feel free to post back or PM me if you need any direction. Cheers