Template:Communication/styles.css

Permanently protected template
From Meta, a Wikimedia project coordination wiki
.communication {
	float: right;
	clear: right;
	width: 250px;
	margin: 2px 0 2px .5em;
	border: 1px solid #a2a9b1;
	padding: 5px;
	background-color: #fff;
	font-size: 95%;
	line-height: 1.5;
}
.communication table {
	width: 100%;
	border: none;
	border-spacing: 0;
}
.communication caption {
	border-bottom: 1px solid #a2a9b1;
	text-align: center;
}
.communication th,
.communication td {
	border: none;
	padding: 2px;
}
.communication th {
	background-color: #eee;
}
.communication[dir="ltr"] .communication-indented {
	/* @noflip */
	padding-left: 2em;
}
.communication[dir="rtl"] .communication-indented {
	/* @noflip */
	padding-right: 2em;
}
.communication-footer {
	background-color: #eee;
	font-size: smaller;
}
.communication[dir="ltr"] .communication-footer {
	/* @noflip */
	text-align: right;
}
.communication[dir="rtl"] .communication-footer {
	/* @noflip */
	text-align: left;
}
/* {{PP-template}} */