The forum has a very nice layout and feel.
Great job.
I liked the old style too. [adminextra.com/attachments/misago-style-jpg.1655/]
The forum has a very nice layout and feel.
Great job.
I liked the old style too. [adminextra.com/attachments/misago-style-jpg.1655/]
In fact I love the whole top row !
Starting from 0.2 there's modbar too for those with permission to access it's tools:
That those tools do will be covered when time comes. :)
Yep design is really nice and very clean ;) Ralph in this situation did great job :)
This post is hidden. You cannot see its contents.
Hidden by rafalp on March 24, 2013, 3:42 p.m..
@adrian218 sorry but this is English speaking forum.
Ahh and this is design! No this what i seen few weeks ago :)
Good job Rafał
Yep, now looks very proffesional and modern. It's on plus - I can still see :).
This is great.But not in accordance with css3
It is not "must be" to use CSS3. Using it to force isn't a good idea.
But in some places... If Rafał considers it appropriate, he will add it.
Him in terms of compatibility. I understand that.You can see that he has a vision.
What do you mean this is not in accordance with Css3? There are syntax errors, or simply that I don't use it?
You use code compatibility for old version firefox,chrome.
example
-webkit-box-shadow:0px 0px 0px 3px #eeeeee;
-moz-box-shadow:0px 0px 0px 3px #eeeeee;
It isn't problem.
Ummm... I'm not. In fact, I am writing little CSS if at all. :)
What I write are LESS directives using Bootstrap mixins that are turned into CSS. Code you quote looks like this in Misago:
something {
.box-shadow(0px 0px 0px 3px @categoryShadow);
}
Its combined might of Bootstrap and LESS that turns this code into what you quote. And as browsers implementation of CSS3 improves, Bootstrap guys are updating directives to no longer use browser prefixes (best example would be drop of .border-radius() directive).
So the code is generated by the Bootstrap.
Probably writing styles easier.