Failed to execute template. Cause: [Access denied when checking [script] access to [xwiki:Collaboratory.UX.HbpSkin.WebHome] for user [xwiki:XWiki.Admin]]. Click on this message for details.

Collaborate on reproducible science, anywhere - HBP Wiki

IAM21 instance, do not create collab nor modify a team, your changes will be lost


Last modified by bougault on 2023/01/26 14:38

From version 41.1
edited by bougault
on 2020/05/25 09:24
Change comment: There is no comment for this version
To version 29.1
edited by bougault
on 2020/05/25 09:14
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,9 +2,8 @@
1 -/*
2 2  .teasing .collaborate {background-image: url('/bin/skin/Collaboratory/UX/HbpSkin/collaborate.jpg');}
3 3  .teasing .reproductible {background-image: url('/bin/skin/Collaboratory/UX/HbpSkin/reproducible.jpg');}
4 4  .teasing .science {background-image: url('/bin/skin/Collaboratory/UX/HbpSkin/science.jpg');}
5 5  .teasing .anywhere {background-image: url('/bin/skin/Collaboratory/UX/HbpSkin/anywhere.jpg');}
6 -*/
5 +
7 7  #mainContentArea{
8 8   padding:0;
9 9   padding-top:1.25rem
... ... @@ -27,7 +27,6 @@
27 27   padding-left:0;
28 28   padding-right:0;
29 29   min-height:300px;
30 -/*
31 31   p.alert-info{
32 32   padding:2rem
33 33   }
... ... @@ -120,7 +120,6 @@
120 120   .clb-content>.row{
121 121   margin-bottom:5rem
122 122   }
123 -*/
124 124   .clb-search-bar{
125 125   display:flex;
126 126   align-items:stretch;
... ... @@ -153,7 +153,6 @@
153 153   .clb-search-bar input[type=text]:focus~i{
154 154   color: @color-brand-primary;
155 155   }
156 - /*
157 157   @media screen and (min-width:992px){
158 158   .teasing .row{
159 159   display:flex
... ... @@ -179,7 +179,6 @@
179 179   display:block
180 180   }
181 181   }
182 - */
183 183  }
184 184  
185 185  .clb-box{
... ... @@ -214,5 +214,3 @@
214 214   background-color: darken(@color-brand-primary, 15%);
215 215   }
216 216  }
217 -
218 -