Jump to content

Template:WMF present/styles.css

From Meta, a Wikimedia project coordination wiki
.wmf-present {
	border: 1px solid #aaa;
	background: #eaecf0;
	padding: 3px;
	text-align: center;
	font-size: 85%;
}

.wmf-present ul {
	color: #2d2d2d;
	margin-bottom: 0.3em;
}

.wmf-present-user {
	font-size: 117.6%; /* 1 / 0.85: normal sizing for user */
	font-weight: bold;
}

.wmf-present-user-notify {
	font-size: 117.6%; /* 1 / 0.85: normal sizing for notify */
}

@media (min-width: 720px) {
	.wmf-present {
		float: right;
		width: 25%;
		margin: .3em .3em .3em 1em;
	}
}