Changes for page Home

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

From version 13.1
edited by Erik Bakker
on 2022/04/25 14:39
Change comment: There is no comment for this version
To version 20.1
edited by Erik Bakker
on 2022/04/29 12:21
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,8 +1,13 @@
1 +{{box cssClass="floatinginfobox"}}
2 +{{velocity}}
3 +{{youtube vID="41SK59S4GcY"/}}
4 +{{/velocity}}
5 +{{/box}}
1 1  
2 2  
3 3  = Welcome =
4 4  
5 -Within this portal, we gather all relevant materials on eMagiz. Popular categories are microlearnings, fundamentals, release blogs, store documentation, and many more. Store Information and many more. By having all information stored and maintained in one central location you can easily navigate and find information related to the eMagiz Product
10 +Within this portal, we gather all relevant materials on eMagiz. Popular categories are microlearnings, fundamentals, release blogs, store documentation, and many more. Store Information and many more. By having all information stored and maintained in one central location you can easily navigate and find information related to the eMagiz Product.
6 6  
7 7  = The basics =
8 8  
XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,5 +1,9 @@
1 -.floatinginfobox iframe {
2 - border: 0;
3 - height: 169px;
4 - width: 100%;
1 +#xwikimaincontainer {
2 + width: 970px;
5 5  }
4 +#menuview {
5 + box-shadow: #000000 -75rem 0px 0px, #000000 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: #10000 -75rem 0px 0px,#10000 75rem 0px 0px;
9 +}