Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

One can't proceed from the informal to the formal by formal means.


computers / alt.comp.software.thunderbird / Re: I need help with css and toolbars

SubjectAuthor
* I need help with css and toolbarsT
+* I need help with css and toolbarsDrunkenThon
|`* I need help with css and toolbarsDrunkenThon
| `* I need help with css and toolbarsT
|  `* I need help with css and toolbarsDrunkenThon
|   `* I need help with css and toolbarsT
|    `* I need help with css and toolbarsT
|     `* I need help with css and toolbarsNobody
|      +* I need help with css and toolbarsT
|      |`* I need help with css and toolbarsDrunkenThon
|      | `- I need help with css and toolbarsT
|      `* I need help with css and toolbarsBig Al
|       `* I need help with css and toolbarsT
|        `- I need help with css and toolbarsDrunkenThon
`* I need help with css and toolbarsDrunkenThon
 `- I need help with css and toolbarsT

1
I need help with css and toolbars

<ugl24l$2o87k$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1525&group=alt.comp.software.thunderbird#1525

  copy link   Newsgroups: alt.comp.software.thunderbird
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: T@invalid.invalid (T)
Newsgroups: alt.comp.software.thunderbird
Subject: I need help with css and toolbars
Date: Mon, 16 Oct 2023 21:21:41 -0700
Organization: A noiseless patient Spider
Lines: 34
Message-ID: <ugl24l$2o87k$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 17 Oct 2023 04:21:41 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="69407029c31ce783c6a3fb9a68a3b08c";
logging-data="2892020"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18/5qTXUq0eLKH0AjW2y4CbBF4vyJkRVVM="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:9oXjFTuyOcSwrK5sCmV6uR/UBaM=
Content-Language: en-US
 by: T - Tue, 17 Oct 2023 04:21 UTC

Hi All,

thunderbird-115.3.2-1.fc38.x86_64

In my userCyrome.css, I have

tabs-toolbar {
order: 0;
}

toolbar-menubar {
order: -10;
}

unified-toolbar {
order: 2;
}

unifiedToolbarContainer {
order: -4;
}

Attached image: https://ibb.co/WHgSr4S

Question 1: In the attached image, which of the numbered
tool bars corresponds to the entries in my useChrome.css?

Question 2: how do I modify my userChrome.css, such that
the toolbars in the image are arranged top to bottom:
1,2,3,4 (numbered tabs on the image).

Many thanks,
-T

Re: I need help with css and toolbars

<ugmn7t$34pt0$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1556&group=alt.comp.software.thunderbird#1556

  copy link   Newsgroups: alt.comp.software.thunderbird
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: drunkenthon@gmail.com (DrunkenThon)
Newsgroups: alt.comp.software.thunderbird
Subject: Re: I need help with css and toolbars
Date: Tue, 17 Oct 2023 19:27:57 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 66
Message-ID: <ugmn7t$34pt0$1@dont-email.me>
References: <ugl24l$2o87k$1@dont-email.me>
Injection-Date: Tue, 17 Oct 2023 19:27:57 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="754613b945223a41beaa9777cec17e31";
logging-data="3303328"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/AzzcO0VxP2fsYPtLFTzvChP9QGJNo/Rc="
User-Agent: tin/2.6.2-20221225 ("Pittyvaich") (Linux/5.15.0-86-generic (x86_64))
Cancel-Lock: sha1:KGV7o+5ZGQGT9VPfMhAoDJ4Sr+I=
 by: DrunkenThon - Tue, 17 Oct 2023 19:27 UTC

T <T@invalid.invalid> wrote:
> Hi All,
>
> thunderbird-115.3.2-1.fc38.x86_64
>
> In my userCyrome.css, I have
>
> tabs-toolbar {
> order: 0;
> }
>
> toolbar-menubar {
> order: -10;
> }
>
> unified-toolbar {
> order: 2;
> }
>
> unifiedToolbarContainer {
> order: -4;
> }
>
> Attached image: https://ibb.co/WHgSr4S
>
> Question 1: In the attached image, which of the numbered
> tool bars corresponds to the entries in my useChrome.css?
>
> Question 2: how do I modify my userChrome.css, such that
> the toolbars in the image are arranged top to bottom:
> 1,2,3,4 (numbered tabs on the image).

Hi, T.

Answer 1:
According to your screenshot:

1(3) #unifiedToolbarContainer
2 #toolbar-menubar
3 #unifiedToolbar (inside #unifiedToolbarContainer)
4 #tabs-toolbar

Answer 2:

You cannot split 1 and 3 because 3 (unifiedToolbar) is inside 1
(unifiedToolbarContainer).

But you can use system window title: Settings -> General -> Uncheck
"Hide system window titlebar".

Then try this:

#toolbar-menubar {
order: -2;
}

You don't need to set other bars in your userChrome.css.
In this case toolbars will be in the following order:
1 System window titlebar
2 Menubar
3 Unified Toolbar
4 TabBar

--
Best regards,
DrunkenThon.

Re: I need help with css and toolbars

<ugmnf8$34pt0$2@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1557&group=alt.comp.software.thunderbird#1557

  copy link   Newsgroups: alt.comp.software.thunderbird
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: drunkenthon@gmail.com (DrunkenThon)
Newsgroups: alt.comp.software.thunderbird
Subject: Re: I need help with css and toolbars
Date: Tue, 17 Oct 2023 19:31:52 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 9
Message-ID: <ugmnf8$34pt0$2@dont-email.me>
References: <ugl24l$2o87k$1@dont-email.me> <ugmn7t$34pt0$1@dont-email.me>
Injection-Date: Tue, 17 Oct 2023 19:31:52 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="754613b945223a41beaa9777cec17e31";
logging-data="3303328"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+sJOJpnTJiRGBbMyWMvZW9GBvjtohAQd0="
User-Agent: tin/2.6.2-20221225 ("Pittyvaich") (Linux/5.15.0-86-generic (x86_64))
Cancel-Lock: sha1:U2n73pBPsotNXb9Ta4342jysVqE=
 by: DrunkenThon - Tue, 17 Oct 2023 19:31 UTC

DrunkenThon <drunkenthon@gmail.com> wrote:
> You cannot split 1 and 3 because 3 (unifiedToolbar) is inside 1
> (unifiedToolbarContainer).

To correct myself: both 1 and 3 *are* inside #unifiedToolbarContainer.

--
Best regards,
DrunkenThon.

Re: I need help with css and toolbars

<ugn3c5$37ie5$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1563&group=alt.comp.software.thunderbird#1563

  copy link   Newsgroups: alt.comp.software.thunderbird
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: T@invalid.invalid (T)
Newsgroups: alt.comp.software.thunderbird
Subject: Re: I need help with css and toolbars
Date: Tue, 17 Oct 2023 15:55:01 -0700
Organization: A noiseless patient Spider
Lines: 9
Message-ID: <ugn3c5$37ie5$1@dont-email.me>
References: <ugl24l$2o87k$1@dont-email.me> <ugmn7t$34pt0$1@dont-email.me>
<ugmnf8$34pt0$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 17 Oct 2023 22:55:01 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="3ab0b43a4c4f4c07a11c06f7f2479b51";
logging-data="3393989"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19FpXOntQFYwmeY7ykyvOVXvvoBQjxo0RI="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:ElKZhcH4sxGkX9fQEaGYQbDs2ss=
Content-Language: en-US
In-Reply-To: <ugmnf8$34pt0$2@dont-email.me>
 by: T - Tue, 17 Oct 2023 22:55 UTC

On 10/17/23 12:31, DrunkenThon wrote:
> DrunkenThon <drunkenthon@gmail.com> wrote:
>> You cannot split 1 and 3 because 3 (unifiedToolbar) is inside 1
>> (unifiedToolbarContainer).
>
> To correct myself: both 1 and 3 *are* inside #unifiedToolbarContainer.
>

Thank you!

Re: I need help with css and toolbars

<ugqtnm$8sjn$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1571&group=alt.comp.software.thunderbird#1571

  copy link   Newsgroups: alt.comp.software.thunderbird
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: drunkenthon@gmail.com (DrunkenThon)
Newsgroups: alt.comp.software.thunderbird
Subject: Re: I need help with css and toolbars
Date: Thu, 19 Oct 2023 09:43:18 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 17
Message-ID: <ugqtnm$8sjn$1@dont-email.me>
References: <ugl24l$2o87k$1@dont-email.me> <ugmn7t$34pt0$1@dont-email.me> <ugmnf8$34pt0$2@dont-email.me> <ugn3c5$37ie5$1@dont-email.me>
Injection-Date: Thu, 19 Oct 2023 09:43:18 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="c17056967188eec00af6885f56e4a08c";
logging-data="291447"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+DfjahAmNrMC8tPhcYTmAm8NAECHcLcSE="
User-Agent: tin/2.6.2-20221225 ("Pittyvaich") (Linux/5.15.0-86-generic (x86_64))
Cancel-Lock: sha1:4uNh8HZlzgppmcblyKQNR+el3pc=
 by: DrunkenThon - Thu, 19 Oct 2023 09:43 UTC

T <T@invalid.invalid> wrote:
> On 10/17/23 12:31, DrunkenThon wrote:
>> DrunkenThon <drunkenthon@gmail.com> wrote:
>>> You cannot split 1 and 3 because 3 (unifiedToolbar) is inside 1
>>> (unifiedToolbarContainer).
>>
>> To correct myself: both 1 and 3 *are* inside #unifiedToolbarContainer.
>>
>
> Thank you!

You are welcome.
Did it work for you?

--
Best regards,
DrunkenThon.

Re: I need help with css and toolbars

<ugrs8i$g8r0$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1579&group=alt.comp.software.thunderbird#1579

  copy link   Newsgroups: alt.comp.software.thunderbird
Path: i2pn2.org!i2pn.org!news.hispagatos.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: T@invalid.invalid (T)
Newsgroups: alt.comp.software.thunderbird
Subject: Re: I need help with css and toolbars
Date: Thu, 19 Oct 2023 11:24:18 -0700
Organization: A noiseless patient Spider
Lines: 19
Message-ID: <ugrs8i$g8r0$1@dont-email.me>
References: <ugl24l$2o87k$1@dont-email.me> <ugmn7t$34pt0$1@dont-email.me>
<ugmnf8$34pt0$2@dont-email.me> <ugn3c5$37ie5$1@dont-email.me>
<ugqtnm$8sjn$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 19 Oct 2023 18:24:19 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="0c78396c5d0d99422742880e21a92610";
logging-data="533344"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/5wyleuTIoV7E/iDEyy8wTWWY5gPXF3xw="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:7VM543F2vaMicaAqwwka3PCDB4Y=
Content-Language: en-US
In-Reply-To: <ugqtnm$8sjn$1@dont-email.me>
 by: T - Thu, 19 Oct 2023 18:24 UTC

On 10/19/23 02:43, DrunkenThon wrote:
> T <T@invalid.invalid> wrote:
>> On 10/17/23 12:31, DrunkenThon wrote:
>>> DrunkenThon <drunkenthon@gmail.com> wrote:
>>>> You cannot split 1 and 3 because 3 (unifiedToolbar) is inside 1
>>>> (unifiedToolbarContainer).
>>>
>>> To correct myself: both 1 and 3 *are* inside #unifiedToolbarContainer.
>>>
>>
>> Thank you!
>
> You are welcome.
> Did it work for you?
>

I have not had a chance to work on it! Maybe
Friday. I will get back.

Re: I need help with css and toolbars

<ugutfr$1b5ju$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1602&group=alt.comp.software.thunderbird#1602

  copy link   Newsgroups: alt.comp.software.thunderbird
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: T@invalid.invalid (T)
Newsgroups: alt.comp.software.thunderbird
Subject: Re: I need help with css and toolbars
Date: Fri, 20 Oct 2023 15:03:39 -0700
Organization: A noiseless patient Spider
Lines: 23
Message-ID: <ugutfr$1b5ju$1@dont-email.me>
References: <ugl24l$2o87k$1@dont-email.me> <ugmn7t$34pt0$1@dont-email.me>
<ugmnf8$34pt0$2@dont-email.me> <ugn3c5$37ie5$1@dont-email.me>
<ugqtnm$8sjn$1@dont-email.me> <ugrs8i$g8r0$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 20 Oct 2023 22:03:39 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="031c11c20ce346558866725d04463188";
logging-data="1414782"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19nmOuPPYg9ycgmJpCw+YIIx5+erC7SY9k="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:w5A+MHkT5ngJTEWncgAGJMX0UgM=
Content-Language: en-US
In-Reply-To: <ugrs8i$g8r0$1@dont-email.me>
 by: T - Fri, 20 Oct 2023 22:03 UTC

On 10/19/23 11:24, T wrote:
> On 10/19/23 02:43, DrunkenThon wrote:
>> T <T@invalid.invalid> wrote:
>>> On 10/17/23 12:31, DrunkenThon wrote:
>>>> DrunkenThon <drunkenthon@gmail.com> wrote:
>>>>> You cannot split 1 and 3 because 3 (unifiedToolbar) is inside 1
>>>>> (unifiedToolbarContainer).
>>>>
>>>> To correct myself: both 1 and 3 *are* inside #unifiedToolbarContainer.
>>>>
>>>
>>> Thank you!
>>
>> You are welcome.
>> Did it work for you?
>>
>
>
> I have not had a chance to work on it!   Maybe
> Friday.   I will get back.

I can not get 2 and 1/3 to swap places

Re: I need help with css and toolbars

<7m06jid9hs3u89uphm24i9kj18tmsn2re1@4ax.com>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1608&group=alt.comp.software.thunderbird#1608

  copy link   Newsgroups: alt.comp.software.thunderbird
Path: i2pn2.org!i2pn.org!news.hispagatos.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: jock@soccer.com (Nobody)
Newsgroups: alt.comp.software.thunderbird
Subject: Re: I need help with css and toolbars
Date: Fri, 20 Oct 2023 15:56:18 -0700
Organization: A noiseless patient Spider
Lines: 44
Message-ID: <7m06jid9hs3u89uphm24i9kj18tmsn2re1@4ax.com>
References: <ugl24l$2o87k$1@dont-email.me> <ugmn7t$34pt0$1@dont-email.me> <ugmnf8$34pt0$2@dont-email.me> <ugn3c5$37ie5$1@dont-email.me> <ugqtnm$8sjn$1@dont-email.me> <ugrs8i$g8r0$1@dont-email.me> <ugutfr$1b5ju$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Injection-Info: dont-email.me; posting-host="c5cb3711660f83036b982f137df42a7e";
logging-data="1434905"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19cxl37iTyZBZ1Bos+1bFQH"
User-Agent: ForteAgent/8.00.32.1272
Cancel-Lock: sha1:zizmMSSaVjtmFjifY/EG15RrHGY=
 by: Nobody - Fri, 20 Oct 2023 22:56 UTC

On Fri, 20 Oct 2023 15:03:39 -0700, T <T@invalid.invalid> wrote:

>On 10/19/23 11:24, T wrote:
>> On 10/19/23 02:43, DrunkenThon wrote:
>>> T <T@invalid.invalid> wrote:
>>>> On 10/17/23 12:31, DrunkenThon wrote:
>>>>> DrunkenThon <drunkenthon@gmail.com> wrote:
>>>>>> You cannot split 1 and 3 because 3 (unifiedToolbar) is inside 1
>>>>>> (unifiedToolbarContainer).
>>>>>
>>>>> To correct myself: both 1 and 3 *are* inside #unifiedToolbarContainer.
>>>>>
>>>>
>>>> Thank you!
>>>
>>> You are welcome.
>>> Did it work for you?
>>>
>>
>>
>> I have not had a chance to work on it!   Maybe
>> Friday.   I will get back.
>
>
>I can not get 2 and 1/3 to swap places

I notice DrunkenThon suggested a short userChrome entry... but looking
at mine (provided by Andy Burns IIRC when TB 115/Super Nova first
surfaced) is:

----

#toolbar-menubar
{
order:-1
}

----

(Note *-1* not *-2*?)

That places my menubar above the unified toolbar:

<https://postimg.cc/94tYX7bD>

Re: I need help with css and toolbars

<ugv7uc$1d2pq$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1610&group=alt.comp.software.thunderbird#1610

  copy link   Newsgroups: alt.comp.software.thunderbird
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: T@invalid.invalid (T)
Newsgroups: alt.comp.software.thunderbird
Subject: Re: I need help with css and toolbars
Date: Fri, 20 Oct 2023 18:02:03 -0700
Organization: A noiseless patient Spider
Lines: 50
Message-ID: <ugv7uc$1d2pq$1@dont-email.me>
References: <ugl24l$2o87k$1@dont-email.me> <ugmn7t$34pt0$1@dont-email.me>
<ugmnf8$34pt0$2@dont-email.me> <ugn3c5$37ie5$1@dont-email.me>
<ugqtnm$8sjn$1@dont-email.me> <ugrs8i$g8r0$1@dont-email.me>
<ugutfr$1b5ju$1@dont-email.me> <7m06jid9hs3u89uphm24i9kj18tmsn2re1@4ax.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 21 Oct 2023 01:02:04 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="031c11c20ce346558866725d04463188";
logging-data="1477434"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+CRqsYunAmOSXrAquATK+JIySlA3I1FKk="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:49iogAbECQzZetCrYH9NyFEugUQ=
Content-Language: en-US
In-Reply-To: <7m06jid9hs3u89uphm24i9kj18tmsn2re1@4ax.com>
 by: T - Sat, 21 Oct 2023 01:02 UTC

On 10/20/23 15:56, Nobody wrote:
> On Fri, 20 Oct 2023 15:03:39 -0700, T <T@invalid.invalid> wrote:
>
>> On 10/19/23 11:24, T wrote:
>>> On 10/19/23 02:43, DrunkenThon wrote:
>>>> T <T@invalid.invalid> wrote:
>>>>> On 10/17/23 12:31, DrunkenThon wrote:
>>>>>> DrunkenThon <drunkenthon@gmail.com> wrote:
>>>>>>> You cannot split 1 and 3 because 3 (unifiedToolbar) is inside 1
>>>>>>> (unifiedToolbarContainer).
>>>>>>
>>>>>> To correct myself: both 1 and 3 *are* inside #unifiedToolbarContainer.
>>>>>>
>>>>>
>>>>> Thank you!
>>>>
>>>> You are welcome.
>>>> Did it work for you?
>>>>
>>>
>>>
>>> I have not had a chance to work on it!   Maybe
>>> Friday.   I will get back.
>>
>>
>> I can not get 2 and 1/3 to swap places
>
> I notice DrunkenThon suggested a short userChrome entry... but looking
> at mine (provided by Andy Burns IIRC when TB 115/Super Nova first
> surfaced) is:
>
> ----
>
> #toolbar-menubar
> {
> order:-1
> }
>
> ----
>
> (Note *-1* not *-2*?)
>
> That places my menubar above the unified toolbar:
>
> <https://postimg.cc/94tYX7bD>

No joy. :'(

Re: I need help with css and toolbars

<uhbjnj$t0r8$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1698&group=alt.comp.software.thunderbird#1698

  copy link   Newsgroups: alt.comp.software.thunderbird
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: drunkenthon@gmail.com (DrunkenThon)
Newsgroups: alt.comp.software.thunderbird
Subject: Re: I need help with css and toolbars
Date: Wed, 25 Oct 2023 17:36:51 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 57
Message-ID: <uhbjnj$t0r8$1@dont-email.me>
References: <ugl24l$2o87k$1@dont-email.me> <ugmn7t$34pt0$1@dont-email.me> <ugmnf8$34pt0$2@dont-email.me> <ugn3c5$37ie5$1@dont-email.me> <ugqtnm$8sjn$1@dont-email.me> <ugrs8i$g8r0$1@dont-email.me> <ugutfr$1b5ju$1@dont-email.me> <7m06jid9hs3u89uphm24i9kj18tmsn2re1@4ax.com> <ugv7uc$1d2pq$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 25 Oct 2023 17:36:51 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="fee5b0348892bc5c13cd57d5e4dac53f";
logging-data="951144"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX183ywRoM/E3w3j8/3L6Bqn+rq96LZcZPMk="
User-Agent: tin/2.6.2-20221225 ("Pittyvaich") (Linux/5.15.0-87-generic (x86_64))
Cancel-Lock: sha1:be+D2+He9yCVxFrAl9aNA1fCvD8=
 by: DrunkenThon - Wed, 25 Oct 2023 17:36 UTC

T <T@invalid.invalid> wrote:
> On 10/20/23 15:56, Nobody wrote:
>> On Fri, 20 Oct 2023 15:03:39 -0700, T <T@invalid.invalid> wrote:
>>
>>> On 10/19/23 11:24, T wrote:
>>>> On 10/19/23 02:43, DrunkenThon wrote:
>>>>> T <T@invalid.invalid> wrote:
>>>>>> On 10/17/23 12:31, DrunkenThon wrote:
>>>>>>> DrunkenThon <drunkenthon@gmail.com> wrote:
>>>>>>>> You cannot split 1 and 3 because 3 (unifiedToolbar) is inside 1
>>>>>>>> (unifiedToolbarContainer).
>>>>>>>
>>>>>>> To correct myself: both 1 and 3 *are* inside #unifiedToolbarContainer.
>>>>>>>
>>>>>>
>>>>>> Thank you!
>>>>>
>>>>> You are welcome.
>>>>> Did it work for you?
>>>>>
>>>>
>>>>
>>>> I have not had a chance to work on it!   Maybe
>>>> Friday.   I will get back.
>>>
>>>
>>> I can not get 2 and 1/3 to swap places
>>
>> I notice DrunkenThon suggested a short userChrome entry... but looking
>> at mine (provided by Andy Burns IIRC when TB 115/Super Nova first
>> surfaced) is:
>>
>> ----
>>
>> #toolbar-menubar
>> {
>> order:-1
>> }
>>
>> ----
>>
>> (Note *-1* not *-2*?)
>>
>> That places my menubar above the unified toolbar:
>>
>> <https://postimg.cc/94tYX7bD>
>
>
> No joy. :'(

Do other styles work?
Do you have toolkit.legacyUserProfileCustomizations.stylesheets
option set to *true* in *Config editor*?

--
Best regards,
DrunkenThon.

Re: I need help with css and toolbars

<uhbjvn$t0r8$2@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1699&group=alt.comp.software.thunderbird#1699

  copy link   Newsgroups: alt.comp.software.thunderbird
Path: i2pn2.org!i2pn.org!news.hispagatos.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: drunkenthon@gmail.com (DrunkenThon)
Newsgroups: alt.comp.software.thunderbird
Subject: Re: I need help with css and toolbars
Date: Wed, 25 Oct 2023 17:41:11 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 13
Message-ID: <uhbjvn$t0r8$2@dont-email.me>
References: <ugl24l$2o87k$1@dont-email.me>
Injection-Date: Wed, 25 Oct 2023 17:41:11 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="fee5b0348892bc5c13cd57d5e4dac53f";
logging-data="951144"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX188bEwrZdoj28lzFuVSdI0pfGtj7tJ5FQ8="
User-Agent: tin/2.6.2-20221225 ("Pittyvaich") (Linux/5.15.0-87-generic (x86_64))
Cancel-Lock: sha1:P+kBVzkMLYOjxgrK6iNzCbCtewY=
 by: DrunkenThon - Wed, 25 Oct 2023 17:41 UTC

T <T@invalid.invalid> wrote:
> Hi All,
>
> thunderbird-115.3.2-1.fc38.x86_64
>
> In my userCyrome.css, I have

Was it a mistype?
The filename is userChrome.css.

--
Best regards,
DrunkenThon.

Re: I need help with css and toolbars

<uhc20l$11fhm$2@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1711&group=alt.comp.software.thunderbird#1711

  copy link   Newsgroups: alt.comp.software.thunderbird
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Bears@invalid.com (Big Al)
Newsgroups: alt.comp.software.thunderbird
Subject: Re: I need help with css and toolbars
Date: Wed, 25 Oct 2023 17:40:38 -0400
Organization: A noiseless patient Spider
Lines: 58
Message-ID: <uhc20l$11fhm$2@dont-email.me>
References: <ugl24l$2o87k$1@dont-email.me> <ugmn7t$34pt0$1@dont-email.me>
<ugmnf8$34pt0$2@dont-email.me> <ugn3c5$37ie5$1@dont-email.me>
<ugqtnm$8sjn$1@dont-email.me> <ugrs8i$g8r0$1@dont-email.me>
<ugutfr$1b5ju$1@dont-email.me> <7m06jid9hs3u89uphm24i9kj18tmsn2re1@4ax.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 25 Oct 2023 21:40:37 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="74be240a6f73d2ebf86a53269432bc15";
logging-data="1097270"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+ltIGFrdKf8Hn5dzb2HeAwlcwsKKEx2ps="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:eYLpDkOjxVrWaOj5fL667PxYkaY=
In-Reply-To: <7m06jid9hs3u89uphm24i9kj18tmsn2re1@4ax.com>
Content-Language: en-US
 by: Big Al - Wed, 25 Oct 2023 21:40 UTC

On 10/20/23 06:56 PM, this is what Nobody wrote:
> On Fri, 20 Oct 2023 15:03:39 -0700, T <T@invalid.invalid> wrote:
>
>> On 10/19/23 11:24, T wrote:
>>> On 10/19/23 02:43, DrunkenThon wrote:
>>>> T <T@invalid.invalid> wrote:
>>>>> On 10/17/23 12:31, DrunkenThon wrote:
>>>>>> DrunkenThon <drunkenthon@gmail.com> wrote:
>>>>>>> You cannot split 1 and 3 because 3 (unifiedToolbar) is inside 1
>>>>>>> (unifiedToolbarContainer).
>>>>>>
>>>>>> To correct myself: both 1 and 3 *are* inside #unifiedToolbarContainer.
>>>>>>
>>>>>
>>>>> Thank you!
>>>>
>>>> You are welcome.
>>>> Did it work for you?
>>>>
>>>
>>>
>>> I have not had a chance to work on it!   Maybe
>>> Friday.   I will get back.
>>
>>
>> I can not get 2 and 1/3 to swap places
>
> I notice DrunkenThon suggested a short userChrome entry... but looking
> at mine (provided by Andy Burns IIRC when TB 115/Super Nova first
> surfaced) is:
>
> ----
>
> #toolbar-menubar
> {
> order:-1
> }
>
> ----
>
> (Note *-1* not *-2*?)
>
> That places my menubar above the unified toolbar:
>
> <https://postimg.cc/94tYX7bD>

Not sure if this helps, but I have these 3 lines in mine.
I'm not sure what the negative numbers do, but I just order mine 1 2 3

#toolbar-menubar { order: 1; }
unified-toolbar { order: 2; }
#tabs-toolbar { order: 3; }

This is top down order. Obviously you can renumber 2 1 3 or whatever.
--
Linux Mint 21.2 Cinnamon
Al

Re: I need help with css and toolbars

<uhfhr5$248mm$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1736&group=alt.comp.software.thunderbird#1736

  copy link   Newsgroups: alt.comp.software.thunderbird
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: T@invalid.invalid (T)
Newsgroups: alt.comp.software.thunderbird
Subject: Re: I need help with css and toolbars
Date: Thu, 26 Oct 2023 22:29:09 -0700
Organization: A noiseless patient Spider
Lines: 9
Message-ID: <uhfhr5$248mm$1@dont-email.me>
References: <ugl24l$2o87k$1@dont-email.me> <ugmn7t$34pt0$1@dont-email.me>
<ugmnf8$34pt0$2@dont-email.me> <ugn3c5$37ie5$1@dont-email.me>
<ugqtnm$8sjn$1@dont-email.me> <ugrs8i$g8r0$1@dont-email.me>
<ugutfr$1b5ju$1@dont-email.me> <7m06jid9hs3u89uphm24i9kj18tmsn2re1@4ax.com>
<ugv7uc$1d2pq$1@dont-email.me> <uhbjnj$t0r8$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 27 Oct 2023 05:29:09 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="ecfbcae795cc8862318d7beddb095332";
logging-data="2237142"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/FO5F/E7DWjcwIMhIYonGwd0QC3TvEgjI="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:GGD24U+zfvStS/Liq7bYZ41j3co=
Content-Language: en-US
In-Reply-To: <uhbjnj$t0r8$1@dont-email.me>
 by: T - Fri, 27 Oct 2023 05:29 UTC

On 10/25/23 10:36, DrunkenThon wrote:
> Do you have
> toolkit.legacyUserProfileCustomizations.stylesheets option set to *true*
> in *Config editor*?

I do now and it is working now. Mumble, Mumble ...

Thank you!

Re: I need help with css and toolbars

<uhfhtc$248mm$2@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1737&group=alt.comp.software.thunderbird#1737

  copy link   Newsgroups: alt.comp.software.thunderbird
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: T@invalid.invalid (T)
Newsgroups: alt.comp.software.thunderbird
Subject: Re: I need help with css and toolbars
Date: Thu, 26 Oct 2023 22:30:20 -0700
Organization: A noiseless patient Spider
Lines: 14
Message-ID: <uhfhtc$248mm$2@dont-email.me>
References: <ugl24l$2o87k$1@dont-email.me> <uhbjvn$t0r8$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 27 Oct 2023 05:30:20 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="ecfbcae795cc8862318d7beddb095332";
logging-data="2237142"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX187tyDNuA0X0NN+rtmf61SKv19YqLzzVoc="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:jMtnU4y+yFcqAa/s6Bw81ACklz4=
In-Reply-To: <uhbjvn$t0r8$2@dont-email.me>
Content-Language: en-US
 by: T - Fri, 27 Oct 2023 05:30 UTC

On 10/25/23 10:41, DrunkenThon wrote:
> T <T@invalid.invalid> wrote:
>> Hi All,
>>
>> thunderbird-115.3.2-1.fc38.x86_64
>>
>> In my userCyrome.css, I have
>
> Was it a mistype?
> The filename is userChrome.css.
>

It was indeed a type. Luckily, the actual file
name was correct.

Re: I need help with css and toolbars

<uhfi2u$248mm$3@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1738&group=alt.comp.software.thunderbird#1738

  copy link   Newsgroups: alt.comp.software.thunderbird
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: T@invalid.invalid (T)
Newsgroups: alt.comp.software.thunderbird
Subject: Re: I need help with css and toolbars
Date: Thu, 26 Oct 2023 22:33:18 -0700
Organization: A noiseless patient Spider
Lines: 103
Message-ID: <uhfi2u$248mm$3@dont-email.me>
References: <ugl24l$2o87k$1@dont-email.me> <ugmn7t$34pt0$1@dont-email.me>
<ugmnf8$34pt0$2@dont-email.me> <ugn3c5$37ie5$1@dont-email.me>
<ugqtnm$8sjn$1@dont-email.me> <ugrs8i$g8r0$1@dont-email.me>
<ugutfr$1b5ju$1@dont-email.me> <7m06jid9hs3u89uphm24i9kj18tmsn2re1@4ax.com>
<uhc20l$11fhm$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 27 Oct 2023 05:33:18 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="ecfbcae795cc8862318d7beddb095332";
logging-data="2237142"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18/arkxOoWiFgHG4hfM6gcsUg3ZMwVwmoA="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:wKGEyPcm+YnmAW9H/eI15FOHobc=
In-Reply-To: <uhc20l$11fhm$2@dont-email.me>
Content-Language: en-US
 by: T - Fri, 27 Oct 2023 05:33 UTC

On 10/25/23 14:40, Big Al wrote:
> On 10/20/23 06:56 PM, this is what Nobody wrote:
>> On Fri, 20 Oct 2023 15:03:39 -0700, T <T@invalid.invalid> wrote:
>>
>>> On 10/19/23 11:24, T wrote:
>>>> On 10/19/23 02:43, DrunkenThon wrote:
>>>>> T <T@invalid.invalid> wrote:
>>>>>> On 10/17/23 12:31, DrunkenThon wrote:
>>>>>>> DrunkenThon <drunkenthon@gmail.com> wrote:
>>>>>>>> You cannot split 1 and 3 because 3 (unifiedToolbar) is inside 1
>>>>>>>> (unifiedToolbarContainer).
>>>>>>>
>>>>>>> To correct myself: both 1 and 3 *are* inside
>>>>>>> #unifiedToolbarContainer.
>>>>>>>
>>>>>>
>>>>>> Thank you!
>>>>>
>>>>> You are welcome.
>>>>> Did it work for you?
>>>>>
>>>>
>>>>
>>>> I have not had a chance to work on it!   Maybe
>>>> Friday.   I will get back.
>>>
>>>
>>> I can not get 2 and 1/3 to swap places
>>
>> I notice DrunkenThon suggested a short userChrome entry... but looking
>> at mine (provided by Andy Burns IIRC when TB 115/Super Nova first
>> surfaced) is:
>>
>> ----
>>
>> #toolbar-menubar
>>     {
>>     order:-1
>>     }
>>
>> ----
>>
>> (Note *-1* not *-2*?)
>>
>> That places my menubar above the unified toolbar:
>>
>> <https://postimg.cc/94tYX7bD>
>
> Not sure if this helps, but I have these 3 lines in mine.
> I'm not sure what the negative numbers do, but I just order mine 1 2 3
>
> #toolbar-menubar { order: 1; }
> unified-toolbar { order: 2;  }
> #tabs-toolbar { order: 3;  }
>
> This is top down order.  Obviously you can renumber 2 1 3 or whatever.

Hi Al,

Soon as I put Drunken's

toolkit.legacyUserProfileCustomizations.stylesheets
option set to *true*

It started working with your settings.

Thank you!

-T

My new user chrome.css:

/* ####### */
@namespace html url("http://www.w3.org/1999/xhtml");

/* This borders */
#messengerBox {
border-right: 1px solid green !important;
border-left: 1px solid green !important;
}

/* set about:config toolkit.legacyUserProfileCustomizations.stylesheets
= True */
/* top down order */
#toolbar-menubar { order: 1; }
unified-toolbar { order: 2; }
#tabs-toolbar { order: 3; }

/* add a border to unfocused tabs for accent */
..tabmail-tab { border-radius: 10px 10px 0 0 !important;
border: 1px solid #aaa !important;
border-bottom: none !important; }

Re: I need help with css and toolbars

<uhgkcs$2b0jc$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1749&group=alt.comp.software.thunderbird#1749

  copy link   Newsgroups: alt.comp.software.thunderbird
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: drunkenthon@gmail.com (DrunkenThon)
Newsgroups: alt.comp.software.thunderbird
Subject: Re: I need help with css and toolbars
Date: Fri, 27 Oct 2023 15:18:52 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 32
Message-ID: <uhgkcs$2b0jc$1@dont-email.me>
References: <ugl24l$2o87k$1@dont-email.me> <ugmn7t$34pt0$1@dont-email.me> <ugmnf8$34pt0$2@dont-email.me> <ugn3c5$37ie5$1@dont-email.me> <ugqtnm$8sjn$1@dont-email.me> <ugrs8i$g8r0$1@dont-email.me> <ugutfr$1b5ju$1@dont-email.me> <7m06jid9hs3u89uphm24i9kj18tmsn2re1@4ax.com> <uhc20l$11fhm$2@dont-email.me> <uhfi2u$248mm$3@dont-email.me>
Injection-Date: Fri, 27 Oct 2023 15:18:52 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="75645ab66205d2f21597f97c1e0b6c9e";
logging-data="2458220"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/Ow9MbKth1S9LO02DB6i6y/Il9L/ftJHs="
User-Agent: tin/2.6.2-20221225 ("Pittyvaich") (Linux/5.15.0-87-generic (x86_64))
Cancel-Lock: sha1:7sSOMIT7TuqD0HZ2tKWoC9CrxDE=
 by: DrunkenThon - Fri, 27 Oct 2023 15:18 UTC

T <T@invalid.invalid> wrote:
> My new user chrome.css:
>
> /* ####### */
> @namespace html url("http://www.w3.org/1999/xhtml");
>
> /* set about:config toolkit.legacyUserProfileCustomizations.stylesheets
> = True */
> /* top down order */
> #toolbar-menubar { order: 1; }
> unified-toolbar { order: 2; }
> #tabs-toolbar { order: 3; }

Glad it worked for you.
But, for the sake of clarity, you don't need to reorder all of them.

Here is the original order inside vbox#titlebar:
unified-toolbar
#toolbar-menubar
#tabs-toolbar

So, you only need to place toolbar#toolbar-menubar at the top.
And that's what
toolbar#toolbar-menubar {order: -1 !important; }
actually does.

And Nobody was right: -1 is enough here (I just have another order
in mine.) :)

--
Best regards,
DrunkenThon.


computers / alt.comp.software.thunderbird / Re: I need help with css and toolbars

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor