Changes for page Home

Last modified by Erik Bakker on 2024/09/24 16:08

From version 18.2
edited by Erik Bakker
on 2022/04/28 13:42
Change comment: There is no comment for this version
To version 26.1
edited by Erik Bakker
on 2022/04/29 12:28
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,5 +1,9 @@
1 -.floatinginfobox iframe {
2 - border: 0;
3 - height: 169px;
4 - width: 100%;
1 +#xwikimaincontainer {
2 + width: 1620px;
5 5  }
4 +#menuview {
5 + box-shadow: #10137e -75rem 0px 0px, #10137e 75rem 0px 0px;
6 +}
7 +.menu.navigation-menu { /*You can also get an ID selector by inspecting the menu through dev tools*/
8 + box-shadow: #69b731 -75rem 0px 0px,#69b731 75rem 0px 0px;
9 +}