/html/filters-list.html

https://github.com/ajanthanm/cssfilterlab · HTML · 27 lines · 22 code · 5 blank · 0 comment · 0 complexity · 55b0e8dca3889b6343511c1c5cbd75c8 MD5 · raw file

  1. <div id="filters-not-supported-popup" class="filters-not-supported">
  2. <div><span class="message"></span> <a href="#" class="filters-not-supported-help">Help</a></div>
  3. </div>
  4. <aside id="active-filters">
  5. <ul id="filter-list">
  6. <li id="filter-list-empty">No filter applied. Add a filter to style the content.</li>
  7. </ul>
  8. </aside>
  9. <div id="import-filter">
  10. <section>
  11. <p>You can import a filter from a GitHub gist URL. Once imported your filter will appear under the 'Forked Custom' tab.</p>
  12. <div class="notice error">
  13. <strong>Oops!</strong>
  14. There was an error importing from that URL. Please check that it points to a filter gist and try again.
  15. </div>
  16. <label for="gist-url">Filter Gist URL:</label>
  17. <form action="#">
  18. <input type="url" class="text-field dark" name="gist-url" placeholder="gist URL" required/>
  19. <a href="#" class="button dark disabled cta">Import</a>
  20. </form>
  21. </section>
  22. </div>