Ask Your Question
1

What to improve in the askbot theme?

asked 2011-01-14 22:08:44 -0500

Evgeny's avatar

Of course it is impossible to please everyone at once, but nevertheless I'd like to ask your opinion - what could be improved in the design of the default theme?

edit retag flag offensive close merge delete

8 Answers

Sort by ยป oldest newest most voted
2

answered 2012-08-10 01:28:11 -0500

Tyler Mandry's avatar

First and foremost, something that works on mobile.

Less busy. More focus on content, less on style. Let everything breathe.

IMO the default font (ie of questions on the landing page) is much too stylized and distracting.

edit flag offensive delete link more

Comments

I cant agree more

ivawzh's avatar ivawzh  ( 2013-06-11 04:13:17 -0500 )edit
2

answered 2011-01-16 02:35:32 -0500

graeme's avatar

updated 2011-01-16 06:54:42 -0500

This would be a lot of work, but make it fluid instead of fixed width. I had a go but did not really get anywhere.

I also think big blocks of text should be moved into config somewhere, or separate template files so that they are easy to change.

The recent css cruft removal is a significant improvement. The lighter the css and templates the easier they are to understand, and therefore the easier they are to modify.

edit flag offensive delete link more

Comments

2
I kind of like the width right now...
xdot's avatar xdot  ( 2011-01-16 21:45:56 -0500 )edit
There will be more cleanups of the css and markup this week, after wednesday.
Evgeny's avatar Evgeny  ( 2011-01-17 00:43:31 -0500 )edit
1

answered 2012-03-01 03:40:09 -0500

DavyLandman's avatar

I would advice changing the "Yvonne Kaffeesatz" font, especially on mac's it looks strange.

See the screenshot:

strange fonts

Somehow the rendering (in Chrome) is stange (height is more than width) but if I look on Windows (in Chrome) it looks a lot better.

But after upgrading, all my mac users complained, so I suggest finding a different font. Perhaps not using the (performance intensive) webfonts but just one of the regular fonts?

edit flag offensive delete link more
1

answered 2011-01-15 19:21:40 -0500

xdot's avatar

I think separation between questions should be #1

I kinda of like this style http://www.answerbag.com/questions/ or like on http://www.blurtit.com/ with really nice separations..background color changing

also there seems to be too much white spacing ... like o this page between your question and tags there is at least 5 lines of white space... i think it needs to be a bit tighter

edit flag offensive delete link more

Comments

Thanks, I have adjusted the spacings here, will publish the update probably tomorrow.
Evgeny's avatar Evgeny  ( 2011-01-15 22:42:35 -0500 )edit
1

answered 2011-02-01 08:47:03 -0500

Benoit's avatar

I would second the ability to have a flowing width, but keep the current settings as the minimum.

I think this is especially useful when displaying a question with code. Right now, you are limited to about 70 characters when using <pre> before you see the scroll bar.
That's really annoying as I like the <pre> tag to display tabular format.

Specifically, I would be very happy with the following:

  • Flow only on a Question page. Fixed width everywhere else.
  • Only have the question body be variable width. Right column stays fixed.
edit flag offensive delete link more

Comments

There was a silly css rule on the <pre> tag, with the rule removed the tag will fit ~85 chars, that will be a quick partial solution for now. There is work going on now on refactoring the templates, then skinning will be easier.
Evgeny's avatar Evgeny  ( 2011-02-01 14:04:58 -0500 )edit
Evgeny, I don't think the rule was silly :) Removing it will cause any pre tags to actually overrun into the right-hand column if it's used in a question. I would suggest restoring the old behavior for now until a real flowing layout becomes possible.
Benoit's avatar Benoit  ( 2011-02-02 09:50:55 -0500 )edit
0

answered 2012-01-30 21:11:50 -0500

brycenesbitt's avatar

Make it fluid instead of fixed width. Everything else could be fixed width, but make the actual Q&A flow properly no matter the text size.

edit flag offensive delete link more

Comments

1

IMO simple fluid designs look awful on very large screens. Please give example of a high profile site using purely fluid layout. NY Times, facebook, twitter, Quora use fixed width.

Evgeny's avatar Evgeny  ( 2012-01-31 07:01:36 -0500 )edit
0

answered 2012-01-23 05:39:25 -0500

Olloff's avatar

Sorry if I wrong, but you could use font-family with multiple charsets. As I can see, for now you use Yanone Kaffeesatz which supports only latin charset.

edit flag offensive delete link more

Comments

We'll keep this in mind, if you can suggest other font that works better, that would be great. For a workaround it is possible to use language class on the body element, to add language-specific font. For example <body> on this page has class lang-en.

Evgeny's avatar Evgeny  ( 2012-01-23 07:06:21 -0500 )edit
1

Evgeny, for the quick patch I use Open Sans Condensed - http://www.google.com/webfonts/specimen/Open+Sans+Condensed

Olloff's avatar Olloff  ( 2012-02-28 07:43:13 -0500 )edit

Oh, super. Thanks.

Evgeny's avatar Evgeny  ( 2012-02-28 07:45:17 -0500 )edit
0

answered 2012-08-10 09:43:53 -0500

pajju's avatar
  1. We must give at most focus for - giving best experience for readers, and worry less on styling. Currently the askbot site has too many colors(bright too?). We need to work more in getting better Colors and fonts which are pleasing and appealing to the eyes & mind. The current home page is a little distracting - I find Big & bold fonts.

  2. Making it accessible from across all browsers and platforms - mobile and tablet layouts. Very Important one in the list!

  3. A much better editor? The WMD and Markdown editor's are definitely not user friendly. We need an editor which is very straightforward.
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

4 followers

Stats

Asked: 2011-01-14 22:08:44 -0500

Seen: 6,480 times

Last updated: Aug 10 '12