Vorlage:NewsList/styles.css

Aus Wikivoyage
/*
	Stile für Nachrichtenübersichten
*/

.voy-newsheader {
	width: 100%;
	background-color: #f3f3f3;
	border: 1px solid #6cc8f3;
	border-radius: 5px;
	margin: 0;
}
.voy-newsheader .floatleft {
	margin: 0 0.5em 0 0;	
}
.voy-newsheader td, .voy-newsheader th {
	vertical-align: top;
	padding: 0.6em;
}
.voy-newsheader th {
	text-align: left;
}
.voy-newsheader td {
	font-size: 95%;
}
.voy-newsheader .calendar {
	float: right;
}
.voy-newsheader .calendar tr, .voy-newsheader .calendar td {
	padding: 0;
}
.voy-box-wrapper .voy-news-remark {
	margin-top: 0.2em;
	font-size: 85%;
	font-weight: normal;
	float: right;
}