Shades of Grey

Shades of Grey v2.2.10

No permission to download
I added this to extra.less, much better

.structItem.is-unread .structItem-title a:not(.labelLink)::before {
content: "NEW";
display: inline-block;
background:xf-uix_primaryColor;
padding: 1px 4px;
font-size: 11px;
color: #FF0;
border-radius: 3px;
margin-left: 5px;
position: relative;
top: -2px;
}
Wow.... nice.... mind if I grab that?
 
I am even finding thread posts a bit harder to read, I think it's the shades in the mobile, of the user info and the content.
 

Attachments

  • Screenshot_20220131-205759.webp
    Screenshot_20220131-205759.webp
    76 KB · Views: 9
Maybe check out my site, to me it's quite clear.

namepost in com

If you give me your site I will check it out on my mobile
 
Nice site, I find the yellow a bit bright but the shades of grey looks fantastic and crystal clear both on my mobile and desktop.

Great job on the site, both you and @Gator for the great theme (y)
 
@MapleOne and @eaststandboy try this:

Go to ACP > Appearance > Templates and search for the "extra.less" file

Open it and insert the following code (you can change it to any color you wish, but I found the normal text color looks best):

CSS:
/* Thread list title color */
.is-unread a {
    color: rgb(222, 222, 222);
}
/* Node title color */
.node--unread a {
    color: rgb(222, 222, 222);
}

node_example.png
 
@MapleOne and @eaststandboy try this:

Go to ACP > Appearance > Templates and search for the "extra.less" file

Open it and insert the following code (you can change it to any color you wish, but I found the normal text color looks best):

CSS:
/* Thread list title color */
.is-unread a {
    color: rgb(222, 222, 222);
}
/* Node title color */
.node--unread a {
    color: rgb(222, 222, 222);
}

View attachment 264163

That's actually a nice elegant change and blends in perfectly, thank you for that.

For those of you who want to know....

He used the hover white colour on the new posts with bold and the red posts remain the blue.

Very nice (y)
 
@MapleOne and @eaststandboy try this:

Go to ACP > Appearance > Templates and search for the "extra.less" file

Open it and insert the following code (you can change it to any color you wish, but I found the normal text color looks best):

CSS:
/* Thread list title color */
.is-unread a {
    color: rgb(222, 222, 222);
}
/* Node title color */
.node--unread a {
    color: rgb(222, 222, 222);
}

View attachment 264163
Hey do you have an example of what this looks like?
 
This isn't an "add-on". You need to go to "Appearance" in the AdminCP and install it there.

Aha! Sorry for my "noobness." Got it! And it's working!

My next question: When switching to "dark" mode, the page loses my forum logo and the "favicon." Is there an easy way to get those back for the dark mode?

1647355362739.webp

Thanks! This forum has been SO much help.
 
I just imported it to my site and it imported as expected. No problems. Maybe check with XenForo support.

How is Xenforo support going to help with an add-on that didn't come from them?

I just tried again. Same problem. No idea why. I've never had a problem with uploading an add-on before, including the previous version of this one.
 
How is Xenforo support going to help with an add-on that didn't come from them?

I just tried again. Same problem. No idea why. I've never had a problem with uploading an add-on before, including the previous version of this one.
This is not an add-on. You must import the style via Appearance > Styles > Import style
 
Back
Top Bottom