Vorlage:Messagebox/style.css: Unterschied zwischen den Versionen
Aus Green Campus Wiki
Die Seite wurde neu angelegt: „.messagebox { background-color: #f8f9fa; border-color: #eaecf0; border-width: 1px 1px 0.2em; border-style: solid; box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02); border-spacing: 3px; margin: 0 0 1.5em 2em; margin-left: auto; margin-right: auto; padding: .2em; font-size: 88%; line-height: 1.5em; }“ |
Keine Bearbeitungszusammenfassung |
||
| Zeile 3: | Zeile 3: | ||
border-color: #eaecf0; | border-color: #eaecf0; | ||
border-width: 1px 1px 0.2em; | border-width: 1px 1px 0.2em; | ||
border-left-width: 10px; | |||
border-style: solid; | border-style: solid; | ||
box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02); | box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02); | ||
Version vom 28. November 2023, 14:29 Uhr
.messagebox {
background-color: #f8f9fa;
border-color: #eaecf0;
border-width: 1px 1px 0.2em;
border-left-width: 10px;
border-style: solid;
box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02);
border-spacing: 3px;
margin: 0 0 1.5em 2em;
margin-left: auto;
margin-right: auto;
padding: .2em;
font-size: 88%;
line-height: 1.5em;
}