Jump to content

Template:Brand/style.css

From Meta, a Wikimedia project coordination wiki
.wrapper {
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}

.wrapper p {
	font-family: 'Source Serif','Georgia', Times, serif !important;
	font-size: 1.15rem;
	line-height: 2rem;
	color: var(--color-base, #202122);
	margin-bottom: 1.5rem;
}

.wrapper .mw-heading2, .wrapper h2, .wrapper h1, .wrapper h3 {
	font-family: 'Montserrat', 'Helvetica Neue', sans-serif !important;
	border: 0;
	font-weight: bold;
	color: var(--color-base, #202122);
}


.wrapper h1 {
	margin-bottom: 30px !important;
	font-size: 4rem;
	line-height: 4rem;
	overflow: visible;
	margin-top: 5rem;
}

.wrapper .mw-heading2 {
	font-size: 2.5rem;
	margin-top: 7rem;
	margin-bottom: 2rem;
}

.wrapper h3 {
	font-size: 1.5rem;
	margin-top:5rem;
}

.wrapper h4 {
	font-size: 1.15rem;
}

.wrapper ul {
	font-family: 'Source Serif','Georgia', Times, serif !important;
	font-size: 1.15rem;
	line-height: 2rem;
	color: var(--color-base, #202122);
}


h1, .mw-heading2, h3, h4, h5, h6, p, ul {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.button {
	background-color: black;
	color: white !important;
	font-family: 'Montserrat', 'Helvetica Neue', sans-serif !important;
	border-radius: 100px;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	padding: 5px 30px;
	font-size: 1.2rem;
}


.button a {
	color: white !important;
}

.button a.external {
	background-image: none !important;
	padding-right: 0;
}

.center-image {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 940px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1.5rem;
	margin-bottom: 40px;
}

.center-image img {
	max-width: 100%;
	height: auto;
}

ul {
	padding-left: 8rem;
	padding-right: 8rem;
}

.link-list {
	list-style: none;
	border-top: 1px solid black;
	padding: 0;
	margin-left: auto;
}

.link-list li {
	border-bottom: 1px solid black;
	font-family: Montserrat, 'Helvetica Neue', sans-serif;
	font-size: 1.2rem;
}

.link-list li a {
	color: black !important;
}
.link-list.blue-links li a {
	color: #0645AD !important;
}
.custom-marker-list ul {
	list-style: inherit;
}

.two-columns {
	display: grid;
	grid-template-columns: minmax(0,1fr) minmax(0,1fr);
	gap: 10px;
}
.two-columns img {
	max-width: 100%;
	height: auto;
}

.column {
	display: flex;
	text-align: center;
	flex-direction: column;
	/*border-bottom: 1px solid black;*/
	margin-bottom: 3rem;
}

.column p {
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 0.5rem;
}



.toc {
	border: none;
	background: #f4f4f4;
	display: none;
}


.mw-editsection {
	display: none;
}

@media only screen and (max-width: 600px) {

}