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 LengthUnit -> Color -> Css
- borderTop :: Stroke -> Size LengthUnit -> Color -> Css
- borderLeft :: Stroke -> Size LengthUnit -> Color -> Css
- borderBottom :: Stroke -> Size LengthUnit -> Color -> Css
- borderRight :: Stroke -> Size LengthUnit -> 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 LengthUnit -> Size LengthUnit -> Size LengthUnit -> Size LengthUnit -> Css
- borderWidth :: Size LengthUnit -> Css
- borderLeftWidth :: Size LengthUnit -> Css
- borderRightWidth :: Size LengthUnit -> Css
- borderTopWidth :: Size LengthUnit -> Css
- borderBottomWidth :: Size LengthUnit -> Css
- outline :: Stroke -> Size LengthUnit -> Color -> Css
- outlineTop :: Stroke -> Size LengthUnit -> Color -> Css
- outlineLeft :: Stroke -> Size LengthUnit -> Color -> Css
- outlineBottom :: Stroke -> Size LengthUnit -> Color -> Css
- outlineRight :: Stroke -> Size LengthUnit -> 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 LengthUnit -> Size LengthUnit -> Size LengthUnit -> Size LengthUnit -> Css
- outlineWidth :: Size LengthUnit -> Css
- outlineLeftWidth :: Size LengthUnit -> Css
- outlineRightWidth :: Size LengthUnit -> Css
- outlineTopWidth :: Size LengthUnit -> Css
- outlineBottomWidth :: Size LengthUnit -> Css
- outlineOffset :: Size LengthUnit -> 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
- borderSpacing :: Size a -> Css
- borderSpacing2 :: Size a -> Size a -> Css
Stroke type, used for border-style and outline-style.
Border properties.
borderLeft :: Stroke -> Size LengthUnit -> Color -> Css Source #
borderBottom :: Stroke -> Size LengthUnit -> Color -> Css Source #
borderRight :: Stroke -> Size LengthUnit -> Color -> Css Source #
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 #
borderWidth4 :: Size LengthUnit -> Size LengthUnit -> Size LengthUnit -> Size LengthUnit -> Css Source #
borderWidth :: Size LengthUnit -> Css Source #
borderLeftWidth :: Size LengthUnit -> Css Source #
borderRightWidth :: Size LengthUnit -> Css Source #
borderTopWidth :: Size LengthUnit -> Css Source #
borderBottomWidth :: Size LengthUnit -> Css Source #
Outline properties.
outlineTop :: Stroke -> Size LengthUnit -> Color -> Css Source #
outlineLeft :: Stroke -> Size LengthUnit -> Color -> Css Source #
outlineBottom :: Stroke -> Size LengthUnit -> Color -> Css Source #
outlineRight :: Stroke -> Size LengthUnit -> Color -> Css Source #
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 #
outlineWidth4 :: Size LengthUnit -> Size LengthUnit -> Size LengthUnit -> Size LengthUnit -> Css Source #
outlineWidth :: Size LengthUnit -> Css Source #
outlineLeftWidth :: Size LengthUnit -> Css Source #
outlineRightWidth :: Size LengthUnit -> Css Source #
outlineTopWidth :: Size LengthUnit -> Css Source #
outlineBottomWidth :: Size LengthUnit -> Css Source #
outlineOffset :: Size LengthUnit -> Css Source #
Border radius.
Collapsing borders model for a table
borderCollapse :: Visibility -> Css Source #
borderSpacing :: Size a -> Css Source #