Änderungen von Dokument Wiki - Schüler:innen
Zuletzt geändert von Sarah Groeneveld am 2025/06/20 22:12
Von Version 44.1
bearbeitet von Sarah Groeneveld
am 2025/06/20 21:35
am 2025/06/20 21:35
Änderungskommentar:
Es gibt keinen Kommentar für diese Version
Auf Version 47.1
bearbeitet von Sarah Groeneveld
am 2025/06/20 21:38
am 2025/06/20 21:38
Änderungskommentar:
Es gibt keinen Kommentar für diese Version
Zusammenfassung
-
Seiteneigenschaften (1 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- Seiteneigenschaften
-
- Inhalt
-
... ... @@ -1,7 +1,5 @@ 1 1 (% class="box infomessage" %) 2 2 ((( 3 - 4 - 5 5 **Hier befinden sich verschiedene Informationen und Anleitungen für Schülerinnen und Schüler:** 6 6 ))) 7 7 ... ... @@ -31,75 +31,6 @@ 31 31 * [[Zukunftstag>>doc:.zukunftstag.WebHome]] 32 32 33 33 {{html clean="false"}} 34 -<div style="display: flex; flex-wrap: wrap; gap: 1rem;"> 35 - 36 - <div style="flex: 1 1 45%; border: 1px solid #ccc; padding: 1rem; border-radius: 10px; background-color: #f8f8f8; text-align: center;"> 37 - <div style="font-size: 2em;">🧭</div> 38 - <div style="font-weight: bold; margin-top: 0.5rem;"> 39 - [[Orientierung in der Schule>>schueler:orientierung.WebHome]] 40 - </div> 41 - </div> 42 - 43 - <div style="flex: 1 1 45%; border: 1px solid #ccc; padding: 1rem; border-radius: 10px; background-color: #f8f8f8; text-align: center;"> 44 - <div style="font-size: 2em;">💻</div> 45 - <div style="font-weight: bold; margin-top: 0.5rem;"> 46 - [[Digital & Organisatorisch>>schueler:digitales.WebHome]] 47 - </div> 48 - </div> 49 - 50 - <div style="flex: 1 1 45%; border: 1px solid #ccc; padding: 1rem; border-radius: 10px; background-color: #f8f8f8; text-align: center;"> 51 - <div style="font-size: 2em;">📚</div> 52 - <div style="font-weight: bold; margin-top: 0.5rem;"> 53 - [[Unterstützung & Beratung>>schueler:beratung.WebHome]] 54 - </div> 55 - </div> 56 - 57 - <div style="flex: 1 1 45%; border: 1px solid #ccc; padding: 1rem; border-radius: 10px; background-color: #f8f8f8; text-align: center;"> 58 - <div style="font-size: 2em;">🔁</div> 59 - <div style="font-weight: bold; margin-top: 0.5rem;"> 60 - [[Wahlen & Übergänge>>schueler:wahlen.WebHome]] 61 - </div> 62 - </div> 63 - 64 - <div style="flex: 1 1 45%; border: 1px solid #ccc; padding: 1rem; border-radius: 10px; background-color: #f8f8f8; text-align: center;"> 65 - <div style="font-size: 2em;">📅</div> 66 - <div style="font-weight: bold; margin-top: 0.5rem;"> 67 - [[Schulalltag & Termine>>schueler:schulalltag.WebHome]] 68 - </div> 69 - </div> 70 - 71 - <div style="flex: 1 1 45%; border: 1px solid #ccc; padding: 1rem; border-radius: 10px; background-color: #f8f8f8; text-align: center;"> 72 - <div style="font-size: 2em;">🚍</div> 73 - <div style="font-weight: bold; margin-top: 0.5rem;"> 74 - [[Ankommen & nach Hause kommen>>schueler:verkehr.WebHome]] 75 - </div> 76 - </div> 77 - 78 - <div style="flex: 1 1 45%; border: 1px solid #ccc; padding: 1rem; border-radius: 10px; background-color: #f8f8f8; text-align: center;"> 79 - <div style="font-size: 2em;">🎨</div> 80 - <div style="font-weight: bold; margin-top: 0.5rem;"> 81 - [[AGs & Angebote>>schueler:ags.WebHome]] 82 - </div> 83 - </div> 84 - 85 - <div style="flex: 1 1 45%; border: 1px solid #ccc; padding: 1rem; border-radius: 10px; background-color: #f8f8f8; text-align: center;"> 86 - <div style="font-size: 2em;">🏆</div> 87 - <div style="font-weight: bold; margin-top: 0.5rem;"> 88 - [[Wettbewerbe & besondere Aktionen>>schueler:wettbewerbe.WebHome]] 89 - </div> 90 - </div> 91 - 92 - <div style="flex: 1 1 45%; border: 1px solid #ccc; padding: 1rem; border-radius: 10px; background-color: #f8f8f8; text-align: center;"> 93 - <div style="font-size: 2em;">📣</div> 94 - <div style="font-weight: bold; margin-top: 0.5rem;"> 95 - [[Mitmachen & Mitgestalten>>schueler:mitmachen.WebHome]] 96 - </div> 97 - </div> 98 - 99 -</div> 100 -{{/html}} 101 - 102 -{{html clean="false"}} 103 103 <style> 104 104 .hover-box-link { 105 105 text-decoration: none; ... ... @@ -108,17 +108,15 @@ 108 108 } 109 109 110 110 .hover-box { 111 - border: 1px solid #ccc; 112 112 padding: 1rem; 113 - border-radius: 10px; 114 - background-color: #f8f8f8; 41 + border-radius: 12px; 115 115 text-align: center; 116 116 transition: all 0.3s ease; 44 + color: #000000; 117 117 } 118 118 119 119 .hover-box:hover { 120 - background-color: #e6f2ff; 121 - border-color: #3399ff; 48 + opacity: 0.9; 122 122 transform: scale(1.02); 123 123 } 124 124 ... ... @@ -134,21 +134,70 @@ 134 134 135 135 <div style="display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between;"> 136 136 137 - <a href=" https://wiki.kgs-stuhr.de/xwiki/bin/view/schueler/sporttag-schueler/" class="hover-box-link">138 - <div class="hover-box"> 64 + <a href="schueler:orientierung.WebHome" class="hover-box-link"> 65 + <div class="hover-box" style="background-color: #fdd835;"> 139 139 <div class="hover-box-icon">🧭</div> 140 140 <div class="hover-box-title">Orientierung in der Schule</div> 141 141 </div> 142 142 </a> 143 143 144 - <a href=" https://wiki.kgs-stuhr.de/xwiki/bin/view/schueler/digital/" class="hover-box-link">145 - <div class="hover-box"> 71 + <a href="schueler:digital.WebHome" class="hover-box-link"> 72 + <div class="hover-box" style="background-color: #81d4fa;"> 146 146 <div class="hover-box-icon">💻</div> 147 147 <div class="hover-box-title">Digital & Organisatorisch</div> 148 148 </div> 149 149 </a> 150 150 78 + <a href="schueler:beratung.WebHome" class="hover-box-link"> 79 + <div class="hover-box" style="background-color: #c5e1a5;"> 80 + <div class="hover-box-icon">📚</div> 81 + <div class="hover-box-title">Unterstützung & Beratung</div> 82 + </div> 83 + </a> 84 + 85 + <a href="schueler:wahlen.WebHome" class="hover-box-link"> 86 + <div class="hover-box" style="background-color: #ffd180;"> 87 + <div class="hover-box-icon">🔁</div> 88 + <div class="hover-box-title">Wahlen & Übergänge</div> 89 + </div> 90 + </a> 91 + 92 + <a href="schueler:termine.WebHome" class="hover-box-link"> 93 + <div class="hover-box" style="background-color: #b39ddb;"> 94 + <div class="hover-box-icon">📅</div> 95 + <div class="hover-box-title">Schulalltag & Termine</div> 96 + </div> 97 + </a> 98 + 99 + <a href="schueler:verkehr.WebHome" class="hover-box-link"> 100 + <div class="hover-box" style="background-color: #ffab91;"> 101 + <div class="hover-box-icon">🚍</div> 102 + <div class="hover-box-title">Ankommen & nach Hause kommen</div> 103 + </div> 104 + </a> 105 + 106 + <a href="schueler:angebote.WebHome" class="hover-box-link"> 107 + <div class="hover-box" style="background-color: #a5d6a7;"> 108 + <div class="hover-box-icon">🎨</div> 109 + <div class="hover-box-title">AGs & Angebote</div> 110 + </div> 111 + </a> 112 + 113 + <a href="schueler:wettbewerbe.WebHome" class="hover-box-link"> 114 + <div class="hover-box" style="background-color: #f48fb1;"> 115 + <div class="hover-box-icon">🏆</div> 116 + <div class="hover-box-title">Wettbewerbe & Aktionen</div> 117 + </div> 118 + </a> 119 + 120 + <a href="schueler:beteiligung.WebHome" class="hover-box-link"> 121 + <div class="hover-box" style="background-color: #ce93d8;"> 122 + <div class="hover-box-icon">📣</div> 123 + <div class="hover-box-title">Mitmachen & Mitgestalten</div> 124 + </div> 125 + </a> 126 + 151 151 </div> 152 152 {{/html}} 153 153 154 - 130 +