Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > alt.comp.software.thunderbird > #38 > unrolled thread
| Started by | Andy Burns <usenet@andyburns.uk> |
|---|---|
| First post | 2021-04-07 10:23 +0100 |
| Last post | 2021-04-07 12:58 -0400 |
| Articles | 11 — 4 participants |
Back to article view | Back to alt.comp.software.thunderbird
Message header pane Andy Burns <usenet@andyburns.uk> - 2021-04-07 10:23 +0100
Re: Message header pane Teddy-Bears <Bears@invalid.com> - 2021-04-07 07:54 -0400
Re: Message header pane Teddy-Bears <Bears@invalid.com> - 2021-04-07 08:10 -0400
Re: Message header pane Andy Burns <usenet@andyburns.uk> - 2021-04-07 14:36 +0100
Re: Message header pane Andy Burns <usenet@andyburns.uk> - 2021-04-07 14:51 +0100
Re: Message header pane Andy Burns <usenet@andyburns.uk> - 2021-04-07 14:05 +0100
Re: Message header pane Chris Ramsden <chris.ramsden@gmail.com> - 2021-04-07 21:23 +0100
Re: Message header pane Andy Burns <usenet@andyburns.uk> - 2021-04-08 08:31 +0100
Re: Message header pane WaltS48 <schw01@invalid.net> - 2021-04-07 07:54 -0400
Re: Message header pane Andy Burns <usenet@andyburns.uk> - 2021-04-07 14:09 +0100
Re: Message header pane Teddy-Bears <Bears@invalid.com> - 2021-04-07 12:58 -0400
| From | Andy Burns <usenet@andyburns.uk> |
|---|---|
| Date | 2021-04-07 10:23 +0100 |
| Subject | Message header pane |
| Message-ID | <s4jtm4$53o$1@gioia.aioe.org> |
I find the message list pane, the message pane header, and the message pane itself all tend to run into one visually. Has anyone got any hints on what classes/ids I would add within UserChrome.css to show the message pane header background as mid grey?
[toc] | [next] | [standalone]
| From | Teddy-Bears <Bears@invalid.com> |
|---|---|
| Date | 2021-04-07 07:54 -0400 |
| Message-ID | <s4k6ht$b6m$1@dont-email.me> |
| In reply to | #38 |
On 4/7/21 5:23 AM, this is what Andy Burns wrote:
> I find the message list pane, the message pane header, and the message pane itself all tend to run into one visually.
>
> Has anyone got any hints on what classes/ids I would add within UserChrome.css to show the message pane header background as mid grey?
.panel-header {
background-color: #999999 !important; }
Change the 9's to A's or B's etc to make it lighter.
/* colorize the header pane just the first line, from email address */
#CompactHeader_collapsed2LHeaderViewFirstLine {
background-color: #D1E0E0 !important; } /* pale blue */
--
Linux Mint Cinnamon 20.1 64bit, Dell Inspiron 5570 laptop
Quad Core i7-8550U, 16G Memory, 512G SSD, 750G & 1TB HDDs
*I collect teddy bears.
[toc] | [prev] | [next] | [standalone]
| From | Teddy-Bears <Bears@invalid.com> |
|---|---|
| Date | 2021-04-07 08:10 -0400 |
| Message-ID | <s4k7fb$ir4$1@dont-email.me> |
| In reply to | #39 |
On 4/7/21 7:54 AM, this is what Teddy-Bears wrote:
> On 4/7/21 5:23 AM, this is what Andy Burns wrote:
>> I find the message list pane, the message pane header, and the message pane itself all tend to run into one visually.
>>
>> Has anyone got any hints on what classes/ids I would add within UserChrome.css to show the message pane header background as mid grey?
>
> .panel-header {
> background-color: #999999 !important; }
>
> Change the 9's to A's or B's etc to make it lighter.
>
> /* colorize the header pane just the first line, from email address */
> #CompactHeader_collapsed2LHeaderViewFirstLine {
> background-color: #D1E0E0 !important; } /* pale blue */
>
/* make the line between panes darker and bolder */
#threadpane-splitter {
border-bottom: 3px solid black !important;
collapse: false !important;
collapsed: false !important; }
--
Linux Mint Cinnamon 20.1 64bit, Dell Inspiron 5570 laptop
Quad Core i7-8550U, 16G Memory, 512G SSD, 750G & 1TB HDDs
*I collect teddy bears.
[toc] | [prev] | [next] | [standalone]
| From | Andy Burns <usenet@andyburns.uk> |
|---|---|
| Date | 2021-04-07 14:36 +0100 |
| Message-ID | <id5qr4FcthU1@mid.individual.net> |
| In reply to | #41 |
Teddy-Bears wrote: > /* make the line between panes darker and bolder */ The thicker lines setting works (so I am editing the right file!) but none of the background colour settings seem to have any effect.
[toc] | [prev] | [next] | [standalone]
| From | Andy Burns <usenet@andyburns.uk> |
|---|---|
| Date | 2021-04-07 14:51 +0100 |
| Message-ID | <id5rn6Fiq6U1@mid.individual.net> |
| In reply to | #44 |
Andy Burns wrote:
> Teddy-Bears wrote:
>
>> /* make the line between panes darker and bolder */
>
> The thicker lines setting works (so I am editing the right file!) but
> none of the background colour settings seem to have any effect.
after correcting a typo, my original
.main-header-area { background-color: #999999 !important ;}
is working, just need to find the right shade ...
[toc] | [prev] | [next] | [standalone]
| From | Andy Burns <usenet@andyburns.uk> |
|---|---|
| Date | 2021-04-07 14:05 +0100 |
| Message-ID | <id5p16F84llU1@mid.individual.net> |
| In reply to | #39 |
Teddy-Bears wrote:
> Andy Burns wrote:
>
>> Has anyone got any hints on what classes/ids I would add within
>> UserChrome.css to show the message pane header background as mid grey?
>
> .panel-header {
> background-color: #999999 !important; }
Thanks I'd experimented with ".main-header-area" but it didn't have any
effect, unfortunately neither does using ".panel-header" as above
I have enabled the legacy stylesheets preference.
and the UserChrome.css is in [profilefolder]/chrome/
[toc] | [prev] | [next] | [standalone]
| From | Chris Ramsden <chris.ramsden@gmail.com> |
|---|---|
| Date | 2021-04-07 21:23 +0100 |
| Message-ID | <3a630d30833cba887ee187895a642ed4959fb981.camel@gmail.com> |
| In reply to | #42 |
On Wed, 2021-04-07 at 14:05 +0100, Andy Burns wrote:
> Teddy-Bears wrote:
>
> > Andy Burns wrote:
> >
> > > Has anyone got any hints on what classes/ids I would add within
> > > UserChrome.css to show the message pane header background as mid grey?
> >
> > .panel-header {
> > background-color: #999999 !important; }
>
> Thanks I'd experimented with ".main-header-area" but it didn't have any
> effect, unfortunately neither does using ".panel-header" as above
>
> I have enabled the legacy stylesheets preference.
>
> and the UserChrome.css is in [profilefolder]/chrome/
That would be userChrome.css and not UserChrome.css
--
Chris
[toc] | [prev] | [next] | [standalone]
| From | Andy Burns <usenet@andyburns.uk> |
|---|---|
| Date | 2021-04-08 08:31 +0100 |
| Message-ID | <id7pr6Fc1f0U1@mid.individual.net> |
| In reply to | #49 |
Chris Ramsden wrote: > Andy Burns wrote: > >> and the UserChrome.css is in [profilefolder]/chrome/ > > That would be userChrome.css and not UserChrome.css I presume it's only case sensitive on *nix, as I got it working in the end with an uppercase U, but I'll rename it in case I ever move the file to my Fedora box, but I generally don't use email there ...
[toc] | [prev] | [next] | [standalone]
| From | WaltS48 <schw01@invalid.net> |
|---|---|
| Date | 2021-04-07 07:54 -0400 |
| Message-ID | <d4hbI.163762$dX.48577@fx36.iad> |
| In reply to | #38 |
On 4/7/21 5:23 AM, Andy Burns wrote: > I find the message list pane, the message pane header, and the message > pane itself all tend to run into one visually. > > Has anyone got any hints on what classes/ids I would add within > UserChrome.css to show the message pane header background as mid grey? Have you tried the built-in Dark theme?
[toc] | [prev] | [next] | [standalone]
| From | Andy Burns <usenet@andyburns.uk> |
|---|---|
| Date | 2021-04-07 14:09 +0100 |
| Message-ID | <s4katu$1012$1@neodome.net> |
| In reply to | #40 |
WaltS48 wrote: > Andy Burns wrote: > >> Has anyone got any hints on what classes/ids I would add within >> UserChrome.css to show the message pane header background as mid grey? > > Have you tried the built-in Dark theme? It's a bit stark for my liking ...
[toc] | [prev] | [next] | [standalone]
| From | Teddy-Bears <Bears@invalid.com> |
|---|---|
| Date | 2021-04-07 12:58 -0400 |
| Message-ID | <s4koc7$jag$1@dont-email.me> |
| In reply to | #43 |
On 4/7/21 9:09 AM, this is what Andy Burns wrote: > WaltS48 wrote: > >> Andy Burns wrote: >> >>> Has anyone got any hints on what classes/ids I would add within UserChrome.css to show the message pane header background as mid grey? >> >> Have you tried the built-in Dark theme? > > It's a bit stark for my liking ... > > I find it interesting how "dark" themes are somewhat prolific. A lot of software is enabling it now, and if you hunt for themes, a lot of them are dark. I'm on Linux and system wide themes here are leaning to dark. I don't like dark, but then I don't like stark white stuff either. I'm made a theme for myself that is in between with colors. -- Linux Mint Cinnamon 20.1 64bit, Dell Inspiron 5570 laptop Quad Core i7-8550U, 16G Memory, 512G SSD, 750G & 1TB HDDs *I collect teddy bears.
[toc] | [prev] | [standalone]
Back to top | Article view | alt.comp.software.thunderbird
csiph-web