Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

You probably know the Confluence messages, shown to you when certain informationis considered valuable to you as user.

You can now put those messages on your page with this macro.

Div
classaui-message aui-message-error closeable

This is a Confluence AUI message


Div
classaui-message aui-message-info closeable

This is a Confluence AUI message


Div
classaui-message aui-message-success closeable

This is a Confluence AUI message


Div
classaui-message aui-message-warning closeable

This is a Confluence AUI message



Adding the Macro

Edit your page.

Select "+" => Other macros

Type in "aui" in the Search box

Select the "AUI Message" macro


Macro Options

Message Title

Enter the title of the message.

Message Color

Select the color of the message.

Closeable

This swith adds an 'X' icon in the upper right corner of the message block which closes and removes the message when clicked.

Fadeout

This switch causes the message block to close and disappear after 5 seconds automatically. The Fadeout will be cancelled if the user interferacts with it (hover or focus).

Style

Enter any custom CSS styles here. Each style needs to be terminated with a semicolon.


Body

Use the body of this macro to enter the content of the message:

Div
classaui-message aui-message-success

Use the body of this macro to enter the content of the message.




Style
div#main-content.wiki-content {
   font-size: 1.2em !important;
   font-family: Segoe UI, sans-serif !important;
}
.wiki-content .contentLayout2 .columnLayout .cell
{
  padding-left: 0px;
  padding-right: 0px;
}