| author | ymh <ymh.work@gmail.com> |
| Wed, 27 Jul 2016 13:55:18 +0200 | |
| changeset 633 | fdff56da097d |
| parent 556 | 2737bc21e6dd |
| child 647 | eaaa1efce396 |
| 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 { |
|
|
633
fdff56da097d
allow to highlight edges. Add a url selector for edge + seach edges in edge box. remove max width of title
ymh <ymh.work@gmail.com>
parents:
556
diff
changeset
|
121 |
min-width: 180px; overflow: hidden; |
| 117 | 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 |
|
|
556
2737bc21e6dd
In case the browser doesn't support fullscreen, disabled button and change tooltip
rougeronj
parents:
522
diff
changeset
|
194 |
.Rk-FullScreen-Button.disabled { |
|
2737bc21e6dd
In case the browser doesn't support fullscreen, disabled button and change tooltip
rougeronj
parents:
522
diff
changeset
|
195 |
opacity: .5; cursor: default; |
|
2737bc21e6dd
In case the browser doesn't support fullscreen, disabled button and change tooltip
rougeronj
parents:
522
diff
changeset
|
196 |
} |
|
2737bc21e6dd
In case the browser doesn't support fullscreen, disabled button and change tooltip
rougeronj
parents:
522
diff
changeset
|
197 |
|
|
2737bc21e6dd
In case the browser doesn't support fullscreen, disabled button and change tooltip
rougeronj
parents:
522
diff
changeset
|
198 |
.Rk-FullScreen-Button.disabled:hover { |
|
2737bc21e6dd
In case the browser doesn't support fullscreen, disabled button and change tooltip
rougeronj
parents:
522
diff
changeset
|
199 |
opacity: .5; background-position: -36px 0; z-index:1; |
|
2737bc21e6dd
In case the browser doesn't support fullscreen, disabled button and change tooltip
rougeronj
parents:
522
diff
changeset
|
200 |
} |
|
2737bc21e6dd
In case the browser doesn't support fullscreen, disabled button and change tooltip
rougeronj
parents:
522
diff
changeset
|
201 |
|
|
36
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
202 |
.Rk-AddEdge-Button { |
| 69 | 203 |
width: 30px; background-position: -70px 0; |
|
36
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
204 |
} |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
205 |
|
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
206 |
.Rk-AddEdge-Button:hover { |
| 69 | 207 |
background-position: -70px -35px; |
|
36
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
208 |
} |
| 44 | 209 |
|
210 |
.Rk-Save-Button { |
|
| 69 | 211 |
width: 30px; background-position: -104px 0; |
| 44 | 212 |
} |
|
358
e780c82c5b4f
center user title and add differents status for the saving icon
rougeronj
parents:
352
diff
changeset
|
213 |
.Rk-Save-Button.saving { |
|
e780c82c5b4f
center user title and add differents status for the saving icon
rougeronj
parents:
352
diff
changeset
|
214 |
background-position: -104px 0; |
| 44 | 215 |
} |
|
383
ba1f278841a2
close 55 - add function to set current user when someone log In
rougeronj
parents:
368
diff
changeset
|
216 |
.Rk-Save-Button:hover, |
|
ba1f278841a2
close 55 - add function to set current user when someone log In
rougeronj
parents:
368
diff
changeset
|
217 |
.Rk-Save-Button.saved:hover, |
|
ba1f278841a2
close 55 - add function to set current user when someone log In
rougeronj
parents:
368
diff
changeset
|
218 |
.Rk-Save-Button.Rk-Save-Online:hover { |
| 69 | 219 |
background-position: -104px -35px; |
| 44 | 220 |
} |
|
383
ba1f278841a2
close 55 - add function to set current user when someone log In
rougeronj
parents:
368
diff
changeset
|
221 |
.Rk-Save-Button:active, |
|
ba1f278841a2
close 55 - add function to set current user when someone log In
rougeronj
parents:
368
diff
changeset
|
222 |
.Rk-Save-Button.saved:active, |
|
ba1f278841a2
close 55 - add function to set current user when someone log In
rougeronj
parents:
368
diff
changeset
|
223 |
.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
|
224 |
background-position: -104px 0; |
| 69 | 225 |
} |
|
358
e780c82c5b4f
center user title and add differents status for the saving icon
rougeronj
parents:
352
diff
changeset
|
226 |
.Rk-Save-Button.to-save { |
| 160 | 227 |
background-position: -172px -35px; |
| 111 | 228 |
} |
|
358
e780c82c5b4f
center user title and add differents status for the saving icon
rougeronj
parents:
352
diff
changeset
|
229 |
.Rk-Save-Button.saved, .Rk-Save-Button.Rk-Save-Online { |
| 160 | 230 |
background-position: -172px 0; |
| 111 | 231 |
} |
|
358
e780c82c5b4f
center user title and add differents status for the saving icon
rougeronj
parents:
352
diff
changeset
|
232 |
.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
|
233 |
opacity: .4; cursor: default; |
|
e780c82c5b4f
center user title and add differents status for the saving icon
rougeronj
parents:
352
diff
changeset
|
234 |
} |
| 111 | 235 |
|
| 297 | 236 |
.Rk-Export-Button { |
237 |
width: 30px; background-position: -274px 0; |
|
238 |
} |
|
239 |
||
240 |
.Rk-Export-Button.disabled { |
|
241 |
opacity: .5; cursor: default; |
|
242 |
} |
|
243 |
||
244 |
.Rk-Export-Button:hover { |
|
245 |
background-position: -274px -35px; |
|
246 |
} |
|
247 |
||
248 |
.Rk-Export-Button.disabled:hover { |
|
249 |
opacity: 1; background-position: -274px 0; |
|
250 |
} |
|
251 |
||
| 69 | 252 |
.Rk-Bookmarklet-Button { |
253 |
width: 30px; background-position: -138px 0; |
|
254 |
} |
|
255 |
||
256 |
.Rk-Bookmarklet-Button.disabled { |
|
257 |
opacity: .5; cursor: default; |
|
| 44 | 258 |
} |
| 69 | 259 |
|
260 |
.Rk-Bookmarklet-Button:hover { |
|
261 |
background-position: -138px -35px; |
|
262 |
} |
|
263 |
||
264 |
.Rk-Bookmarklet-Button.disabled:hover { |
|
265 |
opacity: 1; background-position: -138px 0; |
|
266 |
} |
|
267 |
||
| 190 | 268 |
.Rk-Home-Button { |
269 |
width: 30px; background-position: -206px 0; |
|
270 |
} |
|
271 |
||
272 |
.Rk-Home-Button:hover { |
|
273 |
background-position: -206px -35px; |
|
274 |
} |
|
275 |
||
276 |
.Rk-Open-Button { |
|
277 |
width: 30px; background-position: -240px 0; |
|
278 |
} |
|
279 |
||
280 |
.Rk-Open-Button:hover { |
|
281 |
background-position: -240px -35px; |
|
282 |
} |
|
| 196 | 283 |
|
284 |
.Rk-GraphSearch-Form { |
|
|
410
97f2c763376c
correct search field width + new version
ymh <ymh.work@gmail.com>
parents:
403
diff
changeset
|
285 |
float: right; width: 185px; position: relative; |
| 196 | 286 |
} |
287 |
||
288 |
.Rk-GraphSearch-Form:before, .Rk-GraphSearch-Form:after { |
|
289 |
position: absolute; display: block; content: "."; text-indent: -9999px; |
|
290 |
} |
|
291 |
||
292 |
.Rk-GraphSearch-Form:before { |
|
293 |
right: 10px; top: 20px; width: 7px; height: 2px; border: none; padding: 0; background: #666666; |
|
294 |
transform: rotate(40deg); -webkit-transform: rotate(40deg); |
|
295 |
} |
|
296 |
||
297 |
.Rk-GraphSearch-Form:after { |
|
298 |
right: 13px; top: 11px; width: 6px; height: 6px; border-radius: 8px; border: 2px solid #666666; |
|
299 |
} |
|
300 |
||
301 |
.Rk-GraphSearch-Field { |
|
302 |
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
|
303 |
width: 165px; background: #f0f0f0; box-shadow: 1px 1px 1px #999999 inset; border-radius: 5px; |
| 196 | 304 |
-webkit-appearance: none; |
305 |
-webkit-box-sizing: content-box; |
|
306 |
-moz-box-sizing: content-box; |
|
307 |
box-sizing: content-box; |
|
308 |
} |
|
309 |
||
310 |
||
| 34 | 311 |
/* Canvas */ |
312 |
||
| 154 | 313 |
.Rk-Editing-Space { |
| 160 | 314 |
position: absolute; left: 0; top: 35px; right: 0; bottom: 0; overflow: hidden; |
315 |
background: -moz-radial-gradient( center, circle, #ffffff 40%, #e0e0e0 90%); |
|
316 |
background: -webkit-radial-gradient( center, circle, #ffffff 40%, #e0e0e0 90%); |
|
317 |
background: -ms-radial-gradient( center, circle, #ffffff 40%, #e0e0e0 90%); |
|
| 154 | 318 |
} |
319 |
||
320 |
.Rk-Editing-Space-Full { |
|
| 160 | 321 |
top: 0; |
| 154 | 322 |
} |
323 |
||
| 34 | 324 |
.Rk-Canvas { |
| 156 | 325 |
position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 2; |
326 |
} |
|
327 |
||
|
403
96781c1a8bbe
correct resizing problems especially in next firefox
ymh <ymh.work@gmail.com>
parents:
384
diff
changeset
|
328 |
.Rk-Canvas[resize] { |
|
96781c1a8bbe
correct resizing problems especially in next firefox
ymh <ymh.work@gmail.com>
parents:
384
diff
changeset
|
329 |
width: 100%; height:100%; |
|
96781c1a8bbe
correct resizing problems especially in next firefox
ymh <ymh.work@gmail.com>
parents:
384
diff
changeset
|
330 |
} |
|
96781c1a8bbe
correct resizing problems especially in next firefox
ymh <ymh.work@gmail.com>
parents:
384
diff
changeset
|
331 |
|
| 156 | 332 |
/* Node Labels */ |
333 |
||
| 196 | 334 |
.Rk-Highlighted { |
335 |
background: rgba(255,255,0,.5); |
|
336 |
} |
|
337 |
||
| 156 | 338 |
.Rk-Labels { |
339 |
position: absolute; left: 0; top: 0; z-index: 1; |
|
340 |
font-family: "Segoe UI", "Helvetica Neue", Arial, Helvetica, sans-serif; |
|
341 |
} |
|
342 |
||
343 |
.Rk-Label { |
|
| 160 | 344 |
position: absolute; width: 160px; margin-left: -80px; text-align: center; font-size: 13px; line-height: 13px; |
| 156 | 345 |
} |
346 |
||
347 |
.Rk-Edge-Label { |
|
| 160 | 348 |
font-size: 11px; transform-origin: 50% 0; -moz-transform-origin: 50% 0; |
349 |
-webkit-transform-origin: 50% 0; -ms-transform-origin: 50% 0; |
|
| 132 | 350 |
} |
351 |
||
| 34 | 352 |
/* Editors */ |
353 |
||
| 20 | 354 |
.Rk-Editor { |
| 156 | 355 |
position: absolute; left: 0; top: 0; z-index: 3; |
| 132 | 356 |
} |
357 |
||
|
36
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
358 |
.Rk-Notifications { |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
359 |
position: absolute; right: 15px; top: 15px; width: 200px; |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
360 |
padding: 10px; border-radius: 8px; display: none; |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
361 |
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
|
362 |
background: rgba(20,20,20,.7); |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
363 |
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
|
364 |
background: -webkit-linear-gradient(top, rgba(40,40,40,.7) 20%, rgba(0,0,0,.7) 80%); |
| 113 | 365 |
background: -ms-linear-gradient(top, rgba(40,40,40,.7) 20%, rgba(0,0,0,.7) 80%); |
366 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#000000',GradientType=0 ); |
|
| 20 | 367 |
} |
368 |
||
| 5 | 369 |
.Rk-CloseX { |
370 |
float: right; cursor: pointer; |
|
371 |
} |
|
372 |
||
373 |
.Rk-Editor h2 { |
|
374 |
font-size: 16px; font-weight: bold; |
|
375 |
} |
|
376 |
||
|
483
9bb08a2c2449
New nodeeditor html for video node type and update css to make the video fit the popup
rougeronj
parents:
470
diff
changeset
|
377 |
.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
|
378 |
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
|
379 |
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
|
380 |
} |
|
9bb08a2c2449
New nodeeditor html for video node type and update css to make the video fit the popup
rougeronj
parents:
470
diff
changeset
|
381 |
.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
|
382 |
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
|
383 |
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
|
384 |
} |
|
9bb08a2c2449
New nodeeditor html for video node type and update css to make the video fit the popup
rougeronj
parents:
470
diff
changeset
|
385 |
|
|
459
98cae534083d
add node and edge stroke width + adjust text + arrow placement + conrol arrow visibility
ymh <ymh.work@gmail.com>
parents:
458
diff
changeset
|
386 |
.Rk-Editor p, .Rk-Editor-p, .Rk-Editor-p > div { |
| 66 | 387 |
margin: 5px 0; font-size: 12px; clear: both; |
| 5 | 388 |
} |
389 |
||
| 66 | 390 |
.Rk-Editor-Label { |
391 |
float: left; width: 80px; |
|
| 5 | 392 |
} |
393 |
||
| 26 | 394 |
a.Rk-Edit-Goto { |
395 |
display: block; float: right; width: 18px; height: 17px; margin: 1px 0; border: none; background: url(../img/goto.png); |
|
396 |
} |
|
397 |
||
|
522
1cb7122dd427
Update version number and copy-server new client version
rougeronj
parents:
483
diff
changeset
|
398 |
.Rk-Edit-Title { |
|
1cb7122dd427
Update version number and copy-server new client version
rougeronj
parents:
483
diff
changeset
|
399 |
background-color: #fff; |
|
1cb7122dd427
Update version number and copy-server new client version
rougeronj
parents:
483
diff
changeset
|
400 |
border: 1px solid #d4d4d4; |
|
1cb7122dd427
Update version number and copy-server new client version
rougeronj
parents:
483
diff
changeset
|
401 |
line-height: 15px; |
|
1cb7122dd427
Update version number and copy-server new client version
rougeronj
parents:
483
diff
changeset
|
402 |
min-height: 15px; |
|
1cb7122dd427
Update version number and copy-server new client version
rougeronj
parents:
483
diff
changeset
|
403 |
} |
|
1cb7122dd427
Update version number and copy-server new client version
rougeronj
parents:
483
diff
changeset
|
404 |
|
|
384
6a7930a0d4d1
Close #60 - Add a trash icon to delete the image URL
rougeronj
parents:
383
diff
changeset
|
405 |
.Rk-Edit-Title, .Rk-Edit-URI, .Rk-Edit-Image-File, .Rk-Edit-Vocabulary { |
| 110 | 406 |
font-size: 12px; width: 250px; |
| 5 | 407 |
} |
408 |
||
|
384
6a7930a0d4d1
Close #60 - Add a trash icon to delete the image URL
rougeronj
parents:
383
diff
changeset
|
409 |
.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
|
410 |
font-size: 12px; width: 220px; |
|
384
6a7930a0d4d1
Close #60 - Add a trash icon to delete the image URL
rougeronj
parents:
383
diff
changeset
|
411 |
} |
|
6a7930a0d4d1
Close #60 - Add a trash icon to delete the image URL
rougeronj
parents:
383
diff
changeset
|
412 |
|
|
6a7930a0d4d1
Close #60 - Add a trash icon to delete the image URL
rougeronj
parents:
383
diff
changeset
|
413 |
.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
|
414 |
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
|
415 |
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
|
416 |
background-size: 15px 20px; |
|
384
6a7930a0d4d1
Close #60 - Add a trash icon to delete the image URL
rougeronj
parents:
383
diff
changeset
|
417 |
background-repeat: no-repeat; |
|
6a7930a0d4d1
Close #60 - Add a trash icon to delete the image URL
rougeronj
parents:
383
diff
changeset
|
418 |
vertical-align: top; |
|
6a7930a0d4d1
Close #60 - Add a trash icon to delete the image URL
rougeronj
parents:
383
diff
changeset
|
419 |
height: 20px; |
|
6a7930a0d4d1
Close #60 - Add a trash icon to delete the image URL
rougeronj
parents:
383
diff
changeset
|
420 |
width: 15px; |
|
6a7930a0d4d1
Close #60 - Add a trash icon to delete the image URL
rougeronj
parents:
383
diff
changeset
|
421 |
margin-right: 2px; |
|
6a7930a0d4d1
Close #60 - Add a trash icon to delete the image URL
rougeronj
parents:
383
diff
changeset
|
422 |
} |
|
6a7930a0d4d1
Close #60 - Add a trash icon to delete the image URL
rougeronj
parents:
383
diff
changeset
|
423 |
|
| 26 | 424 |
.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
|
425 |
font-size: 12px; width: 220px; |
| 26 | 426 |
} |
427 |
||
| 175 | 428 |
.Rk-Edit-ImgWrap { |
429 |
text-align: center; |
|
430 |
} |
|
431 |
||
| 37 | 432 |
.Rk-Edit-ImgPreview { |
| 175 | 433 |
display: inline-block; |
434 |
border: 1px solid #666; margin: 5px auto; |
|
435 |
position: relative; |
|
436 |
} |
|
437 |
||
438 |
.Rk-Edit-ImgPreview img { |
|
439 |
display: inline-block; max-width: 253px !important; max-height: 200px !important; |
|
440 |
} |
|
441 |
||
442 |
.Rk-Edit-ImgPreview svg { |
|
443 |
height: 100%; |
|
444 |
left: 0; |
|
445 |
position: absolute; |
|
446 |
top: 0; |
|
447 |
width: 100%; |
|
| 37 | 448 |
} |
449 |
||
| 5 | 450 |
.Rk-Editor textarea { |
| 110 | 451 |
width: 250px; height: 120px; resize: none; |
| 5 | 452 |
} |
453 |
||
|
468
364c367df7fc
add rich text editor for description
ymh <ymh.work@gmail.com>
parents:
461
diff
changeset
|
454 |
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
|
455 |
-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
|
456 |
-webkit-appearance: textarea; |
|
468
364c367df7fc
add rich text editor for description
ymh <ymh.work@gmail.com>
parents:
461
diff
changeset
|
457 |
background-color: #FFF; |
|
364c367df7fc
add rich text editor for description
ymh <ymh.work@gmail.com>
parents:
461
diff
changeset
|
458 |
border: 1px solid #F0F0F0; |
|
364c367df7fc
add rich text editor for description
ymh <ymh.work@gmail.com>
parents:
461
diff
changeset
|
459 |
width: 250px; |
|
364c367df7fc
add rich text editor for description
ymh <ymh.work@gmail.com>
parents:
461
diff
changeset
|
460 |
height: 120px; |
|
364c367df7fc
add rich text editor for description
ymh <ymh.work@gmail.com>
parents:
461
diff
changeset
|
461 |
resize: vertical; |
|
364c367df7fc
add rich text editor for description
ymh <ymh.work@gmail.com>
parents:
461
diff
changeset
|
462 |
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
|
463 |
padding: 2px; |
|
468
364c367df7fc
add rich text editor for description
ymh <ymh.work@gmail.com>
parents:
461
diff
changeset
|
464 |
} |
|
364c367df7fc
add rich text editor for description
ymh <ymh.work@gmail.com>
parents:
461
diff
changeset
|
465 |
|
| 53 | 466 |
.Rk-UserColor { |
467 |
display: inline-block; width: 12px; height: 12px; border: 1px solid #666666; margin: -2px 2px; |
|
468 |
} |
|
469 |
||
470 |
.Rk-Edit-Color { |
|
| 195 | 471 |
display: inline-block; width: 10px; height: 10px; border: 2px solid #333333; margin: -2px 2px; position: relative; |
| 53 | 472 |
} |
473 |
||
474 |
.Rk-Edit-ColorTip { |
|
| 195 | 475 |
display: block; width: 3px; height: 3px; background: #fff; position: absolute; bottom: 0; right: 0; cursor: pointer; |
| 5 | 476 |
} |
| 11 | 477 |
|
| 52 | 478 |
.Rk-Edit-ColorPicker-Wrapper { |
|
358
e780c82c5b4f
center user title and add differents status for the saving icon
rougeronj
parents:
352
diff
changeset
|
479 |
display: inline-block; position: relative; float: left; |
| 52 | 480 |
} |
481 |
||
482 |
.Rk-Edit-ColorPicker { |
|
| 53 | 483 |
position: absolute; top: -2px; left: 15px; width: 96px; height: 96px; border: 1px solid #CCCCCC; |
| 191 | 484 |
padding: 5px 4px 4px 5px; background: #ffffff; border-radius: 5px; display: none; z-index: 4; |
| 52 | 485 |
} |
486 |
||
| 195 | 487 |
|
488 |
.Rk-CurrentUser .Rk-Edit-ColorPicker { |
|
489 |
left: -105px; top: 2px; |
|
490 |
} |
|
491 |
||
| 53 | 492 |
.Rk-Edit-ColorPicker-Text { |
493 |
color: #303080; font-weight: bold; |
|
494 |
} |
|
495 |
||
| 52 | 496 |
.Rk-Edit-ColorPicker li { |
| 53 | 497 |
float: left; width: 11px; height: 11px; margin: 0 1px 1px 0; cursor: pointer; |
| 52 | 498 |
} |
499 |
||
|
458
423bdf56d103
migrated to style, added dash style to client + small refactoring for shapes + triangle
ymh <ymh.work@gmail.com>
parents:
435
diff
changeset
|
500 |
.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
|
501 |
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
|
502 |
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
|
503 |
} |
|
423bdf56d103
migrated to style, added dash style to client + small refactoring for shapes + triangle
ymh <ymh.work@gmail.com>
parents:
435
diff
changeset
|
504 |
|
|
459
98cae534083d
add node and edge stroke width + adjust text + arrow placement + conrol arrow visibility
ymh <ymh.work@gmail.com>
parents:
458
diff
changeset
|
505 |
.Rk-Edit-Size-Btn { |
| 160 | 506 |
font-size: 13px; font-weight: bold; padding: 0 4px; background: #ffffff; color: #000000; border: 1px solid #cccccc; |
507 |
text-decoration: none; |
|
| 67 | 508 |
} |
509 |
||
|
459
98cae534083d
add node and edge stroke width + adjust text + arrow placement + conrol arrow visibility
ymh <ymh.work@gmail.com>
parents:
458
diff
changeset
|
510 |
.Rk-Edit-Size-Btn:hover { |
| 160 | 511 |
background: #666666; |
| 67 | 512 |
} |
513 |
||
|
459
98cae534083d
add node and edge stroke width + adjust text + arrow placement + conrol arrow visibility
ymh <ymh.work@gmail.com>
parents:
458
diff
changeset
|
514 |
.Rk-Edit-Size-Disp { |
| 160 | 515 |
display: inline-block; |
| 67 | 516 |
padding: 0 5px; |
517 |
text-align: center; |
|
518 |
width: 20px; |
|
519 |
} |
|
520 |
||
| 68 | 521 |
.Rk-Edit-Vocabulary-Class { |
| 160 | 522 |
color: #999999; font-style: italic; font-weight: bold; |
| 68 | 523 |
} |
524 |
||
525 |
.Rk-Edit-Vocabulary-Property { |
|
| 160 | 526 |
padding-left: 20px; |
| 68 | 527 |
} |
528 |
||
| 110 | 529 |
.Rk-Edit-Direction { |
| 160 | 530 |
border: 1px solid #666; padding: 3px 5px; line-height: 20px; border-radius: 3px; background: #f0f0f0; cursor: pointer; |
| 110 | 531 |
} |
532 |
||
533 |
.Rk-Edit-Direction:hover { |
|
| 160 | 534 |
background: #c0c0c0; |
| 110 | 535 |
} |
536 |
||
537 |
.Rk-Display-Title a { |
|
| 160 | 538 |
text-decoration: none; color: #000000; |
| 110 | 539 |
} |
540 |
||
541 |
.Rk-Display-Title a:hover { |
|
| 160 | 542 |
text-decoration: underline; |
| 110 | 543 |
} |
544 |
||
545 |
.Rk-Display-URI { |
|
| 160 | 546 |
font-style: italic; |
| 110 | 547 |
} |
548 |
||
| 153 | 549 |
.Rk-Display-ImgPreview { |
550 |
margin: 5px auto; display: block; max-width: 255px !important; max-height: 260px !important; |
|
551 |
} |
|
552 |
||
| 70 | 553 |
.Rk-Fold-Bins { |
| 160 | 554 |
position: absolute; top: 5px; width: 12px; text-align: center; font-size: 16px; cursor: pointer; |
555 |
line-height: 16px; padding: 4px; color: #ffffff; background: #666666; border-radius: 0 6px 6px 0; |
|
556 |
font-weight: bold; |
|
| 70 | 557 |
} |
558 |
||
559 |
.Rk-Fold-Bins:hover { |
|
| 160 | 560 |
background: #333333; |
| 70 | 561 |
} |
562 |
||
| 11 | 563 |
.Rk-ZoomButtons { |
| 70 | 564 |
position: absolute; left: 0; top: 35px; cursor: pointer; |
| 7 | 565 |
} |
566 |
||
| 173 | 567 |
.Rk-Editing-Space-Full .Rk-ZoomButtons { |
568 |
top: 0; |
|
569 |
} |
|
570 |
||
|
448
41a5cb13c0b1
add a button to show all the hidden nodes of the view
rougeronj
parents:
435
diff
changeset
|
571 |
.Rk-ZoomIn, .Rk-ZoomOut, .Rk-ZoomFit, .Rk-ZoomSave, .Rk-ZoomSetSaved, .Rk-ShowHiddenNodes { |
| 11 | 572 |
width: 21px; height: 20px; background: url(../img/zoombuttons.png); margin: 5px; |
| 7 | 573 |
} |
| 11 | 574 |
.Rk-ZoomIn:hover { |
575 |
background-position: 0 -20px; |
|
| 7 | 576 |
} |
| 255 | 577 |
.Rk-ZoomFit { |
578 |
background-position: -42px 0; |
|
579 |
} |
|
580 |
.Rk-ZoomFit:hover { |
|
581 |
background-position: -42px -20px; |
|
582 |
} |
|
| 11 | 583 |
.Rk-ZoomOut { |
584 |
background-position: -21px 0; |
|
| 7 | 585 |
} |
| 11 | 586 |
.Rk-ZoomOut:hover { |
587 |
background-position: -21px -20px; |
|
| 20 | 588 |
} |
| 267 | 589 |
.Rk-ZoomSave { |
| 266 | 590 |
background-position: -63px 0; |
591 |
} |
|
| 267 | 592 |
.Rk-ZoomSave:hover { |
| 266 | 593 |
background-position: -63px -20px; |
594 |
} |
|
| 267 | 595 |
.Rk-ZoomSetSaved { |
596 |
background-position: -84px 0; display: none; |
|
| 266 | 597 |
} |
| 267 | 598 |
.Rk-ZoomSetSaved:hover { |
599 |
background-position: -84px -20px; |
|
| 266 | 600 |
} |
|
448
41a5cb13c0b1
add a button to show all the hidden nodes of the view
rougeronj
parents:
435
diff
changeset
|
601 |
.Rk-ShowHiddenNodes { |
|
41a5cb13c0b1
add a button to show all the hidden nodes of the view
rougeronj
parents:
435
diff
changeset
|
602 |
background-position: -105px 0; |
|
41a5cb13c0b1
add a button to show all the hidden nodes of the view
rougeronj
parents:
435
diff
changeset
|
603 |
} |
|
41a5cb13c0b1
add a button to show all the hidden nodes of the view
rougeronj
parents:
435
diff
changeset
|
604 |
.Rk-ShowHiddenNodes:hover { |
|
41a5cb13c0b1
add a button to show all the hidden nodes of the view
rougeronj
parents:
435
diff
changeset
|
605 |
background-position: -105px -20px; |
|
41a5cb13c0b1
add a button to show all the hidden nodes of the view
rougeronj
parents:
435
diff
changeset
|
606 |
} |
| 20 | 607 |
|
| 34 | 608 |
/* Bins */ |
609 |
||
| 69 | 610 |
.Rk-Bins { |
611 |
background: #ffffff; position: absolute; left: 0; top: 0; width: 299px; bottom: 0; |
|
612 |
overflow: hidden; border-right: 1px solid #252525; |
|
| 34 | 613 |
} |
614 |
||
| 69 | 615 |
.Rk-Bins-Title { |
| 254 | 616 |
border: 0 none; width: 290px; height: 15px; line-height: 15px; margin: 0; padding: 15px 0 5px 10px; |
| 69 | 617 |
background: #333333; font-size: 14px; color: #F0F0F0; |
618 |
background: -moz-linear-gradient(top, #1e1e1e 5px, #606060 30px); |
|
619 |
background: -webkit-linear-gradient(top, #1e1e1e 5px, #606060 30px); |
|
| 113 | 620 |
background: -ms-linear-gradient(top, #1e1e1e 5px, #606060 30px); |
621 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#606060',GradientType=0 ); |
|
| 34 | 622 |
} |
623 |
||
624 |
/* Bin Search Field */ |
|
625 |
||
626 |
.Rk-Search-Form { |
|
| 69 | 627 |
padding: 0 10px 8px; height: 27px; |
628 |
background: #606060; |
|
| 34 | 629 |
} |
630 |
||
| 21 | 631 |
.Rk-Search-Input, .Rk-Search-Select { |
| 44 | 632 |
float: left; margin: 0; |
| 21 | 633 |
} |
634 |
||
635 |
.Rk-Search-Input { |
|
| 44 | 636 |
border-top-left-radius: 5px; border-bottom-left-radius: 5px; border: 1px solid #003050; |
637 |
font-size: 13px; background: #ffffff; height: 25px; padding: 0 5px; line-height: 25px; |
|
638 |
-webkit-appearance: none; |
|
639 |
-webkit-box-sizing: content-box; |
|
640 |
-moz-box-sizing: content-box; |
|
|
403
96781c1a8bbe
correct resizing problems especially in next firefox
ymh <ymh.work@gmail.com>
parents:
384
diff
changeset
|
641 |
box-sizing: content-box; |
| 44 | 642 |
} |
643 |
||
644 |
.Rk-Web-Search-Input { |
|
645 |
width: 190px; |
|
646 |
} |
|
647 |
||
648 |
.Rk-Bins-Search-Input { |
|
649 |
width: 235px; |
|
| 21 | 650 |
} |
651 |
||
652 |
.Rk-Search-Select { |
|
| 34 | 653 |
display: inline-block; position: relative; width: 45px; |
| 44 | 654 |
border-width: 1px; border-color: #003050; border-style: solid none; cursor: pointer; |
| 34 | 655 |
height: 25px; background: #ffffff url(../img/more.png) 30px 10px no-repeat; |
656 |
} |
|
657 |
||
658 |
.Rk-Search-Select:hover { |
|
659 |
background-color: #3030FF; |
|
660 |
} |
|
661 |
||
662 |
.Rk-Search-Current { |
|
|
36
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
663 |
width: 40px; height: 20px; margin: 2px; background-repeat: no-repeat; |
| 34 | 664 |
} |
665 |
||
666 |
.Rk-Search-List { |
|
|
36
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
667 |
width: 180px; margin-left: 15px; font-size: 13px; |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
668 |
position: absolute; right: 0; top: 25px; background: #ffffff; |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
669 |
box-shadow: 1px 1px 2px #505050; display: none; |
| 70 | 670 |
border: 1px solid #cccccc; z-index: 2; |
| 34 | 671 |
} |
672 |
||
673 |
.Rk-Search-List li { |
|
674 |
padding: 2px 2px 2px 30px; border-top: 1px solid #cccccc; height: 16px; |
|
675 |
background-color: #ffffff; background-repeat: no-repeat; cursor: pointer; |
|
676 |
} |
|
677 |
||
678 |
.Rk-Search-List li:hover { |
|
679 |
background-color: #3030ff; color: #ffffff; |
|
| 21 | 680 |
} |
681 |
||
| 34 | 682 |
.Rk-Search-Submit { |
683 |
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
|
684 |
background: #333333 center no-repeat url(../img/search.png); cursor: pointer; |
| 34 | 685 |
} |
686 |
||
687 |
.Rk-Search-Submit:hover { |
|
688 |
background-color: #999999; |
|
689 |
} |
|
690 |
||
691 |
/* Individual Bins */ |
|
692 |
||
| 21 | 693 |
.Rk-Bin-Title { |
| 34 | 694 |
background: #333333; |
695 |
background: -moz-linear-gradient(top, #505050 20%, #1e1e1e 80%); |
|
696 |
background: -webkit-linear-gradient(top, #505050 20%, #1e1e1e 80%); |
|
| 113 | 697 |
background: -ms-linear-gradient(top, #505050 20%, #1e1e1e 80%); |
| 34 | 698 |
border-bottom: 1px solid #666666; font-weight: bold; |
| 254 | 699 |
font-size: 14px; padding: 5px; cursor: pointer; color: #f0f0f0; margin: 0; border: 0 none; |
| 34 | 700 |
} |
701 |
||
702 |
.Rk-Bin-Close { |
|
| 42 | 703 |
float: right; display: block; font-size: 16px; font-weight: bold; margin: 2px 3px 0; color: #f0f0f0; cursor: pointer; |
704 |
text-shadow: -1px -1px 1px #999999, 1px 1px 1px #000000; text-decoration: none; |
|
| 34 | 705 |
} |
706 |
||
| 42 | 707 |
.Rk-Bin-Close:hover { |
708 |
color: #ffff80; |
|
| 34 | 709 |
} |
710 |
||
711 |
.Rk-Bin-Title:hover { |
|
712 |
color: #ffffe0; |
|
| 113 | 713 |
background: #505050; |
| 34 | 714 |
background: -moz-linear-gradient(top, rgb(20,20,20) 20%, rgb(60,60,60) 80%); |
715 |
background: -webkit-linear-gradient(top, rgb(20,20,20) 20%, rgb(60,60,60) 80%); |
|
| 113 | 716 |
background: -ms-linear-gradient(top, rgb(20,20,20) 20%, rgb(60,60,60) 80%); |
| 34 | 717 |
} |
718 |
||
| 42 | 719 |
.Rk-Bin-Refresh { |
720 |
width: 18px; height: 17px; background: url(../img/refresh.png); display: block; float: right; margin-top: 4px; |
|
721 |
} |
|
722 |
||
723 |
.Rk-Bin-Refresh:hover { |
|
724 |
background-position: -18px 0; |
|
725 |
} |
|
726 |
||
| 44 | 727 |
.Rk-Bin-Count { |
728 |
float: right; background: #c000a0; color: #FFFFFF; text-shadow: 1px 1px 1px #000000; display: none; |
|
729 |
border-radius: 4px; padding: 1px 3px; font-size: 10px; font-weight: bold; margin-top: 4px; |
|
730 |
} |
|
731 |
||
| 34 | 732 |
.Rk-Bin-Title-Icon { |
733 |
float: left; width: 25px; margin: 2px; |
|
| 21 | 734 |
} |
735 |
||
736 |
.Rk-Bin-Main { |
|
737 |
overflow: auto; |
|
| 34 | 738 |
background: #ffffff; |
739 |
background: -moz-linear-gradient(top, #e0e0e0 0, #FFFFFF 2%, #FFFFFF 98%, #e0e0e0 100%); |
|
740 |
background: -webkit-linear-gradient(top, #e0e0e0 0, #FFFFFF 2%, #FFFFFF 98%, #e0e0e0 100%); |
|
| 113 | 741 |
background: -ms-linear-gradient(top, #e0e0e0 0, #FFFFFF 2%, #FFFFFF 98%, #e0e0e0 100%); |
| 20 | 742 |
} |
743 |
||
| 26 | 744 |
.Rk-Bin-Item { |
745 |
cursor: move; |
|
746 |
} |
|
747 |
||
| 155 | 748 |
.Rk-Bin-Item:hover, .Rk-Bin-Item.hover { |
| 34 | 749 |
background: -moz-linear-gradient(top, rgba(0,0,0,.1) 20%, rgba(128,128,128,.1) 80%); |
750 |
background: -webkit-linear-gradient(top, rgba(0,0,0,.1) 20%, rgba(128,128,128,.1) 80%); |
|
| 113 | 751 |
background: -ms-linear-gradient(top, rgba(0,0,0,.1) 20%, rgba(128,128,128,.1) 80%); |
752 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#f3f3f3',GradientType=0 ); |
|
| 26 | 753 |
} |
754 |
||
755 |
.Rk-Bin-Item.selected { |
|
756 |
background: #ffffc0; |
|
757 |
} |
|
758 |
||
759 |
.Rk-Bin-Main li { |
|
| 34 | 760 |
padding: 2px; border-bottom: 1px solid #cccccc; |
| 325 | 761 |
clear: both; overflow: hidden; |
| 26 | 762 |
} |
763 |
||
764 |
.Rk-Bin-Main h3 { |
|
| 34 | 765 |
font-size: 14px; font-style: italic; font-weight: bold; text-align: center; |
| 26 | 766 |
} |
767 |
||
768 |
.Rk-Bin-Main h4 { |
|
| 34 | 769 |
font-size: 12px; font-weight: bold; |
| 26 | 770 |
} |
771 |
||
772 |
.Rk-Bin-Main p { |
|
| 34 | 773 |
font-size: 11px; |
774 |
} |
|
775 |
||
| 75 | 776 |
.Rk-Bin-Main h4 a { |
| 160 | 777 |
color: #303080; |
| 75 | 778 |
} |
779 |
||
| 26 | 780 |
.Rk-Bin-Main .searchmatch { |
781 |
background: #ffff80; |
|
782 |
} |
|
783 |
||
| 34 | 784 |
.Rk-Wikipedia-Search-Icon { |
785 |
background-image: url(../img/search-logos.png); |
|
786 |
} |
|
787 |
||
| 26 | 788 |
.Rk-Wikipedia-Icon { |
| 325 | 789 |
float: left; margin: 3px; max-height: 48px; max-width: 48px; |
| 26 | 790 |
} |
791 |
||
| 34 | 792 |
.Rk-Wikipedia-Title-Icon { |
793 |
height: 20px; background: url(../img/search-logos.png); |
|
794 |
} |
|
795 |
||
796 |
.Rk-Wikipedia-Lang-en { |
|
797 |
background-position: 0 -20px; |
|
798 |
} |
|
799 |
||
800 |
.Rk-Wikipedia-Lang-fr { |
|
801 |
background-position: 0 -40px; |
|
802 |
} |
|
803 |
||
804 |
.Rk-Wikipedia-Lang-ja { |
|
805 |
background-position: 0 -60px; |
|
806 |
} |
|
807 |
||
| 26 | 808 |
.Rk-Wikipedia-Result { |
809 |
min-height: 51px; |
|
| 24 | 810 |
} |
811 |
||
| 26 | 812 |
.Rk-Wikipedia-Result p, .Rk-Wikipedia-Result h4 { |
813 |
margin-left: 54px; |
|
814 |
} |
|
815 |
||
|
78
af9e716b01bc
Renkan bin configuration now with class names instead of classes themselves
veltr
parents:
75
diff
changeset
|
816 |
.Rk-ResourceList-Image { |
| 160 | 817 |
float: left; max-width: 100px; max-height: 75px; margin-right: 2px; |
| 73 | 818 |
} |
819 |
||
| 64 | 820 |
.Rk-Ldt-Icon, .Rk-Ldt-Title-Icon { |
821 |
background: url(../img/search-logos.png); background-position: 0 -100px; background-repeat: no-repeat; |
|
822 |
} |
|
823 |
||
824 |
.Rk-Ldt-Title-Icon { |
|
825 |
height: 20px; margin-top: 4px; |
|
826 |
} |
|
827 |
||
| 37 | 828 |
.Rk-Ldt-Tag-Icon { |
829 |
float: left; margin: 0 2px 0 0; |
|
| 26 | 830 |
} |
831 |
||
| 37 | 832 |
.Rk-Ldt-Annotation-Icon { |
833 |
float: left; margin: 3px; |
|
| 26 | 834 |
} |
835 |
||
| 37 | 836 |
.Rk-Clear { |
837 |
clear: both; |
|
| 26 | 838 |
} |
| 64 | 839 |
|
840 |
h4.Rk-Bin-Loading { |
|
841 |
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
|
842 |
} |