Template:Archive-index/styles.css

.archive-index-searchbox {
	width: 15em;
	border: solid #ccc;
	padding: .25em;
}
.archive-index[dir="ltr"] .archive-index-searchbox {
	/* @noflip */
	border-width: 0 0 0 1px;
	/* @noflip */
	float: right;
	/* @noflip */
	padding-left: .5em;
	/* @noflip */
	margin-left: .5em;
}
.archive-index[dir="rtl"] .archive-index-searchbox {
	/* @noflip */
	border-width: 0 1px 0 0;
	/* @noflip */
	float: left;
	/* @noflip */
	padding-right: .5em;
	/* @noflip */
	margin-right: .5em;
}

.archive-index-description {
	font-style: italic;
}

/* _Do_ flip these: they depend on the page language, not the template language */
.archive-index-toc {
	margin: 2px 0 2px .5em;
	float: right;
	clear: right;
}