Enterprise Theme for Confluence
Breadcrumbs

Stylesheet

Parameter

Name

Description

Type

This is a required field

Default

Values

CSS class
class

Sets the class attribute of the element.

string

https://communardo.atlassian.net/wiki/s/626371833/6452/634cf7c37efa7b4eab54b193b5c882fc93d0b2af/_/images/icons/emoticons/error.png



Style attribute
style

Sets the inline style declaration of the element.

string

https://communardo.atlassian.net/wiki/s/626371833/6452/634cf7c37efa7b4eab54b193b5c882fc93d0b2af/_/images/icons/emoticons/error.png



HTML element
elem

Specifies which element is rendered.

enum

https://communardo.atlassian.net/wiki/s/626371833/6452/634cf7c37efa7b4eab54b193b5c882fc93d0b2af/_/images/icons/emoticons/error.png

div

div, span


Example


Example 1

{gu-css-helper:style=padding: 10px; border:1px solid green}
Some Content
{gu-css-helper}

Print a border around content and set a padding


Example 2:

{gu-css-helper}{gu-button-add}{gu-css-helper}

Prints Theme Button floating right with an incorrect height of the box

{gu-css-helper:showBr=true}{gu-button-add}{gu-css-helper}

Prints Theme Button floating right with the correct height of the box