Signature Lines on the Dark Theme
#5
(11-10-2019, 05:54 PM)RIC0H Wrote:
(11-10-2019, 01:26 PM)Denn1s Wrote: With the dark Theme on the Forum you can't see the two lines that separate the post from the signature.

Maybe make them white in the dark theme will fix.

You can't see them because they aren't there Wink
(they haven't been coded)

Can be fixed by adding:

Code:
.post_content .signature {
    border-top: 1px dotted #ddd;
}

May as well fix the 2 line bug when tweaking this (there's only supposed to be 1 line not 2)

So change this:
Code:
.post_content .signature {
    border-top: 1px dotted #ddd;
}

To this:

Code:
.post_content .signature {
    border-top: 1px dotted #ddd;
}
.post_content .signature.scaleimages {
    border-top: none !important;
}

How the above code will look:



Spoiler :
[Image: FL_Light.png]
[Image: FL_Dark.png]

Minus the signature edit as I'm forcing a max height on signatures with:
Code:
.post_content .signature .scaleimages img, .post_content .signature img {max-height: 150px;}
.post_content .signature {max-height: 200px; overflow: auto;}
.post_content .signature.scaleimages {overflow: hidden;}



Oh, thanks for your answer, but I'm a bit confused right now on what to do with the code.  Bigeyes
[Image: owI6QSg.png]


Messages In This Thread
Signature Lines on the Dark Theme - by Denn1s - 11-10-2019, 01:26 PM
RE: Signature Lines on the Dark Theme - by Denn1s - 11-10-2019, 03:05 PM
RE: Signature Lines on the Dark Theme - by RIC0H - 11-10-2019, 05:54 PM
RE: Signature Lines on the Dark Theme - by Denn1s - 11-10-2019, 09:20 PM
RE: Signature Lines on the Dark Theme - by RIC0H - 11-11-2019, 04:48 AM
RE: Signature Lines on the Dark Theme - by Edned - 05-17-2020, 01:42 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)