Änderungen von Dokument Wiki - Schüler:innen

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

Von Version 41.1
bearbeitet von Sarah Groeneveld
am 2025/06/20 21:29
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 44.1
bearbeitet von Sarah Groeneveld
am 2025/06/20 21:35
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -1,5 +1,7 @@
1 1  (% class="box infomessage" %)
2 2  (((
3 +
4 +
3 3  **Hier befinden sich verschiedene Informationen und Anleitungen für Schülerinnen und Schüler:**
4 4  )))
5 5  
... ... @@ -99,8 +99,13 @@
99 99  
100 100  {{html clean="false"}}
101 101  <style>
102 - .hover-box {
104 + .hover-box-link {
105 + text-decoration: none;
106 + color: inherit;
103 103   flex: 1 1 45%;
108 + }
109 +
110 + .hover-box {
104 104   border: 1px solid #ccc;
105 105   padding: 1rem;
106 106   border-radius: 10px;
... ... @@ -127,19 +127,21 @@
127 127  
128 128  <div style="display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between;">
129 129  
130 - <div class="hover-box">
131 - <div class="hover-box-icon">🧭</div>
132 - <div class="hover-box-title">
133 - [[Orientierung in der Schule>>#Orientierung]]
137 + <a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/schueler/sporttag-schueler/" class="hover-box-link">
138 + <div class="hover-box">
139 + <div class="hover-box-icon">🧭</div>
140 + <div class="hover-box-title">Orientierung in der Schule</div>
134 134   </div>
135 - </div>
142 + </a>
136 136  
137 - <div class="hover-box">
138 - <div class="hover-box-icon">💻</div>
139 - <div class="hover-box-title">
140 - [[Digital & Organisatorisch>>#Digital]]
144 + <a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/schueler/digital/" class="hover-box-link">
145 + <div class="hover-box">
146 + <div class="hover-box-icon">💻</div>
147 + <div class="hover-box-title">Digital & Organisatorisch</div>
141 141   </div>
142 - </div>
149 + </a>
143 143  
144 144  </div>
145 145  {{/html}}
153 +
154 +