Jump to content

Template:Community Wishlist Survey/Header/styles.css

From Meta, a Wikimedia project coordination wiki
.community-wishlist-headernav {
	text-align: center;
}
.community-wishlist-headernav .portal-navigation {
	display: inline-block;
	font-family: Montserrat, Helvetica, sans-serif;
	text-transform: uppercase;
}
.community-wishlist-headernav [dir="ltr"] li:first-child .portal-navigation-entry {
	/* @noflip */
	margin-left: 0;
}
.community-wishlist-headernav [dir="ltr"] li:last-child .portal-navigation-entry {
	/* @noflip */
	margin-right: 0;
}
.community-wishlist-headernav [dir="rtl"] li:first-child .portal-navigation-entry {
	/* @noflip */
	margin-right: 0;
}
.community-wishlist-headernav [dir="rtl"] li:last-child .portal-navigation-entry {
	/* @noflip */
	margin-left: 0;
}

.community-wishlist-headernav .tab-selected {
	color:#36c;
}

.community-wishlist-headernav .tab {
	color:#72777d;
}