MediaWiki:Common.css
Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.
- Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
- Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
- Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
.infobox {
float: right;
clear: right;
margin: 0 0 1em 1em;
width: 300px;
border: 1px solid #a2a9b1;
border-spacing: 0;
background-color: #f8f9fa;
color: #202122;
}
.infobox caption {
padding: 0.4em;
font-size: 1.2em;
font-weight: bold;
background-color: #eaecf0;
}
.infobox th,
.infobox td {
padding: 0.4em;
border-top: 1px solid #a2a9b1;
vertical-align: top;
}
.infobox th {
text-align: left;
width: 35%;
}
.infobox-bild {
text-align: center;
border-top: 1px solid #a2a9b1;
padding: 0.5em;
}
.infobox-bild img {
max-width: 100%;
height: auto;
}