themeroller.html 944 B

1234567891011121314151617181920212223242526
  1. <section id="themeroller" data-transition="slide">
  2. <header data-title="Theme roller">
  3. <nav class="box">
  4. <a href="#back" data-router="section" data-label="back"></a>
  5. </nav>
  6. </header>
  7. <article class="active list indented">
  8. <ul>
  9. <li class="dark" data-icon="help" data-theme="theme.lungo.css">
  10. <strong>First theme</strong>
  11. <small>This element has an associated event</small>
  12. </li>
  13. <li class="dark" data-icon="help" data-theme="theme2.lungo.css">
  14. <strong>Second theme</strong>
  15. <small>This element has an associated event</small>
  16. </li>
  17. <li class="dark" data-icon="help" data-theme="theme3.lungo.css">
  18. <strong>Third theme</strong>
  19. <small>This element has an associated event</small>
  20. </li>
  21. </ul>
  22. </article>
  23. </section>