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

Alien RPG Charactersheet Background

March 30 (4 years ago)

There seems to be an issue with the Year Zero Engine, Aliens character sheet by Wesley L. (Wes on Roll20.net) for use with Alien the Roleplaying Game from Free League Publishing.

The background appears to have gone from black to white.  Otherwise the sheet seems to roll just fine.



March 31 (4 years ago)
David
Sheet Author

I pm'd the sheet author regarding this.

April 01 (4 years ago)

I'm having an issue with the background on the Mutants & Masterminds 3e character sheet similar to this one. I think it's a Roll20 problem with CSS on character sheets in general, not a problem specific to this sheet.

April 02 (4 years ago)
Kavini
Roll20 Production Team
Marketplace Creator
Sheet Author
Compendium Curator

Just wanted to chime in real quick: it appears that the first ruleset following a google fonts import is being sanitized out. You can test this by putting a buffer into the CSS. i.e:

@import url('https://fonts.googleapis.com/css?family=Montserrat|Graduate|Courier+Prime|Roboto|Share+Tech+Mono&display=swap');
/* ORIGINAL */

.buffer {
color: black;
}

.sheet-background-wrap{
background-color: black;
padding: 5px;
min-width: 1128px;
}

Which seems to fix at least the Alien and M&M sheets. That said, I wouldn't advise a spate of PRs to adjust this issue, I've reported it as a bug and I'm sure it'll be resolved ASAP.

April 02 (4 years ago)

Thanks so much for figuring this out and reporting it.

Nic B. said:

Just wanted to chime in real quick: it appears that the first ruleset following a google fonts import is being sanitized out. You can test this by putting a buffer into the CSS. i.e:

@import url('https://fonts.googleapis.com/css?family=Montserrat|Graduate|Courier+Prime|Roboto|Share+Tech+Mono&display=swap');
/* ORIGINAL */

.buffer {
color: black;
}

.sheet-background-wrap{
background-color: black;
padding: 5px;
min-width: 1128px;
}

Which seems to fix at least the Alien and M&M sheets. That said, I wouldn't advise a spate of PRs to adjust this issue, I've reported it as a bug and I'm sure it'll be resolved ASAP.




April 03 (4 years ago)

Great news.  Thanks for the headsup!

Nic B. said:

Just wanted to chime in real quick: it appears that the first ruleset following a google fonts import is being sanitized out. You can test this by putting a buffer into the CSS. i.e:

@import url('https://fonts.googleapis.com/css?family=Montserrat|Graduate|Courier+Prime|Roboto|Share+Tech+Mono&display=swap');
/* ORIGINAL */

.buffer {
color: black;
}

.sheet-background-wrap{
background-color: black;
padding: 5px;
min-width: 1128px;
}

Which seems to fix at least the Alien and M&M sheets. That said, I wouldn't advise a spate of PRs to adjust this issue, I've reported it as a bug and I'm sure it'll be resolved ASAP.




April 07 (4 years ago)

Edited April 08 (4 years ago)

I dont see any change on the character sheet , does someone have news ? Or, can someone explain to me what do you do to fix that white background, please. I'm relatively noob and don't understand what is "putting a buffer into the CSS" to fix the sheet ^^

thanks !