Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions docs/pages/pages-themes.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,56 +56,56 @@ <h3>Default Theme Content Header</h3>

<p>And each of the five "swatches" applies its style consistently across all page elements, as shown below:</p>

<h2>Swatch A</h2>
<h2>Swatch "a"</h2>
<div data-role="header">
<h1>Header A</h1>
</div>


<div class="ui-body ui-body-a">
<h3>Header</h3>
<p>This is content color swatch "A" and a preview of a <a href="#" class="ui-link">link</a>.</p>
<p>This is content color swatch "a" and a preview of a <a href="#" class="ui-link">link</a>.</p>
<a href="#" data-role="button" data-inline="true">Button</a>
</div>


<h2>Swatch B</h2>
<h2>Swatch "b"</h2>
<div data-role="header" data-theme="b">
<h1>Header B</h1>
</div>
<div class="ui-body ui-body-b">
<h3>Header</h3>
<p>This is content color swatch "B" and a preview of a <a href="#" class="ui-link">link</a>.</p>
<p>This is content color swatch "b" and a preview of a <a href="#" class="ui-link">link</a>.</p>
<a href="#" data-role="button" data-inline="true">Button</a>
</div>

<h2>Swatch C</h2>
<h2>Swatch "c"</h2>
<div data-role="header" data-theme="c">
<h1>Header C</h1>
</div>
<div class="ui-body ui-body-c">
<h3>Header</h3>
<p>This is content color swatch "C" and a preview of a <a href="#" class="ui-link">link</a>.</p>
<p>This is content color swatch "c" and a preview of a <a href="#" class="ui-link">link</a>.</p>
<a href="#" data-role="button" data-inline="true">Button</a>
</div>

<h2>Swatch D</h2>
<h2>Swatch "d"</h2>
<div data-role="header" data-theme="d">
<h1>Header D</h1>
</div>
<div class="ui-body ui-body-d">
<h3>Header</h3>
<p>This is content color swatch "D" and a preview of a <a href="#" class="ui-link">link</a>.</p>
<p>This is content color swatch "d" and a preview of a <a href="#" class="ui-link">link</a>.</p>
<a href="#" data-role="button" data-inline="true">Button</a>
</div>

<h2>Swatch E</h2>
<h2>Swatch "e"</h2>
<div data-role="header" data-theme="e">
<h1>Header E</h1>
</div>
<div class="ui-body ui-body-e">
<h3>Header</h3>
<p>This is content color swatch "E" and a preview of a <a href="#" class="ui-link">link</a>.</p>
<p>This is content color swatch "e" and a preview of a <a href="#" class="ui-link">link</a>.</p>
<a href="#" data-role="button" data-inline="true">Button</a>
</div>

Expand Down