Safe Haskell | None |
---|---|
Language | Haskell98 |
Clay.Text
Contents
- letterSpacing :: Size a -> Css
- wordSpacing :: Size a -> Css
- data TextRendering
- textRendering :: TextRendering -> Css
- optimizeSpeed :: TextRendering
- optimizeLegibility :: TextRendering
- geometricPrecision :: TextRendering
- textShadow :: Size a -> Size a -> Size a -> Color -> Css
- data TextIndent
- textIndent :: TextIndent -> Css
- eachLine :: TextIndent
- hanging :: TextIndent
- indent :: Size a -> TextIndent
- data TextDirection
- direction :: TextDirection -> Css
- ltr :: TextDirection
- rtl :: TextDirection
- data TextAlign
- textAlign :: TextAlign -> Css
- justify :: TextAlign
- matchParent :: TextAlign
- start :: TextAlign
- end :: TextAlign
- alignSide :: Side -> TextAlign
- alignString :: Char -> TextAlign
- data WhiteSpace
- whiteSpace :: WhiteSpace -> Css
- pre :: WhiteSpace
- nowrap :: WhiteSpace
- preWrap :: WhiteSpace
- preLine :: WhiteSpace
- data TextDecoration
- textDecoration :: TextDecoration -> Css
- textDecorationStyle :: Stroke -> Css
- textDecorationLine :: TextDecoration -> Css
- textDecorationColor :: Color -> Css
- underline :: TextDecoration
- overline :: TextDecoration
- lineThrough :: TextDecoration
- blink :: TextDecoration
- data TextTransform
- textTransform :: TextTransform -> Css
- capitalize :: TextTransform
- uppercase :: TextTransform
- lowercase :: TextTransform
- fullWidth :: TextTransform
- data TextOverflow
- textOverflow :: TextOverflow -> Css
- overflowClip :: TextOverflow
- overflowEllipsis :: TextOverflow
- data WordBreak
- wordBreak :: WordBreak -> Css
- breakAll :: WordBreak
- keepAll :: WordBreak
- data OverflowWrap
- overflowWrap :: OverflowWrap -> Css
- wordWrap :: OverflowWrap -> Css
- breakWord :: OverflowWrap
- data Content
- content :: Content -> Css
- contents :: [Content] -> Css
- attrContent :: Text -> Content
- stringContent :: Text -> Content
- uriContent :: Text -> Content
- urlContent :: Text -> Content
- openQuote :: Content
- closeQuote :: Content
- noOpenQuote :: Content
- noCloseQuote :: Content
Letter and word-spacing.
letterSpacing :: Size a -> Css #
wordSpacing :: Size a -> Css #
Text-rendering.
data TextRendering #
Instances
textRendering :: TextRendering -> Css #
Text-shadow.
Text-indent.
data TextIndent #
Instances
textIndent :: TextIndent -> Css #
eachLine :: TextIndent #
hanging :: TextIndent #
indent :: Size a -> TextIndent #
Text-direction.
data TextDirection #
Instances
direction :: TextDirection -> Css #
ltr :: TextDirection #
rtl :: TextDirection #
Text-align.
alignString :: Char -> TextAlign #
White-space.
data WhiteSpace #
Instances
whiteSpace :: WhiteSpace -> Css #
pre :: WhiteSpace #
nowrap :: WhiteSpace #
preWrap :: WhiteSpace #
preLine :: WhiteSpace #
Text-decoration.
data TextDecoration #
Instances
textDecoration :: TextDecoration -> Css #
textDecorationStyle :: Stroke -> Css #
textDecorationLine :: TextDecoration -> Css #
textDecorationColor :: Color -> Css #
blink :: TextDecoration #
Text-transform.
data TextTransform #
Instances
textTransform :: TextTransform -> Css #
Text-overflow.
data TextOverflow #
Instances
textOverflow :: TextOverflow -> Css #
Word-break.
Overflow-wrap (and Word-wrap).
data OverflowWrap #
Instances
overflowWrap :: OverflowWrap -> Css #
wordWrap :: OverflowWrap -> Css #
Content.
attrContent :: Text -> Content #
stringContent :: Text -> Content #
uriContent :: Text -> Content #
urlContent :: Text -> Content #
closeQuote :: Content #
noOpenQuote :: Content #
noCloseQuote :: Content #