MediaWiki:Minerva.css

From Melvor Idle
Revision as of 00:28, 14 November 2023 by Malcs (talk | contribs)

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.
@media (prefers-color-scheme: dark) {
	#content {
		background-color:#2c343f;
		border-color:#2c343f
	}
	.header-container.header-chrome {
	    background-color: #2c343f;
	    box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.1);
	}
	.header-container .branding-box {
    	opacity: 1;
	}
	.search-box .search {
	    background-color: #313e59;
	    border-color: #313e59;
	    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
	}
	.search-box .search::placeholder {
	    color: #cbd9f4;
	}
	.search-box .search {
		color: #cbd9f4;
	}
	#mw-mf-page-left {
	    background-color: #2c343f;
	}
	#mw-mf-page-left ul li {
	    background-color: #353d48;
	}
}
@media (max-width: 720px) {
	.content table {
		width: auto!important;
	}
}
.content table {
    margin: 0.2rem;
}