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

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -99,8 +99,13 @@
99 99  
100 100  {{html clean="false"}}
101 101  <style>
102 - .hover-box {
102 + .hover-box-link {
103 + text-decoration: none;
104 + color: inherit;
103 103   flex: 1 1 45%;
106 + }
107 +
108 + .hover-box {
104 104   border: 1px solid #ccc;
105 105   padding: 1rem;
106 106   border-radius: 10px;
... ... @@ -127,19 +127,19 @@
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]]
135 + <a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/schueler/orientierung/" class="hover-box-link">
136 + <div class="hover-box">
137 + <div class="hover-box-icon">🧭</div>
138 + <div class="hover-box-title">Orientierung in der Schule</div>
134 134   </div>
135 - </div>
140 + </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]]
142 + <a href="https://wiki.kgs-stuhr.de/xwiki/bin/view/schueler/digital/" class="hover-box-link">
143 + <div class="hover-box">
144 + <div class="hover-box-icon">💻</div>
145 + <div class="hover-box-title">Digital & Organisatorisch</div>
141 141   </div>
142 - </div>
147 + </a>
143 143  
144 144  </div>
145 145  {{/html}}