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
on 2024/07/30 11:06
Change comment:
There is no comment for this version
To version 17.1
edited by Erik Bakker
on 2024/07/30 11:14
on 2024/07/30 11:14
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -1,12 +1,23 @@ 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; 10 +} 11 + 12 +.carousel-item-slide { 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; 16 + font-family: Ubuntu, sans-serif; 6 6 line-height: 1.428571429; 7 - color: # 10137e;18 + color: #207e10; 8 8 white-space: normal; 9 - font-size: 20px;20 + font-size: 40px; 10 10 box-sizing: border-box; 11 11 margin: auto; 12 12 overflow: hidden; ... ... @@ -20,4 +20,5 @@ 20 20 height: 675px; 21 21 transform: scale(0.617778); 22 22 left: 134px; 23 - top: 0px;} 34 + top: 0; 35 +}