| 123456789101112131415161718192021222324252627282930 |
- <section id="themeroller" data-transition="slide">
- <header data-title="Theme roller">
- <nav>
- <a href="#back" data-router="section" data-icon="home"></a>
- </nav>
- </header>
- <article class="active list indented">
- <ul>
- <li class="theme" data-icon="eye" data-theme="theme.lungo.css">
- <strong>Default theme</strong>
- <small>This element has an associated event</small>
- </li>
- <li class="cancel" data-icon="eye" data-theme="theme.red.css">
- <strong>Theme: Red</strong>
- <small>#EE6557</small>
- </li>
- <li class="accept" data-icon="eye" data-theme="theme.green.css">
- <strong>Theme: Green</strong>
- <small>#3FB58E</small>
- </li>
- <li class="secondary" data-icon="eye" data-theme="theme.grey.css">
- <strong>Theme: Grey</strong>
- <small>#BFBFBF</small>
- </li>
- </ul>
- </article>
- </section>
|