Changes for page Presentation Test Page

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

From version 45.1
edited by Erik Bakker
on 2024/07/30 14:31
Change comment: There is no comment for this version
To version 44.1
edited by Erik Bakker
on 2024/07/30 14:30
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,5 +2,5 @@
1 -* {box-sizing:border-box}
2 2  
2 +
3 3  /* Slideshow container */
4 4  .slideshow-container {
5 5   max-width: 1000px;
... ... @@ -34,6 +34,11 @@
34 34   border-radius: 3px 0 0 3px;
35 35  }
36 36  
37 +/* On hover, add a black background color with a little bit see-through */
38 +.prev:hover, .next:hover {
39 + background-color: rgba(0,0,0,0.8);
40 +}
41 +
37 37  /* Caption text */
38 38  .text {
39 39   color: #f2f2f2;