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

Simple Stuff

I wanna work on rolling templates, can someone provide a simple template taht will change the colors of the roll... currently i use the default template (template:default) and just want to do minor edits.. any suggestions in both html and css code Thanks
Roll Templates are defined as part of a Character Sheet. Take a look at <a href="https://wiki.roll20.net/Character_Sheets#Building_" rel="nofollow">https://wiki.roll20.net/Character_Sheets#Building_</a>...
ya i dont understand it too well.. that why i was asking for a simpler code
1442547156
vÍnce
Pro
Sheet Author
What sheet are you using, or are you wanting to create your own sheet with custom roll templates? &nbsp;I would suggest starting with a community sheet that has roll templates and modify it as a learning exercise.
what ya mean what sheet? if we are talking about character sheets then i made one up for star wars d6.. but still use the main one in another game..
hoenstly to start out i would like to eb able to edit the colors and background colors which i htought wouldbe easy,&nbsp; just dont knwo the code too well
1442554321
vÍnce
Pro
Sheet Author
If you want anything other than the default roll template (purple) you have to add additional html and css that define and format your rolls. &nbsp;The code for your roll templates must be included in the code of the character sheet. &nbsp;You can define properties wthin your templates that if present in a macro will look and function accordingly. &nbsp; If you want to change the colors, font size, text placement, etc. you will need to modify the css that affects a given element. &nbsp;I often use the browser's property inspector (Chrome:right-click option) to look at and adjust any given element on a web page. &nbsp;Once you learn what styles need to be changed, you can adjust the sheets css file or add inline styles to the elements you want to change. &nbsp;I really don't want to go into the specifics of understanding html and css. &nbsp;There is a ton of info online to help learn both. &nbsp;The wiki page that Mark gave is a good starting point in how to include roll templates within character sheets. &nbsp;Apologies if this was too general. You might get a better response with a more specific problem. &nbsp;Cheers.