Documentation ¶
Index ¶
- Variables
- func LayeredImage(URL, imageURL, name, title string) *elems.Element
- func LayeredImageCss(widthPX int) *elems.Element
- func TextOnHover(src, caption, text string) *elems.Element
- func TextOnHoverCss(sideSizePX int) *elems.Element
- func TextWithLinkBtn(src, href, buttontext, caption, text string) (*elems.Element, *elems.Element)
- func TextWithLinkBtnCss(widthPX int, src string) *elems.Element
Constants ¶
This section is empty.
Variables ¶
View Source
var ( IMAGE_CONTAINER = "image-container-" // + string COLOR_BLACK = csscolors.COLOR_BLACK COLOR_MAIN = csscolors.COLOR_MAIN COLOR_DARK_GRAY = csscolors.COLOR_DARK_GRAY COLOR_SIX = csscolors.COLOR_SIX BACKGROUND_COLOR = csscolors.BACKGROUND_COLOR )
General colors for use in CSS. Can be overridden.
Functions ¶
func LayeredImage ¶ added in v1.0.4
func LayeredImageCss ¶ added in v1.0.4
func TextOnHover ¶
func TextOnHoverCss ¶
func TextWithLinkBtn ¶ added in v1.1.8
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.