HN Christmas colors: #CC4B4B #BE2828 #005A00(news.ycombinator.com)
news.ycombinator.com
HN Christmas colors: #CC4B4B #BE2828 #005A00
http://news.ycombinator.com
Merry Christmas HN and all Hs
16 comments
Funny, when I first saw it I wasn't sure if my monitor was screwed up, whether someone had defaced HN or if some Chrome plugin was misbehaving. Though I eventually figured it out with the alternating red/green submission colors and HNSearching for "Christmas CSS". I also found out that you could change your topcolor and immediately set it to #000000 so people would stop pestering me when they saw I was reading a hacker website.
I've personally chosen to go for style rather than discretion and set it to #99cc33. It's been almost two years I think now and I really like it this way.
You can see what colors people are using here: https://news.ycombinator.com/topcolors. I don't know how they are sorted.
Also, if you want to remove the "Hacker News" text from the topbar and keep the rest of the text readable, it's easy to do with some CSS. For instance in Firefox's userContent.css you can add:
You can see what colors people are using here: https://news.ycombinator.com/topcolors. I don't know how they are sorted.
Also, if you want to remove the "Hacker News" text from the topbar and keep the rest of the text readable, it's easy to do with some CSS. For instance in Firefox's userContent.css you can add:
@-moz-document domain(news.ycombinator.com) {
.pagetop b { display: none; }
}"I also found out that you could change your topcolor and immediately set it to #000000 so people would stop pestering me when they saw I was reading a hacker website."
Thank you!!
Thank you!!
:) I've actually just changed it to #333333 so I can still kind of make out the shapes of [threads] and [myusername] when I want to click on them.
If anyone who frequents hacker news shoulder-surfs you, they'll wonder who died.
What does that mean?
Once you reach a certain karma threshold, you gain the ability to change the colour of the orange bar at the top of HN pages. The setting is labelled 'topcolor'.
It means if you change header colors of HN website nobody can guess that's actually HN.
#000000 is black in HTML. setting your top color black would make the text in the top nav invisible.
That is exactly the point. They don't want people seeing that they are on HN.
Right, I got that. I was explaining it to my parent. :)
Excellent. Thanks!