Page 1 of 1

embedded stylesheet and classes

Posted: Mon Apr 05, 2021 10:49 am
by CStüben
Hi all,
i have changed the embedded stylesheet to:

.ggskin { font-family: 'Courier', Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}
.ggskin.achtzehn {font-family: 'Courier'; font-size: 18px;}
.ggskin.vierundzwanzig {font-family:: 'Courier'; font-size: 24px;}
.ggskin.sechsunddreissig {font-family: 'Courier' font-size: 36px;}

and for an text field i have set the css class to sechsunddreissig.

But only the settings for .ggskin will apply, will say the text is displayed in size 12. (the text field upper right corner)

What do i oversee, where must i change?

The tour can be seen here:
http://360.haifischbar.de/panoramen/bei ... index.html

greetings from germany
Chris

Re: embedded stylesheet and classes

Posted: Mon Apr 05, 2021 3:19 pm
by CStüben
solved.

i restarted the development pc with webserver, now it works. Must have been some strange browser or webserver caching.