MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 24: Line 24:


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


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

Revision as of 19:08, 21 October 2023

body {
	background-color: #1d1d1d;
	color: #e0e0e0;
}

.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;
}

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;
}

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

.printfooter {
	display: none;
}