This theme is not a fully fledged Drupal theme, but more of a proof of concept. Quite so many designers new to Drupal complain about system CSS and how it makes styling much harder. My experience actually proved absolutely opposite: many of core styles are just helpers, so you don't have to start from scratch but rather reuse many existing styles.
The ExtraStark theme is created for those purists to demonstrate how easy it is to reset any core Drupal CSS style to zero. It resets margins, paddings, font properties etc., and it does the job much more radical way then original Stark theme.
The theme is not intended to be used on production sites (it's too bare for that), though you can use it as basis for more graphical theme.
Features:
The main attraction is reset.css, which by popular demand would include slightly remixed HTML5Boilerplate CSS reset as well. But there is more:
form elements reset (so you'll miss nice enough default D7 buttons), it supplies only borders to make them visible.
original Stark layout (layout.css) has no margins.
responsive layout (template.php now adds <meta name="viewport" content="width=device-width, initial-scale=1.0"> for CSS to work properly on mobile devices).
the theme does reset front end styles, but not the backend.
This module allows Ubercart store administrators to add partial payment functionality as a product feature. They can assign down payment amount and the due date to any product, and manage down payments and partially paid orders in the admin section.
Buyers can select if they wish to pay the full amount or only the down payment. If they select down payment, they will receive an email notification before due date. They can see the information about their partial payments under a new tab in My Account and they can add the remaining balance to the cart and finalize the payment.
This module allows you to create a RSS feed, based in terms from a vocabulary or vocabularies using Views module.
Long Story
This module create a new custom View Style called Taxonomy Feed, Only enabled for Views: Term type. Also this module create a new row style Taxonomy Term. Allowing you to use all standard features from Views module to generate your custom RSS list.
The RSS output items points to his own term URL feed.
This module provides the content of the site information variables in blocks, so users are not limited by their theme in their placement, but can display them in any block region.