Jump to content

Module:Sandbox/Theki/profile/ubx.css

From Meta, a Wikimedia project coordination wiki
.prof-ubx {
	align-items: center;
	border: 1px solid #999;
	display: flex;
	flex-direction: row;
	float: left;
	margin: 1px;
	width: 240px;
}
.prof-ubx-id {
	align-items: center;
	background: #DDD;
	border: 0;
	color: black;
	display: flex;
	font-size: 14pt;
	justify-content: center;
	line-height: 1.25em;
	margin: 0;
	min-height: 45px;
	padding-right: 1px;
	width: 46px;
}
.prof-ubx-info {
	align-items: center;
	background: #EEE;
	border: 0;
	color: black;
	display: flex;
	flex-grow: 1;
	font-size: 8pt;
	line-height: 1.25em;
	min-height: 45px;
	overflow-x: hidden;
	padding: 0 4px;
	text-align: left;
	word-wrap: break-word;
}

.prof-ubx-small .prof-ubx-id,
.prof-ubx-small .prof-ubx-info {
	min-height: 22px;
}
.prof-ubx-id > div > .fit[typeof="mw:File"] a {
	display: flex;
}
.prof-ubx-id > div > .fit[typeof="mw:File"] img {
	max-height: 45px;
	width: auto;
}
.prof-ubx-small > .prof-ubx-id > div > .fit[typeof="mw:File"] img {
	max-height: 14px;
	width: auto;
}