| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212 |
- <section id="list" data-transition="slide">
- <header data-title="Lists" class="extended" data-back="home"></header>
- <nav class="groupbar">
- <a href="#list-normal" data-target="article" class="current" data-icon="checkmark" data-label="Normal"></a>
- <a href="#list-indented" data-target="article" data-icon="close" data-label="Indented"></a>
- </nav>
- <article id="list-normal" class="list scroll">
- <ul>
- <li class="anchor">With right elements</li>
- <li>
- <strong><li> + <strong> </strong>
- </li>
- <li class="selectable">
- <strong><li class="selectable"> + <strong> </strong>
- </li>
- <li>
- <a href="#">
- <strong><li> + <a> + <strong> </strong>
- </a>
- </li>
- <li>
- <strong><li> + <strong> </strong>
- <small><small></small>
- </li>
- <li class="anchor">.arrow class</li>
- <li class="arrow">
- <strong><li class="arrow"> + <strong> </strong>
- </li>
- <li class="arrow">
- <strong><li class="arrow"> + <strong> </strong>
- <small><small></small>
- </li>
- <li class="arrow">
- <strong><li class="arrow"> + <strong> </strong>
- <small><small></small>
- <small><small></small>
- </li>
- <li class="anchor">.right element</li>
- <li>
- <a href="#">
- <div class="right">.right</div>
- <strong><strong> element</strong>
- <small>with <small> element</small>
- </a>
- </li>
- <li>
- <a href="#">
- <div class="right bubble blue">.right.bubble</div>
- <strong><strong> element</strong>
- <small>with <small> element</small>
- </a>
- </li>
- <li>
- <a href="#">
- <div class="right bubble blue" data-icon="clock">.right data-icon</div>
- <strong><strong> element</strong>
- <small>with <small> element</small>
- </a>
- </li>
- <li class="anchor">With data-icon or data-image attribute</li>
- <li data-image="http://placehold.it/32x32">
- <strong><li data-image> + <strong> </strong>
- <small><small></small>
- </li>
- <li class=" thumb" data-image="http://placehold.it/46x46">
- <strong><li class="thumb" data-image> + <strong> </strong>
- <small><small></small>
- </li>
- <li data-icon="user">
- <strong><li data-icon> + <strong> </strong>
- <small><small></small>
- </li>
- <li class="thumb" data-icon="user">
- <strong><li class="thumb" data-icon> + <strong> </strong>
- <small><small></small>
- </li>
- <li class="anchor">With colours</li>
- <li class="blue">
- <strong><li class="blue"> + <strong> </strong>
- <small><small></small>
- </li>
- <li class="green">
- <strong><li class="green"> + <strong> </strong>
- <small><small></small>
- </li>
- <li class="yellow">
- <strong><li class="yellow"> + <strong> </strong>
- <small><small></small>
- </li>
- </ul>
- </article>
- <article id="list-indented" class="list scroll indented">
- <ul>
- <li class="anchor">With right elements</li>
- <li>
- <strong><li> + <strong> </strong>
- </li>
- <li class="selectable">
- <strong><li class="selectable"> + <strong> </strong>
- </li>
- <li>
- <a href="#">
- <strong><li> + <a> + <strong> </strong>
- </a>
- </li>
- <li>
- <strong><li> + <strong> </strong>
- <small><small></small>
- </li>
- <li class="anchor">.arrow class</li>
- <li class="arrow">
- <strong><li class="arrow"> + <strong> </strong>
- </li>
- <li class="arrow">
- <strong><li class="arrow"> + <strong> </strong>
- <small><small></small>
- </li>
- <li class="arrow">
- <strong><li class="arrow"> + <strong> </strong>
- <small><small></small>
- <small><small></small>
- </li>
- <li class="anchor">.right element</li>
- <li>
- <a href="#">
- <div class="right">.right</div>
- <strong><strong> element</strong>
- <small>with <small> element</small>
- </a>
- </li>
- <li>
- <a href="#">
- <div class="right bubble blue">.right.bubble</div>
- <strong><strong> element</strong>
- <small>with <small> element</small>
- </a>
- </li>
- <li>
- <a href="#">
- <div class="right bubble blue" data-icon="clock">.right data-icon</div>
- <strong><strong> element</strong>
- <small>with <small> element</small>
- </a>
- </li>
- <li class="anchor">With data-icon or data-image attribute</li>
- <li data-image="http://placehold.it/32x32">
- <strong><li data-image> + <strong> </strong>
- <small><small></small>
- </li>
- <li class=" thumb" data-image="http://placehold.it/46x46">
- <strong><li class="thumb" data-image> + <strong> </strong>
- <small><small></small>
- </li>
- <li data-icon="user">
- <strong><li data-icon> + <strong> </strong>
- <small><small></small>
- </li>
- <li class="thumb" data-icon="user">
- <strong><li class="thumb" data-icon> + <strong> </strong>
- <small><small></small>
- </li>
- <li class="anchor">With colours</li>
- <li class="blue">
- <strong><li class="blue"> + <strong> </strong>
- <small><small></small>
- </li>
- <li class="green">
- <strong><li class="green"> + <strong> </strong>
- <small><small></small>
- </li>
- <li class="yellow">
- <strong><li class="yellow"> + <strong> </strong>
- <small><small></small>
- </li>
- </ul>
- </article>
- </section>
|