Ä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
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 41.1
bearbeitet von Sarah Groeneveld
am 2025/06/20 21:29
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

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  
... ... @@ -101,13 +101,8 @@
101 101  
102 102  {{html clean="false"}}
103 103  <style>
104 - .hover-box-link {
105 - text-decoration: none;
106 - color: inherit;
107 - flex: 1 1 45%;
108 - }
109 -
110 110   .hover-box {
103 + flex: 1 1 45%;
111 111   border: 1px solid #ccc;
112 112   padding: 1rem;
113 113   border-radius: 10px;
... ... @@ -134,21 +134,19 @@
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">
139 - <div class="hover-box-icon">🧭</div>
140 - <div class="hover-box-title">Orientierung in der Schule</div>
130 + <div class="hover-box">
131 + <div class="hover-box-icon">🧭</div>
132 + <div class="hover-box-title">
133 + [[Orientierung in der Schule>>#Orientierung]]
141 141   </div>
142 - </a>
135 + </div>
143 143  
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>
137 + <div class="hover-box">
138 + <div class="hover-box-icon">💻</div>
139 + <div class="hover-box-title">
140 + [[Digital & Organisatorisch>>#Digital]]
148 148   </div>
149 - </a>
142 + </div>
150 150  
151 151  </div>
152 152  {{/html}}
153 -
154 -