You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
676 B

  1. /*
  2. * # Sitemap
  3. *
  4. *
  5. * Copyright 2013 Contributors
  6. * Released under the MIT license
  7. * http://opensource.org/licenses/MIT
  8. *
  9. * Released: April 17 2013
  10. */
  11. /*******************************
  12. Sitemap
  13. *******************************/
  14. .ui.sitemap {
  15. margin: 0 -3rem;
  16. font-size: 0rem;
  17. text-align: left;
  18. }
  19. /*--------------
  20. Elements
  21. ---------------*/
  22. .ui.sitemap > .section {
  23. display: inline-block;
  24. vertical-align: top;
  25. margin: 0em 3rem;
  26. font-size: 1rem;
  27. }
  28. .ui.sitemap > .section > .header {
  29. font-size: 1.125em;
  30. color: rgba(0, 0, 0, 0.8);
  31. padding-bottom: 0.5em;
  32. }
  33. .ui.sitemap > .section > a {
  34. display: block;
  35. padding: 0.25em 0em;
  36. }