Template:WMF Events Card/styles.css

From Wikimedia Foundation Governance Wiki
.wmf-events-card-container {
	max-width: 430px
}

.wmf-events-card-title {
	font-family: 'Georgia';
	font-size: 1.125rem;
	line-height: 175%;
	color: #737373;
	margin: 0 0 15px 0;
}

.wmf-events-card-heading {
	font-family: 'Helvetica Neue';
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 150%;
	color: #202122;
	margin: 0 0 6px 0;
}

.wmf-events-card-box {
	min-height: 120px
}

.wmf-events-card-box-text {
	font-family: 'Georgia';
	font-size: 0.875rem;
	line-height: 150%;
	color: #202122;
	margin: 0 0 15px 0;	
}

.wmf-events-card-box-more a {
	font-family: 'Georgia';
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 150%;
	color: #3A25FF;
}

.wmf-events-card-box-external-more a {
	font-family: 'Georgia';
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 150%;
	color: #3A25FF;
	background-image: none;
}

.wmf-events-card-box-external-more a:visited {
	color: #3A25FF;
}