NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: walter.dasilva on September 28, 2017, 06:33:34 AM

Title: NT 10.07 Theme changes question
Post by: walter.dasilva on September 28, 2017, 06:33:34 AM
HI,

'til NT 10.06 nt-body as like this:

body {
    font-family: Open Sans,Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

and for NT 10.07 like this:

body {
    font-family: "Open Sans","Segoe UI",Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
}

this changes my font-size bigger. Is it correct?
(i'm using aristo theme)

Regards,
Walter
Title: Re: NT 10.07 Theme changes question
Post by: Bruce on September 28, 2017, 08:25:22 PM
yes,I've tweaked some of the themes so the "base" font is a bit larger.
I think I'll also be tweaking a bit more in the coming weeks to try and simplify the font settings a bit, and make them more consistent across the application.

Of course you can override this in your custom.css if you prefer.

cheers
Bruce
Title: Re: NT 10.07 Theme changes question
Post by: broche on September 29, 2017, 03:49:20 AM
So, take the body section from the nettalk-ui file and put it in the custom.css file in the same directory and change the point size there.  Then run the gzipall.bat file?

This correct?
Title: Re: NT 10.07 Theme changes question
Post by: walter.dasilva on September 29, 2017, 06:23:16 AM
Yes, yes...

I've already use custom.css for others settings.

Thank you all
Walter