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

Changing background color of a sheet (Help)

Hi, I was wondering if there is a way to change the background color of a sheet as a whole
1546473281
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Any answer would deeply depend on the sheet you are using. If you have skill with CSS and HTML, you can install your sheet manually and tweak the code. This would change the sheet appearance for everyone in that particular game. Or you could use an extension like Stylus, that can modify the CSS of the sheet for your particular browser. What sheet are you using? if it is a popular one, it's possible someone has already posted a style.
Here is a brief discussion on adding an image. .charsheet {background: #9a7647;} Other threads have suggestions on how to get the background to change via radio buttons, drop down menus, etc. 
keithcurtis said: Any answer would deeply depend on the sheet you are using. If you have skill with CSS and HTML, you can install your sheet manually and tweak the code. This would change the sheet appearance for everyone in that particular game. Or you could use an extension like Stylus, that can modify the CSS of the sheet for your particular browser. What sheet are you using? if it is a popular one, it's possible someone has already posted a style. Sorry, should have specified more. i am creating a custom sheet for my game, and the thing I want to do is let the players choose the color of the sheet through a options input. If you want to check the code for it so far, it's at <a href="http://www.github.com/bakatronium/instinct" rel="nofollow">www.github.com/bakatronium/instinct</a>
Coal Powered Puppet said: Here is a brief discussion on adding an image. .charsheet {background: #9a7647;} Other threads have suggestions on how to get the background to change via radio buttons, drop down menus, etc.&nbsp; Thank you, that's exactly what i needed!
1546653811
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Thanks, Coal Powered Puppet!