Re: Box disappears when mouse hovers over it

2021-02-18 Thread AK
On Wednesday, February 17, 2021 at 12:57:41 PM UTC-6, Dirk Fieldhouse wrote:
> On 17/02/2021 03:28, AK wrote: 
> > When I post a question here, the box for "post your question" disappears 
> > when I hover my mouse over it. 
> > 
> > https://askubuntu.com/ 
> > 
> > It acts normally with Firefox. 
> > 
> > Any idea what is causing it?
> The button has this CSS background-color from its class s-btn__primary: 
> var(--theme-button-primary-background-color) 
> 
> See 
> <https://blog.logrocket.com/how-to-create-better-themes-with-css-variables-5a3744105c74/>
>  
> for discussion of this syntax. These CSS variables are part of a site theme. 
> 
> --theme-button-primary-background-color means --theme-primary-color, 
> which is hsl(12.87958115,76.70682731%,48.82352941%) -- call it "brick"; 
> 
> On hover, the button gets its background-color from its class 
> 
> var(--theme-button-primary-hover-background-color) 
> 
> --theme-button-primary-hover-background-color means 
> --theme-primary-color-darken-5, the brick colour with 43.82352941% 
> lightness. 
> 
> --theme-primary-color-darken-5 is defined using calc(), like this 
> 
> hsl( h, s, calc(var(--theme-primary-color-l) - 5%) 
> 
> but units inside calc() were not supported until FF57, and not in 
>  context until FF59. In SM 2.53.6, FF52, etc, apparently colours 
> specified with calc() default to white. SeaMonkey needs to acquire the 
> Stylo CSS engine. 
> 
> Notably the button text is styled white regardless of hovering, as the 
> theme doesn't contain variables like --theme-button-text-color and 
> --theme-button-text-hover-color. 
> 
> Consequently the button seems to disappear on hovering. 
> 
> This CSS can be injected to correct the display for the default site theme: 
> 
> .s-btn__primary:hover,.s-btn__primary:focus,.s-btn__primary:active { 
> color:#fff; 
> background-color:hsl(12.87958115,76.70682731%,43.82352941%); 
> } 
> 
> An extension like StyleM is good for this. 
> 
> Why anyone would think it's worthwhile to create this CSS is a mystery. 
> Affordance effects like button hovering ought to be consistent across 
> not just the browser and all websites displayed in it but all other 
> applications on the same GUI platform. 
> 
> /df 
> 
> -- 
> London 
> UK
Thanks for the explanation.

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


Box disappears when mouse hovers over it

2021-02-16 Thread AK
When I post a question here, the box for "post your question" disappears when I 
hover my mouse over it.

https://askubuntu.com/

It acts normally with Firefox.

Any idea what is causing it?

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


Re: More room for text on toolbar

2021-01-20 Thread AK
On Tuesday, January 19, 2021 at 8:51:34 AM UTC-6, WaltS48 wrote:
> On 1/19/21 7:31 AM, Don Spam's Reckless Son wrote: 
> > AK wrote: 
> >> I would like to have more room for text on my toolbar. 
> >> 
> >> Can someone help me? 
> >> 
> >> Thanks. 
> >> 
> >> https://imgur.com/a/oiAAXmi 
> >> 
> > 
> > Is that toolbar provided by Seamonkey or by Ubuntu? I think you should 
> > be looking at the configuration options provided there rather than by 
> > Seamonkey - my toolbar is courtesy of OpenSuse/KDE and I get pretty well 
> > as much text as will fit down there. 
> >
> AFAIK Ubuntu doesn't supply SeaMonkey from the main repository or build it. 
> 
> If we are talking about the Bookmarks toolbar (there are several 
> toolbars) hovering the mouse pointer over the text in the Bookmarks 
> toolbar will show a tool tip with all the text. 
> 
> Which leaves room for more items on the toolbar. 
> 
> YMMV 
> 
> -- 
> OS: Fedora 33 Workstation - Gnome Desktop 
> https://www.thunderbird.net/en-US/get-involved/
I got more room on the toolbar by lowering the font size. 
/*
Changes font size for BOOKMARKS TOOLBAR
*/

#personal-bookmarks {
font-size:6pt !important; 
}
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: More room for text on toolbar

2021-01-20 Thread AK
On Tuesday, January 19, 2021 at 8:51:34 AM UTC-6, WaltS48 wrote:
> On 1/19/21 7:31 AM, Don Spam's Reckless Son wrote: 
> > AK wrote: 
> >> I would like to have more room for text on my toolbar. 
> >> 
> >> Can someone help me? 
> >> 
> >> Thanks. 
> >> 
> >> https://imgur.com/a/oiAAXmi 
> >> 
> > 
> > Is that toolbar provided by Seamonkey or by Ubuntu? I think you should 
> > be looking at the configuration options provided there rather than by 
> > Seamonkey - my toolbar is courtesy of OpenSuse/KDE and I get pretty well 
> > as much text as will fit down there. 
> >
> AFAIK Ubuntu doesn't supply SeaMonkey from the main repository or build it. 
> 
> If we are talking about the Bookmarks toolbar (there are several 
> toolbars) hovering the mouse pointer over the text in the Bookmarks 
> toolbar will show a tool tip with all the text. 
> 
> Which leaves room for more items on the toolbar. 
> 
> YMMV 
> 
> -- 
> OS: Fedora 33 Workstation - Gnome Desktop 
> https://www.thunderbird.net/en-US/get-involved/
Yes, the Bookmarks toolbar.

I know about hovering over it. I thought that there may be a setting in 
userchrome.css that might achieve it.

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


More room for text on toolbar

2021-01-18 Thread AK
I would like to have more room for text on my toolbar.

Can someone help me?

Thanks.

https://imgur.com/a/oiAAXmi
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


More and more sites do not accept Seamonkey

2020-08-26 Thread AK
I am finding more and more sites not accepting Seamonkey.

The latest is Rotten Tomatoes.

I do not understand as Seamonkey is almost identical to Firefox?

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


Sign up fails because there is no captcha on site

2020-08-20 Thread AK
I tried creating an account here and it fails because the captcha was not 
completed.

Which occurs because there is no captcha to complete.

Is there a fix for that?

It also occurs with FF.

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


Re: Prime video does not support Seamonkey

2020-06-29 Thread AK
On Sunday, June 28, 2020 at 3:19:34 PM UTC-5, EE wrote:
> AK wrote:
> > On Saturday, June 27, 2020 at 1:48:15 PM UTC-5, EE wrote:
> >> AK wrote:
> >>> I would like to play movies from Prime video, but it says it does not 
> >>> support Seamonkey.
> >>>
> >>> That's surprising since Seamonkey is very close to the same as Firefox.
> >>>
> >>> Is there a workaround?
> >>>
> >>> Thanks,
> >>>   Andy
> >>>
> >> Try using a fake user-agent.  You could use an extension like user-agent
> >> switcher or set an override in about:config.
> > 
> > I can not find a version for Linux.
> > 
> Most extensions work with any platform.  Certainly User Agent Switcher 
> works with any platform, but you probably have to edit install.rdf in 
> the .xpi file to increase the max version for SeaMonkey.
> 
> As for the override, you can set that in about:config like this:
> general.useragent.override.youtube.com - set to - Mozilla/5.0 (X11; 
> Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0
> 
> Just change the hostname and the version of Firefox to suit.

thanks. I manually changed my useragent to where it included Google Chrome.

Found this.

https://www.bleepingcomputer.com/news/google/google-chrome-aims-to-make-browser-user-agents-obsolete/
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Disable mouse hover popups

2020-06-29 Thread AK
On Sunday, June 28, 2020 at 4:52:30 PM UTC-5, David E. Ross wrote:
> On 6/27/2020 8:03 PM, AK wrote:
> > Is there a way to disable those annoying popups whenever your mouse hovers 
> > over certain areas?
> > 
> > Andy
> > 
> 
> There are three distinct tooltips that I frequently encounter.  Each
> requires a different way to disable it.
> 
> For tooltips on tabs:
> 
> 1.  Enter  in the Address Bar.
> 
> 2.  If you get a warning popup, dismiss it.
> 
> 3.  Enter browser.tabs.tooltippreview.enable in the search area.
> 
> 4.  Select the line for browser.tabs.tooltippreview.enable.
> 
> 5.  Right-click and select Toggle.
> 
> For tooltips on the display of Web pages:
> 
> 1.  On the SeaMonkey menu bar, select [Edit > Preferences].
> 
> 2.  On the left side of the Preference window under Category, select
> Appearance.
> 
> 3.  On the Appearance pane, clear the checkmark in the checkbox for Show
> Tooltips.  (To clear it, merely click on the checkbox.)
> 
> 4.  Select the OK button.
> 
> HOWEVER, I do NOT recommend disabling tooltips on the display of Web
> pages.  For links to other Web pages, they often give more detail about
> the linked page before you select it.  For images, they often describe
> the image.  I use them on my Web pages to indicate my copyright notices
> for images I created; I also use them to warn users that selecting a
> link on one of my Web pages will open a new tab or browser window
> without leaving the current page.
> 
> BEFORE viewing Web pages at Wikipedia:
> 
> 1.  On the SeaMonkey menu bar, select [Edit > Preferences].
> 
> 2.  On the left side of the Preference window under Category, select
> [Advanced > Scripts & Plugins].
> 
> 3.  On the Scripts & Plugins pane, clear the checkmark in the checkbox
> for Browser directly under "Enable JavaScript for".
> 
> 4.  Select the OK button.
> 
> NOTE:  Remember to restore the checkmark when you are through with
> Wikipedia.  Other Web sites might not display correctly if JavaScript
> remains disabled.  Also, this does not work on the current Wikipedia
> page if you do it after you have loaded that page; if you leave that
> page and then return to it, however, this should work.
> 
> -- 
> David E. Ross
> <http://www.rossde.com/>
> 
> Trump claims he is the "law and order" President.  Then, he
> breaks the law by using copyrighted music at his rallies
> without permission from the copyright owners.

Thanks, I appreciate the help.

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


Disable mouse hover popups

2020-06-27 Thread AK
Is there a way to disable those annoying popups whenever your mouse hovers over 
certain areas?

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


Re: Banking sites do not display entire page

2020-06-27 Thread AK
On Saturday, June 27, 2020 at 4:30:44 PM UTC-5, Lemuel Johnson wrote:
> On 6/27/2020 3:33 PM, AK wrote:
> > On Saturday, June 27, 2020 at 2:38:13 PM UTC-5, David E. Ross wrote:
> >> On 6/27/2020 9:59 AM, AK wrote:
> >>> On 2 different banking sites, the whole page is not displayed using 
> >>> Seamonkey.
> >>>
> >>> Same with Firefox.
> >>>
> >>> I have some screenshots as you can only see it after logging in.
> >>>
> >>> I have to hit F11 to see everything.
> >>>
> >>> Is that common?
> >>>
> >>> Is it fixable?
> >>>
> >>> Andy
> >>>
> >>
> >> One of my credit unions (I belong to two) has a navigation bar along the
> >> left edge of every page.  The Logoff link is at the bottom.  The
> >> navigation bar is NOT scrollable.  I cannot see the Logoff link even if
> >> I maximize the SeaMonkey winodw.  Thus, to log off, I must use F11.
> >> Even then, I have to collapse any of the navigation items I have expanded.
> >>
> >> Also, I have to enable third-party cookies to see my monthly statements.
> >>
> >> I call this design "user hostile".
> >>
> >> -- 
> >> David E. Ross
> >> <http://www.rossde.com/>
> >>
> >> Trump claims he is the "law and order" President.  Then, he
> >> breaks the law by using copyrighted music at his rallies
> >> without permission from the copyright owners.
> > 
> > I tried the 2 sites using Chrome and they both work fine.
> > 
> > But I do not care for Chrome.
> > 
> > Andy
> > 
> 
> Both sites look the same here in Chrome and SeaMonkey, nothing seems to 
> be missing.

I found the problem.

My bookmark had 

https://jscfcu.cbzsecure.com/

But the whole page shows when I use

https://www.jscfcu.org

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


Re: Banking sites do not display entire page

2020-06-27 Thread AK
On Saturday, June 27, 2020 at 2:38:13 PM UTC-5, David E. Ross wrote:
> On 6/27/2020 9:59 AM, AK wrote:
> > On 2 different banking sites, the whole page is not displayed using 
> > Seamonkey.
> > 
> > Same with Firefox.
> > 
> > I have some screenshots as you can only see it after logging in.
> > 
> > I have to hit F11 to see everything.
> > 
> > Is that common?
> > 
> > Is it fixable?
> > 
> > Andy
> > 
> 
> One of my credit unions (I belong to two) has a navigation bar along the
> left edge of every page.  The Logoff link is at the bottom.  The
> navigation bar is NOT scrollable.  I cannot see the Logoff link even if
> I maximize the SeaMonkey winodw.  Thus, to log off, I must use F11.
> Even then, I have to collapse any of the navigation items I have expanded.
> 
> Also, I have to enable third-party cookies to see my monthly statements.
> 
> I call this design "user hostile".
> 
> -- 
> David E. Ross
> <http://www.rossde.com/>
> 
> Trump claims he is the "law and order" President.  Then, he
> breaks the law by using copyrighted music at his rallies
> without permission from the copyright owners.

I tried the 2 sites using Chrome and they both work fine.

But I do not care for Chrome.

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


Re: Banking sites do not display entire page

2020-06-27 Thread AK
On Saturday, June 27, 2020 at 12:41:20 PM UTC-5, NFN Smith wrote:
> AK wrote:
> > On 2 different banking sites, the whole page is not displayed using 
> > Seamonkey.
> > 
> > Same with Firefox.
> > 
> > I have some screenshots as you can only see it after logging in.
> > 
> > I have to hit F11 to see everything.
> > 
> > Is that common?
> > 
> > Is it fixable?
> > 
> > Andy
> > 
> 
> What sites?

https://www.jscfcu.org/

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


Re: Prime video does not support Seamonkey

2020-06-27 Thread AK
On Saturday, June 27, 2020 at 1:48:15 PM UTC-5, EE wrote:
> AK wrote:
> > I would like to play movies from Prime video, but it says it does not 
> > support Seamonkey.
> > 
> > That's surprising since Seamonkey is very close to the same as Firefox.
> > 
> > Is there a workaround?
> > 
> > Thanks,
> >  Andy
> > 
> Try using a fake user-agent.  You could use an extension like user-agent 
> switcher or set an override in about:config.

I can not find a version for Linux.

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


Banking sites do not display entire page

2020-06-27 Thread AK
On 2 different banking sites, the whole page is not displayed using Seamonkey.

Same with Firefox.

I have some screenshots as you can only see it after logging in.

I have to hit F11 to see everything.

Is that common?

Is it fixable?

Andy

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


Re: Prime video does not support Seamonkey

2020-06-27 Thread AK
On Saturday, June 27, 2020 at 10:56:29 AM UTC-5, Frank-Rainer Grahl wrote:
> It uses EME and digital restriction management. Will not work with most third 
> party browsers and in some cases barly or not at all on none Windows systems.
> 
> FRG
> 
> 
> WaltS48 wrote:
> > On 6/27/20 10:48 AM, AK wrote:
> >> I would like to play movies from Prime video, but it says it does not 
> >> support Seamonkey.
> >>
> >> That's surprising since Seamonkey is very close to the same as Firefox.
> >>
> >> Is there a workaround?
> >>
> >> Thanks,
> >>  Andy
> >>
> > 
> > SeaMonkey is based on a Firefox build that Prime probably doesn't support.
> > 
> > I don't have a Prime account and don't get a message that it doesn't 
> > support 
> > SeaMonkey on the "Start your 30-day free trial" page.
> >

So is the EME and digital restriction management protection against copying of 
digital content?

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


Prime video does not support Seamonkey

2020-06-27 Thread AK
I would like to play movies from Prime video, but it says it does not support 
Seamonkey.

That's surprising since Seamonkey is very close to the same as Firefox.

Is there a workaround?

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


Re: change the font size in tabs

2020-06-27 Thread AK
On Saturday, June 27, 2020 at 7:20:22 AM UTC-5, WaltS48 wrote:
> On 6/27/20 2:46 AM, AK wrote:
> > On Friday, June 26, 2020 at 11:12:44 AM UTC-5, Lee wrote:
> >> On 6/25/20, AK  wrote:
> >>> On Thursday, June 25, 2020 at 7:46:02 PM UTC-5, WaltS48 wrote:
> >>>> AK wrote:
> >>>>> On Thursday, June 25, 2020 at 5:45:21 PM UTC-5, Lee wrote:
> >>>>>> On 6/25/20, AK  wrote:
> >>>>>>> On Thursday, June 25, 2020 at 2:54:13 PM UTC-5, WaltS48 wrote:
> >>>>>>>> On 6/25/20 3:47 PM, AK wrote:
> >>>>>>>>> I want to change the font size in tabs.
> >>>>>>>>>
> >>>>>>>>> Is it something to be put in userchrome.css?
> >>>>>>>>>
> >>>>>>>>> Thanks.
> >>>>>>>>>
> >>>>>>>>
> >>>>>>>> Isn't that in the userChrome-example.css file found in the profile
> >>>>>>>> folder?
> >>>>>>>>
> >>>>>>>> /*
> >>>>>>>> * Some possible accessibility enhancements:
> >>>>>>>> */
> >>>>>>>> /*
> >>>>>>>> * Make all the default font sizes 20 pt:
> >>>>>>>> *
> >>>>>>>> * * {
> >>>>>>>> *   font-size: 20pt !important
> >>>>>>>> * }
> >>>>>>>> */
> >>>>>>>> /*
> >>>>>>>> * Make menu items in particular 15 pt instead of the default
> >>>>>>>> size:
> >>>>>>>> *
> >>>>>>>> * menupopup > * {
> >>>>>>>> *   font-size: 15pt !important
> >>>>>>>> * }
> >>>>>>>> */
> >>>>>>>
> >>>>>>> I did not state my desire completely.
> >>>>>>>
> >>>>>>> This should help.
> >>>>>>>
> >>>>>>> https://imgur.com/a/1cTCLrG
> >>>>>>
> >>>>>> maybe this
> >>>>>> .tabbrowser-tab {min-width: 3em !important}
> >>>>>
> >>>>> Thanks.
> >>>>>
> >>>>> It did not help.
> >>>>>
> >>>>> Just so I am clear, I am looking to reduce the width of tabs.
> >>>>>
> >>>>> As of now, I can not have more than 5 tabs open.
> >>>>>
> >>>>> Firefox can have more tabs open.
> >>>>>
> >>>>
> >>>> Well, maybe you need to tell us what version of SeaMonkey you are using
> >>>> and on what operating system.
> >>>>
> >>>> Right now I have 12 tabs open and if I add another the overflow < >
> >>>> appear at each end of the tab bar.
> >>>>
> >>>> Added a few more and now have 25 and can keep going.
> >>>>
> >>>> Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0
> >>>> SeaMonkey/2.53.2 Ubuntu 18.04.4 LTS.
> >>>
> >>> Thanks.
> >>>
> >>> SeaMonkey 2.53.2
> >>>
> >>> Ubuntu Mate 18.04
> >>
> >> If you want the tabs to _start out_ smaller, in  about:config
> >>browser.tabs.tabMaxWidth
> >> is the initial size of a tab.
> >> Note that it doesn't take effect until rstarting SeaMonkey.
> >>
> >> I didn't mess with browser.tabs.tabClipWidth or
> >> browser.tabs.tabMinWidth because I'm happy with my userchrome.css
> >> .tabbrowser-tab {min-width: 3em !important}
> >>
> >>>>> As of now, I can not have more than 5 tabs open.
> >>
> >> What happens when you have 5 tabs open and try to open another tab?
> >>
> >> Have you tried a new profile?
> >>
> >> Lee
> > 
> > Thanks so much.
> > 
> > browser.tabs.tabMaxWidth = 150 gave me room for 9 tabs.
> > 
> > Andy
> > 
> 
> Why only nine?
> 
> I had 32 before I stopped adding tabs.
> 
> You don't want to use the overflow arrows on the ends of the tab bar?
> 
> -- 
> OS: Ubuntu Linux 18.04LTS - Gnome Desktop
> https://www.thunderbird.net/en-US/get-involved/
> https://give.thunderbird.net/en-US/
> Why didn't he Make America Great Again in the first term?

Right.

But I never use more than 4 or 5 tabs.

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


Re: change the font size in tabs

2020-06-27 Thread AK
On Friday, June 26, 2020 at 11:12:44 AM UTC-5, Lee wrote:
> On 6/25/20, AK  wrote:
> > On Thursday, June 25, 2020 at 7:46:02 PM UTC-5, WaltS48 wrote:
> >> AK wrote:
> >> > On Thursday, June 25, 2020 at 5:45:21 PM UTC-5, Lee wrote:
> >> >> On 6/25/20, AK  wrote:
> >> >>> On Thursday, June 25, 2020 at 2:54:13 PM UTC-5, WaltS48 wrote:
> >> >>>> On 6/25/20 3:47 PM, AK wrote:
> >> >>>>> I want to change the font size in tabs.
> >> >>>>>
> >> >>>>> Is it something to be put in userchrome.css?
> >> >>>>>
> >> >>>>> Thanks.
> >> >>>>>
> >> >>>>
> >> >>>> Isn't that in the userChrome-example.css file found in the profile
> >> >>>> folder?
> >> >>>>
> >> >>>> /*
> >> >>>>* Some possible accessibility enhancements:
> >> >>>>*/
> >> >>>> /*
> >> >>>>* Make all the default font sizes 20 pt:
> >> >>>>*
> >> >>>>* * {
> >> >>>>*   font-size: 20pt !important
> >> >>>>* }
> >> >>>>*/
> >> >>>> /*
> >> >>>>* Make menu items in particular 15 pt instead of the default
> >> >>>> size:
> >> >>>>*
> >> >>>>* menupopup > * {
> >> >>>>*   font-size: 15pt !important
> >> >>>>* }
> >> >>>>*/
> >> >>>
> >> >>> I did not state my desire completely.
> >> >>>
> >> >>> This should help.
> >> >>>
> >> >>> https://imgur.com/a/1cTCLrG
> >> >>
> >> >> maybe this
> >> >> .tabbrowser-tab {min-width: 3em !important}
> >> >
> >> > Thanks.
> >> >
> >> > It did not help.
> >> >
> >> > Just so I am clear, I am looking to reduce the width of tabs.
> >> >
> >> > As of now, I can not have more than 5 tabs open.
> >> >
> >> > Firefox can have more tabs open.
> >> >
> >>
> >> Well, maybe you need to tell us what version of SeaMonkey you are using
> >> and on what operating system.
> >>
> >> Right now I have 12 tabs open and if I add another the overflow < >
> >> appear at each end of the tab bar.
> >>
> >> Added a few more and now have 25 and can keep going.
> >>
> >> Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0
> >> SeaMonkey/2.53.2 Ubuntu 18.04.4 LTS.
> >
> > Thanks.
> >
> > SeaMonkey 2.53.2
> >
> > Ubuntu Mate 18.04
> 
> If you want the tabs to _start out_ smaller, in  about:config
>   browser.tabs.tabMaxWidth
> is the initial size of a tab.
> Note that it doesn't take effect until rstarting SeaMonkey.
> 
> I didn't mess with browser.tabs.tabClipWidth or
> browser.tabs.tabMinWidth because I'm happy with my userchrome.css
> .tabbrowser-tab {min-width: 3em !important}
> 
> >> > As of now, I can not have more than 5 tabs open.
> 
> What happens when you have 5 tabs open and try to open another tab?
> 
> Have you tried a new profile?
> 
> Lee

Thanks so much.

browser.tabs.tabMaxWidth = 150 gave me room for 9 tabs.

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


Re: change the font size in tabs

2020-06-25 Thread AK
On Thursday, June 25, 2020 at 7:46:02 PM UTC-5, WaltS48 wrote:
> AK wrote:
> > On Thursday, June 25, 2020 at 5:45:21 PM UTC-5, Lee wrote:
> >> On 6/25/20, AK  wrote:
> >>> On Thursday, June 25, 2020 at 2:54:13 PM UTC-5, WaltS48 wrote:
> >>>> On 6/25/20 3:47 PM, AK wrote:
> >>>>> I want to change the font size in tabs.
> >>>>>
> >>>>> Is it something to be put in userchrome.css?
> >>>>>
> >>>>> Thanks.
> >>>>>
> >>>>
> >>>> Isn't that in the userChrome-example.css file found in the profile
> >>>> folder?
> >>>>
> >>>> /*
> >>>>* Some possible accessibility enhancements:
> >>>>*/
> >>>> /*
> >>>>* Make all the default font sizes 20 pt:
> >>>>*
> >>>>* * {
> >>>>*   font-size: 20pt !important
> >>>>* }
> >>>>*/
> >>>> /*
> >>>>* Make menu items in particular 15 pt instead of the default size:
> >>>>*
> >>>>* menupopup > * {
> >>>>*   font-size: 15pt !important
> >>>>* }
> >>>>*/
> >>>
> >>> I did not state my desire completely.
> >>>
> >>> This should help.
> >>>
> >>> https://imgur.com/a/1cTCLrG
> >>
> >> maybe this
> >> .tabbrowser-tab {min-width: 3em !important}
> > 
> > Thanks.
> > 
> > It did not help.
> > 
> > Just so I am clear, I am looking to reduce the width of tabs.
> > 
> > As of now, I can not have more than 5 tabs open.
> > 
> > Firefox can have more tabs open.
> > 
> 
> Well, maybe you need to tell us what version of SeaMonkey you are using 
> and on what operating system.
> 
> Right now I have 12 tabs open and if I add another the overflow < > 
> appear at each end of the tab bar.
> 
> Added a few more and now have 25 and can keep going.
> 
> Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0 
> SeaMonkey/2.53.2 Ubuntu 18.04.4 LTS.

Thanks.

SeaMonkey 2.53.2

Ubuntu Mate 18.04

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


Re: change the font size in tabs

2020-06-25 Thread AK
On Thursday, June 25, 2020 at 5:45:21 PM UTC-5, Lee wrote:
> On 6/25/20, AK  wrote:
> > On Thursday, June 25, 2020 at 2:54:13 PM UTC-5, WaltS48 wrote:
> >> On 6/25/20 3:47 PM, AK wrote:
> >> > I want to change the font size in tabs.
> >> >
> >> > Is it something to be put in userchrome.css?
> >> >
> >> > Thanks.
> >> >
> >>
> >> Isn't that in the userChrome-example.css file found in the profile
> >> folder?
> >>
> >> /*
> >>   * Some possible accessibility enhancements:
> >>   */
> >> /*
> >>   * Make all the default font sizes 20 pt:
> >>   *
> >>   * * {
> >>   *   font-size: 20pt !important
> >>   * }
> >>   */
> >> /*
> >>   * Make menu items in particular 15 pt instead of the default size:
> >>   *
> >>   * menupopup > * {
> >>   *   font-size: 15pt !important
> >>   * }
> >>   */
> >
> > I did not state my desire completely.
> >
> > This should help.
> >
> > https://imgur.com/a/1cTCLrG
> 
> maybe this
> .tabbrowser-tab {min-width: 3em !important}

Thanks.

It did not help. 

Just so I am clear, I am looking to reduce the width of tabs.

As of now, I can not have more than 5 tabs open.

Firefox can have more tabs open.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: change the font size in tabs

2020-06-25 Thread AK
On Thursday, June 25, 2020 at 2:54:13 PM UTC-5, WaltS48 wrote:
> On 6/25/20 3:47 PM, AK wrote:
> > I want to change the font size in tabs.
> > 
> > Is it something to be put in userchrome.css?
> > 
> > Thanks.
> > 
> 
> Isn't that in the userChrome-example.css file found in the profile folder?
> 
> /*
>   * Some possible accessibility enhancements:
>   */
> /*
>   * Make all the default font sizes 20 pt:
>   *
>   * * {
>   *   font-size: 20pt !important
>   * }
>   */
> /*
>   * Make menu items in particular 15 pt instead of the default size:
>   *
>   * menupopup > * {
>   *   font-size: 15pt !important
>   * }
>   */

I did not state my desire completely.

This should help.

https://imgur.com/a/1cTCLrG
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


change the font size in tabs

2020-06-25 Thread AK
I want to change the font size in tabs.

Is it something to be put in userchrome.css?

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


O.T. Status

2020-06-11 Thread AK
How is everyone?

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


Re: Seamonkey 2.0B Mail client doesn't display correctly!

2009-08-24 Thread AK

Bill Davidsen wrote:

AK wrote:

Martin Feitag wrote:

AK schrieb:

Somebody help.

I have been unable to make SeaMonkey2.0s work correctly ever since the
release of alpha.
Now I installed 2.0B but the problem still exists.

Please see screen shot linked below.

http://picasaweb.google.com/love.chocolate/Seamonkey20B#5364628288827269458 



When I expand the Local folder view, somehow it displays funny Tag
selection.

Is there anybody encountering this problem?

Thanks for your help.

Mango Man


Wow, that's strange. Have you deleted your SM2 profile (not the SM1.x
one) and any possibly remaining data in your SM2-program-directory?
regards

Martin


Yeah, I deleted old profile and created new one. But still same 
problem exists...

Why why why


I have seen effects like that when I diddled the character sizes. You 
can try (a) pressing ctrl-0 (that's zero) to use the default size, or 
(b) check that you didn't set the minimum size in preferences. Or didn't 
set to something really large, at least.


I've seen people using SM2 on Windows and not getting that, so it's 
almost certainly you. Of course your Windows video driver may be 
helping you in some way, don't do Windows any more.






I think I will wait until official stable version of Seamonkey 2.0 released.

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


Seamonkey 2.0B Mail client doesn't display correctly!

2009-07-31 Thread AK

Somebody help.

I have been unable to make SeaMonkey2.0s work correctly ever since the 
release of alpha.

Now I installed 2.0B but the problem still exists.

Please see screen shot linked below.

http://picasaweb.google.com/love.chocolate/Seamonkey20B#5364628288827269458

When I expand the Local folder view, somehow it displays funny Tag 
selection.


Is there anybody encountering this problem?

Thanks for your help.

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


Re: Seamonkey 2.0B Mail client doesn't display correctly!

2009-07-31 Thread AK

Martin Feitag wrote:

AK schrieb:

Somebody help.

I have been unable to make SeaMonkey2.0s work correctly ever since the
release of alpha.
Now I installed 2.0B but the problem still exists.

Please see screen shot linked below.

http://picasaweb.google.com/love.chocolate/Seamonkey20B#5364628288827269458

When I expand the Local folder view, somehow it displays funny Tag
selection.

Is there anybody encountering this problem?

Thanks for your help.

Mango Man


Wow, that's strange. Have you deleted your SM2 profile (not the SM1.x
one) and any possibly remaining data in your SM2-program-directory?
regards

Martin


Yeah, I deleted old profile and created new one. But still same problem 
exists...

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


Re: No more SBC/ATT news groups

2009-06-13 Thread J Ak

Daniel wrote:

Bob wrote:

snip



Posted only internally to ATT Usenet Servers.


then how come it ended up here???

Daniel


Bob probably used a third party vendor and copied the content
of the posting sent internally to ATT Usenet Servers.



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


When will SM2 come out?

2009-01-31 Thread AK

So, when will new version of Seamonkey come out officially?
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey