Modèle:Chat header/styles.css

Une page de Wikiquote, le recueil des citations libres.
.chatheader-main {
	padding: 1em 1.6em 1em;
}
.chatheader-title {
	font-size: 220%;
	font-weight: bold;
	color: #484848;
}
.chatheader-description {
	color: #666;
}
.chatheader-translate {
	padding: 0 1.6em 0;
	text-align: right;
	font-weight: bold;
}
.chatheader-newsection {
	padding: .4em 1.6em 1em;
	text-align: right;
}

@media screen and (max-width: 719px) {
	.chatheader,
	.chatheader > tbody,
	.chatheader > tbody > tr,
	.chatheader > tbody > tr > td {
		display: block;
		width: auto;
	}
	.chatheader-translate,
	.chatheader-newsection {
		text-align: left;
	}
}