Drop Shadows

Component type

module

Categories

Downloads

1058

Component created

Component changed

This module allows for a simple way to provide drop shadowed or rounded corner boxes, which extend to deal with content.

No longer being maintained.

Role Theme Switcher

Component type

module

Categories

Maintenance status

Development status

Downloads

33682

Component created

Component changed

Useful Drupal module to assign separate themes for different roles (including anonymous) in your system.

Often you want to separate Drupal administrative interface from frontend. You can do this assigning appropriate theme for you as user. What to do if you want to show different theme for non-authorized user?

With this module, you can select a theme per role to display. The list of roles can be ordered to manage the case when a user has several roles. Theme are displayed from the top to the bottom of the list.

Compact Forms

Component type

module

Maintenance status

Development status

Downloads

48393

Component created

Component changed

Compact Forms presents text fields for selected forms in a more compact fashion using jQuery.

The form item/element fields are overlaid with their respective labels. When the user focuses a field the label fades away nicely, and if the field is left empty the label fades back in again.

By default, only the user login block is switched to compact style, but the behavior can be added to any form by adding the corresponding CSS ids to the Compact Forms configuration.

  • Degrades back to the original form when JavaScript is switched off.
  • Fields like textareas and checkboxes are currently not affected.
  • Inspired by A List Apart

Panels Tabs

Component type

module

Categories

Maintenance status

Development status

Downloads

46541

Component created

Component changed

Description

This module provides a configurable "tabs" Panel style that can be used by any Panels module.

The module supports the following tab modes:

  1. Normal tabs (horizontal filling disabled).
  2. Horizontally filling, equal width tabs: sets the width property, forcing each tab to be equally wide. If the text doesn't fit in the tab, the overflow will be hidden.
  3. Horizontally filling, smart width tabs: calculates the length of the text in each tab and compares this to the total length of the text on all tabs. It then sets the width property of each tab according to the percentage of text the tab contains.

Pager links inside panels (e.g. views with pagers) will automatically be updated to ensure that the same tab is opened when the page is loaded.

Dynamic Rendering

Component type

module

Maintenance status

Development status

Downloads

8465

Component created

Component changed

This module provides an easy, user-friendly administrative interface for quickly implementing rendering rules for various technologies depending on Cascading Style Sheets (CSS) and/or Javascript (JS) on any Drupal site without requiring any adjustments to the site's theme.

Short list of available plugins: sIFR v2

Yahoo YUI

Component type

module

Downloads

47703

Component created

Component changed

What is YUI ? The Yahoo! User Interface Library

This module is for taking the advantage of available Yahoo YUI components.
Currently implemented components are;

Alter CSS

Component type

module

Categories

Downloads

4011

Component created

Component changed

Alter CSS allows you edit the CSS of a Drupal theme within Drupal. Upon installation, Alter CSS will add a fieldset to all theme administration pages that allows you to edit the text of style.css in your Drupal themes. Backup files are created when you first browse to a theme administration page for safe restoration and removed after uninstalling. You can create many different CSS files that you can switch through at any time through the same page. This is good for creating different "themes" within a Drupal theme.

jQuery Lightbox

Component type

module

Downloads

20534

Component created

Component changed

jQuery Lightbox (jLightbox) is a port of the Lightbox project using jQuery instead of prototype and script.acolu.ous libraries. It is based on the famous Lightbox v2 script by Lokesh Dhakar, but will soon be even more reduced in file size by leveraging the full jQuery framework and enhanced with Drupal specific customizations.

Primary benefit (as of now): Implement jQuery Lightbox with just ~5 KB of JavaScript.

Please note that jQuery Lightbox module is a very simple and lightweight implementation. See Lightbox2 module for advanced features.