User:FrozenPlum/common.css

From the Nintendo Wiki, a wiki covering all things Nintendo
This is an old revision of this page, as edited by FrozenPlum (talk | contribs) at 01:11, March 25, 2022. It may differ significantly from the current revision.
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.
/* mainpage new-releases box input field to adjust to width of parent */
.new_releases .mw-inputbox-createbox {
    width: 100%; 
}

/* -- At 900 px wide or less -- */
@media only screen and (max-width: 900px) {
    .mainpagebox .wikicolumns {
		column-count: 2!important;
	}
}

/* -- At 800 px wide or less -- */
@media only screen and (max-width: 800px) {
    .twocol-left {
		width:100%!important;
	}
	.twocol-right {
		width:100%!important;
	}
    mainpagebox-inner {
        width:100%!important;
    }
}