MediaWiki:Common.css: Difference between revisions

From Commons Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 25: Line 25:
line-height: 1;
line-height: 1;
text-align: center;
text-align: center;
border: 2px black solid;
border: 2px #000538 solid;
border-radius: 5px;
border-radius: 5px;
margin: 2px;
margin: 2px;
Line 35: Line 35:
}
}
.mpheader1 {
.mpheader1 {
border-bottom: 4px solid black;
border-bottom: 4px #000538 black;
font-size: 36px;
font-size: 36px;
margin: 0.2em;
margin: 0.2em;
Line 41: Line 41:
}
}
.mpheader2 {
.mpheader2 {
border-bottom: 3px black solid;
border-bottom: 3px #000538 solid;
font-size: 24px;
font-size: 24px;
margin: 0.2em auto 0.2em auto;
margin: 0.2em auto 0.2em auto;
Line 49: Line 49:
}
}
.mpheader3 {
.mpheader3 {
border-bottom: 2px black solid;
border-bottom: 2px #000538 solid;
font-size: 18px;
font-size: 18px;
margin: 0.2em auto 0.2em auto;
margin: 0.2em auto 0.2em auto;
Line 57: Line 57:
}
}
.mpheader4 {
.mpheader4 {
border: 1px black solid;
border: 1px #000538 solid;
border-radius: 5px;
border-radius: 5px;
margin: 0.2em;
margin: 0.2em;

Revision as of 22:01, 20 April 2022

/* Font */
body,
.mw-body h1,
.mw-body-content h1,
.mw-body-content h2 {
	font-family: Nunito;
}

/* Wiki Footer */
#footer-places {
    display: none;
}

/* Site Background */
#mw-page-base {
	background: none;
}
body {
	background-image: url(/images/5/57/Site-background.png);
}

/* Main Page */
.mpcolumn {
	width: 50%;
	line-height: 1;
	text-align: center;
	border: 2px #000538 solid;
	border-radius: 5px;
	margin: 2px;
}
.mpflex {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.mpheader1 {
	border-bottom: 4px #000538 black;
	font-size: 36px;
	margin: 0.2em;
	padding: 0.5em;
}
.mpheader2 {
	border-bottom: 3px #000538 solid;
	font-size: 24px;
	margin: 0.2em auto 0.2em auto;
	padding: 0.5em;
	width: 50%;
	display: block;
}
.mpheader3 {
	border-bottom: 2px #000538 solid;
	font-size: 18px;
	margin: 0.2em auto 0.2em auto;
	padding: 0.5em;
	width: 25%;
	display: block;
}
.mpheader4 {
	border: 1px #000538 solid;
	border-radius: 5px;
	margin: 0.2em;
	padding: 0.5em;
	width: 120px;
}