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