Safe Haskell | None |
---|---|
Language | Haskell98 |
- data Stroke
- solid :: Stroke
- dotted :: Stroke
- dashed :: Stroke
- double :: Stroke
- wavy :: Stroke
- groove :: Stroke
- ridge :: Stroke
- inset :: Stroke
- outset :: Stroke
- border :: Stroke -> Size Abs -> Color -> Css
- borderTop :: Stroke -> Size Abs -> Color -> Css
- borderLeft :: Stroke -> Size Abs -> Color -> Css
- borderBottom :: Stroke -> Size Abs -> Color -> Css
- borderRight :: Stroke -> Size Abs -> Color -> Css
- borderColor4 :: Color -> Color -> Color -> Color -> Css
- borderColor :: Color -> Css
- borderLeftColor :: Color -> Css
- borderRightColor :: Color -> Css
- borderTopColor :: Color -> Css
- borderBottomColor :: Color -> Css
- borderStyle4 :: Stroke -> Stroke -> Stroke -> Stroke -> Css
- borderStyle :: Stroke -> Css
- borderLeftStyle :: Stroke -> Css
- borderRightStyle :: Stroke -> Css
- borderTopStyle :: Stroke -> Css
- borderBottomStyle :: Stroke -> Css
- borderWidth4 :: Size Abs -> Size Abs -> Size Abs -> Size Abs -> Css
- borderWidth :: Size Abs -> Css
- borderLeftWidth :: Size Abs -> Css
- borderRightWidth :: Size Abs -> Css
- borderTopWidth :: Size Abs -> Css
- borderBottomWidth :: Size Abs -> Css
- outline :: Stroke -> Size Abs -> Color -> Css
- outlineTop :: Stroke -> Size Abs -> Color -> Css
- outlineLeft :: Stroke -> Size Abs -> Color -> Css
- outlineBottom :: Stroke -> Size Abs -> Color -> Css
- outlineRight :: Stroke -> Size Abs -> Color -> Css
- outlineColor4 :: Color -> Color -> Color -> Color -> Css
- outlineColor :: Color -> Css
- outlineLeftColor :: Color -> Css
- outlineRightColor :: Color -> Css
- outlineTopColor :: Color -> Css
- outlineBottomColor :: Color -> Css
- outlineStyle4 :: Stroke -> Stroke -> Stroke -> Stroke -> Css
- outlineStyle :: Stroke -> Css
- outlineLeftStyle :: Stroke -> Css
- outlineRightStyle :: Stroke -> Css
- outlineTopStyle :: Stroke -> Css
- outlineBottomStyle :: Stroke -> Css
- outlineWidth4 :: Size Abs -> Size Abs -> Size Abs -> Size Abs -> Css
- outlineWidth :: Size Abs -> Css
- outlineLeftWidth :: Size Abs -> Css
- outlineRightWidth :: Size Abs -> Css
- outlineTopWidth :: Size Abs -> Css
- outlineBottomWidth :: Size Abs -> Css
- outlineOffset :: Size Abs -> Css
- borderRadius :: Size a -> Size a -> Size a -> Size a -> Css
- borderTopLeftRadius :: Size a -> Size a -> Css
- borderTopRightRadius :: Size a -> Size a -> Css
- borderBottomLeftRadius :: Size a -> Size a -> Css
- borderBottomRightRadius :: Size a -> Size a -> Css
- borderCollapse :: Visibility -> Css
Stroke type, used for border-style and outline-style.
Border properties.
borderColor :: Color -> Css Source
borderLeftColor :: Color -> Css Source
borderRightColor :: Color -> Css Source
borderTopColor :: Color -> Css Source
borderBottomColor :: Color -> Css Source
borderStyle :: Stroke -> Css Source
borderLeftStyle :: Stroke -> Css Source
borderRightStyle :: Stroke -> Css Source
borderTopStyle :: Stroke -> Css Source
borderBottomStyle :: Stroke -> Css Source
borderWidth :: Size Abs -> Css Source
borderLeftWidth :: Size Abs -> Css Source
borderRightWidth :: Size Abs -> Css Source
borderTopWidth :: Size Abs -> Css Source
borderBottomWidth :: Size Abs -> Css Source
Outline properties.
outlineColor :: Color -> Css Source
outlineLeftColor :: Color -> Css Source
outlineRightColor :: Color -> Css Source
outlineTopColor :: Color -> Css Source
outlineBottomColor :: Color -> Css Source
outlineStyle :: Stroke -> Css Source
outlineLeftStyle :: Stroke -> Css Source
outlineRightStyle :: Stroke -> Css Source
outlineTopStyle :: Stroke -> Css Source
outlineBottomStyle :: Stroke -> Css Source
outlineWidth :: Size Abs -> Css Source
outlineLeftWidth :: Size Abs -> Css Source
outlineRightWidth :: Size Abs -> Css Source
outlineTopWidth :: Size Abs -> Css Source
outlineBottomWidth :: Size Abs -> Css Source
outlineOffset :: Size Abs -> Css Source
Border radius.
borderTopLeftRadius :: Size a -> Size a -> Css Source
borderTopRightRadius :: Size a -> Size a -> Css Source
borderBottomLeftRadius :: Size a -> Size a -> Css Source
borderBottomRightRadius :: Size a -> Size a -> Css Source
Collapsing borders model for a table
borderCollapse :: Visibility -> Css Source