MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tag: Manual revert
No edit summary
Line 101: Line 101:
     max-width: 100% !important;
     max-width: 100% !important;
     height: auto !important;
     height: auto !important;
}
----
/* Style the infobox wrapper */
.infobox-wrapper {
  display: flex;
  justify-content: flex-end; /* Position infobox to the right */
  align-items: flex-start;
}
/* Style the content on the left */
.content {
  flex: 1; /* Takes up remaining space on the left */
  padding: 10px; /* Add padding as needed */
}
/* Style the infobox on the right */
.infobox {
  width: 300px; /* Adjust the width as needed */
  padding: 10px; /* Add padding as needed */
}
/* Style the name-box (centered "Name" section) */
.name-box {
  text-align: center;
}
}
contributors, Interface administrators, uploadaccess
875

edits

Navigation menu