Any plans to port this theme to Drupal 6.x?

Comments

pengi’s picture

yes this is a very nice theme, I hope it can make it to 6.x.

manuelcillero’s picture

Version: 5.x-1.x-dev » 6.x-1.x-dev
Assigned: Unassigned » manuelcillero
Status: Active » Needs review

OK. Here is the first development snapshot for Drupal 6.

peterx’s picture

Testing D6 version at http://d-theme.com/cristalx4drupal. The CSS validates as CSS 2.1 and CSS 3. The XHTML contains one error. In the following line, the h1 should be on the outside of the link.
<a href="/" title="D theme for da Web" class="site-title"><h1><span class="site-name">D theme for da Web</span></h1></a>

The next validation error is a little bit tricky and is a WAI issue. The menu on that page contains a link to a page about Drupal. Your footer contains a link to Drupal using the same text and a different link. Screen readers cannot tell the difference between the links. If you add a title attribute to your link, screen readers can tell the links serve a different purpose.
<a href="http://drupal.org">Drupal</a>