footer.less 863 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. footer.site-footer {
  2. background-color: @footer-bg-color;
  3. border-top: 1px solid @gray-lighter;
  4. font-size: 0.9rem;
  5. position: absolute;
  6. bottom: 0;
  7. width: 100%;
  8. height: @footer-height;
  9. line-height: @footer-height - 1; // Hack — in Chrome, using the full @footer-height would generate vertical scrolling
  10. ul {
  11. list-style: none;
  12. margin: 0px;
  13. li {
  14. display: inline-block;
  15. margin: 0 .5em;
  16. }
  17. i {
  18. font-size: 1.2rem;
  19. }
  20. }
  21. li.lngOption {
  22. text-align: left;
  23. display: list-item;
  24. img {
  25. vertical-align: text-bottom;
  26. }
  27. }
  28. a {
  29. color: @footer-link-color;
  30. &:hover,
  31. &:focus {
  32. color: @footer-link-hover-color;
  33. }
  34. }
  35. }
  36. .site-footer-content when (@is-overleaf = true) {
  37. .container-fluid;
  38. }
  39. .site-footer-content when (@is-overleaf = false) {
  40. .container;
  41. }
  42. .sprite-icon-lang {
  43. display: inline-block;
  44. vertical-align: middle;
  45. }