Änderungen von Dokument eltern.klasse5

Zuletzt geändert von Sarah Groeneveld am 2026/06/28 17:47

Von Version 23.1
bearbeitet von Sarah Groeneveld
am 2026/06/21 12:49
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 31.1
bearbeitet von Sarah Groeneveld
am 2026/06/28 17:47
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -51,16 +51,6 @@
51 51  .wk-event-desc { font-size: 0.87em; color: #555; line-height: 1.5; }
52 52  .wk-event-desc a { color: #0f3460; font-weight: 600; }
53 53  
54 -/* CARD – einzeln, volle Breite */
55 -.wk-card { background: #fff; border: 1px solid #e8eaf0; border-radius: 10px; padding: 16px 18px; margin-bottom: 12px; }
56 -.wk-card-head { margin-bottom: 8px; }
57 -.wk-card-head-icon { display: inline-block; width: 28px; height: 28px; border-radius: 6px; text-align: center; line-height: 28px; font-size: 0.9em; vertical-align: middle; margin-right: 6px; }
58 -.wk-card h3 { display: inline; font-size: 0.97em; font-weight: 700; color: #1a1a2e; vertical-align: middle; }
59 -.wk-card p { font-size: 0.88em; color: #555; line-height: 1.6; margin: 6px 0 0 0; }
60 -.wk-card ul { padding-left: 18px; margin: 6px 0 0 0; }
61 -.wk-card li { font-size: 0.88em; color: #555; line-height: 1.6; }
62 -.wk-card a { color: #0f3460; font-weight: 600; }
63 -
64 64  /* TIMETABLE */
65 65  .wk-timetable { width: 100%; border-collapse: collapse; font-size: 0.88em; }
66 66  .wk-timetable thead tr { background: #1a1a2e; color: #fff; }
... ... @@ -81,11 +81,36 @@
81 81  .chip-lila { background: #f3e5f5; color: #4a148c; border-color: #ce93d8; }
82 82  .chip-grau { background: #f5f5f5; color: #424242; border-color: #bdbdbd; }
83 83  .chip-braun { background: #efebe9; color: #3e2723; border-color: #bcaaa4; }
74 +.chip-pink { background: #fce4ec; color: #880e4f; border-color: #f48fb1; }
84 84  
85 85  /* HIGHLIGHT BOX */
86 86  .wk-highlight { background: #fff9e6; border-left: 5px solid #FFD600; border-radius: 8px; padding: 14px 18px; margin-bottom: 18px; font-size: 0.92em; color: #3d3000; line-height: 1.6; }
87 87  .wk-highlight strong { color: #1a1a2e; }
88 88  
80 +/* KUNST-DOWNLOAD BOX */
81 +.wk-download-box {
82 + background: #f3e5f5; border: 1.5px solid #ce93d8; border-radius: 10px;
83 + padding: 16px 20px; margin-bottom: 16px; display: table; width: 100%; box-sizing: border-box;
84 +}
85 +.wk-download-icon { display: table-cell; width: 48px; vertical-align: middle; font-size: 2em; }
86 +.wk-download-body { display: table-cell; vertical-align: middle; padding-left: 8px; }
87 +.wk-download-title { font-weight: 700; color: #1a1a2e; font-size: 0.97em; margin-bottom: 2px; }
88 +.wk-download-desc { font-size: 0.85em; color: #555; line-height: 1.5; margin-bottom: 8px; }
89 +.wk-download-btn {
90 + display: inline-block; background: #7b1fa2; color: #fff !important;
91 + font-size: 0.85em; font-weight: 700; padding: 7px 16px; border-radius: 20px;
92 + text-decoration: none !important; letter-spacing: 0.3px;
93 +}
94 +.wk-download-btn:hover { background: #6a1b9a; }
95 +
96 +/* KUNST MATERIALLISTE INLINE */
97 +.wk-kunst-list { background: #fff; border: 1px solid #e8eaf0; border-radius: 10px; padding: 16px 20px; margin-bottom: 12px; }
98 +.wk-kunst-list h3 { font-size: 0.95em; font-weight: 700; color: #4a148c; margin: 0 0 10px 0; }
99 +.wk-kunst-list ul { margin: 0; padding-left: 20px; }
100 +.wk-kunst-list li { font-size: 0.87em; color: #444; line-height: 1.7; }
101 +.wk-kunst-list li em { color: #7b1fa2; font-style: normal; font-weight: 600; }
102 +.wk-kunst-hinweis { background: #e8f5e9; border-left: 4px solid #66bb6a; border-radius: 6px; padding: 10px 14px; font-size: 0.85em; color: #1b5e20; line-height: 1.6; margin-top: 12px; }
103 +
89 89  /* PLATFORMS */
90 90  .wk-platform { background: #f8f9fc; border: 1.5px solid #e0e4ef; border-radius: 8px; padding: 12px 14px; margin-bottom: 10px; font-size: 0.88em; }
91 91  .wk-platform-name { font-weight: 700; color: #1a1a2e; margin-bottom: 3px; }
... ... @@ -218,7 +218,6 @@
218 218   </td>
219 219   </tr>
220 220   </table>
221 -
222 222   </div>
223 223  
224 224   <hr class="wk-divider"/>
... ... @@ -228,6 +228,8 @@
228 228   <div class="wk-section-title">
229 229   <h2><span class="wk-section-icon icon-purple">✏️</span>Materialien &amp; Ausstattung</h2>
230 230   </div>
245 +
246 + <!-- Allgemeine Materialliste -->
231 231   <div class="wk-highlight">
232 232   <strong>🎒 Federtasche:</strong> Füller + Patronen oder Tintenroller · Lineal · Textmarker · Radiergummi · Anspitzer mit Behälter · Klebestift · Schere · Bleistifte (hart + weich) · Buntstifte
233 233   </div>
... ... @@ -246,8 +246,42 @@
246 246   <span class="wk-chip chip-lila">Religion · lila</span>
247 247   <span class="wk-chip chip-grau">Geschichte · grau</span>
248 248   <span class="wk-chip chip-braun">Erdkunde · braun</span>
265 + <span class="wk-chip chip-pink">Kunst · pink</span>
249 249   </div>
250 - <p style="font-size:0.85em;color:#888;margin-top:10px;">Separate <strong>Materialliste Kunst Jg. 5/6</strong> beachten.</p>
267 +
268 + <!-- TRENNLINIE ZUR KUNSTLISTE -->
269 + <div style="border-top:1px dashed #e0e0e0;margin:22px 0 18px 0;"></div>
270 +
271 + <!-- KUNST-DOWNLOAD BOX -->
272 + <div class="wk-download-box">
273 + <div class="wk-download-icon">🎨</div>
274 + <div class="wk-download-body">
275 + <div class="wk-download-title">Materialienliste Kunst Jg. 5/6 – Download</div>
276 + <div class="wk-download-desc">Die Fachschaft Kunst stellt eine separate Liste bereit. Alle Materialien müssen mit Namen beschriftet werden und bleiben bis Schuljahresende in der Schule.</div>
277 + <a class="wk-download-btn" href="https://wiki.kgs-stuhr.de/xwiki/bin/download/wiki-eltern/eltern.klasse5/WebHome/Materialien_Liste_F%C3%BCnftkl%C3%A4ssler_2026.pdf?rev=1.1">⬇ PDF herunterladen</a>
278 + </div>
279 + </div>
280 +
281 + <!-- KUNST-MATERIALLISTE INLINE -->
282 + <div class="wk-kunst-list">
283 + <h3>🖌️ Für den Kunstunterricht mitzubringen (Jg. 5/6)</h3>
284 + <ul>
285 + <li>Pappmappe <em>pink</em></li>
286 + <li>Skizzenbuch / Skizzenblock: <em>DIN-A4 Hochformat, Blanko, mind. 40 Seiten, mind. 120 g/m²</em></li>
287 + <li>Mehrere Borsten- und Haarpinsel in versch. Stärken in einem Pinselmäppchen<br>
288 + <span style="font-size:0.85em;color:#888;">Tipp: Pelikan 700405 Pinsel Starter Set (5 Haar- + 5 Borstenpinsel + Pinseltasche)</span></li>
289 + <li>Farbkasten mit Deckweiß</li>
290 + <li>Einen normalen Bleistift (HB / B) und einen weicheren (2B / 3B / 4B)</li>
291 + <li>Schwarzer Fineliner (z.B. Stabilo)</li>
292 + <li>Schere, Klebestift, Lineal, Anspitzer und Radiergummi</li>
293 + <li>DIN-A3 Zeichenblock (<em>mind. 120 g/m²</em>)</li>
294 + <li>DIN-A3 Sammelmappe</li>
295 + </ul>
296 + <div class="wk-kunst-hinweis">
297 + <strong>Hinweise der Fachschaft Kunst:</strong> Acrylfarben, Linolfarben, Linolplatten und besondere Papiere werden von der Schule gestellt. Für die Acrylmalerei verwenden die Schüler:innen eigene Pinsel. Ab Jg. 6 entscheidet die jeweilige Lehrkraft über weitere Materialien.
298 + </div>
299 + </div>
300 +
251 251   </div>
252 252  
253 253   <hr class="wk-divider"/>
... ... @@ -347,4 +347,3 @@
347 347  
348 348  </div>
349 349  {{/html}}
350 -
Materialien_Liste_Fünftklässler_2026.pdf
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.kgs-sbde-groeneveld
Größe
... ... @@ -1,0 +1,1 @@
1 +173.0 KB
Inhalt