Änderungen von Dokument eltern.klasse5

Zuletzt geändert von Sarah Groeneveld am 2026/06/08 09:25

Von Version 17.1
bearbeitet von Sarah Groeneveld
am 2026/06/08 09:11
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 18.1
bearbeitet von Sarah Groeneveld
am 2026/06/08 09:13
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -172,10 +172,11 @@
172 172  }
173 173  .wk-event.highlight-event::before { background: #E53935; }
174 174  
175 -/* CARDS GRID – float-basiert für XWiki-Kompatibilität */
176 -.wk-cards { overflow: hidden; }
175 +/* CARDS GRID – inline-block für XWiki-Kompatibilität */
176 +.wk-cards { font-size: 0; }
177 177  .wk-card {
178 - float: left;
178 + display: inline-block;
179 + vertical-align: top;
179 179   width: 48%;
180 180   margin: 0 1% 16px 1%;
181 181   background: #fff;
... ... @@ -184,9 +184,9 @@
184 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;
188 + font-size: 14px;
188 188  }
189 -.wk-cards-clear { clear: both; }
190 +.wk-cards-clear { }
190 190  .wk-card {
191 191   background: #fff;
192 192   border: 1px solid #e8eaf0;
... ... @@ -221,6 +221,9 @@
221 221  }
222 222  .wk-card ul { padding-left: 18px; margin: 6px 0 0 0; }
223 223  .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; }
224 224  
225 225  /* STUNDENPLAN TABLE */
226 226  .wk-timetable {
... ... @@ -275,27 +275,30 @@
275 275  .chip-grau { background: #f5f5f5; color: #424242; border-color: #bdbdbd; }
276 276  .chip-braun { background: #efebe9; color: #3e2723; border-color: #bcaaa4; }
277 277  
278 -/* CONTACT CARDS – float-basiert */
279 -.wk-contacts { overflow: hidden; margin: 0 -6px; }
282 +/* CONTACT CARDS – inline-block */
283 +.wk-contacts { font-size: 0; }
280 280  .wk-contact {
281 - float: left;
282 - width: calc(33.33% - 12px);
283 - margin: 0 6px 12px 6px;
285 + display: inline-block;
286 + vertical-align: top;
287 + width: 31%;
288 + margin: 0 1% 12px 1%;
284 284   background: #f8f9fc;
285 285   border-radius: 10px;
286 286   padding: 14px 16px;
287 287   border: 1px solid #e8eaf0;
288 288   box-sizing: border-box;
294 + font-size: 14px;
289 289  }
290 -.wk-contacts-clear { clear: both; }
296 +.wk-contacts-clear { }
291 291  .wk-contact-name { font-weight: 700; font-size: 0.92em; color: #1a1a2e; margin-bottom: 4px; }
292 292  .wk-contact-role { font-size: 0.8em; color: #888; margin-bottom: 6px; }
293 293  .wk-contact a { font-size: 0.83em; color: #0f3460; }
294 294  
295 -/* PLATFORM PILLS – float-basiert */
296 -.wk-platforms { overflow: hidden; margin-top: 4px; }
301 +/* PLATFORM PILLS – inline-block */
302 +.wk-platforms { font-size: 0; margin-top: 4px; }
297 297  .wk-platform {
298 - float: left;
304 + display: inline-block;
305 + vertical-align: top;
299 299   width: 48%;
300 300   margin: 0 1% 12px 1%;
301 301   background: #fff;
... ... @@ -302,11 +302,10 @@
302 302   border: 1.5px solid #e0e4ef;
303 303   border-radius: 8px;
304 304   padding: 10px 14px;
305 - font-size: 0.87em;
312 + font-size: 14px;
306 306   box-sizing: border-box;
307 - min-width: 200px;
308 308  }
309 -.wk-platforms-clear { clear: both; }
315 +.wk-platforms-clear { }
310 310  .wk-platform-name { font-weight: 700; color: #1a1a2e; margin-bottom: 2px; }
311 311  .wk-platform-desc { color: #666; font-size: 0.9em; }
312 312  .wk-platform a { color: #E53935; font-weight: 600; font-size: 0.88em; }