| 1234567891011121314151617181920212223242526 |
- <section id="themeroller" data-transition="slide">
- <header data-title="Theme roller">
- <nav class="box">
- <a href="#back" data-router="section" data-label="back"></a>
- </nav>
- </header>
- <article class="active list indented">
- <ul>
- <li class="dark" data-icon="help" data-theme="theme.lungo.css">
- <strong>First theme</strong>
- <small>This element has an associated event</small>
- </li>
- <li class="dark" data-icon="help" data-theme="theme2.lungo.css">
- <strong>Second theme</strong>
- <small>This element has an associated event</small>
- </li>
- <li class="dark" data-icon="help" data-theme="theme3.lungo.css">
- <strong>Third theme</strong>
- <small>This element has an associated event</small>
- </li>
- </ul>
- </article>
- </section>
|