| ... |
... |
@@ -1,180 +6,26 @@ |
| 1 |
|
-.teasing .collaborate {background-image: url('/bin/skin/Collaboratory/UX/HbpSkin/collaborate.jpg');} |
| 2 |
|
-.teasing .reproductible {background-image: url('/bin/skin/Collaboratory/UX/HbpSkin/reproducible.jpg');} |
| 3 |
|
-.teasing .science {background-image: url('/bin/skin/Collaboratory/UX/HbpSkin/science.jpg');} |
| 4 |
|
-.teasing .anywhere {background-image: url('/bin/skin/Collaboratory/UX/HbpSkin/anywhere.jpg');} |
| 5 |
|
- |
| 6 |
6 |
#mainContentArea{ |
| 7 |
7 |
padding:0; |
| 8 |
8 |
padding-top:1.25rem |
| 9 |
9 |
} |
|
5 |
+.document-header, |
| 10 |
10 |
#mainContentArea #hierarchy, |
| 11 |
11 |
#mainContentArea .xcontent>hr, |
| 12 |
12 |
#mainContentArea .xdocLastModification{ |
| 13 |
13 |
display:none |
| 14 |
14 |
} |
|
11 |
+ |
| 15 |
15 |
#mainContentArea .xcontent>.row{ |
| 16 |
16 |
margin-left:0; |
| 17 |
17 |
margin-right:0 |
| 18 |
18 |
} |
| 19 |
19 |
|
| 20 |
|
-.document-header .document-info{ |
| 21 |
|
- width:100%; |
| 22 |
|
- text-align:center; |
| 23 |
|
- margin-top:3rem |
| 24 |
|
-} |
| 25 |
25 |
#xwikicontent{ |
| 26 |
26 |
padding-left:0; |
| 27 |
27 |
padding-right:0; |
| 28 |
28 |
min-height:300px; |
| 29 |
|
- p.alert-info{ |
| 30 |
|
- padding:2rem |
|
21 |
+ .search__row input[type="search"] { |
|
22 |
+ font-size: 16px; |
| 31 |
31 |
} |
| 32 |
|
- .teasing{ |
| 33 |
|
- margin-bottom:50px |
| 34 |
|
- } |
| 35 |
|
- .teasing .card{ |
| 36 |
|
- text-align:center; |
| 37 |
|
- position:relative; |
| 38 |
|
- height:100%; |
| 39 |
|
- background-size:cover; |
| 40 |
|
- background-repeat:no-repeat; |
| 41 |
|
- background-position:50% 50%; |
| 42 |
|
- padding-bottom:20px; |
| 43 |
|
- margin-bottom:20px |
| 44 |
|
- } |
| 45 |
|
- .teasing .card::before{ |
| 46 |
|
- position:absolute; |
| 47 |
|
- top:0; |
| 48 |
|
- right:0; |
| 49 |
|
- bottom:0; |
| 50 |
|
- left:0; |
| 51 |
|
- display:block; |
| 52 |
|
- background-image:linear-gradient(to top,rgba(0,0,0,.9),transparent 85%); |
| 53 |
|
- content:'' |
| 54 |
|
- } |
| 55 |
|
- .teasing .card-header{ |
| 56 |
|
- position:relative; |
| 57 |
|
- height:150px |
| 58 |
|
- } |
| 59 |
|
- .teasing .coming-soon{ |
| 60 |
|
- position:absolute; |
| 61 |
|
- z-index:10; |
| 62 |
|
- left:0; |
| 63 |
|
- right:0; |
| 64 |
|
- padding:.5rem; |
| 65 |
|
- border-radius:.25rem; |
| 66 |
|
- font-weight:700; |
| 67 |
|
- top:50% |
| 68 |
|
- } |
| 69 |
|
- .teasing .coming-soon span{ |
| 70 |
|
- font-size:1.25rem; |
| 71 |
|
- line-height:2; |
| 72 |
|
- padding:.5rem; |
| 73 |
|
- border-radius:.25rem; |
| 74 |
|
- font-weight:700; |
| 75 |
|
- margin-top:-17px; |
| 76 |
|
- background:rgba(255,255,255,.8); |
| 77 |
|
- } |
| 78 |
|
- .teasing .card-content { |
| 79 |
|
- position:relative; |
| 80 |
|
- overflow:hidden; |
| 81 |
|
- margin-top:0; |
| 82 |
|
- padding-top:0; |
| 83 |
|
- padding-bottom:0; |
| 84 |
|
- padding-left:.5rem; |
| 85 |
|
- padding-right:.5rem; |
| 86 |
|
- color: @color-white; |
| 87 |
|
- font-size:1rem; |
| 88 |
|
- .card-title { |
| 89 |
|
- color:@color-white; |
| 90 |
|
- } |
| 91 |
|
- } |
| 92 |
|
- .teasing .card-title{ |
| 93 |
|
- margin-top:1.5rem; |
| 94 |
|
- margin-right:0; |
| 95 |
|
- margin-bottom:1rem; |
| 96 |
|
- margin-left:0; |
| 97 |
|
- font-weight:700 |
| 98 |
|
- } |
| 99 |
|
- .clb-actions { |
| 100 |
|
- background-color:#f0f3f1; |
| 101 |
|
- padding-top:5rem; |
| 102 |
|
- padding-left:0; |
| 103 |
|
- padding-right:0; |
| 104 |
|
- padding-bottom:0 |
| 105 |
|
- } |
| 106 |
|
- .clb-actions .clb-box{ |
| 107 |
|
- margin-bottom:5rem; |
| 108 |
|
- font-size:1.125rem; |
| 109 |
|
- display: block |
| 110 |
|
- } |
| 111 |
|
- .clb-actions>.row{ |
| 112 |
|
- margin-left:0; |
| 113 |
|
- margin-right:0 |
| 114 |
|
- } |
| 115 |
|
- .clb-actions .clb-box:hover{ |
| 116 |
|
- text-decoration:none |
| 117 |
|
- } |
| 118 |
|
- .clb-content>.row{ |
| 119 |
|
- margin-bottom:5rem |
| 120 |
|
- } |
| 121 |
|
- .clb-search-bar{ |
| 122 |
|
- display:flex; |
| 123 |
|
- align-items:stretch; |
| 124 |
|
- position:relative |
| 125 |
|
- } |
| 126 |
|
- .clb-search-bar>div{ |
| 127 |
|
- flex:1; |
| 128 |
|
- margin:2px 10px 2px 0 |
| 129 |
|
- } |
| 130 |
|
- .clb-search-bar input[type=text]{ |
| 131 |
|
- width:100%; |
| 132 |
|
- padding:1.5rem; |
| 133 |
|
- padding-left:2.5rem; |
| 134 |
|
- border-radius: @border-radius-default; |
| 135 |
|
- background-color: @color-white; |
| 136 |
|
- box-shadow:none |
| 137 |
|
- } |
| 138 |
|
- .clb-search-bar input[type=text]:focus{ |
| 139 |
|
- border-color: @color-brand-primary; |
| 140 |
|
- background-color:@color-white; |
| 141 |
|
- box-shadow:none |
| 142 |
|
- } |
| 143 |
|
- .clb-search-bar i{ |
| 144 |
|
- position:absolute; |
| 145 |
|
- margin-top:-.5rem; |
| 146 |
|
- color: @color-gray-200; |
| 147 |
|
- top:50%; |
| 148 |
|
- left:1em |
| 149 |
|
- } |
| 150 |
|
- .clb-search-bar input[type=text]:focus~i{ |
| 151 |
|
- color: @color-brand-primary; |
| 152 |
|
- } |
| 153 |
|
- @media screen and (min-width:992px){ |
| 154 |
|
- .teasing .row{ |
| 155 |
|
- display:flex |
| 156 |
|
- } |
| 157 |
|
- .teasing .row>[class*=col-]{ |
| 158 |
|
- display:flex; |
| 159 |
|
- flex-direction:column |
| 160 |
|
- } |
| 161 |
|
- .clb-actions{ |
| 162 |
|
- padding-bottom:5rem |
| 163 |
|
- } |
| 164 |
|
- .clb-actions .clb-box{ |
| 165 |
|
- margin-bottom:0 |
| 166 |
|
- } |
| 167 |
|
- .clb-actions .container, |
| 168 |
|
- .clb-actions .container>.row{ |
| 169 |
|
- display:flex |
| 170 |
|
- } |
| 171 |
|
- .clb-actions .clb-box-container, |
| 172 |
|
- .clb-actions .clb-box-container a, |
| 173 |
|
- .clb-actions .container>.row>[class*=col-]>.row{ |
| 174 |
|
- height:100%; |
| 175 |
|
- display:block |
| 176 |
|
- } |
| 177 |
|
- } |
| 178 |
178 |
} |
| 179 |
179 |
|
| 180 |
180 |
.clb-box{ |
| ... |
... |
@@ -209,3 +209,138 @@ |
| 209 |
209 |
background-color: darken(@color-brand-primary, 15%); |
| 210 |
210 |
} |
| 211 |
211 |
} |
|
58 |
+ |
|
59 |
+#xwikicontent .get-started__row__title { |
|
60 |
+ margin: 1rem 0; |
|
61 |
+ font-weight: 400; |
|
62 |
+ color: var(@color-brand-primary); |
|
63 |
+} |
|
64 |
+ |
|
65 |
+.hero-text h3 { |
|
66 |
+ line-height:1.3em; |
|
67 |
+} |
|
68 |
+ |
|
69 |
+.search__row { |
|
70 |
+ padding:2rem; |
|
71 |
+ margin: 2rem 0; |
|
72 |
+ background: @color-xwiki-gray; |
|
73 |
+} |
|
74 |
+.get-started__row__text { |
|
75 |
+ color: #4a5568; |
|
76 |
+} |
|
77 |
+.get-started__title, .highlighted__title{ |
|
78 |
+ text-align: center; |
|
79 |
+ color: #aaa; |
|
80 |
+ padding:2rem 0 0.5rem 0; |
|
81 |
+ font-size: 2rem; |
|
82 |
+} |
|
83 |
+.get-started__row { |
|
84 |
+ margin-top: 3rem; |
|
85 |
+} |
|
86 |
+ |
|
87 |
+.pre-footer, .explore-all { |
|
88 |
+ font-size: 32px; |
|
89 |
+ line-height: 42px; |
|
90 |
+ text-align: center; |
|
91 |
+} |
|
92 |
+ |
|
93 |
+.explore-all{ |
|
94 |
+ padding-top: 5rem; |
|
95 |
+ padding-bottom: 5rem; |
|
96 |
+} |
|
97 |
+ |
|
98 |
+@media screen and (min-width: 992px) { |
|
99 |
+ .get-started__row { |
|
100 |
+ display: flex; |
|
101 |
+ align-items: center; |
|
102 |
+ } |
|
103 |
+ #xwikicontent .get-started__row__title { |
|
104 |
+ margin: 0; |
|
105 |
+ margin-bottom: 1rem; |
|
106 |
+ } |
|
107 |
+} |
|
108 |
+ |
|
109 |
+.glider-contain { |
|
110 |
+ min-height: 502px; |
|
111 |
+} |
|
112 |
+.glider { |
|
113 |
+ .highlighted-collab { |
|
114 |
+ position:relative; |
|
115 |
+ border: 1px solid #CCC; |
|
116 |
+ margin: 0 1rem; |
|
117 |
+ height: 100%; |
|
118 |
+ border-radius: @border-radius-default; |
|
119 |
+ > p, |
|
120 |
+ > h3 { |
|
121 |
+ padding-left: 1rem; |
|
122 |
+ padding-right: 1rem; |
|
123 |
+ } |
|
124 |
+ } |
|
125 |
+} |
|
126 |
+.highlighted-image{ |
|
127 |
+ /*height: 250px;*/ |
|
128 |
+ background-size: cover; |
|
129 |
+} |
|
130 |
+.stretched-link { |
|
131 |
+ &::after { |
|
132 |
+ position: absolute; |
|
133 |
+ top: 0; |
|
134 |
+ right: 0; |
|
135 |
+ bottom: 0; |
|
136 |
+ left: 0; |
|
137 |
+ z-index: 1; |
|
138 |
+ // Just in case `pointer-events: none` is set on a parent |
|
139 |
+ pointer-events: auto; |
|
140 |
+ content: ""; |
|
141 |
+ // IE10 bugfix, see https://stackoverflow.com/questions/16947967/ie10-hover-pseudo-class-doesnt-work-without-background-color |
|
142 |
+ background-color: rgba(0, 0, 0, 0); |
|
143 |
+ } |
|
144 |
+} |
|
145 |
+ |
|
146 |
+.pre-footer { |
|
147 |
+ margin: 8rem 0 2rem; |
|
148 |
+ padding: 5rem 0; |
|
149 |
+ border-top: 1px solid #ccc; |
|
150 |
+ /*border-bottom: 1px solid #ccc;*/ |
|
151 |
+} |
|
152 |
+ |
|
153 |
+.tags__title, .tags__text { |
|
154 |
+ text-align: center; |
|
155 |
+} |
|
156 |
+ |
|
157 |
+.tags__title--collaborate, |
|
158 |
+.tags__title--science, |
|
159 |
+.tags__title--reproducible, |
|
160 |
+.tags__title--anywhere { |
|
161 |
+ padding-top: 4rem; |
|
162 |
+ position: relative; |
|
163 |
+} |
|
164 |
+ |
|
165 |
+.tags__title--collaborate::before, |
|
166 |
+.tags__title--science::before, |
|
167 |
+.tags__title--reproducible::before, |
|
168 |
+.tags__title--anywhere::before { |
|
169 |
+ position: absolute; |
|
170 |
+ width: 50px; |
|
171 |
+ height: 50px; |
|
172 |
+ background-repeat: none; |
|
173 |
+ top: 0; |
|
174 |
+ margin-left: 50%; |
|
175 |
+ left: -25px; |
|
176 |
+ content: " "; |
|
177 |
+ display: table; |
|
178 |
+} |
|
179 |
+ |
|
180 |
+.tags__title--collaborate::before { |
|
181 |
+ background-image: url("/bin/skin/Collaboratory/UX/HbpSkin/Collaborate.svg"); |
|
182 |
+} |
|
183 |
+.tags__title--science::before { |
|
184 |
+ background-image: url("/bin/skin/Collaboratory/UX/HbpSkin/Science.svg"); |
|
185 |
+} |
|
186 |
+.tags__title--reproducible::before { |
|
187 |
+ background-image: url("/bin/skin/Collaboratory/UX/HbpSkin/Reproducible.svg"); |
|
188 |
+} |
|
189 |
+.tags__title--anywhere::before { |
|
190 |
+ background-image: url("/bin/skin/Collaboratory/UX/HbpSkin/Anywhere.svg"); |
|
191 |
+} |
|
192 |
+ |