MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1,760: Line 1,760:
}
}
.footer {
.footer {
    position: fixed;
  position: fixed;
    left: 0;
  left: 0;
    bottom: 0;
  bottom: 0;
    width: 100%;
  width: 100%;
    box-sizing: border-box;
  box-sizing: border-box;
    z-index: 11;
  z-index: 11;
    background: transparent linear-gradient(180deg, #FFF0 0%, #FAFAFA 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFF0 0%, #FAFAFA 100%) 0% 0% no-repeat padding-box;
    padding-bottom: 1.3%;
  padding-bottom: 1.3%;
    padding-top: 100px;
  padding-top: 100px;
    padding-left: 1.3%;
  padding-left: 1.3%;
    padding-right: 1.3%;
  padding-right: 1.3%;
 
  display: flex;
  justify-content: flex-end; /* Aligns the buttons to the right */
  align-items: center; /* Vertically center the items */
  gap: 10px; /* Adds a gap between the buttons */
}
}


Navigation menu