Jump to content

Template:Wikimedia Foundation Funds/styles.css

From Meta, a Wikimedia project coordination wiki
.funds-menu ul {
	display: flex;
	columns: 1;
	column-gap: 1em;
	padding-bottom: 0;
	border-top: #EAECF0 1px solid;
	border-bottom: #EAECF0 1px solid;
	margin: 0;
	flex-wrap: wrap;
	list-style: none;
	align-items: center;
}

.funds-menu li {
	padding: 1.7em 1em;
	text-align: center;
	line-height: 1;
	font-weight: bold;
	font-family: 'Montserrat', 'Helvetica Neue', sans-serif !important;
	color: #202122;
}

.funds-menu-selected-1 li:nth-child(1),
.funds-menu-selected-2 li:nth-child(2),
.funds-menu-selected-3 li:nth-child(3),
.funds-menu-selected-4 li:nth-child(4),
.funds-menu-selected-5 li:nth-child(5),
.funds-menu-selected-6 li:nth-child(6),
.funds-menu-selected-7 li:nth-child(7),
.funds-menu-selected-8 li:nth-child(8),
.funds-menu-selected-9 li:nth-child(9){
	border-bottom: #5748B5 3px solid;
}

.funds-menu-selected-1 li:nth-child(1) a,
.funds-menu-selected-2 li:nth-child(2) a,
.funds-menu-selected-3 li:nth-child(3) a,
.funds-menu-selected-4 li:nth-child(4) a,
.funds-menu-selected-5 li:nth-child(5) a,
.funds-menu-selected-6 li:nth-child(6) a,
.funds-menu-selected-7 li:nth-child(7) a,
.funds-menu-selected-8 li:nth-child(8) a,
.funds-menu-selected-9 li:nth-child(9) a {
	color: #5748B5;
}

.funds-title {
	padding: 1em 0 .5em 0;
	font-size: 2em;
	font-weight: bold;
	font-family: 'Montserrat', 'Helvetica Neue', sans-serif !important;
	color: #202122;
}

.funds-subtitle {
	padding: 0 0 .5em 0;
	font-size: 1.2em;
	font-weight: bold;
	font-family: 'Montserrat', 'Helvetica Neue', sans-serif !important;
	color: #202122;
}

.funds-menu li small {
	display: block;
	margin-top: .5em;
	font-size: 60%;
}

.mw-pt-languages {
	font-family: 'Montserrat', 'Helvetica Neue', sans-serif !important;
	border-radius: 2px;
	padding: .5em;
	border: 1px solid #EAECF0;
}