Possible Forum Change?

General discussion and chat (archived)
Thehandyman1957

Possible Forum Change?

Unread post by Thehandyman1957 » 2018-01-17, 03:50

I'm just wondering if there is a way to have the Linux forum topic highlighted in a different color?

When perusing the "unread" posts, it is hard to see that a particular thread is concerning Linux as it
just blends in with the rest of the colors. Just the part that says it's a Linux Thread?
Screenshot - 1_16_2018 , 8_46_25 PM.png
Just thought I would ask. :think:

JustOff

Re: Possible Forum Change?

Unread post by JustOff » 2018-01-19, 17:01

This is not quite what you asked for, but it can be useful, though:

Code: Select all

@-moz-document domain("forum.palemoon.org") {
  .list-inner > a[href="./viewforum.php?f=37"],
  .list-inner > a[href="./viewforum.php?f=57"] {
    color: DodgerBlue;
    background-color: LightSteelBlue;
    font-weight: bold;
  }
}
palemoon_2018-01-19_18-57-26.png
You need to adjust the colors and style according to your theme and taste, of course.
Last edited by JustOff on 2018-01-19, 17:55, edited 2 times in total.

User avatar
adesh
Board Warrior
Board Warrior
Posts: 1277
Joined: 2017-06-06, 07:38

Re: Possible Forum Change?

Unread post by adesh » 2018-01-19, 17:40

For the uniniated: the code above is meant to go in userContent.css.

hobbledehoy899

Re: Possible Forum Change?

Unread post by hobbledehoy899 » 2018-01-19, 21:07

adesh wrote:For the uniniated: the code above is meant to go in userContent.css.
It could also be made into a Stylish theme.

Thehandyman1957

Re: Possible Forum Change?

Unread post by Thehandyman1957 » 2018-01-20, 00:37

Thank you, Thank you, Thank :clap: :thumbup: you!!! Works perfect.

Locked