MediaWiki:Common.css

From Gearhead Wiki
Revision as of 06:24, 15 November 2017 by Gearhead (talk | contribs)
Jump to navigation Jump to search

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 */
.page-Main_Page h1.firstHeading { display: none; }
div.welcome {
	border: medium solid #ccc;
	padding: .3em .6em;
}

div.welcome strong {
	background-color: #fff;
	color: #285;
	font-size: large;
}

/******************************
 * Styles for mobile main page
 ******************************/

@media all and (min-width: 768px) {
	.gw-mainpage-column {
		float: left;
		width: 50%;
	}
	.gw-mainpage-column-first {
		padding-right: 5px;
	}
	.gw-mainpage-column-second {
		padding-left: 5px;
	}
	.gw-mainpage-sister-projects {
		text-align: center;
	}
}