Fluidproject UI Options

Component ID

2385899

Component name

Fluidproject UI Options

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

672

Component created

Component changed

Component body

Overview:
Fluidproject's UI Options provides accessibility options for users to modify a page's font size, line height, font style, contrast, and link style. The changes are retained using cookies.

This module integrates the library into Drupal's non-admin pages.

Demo:
http://fluidproject.org

Requirements:

  1. Libraries API
  2. Fluidproject's Infusion /src/components, lib, and framework folders copied to sites/all/libraries/fluid https://github.com/fluid-project/infusion
  3. At least jQuery 1.7. You can use the jquery_update module to update your version.

Limitations:

  • Internationalization is not done through the Drupal interface but through JSON files within the module folder. More on this in the README.
  • It has been tested with the most popular themes successfully. Some themes (i.e. Bootstrap) need additional CSS in order for font-sizing or line heights to work (setting percentage or EM values).
  • The contrast settings do not work for elements that use CSS gradients.