Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Include Page
Infusion13:Styles for FSS examplesInfusion13:
Styles for FSS examples
Section
Column
Include Page
Infusion13:FSS text examples navigationInfusion13:
FSS text examples navigation
Include Page
Infusion13:FSS Links PanelInfusion13:
FSS Links Panel
h2. Styles {html} <p class="fl-text-underline">This paragraph is underlined.</p> <p class="fl-text-bold">This paragraph is bold.</p> <p class="fl-text-larger">This paragraph is larger.</p> <p class="fl-input-outline">This paragraph is outlined.</p> {html} The markup and classes used to produce this example: {code:html}

Styles

The markup and classes used to produce this example:

Column
Wiki Markup
Code Block
html
html
<p class="fl-text-underline">This paragraph is underlined.</p>
<p class="fl-text-bold">This paragraph is bold.</p>
<p class="fl-text-larger">This paragraph is larger.</p>
<p class="fl-input-outline">This paragraph is outlined.</p>
{code}

NOTE:

The

classes

are

applied

to

the

paragraph

tags

and

so

apply

only

that

paragraph.

The

class

could

be

applied

to

a

{{

<div>

}}

surrounding

many

paragraphs

to

apply

the

style

to

all

paragraphs.