Template:Wiki Loves Love header 2020/styles.css

.wll-header-2020 {
	padding: 2%;
	width: 95%;
	margin: auto;
	border: 2px solid #e0e5e4;
	border-radius: 5px;
	box-shadow: 0 0 0.25em #829595;
	background-color: #f9f9f9;
}
.wll-header-2020-title,
.wll-header-2020-subtitle {
	text-align: center;
	font-weight: bold;
}
.wll-header-2020-title {
	font-size: 250%;
}
.wll-header-2020-nav {
	display: flex;
	width: 100%;
	box-sizing: border-box;
	margin: 2.5em 0 10px;
	padding: 2px 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	background-color: white;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
}
.wll-header-2020-nav li {
	display: block;
	flex-basis: 10%;
	flex: 1;
	margin: 1px;
	border-top: 5px solid;
	padding: 3px 0.25em;
}
.wll-header-2020-nav a {
	color: black;
}
.wll-header-2020-nav-mainpage {
	background-color: #f9f9f0;
	color: #993;
}
.wll-header-2020-nav-illustrate {
	background-color: #f2f0f9;
	color: #343399;
}
.wll-header-2020-nav-rules {
	background-color: #f0f9f0;
	color: #393;
}
.wll-header-2020-nav-faq {
	background-color: #f0f9f9;
	color: #399;
}
.wll-header-2020-nav-international {
	background-color: #f0f0f9;
	color: #339;
}
.wll-header-2020-nav-localevents {
	background-color: #f0f4f9;
	color: #369;
}
.wll-header-2020-nav-categories {
	background-color: #f2f0f9;
	color: #fe8614;
}
.wll-header-2020-nav-partners {
	background-color: #f2f0f9;
	color: #343399;
}

/* {{Protected}} */