Versions Compared

Key

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

Screenshot

The screenshot shows three different variations of the Bootstrap Panel.

image2019-2-12_20-34-43.pngImage RemovedImage Added

The Bootstrap Panel gives you most freedomĀ in applying Bootstrap styles. It is based on a panel shape with a body text. You can define colors for text, background and border, apply a border radius and give it your own external CSS classes and define custom styles on top.

The parameters used in the three examples above are explained below in the Macro Options table.

Adding the Macro

Edit your page.

Select "+" => Other macros

Type in "Bootstrap" in the Search box

Select the "Bootstrap Panel" macro

Macro Options

image2019-2-12_20-38-37.pngImage RemovedImage Added


OptionDescriptionScreenshot (Top)Screenshot (Middle)Screenshot (Bottom)
Text ColorSelect one of the Bootstrap colorsinheritlightwhite
Background ColorSelect one of the Bootstrap colorsinheritinfodanger
Top BorderShow a top border

(tick)
Right BorderShow a right border

(tick)
Bottom BorderShow a bottom border

(tick)
Left BorderShow a left border
(tick)(tick)
Border ColorSelect one of the Bootstrap colors
warningwarning
Border RadiusSelect a border radius
roundedrounde-circle
IDOptional ID if you want to address the object from an external source


Other ClassesApply custom classes that are available on your page


CSS StylesEnter optional custom styleswidth:400px;padding:8px;border-width:8px !important;width:400px;width:50px;height:50px;border-width:4px !important;text-align:center;font-size:32px;



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;
}