It depends. Themes can choose whether to replace existing files or add to them. Actually, I think the former method replaces ALL styles unconditionally. Correct me if I'm wrong, Nao.
Posted: March 12th, 2012, 04:21 AM
and one of the things that's been pissing me off tonight is overriding the hover colours in the main menu (something that I don't anticipate being done very often but I'd like to do it to prove it's doable and without too much work if possible)
Been doing that in my skin as well and it's... interesting. :^^;:
Yes, IIRC I tried to ensure it was easier to center-align the main menu in Wedge than in SMF
Oh, it is ridiculously easy :DA couple of suggestions based on the screenshot... (1) use a rgba(255,255,255,.3) or something as the background for the sidebar, rather than a solid color.
I actually haven't got as far as the sidebar yet, that's still Wine's ;) But good suggestion though :)remove the black line below the main menu. This area needs some breathing space.
That's a line attached to the linktree as opposed to anything else. When the linktree isn't empty, it has a gradient that's light at the top, dark at the bottom, and has a 1px dark border-top to contrast it.
I have two choices, either I leave the line in (and perhaps forcibly set the linktree to have height even if it's otherwise empty, which looks a bit silly, though it's what BlueLight does) or I implement browser specific code for gradients so that I can set something that isn't just a straight 0%-100% gradient (and then implement the contrasting line as part of the gradient)
Posted: March 13th, 2012, 12:03 AM
And here it is with the linktree having some content in it, for comparison.
Posted: March 13th, 2012, 12:05 AM
Specifically notice that I've also given the buttons a shadow, this isn't just some visual gimmick, it has a usability aspect to encourage 'affordance' to indicate that it's actually clickable, even if it's the 'highlighted' one.