MediaWiki:Common.css

From Eli's Software Encyclopedia

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.back-top {
	cursor: pointer;
}
#p-contentnavigation a:before,
#p-personal a:before {
	display: none;
}
.chameleon-infobox tr.data-row > td:first-of-type {
	font-weight: bold;
}

.new-pages tbody tr:first-of-type, .new-pages tbody tr:first-of-type th {
	border-top-width: 0;
	text-align: left;
}

.infolist-item {
	position: relative;
	text-indent: -.75em;
	margin-left: .75em;
}
.infolist-item::before {
	content: "•";
	margin-right: 0.35em;
}

@media screen {
	.catlinks {
		background-color: transparent;
		border: 0;
	}
	.skin-chameleon .mw-body .catlinks ul {
		margin: 0 !important;
		padding: .5rem 1rem;
		background: #f6f6f6;
		margin: 0;
	}
	.mw-body .catlinks {
		margin: 0;
		padding: 0;
	}
	#mw-normal-catlinks > a {
		padding: .5rem !important;
		display: inline-block;
	}
}