Änderungen von Dokument eltern.klasse5
Zuletzt geändert von Sarah Groeneveld am 2026/06/08 09:25
Von Version 15.1
bearbeitet von Sarah Groeneveld
am 2026/06/08 09:07
am 2026/06/08 09:07
Änderungskommentar:
Es gibt keinen Kommentar für diese Version
Auf Version 18.1
bearbeitet von Sarah Groeneveld
am 2026/06/08 09:13
am 2026/06/08 09:13
Änderungskommentar:
Es gibt keinen Kommentar für diese Version
Zusammenfassung
-
Seiteneigenschaften (1 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- Seiteneigenschaften
-
- Inhalt
-
... ... @@ -172,12 +172,22 @@ 172 172 } 173 173 .wk-event.highlight-event::before { background: #E53935; } 174 174 175 -/* CARDS GRID */ 176 -.wk-cards { 177 - display: grid; 178 - grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); 179 - gap: 16px; 175 +/* CARDS GRID – inline-block für XWiki-Kompatibilität */ 176 +.wk-cards { font-size: 0; } 177 +.wk-card { 178 + display: inline-block; 179 + vertical-align: top; 180 + width: 48%; 181 + margin: 0 1% 16px 1%; 182 + background: #fff; 183 + border: 1px solid #e8eaf0; 184 + border-radius: 10px; 185 + padding: 16px; 186 + box-shadow: 0 2px 6px rgba(0,0,0,0.04); 187 + box-sizing: border-box; 188 + font-size: 14px; 180 180 } 190 +.wk-cards-clear { } 181 181 .wk-card { 182 182 background: #fff; 183 183 border: 1px solid #e8eaf0; ... ... @@ -212,6 +212,9 @@ 212 212 } 213 213 .wk-card ul { padding-left: 18px; margin: 6px 0 0 0; } 214 214 .wk-card a { color: #0f3460; font-weight: 600; } 225 +.wk-platform-name { font-weight: 700; color: #1a1a2e; margin-bottom: 4px; font-size: 14px; } 226 +.wk-platform-desc { color: #666; font-size: 13px; line-height: 1.5; } 227 +.wk-platform a { color: #E53935; font-weight: 600; font-size: 13px; } 215 215 216 216 /* STUNDENPLAN TABLE */ 217 217 .wk-timetable { ... ... @@ -266,28 +266,40 @@ 266 266 .chip-grau { background: #f5f5f5; color: #424242; border-color: #bdbdbd; } 267 267 .chip-braun { background: #efebe9; color: #3e2723; border-color: #bcaaa4; } 268 268 269 -/* CONTACT CARDS */ 270 -.wk-contacts { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px, 1fr));gap: 12px;}282 +/* CONTACT CARDS – inline-block */ 283 +.wk-contacts { font-size: 0; } 271 271 .wk-contact { 285 + display: inline-block; 286 + vertical-align: top; 287 + width: 31%; 288 + margin: 0 1% 12px 1%; 272 272 background: #f8f9fc; 273 273 border-radius: 10px; 274 274 padding: 14px 16px; 275 275 border: 1px solid #e8eaf0; 293 + box-sizing: border-box; 294 + font-size: 14px; 276 276 } 296 +.wk-contacts-clear { } 277 277 .wk-contact-name { font-weight: 700; font-size: 0.92em; color: #1a1a2e; margin-bottom: 4px; } 278 278 .wk-contact-role { font-size: 0.8em; color: #888; margin-bottom: 6px; } 279 279 .wk-contact a { font-size: 0.83em; color: #0f3460; } 280 280 281 -/* PLATFORM PILLS */ 282 -.wk-platforms { display:flex; flex-wrap:wrap; gap: 10px; margin-top: 4px; }301 +/* PLATFORM PILLS – inline-block */ 302 +.wk-platforms { font-size: 0; margin-top: 4px; } 283 283 .wk-platform { 304 + display: inline-block; 305 + vertical-align: top; 306 + width: 48%; 307 + margin: 0 1% 12px 1%; 284 284 background: #fff; 285 285 border: 1.5px solid #e0e4ef; 286 286 border-radius: 8px; 287 287 padding: 10px 14px; 288 - font-size: 0.87em;289 - min-width:180px;312 + font-size: 14px; 313 + box-sizing: border-box; 290 290 } 315 +.wk-platforms-clear { } 291 291 .wk-platform-name { font-weight: 700; color: #1a1a2e; margin-bottom: 2px; } 292 292 .wk-platform-desc { color: #666; font-size: 0.9em; } 293 293 .wk-platform a { color: #E53935; font-weight: 600; font-size: 0.88em; } ... ... @@ -352,7 +352,7 @@ 352 352 <div class="wk-event"> 353 353 <div class="wk-event-date">Ca. 2 Wochen nach Schuljahresbeginn</div> 354 354 <div class="wk-event-title">🎨 Einwahl in AGs (Offener Ganztag)</div> 355 - <div class="wk-event-desc">Die Einwahl in Arbeitsgemeinschaften erfolgt digital über <strong>IServ</strong>. Achtung: die Teilnahme ist dann für das gesamte Schuljahr verpflichtend.</div> 380 + <div class="wk-event-desc">Die Einwahl in Arbeitsgemeinschaften erfolgt digital über <strong>IServ</strong>. Achtung: die Teilnahme ist dann für das gesamte Schuljahr verpflichtend. <a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/wiki-eltern/ganztag/">→ Mehr zum Ganztag im Wiki</a></div> 356 356 </div> 357 357 358 358 </div> ... ... @@ -450,6 +450,7 @@ 450 450 </div> 451 451 452 452 </div> 478 + <div class="wk-cards-clear"></div> 453 453 </div> 454 454 455 455 <hr class="wk-divider"/> ... ... @@ -517,6 +517,7 @@ 517 517 <a href="https://www.kgs-stuhr.de/">→ www.kgs-stuhr.de</a></div> 518 518 </div> 519 519 </div> 546 + <div class="wk-platforms-clear"></div> 520 520 </div> 521 521 522 522 <hr class="wk-divider"/> ... ... @@ -558,6 +558,7 @@ 558 558 <a href="mailto:s.roeber@kgs-sb.de">s.roeber@kgs-sb.de</a> 559 559 </div> 560 560 </div> 588 + <div class="wk-contacts-clear"></div> 561 561 </div> 562 562 563 563 <hr class="wk-divider"/>