Vorlage:FußzeilenBox/style.css: Unterschied zwischen den Versionen
Aus Green Campus Wiki
Die Seite wurde neu angelegt: „.fusszeilenbox { width:100%; 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; padding: .2em; font-size: 88%; line-height: 1.5em; }“ |
Keine Bearbeitungszusammenfassung |
||
(2 dazwischenliegende Versionen von einem anderen Benutzer werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
.fusszeilenbox { | .fusszeilenbox { | ||
background-color: #f8f9fa; | background-color: #f8f9fa; | ||
border-color: #eaecf0; | border-color: #eaecf0; | ||
Zeile 9: | Zeile 7: | ||
border-spacing: 3px; | border-spacing: 3px; | ||
margin: | margin: 1.5em 0 0 0; | ||
padding: .2em; | padding: .2em; | ||
font-size: 88%; | font-size: 88%; | ||
line-height: 1.5em; | line-height: 1.5em; | ||
width: 100%; | |||
text-align: center; | |||
} | |||
.fusszeilenbox th { | |||
background-color: lightgreen; | |||
} | } |
Aktuelle Version vom 26. Februar 2024, 01:02 Uhr
.fusszeilenbox { 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: 1.5em 0 0 0; padding: .2em; font-size: 88%; line-height: 1.5em; width: 100%; text-align: center; } .fusszeilenbox th { background-color: lightgreen; }