WaihonaPedia support page

Changes for page lightBox


<
From version < 20.1 >
edited by Gerritjan Koekkoek
on 2019/10/13 12:32
To version < 21.1
edited by Gerritjan Koekkoek
on 2019/10/13 12:33
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
XWiki.JavaScriptExtension[0]
Code
XWiki.StyleSheetExtension[0]
Code
... ... @@ -73,7 +73,7 @@
73 73   width: 32px;
74 74   height: 32px;
75 75   margin: 0 auto;
76 - background: url(${xwiki.getDocument('Sandbox.lightBox').getAttachmentURL('loading.gif','download')}) no-repeat;
76 + background: url(${xwiki.getDocument('WaihonaCode.lightBox').getAttachmentURL('loading.gif','download')}) no-repeat;
77 77  }
78 78  
79 79  .lb-nav {
... ... @@ -104,7 +104,7 @@
104 104   width: 34%;
105 105   left: 0;
106 106   float: left;
107 - background: url(${xwiki.getDocument('Sandbox.lightBox').getAttachmentURL('prev.png','download')}) left 48% no-repeat;
107 + background: url(${xwiki.getDocument('WaihonaCode.lightBox').getAttachmentURL('prev.png','download')}) left 48% no-repeat;
108 108   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
109 109   opacity: 0;
110 110   -webkit-transition: opacity 0.6s;
... ... @@ -122,7 +122,7 @@
122 122   width: 64%;
123 123   right: 0;
124 124   float: right;
125 - background: url(${xwiki.getDocument('Sandbox.lightBox').getAttachmentURL('next.png','download')}) right 48% no-repeat;
125 + background: url(${xwiki.getDocument('WaihonaCode.lightBox').getAttachmentURL('next.png','download')}) right 48% no-repeat;
126 126   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
127 127   opacity: 0;
128 128   -webkit-transition: opacity 0.6s;
... ... @@ -186,7 +186,7 @@
186 186   float: right;
187 187   width: 30px;
188 188   height: 30px;
189 - background: url(${xwiki.getDocument('Sandbox.lightBox').getAttachmentURL('close.png','download')}) top right no-repeat;
189 + background: url(${xwiki.getDocument('WaihonaCode.lightBox').getAttachmentURL('close.png','download')}) top right no-repeat;
190 190   text-align: right;
191 191   outline: none;
192 192   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);