Site Design

Cthulhu

Administrator
AKA
Yop
Regarding the fonts, I'm not sure if we should change the headline font. I've noticed it renders very differently on Chrome and Firefox, which isn't great.

Might be something that could be looked into, usually it's the underlying OS that determines font rendering. But I know nothing about that. Might ask our CSS dude about it.
 

Cthulhu

Administrator
AKA
Yop
That should be easily doable with errr:

* hover style: opacity 50% or so
* transition: opacity 1s
 

Flintlock

Pro Adventurer
These ones?

0kdc.png


(There are other social media icons on that page but they don't fade.)

They do look decent, but I think we need the colour in our implementation. I tested out the opacity but didn't much like it. I did up the transition from 0.2s to 0.4s though.

I started work on category/tag pages today but didn't finish them.

I'd quite like to do away with the "image rotation on hover" thing and replace it with some other effect, but what do other people think?
 

Obsidian Fire

Ahk Morn!
AKA
The Engineer
You might just try a simple "zoom in on hover" and see where that leaves you. That effect is used a lot more across the web then an "image rotate on hover" so it doesn't feel so distracting when I see it happen.
 

Flintlock

Pro Adventurer
I've got an exam coming up on Wednesday that I need to study for, but I should be able to dedicate myself to this project for the rest of the week. I'll be aiming to get it ready for wider beta testing in order to stick to the rough schedule I made a few posts back.
 

Flintlock

Pro Adventurer
The image rotation has now been replaced by a zoom in. It was at 10% before but I brought it down to 7% because I think it looks better (also, it's seven). One problem is that the images, particularly the smallest ones, look blurry after the zoom. That can be overcome by making Wordpress generate the 107% images and then displaying them at the smaller size by default, but implementing it will involve lots of fiddly changes, so I haven't done it yet.

The slider is gone, replaced with a static (except for the zoom) image, because it was too resource-heavy. Firefox uses a lot less CPU when resizing now.

I also played around with the menu bar a bit. The search function was being hidden at widths below 1210px before, which I didn't agree with, so I stopped that from happening. That created its own problem of the search icon overlapping the menu, so I fixed that too. The problem that I'm yet to fix is the menu spilling down to a second row at certain sizes, but I'll do that when I next have a moment to work on the site, which could be later tonight, but right now I'm popping out.
 

Flintlock

Pro Adventurer
I just realised that the social network image transition effects aren't actually working on Firefox. Firefox just doesn't support background-image transitions yet. In fact, it seems like it's only Webkit-based browsers that do. We might have to use Javascript. Oh, how I dream of a day when all browsers display things in the same exact standard-defined way. (Never gonna happen, I know.)

I've been working on various things for the past few hours; mostly small changes to make things consistent, so I won't list them all here. I'm gradually getting pissed off at our choice of base theme, Fraction. Not because it looks bad, but because it's not particularly well-written. There's a fair amount of inline styling and liberal use of the !important tag, which forces me to use it as well to override things (it should be used as little as possible). Nothing seems to be consistent: two identical buttons on two different pages will have different hover animations, for example. It doesn't come with an archive page template at all. And there are typos all over the place.

Work continues...
 

Cthulhu

Administrator
AKA
Yop
Screw Firefox, imo - if it's a web standard, use it and wait for FF to implement it. If it works without the animation too, leave it. There's probably over 9000 more important things to work on first.
 

Cthulhu

Administrator
AKA
Yop
They say the same about Safari for OSX and iOS (and mobile browser in general, for that matter); they're not wrong. Opera went from trying to keep their own engine working to switching to Webkit too not long ago.
 

Flintlock

Pro Adventurer
It's not a web standard; background-image is not an "animatable property" in the CSS3 spec. Chrome, Opera and Safari just do it anyway, and as a Chrome user, I didn't realise that until today. :monster: I'd like to find a better solution and I'm sure there is one. Maybe this.

Edit: yep, that did the trick.
 
Last edited:

Cthulhu

Administrator
AKA
Yop
Huh, funny :monster:. Standards r lame.

Used to be that Microsoft got flak for implementing shit no other browsers did (ho noes standards!1). Now Chrome does it and everyone's like yeah whatever, :monster:
 

Flintlock

Pro Adventurer
That's not entirely accurate. :P IE used to get shit for not doing things it should have been doing. This is just doing something on top of the standards.
 

Fangu

Great Old One
It's trufax! Before it was always like - okay, shit works in Opera, Safari, Chrome and Firefox... now let's check IE... *holds breath*

These days that's no longer IE, but Firefox. I'm just tellin you :monster:
 

Cthulhu

Administrator
AKA
Yop
Weeeeeeel IE is still around, but luckily it's mostly IE 9 now which seems... manageable. Plus it's mostly CSS work, which I try to avoid as much as possible (hence this thread lolooololol :monster: )
 

Lex

Administrator
I understand that Firefox Stans still exist, I used to be one. I made the transition to Chrome in like... 2010 or something. I don't even remember now, I've been using Chrome for many many years. But I did use Firefox for a long time before that. It was innovative once upon a time. It's a shame about what's happened to it over the last five years or so.
 

Ghost X

Moderator
Lawl. I went to chrome (from firefox) rather recently. Some time in the last three years, which has been a blur to me due to uni.
 
Top Bottom