Template:First steps tour/styles.css

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
.firststepstour {
	float: right;
	max-width: 25em;
	margin: 5px 0 1em 1em;
	border: 1px solid #a2a9b1;
	padding: 5px;
	background-color: white;
	font-size: 95%;
}
.firststepstour-header {
	margin: -5px -5px 5px;
	border-bottom: 1px solid #a2a9b1;
	padding: 5px;
	background-color: #f8f9fa;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 719px) {
	.firststepstour {
		float: none;
		max-width: none;
		margin: 5px 0 1em;
	}
}