Styleguide palette CSS

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Synopsis

Drupal's Style guide module contains a Style guide palette sub-module, which stores color swatches in the database and displays them on a separate page from the main style guide. However, themers who develop with CSS pre-processors like SCSS or LESS often store colors as variables inside the stylesheets themselves, and these colors may change as the project evolves (meaning that a database update would need to happen each time a color changes).

Sassy Zen

Component type

module

Maintenance status

Development status

Component created

Component changed

This project extends the sassy module to support creating a Zen sub theme using a PHP CSS pre-processor reducing having a dependency on Ruby for development.

Currently this module only support Sassy Compass with the focus on the Zen theme system, however the principles used here could easily be applied to add support for other CSS pre-processors systems.

IcontactForm

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module expands the features of the site with iContact subscription form.This module provide the easiest way to add a iContact form to a basic Drupal site.

Subfields

Component type

module

Maintenance status

Development status

Downloads

1126

Component created

Component changed

Subfields is an implementation of core's Field UI that allows you to split a single field into as many sub-fields as you like. It is a lot like Composed Field, but each value is stored as a text string so it is searchable and available to Views.

You can configure each sub-field type as if it were literally a single field. This module only supports select list and textfield input boxes. But is also provides a regex validation handler to validate that appropriate data is provided.

Italian Codice Fiscale

Component type

module

Maintenance status

Development status

Downloads

26

Component created

Component changed

The field Tax Code is a cck field that integrates seamlessly into the entities of drupal 7. It can be inserted into any type of content and allows you to store the Italian tax code of individuals with the text format XXXXXX00X00X000X, where X is a letter and 0 is a number.
The validation consists of a formal control of the string by a regular expression. An addition of JavaScript makes sure that the string is always capitalized.