MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus DiPlanung

Zeile 13: Zeile 13:
 
display:block;
 
display:block;
 
border:none;
 
border:none;
 +
width: 100%;
 
}
 
}
 +
.teaser-table tbody,
 
.teaser-table tr {
 
.teaser-table tr {
 
display:block;
 
display:block;
 +
width: 100%;
 
}
 
}
 
.teaser-table th,
 
.teaser-table th,
Zeile 21: Zeile 24:
 
display: block;
 
display: block;
 
margin-bottom: 1em;
 
margin-bottom: 1em;
 +
width: 100%;
 +
}
 +
.teaser-table tr:last-child th,
 +
.teaser-table tr:last-child td {
 +
display: block;
 +
margin-bottom: 1em;
 +
width: 100%;
 
}
 
}
 
}
 
}

Version vom 11. Februar 2026, 09:07 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content dt, #p-logo-text a {
  font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif;
}
#p-logo-text a {font-variant: normal;}

/* Styles für Teaser-Tabellen Startseite */

@media (max-width:600px) {
	.teaser-table {
		padding: 0;
		background: none;
		display:block;
		border:none;
		width: 100%;
	}
	.teaser-table tbody,
	.teaser-table tr {
		display:block;
		width: 100%;
	}
	.teaser-table th,
	.teaser-table td {
		display: block;
		margin-bottom: 1em;
		width: 100%;
	}
	.teaser-table tr:last-child th,
	.teaser-table tr:last-child td {
		display: block;
		margin-bottom: 1em;
		width: 100%;
	}
}