MediaWiki: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.
/* Main */
body {
	background-color: #1d1d1d;
}

.navbar {
	background-color: #111111!important;
	box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 40%);
}

#page-content {
	background-color: #111111;
	color: #e0e0e0;
}

a {
	color: #5a93cc;
	text-decoration: none;
}

a:hover {
	color: #5a93cc;
	text-decoration: underline;
}

a.new {
	color: #f05048;
	text-decoration: none;
}

a.new:hover {
	color: #f05048;
	text-decoration: underline;
}

h1, h2, h3, .h1, .h2, .h3 {
	border-bottom: 1px solid rgb(255 255 255 / 20%);
	padding-bottom: 0.5rem;
}

/* Misc */
.mw-editsection {
	font-size: 0.75rem;
	margin-left: 1rem;
}

.printfooter {
	display: none;
}