Vorlage:Messagebox/style.css: Unterschied zwischen den Versionen
Aus Green Campus Wiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 12: | Zeile 12: | ||
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
padding: | padding: 1em; | ||
line-height: 1.5em; | line-height: 1.5em; | ||
} | } | ||
Version vom 28. November 2023, 14:31 Uhr
.messagebox {
background-color: #f8f9fa;
border-color: #eaecf0;
border-width: 1px;
border-left-width: 10px;
border-style: solid;
box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02);
border-spacing: 3px;
border-collapse: collapse;
margin: 0 0 1.5em 2em;
margin-left: auto;
margin-right: auto;
padding: 1em;
line-height: 1.5em;
}