Safe Haskell | None |
---|---|
Language | Haskell98 |
Synopsis
- float :: FloatStyle -> Css
- data FloatStyle
- floatLeft :: FloatStyle
- floatRight :: FloatStyle
- clear :: Clear -> Css
- data Clear
- both :: Clear
- clearLeft :: Clear
- clearRight :: Clear
- data Position
- position :: Position -> Css
- static :: Position
- absolute :: Position
- fixed :: Position
- relative :: Position
- sticky :: Position
- data Display
- display :: Display -> Css
- inline :: Display
- block :: Display
- listItem :: Display
- runIn :: Display
- inlineBlock :: Display
- table :: Display
- displayTable :: Display
- inlineTable :: Display
- tableRowGroup :: Display
- tableHeaderGroup :: Display
- tableFooterGroup :: Display
- tableRow :: Display
- tableColumnGroup :: Display
- tableColumn :: Display
- tableCell :: Display
- tableCaption :: Display
- displayNone :: Display
- displayInherit :: Display
- flex :: Display
- inlineFlex :: Display
- grid :: Display
- inlineGrid :: Display
- data Overflow
- scroll :: Overflow
- overflow :: Overflow -> Css
- overflowX :: Overflow -> Css
- overflowY :: Overflow -> Css
- data Visibility
- collapse :: Visibility
- separate :: Visibility
- visibility :: Visibility -> Css
- data Clip
- clip :: Clip -> Css
- rect :: Size a -> Size a -> Size a -> Size a -> Clip
- opacity :: Double -> Css
- zIndex :: Integer -> Css
- data PointerEvents
- pointerEvents :: PointerEvents -> Css
- visiblePainted :: PointerEvents
- visibleFill :: PointerEvents
- visibleStroke :: PointerEvents
- painted :: PointerEvents
- fillEvents :: PointerEvents
- strokeEvents :: PointerEvents
- allEvents :: PointerEvents
- class Val a => VerticalAlign a where
- verticalAlign :: a -> Css
- middle :: VerticalAlignValue
- vAlignSub :: VerticalAlignValue
- vAlignSuper :: VerticalAlignValue
- textTop :: VerticalAlignValue
- textBottom :: VerticalAlignValue
- vAlignTop :: VerticalAlignValue
- vAlignBottom :: VerticalAlignValue
- vAlignBaseline :: VerticalAlignValue
- class Val a => Cursor a where
- cursorUrl :: Text -> CursorValue Value
- cursorDefault :: CursorValue Value
- contextMenu :: CursorValue Value
- help :: CursorValue Value
- pointer :: CursorValue Value
- cursorProgress :: CursorValue Value
- wait :: CursorValue Value
- cell :: CursorValue Value
- crosshair :: CursorValue Value
- cursorText :: CursorValue Value
- vText :: CursorValue Value
- alias :: CursorValue Value
- cursorCopy :: CursorValue Value
- move :: CursorValue Value
- noDrop :: CursorValue Value
- notAllowed :: CursorValue Value
- grab :: CursorValue Value
- grabbing :: CursorValue Value
- allScroll :: CursorValue Value
- colResize :: CursorValue Value
- rowResize :: CursorValue Value
- nResize :: CursorValue Value
- eResize :: CursorValue Value
- sResize :: CursorValue Value
- wResize :: CursorValue Value
- neResize :: CursorValue Value
- nwResize :: CursorValue Value
- seResize :: CursorValue Value
- swResize :: CursorValue Value
- ewResize :: CursorValue Value
- nsResize :: CursorValue Value
- neswResize :: CursorValue Value
- nwseResize :: CursorValue Value
- zoomIn :: CursorValue Value
- zoomOut :: CursorValue Value
Float.
float :: FloatStyle -> Css Source #
data FloatStyle Source #
Instances
Val FloatStyle Source # | |
Defined in Clay.Display value :: FloatStyle -> Value Source # | |
None FloatStyle Source # | |
Defined in Clay.Display none :: FloatStyle Source # | |
Inherit FloatStyle Source # | |
Defined in Clay.Display inherit :: FloatStyle Source # |
clearRight :: Clear Source #
Position.
Display
Deprecated: Use displayTable
instead.
inlineFlex :: Display Source #
inlineGrid :: Display Source #
Overlow
Visibility.
data Visibility Source #
Instances
Val Visibility Source # | |
Defined in Clay.Display value :: Visibility -> Value Source # | |
Other Visibility Source # | |
Defined in Clay.Display other :: Value -> Visibility Source # | |
Hidden Visibility Source # | |
Defined in Clay.Display hidden :: Visibility Source # | |
Visible Visibility Source # | |
Defined in Clay.Display visible :: Visibility Source # | |
Inherit Visibility Source # | |
Defined in Clay.Display inherit :: Visibility Source # | |
Auto Visibility Source # | |
Defined in Clay.Display auto :: Visibility Source # |
visibility :: Visibility -> Css Source #
Opacity.
Z-index.
Pointer-events.
data PointerEvents Source #
Instances
Val PointerEvents Source # | |
Defined in Clay.Display value :: PointerEvents -> Value Source # | |
Other PointerEvents Source # | |
Defined in Clay.Display other :: Value -> PointerEvents Source # | |
Visible PointerEvents Source # | |
Defined in Clay.Display | |
None PointerEvents Source # | |
Defined in Clay.Display none :: PointerEvents Source # | |
Inherit PointerEvents Source # | |
Defined in Clay.Display | |
Auto PointerEvents Source # | |
Defined in Clay.Display auto :: PointerEvents Source # |
pointerEvents :: PointerEvents -> Css Source #
Vertical align.
class Val a => VerticalAlign a where Source #
Nothing
verticalAlign :: a -> Css Source #
Instances
VerticalAlign (Size a) Source # | |
Defined in Clay.Display verticalAlign :: Size a -> Css Source # |
vAlignSuper :: VerticalAlignValue Source #
textBottom :: VerticalAlignValue Source #
vAlignBottom :: VerticalAlignValue Source #
vAlignBaseline :: VerticalAlignValue Source #
Cursor
cursorDefault :: CursorValue Value Source #
contextMenu :: CursorValue Value Source #
cursorProgress :: CursorValue Value Source #
cursorText :: CursorValue Value Source #
cursorCopy :: CursorValue Value Source #
notAllowed :: CursorValue Value Source #
neswResize :: CursorValue Value Source #
nwseResize :: CursorValue Value Source #