Re: How to enlarge text in the SM email panes

2009-02-06 Thread Philip Chee
On Thu, 05 Feb 2009 10:42:59 -0800, Peter Potamus the Purple Hippo wrote:
 ST wrote:
 Peter Potamus the Purple Hippo wrote:
 first, get yourself an extension such as Stylish.  This will allow you 
 to make changes to SM: 
 https://addons.mozilla.org/en-US/seamonkey/addon/2108
 
 Hello,
 
 Sounds like a very useful add-on; however, when I tried to install it I 
 got a Chrome registration failed error.?!
 
 you may have to blow away your chrome folder.  Do this 
 while the program is closed.  WARNING: If you have any 
 other extensions installed, then you will loose those, 
 too, so you'll have to reinstall them aswell.

First try blowing away the /overlayinfo/ folder underneath your
$profile$/chrome folder. This leftover from the old Netscape 7/Mozilla
Suite 1.7 profiles doesn't work well with the latest SeaMonkey 1.1.14.

Phil

-- 
Philip Chee phi...@aleytys.pc.my, philip.c...@gmail.com
http://flashblock.mozdev.org/ http://xsidebar.mozdev.org
Guard us from the she-wolf and the wolf, and guard us from the thief,
oh Night, and so be good for us to pass.

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


Re: How to enlarge text in the SM email panes

2009-02-05 Thread Peter Potamus the Purple Hippo

ST wrote:

Peter Potamus the Purple Hippo wrote:
first, get yourself an extension such as Stylish.  This will allow you 
to make changes to SM: 
https://addons.mozilla.org/en-US/seamonkey/addon/2108


Hello,

Sounds like a very useful add-on; however, when I tried to install it I 
got a Chrome registration failed error.?!


you may have to blow away your chrome folder.  Do this 
while the program is closed.  WARNING: If you have any 
other extensions installed, then you will loose those, 
too, so you'll have to reinstall them aswell.


--
*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 enlarge text in the SM email panes

2009-02-05 Thread ST

Peter Potamus the Purple Hippo wrote:

ST wrote:

Peter Potamus the Purple Hippo wrote:
first, get yourself an extension such as Stylish.  This will allow 
you to make changes to SM: 
https://addons.mozilla.org/en-US/seamonkey/addon/2108


Hello,

Sounds like a very useful add-on; however, when I tried to install it 
I got a Chrome registration failed error.?!


you may have to blow away your chrome folder.  Do this while the program 
is closed.  WARNING: If you have any other extensions installed, then 
you will loose those, too, so you'll have to reinstall them aswell.




Hello,

I'll have to think about that Peter. I've got several extensions 
installed.  I'm not sure having Stylish is worth all that trouble, but 
thanks for the reply and info!


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


Re: How to enlarge text in the SM email panes

2009-02-05 Thread Peter Potamus the Purple Hippo

ST wrote:

Peter Potamus the Purple Hippo wrote:

ST wrote:

Peter Potamus the Purple Hippo wrote:
first, get yourself an extension such as Stylish.  This will allow 
you to make changes to SM: 
https://addons.mozilla.org/en-US/seamonkey/addon/2108


Hello,

Sounds like a very useful add-on; however, when I tried to install it 
I got a Chrome registration failed error.?!


you may have to blow away your chrome folder.  Do this while the 
program is closed.  WARNING: If you have any other extensions 
installed, then you will loose those, too, so you'll have to reinstall 
them aswell.




Hello,

I'll have to think about that Peter. I've got several extensions 
installed.  I'm not sure having Stylish is worth all that trouble, but 
thanks for the reply and info!


ST


then use your useChrome.css and userContent.css files 
instead.  Stylish make is easy as most of the coding 
don't require you to restart the program like the 
user*.css files do.


--
*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


How to enlarge text in the SM email panes

2009-02-04 Thread flyguy
Email text could always be enlarged using CTRL +/-, but only now did I 
find an easy way to enlarge the text in the Message and Folder panes. 
Right click the desktop, select Properties, Appearance tab, Advanced 
button, Item: Message Box, and set the font as desired.


This probably affects other items (Message Boxes - you think?), but I 
haven't used it long enough to tell, and my wife is so pleased she 
doesn't care if other stuff is broken.

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


Re: How to enlarge text in the SM email panes

2009-02-04 Thread flyguy

Peter Potamus the Purple Hippo wrote:

flyguy wrote:
Email text could always be enlarged using CTRL +/-, but only now did I 
find an easy way to enlarge the text in the Message and Folder panes. 
Right click the desktop, select Properties, Appearance tab, Advanced 
button, Item: Message Box, and set the font as desired.


This probably affects other items (Message Boxes - you think?), but I 
haven't used it long enough to tell, and my wife is so pleased she 
doesn't care if other stuff is broken.


first, get yourself an extension such as Stylish.  This will allow you 
to make changes to SM: 
https://addons.mozilla.org/en-US/seamonkey/addon/2108


Now, add the following scripts to make various changes in the following 
areas:


/* to change the account names and folders to a bigger size */
#folderTree  treechildren::-moz-tree-cell-text
{font-size: 14px !important; }



/* To make the thread pane [aka header pane] bigger */

#threadTree  treechildren::-moz-tree-cell-text
{font-size: 14px !important; }



/* To make the messages bigger */

.moz-text-plain, .moz-text-flowed, .moz-text-html
{font-size: 120% ! important;}


NOTE: where it says font-size, you can make that any size you want.  You 
can make it in px or as a percentage of what it already is.


Thanks, Peter. So far, so good, but if that changes I'll give Stylish a 
try. I didn't know about it before.

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