Zuletzt bearbeitet vor 2 Wochen
von Redaktion

Vorlage:Mitarbeiter/styles.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
Zeile 1: Zeile 1:
/*Employee styles */
/*Startpage/employees */
#employeewrapper {background:#f1f3f9;  padding: 10px 20px 20px 20px; gap:20px; display:flex;flex-wrap:wrap; justify-content:flex-start}
#employeewrapper {background:#f1f3f9;  padding: 10px;margin-top:10px}
#employeewrapper h2 {font-size:1.1em; margin: 0 0 1em 0;}
.employees {display: flex;flex-wrap: wrap;justify-content: space-between;gap: 4px;}
.employees {display: flex;flex-wrap: wrap;justify-content: space-between;gap: 4px;}
.employee {width:140px; padding:10px; text-align:center; background:#fff;}
.employees > p {display:none}
.employee {width:172px; padding:10px; text-align:center; background:#fff;}
.etitle, .edepartment, .ename  {font-size:0.9em}
.etitle, .edepartment, .ename  {font-size:0.9em}
.ename {min-height:3em;}
.ename {min-height:3em;}
.edepartment {font-weight:bold}
.edepartment {font-weight:bold}
.eimage { overflow: hidden;  height: 120px;}

Aktuelle Version vom 12. September 2024, 12:22 Uhr

/*Startpage/employees */
#employeewrapper {background:#f1f3f9;  padding: 10px;margin-top:10px}
#employeewrapper h2 {font-size:1.1em; margin: 0 0 1em 0;}
.employees {display: flex;flex-wrap: wrap;justify-content: space-between;gap: 4px;}
.employees > p {display:none}
.employee {width:172px; padding:10px; text-align:center; background:#fff;}
.etitle, .edepartment, .ename  {font-size:0.9em}
.ename {min-height:3em;}
.edepartment {font-weight:bold}