Vorlage:Rezept/Infobox/styles.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Die Seite wurde neu angelegt: „.infobox { border: 1px solid #a2a9b1; color: black; padding: 0.2em; font-size: 88%; line-height: 1.5em; border-spacing: 3px; background-color: #f8f9fa; } .infobox .infobox-header, .infobox .infobox-title, .infobox .infobox-label { font-weight: bold; text-align: center; } .infobox th, .infobox td { vertical-align: top; padding: 0.2em 0.4em; } .infobox img { display: block; margin: auto; }“ |
Keine Bearbeitungszusammenfassung |
||
| Zeile 7: | Zeile 7: | ||
border-spacing: 3px; | border-spacing: 3px; | ||
background-color: #f8f9fa; | background-color: #f8f9fa; | ||
width: 100%; | |||
} | } | ||
| Zeile 22: | Zeile 23: | ||
display: block; | display: block; | ||
margin: auto; | margin: auto; | ||
max-width: 100%; | |||
} | |||
.icon-row { | |||
display: flex; | |||
justify-content: center; | |||
gap: 5px; | |||
} | } | ||
Version vom 13. November 2024, 00:38 Uhr
.infobox {
border: 1px solid #a2a9b1;
color: black;
padding: 0.2em;
font-size: 88%;
line-height: 1.5em;
border-spacing: 3px;
background-color: #f8f9fa;
width: 100%;
}
.infobox .infobox-header, .infobox .infobox-title, .infobox .infobox-label {
font-weight: bold;
text-align: center;
}
.infobox th, .infobox td {
vertical-align: top;
padding: 0.2em 0.4em;
}
.infobox img {
display: block;
margin: auto;
max-width: 100%;
}
.icon-row {
display: flex;
justify-content: center;
gap: 5px;
}