Citizendium Forums
November 24, 2009, 11:42:05 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: POSTING RULES FOR MAIN CZ BOARDS: (1) The CZ Forums are Citizens-only (a "Citizen" is a Citizendium member). Non-Citizens may use only the "Non-member discussion" and "General help" boards, but still must register before posting (it's easy!). Non-Citizen posts elsewhere will be summarily deleted. (2) All must now use their own real names. To edit your displayed name, click on Profile > Account Related Settings. (3) Citizens must now link to their CZ user pages. To edit your signature, click on Profile > Forum Profile Information.
Click here to return to the wiki
 
   Home   Help Search Login Register  
Pages: 1 ... 3 4 [5]
  Print  
Author Topic: Page layout/format brainstorming  (Read 7768 times)
Chris Day
Forum Regular
****
Posts: 925



« Reply #60 on: August 17, 2007, 10:27:35 AM »

Also, both proposals are based on a html table. This makes life difficult for me to style using CSS. Can the html output of the template be change to use list markup <ul> and <li> rather than table. This make the code much more flexable for a designer to play with.

Maybe I'm wrong, but I think these tabs, vertical or horizontal, are a precursor to a more elegant solution using CSS.  Your own work should not be directed by this quick fix solution.

So why bother with the subpages template?  The answer to that is that it does a lot more than just place a few navigation tabs. It controls:
  • the categories for the article and subpages. 
  • the placement and content of the approval and ToApprove templates. 
  • the headers for each subpage.

By centralising all these functions in one template we can have a consistent look for all the articles.  More importantly, it can be done in a very user friendly manner (one template needs to be at the top of all pages, everything else is automatic). If tweeks need to be made in the future, we can do it with one or two edits rather than sending out an automated bot (or worse people) to make thousands of changes.

So regardless of the look this template will play a very important role in organising the CZ article clusters.

Just out of interest will the CSS skins be available really soon?  If so then what ever gets picked, we won't have to live with it for too long.
« Last Edit: August 17, 2007, 10:30:07 AM by Chris Day » Logged

Derek Harkness
Forum Regular
****
Posts: 543


« Reply #61 on: August 17, 2007, 10:42:49 PM »

My reasoning is that if you make it a table now, then I have to rebuild it as a list to do the skin and I haven't learned wiki template markup yet. If you do it as a list, then you can lay it out however you like now and I can restyle it in the skin without having to edit the template code myself.

Greg, It's not a case of Tables or CSS. I'll use CSS to style a table just the same as anything else. The comparison is Tables v List markup. All the other menus on the wiki are <div>'s filled with and unordered list and styled with CSS. Even the current Article/Discussion/Edit/+ tabs are a list in the HTML. So it makes sense that this new menu should also be encoded as a list.
Logged

Larry Sanger
Administrator
Forum Regular
****
Posts: 1755



WWW
« Reply #62 on: August 17, 2007, 11:33:30 PM »

Sorry, guys, but those are the choices because those are the options that people (mostly Chris Day, I, and others) have developed.  If you want there to be more choices, you will have to create them.
Logged

My CZ user page: http://en.citizendium.org/wiki/User:Larry_Sanger
Please link to your CZ user page in your signature, too!
To do that, click on Profile > Forum Profile Information.
Chris Day
Forum Regular
****
Posts: 925



« Reply #63 on: August 18, 2007, 09:19:13 AM »

If you do it as a list, then you can lay it out however you like now and I can restyle it in the skin without having to edit the template code myself.

I have never done CSS, I assume it is similar to wikimarkup, but I'm not sure how well it would translate into your skin. My guess is you should build it from scratch to avoid having to accommodate idiosyncracies in the wikimarkup I cobbled together. I am no coder, so inheriting my stuff might be a disadvantage.

The comparison is Tables v List markup.

Is there an example of list markup somewhere?  I'm not exactly sure what that represents at the code level.
« Last Edit: August 18, 2007, 09:27:17 AM by Chris Day » Logged

Derek Harkness
Forum Regular
****
Posts: 543


« Reply #64 on: August 19, 2007, 08:00:26 AM »

I finally got my head round the code in the wikiskins. Boy did they do some things the hard way. Anyway, I have still to make many decisions about the skins. You can see one work in progress at http://www.dnselite.com/w/index.php/Biology and before anyone points out any bugs It's not finished yet!. It might not even be the one that we use. It's just me playing around to see what I can do with the system. However, I would like some ideas form people as to where to go form here.

I have managed to integrate the subpages template into the skin. So all the argument over the position of that template are now redundant. I can put it almost anywhere. In the skin shown in the link above, I've put is horizontally. It doesn't need to say there. I can move about. It could go diagonally if that will save arguments (I jest).

It is possible to add links and remove links from the current menus, change their order, position and appearance. So now comes the time to ask what do you want changed? What should be added? What should be removed?
Logged

Stephen Ewen
Guest
« Reply #65 on: August 19, 2007, 02:48:13 PM »

Derek, this is awesome.  Smiley
Logged
Arne Eickenberg
Forum Participant
**
Posts: 106


WWW
« Reply #66 on: August 19, 2007, 06:43:49 PM »

The German WP introduced some really neat alterations. The edit button is found right after the chapter title in smaller script… see e.g. here. This reduces editing problems with images to zero. And there's line spacing and footnote-numbers. See in this article how the footnote-numbers do not destroy the line spacing of the text. To my mind this should be applied here too. From a purely aesthetic point the English WP and CZ simply look shitty. (Pardon my French.)
Logged

Martin Baldwin-Edwards
Forum Regular
****
Posts: 1068


WWW
« Reply #67 on: August 19, 2007, 07:16:40 PM »

Sounds like we Anglos can learn something from German quality control. Strange, that never happened before  Tongue
Logged

Stephen Ewen
Guest
« Reply #68 on: August 19, 2007, 07:49:58 PM »

The German WP introduced some really neat alterations. The edit button is found right after the chapter title in smaller script… see e.g. here. This reduces editing problems with images to zero. And there's line spacing and footnote-numbers. See in this article how the footnote-numbers do not destroy the line spacing of the text. To my mind this should be applied here too. From a purely aesthetic point the English WP and CZ simply look shitty. (Pardon my French.)

Very sharp. I think we should grab this bit of code and incorporate it.  Anyone around here speak German who could do that with the right folk?  Grin
Logged
Joe Quick
Forum Regular
****
Posts: 967


« Reply #69 on: August 19, 2007, 09:36:30 PM »

It is possible to add links and remove links from the current menus, change their order, position and appearance. So now comes the time to ask what do you want changed? What should be added? What should be removed?

Very nice work.

I would like to see something not-gray, though.  Someone made a nice mock-up a while ago, but I can't find it anymore.  Tan might be nice...
Logged

Derek Harkness
Forum Regular
****
Posts: 543


« Reply #70 on: August 19, 2007, 11:03:23 PM »

Quote
I would like to see something not-gray, though.  Someone made a nice mock-up a while ago, but I can't find it anymore.  Tan might be nice...
That was my next question. What colour should CZ be? Wikipedia is a sort of purple if you look closely. I think we should go for a different hue to make us stand out as not the same. What hues take your fancy? Should we go for light blue like these forums, or what about Tan that Joe suggested? Maybe yellow or pink (Larry was talking elsewhere about girl boy imbalance, maybe a pink CZ would redress that issue?)
Logged

Martin Baldwin-Edwards
Forum Regular
****
Posts: 1068


WWW
« Reply #71 on: August 20, 2007, 12:20:10 AM »

PINK?Huh!!!! Shocked I hope you're not serious, Derek!
Logged

Joe Quick
Forum Regular
****
Posts: 967


« Reply #72 on: August 20, 2007, 02:54:05 PM »

PINK?Huh!!!! Shocked I hope you're not serious, Derek!

The color scheme on the forums is too sterile.  I feel like I'm in the hospital.

I think yellow or tan would be best.  They're pretty neutral in color but still different than WP.  The goal should be to pick something that will make people feel welcome but something that noone would ever think to comment on (except for maybe: "Hey, I like the feel of this site a lot better than that Wikipedia deal.").  Pink would definitely draw comments.
Logged

Pages: 1 ... 3 4 [5]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!