Safe Haskell | None |
---|---|
Language | Haskell98 |
- 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
- data Display
- display :: Display -> Css
- inline :: Display
- block :: Display
- listItem :: Display
- runIn :: Display
- inlineBlock :: Display
- table :: 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
- 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
- baseline :: VerticalAlignValue Value
- middle :: VerticalAlignValue Value
- vAlignSub :: VerticalAlignValue Value
- textTop :: VerticalAlignValue Value
- textBottom :: VerticalAlignValue Value
- vAlignTop :: VerticalAlignValue Value
- vAlignBottom :: VerticalAlignValue Value
- class Val a => Cursor a where
- crosshair :: CursorValue Value
- cursorDefault :: CursorValue Value
- pointer :: CursorValue Value
- move :: CursorValue Value
- eResize :: CursorValue Value
- neResize :: CursorValue Value
- nwResize :: CursorValue Value
- nResize :: CursorValue Value
- seResize :: CursorValue Value
- swResize :: CursorValue Value
- sResize :: CursorValue Value
- wResize :: CursorValue Value
- cursorText :: CursorValue Value
- wait :: CursorValue Value
- cursorProgress :: CursorValue Value
- help :: CursorValue Value
- cursorUrl :: Text -> CursorValue Value
Float.
float :: FloatStyle -> Css Source
Position.
Display
Overlow
Visibility.
data Visibility Source
visibility :: Visibility -> Css Source
Opacity.
Z-index.
Pointer-events.
data PointerEvents Source
pointerEvents :: PointerEvents -> Css Source
Vertical align.
class Val a => VerticalAlign a where Source
Nothing
verticalAlign :: a -> Css Source
VerticalAlign (Size a) |
textBottom :: VerticalAlignValue Value Source
vAlignBottom :: VerticalAlignValue Value Source
Cursor
cursorDefault :: CursorValue Value Source
cursorText :: CursorValue Value Source
cursorProgress :: CursorValue Value Source