Changes for page B. App Download
Last modified by teamwire001 on 2025/09/09 09:13
Summary
-
Objects (0 modified, 1 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Caching policy
-
... ... @@ -1,0 +1,1 @@ 1 +default - Code
-
... ... @@ -1,0 +1,24 @@ 1 +/* on this page only */ 2 + 3 +/* add image */ 4 +#xwikicontent { 5 + background-image: url("/bin/download/Public/Getting-Started/App-Download/WebHome/hero_static_ENG.png"); 6 + background-repeat: no-repeat; 7 + background-position: 90% 5%; 8 + background-size: 34%; 9 +} 10 + 11 +/* hide image on displays smaller 1400px e.g. mobile */ 12 +@media (max-width: 1400px) { 13 + #xwikicontent { 14 + background-image: none; 15 + } 16 +} 17 + 18 +/* outline on buttons in case button overlaps image */ 19 +.btn-g10, .btn-light_blue { 20 + outline-color: var(--g00) !important; 21 + outline-style: solid !important; 22 + outline-width: 4px !important; 23 +} 24 + - Name
-
... ... @@ -1,0 +1,1 @@ 1 +downloadpage - Use this extension
-
... ... @@ -1,0 +1,1 @@ 1 +currentPage