Page 2 of 4

Re: Roll20 - searching for HTML/CSS designer

Posted: Mon Dec 04, 2017 7:41 pm
by uhu79
Glorelendil,
Thx for the permission!

I am already working on it, struggling a lot but getting some minor results already.

One thing I cannot understand... how did you get those diamond shaped imgs for Exp/Valour/Wisdom onto your sheet?

Cannot find any source reference, just an img class="rating-diamond" but that is also a mystery to me.

Sorry to bother you with such basic questions but as I said my skills are close to zero.

Regards
uhu

Re: Roll20 - searching for HTML/CSS designer

Posted: Mon Dec 04, 2017 8:02 pm
by Glorelendil
If you look in the .css you'll see that ".rating-diamond" has a link to an image file.

Re: Roll20 - searching for HTML/CSS designer

Posted: Mon Dec 04, 2017 8:50 pm
by uhu79
That was my expectation, too.

And I checked all 3 stylesheets that you have linked but none has any ".rating-diamond" defined. That's the mystery.

Re: Roll20 - searching for HTML/CSS designer

Posted: Tue Dec 05, 2017 3:40 am
by Glorelendil
Ah, I assigned that in the javascript (JQuery):
$(".rating-diamond").attr("src","images/rating-diamond.png");
Sorry, it's been a while since I've looked at this.

Re: Roll20 - searching for HTML/CSS designer

Posted: Tue Dec 05, 2017 7:49 am
by uhu79
Mystery solved :lol:

I didn't know that one could do that... call me Jon Snow ;)

Re: Roll20 - searching for HTML/CSS designer

Posted: Tue Dec 05, 2017 12:22 pm
by Glorelendil
uhu79 wrote:
Tue Dec 05, 2017 7:49 am
Mystery solved :lol:

I didn't know that one could do that... call me Jon Snow ;)
“Angular.js is coming.”

Re: Roll20 - searching for HTML/CSS designer

Posted: Sun Dec 10, 2017 3:01 pm
by uhu79
Okay guys, I give up. :cry:

I've had quite some motivation in the beginning and gave it a try for a lot of hours but this endeavor requires a little more than my trial-and-error skills - changing something here and changing something there and see what it does...

All I've managed to change in Roll20 after all this time is the border-frame image and the background image. :oops:

Well, I have tried multiple times in different ways to insert also the diamonds for Valour and Wisdom - that always kills the layout and I simply can't fix it. I was almost there but it never looks they way it should.

Same with the nice squares for the skill-rating and the small diamonds for the skill-groups. I can put the empty images on the char-sheet but it never really works, the filled image just never shows up. I get either nothing or the standard black dots...
As Heilemann is using radioboxes and not checkboxes on his sheet this might be the reason I guess. I thought of changing from radioboxes to checkboxes but I gave up after looking into it - too much magic for me.

Oh, and for the fonts... Roll20 does not allow to load custom fonts, that has not changed for many years unfortunately.

So, I regret to announce - this is The End...
unless some HTML/CSS guru out there is still looking for a good deed this year. ;)

Re: Roll20 - searching for HTML/CSS designer

Posted: Sun Dec 10, 2017 3:14 pm
by Valarian
Have you tried Fantasy Grounds? The plugin for The One Ring sets up everything you need to play when you create a campaign.

Re: Roll20 - searching for HTML/CSS designer

Posted: Sun Dec 10, 2017 3:33 pm
by uhu79
uhu79 wrote:
Sat Nov 25, 2017 8:58 am
I've been playing a Roll20 campaign for almost 2 years now and I enjoy the comfort that Roll20 gives me. I am a Pro subscriber using a lot of macros and API scripts and can't imagine doing without anymore.

I put in a lot of work myself in the beginning, translating the char sheet into German, changing / extending / translating many of the API scripts provided by Michael Heilemann originally, tweaking the macros etc.

The only thing I've never ever dared to touch and I am still not truly satisfied with is the way the character sheet looks, the layout, the design...
Thanks Valarian but there is no issue with Roll20, there is an issue with my HTML/CSS skills :lol:

But yes, I have tried FG. In fact, 2 years ago I have moved from FG to Roll20 and I am totally happy with Roll20. Just the Charsheet could look better.

Re: Roll20 - searching for HTML/CSS designer

Posted: Sun Dec 10, 2017 3:34 pm
by uhu79
Ghorin wrote:
Wed Nov 29, 2017 10:33 pm
Glorelendil, I'm also volunteer for helping / testing your new TOR sheet in roll20. One suggestion : as i'm french, i could help giving the french vocabulary for i18n translation tool.
Ghorin, how is your work progressing? Any success yet?