Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
Tags: Manual revert Reverted
Blanked the page
Tags: Blanking Manual revert Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
.item-layout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 2em;
}


.item-main {
  flex: 1;
  min-width: 0;
}
.item-infobox {
  flex: 0 0 300px;
  max-width: 300px;
  border: 1px solid #ccc;
  padding: 1em;
}

Revision as of 19:26, 18 January 2026