MediaWiki:Common.css: Difference between revisions

From Commons Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 21: Line 21:


/* Main Page */
/* Main Page */
.mpwrapper {
text-align: center;
}
.mphead {
border: 5px #000538 solid;
border-radius: 5px;
}
.mpwelcome {
font-weight: bold;
font-size: 48px;
}
.mpwelcomesub {
font-size: 24px;
}
.flex {
display: flex;
}
.mpcolumn {
.mpcolumn {
width: 50%;
width: 50%;
Line 28: Line 45:
border-radius: 5px;
border-radius: 5px;
margin: 2px;
margin: 2px;
}
.mpflex {
display: flex;
flex-flow: row wrap;
justify-content: space-around;
}
}
.mpheader1 {
.mpheader1 {
Line 62: Line 74:
padding: 0.5em;
padding: 0.5em;
width: 120px;
width: 120px;
}
.mpflex {
display: flex;
flex-flow: row wrap;
justify-content: space-around;
}
}

Revision as of 22:20, 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 */
.mpwrapper {
	text-align: center;
}
.mphead {
	border: 5px #000538 solid;
	border-radius: 5px;
}
.mpwelcome {
	font-weight: bold;
	font-size: 48px;
}
.mpwelcomesub {
	font-size: 24px;
}
.flex {
	display: flex;
}
.mpcolumn {
	width: 50%;
	line-height: 1;
	text-align: center;
	border: 2px #000538 solid;
	border-radius: 5px;
	margin: 2px;
}
.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;
}
.mpflex {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}