Lauritzl änderte das Inhaltsmodell der Seite Vorlage:Hinweis3.css von „Wikitext“ nach „Bereinigtes CSS“ |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
.Hinweis-Container { | .Hinweis-Container { | ||
display: inline-flex; | display: inline-flex; | ||
border: 1px solid red; | |||
} | } | ||
.Hinweis-Container--icon { | .Hinweis-Container--icon { | ||
display: inline-flex; | display: inline-flex; | ||
width: | width: 0; | ||
height: | height: 0; | ||
font-size: 1em; | font-size: 1em; | ||
padding: 0.65em; | padding: 0.65em; | ||
Version vom 25. Januar 2020, 14:31 Uhr
.Hinweis-Container {
display: inline-flex;
border: 1px solid red;
}
.Hinweis-Container--icon {
display: inline-flex;
width: 0;
height: 0;
font-size: 1em;
padding: 0.65em;
align-items: center;
justify-content: center;
border: 1px solid grey;
background-color: aqua;
}
.Hinweis-Container--Text__bordered {
display: inline-flex;
padding: 0.08em;
align-items: center;
justify-content: center;
border: 1px solid grey;
background-color: blanchedalmond;
vertical-align: top;
min-height: 1em;
padding: 0.65em;
}
.Hinweis-Container--Text-ohne-Format {
color: green;
}