Here are zip with 3 patches for theme/chameleon/common.css , theme/chameleon/pure/chameleon.css and the theme/chameleon/pure/chameleon.css respectively:

- moving duplicate "#aggregator .feed" to from pure/chameleon.css & marvin/chameleon.css to common.css
- all: using doxygen comment format, syncing comment syntax with xtemplate ones
- all: rearranging some classes for more consistent order
- pure: replacing "color: #777" to "color: gray" as used elsewhere in css
- pure: reintroducing "font-family: trebuchet ms" as originally intended

CommentFileSizeAuthor
chameleon.css.cleanup.zip2.42 KBkika
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Dries’s picture

Committed to both HEAD and DRUPAL-4-4. Thanks.

I remember reading in the forums about the need for a taxonomy/vocabulary/term class -- does that still need to be looked at?

Do you think the CSS is "good enough" to organize a theme contenst?

kika’s picture

> Do you think the CSS is "good enough" to organize a theme contenst?

no, couple of more changes along the way:

- .node static {} class
- some default padding-bottom to .node
and perhaps more cleanup and accesibilty feats.

and most important question - shold we revert back to css-positioning like in the original theme? My answer is clear YES since it is the only way to allow real freedom in positioning.

Also, when it comes to contest, we need heavily-commented source files:

http://www.csszengarden.com/zengarden-sample.html
http://www.csszengarden.com/zengarden-sample.css

Anonymous’s picture