CSS framework

CSS Framework

The following is a list of the class names used by jQuery UI. The classes are designed to create a visual consistency across an application and allow components to be themeable by jQuery UI ThemeRoller. The class names are split between ui.core.css and ui.theme.css, depending on whether styles are fixed and structural, or themeable (colors, fonts, backgrounds, etc) respectively.

Layout Helpers

  • .ui-helper-hidden: Hides content visually and from assistive technologies, such as screen readers.
  • .ui-helper-hidden-accessible: Hides content visually, but leaves it available to assistive technologies.
  • .ui-helper-reset: A basic style reset for DOM nodes. Resets padding, margins, text-decoration, list-style, etc.
  • .ui-helper-clearfix: Applies float wrapping