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

MediaWiki:Citizen.css

MediaWiki interface page

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/** citizen fixed layout */
/** logo pixelated rendering */
.citizen-header .citizen-header__logo img { image-rendering:pixelated; }
/** drawer siteinfo: logo + stats */
.citizen-header .citizen-drawer__siteinfo{
  flex-direction:row;
  width:100%;
  align-items:flex-end;
  justify-content:space-between;
}

@media (max-width:768px) {
  .citizen-header .citizen-drawer__siteinfo {
    flex-direction:column;
    width:100%;
    align-items:flex-start;
    justify-content:flex-start;
  }
}

/** footer icons */
#footer-copyrightico a.cdx-button ,
#footer-poweredbyico a.cdx-button {
	background: transparent;
}

/** MUA notice */
.mua-notice {
  border-color:var(--border-color-base);
  border-radius:var(--border-radius-large);
}

/** Site Notice */
.citizen-sitenotice-container {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
#siteNotice {
  padding: 0 var(--padding-page);
  text-align: initial;
}
#localNotice { margin: 0; }

/** Responsive Images  */
.mw-parser-output img.mw-file-element {
  max-width: 100%;
  height: auto;
}

/** Headings separators */
h2 {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border-color-base);
}

/** EmbedVideo */
.embedvideo { vertical-align: top; }