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 34.1
edited by bougault
on 2020/05/25 09:18
Change comment: There is no comment for this version
To version 31.1
edited by bougault
on 2020/05/25 09:17
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -26,7 +26,100 @@
26 26   padding-left:0;
27 27   padding-right:0;
28 28   min-height:300px;
29 -
29 + /*
30 + p.alert-info{
31 + padding:2rem
32 + }
33 + .teasing{
34 + margin-bottom:50px
35 + }
36 + .teasing .card{
37 + text-align:center;
38 + position:relative;
39 + height:100%;
40 + background-size:cover;
41 + background-repeat:no-repeat;
42 + background-position:50% 50%;
43 + padding-bottom:20px;
44 + margin-bottom:20px
45 + }
46 + .teasing .card::before{
47 + position:absolute;
48 + top:0;
49 + right:0;
50 + bottom:0;
51 + left:0;
52 + display:block;
53 + background-image:linear-gradient(to top,rgba(0,0,0,.9),transparent 85%);
54 + content:''
55 + }
56 + .teasing .card-header{
57 + position:relative;
58 + height:150px
59 + }
60 + .teasing .coming-soon{
61 + position:absolute;
62 + z-index:10;
63 + left:0;
64 + right:0;
65 + padding:.5rem;
66 + border-radius:.25rem;
67 + font-weight:700;
68 + top:50%
69 + }
70 + .teasing .coming-soon span{
71 + font-size:1.25rem;
72 + line-height:2;
73 + padding:.5rem;
74 + border-radius:.25rem;
75 + font-weight:700;
76 + margin-top:-17px;
77 + background:rgba(255,255,255,.8);
78 + }
79 + .teasing .card-content {
80 + position:relative;
81 + overflow:hidden;
82 + margin-top:0;
83 + padding-top:0;
84 + padding-bottom:0;
85 + padding-left:.5rem;
86 + padding-right:.5rem;
87 + color: @color-white;
88 + font-size:1rem;
89 + .card-title {
90 + color:@color-white;
91 + }
92 + }
93 + .teasing .card-title{
94 + margin-top:1.5rem;
95 + margin-right:0;
96 + margin-bottom:1rem;
97 + margin-left:0;
98 + font-weight:700
99 + }
100 + .clb-actions {
101 + background-color:#f0f3f1;
102 + padding-top:5rem;
103 + padding-left:0;
104 + padding-right:0;
105 + padding-bottom:0
106 + }
107 + .clb-actions .clb-box{
108 + margin-bottom:5rem;
109 + font-size:1.125rem;
110 + display: block
111 + }
112 + .clb-actions>.row{
113 + margin-left:0;
114 + margin-right:0
115 + }
116 + .clb-actions .clb-box:hover{
117 + text-decoration:none
118 + }
119 + .clb-content>.row{
120 + margin-bottom:5rem
121 + }
122 + */
30 30   .clb-search-bar{
31 31   display:flex;
32 32   align-items:stretch;
... ... @@ -101,7 +101,7 @@
101 101   margin-bottom:5rem;
102 102   }
103 103  }
104 -
197 +*/
105 105  .clb-btn-default,button {
106 106   background-image:none;
107 107   box-shadow:none;
... ... @@ -120,4 +120,4 @@
120 120   background-color: darken(@color-brand-primary, 15%);
121 121   }
122 122  }
123 -*/
216 +