MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 46: Line 46:
footer ul {
footer ul {
list-style-type: none;
list-style-type: none;
padding-left: 0;
margin-bottom: 0;
}
}



Revision as of 12:10, 22 October 2023

/* 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 .h1, .h2 {
	border-bottom: 1px solid rgb(255 255 255 / 20%);
	padding-bottom: 0.5rem;
}

footer {
	font-size: 80%;
	opacity: 0.5;
}

footer ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

.default-box {
	background: #1d1d1d;
	padding: 0.75rem;
}

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

/* Misc */
#footer-privacy, #footer-about, #footer-disclaimer {
	display: none;
}

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

.printfooter {
	display: none;
}