Jump to content

MediaWiki:Citizen.css

From Semantic Stargate Wiki
Revision as of 18:21, 3 May 2022 by LIMAFOX76 (talk | contribs) (Created page with "All CSS here will be loaded for users of the Citizen skin: html { --width-layout: 1600px; } 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: inherit; } .thumb .thumbinner a.new { display: inline; padding: inherit; background-color: transparent; } .citizen-body...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
/* All CSS here will be loaded for users of the Citizen skin */

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

/* 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: inherit;
}

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

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