MediaWiki:Common.css

Revision as of 12:34, 21 July 2022 by Totengeist (talk | contribs) (Moving inline CSS to Common.css)

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.
/* CSS placed here will be applied to all skins */
.social a, .social a:visited {
	font-size: 2.3em !important;
	color: #000 !important;
	background-image: none !important;
	background-position: initial !important;
	background-repeat: no-repeat !important;
	padding-right: inherit !important;
}

.main-container {
	display:grid;
	grid-template-areas: 'middle middle middle middle middle right' 'middle2 middle2 middle2 middle2 middle2 right'
}

.main-news {
	grid-area: right;
	border: 1px solid black;
	padding: 0.5em;
	min-width: 25em;
}

.main-content {
	grid-area: middle;
	padding: 0.5em;
}

.main-social {
	grid-area: middle2;
	padding: 0.5em;
}