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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

63 lines
835 B

  1. nav {
  2. overflow: hidden;
  3. padding: 0px 0px;
  4. background: #E7732F;
  5. height: 2.2em;
  6. }
  7. nav ul {
  8. display: block;
  9. }
  10. nav ul li {
  11. display: block;
  12. float: left;
  13. padding-left: 1em;
  14. }
  15. nav ul li a img {
  16. padding: .1em .2em;
  17. width: 1.9em;
  18. }
  19. nav ul li a img:hover {
  20. background: #ffffff;
  21. }
  22. #container {
  23. min-height: 100%;
  24. position: relative;
  25. }
  26. #body {
  27. padding: 10px;
  28. padding-bottom: 2em; /* Height of the footer */
  29. }
  30. #footer {
  31. position: absolute;
  32. bottom: 0;
  33. width: 100%;
  34. height: 2em; /* Height of the footer */
  35. }
  36. .float-left {
  37. float: left;
  38. }
  39. .float-right {
  40. float: right;
  41. }
  42. .text-align-right {
  43. text-align: right;
  44. }
  45. .pure-menu-link {
  46. color: #000000;
  47. }
  48. .pure-menu-active>.pure-menu-link,
  49. .pure-menu-link:focus,
  50. .pure-menu-link:hover {
  51. background-color:#ffffff
  52. }