Changes for page Presentation Test Page

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

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

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -7,6 +7,9 @@
7 7   box-shadow: 0 0 2px #888;
8 8   display: table;
9 9   table-layout: fixed;
10 +}
11 +
12 +.carousel-item-slide {
10 10   -webkit-text-size-adjust: 100%;
11 11   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
12 12   --rem: 16;
... ... @@ -14,8 +14,19 @@
14 14   line-height: 1.428571429;
15 15   color: #207e10;
16 16   white-space: normal;
17 - font-size: 20px;
20 + font-size: 40px;
18 18   box-sizing: border-box;
19 19   margin: auto;
20 20   overflow: hidden;
24 + background-color: lightBlue;
25 + box-shadow: 0 0 2px #888;
26 + display: table;
27 + table-layout: fixed;
28 + position: absolute;
29 + -webkit-transform-origin: top left;
30 + width: 900px;
31 + height: 675px;
32 + transform: scale(0.617778);
33 + left: 134px;
34 + top: 0;
21 21  }