The main purpose of Simple Clean is for it to be crazy simple to get a site up and running in no time. The look and feel of the theme is, as the name suggests, very simple and stripped clean.
Simple Clean is a two column fixed design (optimized for width 960px). The content column have width 610px and right column (sidebar) have width 260px.
News in 7.x-2.0
The 2.0 branch is the HTML5 version of Simple Clean.
HTML5 doctype and meta content-type
Header and Footer sections marked up with header and footer elements
Navigation marked up with nav elements
HTML5 shim script included for IE compability
Css3 Mediaqueries script included for css3 compability
WAI-ARIA accessibility roles added to primary elements
Nodes marked up with article elements containing header and footer elements
Blocks marked up with section elements
Sidebar marked up with aside elements
Search block form uses the new input type="search" attribute
Comments marked up as articles with header/footer elements
This module provides an expandable tree widget for the Taxonomy Term Reference field in Drupal 7. This widget is intended to serve as a replacement for Drupal's core Taxonomy Term Reference widget, which is a flat list of radio buttons or checkboxes and not necessarily fit for medium to large taxonomy trees.
This widget has the following features:
Expand/minimize buttons
Fully theme-able
Filter and sort available options with a view (if views is installed)
The ability to start with the tree either minimized or maximized
If you limit the number of selectable options, client-side javascript limits the number of terms that can be selected by disabling the other remaining options when the limit has been reached (this is enforced on the server side too).
For large trees, this widget now optionally keeps a list of selected items below the tree.
You can use tokens to alter the widget label (good for adding icons, turning the options into links, etc).
This module now comes with a display formatter with the following features:
Display taxonomy terms as a nested list by hierarchy.
Displayed terms can be altered with tokens or themed using a custom theme function.