Update to Forum Logo

K1NG

Captain
Feb 21, 2015
309
180
210
RSI Handle
K1NG_Brit
See that forum logo up in the top left? The one that links back to the homepage?

It's fine for a normal screen but on a retina device the text and logo begins to turn pixelated. This is due to the rez of the image being 63-or so pixels high.

I made a quick updated version, along with a font I felt better fits the overall website design.

Before:


After:


Here's the the AI file so you can adjust the height as you need it. Maybe create a normal 63 height file for standard use and a x2 for retina screens: https://www.dropbox.com/s/28fcruzl502pf6b/forumLogo.ai?dl=0

You can add this with a simple CSS fix:

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and ( min--moz-device-pixel-ratio: 2),
only screen and ( -o-min-device-pixel-ratio: 2/1),
only screen and ( min-device-pixel-ratio: 2),
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 2dppx) {

.logo-1x {
display: none !important;
}

.logo-2x {
display: block !important;
}

}
 
  • Like
Reactions: GameFleek

K1NG

Captain
Feb 21, 2015
309
180
210
RSI Handle
K1NG_Brit
Dark mode hasn't been updated yet. You can see the new logo with the Light theme.

I'm sure the hamsters are just tired
If the black text looks shite on the dark theme let me know and i'll change it to EFEFEF or something...
Or you could do it yourself, you trendy photoshop hipster you!
 

SeungRyul

Spreader of Truth / Master of Hamsters
Staff member
Donor
Oct 30, 2013
2,341
5,154
2,930
RSI Handle
Citizen404
Dark mode hasn't been updated yet. You can see the new logo with the Light theme.

I'm sure the hamsters are just tired
Black theme will have the christmas logo till christmas. If you complain Ill add snow :P
 

maynard

Space Marshal
May 20, 2014
5,124
20,290
2,995
RSI Handle
mgk
from Test I would expect pumkins at Easter and turkeys for Valentine's
 
  • Like
Reactions: SeungRyul
Forgot your password?