Maintainers strive to actively monitor issues and respond in a timely manner.

Paddle Themer

Paddle themer provides exportable theme customizations (styling, settings).

It depends on Paddle Style.

Phoenix Users Saviour

🇺🇦

This module is maintained by Ukrainian developers.

PureTheme

Pure Theme

This is a base html5 theme for Drupal.

features:
+ 978px, 12 column @ 54px with 30px gutter space;
+ subthemes;
+ every element has "wrapper" and "inner";

Paddle Style

Extendable API (ctools plugins) for editing, validating and rendering CSS.

This module defines a "paddle_style" CTools plugin type and a number of plugins.
These plugins provide forms that allow site administrators to determine how the
front end should be styled.

Each plugin is responsible for a specific part of the frontend, and usually maps
to CSS properties. For example the "Font" plugin provides some form elements to
choose a font and font styling, and applies these to the CSS properties
"font-family", "font-size", "font-weight" etc.

Apart from providing CSS properties, the plugins can also run custom code on
each page, which allows to do whatever is necessary to get the frontend to look
like it should. For example some javascript could be included in the page, or
variables could be manipulated by changing the global $conf variable.

By itself this module and the plugins it provides are not really useful, they
are intended to be used in combination with other modules that provide a
framework for these plugins to work in. An example implementation is the Paddle
Themer
module which provides an interface that splits up a theme into
several "Style sets" ("Header settings", "Footer settings", ...) in which these
style plugins are integrated.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained