Änderungen von Dokument Wiki - Schüler:innen

Zuletzt geändert von Sarah Groeneveld am 2025/06/20 22:12

Von Version 43.1
bearbeitet von Sarah Groeneveld
am 2025/06/20 21:34
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 48.1
bearbeitet von Sarah Groeneveld
am 2025/06/20 21:40
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -29,74 +29,19 @@
29 29  * [[Zukunftstag>>doc:.zukunftstag.WebHome]]
30 30  
31 31  {{html clean="false"}}
32 -<div style="display: flex; flex-wrap: wrap; gap: 1rem;">
32 +<div style="max-width: 800px; margin: 0 auto; background-color: #e3f2fd; border-left: 6px solid #42a5f5; padding: 1.5rem; border-radius: 8px; text-align: center;">
33 33  
34 - <div style="flex: 1 1 45%; border: 1px solid #ccc; padding: 1rem; border-radius: 10px; background-color: #f8f8f8; text-align: center;">
35 - <div style="font-size: 2em;">🧭</div>
36 - <div style="font-weight: bold; margin-top: 0.5rem;">
37 - [[Orientierung in der Schule>>schueler:orientierung.WebHome]]
38 - </div>
39 - </div>
34 + <h2 style="margin-top: 0; color: #1565c0;">👋 Willkommen im Schüler-Wiki der KGS Stuhr-Brinkum</h2>
35 +
36 + <p style="font-size: 1.1em; line-height: 1.5;">
37 + Hier findest du alle wichtigen Infos und Anleitungen rund um deinen Schulalltag – von der Krankmeldung bis zur Projektwoche, vom Mensa-Essen bis zum Schulbus. <br>
38 + Klick dich einfach durch die Kacheln unten – und finde schnell, was du suchst! 📚✨
39 + </p>
40 40  
41 - <div style="flex: 1 1 45%; border: 1px solid #ccc; padding: 1rem; border-radius: 10px; background-color: #f8f8f8; text-align: center;">
42 - <div style="font-size: 2em;">💻</div>
43 - <div style="font-weight: bold; margin-top: 0.5rem;">
44 - [[Digital & Organisatorisch>>schueler:digitales.WebHome]]
45 - </div>
46 - </div>
47 -
48 - <div style="flex: 1 1 45%; border: 1px solid #ccc; padding: 1rem; border-radius: 10px; background-color: #f8f8f8; text-align: center;">
49 - <div style="font-size: 2em;">📚</div>
50 - <div style="font-weight: bold; margin-top: 0.5rem;">
51 - [[Unterstützung & Beratung>>schueler:beratung.WebHome]]
52 - </div>
53 - </div>
54 -
55 - <div style="flex: 1 1 45%; border: 1px solid #ccc; padding: 1rem; border-radius: 10px; background-color: #f8f8f8; text-align: center;">
56 - <div style="font-size: 2em;">🔁</div>
57 - <div style="font-weight: bold; margin-top: 0.5rem;">
58 - [[Wahlen & Übergänge>>schueler:wahlen.WebHome]]
59 - </div>
60 - </div>
61 -
62 - <div style="flex: 1 1 45%; border: 1px solid #ccc; padding: 1rem; border-radius: 10px; background-color: #f8f8f8; text-align: center;">
63 - <div style="font-size: 2em;">📅</div>
64 - <div style="font-weight: bold; margin-top: 0.5rem;">
65 - [[Schulalltag & Termine>>schueler:schulalltag.WebHome]]
66 - </div>
67 - </div>
68 -
69 - <div style="flex: 1 1 45%; border: 1px solid #ccc; padding: 1rem; border-radius: 10px; background-color: #f8f8f8; text-align: center;">
70 - <div style="font-size: 2em;">🚍</div>
71 - <div style="font-weight: bold; margin-top: 0.5rem;">
72 - [[Ankommen & nach Hause kommen>>schueler:verkehr.WebHome]]
73 - </div>
74 - </div>
75 -
76 - <div style="flex: 1 1 45%; border: 1px solid #ccc; padding: 1rem; border-radius: 10px; background-color: #f8f8f8; text-align: center;">
77 - <div style="font-size: 2em;">🎨</div>
78 - <div style="font-weight: bold; margin-top: 0.5rem;">
79 - [[AGs & Angebote>>schueler:ags.WebHome]]
80 - </div>
81 - </div>
82 -
83 - <div style="flex: 1 1 45%; border: 1px solid #ccc; padding: 1rem; border-radius: 10px; background-color: #f8f8f8; text-align: center;">
84 - <div style="font-size: 2em;">🏆</div>
85 - <div style="font-weight: bold; margin-top: 0.5rem;">
86 - [[Wettbewerbe & besondere Aktionen>>schueler:wettbewerbe.WebHome]]
87 - </div>
88 - </div>
89 -
90 - <div style="flex: 1 1 45%; border: 1px solid #ccc; padding: 1rem; border-radius: 10px; background-color: #f8f8f8; text-align: center;">
91 - <div style="font-size: 2em;">📣</div>
92 - <div style="font-weight: bold; margin-top: 0.5rem;">
93 - [[Mitmachen & Mitgestalten>>schueler:mitmachen.WebHome]]
94 - </div>
95 - </div>
96 -
97 97  </div>
98 98  {{/html}}
99 99  
44 +
100 100  {{html clean="false"}}
101 101  <style>
102 102   .hover-box-link {
... ... @@ -106,17 +106,15 @@
106 106   }
107 107  
108 108   .hover-box {
109 - border: 1px solid #ccc;
110 110   padding: 1rem;
111 - border-radius: 10px;
112 - background-color: #f8f8f8;
55 + border-radius: 12px;
113 113   text-align: center;
114 114   transition: all 0.3s ease;
58 + color: #000000;
115 115   }
116 116  
117 117   .hover-box:hover {
118 - background-color: #e6f2ff;
119 - border-color: #3399ff;
62 + opacity: 0.9;
120 120   transform: scale(1.02);
121 121   }
122 122  
... ... @@ -132,19 +132,70 @@
132 132  
133 133  <div style="display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between;">
134 134  
135 - <a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/schueler/sporttag-schueler/" class="hover-box-link">
136 - <div class="hover-box">
78 + <a href="schueler:orientierung.WebHome" class="hover-box-link">
79 + <div class="hover-box" style="background-color: #fdd835;">
137 137   <div class="hover-box-icon">🧭</div>
138 138   <div class="hover-box-title">Orientierung in der Schule</div>
139 139   </div>
140 140   </a>
141 141  
142 - <a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/schueler/digital/" class="hover-box-link">
143 - <div class="hover-box">
85 + <a href="schueler:digital.WebHome" class="hover-box-link">
86 + <div class="hover-box" style="background-color: #81d4fa;">
144 144   <div class="hover-box-icon">💻</div>
145 145   <div class="hover-box-title">Digital & Organisatorisch</div>
146 146   </div>
147 147   </a>
148 148  
92 + <a href="schueler:beratung.WebHome" class="hover-box-link">
93 + <div class="hover-box" style="background-color: #c5e1a5;">
94 + <div class="hover-box-icon">📚</div>
95 + <div class="hover-box-title">Unterstützung & Beratung</div>
96 + </div>
97 + </a>
98 +
99 + <a href="schueler:wahlen.WebHome" class="hover-box-link">
100 + <div class="hover-box" style="background-color: #ffd180;">
101 + <div class="hover-box-icon">🔁</div>
102 + <div class="hover-box-title">Wahlen & Übergänge</div>
103 + </div>
104 + </a>
105 +
106 + <a href="schueler:termine.WebHome" class="hover-box-link">
107 + <div class="hover-box" style="background-color: #b39ddb;">
108 + <div class="hover-box-icon">📅</div>
109 + <div class="hover-box-title">Schulalltag & Termine</div>
110 + </div>
111 + </a>
112 +
113 + <a href="schueler:verkehr.WebHome" class="hover-box-link">
114 + <div class="hover-box" style="background-color: #ffab91;">
115 + <div class="hover-box-icon">🚍</div>
116 + <div class="hover-box-title">Ankommen & nach Hause kommen</div>
117 + </div>
118 + </a>
119 +
120 + <a href="schueler:angebote.WebHome" class="hover-box-link">
121 + <div class="hover-box" style="background-color: #a5d6a7;">
122 + <div class="hover-box-icon">🎨</div>
123 + <div class="hover-box-title">AGs & Angebote</div>
124 + </div>
125 + </a>
126 +
127 + <a href="schueler:wettbewerbe.WebHome" class="hover-box-link">
128 + <div class="hover-box" style="background-color: #f48fb1;">
129 + <div class="hover-box-icon">🏆</div>
130 + <div class="hover-box-title">Wettbewerbe & Aktionen</div>
131 + </div>
132 + </a>
133 +
134 + <a href="schueler:beteiligung.WebHome" class="hover-box-link">
135 + <div class="hover-box" style="background-color: #ce93d8;">
136 + <div class="hover-box-icon">📣</div>
137 + <div class="hover-box-title">Mitmachen & Mitgestalten</div>
138 + </div>
139 + </a>
140 +
149 149  </div>
150 150  {{/html}}
143 +
144 +