Zuletzt bearbeitet vor 4 Monaten
von Laetitia Huyghe

style.css

Version vom 4. September 2025, 13:32 Uhr von Laetitia Huyghe (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „.status .inactive {background: lightgray; font-style: italic;} Table layout: .infobox-table { width:100%;; background: white; text-align: left; font-size: 13px; } table.infobox-table tr > th{ text-align: left; background: white; padding: 6px; border-style: hidden; width: 14em; } .classic table.infobox-table tr > th, .classic table.infobox-table tr > td { border:0; border-bottom: 1px solid #dbdbdb; padding:4px; } Edit link: .editlink…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
.status .inactive {background: lightgray; font-style: italic;}

/*Table layout */
.infobox-table {
	width:100%;;
	background: white;
	text-align: left;
	font-size: 13px;
}

table.infobox-table tr > th{
	text-align: left;
	background: white;
	padding: 6px;
	border-style: hidden;
	width: 14em;
}

.classic table.infobox-table tr > th, .classic table.infobox-table tr > td {
	border:0; border-bottom: 1px solid #dbdbdb; padding:4px;
}

/*Edit link */
.editlink {
	flex-basis:100%;
	text-align:right;
	margin:0;
	padding:8px 8px 0 0;
}