themeroller.html 1.0 KB

123456789101112131415161718192021222324252627282930
  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="theme" data-icon="eye" data-theme="theme.lungo.css">
  10. <strong>Default theme</strong>
  11. <small>This element has an associated event</small>
  12. </li>
  13. <li class="cancel" data-icon="eye" data-theme="theme.red.css">
  14. <strong>Theme: Red</strong>
  15. <small>#EE6557</small>
  16. </li>
  17. <li class="accept" data-icon="eye" data-theme="theme.green.css">
  18. <strong>Theme: Green</strong>
  19. <small>#3FB58E</small>
  20. </li>
  21. <li class="secondary" data-icon="eye" data-theme="theme.grey.css">
  22. <strong>Theme: Grey</strong>
  23. <small>#BFBFBF</small>
  24. </li>
  25. </ul>
  26. </article>
  27. </section>