MediaWiki:Citizen.css

From Semantic Stargate Wiki
Revision as of 14:50, 19 January 2023 by LIMAFOX76 (talk | contribs)

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* All CSS here will be loaded for users of the Citizen skin */

html {
	--width-layout: 1600px;
}

#header-pagetitle {
	font-family: EurostileExtended;
}
/* width */

.mw-body-header,
.citizen-body {
	max-width: 1280px;
}

/* Fixing navbox space */

.navbox .citizen-body table, .mw-body-content table {
	margin-top: 0;
}

/* Centering navbox h3 titles */

.client-js .section-subheading {
	display: flex;
}

.navbox-title .section-subheading {
	display: inherit;
}

.thumb .thumbinner a.new {
 	display: inline;
 	padding: inherit;
 	background-color: transparent;
 }

.citizen-body a.image, .mw-body-content a.image {
	display: inline;
}