Safe Haskell | None |
---|---|
Language | Haskell2010 |
Lykah.Theme2
Description
Themes are used to describe how to render a website/structure into HTML
- theme :: Theme
- sect :: Monad m => Markup2 -> MarkupT m () -> MarkupT m () -> MarkupT m ()
- subSect :: Monad m => Markup2 -> MarkupT m () -> MarkupT m () -> MarkupT m ()
- floatingImage :: IDO a => Int -> Bool -> String -> Maybe a -> a -> Maybe (EHtml b ()) -> EHtml b ()
- loremMore :: Monad m => Int -> MarkupT m ()
Documentation
Arguments
:: IDO a | |
=> Int | size |
-> Bool | the image should be wrapped in a link to open it in blank |
-> String | classes |
-> Maybe a | the image has a downscaled version |
-> a | src |
-> Maybe (EHtml b ()) | the image should have this description and a clearfix after it |
-> EHtml b () |
floating image with text, terminated by a clearfix.