[
https://issues.apache.org/jira/browse/JSPWIKI-504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12716067#action_12716067
]
Goran Karlic commented on JSPWIKI-504:
--------------------------------------
I think the way how CSS identifiers and classes are used in JSPs needs to be
improved for now too many things need to be handled especially. It should be
possible to achieve good-looking and consistent results with a rather small CSS.
Making a "redish skin", for instance, is nearly undoable and results in a large
CSS files and heavy utilization of Firebug to find out "why things look like
they do".
It would be much easier if for instance all "header text elements" shared one
class so it can be referenced in CSS as such:
{code}
HTML:
<h1 class="header ...">Title 1</h1>
<h2 class="header ...">Title 2</h2>
<th class="header ...">Table</th>
<div class="header ...">Welcome</div>
<div class="error header">Error</div>
CSS:
#heading { ... }
{code}
> New default look for 3.0
> ------------------------
>
> Key: JSPWIKI-504
> URL: https://issues.apache.org/jira/browse/JSPWIKI-504
> Project: JSPWiki
> Issue Type: Improvement
> Components: Default template
> Reporter: Janne Jalkanen
> Priority: Blocker
> Fix For: 3.0
>
>
> Folks, I'm kinda tired of our old look. I would like to propose that we
> retire the old, plain look (which looks very HTML 2.0) to an optional skin,
> and adopt a completely new default look to signify the milestone marker to a
> new life under Apache.
> However, we *do* need the hand of a capable graphic designer on this one.
> Any volunteer helpers? Feel free to attach your skins as proposals to this
> issue ;-)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.