Changes for page Presentation Test Page

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

From version 13.1
edited by Erik Bakker
on 2024/07/30 11:02
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
... ... @@ -1,3 +1,35 @@
1 -#xwikicontent {
2 - background-color: lightBlue;
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;
3 3  }
11 +
12 +.carousel-item-slide {
13 + -webkit-text-size-adjust: 100%;
14 + -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
15 + --rem: 16;
16 + font-family: Ubuntu, sans-serif;
17 + line-height: 1.428571429;
18 + color: #207e10;
19 + white-space: normal;
20 + font-size: 40px;
21 + box-sizing: border-box;
22 + margin: auto;
23 + 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;
35 +}
Use this extension
... ... @@ -1,1 +1,1 @@
1 -currentPage
1 +always