| author | cavaliet |
| Fri, 29 Aug 2014 16:02:19 +0200 | |
| changeset 325 | f1f71980ad29 |
| parent 297 | 7de2652f7ee8 |
| child 352 | 5a53780c5595 |
| permissions | -rw-r--r-- |
| 325 | 1 |
/*! |
2 |
* _____ _ |
|
3 |
* | __ \ | | |
|
4 |
* | |__) |___ _ __ | | ____ _ _ __ |
|
5 |
* | _ // _ \ '_ \| |/ / _` | '_ \ |
|
6 |
* | | \ \ __/ | | | < (_| | | | | |
|
7 |
* |_| \_\___|_| |_|_|\_\__,_|_| |_| |
|
8 |
* |
|
9 |
* Copyright 2012-2013 Institut de recherche et d'innovation |
|
10 |
* contributor(s) : Yves-Marie Haussonne, Raphael Velt, Samuel Huron |
|
11 |
* |
|
12 |
* contact@iri.centrepompidou.fr |
|
13 |
* http://www.iri.centrepompidou.fr |
|
14 |
* |
|
15 |
* This software is a computer program whose purpose is to show and add annotations on a video . |
|
16 |
* This software is governed by the CeCILL-C license under French law and |
|
17 |
* abiding by the rules of distribution of free software. You can use, |
|
18 |
* modify and/ or redistribute the software under the terms of the CeCILL-C |
|
19 |
* license as circulated by CEA, CNRS and INRIA at the following URL |
|
20 |
* "http://www.cecill.info". |
|
21 |
* |
|
22 |
* The fact that you are presently reading this means that you have had |
|
23 |
* knowledge of the CeCILL-C license and that you accept its terms. |
|
24 |
*/ |
|
25 |
/*! renkan - v0.7.11 - Copyright © IRI 2014 */ |
|
26 |
||
| 254 | 27 |
/* Renkan CSS */ |
28 |
||
29 |
.Rk-Main ul, .Rk-Main li, .Rk-Main h4, .Rk-Main h3, .Rk-Main p { |
|
30 |
border: 0 none; margin: 0; padding: 0; |
|
| 5 | 31 |
} |
32 |
||
| 254 | 33 |
.Rk-Main ul, .Rk-Main li { |
| 5 | 34 |
list-style: none; |
35 |
} |
|
36 |
||
| 254 | 37 |
.Rk-Main input::-moz-focus-inner /*Remove button padding in FF*/ |
| 5 | 38 |
{ |
39 |
border: 0; |
|
40 |
padding: 0; |
|
41 |
} |
|
42 |
||
| 254 | 43 |
.Rk-Main table { |
| 5 | 44 |
border-collapse: separate; border-spacing: 0; |
45 |
} |
|
46 |
||
| 254 | 47 |
.Rk-Main th, .Rk-Main td { |
| 5 | 48 |
vertical-align: top; |
49 |
} |
|
50 |
||
| 254 | 51 |
.Rk-Main img a { |
| 5 | 52 |
border: none; |
53 |
} |
|
54 |
||
| 254 | 55 |
.Rk-Main { |
| 5 | 56 |
font-size: 10px; font-family: Arial, Helvetica, sans-serif; |
| 26 | 57 |
background: #ffffff; color: #000000; |
58 |
} |
|
59 |
||
| 254 | 60 |
.Rk-Main a { |
| 26 | 61 |
color: #6060c0; |
| 5 | 62 |
} |
63 |
||
| 34 | 64 |
.Rk-Main { |
| 28 | 65 |
position: absolute; left: 0; top: 0; right: 0; bottom: 0; |
66 |
} |
|
67 |
||
| 34 | 68 |
.Rk-Render { |
|
62
f9019462465a
Publishing code is now same as Editing code with renkan.read_only = true
veltr
parents:
53
diff
changeset
|
69 |
position: absolute; top: 0; right: 0; bottom: 0; |
| 34 | 70 |
background: #ffffff; |
71 |
} |
|
72 |
||
|
62
f9019462465a
Publishing code is now same as Editing code with renkan.read_only = true
veltr
parents:
53
diff
changeset
|
73 |
.Rk-Render-Full { |
|
f9019462465a
Publishing code is now same as Editing code with renkan.read_only = true
veltr
parents:
53
diff
changeset
|
74 |
left: 0; |
|
f9019462465a
Publishing code is now same as Editing code with renkan.read_only = true
veltr
parents:
53
diff
changeset
|
75 |
} |
|
f9019462465a
Publishing code is now same as Editing code with renkan.read_only = true
veltr
parents:
53
diff
changeset
|
76 |
|
|
f9019462465a
Publishing code is now same as Editing code with renkan.read_only = true
veltr
parents:
53
diff
changeset
|
77 |
.Rk-Render-Panel { |
|
f9019462465a
Publishing code is now same as Editing code with renkan.read_only = true
veltr
parents:
53
diff
changeset
|
78 |
left: 300px; |
|
f9019462465a
Publishing code is now same as Editing code with renkan.read_only = true
veltr
parents:
53
diff
changeset
|
79 |
} |
|
f9019462465a
Publishing code is now same as Editing code with renkan.read_only = true
veltr
parents:
53
diff
changeset
|
80 |
|
| 34 | 81 |
/* Top Bar */ |
82 |
||
83 |
.Rk-TopBar { |
|
84 |
position: absolute; left: 0; top: 0; right: 0; height: 35px; |
|
85 |
background: #333333; |
|
86 |
background: -moz-linear-gradient(top, #505050 5px, #1e1e1e 30px); |
|
87 |
background: -webkit-linear-gradient(top, #505050 5px, #1e1e1e 30px); |
|
| 113 | 88 |
background: -ms-linear-gradient(top, #505050 5px, #1e1e1e 30px); |
89 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#1e1e1e',GradientType=0 ); |
|
| 34 | 90 |
} |
91 |
||
92 |
.Rk-PadTitle { |
|
| 117 | 93 |
float: left; font-size: 14px; height: 16px; margin: 4px 5px; background: #666666; padding: 4px; border: 1px solid #333333; |
| 34 | 94 |
border-radius: 3px; box-shadow: 0 1px 0 #505050; color: #ffffff; font-weight: bold; |
95 |
} |
|
96 |
||
| 117 | 97 |
input.Rk-PadTitle { |
98 |
width: 180px; |
|
99 |
} |
|
100 |
||
101 |
h2.Rk-PadTitle { |
|
102 |
min-width: 180px; max-width: 320px; overflow: hidden; |
|
103 |
} |
|
104 |
||
| 34 | 105 |
.Rk-Users { |
106 |
float: right; width: 130px; margin: 4px 5px; |
|
107 |
} |
|
108 |
||
109 |
.Rk-CurrentUser { |
|
110 |
font-size: 13px; background: #666666; padding: 4px; border: 1px solid #333333; border-radius: 3px; box-shadow: 0 1px 0 #505050; color: #ffffff; |
|
111 |
} |
|
112 |
||
113 |
.Rk-CurrentUser-Color { |
|
| 195 | 114 |
display: inline-block; width: 12px; height: 12px; border: 1px solid #333333; margin: -2px 2px; position: relative; |
115 |
} |
|
116 |
||
117 |
.Rk-CurrentUser input { |
|
118 |
width: 95px; padding: 1px; border: none; border-radius: 2px; |
|
119 |
} |
|
| 34 | 120 |
|
121 |
.Rk-UserList { |
|
122 |
box-shadow: 0 2px 2px #999999; |
|
| 195 | 123 |
position: relative; z-index: 3; display: none; padding-top: 8px; |
| 34 | 124 |
} |
125 |
||
126 |
.Rk-User { |
|
127 |
background: #ffffff; padding: 3px; font-size: 12px; border-style: solid solid none; border-color: #cccccc; border-width: 1px; |
|
128 |
} |
|
129 |
||
130 |
.Rk-TopBar-Button { |
|
131 |
float: right; background: url(../img/topbarbuttons.png) no-repeat; height: 35px; cursor: pointer; |
|
132 |
position: relative; |
|
| 20 | 133 |
} |
134 |
||
| 34 | 135 |
.Rk-TopBar-Separator { |
136 |
background: #666666; |
|
137 |
background: -moz-linear-gradient(top, #666666 20%, #333333 80%); |
|
138 |
background: -webkit-linear-gradient(top, #666666 20%, #333333 80%); |
|
| 113 | 139 |
background: -ms-linear-gradient(top, #666666 20%, #333333 80%); |
| 34 | 140 |
content: ""; display: block; height: 35px; float: right; width: 1px; border-left: 1px solid #111111; |
141 |
margin: 0 3px; |
|
142 |
} |
|
143 |
||
144 |
.Rk-TopBar-Tooltip { |
|
| 156 | 145 |
position: absolute; top: 31px; left: 50%; margin-left: -60px; width: 120px; z-index: 4; display: none; |
| 34 | 146 |
} |
147 |
||
148 |
.Rk-TopBar-Tooltip-Contents { |
|
149 |
background: #ffffff; |
|
150 |
font-size: 13px; font-weight: bold; color: #6060c0; text-align: center; padding: 2px; |
|
151 |
border-style: none solid solid; border-width: 1px; border-color: #cccccc; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; |
|
152 |
} |
|
153 |
||
| 190 | 154 |
.Rk-TopBar-Tooltip:before { |
155 |
content: "."; display: block; text-indent: -8000px; |
|
| 34 | 156 |
height: 7px; background: url(../img/tooltiparrow.png) center no-repeat; margin: 0 1px; |
157 |
} |
|
158 |
||
159 |
.Rk-AddNode-Button { |
|
| 69 | 160 |
width: 30px; background-position: -2px 0; |
| 34 | 161 |
} |
162 |
||
163 |
.Rk-AddNode-Button:hover { |
|
| 69 | 164 |
background-position: -2px -35px; |
| 34 | 165 |
} |
166 |
||
167 |
.Rk-FullScreen-Button { |
|
| 69 | 168 |
width: 30px; background-position: -36px 0; |
| 34 | 169 |
} |
170 |
||
171 |
.Rk-FullScreen-Button:hover { |
|
| 69 | 172 |
background-position: -36px -35px; |
| 34 | 173 |
} |
|
36
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
174 |
|
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
175 |
.Rk-AddEdge-Button { |
| 69 | 176 |
width: 30px; background-position: -70px 0; |
|
36
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
177 |
} |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
178 |
|
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
179 |
.Rk-AddEdge-Button:hover { |
| 69 | 180 |
background-position: -70px -35px; |
|
36
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
181 |
} |
| 44 | 182 |
|
183 |
.Rk-Save-Button { |
|
| 69 | 184 |
width: 30px; background-position: -104px 0; |
| 44 | 185 |
} |
186 |
||
187 |
.Rk-Save-Button.disabled { |
|
188 |
opacity: .5; cursor: default; |
|
189 |
} |
|
190 |
||
191 |
.Rk-Save-Button:hover { |
|
| 69 | 192 |
background-position: -104px -35px; |
| 44 | 193 |
} |
194 |
||
195 |
.Rk-Save-Button.disabled:hover { |
|
| 69 | 196 |
opacity: 1; background-position: -104px 0; |
197 |
} |
|
198 |
||
| 111 | 199 |
.Rk-Save-Button.Rk-Save-ReadOnly, .Rk-Save-Button.Rk-Save-ReadOnly:hover { |
| 160 | 200 |
background-position: -172px -35px; |
| 111 | 201 |
} |
202 |
||
203 |
.Rk-Save-Button.Rk-Save-Online, .Rk-Save-Button.Rk-Save-Online:hover { |
|
| 160 | 204 |
background-position: -172px 0; |
| 111 | 205 |
} |
206 |
||
| 297 | 207 |
.Rk-Export-Button { |
208 |
width: 30px; background-position: -274px 0; |
|
209 |
} |
|
210 |
||
211 |
.Rk-Export-Button.disabled { |
|
212 |
opacity: .5; cursor: default; |
|
213 |
} |
|
214 |
||
215 |
.Rk-Export-Button:hover { |
|
216 |
background-position: -274px -35px; |
|
217 |
} |
|
218 |
||
219 |
.Rk-Export-Button.disabled:hover { |
|
220 |
opacity: 1; background-position: -274px 0; |
|
221 |
} |
|
222 |
||
| 69 | 223 |
.Rk-Bookmarklet-Button { |
224 |
width: 30px; background-position: -138px 0; |
|
225 |
} |
|
226 |
||
227 |
.Rk-Bookmarklet-Button.disabled { |
|
228 |
opacity: .5; cursor: default; |
|
| 44 | 229 |
} |
| 69 | 230 |
|
231 |
.Rk-Bookmarklet-Button:hover { |
|
232 |
background-position: -138px -35px; |
|
233 |
} |
|
234 |
||
235 |
.Rk-Bookmarklet-Button.disabled:hover { |
|
236 |
opacity: 1; background-position: -138px 0; |
|
237 |
} |
|
238 |
||
| 190 | 239 |
.Rk-Home-Button { |
240 |
width: 30px; background-position: -206px 0; |
|
241 |
} |
|
242 |
||
243 |
.Rk-Home-Button:hover { |
|
244 |
background-position: -206px -35px; |
|
245 |
} |
|
246 |
||
247 |
.Rk-Open-Button { |
|
248 |
width: 30px; background-position: -240px 0; |
|
249 |
} |
|
250 |
||
251 |
.Rk-Open-Button:hover { |
|
252 |
background-position: -240px -35px; |
|
253 |
} |
|
| 196 | 254 |
|
255 |
.Rk-GraphSearch-Form { |
|
256 |
float: right; width: 170px; position: relative; |
|
257 |
} |
|
258 |
||
259 |
.Rk-GraphSearch-Form:before, .Rk-GraphSearch-Form:after { |
|
260 |
position: absolute; display: block; content: "."; text-indent: -9999px; |
|
261 |
} |
|
262 |
||
263 |
.Rk-GraphSearch-Form:before { |
|
264 |
right: 10px; top: 20px; width: 7px; height: 2px; border: none; padding: 0; background: #666666; |
|
265 |
transform: rotate(40deg); -webkit-transform: rotate(40deg); |
|
266 |
} |
|
267 |
||
268 |
.Rk-GraphSearch-Form:after { |
|
269 |
right: 13px; top: 11px; width: 6px; height: 6px; border-radius: 8px; border: 2px solid #666666; |
|
270 |
} |
|
271 |
||
272 |
.Rk-GraphSearch-Field { |
|
273 |
line-height: 23px; font-size: 14px; height: 23px; padding: 0 5px; border: none; margin: 6px 5px; |
|
274 |
width: 150px; background: #f0f0f0; box-shadow: 1px 1px 1px #999999 inset; border-radius: 5px; |
|
275 |
-webkit-appearance: none; |
|
276 |
-webkit-box-sizing: content-box; |
|
277 |
-moz-box-sizing: content-box; |
|
278 |
box-sizing: content-box; |
|
279 |
} |
|
280 |
||
281 |
||
| 34 | 282 |
/* Canvas */ |
283 |
||
| 154 | 284 |
.Rk-Editing-Space { |
| 160 | 285 |
position: absolute; left: 0; top: 35px; right: 0; bottom: 0; overflow: hidden; |
286 |
background: -moz-radial-gradient( center, circle, #ffffff 40%, #e0e0e0 90%); |
|
287 |
background: -webkit-radial-gradient( center, circle, #ffffff 40%, #e0e0e0 90%); |
|
288 |
background: -ms-radial-gradient( center, circle, #ffffff 40%, #e0e0e0 90%); |
|
| 154 | 289 |
} |
290 |
||
291 |
.Rk-Editing-Space-Full { |
|
| 160 | 292 |
top: 0; |
| 154 | 293 |
} |
294 |
||
| 34 | 295 |
.Rk-Canvas { |
| 156 | 296 |
position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 2; |
297 |
} |
|
298 |
||
299 |
/* Node Labels */ |
|
300 |
||
| 196 | 301 |
.Rk-Highlighted { |
302 |
background: rgba(255,255,0,.5); |
|
303 |
} |
|
304 |
||
| 156 | 305 |
.Rk-Labels { |
306 |
position: absolute; left: 0; top: 0; z-index: 1; |
|
307 |
font-family: "Segoe UI", "Helvetica Neue", Arial, Helvetica, sans-serif; |
|
308 |
} |
|
309 |
||
310 |
.Rk-Label { |
|
| 160 | 311 |
position: absolute; width: 160px; margin-left: -80px; text-align: center; font-size: 13px; line-height: 13px; |
| 156 | 312 |
} |
313 |
||
314 |
.Rk-Edge-Label { |
|
| 160 | 315 |
font-size: 11px; transform-origin: 50% 0; -moz-transform-origin: 50% 0; |
316 |
-webkit-transform-origin: 50% 0; -ms-transform-origin: 50% 0; |
|
| 132 | 317 |
} |
318 |
||
| 34 | 319 |
/* Editors */ |
320 |
||
| 20 | 321 |
.Rk-Editor { |
| 156 | 322 |
position: absolute; left: 0; top: 0; z-index: 3; |
| 132 | 323 |
} |
324 |
||
|
36
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
325 |
.Rk-Notifications { |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
326 |
position: absolute; right: 15px; top: 15px; width: 200px; |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
327 |
padding: 10px; border-radius: 8px; display: none; |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
328 |
color: #ffffff; font-size: 13px; text-align: center; font-weight: bold; |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
329 |
background: rgba(20,20,20,.7); |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
330 |
background: -moz-linear-gradient(top, rgba(40,40,40,.7) 20%, rgba(0,0,0,.7) 80%); |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
331 |
background: -webkit-linear-gradient(top, rgba(40,40,40,.7) 20%, rgba(0,0,0,.7) 80%); |
| 113 | 332 |
background: -ms-linear-gradient(top, rgba(40,40,40,.7) 20%, rgba(0,0,0,.7) 80%); |
333 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#000000',GradientType=0 ); |
|
| 20 | 334 |
} |
335 |
||
| 5 | 336 |
.Rk-CloseX { |
337 |
float: right; cursor: pointer; |
|
338 |
} |
|
339 |
||
340 |
.Rk-Editor h2 { |
|
341 |
font-size: 16px; font-weight: bold; |
|
342 |
} |
|
343 |
||
| 52 | 344 |
.Rk-Editor p, .Rk-Editor-p { |
| 66 | 345 |
margin: 5px 0; font-size: 12px; clear: both; |
| 5 | 346 |
} |
347 |
||
| 66 | 348 |
.Rk-Editor-Label { |
349 |
float: left; width: 80px; |
|
| 5 | 350 |
} |
351 |
||
| 26 | 352 |
a.Rk-Edit-Goto { |
353 |
display: block; float: right; width: 18px; height: 17px; margin: 1px 0; border: none; background: url(../img/goto.png); |
|
354 |
} |
|
355 |
||
| 68 | 356 |
.Rk-Edit-Title, .Rk-Edit-URI, .Rk-Edit-Image, .Rk-Edit-Image-File, .Rk-Edit-Vocabulary { |
| 110 | 357 |
font-size: 12px; width: 250px; |
| 5 | 358 |
} |
359 |
||
| 26 | 360 |
.Rk-Edit-URI { |
| 110 | 361 |
font-size: 12px; width: 230px; |
| 26 | 362 |
} |
363 |
||
| 175 | 364 |
.Rk-Edit-ImgWrap { |
365 |
text-align: center; |
|
366 |
} |
|
367 |
||
| 37 | 368 |
.Rk-Edit-ImgPreview { |
| 175 | 369 |
display: inline-block; |
370 |
border: 1px solid #666; margin: 5px auto; |
|
371 |
position: relative; |
|
372 |
} |
|
373 |
||
374 |
.Rk-Edit-ImgPreview img { |
|
375 |
display: inline-block; max-width: 253px !important; max-height: 200px !important; |
|
376 |
} |
|
377 |
||
378 |
.Rk-Edit-ImgPreview svg { |
|
379 |
height: 100%; |
|
380 |
left: 0; |
|
381 |
position: absolute; |
|
382 |
top: 0; |
|
383 |
width: 100%; |
|
| 37 | 384 |
} |
385 |
||
| 5 | 386 |
.Rk-Editor textarea { |
| 110 | 387 |
width: 250px; height: 120px; resize: none; |
| 5 | 388 |
} |
389 |
||
| 53 | 390 |
.Rk-UserColor { |
391 |
display: inline-block; width: 12px; height: 12px; border: 1px solid #666666; margin: -2px 2px; |
|
392 |
} |
|
393 |
||
394 |
.Rk-Edit-Color { |
|
| 195 | 395 |
display: inline-block; width: 10px; height: 10px; border: 2px solid #333333; margin: -2px 2px; position: relative; |
| 53 | 396 |
} |
397 |
||
398 |
.Rk-Edit-ColorTip { |
|
| 195 | 399 |
display: block; width: 3px; height: 3px; background: #fff; position: absolute; bottom: 0; right: 0; cursor: pointer; |
| 5 | 400 |
} |
| 11 | 401 |
|
| 52 | 402 |
.Rk-Edit-ColorPicker-Wrapper { |
| 53 | 403 |
display: inline-block; position: relative; |
| 52 | 404 |
} |
405 |
||
406 |
.Rk-Edit-ColorPicker { |
|
| 53 | 407 |
position: absolute; top: -2px; left: 15px; width: 96px; height: 96px; border: 1px solid #CCCCCC; |
| 191 | 408 |
padding: 5px 4px 4px 5px; background: #ffffff; border-radius: 5px; display: none; z-index: 4; |
| 52 | 409 |
} |
410 |
||
| 195 | 411 |
|
412 |
.Rk-CurrentUser .Rk-Edit-ColorPicker { |
|
413 |
left: -105px; top: 2px; |
|
414 |
} |
|
415 |
||
| 53 | 416 |
.Rk-Edit-ColorPicker-Text { |
417 |
color: #303080; font-weight: bold; |
|
418 |
} |
|
419 |
||
| 52 | 420 |
.Rk-Edit-ColorPicker li { |
| 53 | 421 |
float: left; width: 11px; height: 11px; margin: 0 1px 1px 0; cursor: pointer; |
| 52 | 422 |
} |
423 |
||
| 67 | 424 |
.Rk-Edit-Size-Up, .Rk-Edit-Size-Down { |
| 160 | 425 |
font-size: 13px; font-weight: bold; padding: 0 4px; background: #ffffff; color: #000000; border: 1px solid #cccccc; |
426 |
text-decoration: none; |
|
| 67 | 427 |
} |
428 |
||
429 |
.Rk-Edit-Size-Up:hover, .Rk-Edit-Size-Down:hover { |
|
| 160 | 430 |
background: #666666; |
| 67 | 431 |
} |
432 |
||
433 |
.Rk-Edit-Size-Value { |
|
| 160 | 434 |
display: inline-block; |
| 67 | 435 |
padding: 0 5px; |
436 |
text-align: center; |
|
437 |
width: 20px; |
|
438 |
} |
|
439 |
||
| 68 | 440 |
.Rk-Edit-Vocabulary-Class { |
| 160 | 441 |
color: #999999; font-style: italic; font-weight: bold; |
| 68 | 442 |
} |
443 |
||
444 |
.Rk-Edit-Vocabulary-Property { |
|
| 160 | 445 |
padding-left: 20px; |
| 68 | 446 |
} |
447 |
||
| 110 | 448 |
.Rk-Edit-Direction { |
| 160 | 449 |
border: 1px solid #666; padding: 3px 5px; line-height: 20px; border-radius: 3px; background: #f0f0f0; cursor: pointer; |
| 110 | 450 |
} |
451 |
||
452 |
.Rk-Edit-Direction:hover { |
|
| 160 | 453 |
background: #c0c0c0; |
| 110 | 454 |
} |
455 |
||
456 |
.Rk-Display-Title a { |
|
| 160 | 457 |
text-decoration: none; color: #000000; |
| 110 | 458 |
} |
459 |
||
460 |
.Rk-Display-Title a:hover { |
|
| 160 | 461 |
text-decoration: underline; |
| 110 | 462 |
} |
463 |
||
464 |
.Rk-Display-URI { |
|
| 160 | 465 |
font-style: italic; |
| 110 | 466 |
} |
467 |
||
| 153 | 468 |
.Rk-Display-ImgPreview { |
469 |
margin: 5px auto; display: block; max-width: 255px !important; max-height: 260px !important; |
|
470 |
} |
|
471 |
||
| 70 | 472 |
.Rk-Fold-Bins { |
| 160 | 473 |
position: absolute; top: 5px; width: 12px; text-align: center; font-size: 16px; cursor: pointer; |
474 |
line-height: 16px; padding: 4px; color: #ffffff; background: #666666; border-radius: 0 6px 6px 0; |
|
475 |
font-weight: bold; |
|
| 70 | 476 |
} |
477 |
||
478 |
.Rk-Fold-Bins:hover { |
|
| 160 | 479 |
background: #333333; |
| 70 | 480 |
} |
481 |
||
| 11 | 482 |
.Rk-ZoomButtons { |
| 70 | 483 |
position: absolute; left: 0; top: 35px; cursor: pointer; |
| 7 | 484 |
} |
485 |
||
| 173 | 486 |
.Rk-Editing-Space-Full .Rk-ZoomButtons { |
487 |
top: 0; |
|
488 |
} |
|
489 |
||
| 267 | 490 |
.Rk-ZoomIn, .Rk-ZoomOut, .Rk-ZoomFit, .Rk-ZoomSave, .Rk-ZoomSetSaved { |
| 11 | 491 |
width: 21px; height: 20px; background: url(../img/zoombuttons.png); margin: 5px; |
| 7 | 492 |
} |
| 11 | 493 |
.Rk-ZoomIn:hover { |
494 |
background-position: 0 -20px; |
|
| 7 | 495 |
} |
| 255 | 496 |
.Rk-ZoomFit { |
497 |
background-position: -42px 0; |
|
498 |
} |
|
499 |
.Rk-ZoomFit:hover { |
|
500 |
background-position: -42px -20px; |
|
501 |
} |
|
| 11 | 502 |
.Rk-ZoomOut { |
503 |
background-position: -21px 0; |
|
| 7 | 504 |
} |
| 11 | 505 |
.Rk-ZoomOut:hover { |
506 |
background-position: -21px -20px; |
|
| 20 | 507 |
} |
| 267 | 508 |
.Rk-ZoomSave { |
| 266 | 509 |
background-position: -63px 0; |
510 |
} |
|
| 267 | 511 |
.Rk-ZoomSave:hover { |
| 266 | 512 |
background-position: -63px -20px; |
513 |
} |
|
| 267 | 514 |
.Rk-ZoomSetSaved { |
515 |
background-position: -84px 0; display: none; |
|
| 266 | 516 |
} |
| 267 | 517 |
.Rk-ZoomSetSaved:hover { |
518 |
background-position: -84px -20px; |
|
| 266 | 519 |
} |
| 20 | 520 |
|
| 34 | 521 |
/* Bins */ |
522 |
||
| 69 | 523 |
.Rk-Bins { |
524 |
background: #ffffff; position: absolute; left: 0; top: 0; width: 299px; bottom: 0; |
|
525 |
overflow: hidden; border-right: 1px solid #252525; |
|
| 34 | 526 |
} |
527 |
||
| 69 | 528 |
.Rk-Bins-Title { |
| 254 | 529 |
border: 0 none; width: 290px; height: 15px; line-height: 15px; margin: 0; padding: 15px 0 5px 10px; |
| 69 | 530 |
background: #333333; font-size: 14px; color: #F0F0F0; |
531 |
background: -moz-linear-gradient(top, #1e1e1e 5px, #606060 30px); |
|
532 |
background: -webkit-linear-gradient(top, #1e1e1e 5px, #606060 30px); |
|
| 113 | 533 |
background: -ms-linear-gradient(top, #1e1e1e 5px, #606060 30px); |
534 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#606060',GradientType=0 ); |
|
| 34 | 535 |
} |
536 |
||
537 |
/* Bin Search Field */ |
|
538 |
||
539 |
.Rk-Search-Form { |
|
| 69 | 540 |
padding: 0 10px 8px; height: 27px; |
541 |
background: #606060; |
|
| 34 | 542 |
} |
543 |
||
| 21 | 544 |
.Rk-Search-Input, .Rk-Search-Select { |
| 44 | 545 |
float: left; margin: 0; |
| 21 | 546 |
} |
547 |
||
548 |
.Rk-Search-Input { |
|
| 44 | 549 |
border-top-left-radius: 5px; border-bottom-left-radius: 5px; border: 1px solid #003050; |
550 |
font-size: 13px; background: #ffffff; height: 25px; padding: 0 5px; line-height: 25px; |
|
551 |
-webkit-appearance: none; |
|
552 |
-webkit-box-sizing: content-box; |
|
553 |
-moz-box-sizing: content-box; |
|
554 |
box-sizing: content-box; |
|
555 |
} |
|
556 |
||
557 |
.Rk-Web-Search-Input { |
|
558 |
width: 190px; |
|
559 |
} |
|
560 |
||
561 |
.Rk-Bins-Search-Input { |
|
562 |
width: 235px; |
|
| 21 | 563 |
} |
564 |
||
565 |
.Rk-Search-Select { |
|
| 34 | 566 |
display: inline-block; position: relative; width: 45px; |
| 44 | 567 |
border-width: 1px; border-color: #003050; border-style: solid none; cursor: pointer; |
| 34 | 568 |
height: 25px; background: #ffffff url(../img/more.png) 30px 10px no-repeat; |
569 |
} |
|
570 |
||
571 |
.Rk-Search-Select:hover { |
|
572 |
background-color: #3030FF; |
|
573 |
} |
|
574 |
||
575 |
.Rk-Search-Current { |
|
|
36
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
576 |
width: 40px; height: 20px; margin: 2px; background-repeat: no-repeat; |
| 34 | 577 |
} |
578 |
||
579 |
.Rk-Search-List { |
|
|
36
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
580 |
width: 180px; margin-left: 15px; font-size: 13px; |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
581 |
position: absolute; right: 0; top: 25px; background: #ffffff; |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
582 |
box-shadow: 1px 1px 2px #505050; display: none; |
| 70 | 583 |
border: 1px solid #cccccc; z-index: 2; |
| 34 | 584 |
} |
585 |
||
586 |
.Rk-Search-List li { |
|
587 |
padding: 2px 2px 2px 30px; border-top: 1px solid #cccccc; height: 16px; |
|
588 |
background-color: #ffffff; background-repeat: no-repeat; cursor: pointer; |
|
589 |
} |
|
590 |
||
591 |
.Rk-Search-List li:hover { |
|
592 |
background-color: #3030ff; color: #ffffff; |
|
| 21 | 593 |
} |
594 |
||
| 34 | 595 |
.Rk-Search-Submit { |
596 |
border: 1px solid #003050; height: 27px; width: 30px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; |
|
|
36
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
597 |
background: #333333 center no-repeat url(../img/search.png); cursor: pointer; |
| 34 | 598 |
} |
599 |
||
600 |
.Rk-Search-Submit:hover { |
|
601 |
background-color: #999999; |
|
602 |
} |
|
603 |
||
604 |
/* Individual Bins */ |
|
605 |
||
| 21 | 606 |
.Rk-Bin-Title { |
| 34 | 607 |
background: #333333; |
608 |
background: -moz-linear-gradient(top, #505050 20%, #1e1e1e 80%); |
|
609 |
background: -webkit-linear-gradient(top, #505050 20%, #1e1e1e 80%); |
|
| 113 | 610 |
background: -ms-linear-gradient(top, #505050 20%, #1e1e1e 80%); |
| 34 | 611 |
border-bottom: 1px solid #666666; font-weight: bold; |
| 254 | 612 |
font-size: 14px; padding: 5px; cursor: pointer; color: #f0f0f0; margin: 0; border: 0 none; |
| 34 | 613 |
} |
614 |
||
615 |
.Rk-Bin-Close { |
|
| 42 | 616 |
float: right; display: block; font-size: 16px; font-weight: bold; margin: 2px 3px 0; color: #f0f0f0; cursor: pointer; |
617 |
text-shadow: -1px -1px 1px #999999, 1px 1px 1px #000000; text-decoration: none; |
|
| 34 | 618 |
} |
619 |
||
| 42 | 620 |
.Rk-Bin-Close:hover { |
621 |
color: #ffff80; |
|
| 34 | 622 |
} |
623 |
||
624 |
.Rk-Bin-Title:hover { |
|
625 |
color: #ffffe0; |
|
| 113 | 626 |
background: #505050; |
| 34 | 627 |
background: -moz-linear-gradient(top, rgb(20,20,20) 20%, rgb(60,60,60) 80%); |
628 |
background: -webkit-linear-gradient(top, rgb(20,20,20) 20%, rgb(60,60,60) 80%); |
|
| 113 | 629 |
background: -ms-linear-gradient(top, rgb(20,20,20) 20%, rgb(60,60,60) 80%); |
| 34 | 630 |
} |
631 |
||
| 42 | 632 |
.Rk-Bin-Refresh { |
633 |
width: 18px; height: 17px; background: url(../img/refresh.png); display: block; float: right; margin-top: 4px; |
|
634 |
} |
|
635 |
||
636 |
.Rk-Bin-Refresh:hover { |
|
637 |
background-position: -18px 0; |
|
638 |
} |
|
639 |
||
| 44 | 640 |
.Rk-Bin-Count { |
641 |
float: right; background: #c000a0; color: #FFFFFF; text-shadow: 1px 1px 1px #000000; display: none; |
|
642 |
border-radius: 4px; padding: 1px 3px; font-size: 10px; font-weight: bold; margin-top: 4px; |
|
643 |
} |
|
644 |
||
| 34 | 645 |
.Rk-Bin-Title-Icon { |
646 |
float: left; width: 25px; margin: 2px; |
|
| 21 | 647 |
} |
648 |
||
649 |
.Rk-Bin-Main { |
|
650 |
overflow: auto; |
|
| 34 | 651 |
background: #ffffff; |
652 |
background: -moz-linear-gradient(top, #e0e0e0 0, #FFFFFF 2%, #FFFFFF 98%, #e0e0e0 100%); |
|
653 |
background: -webkit-linear-gradient(top, #e0e0e0 0, #FFFFFF 2%, #FFFFFF 98%, #e0e0e0 100%); |
|
| 113 | 654 |
background: -ms-linear-gradient(top, #e0e0e0 0, #FFFFFF 2%, #FFFFFF 98%, #e0e0e0 100%); |
| 20 | 655 |
} |
656 |
||
| 26 | 657 |
.Rk-Bin-Item { |
658 |
cursor: move; |
|
659 |
} |
|
660 |
||
| 155 | 661 |
.Rk-Bin-Item:hover, .Rk-Bin-Item.hover { |
| 34 | 662 |
background: -moz-linear-gradient(top, rgba(0,0,0,.1) 20%, rgba(128,128,128,.1) 80%); |
663 |
background: -webkit-linear-gradient(top, rgba(0,0,0,.1) 20%, rgba(128,128,128,.1) 80%); |
|
| 113 | 664 |
background: -ms-linear-gradient(top, rgba(0,0,0,.1) 20%, rgba(128,128,128,.1) 80%); |
665 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#f3f3f3',GradientType=0 ); |
|
| 26 | 666 |
} |
667 |
||
668 |
.Rk-Bin-Item.selected { |
|
669 |
background: #ffffc0; |
|
670 |
} |
|
671 |
||
672 |
.Rk-Bin-Main li { |
|
| 34 | 673 |
padding: 2px; border-bottom: 1px solid #cccccc; |
| 325 | 674 |
clear: both; overflow: hidden; |
| 26 | 675 |
} |
676 |
||
677 |
.Rk-Bin-Main h3 { |
|
| 34 | 678 |
font-size: 14px; font-style: italic; font-weight: bold; text-align: center; |
| 26 | 679 |
} |
680 |
||
681 |
.Rk-Bin-Main h4 { |
|
| 34 | 682 |
font-size: 12px; font-weight: bold; |
| 26 | 683 |
} |
684 |
||
685 |
.Rk-Bin-Main p { |
|
| 34 | 686 |
font-size: 11px; |
687 |
} |
|
688 |
||
| 75 | 689 |
.Rk-Bin-Main h4 a { |
| 160 | 690 |
color: #303080; |
| 75 | 691 |
} |
692 |
||
| 26 | 693 |
.Rk-Bin-Main .searchmatch { |
694 |
background: #ffff80; |
|
695 |
} |
|
696 |
||
| 34 | 697 |
.Rk-Wikipedia-Search-Icon { |
698 |
background-image: url(../img/search-logos.png); |
|
699 |
} |
|
700 |
||
| 26 | 701 |
.Rk-Wikipedia-Icon { |
| 325 | 702 |
float: left; margin: 3px; max-height: 48px; max-width: 48px; |
| 26 | 703 |
} |
704 |
||
| 34 | 705 |
.Rk-Wikipedia-Title-Icon { |
706 |
height: 20px; background: url(../img/search-logos.png); |
|
707 |
} |
|
708 |
||
709 |
.Rk-Wikipedia-Lang-en { |
|
710 |
background-position: 0 -20px; |
|
711 |
} |
|
712 |
||
713 |
.Rk-Wikipedia-Lang-fr { |
|
714 |
background-position: 0 -40px; |
|
715 |
} |
|
716 |
||
717 |
.Rk-Wikipedia-Lang-ja { |
|
718 |
background-position: 0 -60px; |
|
719 |
} |
|
720 |
||
| 26 | 721 |
.Rk-Wikipedia-Result { |
722 |
min-height: 51px; |
|
| 24 | 723 |
} |
724 |
||
| 26 | 725 |
.Rk-Wikipedia-Result p, .Rk-Wikipedia-Result h4 { |
726 |
margin-left: 54px; |
|
727 |
} |
|
728 |
||
|
78
af9e716b01bc
Renkan bin configuration now with class names instead of classes themselves
veltr
parents:
75
diff
changeset
|
729 |
.Rk-ResourceList-Image { |
| 160 | 730 |
float: left; max-width: 100px; max-height: 75px; margin-right: 2px; |
| 73 | 731 |
} |
732 |
||
| 64 | 733 |
.Rk-Ldt-Icon, .Rk-Ldt-Title-Icon { |
734 |
background: url(../img/search-logos.png); background-position: 0 -100px; background-repeat: no-repeat; |
|
735 |
} |
|
736 |
||
737 |
.Rk-Ldt-Title-Icon { |
|
738 |
height: 20px; margin-top: 4px; |
|
739 |
} |
|
740 |
||
| 37 | 741 |
.Rk-Ldt-Tag-Icon { |
742 |
float: left; margin: 0 2px 0 0; |
|
| 26 | 743 |
} |
744 |
||
| 37 | 745 |
.Rk-Ldt-Annotation-Icon { |
746 |
float: left; margin: 3px; |
|
| 26 | 747 |
} |
748 |
||
| 37 | 749 |
.Rk-Clear { |
750 |
clear: both; |
|
| 26 | 751 |
} |
| 64 | 752 |
|
753 |
h4.Rk-Bin-Loading { |
|
754 |
margin: 10px; text-align: center; font-size: 20px; color: #999999; |
|
755 |
} |