weekdaze-0.0.0.3: A school-timetable problem-solver.

Safe HaskellSafe
LanguageHaskell2010

WeekDaze.Text.CSS

Contents

Description

AUTHOR
Dr. Alistair Ward
DESCRIPTION
Exports labels used to name CSS-classes, & functions to encode arbitrary CSS-identifiers.
Synopsis

Types

Type-synonyms

type CSSIdentifier = String Source #

Merely aids self-documentation.

Constants

boxCSSIdentifier :: CSSIdentifier Source #

A CSS class-label, for an HTML box.

cssSuffix :: FilePath Source #

The suffix used for CSS-files.

consoleOutputCSSIdentifier :: CSSIdentifier Source #

A CSS class-label, denoting console-output.

dataCSSIdentifier :: CSSIdentifier Source #

A CSS class-label, for arbitrary data.

numericDataCSSIdentifier :: CSSIdentifier Source #

A CSS class-label, for arbitrary data.

infoCSSIdentifier :: CSSIdentifier Source #

A CSS class-label, denoting some form of informative message.

warningCSSIdentifier :: CSSIdentifier Source #

A CSS class-label, denoting some form of warning message.

observerSummaryCSSIdentifier :: CSSIdentifier Source #

A CSS class-label, for the individual timetable for a week, as seen by some observer.

timetableViewCSSIdentifier :: CSSIdentifier Source #

A CSS class-label, for a view of a timetable for the week.

Functions

Constructor

mkIdentifier :: String -> CSSIdentifier Source #