Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Facebook Theme
This discussion has been closed.
Comments
As I wrote before, it's almost finished and there might be huge display problems in browsers other than Fx. It'd be really helpful if you could tell me which browser you're using and show a screenshot.
Oh, and I haven't played with CSS regarding code, blockquote, ul, ol etc., yet. There still are a few things that I'm aware of and need to be fixed, but those are minor problems and I thought the theme is ready for a debut and some beta testing.
can you make the people.css look like the rest of the theme as well?
jw
thanks
very nice
here some screenshots about the issues i commented before:
- the username length
- the role cut in the comments page
- the account page
hope it helps!
what program are you using there?
i gotta get me that
thanks
@miquel: Doesn't Ubuntu have Tahoma font?! The font-family I'm using all over the theme is
font-family: "lucida grande",tahoma,verdana,arial,sans-serif
and I can see from the screenshots you provided that everything is displayed in Verdana (?). Guess I need to widen a few blocks :]
No complaints from me. Just another thing to keep in mind regarding miquel's "account page" issue: Since Vanilla allows custom fields to be added to a user's account, there is no way to determine how long the field name will be. I suggest making the style able to span multiple lines. Probably not an easy task but just simply resizing the name column is not going to fix the bigger problem.
Awesome work! I'll keep watching
As for new (long) labels on the account page, I thought I manged to find a good way to display them, but as you pointed out, I was wrong :] No worries! Those are only minor problems.
But I must admit... as this is my first theme/style, the CSS file is quite messy Now I know it's always better to write from scratch rather than modify someone else's stylesheet.