Re: How to make type larger

2009-03-02 Thread Roger Fink


Stanimir Stamenkov wrote:
> Sun, 1 Mar 2009 19:38:24 -0500, /Roger Fink/:
>
>> As is true for gray-modern, which is what I use exclusively, but the
>> SeaMonkey project would benefit overall from a revisiting of this
>> issue, as there is no obvious downside to offering users an easily
>> managed choice on an issue that is important to many people..
>
> I don't think adjusting the GUI element font sizes is stuff to put
> in the main application.  It would cause the GUI overloaded yet more
> for use by too few people.  Changing the fonts of a theme could also
> break it in a way - I've previously done this with the modern theme.
>   So probably it is best for the individual themes to supply
> additional customization options if they deviate from the system
> defaults.  In this regard I see your problem as deficiency of the
> modern theme.  For anyone insisting on using fancy custom graphics
> theme there's always the variant of using the "userChrome.css".

OK.

Just to clarify, Gray-Modern carries over the windows system settings for
menu fonts. It's a beautiful, minimalist piece of work and I hope the theme
author sees fit to update it for SM3.


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


Re: How to make type larger

2009-03-02 Thread Stanimir Stamenkov

Sun, 1 Mar 2009 19:38:24 -0500, /Roger Fink/:

As is true for gray-modern, which is what I use exclusively, but the 
SeaMonkey project would benefit overall from a revisiting of this issue, as 
there is no obvious downside to offering users an easily managed choice on 
an issue that is important to many people..


I don't think adjusting the GUI element font sizes is stuff to put 
in the main application.  It would cause the GUI overloaded yet more 
for use by too few people.  Changing the fonts of a theme could also 
break it in a way - I've previously done this with the modern theme. 
 So probably it is best for the individual themes to supply 
additional customization options if they deviate from the system 
defaults.  In this regard I see your problem as deficiency of the 
modern theme.  For anyone insisting on using fancy custom graphics 
theme there's always the variant of using the "userChrome.css".


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


Re: How to make type larger

2009-03-01 Thread Roger Fink


Stanimir Stamenkov wrote:
> Sat, 28 Feb 2009 13:17:51 -0500, /Roger Fink/:
>> Stanimir Stamenkov wrote:
>>
>>> If one uses a non-classic theme which doesn't honor the system
>>> settings, yes, user style rules will be needed to adjust the fonts.
>>
>> Slightly OT: IMO, the program developers should seriously consider
>> putting the ability to override drop down menu font styles and sizes
>> as an easily adjustable user preference in the GUI. If it were just
>> an appearance issue, the I'd say fine, let people wrestle with
>> Google & userchrome.css, but to many folks including myself it is
>> more than an appearance issue.
>
> As I've already pointed - if one uses the classic theme which tries
> to resemble the underlying system appearance there's no need of
> additional menu font setting just for SeaMonkey.

As is true for gray-modern, which is what I use exclusively, but the
SeaMonkey project would benefit overall from a revisiting of this issue, as
there is no obvious downside to offering users an easily managed choice on
an issue that is important to many people..


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


Re: How to make type larger

2009-03-01 Thread Stanimir Stamenkov

Sat, 28 Feb 2009 13:17:51 -0500, /Roger Fink/:

Stanimir Stamenkov wrote:

If one uses a non-classic theme which doesn't honor the system 
settings, yes, user style rules will be needed to adjust the fonts.


Slightly OT: IMO, the program developers should seriously consider putting 
the ability to override drop down menu font styles and sizes as an easily 
adjustable user preference in the GUI. If it were just an appearance issue,
the I'd say fine, let people wrestle with Google & userchrome.css, but to 
many folks including myself it is more than an appearance issue.


As I've already pointed - if one uses the classic theme which tries 
to resemble the underlying system appearance there's no need of 
additional menu font setting just for SeaMonkey.


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


Re: How to make type larger

2009-03-01 Thread Stanimir Stamenkov

Sat, 28 Feb 2009 20:30:11 -0800, /flyguy/:

Stanimir Stamenkov wrote:

GUI controls appearance is generally inherited from the underlying 
graphic desktop environment.  If you want the font of the menus 
larger, just adjust it through the Display Appearance (Advanced) 
settings of your Windows Desktop.  You may also adjust the "Message 
Box" font as it controls the appearance of the text in other than menu 
GUI controls.


I do the same for Win XP, using Display Properties > Appearance > Advanced:

Message Box: sets text size in SM's email left pane (folders) and  the 
Header pane (sender, subject, date, etc). Tahoma 10 works for me.


Menu: sets text size for the File Edit View etc menu along the top of 
the SM windows and in the drop-down list for the menu items. Tahoma 10 
works for me.


Icon: doesn't seem to affect anything in SM, but it does increase the 
text size in Windows Explorer nicely (Windows Explorer, not IE).


These are some style rules I've put in my "userChrome.css" to make 
the classic theme blend better with the Windows desktop:


window { font: icon !important; }
dialog, wizard, page { font: message-box !important; }
button, toolbar, .toolbar-holder, toolbarbutton, tree { font: inherit 
!important; }
statusbar, tooltip { font: status-bar !important; }
statusbar, tab, treecol, toolbarbutton { color: ButtonText !important; }
toolbarbutton[disabled=true] { color: GrayText !important; }

.msgNotificationBar {
 background-color: InfoBackground !important;
 color: InfoText !important;
 font: status-bar !important;
}

These will cause more of your "Display Properties > Appearance > 
Advanced" settings used in the look of SeaMonkey.


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


Re: How to make type larger

2009-02-28 Thread flyguy

Stanimir Stamenkov wrote:

Sat, 28 Feb 2009 00:01:07 -0600, /ST/:

How do you make the menu and drop down 'letters' within the Seamonkey 
browser larger.


I'd thought there was some script for that but I can't recall.


GUI controls appearance is generally inherited from the underlying 
graphic desktop environment.  If you want the font of the menus larger, 
just adjust it through the Display Appearance (Advanced) settings of 
your Windows Desktop.  You may also adjust the "Message Box" font as it 
controls the appearance of the text in other than menu GUI controls.


I do the same for Win XP, using Display Properties > Appearance > Advanced:

Message Box: sets text size in SM's email left pane (folders) and  the 
Header pane (sender, subject, date, etc). Tahoma 10 works for me.


Menu: sets text size for the File Edit View etc menu along the top of 
the SM windows and in the drop-down list for the menu items. Tahoma 10 
works for me.


Icon: doesn't seem to affect anything in SM, but it does increase the 
text size in Windows Explorer nicely (Windows Explorer, not IE).


Then, for the text size in other places in the mail and browser, I use 
SM's  Edit > Preferences > Appearance > Fonts > Minimum Font Size . "13" 
works for me, mostly.


The above works well enough and easily enough that I haven't tried 
Peter's suggestions. I do wish there was a list of what affected what, 
because I just had to go through the whole list in the "Advanced" trying 
things to see what they really did. The names didn't help much.




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


Re: How to make type larger

2009-02-28 Thread ST

 The ever esteemed ST replied, with the utmost intelligence:

Hello,

How do you make the menu and drop down 'letters' within the Seamonkey 
browser larger.


I'd thought there was some script for that but I can't recall.

Thanks,

ST


Hello,

Thank you all for your input and suggestions!

I did get Stylish, and I used the Window appearance

to increase some of my fonts, but I'm still trying

to sort things out.  My eyes aren't what they once

were so I do need things a bit larger.




Thanks again,

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


Re: How to make type larger

2009-02-28 Thread Peter Potamus the Purple Hippo

ST wrote:
 the esteemed Peter Potamus the Purple Hippo replied, with the utmost 
intelligence:

ST wrote:
 the esteemed Peter Potamus the Purple Hippo replied, with the utmost 
You can 
change the 13px to anything you want:

{font-size: 13px !important;}
I must be doing something wrong.  Neither of your suggestions changed 
anything. In that file, I have  "Peter's unbelievable rules go here."


as I said elsewhere, try changing the:

{font-size: 13px !important;}

to something like:

{font-size: 25px !important;}

and if you're using userChrome.css, then you need to 
restart ALL of SM, including email, browser, bookmark 
manager, Quick Launch [if using], and anything else you 
have running of SeaMonkey's. If you're using Stylish, 
then just restart the browser as a test. You can 
restart the others later, if you notice a change.


--
*IMPORTANT*: Sorry folks, but I cannot provide email 
help Emails to me may become public


Notice: This posting is protected under the Free Speech 
Laws, which applies everywhere in the FREE world, 
except for some strange reason, not to the mozilla.org 
newsgroup servers, where your posting may get you banned.


Peter Potamus & His Magic Flying Balloon:
http://melaman2.com/cartoons/singles/mp3/p-potamus.mp3
http://www.toonopedia.com/potamus.htm
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: How to make type larger

2009-02-28 Thread Roger Fink


Stanimir Stamenkov wrote:
> Sat, 28 Feb 2009 09:54:17 -0800, /Peter Potamus the Purple Hippo/:
>> Stanimir Stamenkov wrote:
>>
>>> GUI controls appearance is generally inherited from the underlying
>>> graphic desktop environment.  If you want the font of the menus
>>> larger, just adjust it through the Display Appearance (Advanced)
>>> settings of your Windows Desktop.  You may also adjust the "Message
>>> Box" font as it controls the appearance of the text in other than
>>> menu GUI controls.
>>
>> sorry to say, but I control my via the script I provided.
>
> If one uses a non-classic theme which doesn't honor the system
> settings, yes, user style rules will be needed to adjust the fonts.

Slightly OT: IMO, the program developers should seriously consider putting
the ability to override drop down menu font styles and sizes as an easily
adjustable user preference in the GUI. If it were just an appearance issue,
the I'd say fine, let people wrestle with Google & userchrome.css, but to
many folks including myself it is more than an appearance issue.


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


Re: How to make type larger

2009-02-28 Thread Stanimir Stamenkov

Sat, 28 Feb 2009 09:54:17 -0800, /Peter Potamus the Purple Hippo/:

Stanimir Stamenkov wrote:

GUI controls appearance is generally inherited from the underlying 
graphic desktop environment.  If you want the font of the menus 
larger, just adjust it through the Display Appearance (Advanced) 
settings of your Windows Desktop.  You may also adjust the "Message 
Box" font as it controls the appearance of the text in other than menu 
GUI controls.


sorry to say, but I control my via the script I provided.


If one uses a non-classic theme which doesn't honor the system 
settings, yes, user style rules will be needed to adjust the fonts.


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


Re: How to make type larger

2009-02-28 Thread Roger Fink


Roger Fink wrote:
> Peter Potamus the Purple Hippo wrote:
>> Roger Fink wrote:
>>> ST wrote:
   the esteemed Peter Potamus the Purple Hippo replied, with the
 utmost intelligence:
> ST wrote:
>>  the esteemed Peter Potamus the Purple Hippo replied, with the
>> utmost
>> intelligence:
>>> ST wrote:
 Hello,

 How do you make the menu and drop down 'letters' within the
 Seamonkey browser larger.

 I'd thought there was some script for that but I can't recall.

 Thanks,

 ST
>>> I don't know what you mean by 'drop down', but for the menus,
>>> add this to your userChrome.css file or put into stylish.  You
>>> can change
>>> the 13px to anything you want:
>>>
>>> .menubar-text {font-size: 13px !important;}
>>>
>>> menupopup .menu-iconic-text, popup .menu-iconic-text,
>>> menupopup .menu-iconic-left, popup .menu-iconic-left,
>>> menupopup .menu-iconic-accel, popup .menu-iconic-accel,
>>> menupopup .menu-text, popup .menu-text,
>>> menupopup .menu-accel, popup .menu-accel
>>> {font-size: 13px !important;}
>>>
>> Hello,
>>
>> Thanks for the reply. What I meant by drop down menus, were
>> things like
>> the File-View-Options drop downs along with the bookmarks.
>>
>> I put your info in the userChrome.css, and put that into my
>> chrome folder, but I didn't notice any difference in type size.
>>
>> Thanks again,
>>
>> ST
> if you're using userChrome.css, then you need to restart SM for it
> to work.
>
> as for the bookmarks, you need this:
>
> #bookmarks-ptf menupopup {font-size: 15px !important;}
> #bookmarks-ptf .bookmark-item
> {font-size: 12px !important;}
 Hello,

 I must be doing something wrong.  Neither of your suggestions
 changed anything. In that file, I have  "Peter's unbelievable rules
 go here."

 Along with:


 @namespace
 url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

 #bookmark-window ::-moz-tree-row(odd)
 {background: #bfefff !important;}

 #bookmark-window ::-moz-tree-row(even)
 { background: #eed2ee !important;}

 #bookmark-window {font-weight: bold !important; }

 #bookmark-window  ::-moz-tree-cell-text(even)
 {color: darkblue !important;}
 #bookmark-window  ::-moz-tree-cell-text(odd)
 {color: red !important;}

 @namespace
 url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

 @namespace
 url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";);
 /*
 set default namespace to XUL */
 /*
   * Make menu items in particular 15 pt instead of the default
   size: */
   menupopup > * {
  font-size: 12pt !important
}

 toolbar #navigator-throbber[busy="true"]
 {list-style-image:

>>>
>
url("data:image/gif;base64,R0lGODlhHwAYALMLAABzIQCcAJycKZycY87OnOfnzufn1
>>> u/v1vf37wAAAP///yH/C05FVFNDQVBFMi4wAwEh
>>>
>
+QQFAAALACwAHwAYAAAEnlBJQKsFUt2d5QBJKIoEBhBGqqqUFARfsq5Jic4r9QZCjKu1Xw4g
>>>
>
ePVAwhQgqSQaY5ulsnlpFnm+pFTrxIKqOaqhYn0itcxx95iISt9kStkrQzMpV3ZVPqaS52x3aXhm
>>>
>
bXF8cEt/hHSCd2tQGyx+W2p5WUKVP4x6FjOJOJyYm4OQZ0I3XJduFTasFauvAAGyjDu3uLm6uB29
>>>
>
Hby+vhEAACH5BAUAAAsALAAfABgAAASbUElAqwVSUcN7zdIAJGRpYkCnGkBBSUEgJquapDXX
>>>
>
UnEgzDlPkOUCCGK/0ZA13BmRs8tG1ywefcBmlXJN3iwrXM7ZzQbFNTJ0JJ2iw9Y1TXuOY9lg9/Z5
>>>
>
n5/3ZXgbFVR1XHJLbypqfW1ChnxeiYByF2FnjJJ0HhQFnod9kzotnqWgSW2EKakWgaw8rxVXPbS1
>>>
>
tre1ILogubu7EQAAIfkEBQAACwAsAB8AGAAABJ9QSUCrBVJRw7nN0gAkZGliQKcCRUFJQSAm
>>>
>
am2k9t1ScSDMuQ7OxnIBBLHfKOgJFilI3+yyaeaexySQOaxho8rExevcZaVLbtkInlJx3ZW5nXau
>>>
>
odrRuBoXzvM0ald/aGIVN3x3Z2FMN4p0hmNWRISMgpRsgJJCREWZhY1dFC2keKCXnqSfSm+HKa0W
>>>
>
dLA8sxVRPbi5uru5IL4gvb+/EQAAIfkEBQAACwAsAB8AGAAABKJQSUCrBdNoc6n8A5CMJKlg
>>>
>
wMapHKYEQZiwm0IAhJrqABwIMtomsdsUNRQBDCgSGlnHlvIn6xSjFiRgypw5VzrodlnNhnkULTf4
>>>
>
xYrXIuvOnZaSm23o+07M1rF1dlR4Tm48cH1pFUhif2ODXoV6h3xWTzyUkF9gl0aPXReTnWp8m0dR
>>>
>
gl2mo55wchQ3N69Jd7O2FlM+uru8vbsfwMEvusLFEQAAIfkEBQAACwAsAB8AGAAABKRQSUCr
>>> B
>>>
>
dPcK/sASSiKCgZoRqqmlBQEX7KuCQEQ6MwCbyDEOlXilNNRBK8fKKgiEo0ApC+2eTo3O6lSxsw9Z
>>>
>
8ck1QLenSpZ8bLrZIanoGpbg6ak4Vw3yx1VD8l2XhdNfXhdXnxaY3ZogmeBb1uHc1CKcVh7dI13k
>>>
>
myZlX6DK1dfnECeRWCFnXqBoHByFDY2sZEftbgWUj28vb6/vR3CwwrBxMQRAAAh+QQFAAALACwAA
>>>
>
AAAHwAYAAAEn1BJQGs1BkzLtZQDkIxkAmAaQGBsS0lBECYtyqp1TcWBMOcnW84FEMR8IuBtSDT2Z
>>>
>
p1gBtWhOpE03ZJpPUItU+Hlkil6k1ohl3L9crZgSveJdm3XZropDn/PsUpqTGxne3JyYoeIhHqBY
>>>
>
XhtIlF9ZH8/gVKDeVhvi1SZlnVaoECbl0qkOqZRFgQqrBaRsLMdTjy3uLm6uB+9vgq8v78RAAAh+
>>>
>
QQFAAALACwAHwAYAAAEoFBJQKm5F0hVe9/SACQkgGEaQJwsJQWBmGRsttYoAAeCTNcmXE4A6
>>>
>
41+LeGwKKvggh6LgULk+aZPZQZQNSacwK0JTGUesWFt2ToCJ6dO6dqLPAWV86b0HV2yZ2hveFxmX
>>>
>
3t2YnBQhH91KFpwXXp3iIqHeWdwgkKYhh6PikCMdKKBnKNXT5SqklEeBCquHq2ytbJVO7m6u7y6I
>>>
>
L8gvsDAEQAAIf

Re: How to make type larger

2009-02-28 Thread Peter Potamus the Purple Hippo

ST wrote:


@namespace
url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";); 


well, I don't know what the problem is cause it works 
just fine for me.  Try removing all these lines.  You 
only need one, and thats at the very beginning of 
everything.


You are putting it in the correct userChrome.css file, 
and using the correct profile?


You might want to install the ChromEdit Plus: 
http://webdesigns.ms11.net/chromeditp.html.  It helps 
with using the correct files.


But, in my opinion, Stylish would be a better choice: 
https://addons.mozilla.org/en-US/seamonkey/addon/2108. 
 With this, you don't have to stop and restart the 
program.  Sometimes, the scripts take effect right 
away, other times, you only need to restart just the 
browser and not the email part.


--
*IMPORTANT*: Sorry folks, but I cannot provide email 
help Emails to me may become public


Notice: This posting is protected under the Free Speech 
Laws, which applies everywhere in the FREE world, 
except for some strange reason, not to the mozilla.org 
newsgroup servers, where your posting may get you banned.


Peter Potamus & His Magic Flying Balloon:
http://melaman2.com/cartoons/singles/mp3/p-potamus.mp3
http://www.toonopedia.com/potamus.htm
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: How to make type larger

2009-02-28 Thread Roger Fink


Peter Potamus the Purple Hippo wrote:
> Roger Fink wrote:
>> ST wrote:
>>>   the esteemed Peter Potamus the Purple Hippo replied, with the
>>> utmost intelligence:
 ST wrote:
>  the esteemed Peter Potamus the Purple Hippo replied, with the
> utmost
> intelligence:
>> ST wrote:
>>> Hello,
>>>
>>> How do you make the menu and drop down 'letters' within the
>>> Seamonkey browser larger.
>>>
>>> I'd thought there was some script for that but I can't recall.
>>>
>>> Thanks,
>>>
>>> ST
>> I don't know what you mean by 'drop down', but for the menus, add
>> this to your userChrome.css file or put into stylish.  You can
>> change
>> the 13px to anything you want:
>>
>> .menubar-text {font-size: 13px !important;}
>>
>> menupopup .menu-iconic-text, popup .menu-iconic-text,
>> menupopup .menu-iconic-left, popup .menu-iconic-left,
>> menupopup .menu-iconic-accel, popup .menu-iconic-accel,
>> menupopup .menu-text, popup .menu-text,
>> menupopup .menu-accel, popup .menu-accel
>> {font-size: 13px !important;}
>>
> Hello,
>
> Thanks for the reply. What I meant by drop down menus, were things
> like
> the File-View-Options drop downs along with the bookmarks.
>
> I put your info in the userChrome.css, and put that into my
> chrome folder, but I didn't notice any difference in type size.
>
> Thanks again,
>
> ST
 if you're using userChrome.css, then you need to restart SM for it
 to work.

 as for the bookmarks, you need this:

 #bookmarks-ptf menupopup {font-size: 15px !important;}
 #bookmarks-ptf .bookmark-item
 {font-size: 12px !important;}
>>> Hello,
>>>
>>> I must be doing something wrong.  Neither of your suggestions
>>> changed anything. In that file, I have  "Peter's unbelievable rules
>>> go here."
>>>
>>> Along with:
>>>
>>>
>>> @namespace
>>> url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
>>>
>>> #bookmark-window ::-moz-tree-row(odd)
>>> {background: #bfefff !important;}
>>>
>>> #bookmark-window ::-moz-tree-row(even)
>>> { background: #eed2ee !important;}
>>>
>>> #bookmark-window {font-weight: bold !important; }
>>>
>>> #bookmark-window  ::-moz-tree-cell-text(even)
>>> {color: darkblue !important;}
>>> #bookmark-window  ::-moz-tree-cell-text(odd)
>>> {color: red !important;}
>>>
>>> @namespace
>>> url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
>>>
>>> @namespace
>>> url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";);
>>> /*
>>> set default namespace to XUL */
>>> /*
>>>   * Make menu items in particular 15 pt instead of the default size:
>>>   */
>>>   menupopup > * {
>>>  font-size: 12pt !important
>>>}
>>>
>>> toolbar #navigator-throbber[busy="true"]
>>> {list-style-image:
>>>
>>
url("data:image/gif;base64,R0lGODlhHwAYALMLAABzIQCcAJycKZycY87OnOfnzufn1
>> u/v1vf37wAAAP///yH/C05FVFNDQVBFMi4wAwEh
>>
+QQFAAALACwAHwAYAAAEnlBJQKsFUt2d5QBJKIoEBhBGqqqUFARfsq5Jic4r9QZCjKu1Xw4g
>>
ePVAwhQgqSQaY5ulsnlpFnm+pFTrxIKqOaqhYn0itcxx95iISt9kStkrQzMpV3ZVPqaS52x3aXhm
>>
bXF8cEt/hHSCd2tQGyx+W2p5WUKVP4x6FjOJOJyYm4OQZ0I3XJduFTasFauvAAGyjDu3uLm6uB29
>>
Hby+vhEAACH5BAUAAAsALAAfABgAAASbUElAqwVSUcN7zdIAJGRpYkCnGkBBSUEgJquapDXX
>>
UnEgzDlPkOUCCGK/0ZA13BmRs8tG1ywefcBmlXJN3iwrXM7ZzQbFNTJ0JJ2iw9Y1TXuOY9lg9/Z5
>>
n5/3ZXgbFVR1XHJLbypqfW1ChnxeiYByF2FnjJJ0HhQFnod9kzotnqWgSW2EKakWgaw8rxVXPbS1
>>
tre1ILogubu7EQAAIfkEBQAACwAsAB8AGAAABJ9QSUCrBVJRw7nN0gAkZGliQKcCRUFJQSAm
>>
am2k9t1ScSDMuQ7OxnIBBLHfKOgJFilI3+yyaeaexySQOaxho8rExevcZaVLbtkInlJx3ZW5nXau
>>
odrRuBoXzvM0ald/aGIVN3x3Z2FMN4p0hmNWRISMgpRsgJJCREWZhY1dFC2keKCXnqSfSm+HKa0W
>>
dLA8sxVRPbi5uru5IL4gvb+/EQAAIfkEBQAACwAsAB8AGAAABKJQSUCrBdNoc6n8A5CMJKlg
>>
wMapHKYEQZiwm0IAhJrqABwIMtomsdsUNRQBDCgSGlnHlvIn6xSjFiRgypw5VzrodlnNhnkULTf4
>>
xYrXIuvOnZaSm23o+07M1rF1dlR4Tm48cH1pFUhif2ODXoV6h3xWTzyUkF9gl0aPXReTnWp8m0dR
>>
gl2mo55wchQ3N69Jd7O2FlM+uru8vbsfwMEvusLFEQAAIfkEBQAACwAsAB8AGAAABKRQSUCr
>> B
>>
dPcK/sASSiKCgZoRqqmlBQEX7KuCQEQ6MwCbyDEOlXilNNRBK8fKKgiEo0ApC+2eTo3O6lSxsw9Z
>>
8ck1QLenSpZ8bLrZIanoGpbg6ak4Vw3yx1VD8l2XhdNfXhdXnxaY3ZogmeBb1uHc1CKcVh7dI13k
>>
myZlX6DK1dfnECeRWCFnXqBoHByFDY2sZEftbgWUj28vb6/vR3CwwrBxMQRAAAh+QQFAAALACwAA
>>
AAAHwAYAAAEn1BJQGs1BkzLtZQDkIxkAmAaQGBsS0lBECYtyqp1TcWBMOcnW84FEMR8IuBtSDT2Z
>>
p1gBtWhOpE03ZJpPUItU+Hlkil6k1ohl3L9crZgSveJdm3XZropDn/PsUpqTGxne3JyYoeIhHqBY
>>
XhtIlF9ZH8/gVKDeVhvi1SZlnVaoECbl0qkOqZRFgQqrBaRsLMdTjy3uLm6uB+9vgq8v78RAAAh+
>>
QQFAAALACwAHwAYAAAEoFBJQKm5F0hVe9/SACQkgGEaQJwsJQWBmGRsttYoAAeCTNcmXE4A6
>>
41+LeGwKKvggh6LgULk+aZPZQZQNSacwK0JTGUesWFt2ToCJ6dO6dqLPAWV86b0HV2yZ2hveFxmX
>>
3t2YnBQhH91KFpwXXp3iIqHeWdwgkKYhh6PikCMdKKBnKNXT5SqklEeBCquHq2ytbJVO7m6u7y6I
>>
L8gvsDAEQAAIfkEBQAACwAsAB8AGAAABJhQSUCNvQZIRbunmzQABYBhGkCcqKYEwViyl0rXA
>>
BwIsnn7twxAAOORgCwkjULc9YK+T0XYNM5+QQuz+MQKTR3tkHuEZqnk61JcmW6dZS90DFcn2WFxt
>>
bvOvq1KKGxfemmBNWd/fHdfU4V1h1qJdIBmhCeKR1K

Re: How to make type larger

2009-02-28 Thread Peter Potamus the Purple Hippo

Stanimir Stamenkov wrote:

Sat, 28 Feb 2009 00:01:07 -0600, /ST/:

How do you make the menu and drop down 'letters' within the Seamonkey 
browser larger.


I'd thought there was some script for that but I can't recall.


GUI controls appearance is generally inherited from the underlying 
graphic desktop environment.  If you want the font of the menus larger, 
just adjust it through the Display Appearance (Advanced) settings of 
your Windows Desktop.  You may also adjust the "Message Box" font as it 
controls the appearance of the text in other than menu GUI controls.




sorry to say, but I control my via the script I provided.

--
*IMPORTANT*: Sorry folks, but I cannot provide email 
help Emails to me may become public


Notice: This posting is protected under the Free Speech 
Laws, which applies everywhere in the FREE world, 
except for some strange reason, not to the mozilla.org 
newsgroup servers, where your posting may get you banned.


Peter Potamus & His Magic Flying Balloon:
http://melaman2.com/cartoons/singles/mp3/p-potamus.mp3
http://www.toonopedia.com/potamus.htm
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: How to make type larger

2009-02-28 Thread Peter Potamus the Purple Hippo

Roger Fink wrote:

ST wrote:

  the esteemed Peter Potamus the Purple Hippo replied, with the utmost
intelligence:

ST wrote:

 the esteemed Peter Potamus the Purple Hippo replied, with the
utmost
intelligence:

ST wrote:

Hello,

How do you make the menu and drop down 'letters' within the
Seamonkey browser larger.

I'd thought there was some script for that but I can't recall.

Thanks,

ST

I don't know what you mean by 'drop down', but for the menus, add
this to your userChrome.css file or put into stylish.  You can
change
the 13px to anything you want:

.menubar-text {font-size: 13px !important;}

menupopup .menu-iconic-text, popup .menu-iconic-text,
menupopup .menu-iconic-left, popup .menu-iconic-left,
menupopup .menu-iconic-accel, popup .menu-iconic-accel,
menupopup .menu-text, popup .menu-text,
menupopup .menu-accel, popup .menu-accel
{font-size: 13px !important;}


Hello,

Thanks for the reply. What I meant by drop down menus, were things
like
the File-View-Options drop downs along with the bookmarks.

I put your info in the userChrome.css, and put that into my
chrome folder, but I didn't notice any difference in type size.

Thanks again,

ST

if you're using userChrome.css, then you need to restart SM for it
to work.

as for the bookmarks, you need this:

#bookmarks-ptf menupopup {font-size: 15px !important;}
#bookmarks-ptf .bookmark-item
{font-size: 12px !important;}

Hello,

I must be doing something wrong.  Neither of your suggestions changed
anything. In that file, I have  "Peter's unbelievable rules go here."

Along with:


@namespace
url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#bookmark-window ::-moz-tree-row(odd)
{background: #bfefff !important;}

#bookmark-window ::-moz-tree-row(even)
{ background: #eed2ee !important;}

#bookmark-window {font-weight: bold !important; }

#bookmark-window  ::-moz-tree-cell-text(even)
{color: darkblue !important;}
#bookmark-window  ::-moz-tree-cell-text(odd)
{color: red !important;}

@namespace
url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

@namespace
url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";);
/*
set default namespace to XUL */
/*
  * Make menu items in particular 15 pt instead of the default size:
  */
  menupopup > * {
 font-size: 12pt !important
   }

toolbar #navigator-throbber[busy="true"]
{list-style-image:


url("data:image/gif;base64,R0lGODlhHwAYALMLAABzIQCcAJycKZycY87OnOfnzufn1
u/v1vf37wAAAP///yH/C05FVFNDQVBFMi4wAwEh
+QQFAAALACwAHwAYAAAEnlBJQKsFUt2d5QBJKIoEBhBGqqqUFARfsq5Jic4r9QZCjKu1Xw4g
ePVAwhQgqSQaY5ulsnlpFnm+pFTrxIKqOaqhYn0itcxx95iISt9kStkrQzMpV3ZVPqaS52x3aXhm
bXF8cEt/hHSCd2tQGyx+W2p5WUKVP4x6FjOJOJyYm4OQZ0I3XJduFTasFauvAAGyjDu3uLm6uB29
Hby+vhEAACH5BAUAAAsALAAfABgAAASbUElAqwVSUcN7zdIAJGRpYkCnGkBBSUEgJquapDXX
UnEgzDlPkOUCCGK/0ZA13BmRs8tG1ywefcBmlXJN3iwrXM7ZzQbFNTJ0JJ2iw9Y1TXuOY9lg9/Z5
n5/3ZXgbFVR1XHJLbypqfW1ChnxeiYByF2FnjJJ0HhQFnod9kzotnqWgSW2EKakWgaw8rxVXPbS1
tre1ILogubu7EQAAIfkEBQAACwAsAB8AGAAABJ9QSUCrBVJRw7nN0gAkZGliQKcCRUFJQSAm
am2k9t1ScSDMuQ7OxnIBBLHfKOgJFilI3+yyaeaexySQOaxho8rExevcZaVLbtkInlJx3ZW5nXau
odrRuBoXzvM0ald/aGIVN3x3Z2FMN4p0hmNWRISMgpRsgJJCREWZhY1dFC2keKCXnqSfSm+HKa0W
dLA8sxVRPbi5uru5IL4gvb+/EQAAIfkEBQAACwAsAB8AGAAABKJQSUCrBdNoc6n8A5CMJKlg
wMapHKYEQZiwm0IAhJrqABwIMtomsdsUNRQBDCgSGlnHlvIn6xSjFiRgypw5VzrodlnNhnkULTf4
xYrXIuvOnZaSm23o+07M1rF1dlR4Tm48cH1pFUhif2ODXoV6h3xWTzyUkF9gl0aPXReTnWp8m0dR
gl2mo55wchQ3N69Jd7O2FlM+uru8vbsfwMEvusLFEQAAIfkEBQAACwAsAB8AGAAABKRQSUCr
B
dPcK/sASSiKCgZoRqqmlBQEX7KuCQEQ6MwCbyDEOlXilNNRBK8fKKgiEo0ApC+2eTo3O6lSxsw9Z
8ck1QLenSpZ8bLrZIanoGpbg6ak4Vw3yx1VD8l2XhdNfXhdXnxaY3ZogmeBb1uHc1CKcVh7dI13k
myZlX6DK1dfnECeRWCFnXqBoHByFDY2sZEftbgWUj28vb6/vR3CwwrBxMQRAAAh+QQFAAALACwAA
AAAHwAYAAAEn1BJQGs1BkzLtZQDkIxkAmAaQGBsS0lBECYtyqp1TcWBMOcnW84FEMR8IuBtSDT2Z
p1gBtWhOpE03ZJpPUItU+Hlkil6k1ohl3L9crZgSveJdm3XZropDn/PsUpqTGxne3JyYoeIhHqBY
XhtIlF9ZH8/gVKDeVhvi1SZlnVaoECbl0qkOqZRFgQqrBaRsLMdTjy3uLm6uB+9vgq8v78RAAAh+
QQFAAALACwAHwAYAAAEoFBJQKm5F0hVe9/SACQkgGEaQJwsJQWBmGRsttYoAAeCTNcmXE4A6
41+LeGwKKvggh6LgULk+aZPZQZQNSacwK0JTGUesWFt2ToCJ6dO6dqLPAWV86b0HV2yZ2hveFxmX
3t2YnBQhH91KFpwXXp3iIqHeWdwgkKYhh6PikCMdKKBnKNXT5SqklEeBCquHq2ytbJVO7m6u7y6I
L8gvsDAEQAAIfkEBQAACwAsAB8AGAAABJhQSUCNvQZIRbunmzQABYBhGkCcqKYEwViyl0rXA
BwIsnn7twxAAOORgCwkjULc9YK+T0XYNM5+QQuz+MQKTR3tkHuEZqnk61JcmW6dZS90DFcn2WFxt
bvOvq1KKGxfemmBNWd/fHdfU4V1h1qJdIBmhCeKR1KIfpQyBaChJXlze1KnBKcfpqqtqk06sbKzt
LIhtyG2uLgRAAA7")

!important;}

I also had Peter's same info in a file called userContent which was
also
in my chrome folder.


Thanks again for the suggestions,

ST


The drop down menu font size is dependant on the theme you are using. In
Windows at least, some theme authors override the  Windows system default
(which is user-adjustable) for the sake of overall appearance. Generally
that means smaller menu font size (which is why I can't use them). Most,
thankfully, do not.




!important -- when you have that, then that overrides 
anything.



Re: How to make type larger

2009-02-28 Thread Roger Fink


ST wrote:
>   the esteemed Peter Potamus the Purple Hippo replied, with the utmost
> intelligence:
>> ST wrote:
>>>  the esteemed Peter Potamus the Purple Hippo replied, with the
>>> utmost
>>> intelligence:
 ST wrote:
> Hello,
>
> How do you make the menu and drop down 'letters' within the
> Seamonkey browser larger.
>
> I'd thought there was some script for that but I can't recall.
>
> Thanks,
>
> ST

 I don't know what you mean by 'drop down', but for the menus, add
 this to your userChrome.css file or put into stylish.  You can
 change
 the 13px to anything you want:

 .menubar-text {font-size: 13px !important;}

 menupopup .menu-iconic-text, popup .menu-iconic-text,
 menupopup .menu-iconic-left, popup .menu-iconic-left,
 menupopup .menu-iconic-accel, popup .menu-iconic-accel,
 menupopup .menu-text, popup .menu-text,
 menupopup .menu-accel, popup .menu-accel
 {font-size: 13px !important;}

>>>
>>> Hello,
>>>
>>> Thanks for the reply. What I meant by drop down menus, were things
>>> like
>>> the File-View-Options drop downs along with the bookmarks.
>>>
>>> I put your info in the userChrome.css, and put that into my
>>> chrome folder, but I didn't notice any difference in type size.
>>>
>>> Thanks again,
>>>
>>> ST
>>
>> if you're using userChrome.css, then you need to restart SM for it
>> to work.
>>
>> as for the bookmarks, you need this:
>>
>> #bookmarks-ptf menupopup {font-size: 15px !important;}
>> #bookmarks-ptf .bookmark-item
>> {font-size: 12px !important;}
>
> Hello,
>
> I must be doing something wrong.  Neither of your suggestions changed
> anything. In that file, I have  "Peter's unbelievable rules go here."
>
> Along with:
>
>
> @namespace
> url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
>
> #bookmark-window ::-moz-tree-row(odd)
> {background: #bfefff !important;}
>
> #bookmark-window ::-moz-tree-row(even)
> { background: #eed2ee !important;}
>
> #bookmark-window {font-weight: bold !important; }
>
> #bookmark-window  ::-moz-tree-cell-text(even)
> {color: darkblue !important;}
> #bookmark-window  ::-moz-tree-cell-text(odd)
> {color: red !important;}
>
> @namespace
> url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
>
> @namespace
> url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";);
> /*
> set default namespace to XUL */
> /*
>   * Make menu items in particular 15 pt instead of the default size:
>   */
>   menupopup > * {
>  font-size: 12pt !important
>}
>
> toolbar #navigator-throbber[busy="true"]
> {list-style-image:
>
url("data:image/gif;base64,R0lGODlhHwAYALMLAABzIQCcAJycKZycY87OnOfnzufn1
u/v1vf37wAAAP///yH/C05FVFNDQVBFMi4wAwEh
>
+QQFAAALACwAHwAYAAAEnlBJQKsFUt2d5QBJKIoEBhBGqqqUFARfsq5Jic4r9QZCjKu1Xw4g
ePVAwhQgqSQaY5ulsnlpFnm+pFTrxIKqOaqhYn0itcxx95iISt9kStkrQzMpV3ZVPqaS52x3aXhm
bXF8cEt/hHSCd2tQGyx+W2p5WUKVP4x6FjOJOJyYm4OQZ0I3XJduFTasFauvAAGyjDu3uLm6uB29
Hby+vhEAACH5BAUAAAsALAAfABgAAASbUElAqwVSUcN7zdIAJGRpYkCnGkBBSUEgJquapDXX
UnEgzDlPkOUCCGK/0ZA13BmRs8tG1ywefcBmlXJN3iwrXM7ZzQbFNTJ0JJ2iw9Y1TXuOY9lg9/Z5
n5/3ZXgbFVR1XHJLbypqfW1ChnxeiYByF2FnjJJ0HhQFnod9kzotnqWgSW2EKakWgaw8rxVXPbS1
tre1ILogubu7EQAAIfkEBQAACwAsAB8AGAAABJ9QSUCrBVJRw7nN0gAkZGliQKcCRUFJQSAm
am2k9t1ScSDMuQ7OxnIBBLHfKOgJFilI3+yyaeaexySQOaxho8rExevcZaVLbtkInlJx3ZW5nXau
odrRuBoXzvM0ald/aGIVN3x3Z2FMN4p0hmNWRISMgpRsgJJCREWZhY1dFC2keKCXnqSfSm+HKa0W
dLA8sxVRPbi5uru5IL4gvb+/EQAAIfkEBQAACwAsAB8AGAAABKJQSUCrBdNoc6n8A5CMJKlg
wMapHKYEQZiwm0IAhJrqABwIMtomsdsUNRQBDCgSGlnHlvIn6xSjFiRgypw5VzrodlnNhnkULTf4
xYrXIuvOnZaSm23o+07M1rF1dlR4Tm48cH1pFUhif2ODXoV6h3xWTzyUkF9gl0aPXReTnWp8m0dR
gl2mo55wchQ3N69Jd7O2FlM+uru8vbsfwMEvusLFEQAAIfkEBQAACwAsAB8AGAAABKRQSUCr
B
>
dPcK/sASSiKCgZoRqqmlBQEX7KuCQEQ6MwCbyDEOlXilNNRBK8fKKgiEo0ApC+2eTo3O6lSxsw9Z
8ck1QLenSpZ8bLrZIanoGpbg6ak4Vw3yx1VD8l2XhdNfXhdXnxaY3ZogmeBb1uHc1CKcVh7dI13k
myZlX6DK1dfnECeRWCFnXqBoHByFDY2sZEftbgWUj28vb6/vR3CwwrBxMQRAAAh+QQFAAALACwAA
AAAHwAYAAAEn1BJQGs1BkzLtZQDkIxkAmAaQGBsS0lBECYtyqp1TcWBMOcnW84FEMR8IuBtSDT2Z
p1gBtWhOpE03ZJpPUItU+Hlkil6k1ohl3L9crZgSveJdm3XZropDn/PsUpqTGxne3JyYoeIhHqBY
XhtIlF9ZH8/gVKDeVhvi1SZlnVaoECbl0qkOqZRFgQqrBaRsLMdTjy3uLm6uB+9vgq8v78RAAAh+
QQFAAALACwAHwAYAAAEoFBJQKm5F0hVe9/SACQkgGEaQJwsJQWBmGRsttYoAAeCTNcmXE4A6
41+LeGwKKvggh6LgULk+aZPZQZQNSacwK0JTGUesWFt2ToCJ6dO6dqLPAWV86b0HV2yZ2hveFxmX
3t2YnBQhH91KFpwXXp3iIqHeWdwgkKYhh6PikCMdKKBnKNXT5SqklEeBCquHq2ytbJVO7m6u7y6I
L8gvsDAEQAAIfkEBQAACwAsAB8AGAAABJhQSUCNvQZIRbunmzQABYBhGkCcqKYEwViyl0rXA
BwIsnn7twxAAOORgCwkjULc9YK+T0XYNM5+QQuz+MQKTR3tkHuEZqnk61JcmW6dZS90DFcn2WFxt
bvOvq1KKGxfemmBNWd/fHdfU4V1h1qJdIBmhCeKR1KIfpQyBaChJXlze1KnBKcfpqqtqk06sbKzt
LIhtyG2uLgRAAA7")
> !important;}
>
> I also had Peter's same info in a file called userContent which was
> also
> in my chrome folder.
>
>
> Thanks again for the suggestions,
>
> ST

The drop down menu font size is dependant on the theme you are using. In
Windows at least, some t

Re: How to make type larger

2009-02-28 Thread Stanimir Stamenkov

Sat, 28 Feb 2009 00:01:07 -0600, /ST/:

How do you make the menu and drop down 'letters' within the Seamonkey 
browser larger.


I'd thought there was some script for that but I can't recall.


GUI controls appearance is generally inherited from the underlying 
graphic desktop environment.  If you want the font of the menus 
larger, just adjust it through the Display Appearance (Advanced) 
settings of your Windows Desktop.  You may also adjust the "Message 
Box" font as it controls the appearance of the text in other than 
menu GUI controls.


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


Re: How to make type larger

2009-02-27 Thread ST
 the esteemed Peter Potamus the Purple Hippo replied, with the utmost 
intelligence:

ST wrote:
 the esteemed Peter Potamus the Purple Hippo replied, with the utmost 
intelligence:

ST wrote:

Hello,

How do you make the menu and drop down 'letters' within the 
Seamonkey browser larger.


I'd thought there was some script for that but I can't recall.

Thanks,

ST


I don't know what you mean by 'drop down', but for the menus, add 
this to your userChrome.css file or put into stylish.  You can change 
the 13px to anything you want:


.menubar-text {font-size: 13px !important;}

menupopup .menu-iconic-text, popup .menu-iconic-text,
menupopup .menu-iconic-left, popup .menu-iconic-left,
menupopup .menu-iconic-accel, popup .menu-iconic-accel,
menupopup .menu-text, popup .menu-text,
menupopup .menu-accel, popup .menu-accel
{font-size: 13px !important;}



Hello,

Thanks for the reply. What I meant by drop down menus, were things like
the File-View-Options drop downs along with the bookmarks.

I put your info in the userChrome.css, and put that into my
chrome folder, but I didn't notice any difference in type size.

Thanks again,

ST


if you're using userChrome.css, then you need to restart SM for it to work.

as for the bookmarks, you need this:

#bookmarks-ptf menupopup {font-size: 15px !important;}
#bookmarks-ptf .bookmark-item
{font-size: 12px !important;}


Hello,

I must be doing something wrong.  Neither of your suggestions changed 
anything. In that file, I have  "Peter's unbelievable rules go here."


Along with:


@namespace 
url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


#bookmark-window ::-moz-tree-row(odd)
{background: #bfefff !important;}

#bookmark-window ::-moz-tree-row(even)
{ background: #eed2ee !important;}

#bookmark-window {font-weight: bold !important; }

#bookmark-window  ::-moz-tree-cell-text(even)
{color: darkblue !important;}
#bookmark-window  ::-moz-tree-cell-text(odd)
{color: red !important;}

@namespace 
url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


@namespace
url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";); /*
set default namespace to XUL */
/*
 * Make menu items in particular 15 pt instead of the default size:
 */
 menupopup > * {
font-size: 12pt !important
  }

toolbar #navigator-throbber[busy="true"]
{list-style-image: 
url("data:image/gif;base64,R0lGODlhHwAYALMLAABzIQCcAJycKZycY87OnOfnzufn1u/v1vf37wAAAP///yH/C05FVFNDQVBFMi4wAwEh

+QQFAAALACwAHwAYAAAEnlBJQKsFUt2d5QBJKIoEBhBGqqqUFARfsq5Jic4r9QZCjKu1Xw4gePVAwhQgqSQaY5ulsnlpFnm+pFTrxIKqOaqhYn0itcxx95iISt9kStkrQzMpV3ZVPqaS52x3aXhmbXF8cEt/hHSCd2tQGyx+W2p5WUKVP4x6FjOJOJyYm4OQZ0I3XJduFTasFauvAAGyjDu3uLm6uB29Hby+vhEAACH5BAUAAAsALAAfABgAAASbUElAqwVSUcN7zdIAJGRpYkCnGkBBSUEgJquapDXXUnEgzDlPkOUCCGK/0ZA13BmRs8tG1ywefcBmlXJN3iwrXM7ZzQbFNTJ0JJ2iw9Y1TXuOY9lg9/Z5n5/3ZXgbFVR1XHJLbypqfW1ChnxeiYByF2FnjJJ0HhQFnod9kzotnqWgSW2EKakWgaw8rxVXPbS1tre1ILogubu7EQAAIfkEBQAACwAsAB8AGAAABJ9QSUCrBVJRw7nN0gAkZGliQKcCRUFJQSAmam2k9t1ScSDMuQ7OxnIBBLHfKOgJFilI3+yyaeaexySQOaxho8rExevcZaVLbtkInlJx3ZW5nXauodrRuBoXzvM0ald/aGIVN3x3Z2FMN4p0hmNWRISMgpRsgJJCREWZhY1dFC2keKCXnqSfSm+HKa0WdLA8sxVRPbi5uru5IL4gvb+/EQAAIfkEBQAACwAsAB8AGAAABKJQSUCrBdNoc6n8A5CMJKlgwMapHKYEQZiwm0IAhJrqABwIMtomsdsUNRQBDCgSGlnHlvIn6xSjFiRgypw5VzrodlnNhnkULTf4xYrXIuvOnZaSm23o+07M1rF1dlR4Tm48cH1pFUhif2ODXoV6h3xWTzyUkF9gl0aPXReTnWp8m0dRgl2mo55wchQ3N69Jd7O2FlM+uru8vbsfwMEvusLFEQAAIfkEBQAACwAsAB8AGAAABKRQSUCrB
dPcK/sASSiKCgZoRqqmlBQEX7KuCQEQ6MwCbyDEOlXilNNRBK8fKKgiEo0ApC+2eTo3O6lSxsw9Z8ck1QLenSpZ8bLrZIanoGpbg6ak4Vw3yx1VD8l2XhdNfXhdXnxaY3ZogmeBb1uHc1CKcVh7dI13kmyZlX6DK1dfnECeRWCFnXqBoHByFDY2sZEftbgWUj28vb6/vR3CwwrBxMQRAAAh+QQFAAALACwAHwAYAAAEn1BJQGs1BkzLtZQDkIxkAmAaQGBsS0lBECYtyqp1TcWBMOcnW84FEMR8IuBtSDT2Zp1gBtWhOpE03ZJpPUItU+Hlkil6k1ohl3L9crZgSveJdm3XZropDn/PsUpqTGxne3JyYoeIhHqBYXhtIlF9ZH8/gVKDeVhvi1SZlnVaoECbl0qkOqZRFgQqrBaRsLMdTjy3uLm6uB+9vgq8v78RAAAh+QQFAAALACwAHwAYAAAEoFBJQKm5F0hVe9/SACQkgGEaQJwsJQWBmGRsttYoAAeCTNcmXE4A641+LeGwKKvggh6LgULk+aZPZQZQNSacwK0JTGUesWFt2ToCJ6dO6dqLPAWV86b0HV2yZ2hveFxmX3t2YnBQhH91KFpwXXp3iIqHeWdwgkKYhh6PikCMdKKBnKNXT5SqklEeBCquHq2ytbJVO7m6u7y6IL8gvsDAEQAAIfkEBQAACwAsAB8AGAAABJhQSUCNvQZIRbunmzQABYBhGkCcqKYEwViyl0rXABwIsnn7twxAAOORgCwkjULc9YK+T0XYNM5+QQuz+MQKTR3tkHuEZqnk61JcmW6dZS90DFcn2WFxtbvOvq1KKGxfemmBNWd/fHdfU4V1h1qJdIBmhCeKR1KIfpQyBaChJXlze1KnBKcfpqqtqk06sbKztLIhtyG2uLgRAAA7") 
!important;}


I also had Peter's same info in a file called userContent which was also 
in my chrome folder.



Thanks again for the suggestions,

ST




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


Re: How to make type larger

2009-02-27 Thread Peter Potamus the Purple Hippo

ST wrote:
 the esteemed Peter Potamus the Purple Hippo replied, with the utmost 
intelligence:

ST wrote:

Hello,

How do you make the menu and drop down 'letters' within the Seamonkey 
browser larger.


I'd thought there was some script for that but I can't recall.

Thanks,

ST


I don't know what you mean by 'drop down', but for the menus, add this 
to your userChrome.css file or put into stylish.  You can change the 
13px to anything you want:


.menubar-text {font-size: 13px !important;}

menupopup .menu-iconic-text, popup .menu-iconic-text,
menupopup .menu-iconic-left, popup .menu-iconic-left,
menupopup .menu-iconic-accel, popup .menu-iconic-accel,
menupopup .menu-text, popup .menu-text,
menupopup .menu-accel, popup .menu-accel
{font-size: 13px !important;}



Hello,

Thanks for the reply. What I meant by drop down menus, were things like
the File-View-Options drop downs along with the bookmarks.

I put your info in the userChrome.css, and put that into my
chrome folder, but I didn't notice any difference in type size.

Thanks again,

ST


if you're using userChrome.css, then you need to 
restart SM for it to work.


as for the bookmarks, you need this:

#bookmarks-ptf menupopup {font-size: 15px !important;}
#bookmarks-ptf .bookmark-item
{font-size: 12px !important;}


--
*IMPORTANT*: Sorry folks, but I cannot provide email 
help Emails to me may become public


Notice: This posting is protected under the Free Speech 
Laws, which applies everywhere in the FREE world, 
except for some strange reason, not to the mozilla.org 
newsgroup servers, where your posting may get you banned.


Peter Potamus & His Magic Flying Balloon:
http://melaman2.com/cartoons/singles/mp3/p-potamus.mp3
http://www.toonopedia.com/potamus.htm
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: How to make type larger

2009-02-27 Thread ST
 the esteemed Peter Potamus the Purple Hippo replied, with the utmost 
intelligence:

ST wrote:

Hello,

How do you make the menu and drop down 'letters' within the Seamonkey 
browser larger.


I'd thought there was some script for that but I can't recall.

Thanks,

ST


I don't know what you mean by 'drop down', but for the menus, add this 
to your userChrome.css file or put into stylish.  You can change the 
13px to anything you want:


.menubar-text {font-size: 13px !important;}

menupopup .menu-iconic-text, popup .menu-iconic-text,
menupopup .menu-iconic-left, popup .menu-iconic-left,
menupopup .menu-iconic-accel, popup .menu-iconic-accel,
menupopup .menu-text, popup .menu-text,
menupopup .menu-accel, popup .menu-accel
{font-size: 13px !important;}



Hello,

Thanks for the reply. What I meant by drop down menus, were things like
the File-View-Options drop downs along with the bookmarks.

I put your info in the userChrome.css, and put that into my
chrome folder, but I didn't notice any difference in type size.

Thanks again,

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


Re: How to make type larger

2009-02-27 Thread Peter Potamus the Purple Hippo

ST wrote:

Hello,

How do you make the menu and drop down 'letters' within the Seamonkey 
browser larger.


I'd thought there was some script for that but I can't recall.

Thanks,

ST


I don't know what you mean by 'drop down', but for the 
menus, add this to your userChrome.css file or put into 
stylish.  You can change the 13px to anything you want:


.menubar-text {font-size: 13px !important;}

menupopup .menu-iconic-text, popup .menu-iconic-text,
menupopup .menu-iconic-left, popup .menu-iconic-left,
menupopup .menu-iconic-accel, popup .menu-iconic-accel,
menupopup .menu-text, popup .menu-text,
menupopup .menu-accel, popup .menu-accel
{font-size: 13px !important;}

--
*IMPORTANT*: Sorry folks, but I cannot provide email 
help Emails to me may become public


Notice: This posting is protected under the Free Speech 
Laws, which applies everywhere in the FREE world, 
except for some strange reason, not to the mozilla.org 
newsgroup servers, where your posting may get you banned.


Peter Potamus & His Magic Flying Balloon:
http://melaman2.com/cartoons/singles/mp3/p-potamus.mp3
http://www.toonopedia.com/potamus.htm
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey