MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 367: Line 367:
}
}
/* End Style for article window<------ */
/* End Style for article window<------ */
.footer {
.footer {
  position: fixed;
    display: flex; /* Enables Flexbox */
  left: 0;
    align-items: center; /* Vertically aligns items in the middle */
  bottom: 0;
    justify-content: space-between; /* Spreads out the items */
  width: 100%;
    position: fixed; /* Fix the footer to the bottom */
  background-color: transparent;
    left: 0;
  text-align: left;
    bottom: 0;
    width: 100%; /* Full width */
    padding: 10px; /* Adjust as needed */
    box-sizing: border-box; /* To include padding in width calculation */
}
}


Line 382: Line 384:


#simpleSearch {
#simpleSearch {
  position: relative;
  display: flex;
   align-items: center;
   align-items: center;
  margin-left: 10px; /* Adjust as needed */
}
}


Line 421: Line 422:


.nrs {
.nrs {
  margin-left: auto;
    margin-right: auto; /* Pushes the element to the center */
  padding-right: 50%;
    margin-left: auto; /* Continues to center the element */
}
}


Navigation menu