Changes for page Navigation

Last modified by Benjamin Fischer on 2025/06/03 16:18

From version 23.4
edited by Benjamin Fischer
on 2025/03/24 14:05
Change comment: There is no comment for this version
To version 22.3
edited by Benjamin Fischer
on 2025/01/06 15:11
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -14,14 +14,10 @@
14 14  * ----
15 15  * [[{{icon name="book"/}}Material collection>>Material collection.WebHome]]
16 16  * [[{{icon name="address-book"/}}People in ErUM-Data>>People in ErUM-Data.WebHome]]
17 -* [[{{icon name="industry"/}}Industry meets ErUM-Data>>Industry meets ErUM-Data.WebHome]]
18 18  <li><br/></li>
19 19  #navItem ("DIG-UM.WebHome")
20 -<li class="open">[[Program Planning.WebHome]]<ul>
21 - <li>[[2nd Workshop on Sustainability>>MoccaCalendar.Workshops.2nd Workshop on Sustainability in the Digital Transformation of Basic Research on Universe & Matter.Program Planning.WebHome]]</li>
22 -</ul></li>
23 23  #navItem ("Internal.WebHome")
24 -<li>[[ErUM-Data Call 2025.WebHome]]</li>
20 +<li>[[ErUM-Data Call (2025)>>https://erumdatahub.de/calls/]]</li>
25 25  #if ($hasEdit)
26 26  <li><br/></li>
27 27  <li class="open">{{icon name="question"/}} Help<ul>
XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,14 +1,12 @@
1 1  .panel .menu.menu-vertical {
2 2   > ul {
3 - > li > *:first-child {
4 - font-weight: bold;
5 - }
6 - ul {
7 - list-style-type: disc;
8 - ul {
9 - list-style-type: circle;
10 - ul {
11 - list-style-type: square;
3 + list-style-type: disc;
4 + > ul {
5 + list-style-type: circle;
6 + > ul {
7 + list-style-type: square;
8 + > ul {
9 + list-style-type: disc;
12 12   }
13 13   }
14 14   }