Jump to content

Template:WikiIndaba 2023/Menu/styles.css

From Meta, a Wikimedia project coordination wiki
.hov_green:hover {
  width: 150px;
  text-align: center;
  font-weight: bold;
  line-height: 1.50;
  padding: 0.3em;
  margin: 0.4em 0.1em;
  border-radius: 25px;
  background-color: #26a642;
  color: white;
  transition-duration: 0.5s;
}

.hov_red:hover {
  width: 150px;
  text-align: center;
  font-weight: bold;
  line-height: 1.50;
  padding: 0.3em;
  margin: 0.4em 0.1em;
  border-radius: 25px;
  background-color: #bd2d2d;
  color: white;
  transition-duration: 0.5s;
}

.hov_green {
	text-align: center;
	background: #445813;
	color: white;
	font-weight: normal;
	line-height: 1.15;
	padding: 0.3em;
	margin: 0.4em 0.1em;
	border-radius: 25px;
}
.hov_red {
  text-align: center;
  font-weight: normal;
  line-height: 1.15;
  padding: 0.3em;
  margin: 0.4em 0.1em;
  border-radius: 25px;
  background: #551313;
  color: white;
}

.hov_red.selected {
	background-color: #bd2d2d;
}

.hov_green.selected {
	 background-color: #26a642;
}

.flex_style {
	justify-content: center;
	align-items: center;
}

@media (max-width: 1000px) {
	.flex_style {
		justify-content: flex-start;
		align-items: flex-start;
	}
}