টেমপ্লেট:Adjacent place/styles.css

উইকিপিডিয়া, মুক্ত বিশ্বকোষ থেকে
.adjacent-place {
	border: 1px solid #a2a9b1;
	border-spacing: 3px;
	background-color: #f8f9fa;
	padding: 0.2em;
	float: right;
	clear: right;
	font-size: 88%;
	margin: 0.5em 0 0.5em 1em;
	text-align: center;
	width: 300px
}

/* I cheated with these names */
.adjacent-place-w {
	text-align: left;
}

.adjacent-place-e {
	text-align: right;
}

.adjacent-place-west {
	text-align: left;
	vertical-align: middle;
}

.adjacent-place-east {
	text-align: right;
	vertical-align: middle;
}

.adjacent-place-middle-arrows {
	white-space: nowrap;
}

.adjacent-place-center {
	display: inline-block;
	vertical-align: middle;
	margin: 0.75em 1em;
	font-weight: bold;
}