Ä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 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
Zusammenfassung
-
Seiteneigenschaften (1 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- Seiteneigenschaften
-
- Inhalt
-
... ... @@ -172,12 +172,20 @@ 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 – float-basiert für XWiki-Kompatibilität */ 176 +.wk-cards { overflow: hidden; margin: 0 -8px; } 177 +.wk-card { 178 + float: left; 179 + width: calc(50% - 16px); 180 + margin: 0 8px 16px 8px; 181 + background: #fff; 182 + border: 1px solid #e8eaf0; 183 + border-radius: 10px; 184 + padding: 18px; 185 + box-shadow: 0 2px 6px rgba(0,0,0,0.04); 186 + box-sizing: border-box; 180 180 } 188 +.wk-cards-clear { clear: both; } 181 181 .wk-card { 182 182 background: #fff; 183 183 border: 1px solid #e8eaf0; ... ... @@ -278,16 +278,20 @@ 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; }289 +/* PLATFORM PILLS – float-basiert */ 290 +.wk-platforms { overflow: hidden; margin: 4px -6px 0 -6px; } 283 283 .wk-platform { 292 + float: left; 293 + width: calc(50% - 12px); 294 + margin: 0 6px 12px 6px; 284 284 background: #fff; 285 285 border: 1.5px solid #e0e4ef; 286 286 border-radius: 8px; 287 287 padding: 10px 14px; 288 288 font-size: 0.87em; 289 - min-width:180px;300 + box-sizing: border-box; 290 290 } 302 +.wk-platforms-clear { clear: both; } 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> 367 + <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>