Changes for page Presentation Test Page

Last modified by Erik Bakker on 2024/07/30 14:39

From version 15.1
edited by Erik Bakker
on 2024/07/30 11:06
Change comment: There is no comment for this version
To version 16.1
edited by Erik Bakker
on 2024/07/30 11:13
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,23 +1,21 @@
1 -.carousel-item-slide{
1 +.carousel .carousel-inner .carousel-item .carousel-item-slide {
2 + width: 100%;
3 + height: 100%;
4 + margin: auto;
5 + overflow: hidden;
6 + background-color: lightblue;
7 + box-shadow: 0 0 2px #888;
8 + display: table;
9 + table-layout: fixed;
2 2   -webkit-text-size-adjust: 100%;
3 3   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
4 4   --rem: 16;
5 - font-family: Ubuntu,sans-serif;
13 + font-family: Ubuntu, sans-serif;
6 6   line-height: 1.428571429;
7 - color: #10137e;
15 + color: #207e10;
8 8   white-space: normal;
9 9   font-size: 20px;
10 10   box-sizing: border-box;
11 11   margin: auto;
12 12   overflow: hidden;
13 - background-color: lightBlue;
14 - box-shadow: 0 0 2px #888;
15 - display: table;
16 - table-layout: fixed;
17 - position: absolute;
18 - -webkit-transform-origin: top left;
19 - width: 900px;
20 - height: 675px;
21 - transform: scale(0.617778);
22 - left: 134px;
23 - top: 0px;}
21 +}