Re: Change font/font size in Seamonkey2.0

2009-12-27 Thread Stanimir Stamenkov
Sun, 27 Dec 2009 12:52:34 +0100, /Karl/:

> your last tip below works fantastic.
> 
> Try putting just the following rule in your "userChrome.css":
> 
> * {
>  font: 9pt bold sans-serif !important;
> }
> 

Note the above unconditionally sets 'font-weight: bold' and
'font-style: normal' (implicitly) to all of the UI text.  I've meant
it just for test.  If you need to use the * universal selector to
change just the font family/size, use:

* {
  font-family: sans-serif !important;
  font-size: 9pt !important;
}

-- 
Stanimir
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Change font/font size in Seamonkey2.0

2009-12-27 Thread Karl


Hi Stanimir,
your last tip below works fantastic.

Try putting just the following rule in your "userChrome.css":

* {
 font: 9pt bold sans-serif !important;
}


 Many thanks, Karl

Ksteinsky schrieb:

Hi Stanimir and Dave,
many thanks for your help and i came to following results:
- i changed to the next eCS version 2.0 RC7 and got Seamonkey 2.0.1 and 
the face (screen) of seamonkey looks good again.
- the problem that seamonkey did not react to my "userchrome.css" was: i 
did not know that switching from 1.1.18 to 2.0 creates a new different 
profile. my fault.


Have a nice day and thanks, Karl

Dave Yeo schrieb:

On 12/25/09 09:34 am, Stanimir Stamenkov wrote:

Fri, 25 Dec 2009 17:55:28 +0100,/Karl/:


> my problem is the to large text in the seamonkey UI. And all previous
> version (until 1.1.18)works fine and has adapt the underlaying
system UI
> of eCS/os2.

May be it is related to the source of your build (its configuration)
- do you build it on your own, or get it from somewhere? If you're
using a pre-built binary, do you get SeaMonkey 1.1.18 and SeaMonkey
2.0 from the same place? I'm cross-posting this to
mozilla.dev.ports.os2, just in case.



The problem is that Seamonkey 2.x (and newer Firefox etc) uses
fontconfig and freetype. Our port does not support bit mapped fonts so
the default WarpSans font does not display.
The workaround is to install the TrueType Workplace Sans font located at
http://users.socis.ca/~ataylo00/creative/fonts/
Note that there are a couple of versions and which is better is an
individual preference.
This is all clearly documented in the README along with other issues
such as incomplete printing support (only puts a PDF on desktop)
Dave

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Change font/font size in Seamonkey2.0

2009-12-26 Thread Ksteinsky

Hi Stanimir and Dave,
many thanks for your help and i came to following results:
- i changed to the next eCS version 2.0 RC7 and got Seamonkey 2.0.1 and 
the face (screen) of seamonkey looks good again.
- the problem that seamonkey did not react to my "userchrome.css" was: i 
did not know that switching from 1.1.18 to 2.0 creates a new different 
profile. my fault.


Have a nice day and thanks, Karl

Dave Yeo schrieb:

On 12/25/09 09:34 am, Stanimir Stamenkov wrote:

Fri, 25 Dec 2009 17:55:28 +0100,/Karl/:


> my problem is the to large text in the seamonkey UI. And all previous
> version (until 1.1.18)works fine and has adapt the underlaying
system UI
> of eCS/os2.

May be it is related to the source of your build (its configuration)
- do you build it on your own, or get it from somewhere? If you're
using a pre-built binary, do you get SeaMonkey 1.1.18 and SeaMonkey
2.0 from the same place? I'm cross-posting this to
mozilla.dev.ports.os2, just in case.



The problem is that Seamonkey 2.x (and newer Firefox etc) uses
fontconfig and freetype. Our port does not support bit mapped fonts so
the default WarpSans font does not display.
The workaround is to install the TrueType Workplace Sans font located at
http://users.socis.ca/~ataylo00/creative/fonts/
Note that there are a couple of versions and which is better is an
individual preference.
This is all clearly documented in the README along with other issues
such as incomplete printing support (only puts a PDF on desktop)
Dave

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Change font/font size in Seamonkey2.0

2009-12-25 Thread Dave Yeo

On 12/25/09 09:34 am, Stanimir Stamenkov wrote:

Fri, 25 Dec 2009 17:55:28 +0100,/Karl/:


>  my problem is the to large text in the seamonkey UI. And all previous
>  version (until 1.1.18)works fine and has adapt the underlaying system UI
>  of eCS/os2.

May be it is related to the source of your build (its configuration)
- do you build it on your own, or get it from somewhere?  If you're
using a pre-built binary, do you get SeaMonkey 1.1.18 and SeaMonkey
2.0 from the same place?  I'm cross-posting this to
mozilla.dev.ports.os2, just in case.



The problem is that Seamonkey 2.x (and newer Firefox etc) uses 
fontconfig and freetype. Our port does not support bit mapped fonts so 
the default WarpSans font does not display.
The workaround is to install the TrueType Workplace Sans font located at 
http://users.socis.ca/~ataylo00/creative/fonts/
Note that there are a couple of versions and which is better is an 
individual preference.
This is all clearly documented in the README along with other issues 
such as incomplete printing support (only puts a PDF on desktop)

Dave
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Change font/font size in Seamonkey2.0

2009-12-25 Thread Stanimir Stamenkov
Fri, 25 Dec 2009 17:55:28 +0100, /Karl/:

> my problem is the to large text in the seamonkey UI. And all previous
> version (until 1.1.18)works fine and has adapt the underlaying system UI
> of eCS/os2.

May be it is related to the source of your build (its configuration)
- do you build it on your own, or get it from somewhere?  If you're
using a pre-built binary, do you get SeaMonkey 1.1.18 and SeaMonkey
2.0 from the same place?  I'm cross-posting this to
mozilla.dev.ports.os2, just in case.

> Now i tried to use the userchrome-example.css in profile/chrome modified
> it and stored it under the name userchrome.css back. Did i something
> wrong because several different attempts show no effect. Any tips?

Try putting just the following rule in your "userChrome.css":

* {
  font: 9pt bold sans-serif !important;
}

Does it make any difference?  Note you need to restart SeaMonkey in
order changes to the "userChrome.css" to take effect.


> Stanimir Stamenkov schrieb:
>> Tue, 22 Dec 2009 18:11:01 +0100, /Karl/:
>>
>>> up to now i run SM1.1.18 under eCS2.0RC6a and tried to see how SM2.0
>>> is usable for me. I am disappointed concerning windows display. The
>>> font size used are to large to describe the buttons and all other
>>> stuff including contents of some windows. My old window size is
>>> mostly to small to keep the text. The used times roman font is also
>>> not my favorite.
>>
>> Where's the "times roman" font used - in Web content or in the
>> SeaMonkey UI?
>>
>>> My question is: how can i modify or add which statements to
>>> about:config to adapt SM2.0 to look like SM1.1.18.
>>
>> The Mozilla theme engine should pick the settings from the underlying
>> system UI, but I really don't know what's the state with OS/2 (isn't
>> eCS2.0 basically the same?) - whether there's an implementation for
>> it.  I guess you could ask the folks over in the mozilla.dev.ports.os2
>> group.
>>
>> In any case, you could customize the UI appearance through your
>> "userChrome.css".  You could experiment with the following style rules:
>>
>> window {
>>   font: 9px sans-serif !important;
>> }
>> dialog, wizard, page {
>>   font: 9px sans-serif !important;
>> }
>> button, toolbar, .toolbar-holder, toolbarbutton, tree {
>>   font: inherit !important;
>> }
>> statusbar, tooltip {
>>   font: 9px sans-serif !important;
>> }
>>
>> You may also try using system font keywords [1], like:
>>
>> dialog, wizard, page {
>>   font: message-box !important;
>> }
>>
>> But I guess these should already be employed by the Classic SeaMonkey
>> theme and if you get only "times roman" then they are not accessible
>> from the underlying system UI through the theme engine, and the engine
>> is falling back to some default ("times roman").
>>
>> [1] http://www.w3.org/TR/CSS21/fonts.html#x11
>>
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Change font/font size in Seamonkey2.0

2009-12-25 Thread Karl

Hi Stanimir,

my problem is the to large text in the seamonkey UI. And all previous 
version (until 1.1.18)works fine and has adapt the underlaying system UI 
of eCS/os2.


Now i tried to use the userchrome-example.css in profile/chrome modified 
it and stored it under the name userchrome.css back. Did i something 
wrong because several different attempts show no effect. Any tips?


Have a nice day, karl

Stanimir Stamenkov schrieb:

Tue, 22 Dec 2009 18:11:01 +0100, /Karl/:

up to now i run SM1.1.18 under eCS2.0RC6a and tried to see how SM2.0 
is usable for me. I am disappointed concerning windows display. The 
font size used are to large to describe the buttons and all other 
stuff including contents of some windows. My old window size is mostly 
to small to keep the text. The used times roman font is also not my 
favorite.


Where's the "times roman" font used - in Web content or in the SeaMonkey 
UI?


My question is: how can i modify or add which statements to 
about:config to adapt SM2.0 to look like SM1.1.18.


The Mozilla theme engine should pick the settings from the underlying 
system UI, but I really don't know what's the state with OS/2 (isn't 
eCS2.0 basically the same?) - whether there's an implementation for it.  
I guess you could ask the folks over in the mozilla.dev.ports.os2 group.


In any case, you could customize the UI appearance through your 
"userChrome.css".  You could experiment with the following style rules:


window {
  font: 9px sans-serif !important;
}
dialog, wizard, page {
  font: 9px sans-serif !important;
}
button, toolbar, .toolbar-holder, toolbarbutton, tree {
  font: inherit !important;
}
statusbar, tooltip {
  font: 9px sans-serif !important;
}

You may also try using system font keywords [1], like:

dialog, wizard, page {
  font: message-box !important;
}

But I guess these should already be employed by the Classic SeaMonkey 
theme and if you get only "times roman" then they are not accessible 
from the underlying system UI through the theme engine, and the engine 
is falling back to some default ("times roman").


[1] http://www.w3.org/TR/CSS21/fonts.html#x11


___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Change font/font size in Seamonkey2.0

2009-12-22 Thread Stanimir Stamenkov

Tue, 22 Dec 2009 18:11:01 +0100, /Karl/:

up to now i run SM1.1.18 under eCS2.0RC6a and tried to see how SM2.0 is 
usable for me. I am disappointed concerning windows display. The font 
size used are to large to describe the buttons and all other stuff 
including contents of some windows. My old window size is mostly to 
small to keep the text. The used times roman font is also not my favorite.


Where's the "times roman" font used - in Web content or in the 
SeaMonkey UI?


My question is: how can i modify or add which statements to about:config 
to adapt SM2.0 to look like SM1.1.18.


The Mozilla theme engine should pick the settings from the 
underlying system UI, but I really don't know what's the state with 
OS/2 (isn't eCS2.0 basically the same?) - whether there's an 
implementation for it.  I guess you could ask the folks over in the 
mozilla.dev.ports.os2 group.


In any case, you could customize the UI appearance through your 
"userChrome.css".  You could experiment with the following style rules:


window {
  font: 9px sans-serif !important;
}
dialog, wizard, page {
  font: 9px sans-serif !important;
}
button, toolbar, .toolbar-holder, toolbarbutton, tree {
  font: inherit !important;
}
statusbar, tooltip {
  font: 9px sans-serif !important;
}

You may also try using system font keywords [1], like:

dialog, wizard, page {
  font: message-box !important;
}

But I guess these should already be employed by the Classic 
SeaMonkey theme and if you get only "times roman" then they are not 
accessible from the underlying system UI through the theme engine, 
and the engine is falling back to some default ("times roman").


[1] http://www.w3.org/TR/CSS21/fonts.html#x11

--
Stanimir
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Change font/font size in Seamonkey2.0

2009-12-22 Thread Karl

Hi,
up to now i run SM1.1.18 under eCS2.0RC6a and tried to see how SM2.0 is 
usable for me. I am disappointed concerning windows display. The font 
size used are to large to describe the buttons and all other stuff 
including contents of some windows. My old window size is mostly to 
small to keep the text. The used times roman font is also not my favorite.


My question is: how can i modify or add which statements to about:config 
to adapt SM2.0 to look like SM1.1.18.


Thanks and have a nice day.
Karl
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey