NetTalk Central

Author Topic: NT 10.07 Theme changes question  (Read 2797 times)

walter.dasilva

  • Sr. Member
  • ****
  • Posts: 314
  • SOFTVALE
    • MSN Messenger - walter@softvale.com.br
    • View Profile
    • SOFTVALE
NT 10.07 Theme changes question
« 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
Walter - SOFTVALE

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11182
    • View Profile
Re: NT 10.07 Theme changes question
« Reply #1 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

broche

  • Sr. Member
  • ****
  • Posts: 336
    • View Profile
    • Email
Re: NT 10.07 Theme changes question
« Reply #2 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?
Brian

walter.dasilva

  • Sr. Member
  • ****
  • Posts: 314
  • SOFTVALE
    • MSN Messenger - walter@softvale.com.br
    • View Profile
    • SOFTVALE
Re: NT 10.07 Theme changes question
« Reply #3 on: September 29, 2017, 06:23:16 AM »
Yes, yes...

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

Thank you all
Walter
Walter - SOFTVALE