Commons:Wiki Loves Africa/menu/styles.css

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
.wla-menu {
	display: flex;
	flex-wrap: wrap;
	column-gap: 3px;
	margin: 0.5em 0 1em 0;
	list-style: none;
}
.wla-menu li {
	flex: auto;
	border-top: .5em #CD5C5C solid; 
	background: #ffffff;
	padding: 10px;
	text-align: center;
	white-space: nowrap;
}
.wla-menu li a {
	color: #32AFAF;
	font-weight: bold;
}
.wla-menu .wlam-currentYear {
	border-color: #f15348;
}
.wla-menu .wlam-currentYear a {
	color: #f15348;
}
.wla-menu .wlam-currentPage {
	background: #eaecf0;
}