MediaWiki:Common.css: Difference between revisions

An idea by Jeff Lawlor
Created on 2024-10-08
No edit summary
No edit summary
Line 305: Line 305:
text-align: center;
text-align: center;
/*border: 1em solid var(--tab-active-bg, #f0f0f0);*/
/*border: 1em solid var(--tab-active-bg, #f0f0f0);*/
}
.infobox-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
}


.infobox-user {
.infobox-user {
   display: flex;
   display: grid;
  grid-template-columns: auto 1fr auto;
   align-items: center;
   align-items: center;
   gap: 0.5em;
   gap: 0.75em;
   margin-bottom: 1em;
   margin-bottom: 1em;
}
}
Line 327: Line 321:
.user-name {
.user-name {
   font-weight: bold;
   font-weight: bold;
  font-size: 1.1em;
}
}