Changes for page Navigation
Last modified by Benjamin Fischer on 2025/06/03 16:18
From version 23.5
edited by Benjamin Fischer
on 2025/03/24 14:08
on 2025/03/24 14:08
Change comment:
There is no comment for this version
To version 22.4
edited by Benjamin Fischer
on 2025/01/06 15:12
on 2025/01/06 15:12
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -13,15 +13,11 @@ 13 13 * [[{{icon name="home"/}}Home>>Main.WebHome]] 14 14 * ---- 15 15 * [[{{icon name="book"/}}Material collection>>Material collection.WebHome]] 16 -* [[{{icon name="university"/}}People in ErUM-Data>>People in ErUM-Data.WebHome]] 17 -* [[{{icon name="industry"/}}Industry meets ErUM-Data>>Industry meets ErUM-Data.WebHome]] 16 +* [[{{icon name="address-book"/}}People in ErUM-Data>>People in 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,15 +1,10 @@ 1 1 .panel .menu.menu-vertical { 2 2 > ul { 3 - > li > *:first-child { 4 - font-weight: bold; 5 - } 3 + list-style-type: disc; 6 6 ul { 7 - list-style-type: disc;5 + list-style-type: circle; 8 8 ul { 9 - list-style-type: circle; 10 - ul { 11 - list-style-type: square; 12 - } 7 + list-style-type: square; 13 13 } 14 14 } 15 15 }