MediaWiki:Gadget-MainPageStyle.css

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump 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 styling and responsive support for the main page */

/* Site styles */
.main-box {
	color: #fff !important;
	font-weight: bold !important;
	background: #363531 url(https://kh.wiki.gallery/images/c/c3/Main-boxbg.jpg) no-repeat !important;
	margin-bottom: 0 !important;
}
.main-box a {
	color: #ccc !important;
}

/* Responsive fixes */
@media all and (max-width: 719px) {
	#welcomeTable {
		padding: 0 !important;
	}
	#welcomeText {
		font-size: 130% !important;
	}
	#welcomeTagline, #aboutText {
		font-size: 85% !important;
	}
	.links-list {
		font-size: 90% !important;
	}
	#niwa-list {
		column-count: 2 !important;
	}
}