Jump to content

MediaWiki:Common.css: Difference between revisions

No edit summary
Tag: Reverted
Blanked the page
Tags: Blanking Manual revert
Line 1: Line 1:
/* Only apply to Vector 2022 */
.skin-vector-2022 .vector-page-titlebar {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "title toolbar"
    "subtitle toolbar";
  align-items: end;
  column-gap: .75rem;
  row-gap: .15rem;
}


.skin-vector-2022 .mw-page-title-main {
  grid-area: title;
  margin: 0;
}
.skin-vector-2022 #siteSub {
  grid-area: subtitle;
  display: block !important;
  margin: .25rem 0 .9rem !important;
  font-size: .95em;
  color: #54595d;
}
.skin-vector-2022 .vector-page-toolbar {
  grid-area: toolbar;
  justify-self: end;
  align-self: end;
}
/* Tidy the first paragraph spacing */
.skin-vector-2022 .mw-parser-output > p:first-of-type {
  margin-top: 0;
}

Revision as of 17:20, 16 August 2025