Ticket #484 (assigned todo)

Opened 2 years ago

Last modified 2 years ago

Website design: create a CSS file from the mockup

Reported by: raffa Owned by: pseudoruprecht
Priority: normal Milestone:
Component: Website Keywords:
Cc: andreas@…, andrew@…, w_verwijlen@… Blocked By: #483
Blocking:

Description

The CSS file should be compatible with the present website and also easily adaptable to uWiki, both based on asciidoc.

Change History

comment:1 Changed 2 years ago by raffa

  • Cc andreas@…, andrew@… added

comment:2 Changed 2 years ago by raffa

  • Cc w_verwijlen@… added

comment:3 Changed 2 years ago by pseudoruprecht

  • Owner set to pseudoruprecht
  • Status changed from new to assigned

I propose the following next steps:

  • derive a layout from the current proposal - see our blocker #483 - built with floating CSS boxes (sorry, no IE6 here)
  • separate content (.txt) from layout (CSS) and HTML structure generation (the asciidoc .conf) as much as possible
    • no layout in the .conf, just HTML generation
    • menus should be in the .txt as well (if this is possible; I have to get my head around asciidoc first)
    • no <span> elements in the resulting html
    • as few uses of 'class' attributes in html elements as possible

I suggest we use the CSS styles that come with asciidoc (xhtml11.css, but without the IE quirks) and override them with our custom page layout and styles for colors etc.

Note: See TracTickets for help on using tickets.