Änderungen von Dokument eltern.klasse5
Zuletzt geändert von Sarah Groeneveld am 2026/06/08 09:25
Von Version 16.1
bearbeitet von Sarah Groeneveld
am 2026/06/08 09:09
am 2026/06/08 09:09
Änderungskommentar:
Es gibt keinen Kommentar für diese Version
Auf Version 17.1
bearbeitet von Sarah Groeneveld
am 2026/06/08 09:11
am 2026/06/08 09:11
Änderungskommentar:
Es gibt keinen Kommentar für diese Version
Zusammenfassung
-
Seiteneigenschaften (1 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- Seiteneigenschaften
-
- Inhalt
-
... ... @@ -173,17 +173,18 @@ 173 173 .wk-event.highlight-event::before { background: #E53935; } 174 174 175 175 /* CARDS GRID – float-basiert für XWiki-Kompatibilität */ 176 -.wk-cards { overflow: hidden; margin: 0 -8px;}176 +.wk-cards { overflow: hidden; } 177 177 .wk-card { 178 178 float: left; 179 - width: calc(50%- 16px);180 - margin: 0 8px16px8px;179 + width: 48%; 180 + margin: 0 1% 16px 1%; 181 181 background: #fff; 182 182 border: 1px solid #e8eaf0; 183 183 border-radius: 10px; 184 - padding: 1 8px;184 + padding: 16px; 185 185 box-shadow: 0 2px 6px rgba(0,0,0,0.04); 186 186 box-sizing: border-box; 187 + min-width: 200px; 187 187 } 188 188 .wk-cards-clear { clear: both; } 189 189 .wk-card { ... ... @@ -274,24 +274,29 @@ 274 274 .chip-grau { background: #f5f5f5; color: #424242; border-color: #bdbdbd; } 275 275 .chip-braun { background: #efebe9; color: #3e2723; border-color: #bcaaa4; } 276 276 277 -/* CONTACT CARDS */ 278 -.wk-contacts { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px, 1fr));gap:12px; }278 +/* CONTACT CARDS – float-basiert */ 279 +.wk-contacts { overflow: hidden; margin: 0 -6px; } 279 279 .wk-contact { 281 + float: left; 282 + width: calc(33.33% - 12px); 283 + margin: 0 6px 12px 6px; 280 280 background: #f8f9fc; 281 281 border-radius: 10px; 282 282 padding: 14px 16px; 283 283 border: 1px solid #e8eaf0; 288 + box-sizing: border-box; 284 284 } 290 +.wk-contacts-clear { clear: both; } 285 285 .wk-contact-name { font-weight: 700; font-size: 0.92em; color: #1a1a2e; margin-bottom: 4px; } 286 286 .wk-contact-role { font-size: 0.8em; color: #888; margin-bottom: 6px; } 287 287 .wk-contact a { font-size: 0.83em; color: #0f3460; } 288 288 289 289 /* PLATFORM PILLS – float-basiert */ 290 -.wk-platforms { overflow: hidden; margin: 4px -6px 0 -6px; }296 +.wk-platforms { overflow: hidden; margin-top: 4px; } 291 291 .wk-platform { 292 292 float: left; 293 - width: calc(50%- 12px);294 - margin: 0 6px12px6px;299 + width: 48%; 300 + margin: 0 1% 12px 1%; 295 295 background: #fff; 296 296 border: 1.5px solid #e0e4ef; 297 297 border-radius: 8px; ... ... @@ -298,6 +298,7 @@ 298 298 padding: 10px 14px; 299 299 font-size: 0.87em; 300 300 box-sizing: border-box; 307 + min-width: 200px; 301 301 } 302 302 .wk-platforms-clear { clear: both; } 303 303 .wk-platform-name { font-weight: 700; color: #1a1a2e; margin-bottom: 2px; } ... ... @@ -462,6 +462,7 @@ 462 462 </div> 463 463 464 464 </div> 472 + <div class="wk-cards-clear"></div> 465 465 </div> 466 466 467 467 <hr class="wk-divider"/> ... ... @@ -529,6 +529,7 @@ 529 529 <a href="https://www.kgs-stuhr.de/">→ www.kgs-stuhr.de</a></div> 530 530 </div> 531 531 </div> 540 + <div class="wk-platforms-clear"></div> 532 532 </div> 533 533 534 534 <hr class="wk-divider"/> ... ... @@ -570,6 +570,7 @@ 570 570 <a href="mailto:s.roeber@kgs-sb.de">s.roeber@kgs-sb.de</a> 571 571 </div> 572 572 </div> 582 + <div class="wk-contacts-clear"></div> 573 573 </div> 574 574 575 575 <hr class="wk-divider"/>