1,278
edits
| Line 280: | Line 280: | ||
.fade-in-on-intersection {  | .fade-in-on-intersection {  | ||
	opacity: 1;  | 	opacity: 1;  | ||
}  | |||
/* ============= Scientific community ============= */  | |||
.scientific-community-cover {  | |||
	color: #045184;  | |||
	background-image: url('https://wiki.masticationpedia.org/images/0/0d/Scientific_community.jpg');  | |||
}  | |||
/* ============= Template:Person card ============= */  | |||
.scientific-community-container {  | |||
	display: flex;  | |||
	flex-wrap: wrap;  | |||
	gap: 2rem;  | |||
	justify-content: center;  | |||
	align-items: flex-start;  | |||
}  | |||
.person-container {  | |||
	display: inline-block;  | |||
	width: 40%;  | |||
	margin: 0;  | |||
	text-align: center;  | |||
}  | |||
.person-image {  | |||
	width: 100%;  | |||
	height: auto;  | |||
	border-radius: 100%;  | |||
}  | |||
.person-country {  | |||
	color: #045184;	  | |||
}  | |||
/* ============= Scientific project ============= */  | |||
.scientific-project-text-box {  | |||
	padding: 2rem;  | |||
	background-color: rgba(196,196,196, .25);  | |||
}  | }  | ||