| author | ymh <ymh.work@gmail.com> |
| Fri, 15 Sep 2017 14:11:56 +0200 | |
| changeset 659 | 8c2a5db4e90a |
| parent 650 | b2e22052e9d6 |
| 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 { |
|
|
649
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
344 |
position: absolute; width: 160px; margin-left: -80px; text-align: center; |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
345 |
} |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
346 |
|
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
347 |
/* Separate this declaration to isolate the node title size */ |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
348 |
.Rk-Label { |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
349 |
font-size: 13px; line-height: 13px; |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
350 |
} |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
351 |
|
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
352 |
/* Node label size +1 */ |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
353 |
.Rk-Label-p1 { |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
354 |
font-size: 14px; line-height: 14px; |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
355 |
} |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
356 |
|
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
357 |
/* Node label size +2 */ |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
358 |
.Rk-Label-p2 { |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
359 |
font-size: 15px; line-height: 15px; |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
360 |
} |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
361 |
|
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
362 |
/* Node label size -1 */ |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
363 |
.Rk-Label-m1 { |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
364 |
font-size: 12px; line-height: 12px; |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
365 |
} |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
366 |
|
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
367 |
/* Node label size -2 */ |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
368 |
.Rk-Label-m2 { |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
369 |
font-size: 11px; line-height: 11px; |
| 156 | 370 |
} |
371 |
||
372 |
.Rk-Edge-Label { |
|
|
649
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
373 |
font-size: 11px; |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
374 |
transform-origin: 50% 0; |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
375 |
-ms-transform-origin: 50% 0; |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
376 |
-moz-transform-origin: 50% 0; |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
377 |
-webkit-transform-origin: 50% 0; |
| 132 | 378 |
} |
379 |
||
| 34 | 380 |
/* Editors */ |
381 |
||
| 20 | 382 |
.Rk-Editor { |
| 156 | 383 |
position: absolute; left: 0; top: 0; z-index: 3; |
| 132 | 384 |
} |
385 |
||
|
36
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
386 |
.Rk-Notifications { |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
387 |
position: absolute; right: 15px; top: 15px; width: 200px; |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
388 |
padding: 10px; border-radius: 8px; display: none; |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
389 |
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
|
390 |
background: rgba(20,20,20,.7); |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
391 |
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
|
392 |
background: -webkit-linear-gradient(top, rgba(40,40,40,.7) 20%, rgba(0,0,0,.7) 80%); |
| 113 | 393 |
background: -ms-linear-gradient(top, rgba(40,40,40,.7) 20%, rgba(0,0,0,.7) 80%); |
394 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#000000',GradientType=0 ); |
|
| 20 | 395 |
} |
396 |
||
| 5 | 397 |
.Rk-CloseX { |
398 |
float: right; cursor: pointer; |
|
399 |
} |
|
400 |
||
401 |
.Rk-Editor h2 { |
|
402 |
font-size: 16px; font-weight: bold; |
|
403 |
} |
|
404 |
||
|
483
9bb08a2c2449
New nodeeditor html for video node type and update css to make the video fit the popup
rougeronj
parents:
470
diff
changeset
|
405 |
.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
|
406 |
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
|
407 |
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
|
408 |
} |
|
9bb08a2c2449
New nodeeditor html for video node type and update css to make the video fit the popup
rougeronj
parents:
470
diff
changeset
|
409 |
.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
|
410 |
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
|
411 |
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
|
412 |
} |
|
9bb08a2c2449
New nodeeditor html for video node type and update css to make the video fit the popup
rougeronj
parents:
470
diff
changeset
|
413 |
|
|
459
98cae534083d
add node and edge stroke width + adjust text + arrow placement + conrol arrow visibility
ymh <ymh.work@gmail.com>
parents:
458
diff
changeset
|
414 |
.Rk-Editor p, .Rk-Editor-p, .Rk-Editor-p > div { |
| 66 | 415 |
margin: 5px 0; font-size: 12px; clear: both; |
| 5 | 416 |
} |
417 |
||
| 66 | 418 |
.Rk-Editor-Label { |
419 |
float: left; width: 80px; |
|
| 5 | 420 |
} |
421 |
||
| 26 | 422 |
a.Rk-Edit-Goto { |
423 |
display: block; float: right; width: 18px; height: 17px; margin: 1px 0; border: none; background: url(../img/goto.png); |
|
424 |
} |
|
425 |
||
|
522
1cb7122dd427
Update version number and copy-server new client version
rougeronj
parents:
483
diff
changeset
|
426 |
.Rk-Edit-Title { |
|
1cb7122dd427
Update version number and copy-server new client version
rougeronj
parents:
483
diff
changeset
|
427 |
background-color: #fff; |
|
1cb7122dd427
Update version number and copy-server new client version
rougeronj
parents:
483
diff
changeset
|
428 |
border: 1px solid #d4d4d4; |
|
1cb7122dd427
Update version number and copy-server new client version
rougeronj
parents:
483
diff
changeset
|
429 |
line-height: 15px; |
|
1cb7122dd427
Update version number and copy-server new client version
rougeronj
parents:
483
diff
changeset
|
430 |
min-height: 15px; |
|
1cb7122dd427
Update version number and copy-server new client version
rougeronj
parents:
483
diff
changeset
|
431 |
} |
|
1cb7122dd427
Update version number and copy-server new client version
rougeronj
parents:
483
diff
changeset
|
432 |
|
|
384
6a7930a0d4d1
Close #60 - Add a trash icon to delete the image URL
rougeronj
parents:
383
diff
changeset
|
433 |
.Rk-Edit-Title, .Rk-Edit-URI, .Rk-Edit-Image-File, .Rk-Edit-Vocabulary { |
| 110 | 434 |
font-size: 12px; width: 250px; |
| 5 | 435 |
} |
436 |
||
|
384
6a7930a0d4d1
Close #60 - Add a trash icon to delete the image URL
rougeronj
parents:
383
diff
changeset
|
437 |
.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
|
438 |
font-size: 12px; width: 220px; |
|
384
6a7930a0d4d1
Close #60 - Add a trash icon to delete the image URL
rougeronj
parents:
383
diff
changeset
|
439 |
} |
|
6a7930a0d4d1
Close #60 - Add a trash icon to delete the image URL
rougeronj
parents:
383
diff
changeset
|
440 |
|
|
6a7930a0d4d1
Close #60 - Add a trash icon to delete the image URL
rougeronj
parents:
383
diff
changeset
|
441 |
.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
|
442 |
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
|
443 |
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
|
444 |
background-size: 15px 20px; |
|
384
6a7930a0d4d1
Close #60 - Add a trash icon to delete the image URL
rougeronj
parents:
383
diff
changeset
|
445 |
background-repeat: no-repeat; |
|
6a7930a0d4d1
Close #60 - Add a trash icon to delete the image URL
rougeronj
parents:
383
diff
changeset
|
446 |
vertical-align: top; |
|
6a7930a0d4d1
Close #60 - Add a trash icon to delete the image URL
rougeronj
parents:
383
diff
changeset
|
447 |
height: 20px; |
|
6a7930a0d4d1
Close #60 - Add a trash icon to delete the image URL
rougeronj
parents:
383
diff
changeset
|
448 |
width: 15px; |
|
6a7930a0d4d1
Close #60 - Add a trash icon to delete the image URL
rougeronj
parents:
383
diff
changeset
|
449 |
margin-right: 2px; |
|
6a7930a0d4d1
Close #60 - Add a trash icon to delete the image URL
rougeronj
parents:
383
diff
changeset
|
450 |
} |
|
6a7930a0d4d1
Close #60 - Add a trash icon to delete the image URL
rougeronj
parents:
383
diff
changeset
|
451 |
|
| 26 | 452 |
.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
|
453 |
font-size: 12px; width: 220px; |
| 26 | 454 |
} |
455 |
||
| 175 | 456 |
.Rk-Edit-ImgWrap { |
457 |
text-align: center; |
|
458 |
} |
|
459 |
||
| 37 | 460 |
.Rk-Edit-ImgPreview { |
| 175 | 461 |
display: inline-block; |
462 |
border: 1px solid #666; margin: 5px auto; |
|
463 |
position: relative; |
|
464 |
} |
|
465 |
||
466 |
.Rk-Edit-ImgPreview img { |
|
467 |
display: inline-block; max-width: 253px !important; max-height: 200px !important; |
|
468 |
} |
|
469 |
||
470 |
.Rk-Edit-ImgPreview svg { |
|
471 |
height: 100%; |
|
472 |
left: 0; |
|
473 |
position: absolute; |
|
474 |
top: 0; |
|
475 |
width: 100%; |
|
| 37 | 476 |
} |
477 |
||
| 5 | 478 |
.Rk-Editor textarea { |
| 110 | 479 |
width: 250px; height: 120px; resize: none; |
| 5 | 480 |
} |
481 |
||
|
468
364c367df7fc
add rich text editor for description
ymh <ymh.work@gmail.com>
parents:
461
diff
changeset
|
482 |
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
|
483 |
-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
|
484 |
-webkit-appearance: textarea; |
|
468
364c367df7fc
add rich text editor for description
ymh <ymh.work@gmail.com>
parents:
461
diff
changeset
|
485 |
background-color: #FFF; |
|
364c367df7fc
add rich text editor for description
ymh <ymh.work@gmail.com>
parents:
461
diff
changeset
|
486 |
border: 1px solid #F0F0F0; |
|
364c367df7fc
add rich text editor for description
ymh <ymh.work@gmail.com>
parents:
461
diff
changeset
|
487 |
width: 250px; |
|
364c367df7fc
add rich text editor for description
ymh <ymh.work@gmail.com>
parents:
461
diff
changeset
|
488 |
height: 120px; |
|
364c367df7fc
add rich text editor for description
ymh <ymh.work@gmail.com>
parents:
461
diff
changeset
|
489 |
resize: vertical; |
|
364c367df7fc
add rich text editor for description
ymh <ymh.work@gmail.com>
parents:
461
diff
changeset
|
490 |
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
|
491 |
padding: 2px; |
|
468
364c367df7fc
add rich text editor for description
ymh <ymh.work@gmail.com>
parents:
461
diff
changeset
|
492 |
} |
|
364c367df7fc
add rich text editor for description
ymh <ymh.work@gmail.com>
parents:
461
diff
changeset
|
493 |
|
| 53 | 494 |
.Rk-UserColor { |
495 |
display: inline-block; width: 12px; height: 12px; border: 1px solid #666666; margin: -2px 2px; |
|
496 |
} |
|
497 |
||
498 |
.Rk-Edit-Color { |
|
| 195 | 499 |
display: inline-block; width: 10px; height: 10px; border: 2px solid #333333; margin: -2px 2px; position: relative; |
| 53 | 500 |
} |
501 |
||
502 |
.Rk-Edit-ColorTip { |
|
| 195 | 503 |
display: block; width: 3px; height: 3px; background: #fff; position: absolute; bottom: 0; right: 0; cursor: pointer; |
| 5 | 504 |
} |
| 11 | 505 |
|
| 52 | 506 |
.Rk-Edit-ColorPicker-Wrapper { |
|
358
e780c82c5b4f
center user title and add differents status for the saving icon
rougeronj
parents:
352
diff
changeset
|
507 |
display: inline-block; position: relative; float: left; |
| 52 | 508 |
} |
509 |
||
510 |
.Rk-Edit-ColorPicker { |
|
| 53 | 511 |
position: absolute; top: -2px; left: 15px; width: 96px; height: 96px; border: 1px solid #CCCCCC; |
| 191 | 512 |
padding: 5px 4px 4px 5px; background: #ffffff; border-radius: 5px; display: none; z-index: 4; |
| 52 | 513 |
} |
514 |
||
| 195 | 515 |
|
516 |
.Rk-CurrentUser .Rk-Edit-ColorPicker { |
|
517 |
left: -105px; top: 2px; |
|
518 |
} |
|
519 |
||
|
649
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
520 |
.Rk-Editor-p-title-color .Rk-Edit-ColorPicker { |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
521 |
left: 67px; top: 114px; |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
522 |
} |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
523 |
|
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
524 |
.Rk-Editor-p-title-style { |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
525 |
width: 100%; |
|
650
b2e22052e9d6
improve node title style control display
ymh <ymh.work@gmail.com>
parents:
649
diff
changeset
|
526 |
margin-bottom: 5px; |
|
649
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
527 |
} |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
528 |
|
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
529 |
.Rk-Editor-p-title-style .Rk-Editor-Label { |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
530 |
width: 50px; |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
531 |
} |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
532 |
|
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
533 |
.Rk-Editor-p-title-style div { |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
534 |
float: left; |
|
650
b2e22052e9d6
improve node title style control display
ymh <ymh.work@gmail.com>
parents:
649
diff
changeset
|
535 |
clear: none; |
|
649
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
536 |
} |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
537 |
|
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
538 |
.Rk-Editor-p-title-style .Rk-Editor-p-title-color { |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
539 |
width: 40%; |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
540 |
} |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
541 |
|
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
542 |
.Rk-Editor-p-title-color .Rk-Edit-Color { |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
543 |
margin-top: 2px; |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
544 |
} |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
545 |
|
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
546 |
.Rk-Editor-p-title-style .Rk-Editor-p-title-size { |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
547 |
width: 60%; |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
548 |
} |
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
549 |
|
|
2b9c120dba55
first implementation of node title size and color
ymh <ymh.work@gmail.com>
parents:
647
diff
changeset
|
550 |
|
| 53 | 551 |
.Rk-Edit-ColorPicker-Text { |
552 |
color: #303080; font-weight: bold; |
|
553 |
} |
|
554 |
||
| 52 | 555 |
.Rk-Edit-ColorPicker li { |
| 53 | 556 |
float: left; width: 11px; height: 11px; margin: 0 1px 1px 0; cursor: pointer; |
| 52 | 557 |
} |
558 |
||
|
458
423bdf56d103
migrated to style, added dash style to client + small refactoring for shapes + triangle
ymh <ymh.work@gmail.com>
parents:
435
diff
changeset
|
559 |
.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
|
560 |
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
|
561 |
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
|
562 |
} |
|
423bdf56d103
migrated to style, added dash style to client + small refactoring for shapes + triangle
ymh <ymh.work@gmail.com>
parents:
435
diff
changeset
|
563 |
|
|
459
98cae534083d
add node and edge stroke width + adjust text + arrow placement + conrol arrow visibility
ymh <ymh.work@gmail.com>
parents:
458
diff
changeset
|
564 |
.Rk-Edit-Size-Btn { |
| 160 | 565 |
font-size: 13px; font-weight: bold; padding: 0 4px; background: #ffffff; color: #000000; border: 1px solid #cccccc; |
566 |
text-decoration: none; |
|
| 67 | 567 |
} |
568 |
||
|
459
98cae534083d
add node and edge stroke width + adjust text + arrow placement + conrol arrow visibility
ymh <ymh.work@gmail.com>
parents:
458
diff
changeset
|
569 |
.Rk-Edit-Size-Btn:hover { |
| 160 | 570 |
background: #666666; |
| 67 | 571 |
} |
572 |
||
|
459
98cae534083d
add node and edge stroke width + adjust text + arrow placement + conrol arrow visibility
ymh <ymh.work@gmail.com>
parents:
458
diff
changeset
|
573 |
.Rk-Edit-Size-Disp { |
| 160 | 574 |
display: inline-block; |
| 67 | 575 |
padding: 0 5px; |
576 |
text-align: center; |
|
577 |
width: 20px; |
|
578 |
} |
|
579 |
||
| 68 | 580 |
.Rk-Edit-Vocabulary-Class { |
| 160 | 581 |
color: #999999; font-style: italic; font-weight: bold; |
| 68 | 582 |
} |
583 |
||
584 |
.Rk-Edit-Vocabulary-Property { |
|
| 160 | 585 |
padding-left: 20px; |
| 68 | 586 |
} |
587 |
||
| 110 | 588 |
.Rk-Edit-Direction { |
| 160 | 589 |
border: 1px solid #666; padding: 3px 5px; line-height: 20px; border-radius: 3px; background: #f0f0f0; cursor: pointer; |
| 110 | 590 |
} |
591 |
||
592 |
.Rk-Edit-Direction:hover { |
|
| 160 | 593 |
background: #c0c0c0; |
| 110 | 594 |
} |
595 |
||
|
647
eaaa1efce396
add examples for youtube node types, add a way to open node urls with a single click
ymh <ymh.work@gmail.com>
parents:
633
diff
changeset
|
596 |
.Rk-Display-Title { |
|
eaaa1efce396
add examples for youtube node types, add a way to open node urls with a single click
ymh <ymh.work@gmail.com>
parents:
633
diff
changeset
|
597 |
display: inline-flex; |
|
eaaa1efce396
add examples for youtube node types, add a way to open node urls with a single click
ymh <ymh.work@gmail.com>
parents:
633
diff
changeset
|
598 |
} |
|
eaaa1efce396
add examples for youtube node types, add a way to open node urls with a single click
ymh <ymh.work@gmail.com>
parents:
633
diff
changeset
|
599 |
|
| 110 | 600 |
.Rk-Display-Title a { |
| 160 | 601 |
text-decoration: none; color: #000000; |
| 110 | 602 |
} |
603 |
||
604 |
.Rk-Display-Title a:hover { |
|
| 160 | 605 |
text-decoration: underline; |
| 110 | 606 |
} |
607 |
||
608 |
.Rk-Display-URI { |
|
| 160 | 609 |
font-style: italic; |
| 110 | 610 |
} |
611 |
||
| 153 | 612 |
.Rk-Display-ImgPreview { |
613 |
margin: 5px auto; display: block; max-width: 255px !important; max-height: 260px !important; |
|
614 |
} |
|
615 |
||
| 70 | 616 |
.Rk-Fold-Bins { |
| 160 | 617 |
position: absolute; top: 5px; width: 12px; text-align: center; font-size: 16px; cursor: pointer; |
618 |
line-height: 16px; padding: 4px; color: #ffffff; background: #666666; border-radius: 0 6px 6px 0; |
|
619 |
font-weight: bold; |
|
| 70 | 620 |
} |
621 |
||
622 |
.Rk-Fold-Bins:hover { |
|
| 160 | 623 |
background: #333333; |
| 70 | 624 |
} |
625 |
||
| 11 | 626 |
.Rk-ZoomButtons { |
| 70 | 627 |
position: absolute; left: 0; top: 35px; cursor: pointer; |
| 7 | 628 |
} |
629 |
||
| 173 | 630 |
.Rk-Editing-Space-Full .Rk-ZoomButtons { |
631 |
top: 0; |
|
632 |
} |
|
633 |
||
|
448
41a5cb13c0b1
add a button to show all the hidden nodes of the view
rougeronj
parents:
435
diff
changeset
|
634 |
.Rk-ZoomIn, .Rk-ZoomOut, .Rk-ZoomFit, .Rk-ZoomSave, .Rk-ZoomSetSaved, .Rk-ShowHiddenNodes { |
| 11 | 635 |
width: 21px; height: 20px; background: url(../img/zoombuttons.png); margin: 5px; |
| 7 | 636 |
} |
| 11 | 637 |
.Rk-ZoomIn:hover { |
638 |
background-position: 0 -20px; |
|
| 7 | 639 |
} |
| 255 | 640 |
.Rk-ZoomFit { |
641 |
background-position: -42px 0; |
|
642 |
} |
|
643 |
.Rk-ZoomFit:hover { |
|
644 |
background-position: -42px -20px; |
|
645 |
} |
|
| 11 | 646 |
.Rk-ZoomOut { |
647 |
background-position: -21px 0; |
|
| 7 | 648 |
} |
| 11 | 649 |
.Rk-ZoomOut:hover { |
650 |
background-position: -21px -20px; |
|
| 20 | 651 |
} |
| 267 | 652 |
.Rk-ZoomSave { |
| 266 | 653 |
background-position: -63px 0; |
654 |
} |
|
| 267 | 655 |
.Rk-ZoomSave:hover { |
| 266 | 656 |
background-position: -63px -20px; |
657 |
} |
|
| 267 | 658 |
.Rk-ZoomSetSaved { |
659 |
background-position: -84px 0; display: none; |
|
| 266 | 660 |
} |
| 267 | 661 |
.Rk-ZoomSetSaved:hover { |
662 |
background-position: -84px -20px; |
|
| 266 | 663 |
} |
|
448
41a5cb13c0b1
add a button to show all the hidden nodes of the view
rougeronj
parents:
435
diff
changeset
|
664 |
.Rk-ShowHiddenNodes { |
|
41a5cb13c0b1
add a button to show all the hidden nodes of the view
rougeronj
parents:
435
diff
changeset
|
665 |
background-position: -105px 0; |
|
41a5cb13c0b1
add a button to show all the hidden nodes of the view
rougeronj
parents:
435
diff
changeset
|
666 |
} |
|
41a5cb13c0b1
add a button to show all the hidden nodes of the view
rougeronj
parents:
435
diff
changeset
|
667 |
.Rk-ShowHiddenNodes:hover { |
|
41a5cb13c0b1
add a button to show all the hidden nodes of the view
rougeronj
parents:
435
diff
changeset
|
668 |
background-position: -105px -20px; |
|
41a5cb13c0b1
add a button to show all the hidden nodes of the view
rougeronj
parents:
435
diff
changeset
|
669 |
} |
| 20 | 670 |
|
| 34 | 671 |
/* Bins */ |
672 |
||
| 69 | 673 |
.Rk-Bins { |
674 |
background: #ffffff; position: absolute; left: 0; top: 0; width: 299px; bottom: 0; |
|
675 |
overflow: hidden; border-right: 1px solid #252525; |
|
| 34 | 676 |
} |
677 |
||
| 69 | 678 |
.Rk-Bins-Title { |
| 254 | 679 |
border: 0 none; width: 290px; height: 15px; line-height: 15px; margin: 0; padding: 15px 0 5px 10px; |
| 69 | 680 |
background: #333333; font-size: 14px; color: #F0F0F0; |
681 |
background: -moz-linear-gradient(top, #1e1e1e 5px, #606060 30px); |
|
682 |
background: -webkit-linear-gradient(top, #1e1e1e 5px, #606060 30px); |
|
| 113 | 683 |
background: -ms-linear-gradient(top, #1e1e1e 5px, #606060 30px); |
684 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#606060',GradientType=0 ); |
|
| 34 | 685 |
} |
686 |
||
687 |
/* Bin Search Field */ |
|
688 |
||
689 |
.Rk-Search-Form { |
|
| 69 | 690 |
padding: 0 10px 8px; height: 27px; |
691 |
background: #606060; |
|
| 34 | 692 |
} |
693 |
||
| 21 | 694 |
.Rk-Search-Input, .Rk-Search-Select { |
| 44 | 695 |
float: left; margin: 0; |
| 21 | 696 |
} |
697 |
||
698 |
.Rk-Search-Input { |
|
| 44 | 699 |
border-top-left-radius: 5px; border-bottom-left-radius: 5px; border: 1px solid #003050; |
700 |
font-size: 13px; background: #ffffff; height: 25px; padding: 0 5px; line-height: 25px; |
|
701 |
-webkit-appearance: none; |
|
702 |
-webkit-box-sizing: content-box; |
|
703 |
-moz-box-sizing: content-box; |
|
|
403
96781c1a8bbe
correct resizing problems especially in next firefox
ymh <ymh.work@gmail.com>
parents:
384
diff
changeset
|
704 |
box-sizing: content-box; |
| 44 | 705 |
} |
706 |
||
707 |
.Rk-Web-Search-Input { |
|
708 |
width: 190px; |
|
709 |
} |
|
710 |
||
711 |
.Rk-Bins-Search-Input { |
|
712 |
width: 235px; |
|
| 21 | 713 |
} |
714 |
||
715 |
.Rk-Search-Select { |
|
| 34 | 716 |
display: inline-block; position: relative; width: 45px; |
| 44 | 717 |
border-width: 1px; border-color: #003050; border-style: solid none; cursor: pointer; |
| 34 | 718 |
height: 25px; background: #ffffff url(../img/more.png) 30px 10px no-repeat; |
719 |
} |
|
720 |
||
721 |
.Rk-Search-Select:hover { |
|
722 |
background-color: #3030FF; |
|
723 |
} |
|
724 |
||
725 |
.Rk-Search-Current { |
|
|
36
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
726 |
width: 40px; height: 20px; margin: 2px; background-repeat: no-repeat; |
| 34 | 727 |
} |
728 |
||
729 |
.Rk-Search-List { |
|
|
36
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
730 |
width: 180px; margin-left: 15px; font-size: 13px; |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
731 |
position: absolute; right: 0; top: 25px; background: #ffffff; |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
732 |
box-shadow: 1px 1px 2px #505050; display: none; |
| 70 | 733 |
border: 1px solid #cccccc; z-index: 2; |
| 34 | 734 |
} |
735 |
||
736 |
.Rk-Search-List li { |
|
737 |
padding: 2px 2px 2px 30px; border-top: 1px solid #cccccc; height: 16px; |
|
738 |
background-color: #ffffff; background-repeat: no-repeat; cursor: pointer; |
|
739 |
} |
|
740 |
||
741 |
.Rk-Search-List li:hover { |
|
742 |
background-color: #3030ff; color: #ffffff; |
|
| 21 | 743 |
} |
744 |
||
| 34 | 745 |
.Rk-Search-Submit { |
746 |
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
|
747 |
background: #333333 center no-repeat url(../img/search.png); cursor: pointer; |
| 34 | 748 |
} |
749 |
||
750 |
.Rk-Search-Submit:hover { |
|
751 |
background-color: #999999; |
|
752 |
} |
|
753 |
||
754 |
/* Individual Bins */ |
|
755 |
||
| 21 | 756 |
.Rk-Bin-Title { |
| 34 | 757 |
background: #333333; |
758 |
background: -moz-linear-gradient(top, #505050 20%, #1e1e1e 80%); |
|
759 |
background: -webkit-linear-gradient(top, #505050 20%, #1e1e1e 80%); |
|
| 113 | 760 |
background: -ms-linear-gradient(top, #505050 20%, #1e1e1e 80%); |
| 34 | 761 |
border-bottom: 1px solid #666666; font-weight: bold; |
| 254 | 762 |
font-size: 14px; padding: 5px; cursor: pointer; color: #f0f0f0; margin: 0; border: 0 none; |
| 34 | 763 |
} |
764 |
||
765 |
.Rk-Bin-Close { |
|
| 42 | 766 |
float: right; display: block; font-size: 16px; font-weight: bold; margin: 2px 3px 0; color: #f0f0f0; cursor: pointer; |
767 |
text-shadow: -1px -1px 1px #999999, 1px 1px 1px #000000; text-decoration: none; |
|
| 34 | 768 |
} |
769 |
||
| 42 | 770 |
.Rk-Bin-Close:hover { |
771 |
color: #ffff80; |
|
| 34 | 772 |
} |
773 |
||
774 |
.Rk-Bin-Title:hover { |
|
775 |
color: #ffffe0; |
|
| 113 | 776 |
background: #505050; |
| 34 | 777 |
background: -moz-linear-gradient(top, rgb(20,20,20) 20%, rgb(60,60,60) 80%); |
778 |
background: -webkit-linear-gradient(top, rgb(20,20,20) 20%, rgb(60,60,60) 80%); |
|
| 113 | 779 |
background: -ms-linear-gradient(top, rgb(20,20,20) 20%, rgb(60,60,60) 80%); |
| 34 | 780 |
} |
781 |
||
| 42 | 782 |
.Rk-Bin-Refresh { |
783 |
width: 18px; height: 17px; background: url(../img/refresh.png); display: block; float: right; margin-top: 4px; |
|
784 |
} |
|
785 |
||
786 |
.Rk-Bin-Refresh:hover { |
|
787 |
background-position: -18px 0; |
|
788 |
} |
|
789 |
||
| 44 | 790 |
.Rk-Bin-Count { |
791 |
float: right; background: #c000a0; color: #FFFFFF; text-shadow: 1px 1px 1px #000000; display: none; |
|
792 |
border-radius: 4px; padding: 1px 3px; font-size: 10px; font-weight: bold; margin-top: 4px; |
|
793 |
} |
|
794 |
||
| 34 | 795 |
.Rk-Bin-Title-Icon { |
796 |
float: left; width: 25px; margin: 2px; |
|
| 21 | 797 |
} |
798 |
||
799 |
.Rk-Bin-Main { |
|
800 |
overflow: auto; |
|
| 34 | 801 |
background: #ffffff; |
802 |
background: -moz-linear-gradient(top, #e0e0e0 0, #FFFFFF 2%, #FFFFFF 98%, #e0e0e0 100%); |
|
803 |
background: -webkit-linear-gradient(top, #e0e0e0 0, #FFFFFF 2%, #FFFFFF 98%, #e0e0e0 100%); |
|
| 113 | 804 |
background: -ms-linear-gradient(top, #e0e0e0 0, #FFFFFF 2%, #FFFFFF 98%, #e0e0e0 100%); |
| 20 | 805 |
} |
806 |
||
| 26 | 807 |
.Rk-Bin-Item { |
808 |
cursor: move; |
|
809 |
} |
|
810 |
||
| 155 | 811 |
.Rk-Bin-Item:hover, .Rk-Bin-Item.hover { |
| 34 | 812 |
background: -moz-linear-gradient(top, rgba(0,0,0,.1) 20%, rgba(128,128,128,.1) 80%); |
813 |
background: -webkit-linear-gradient(top, rgba(0,0,0,.1) 20%, rgba(128,128,128,.1) 80%); |
|
| 113 | 814 |
background: -ms-linear-gradient(top, rgba(0,0,0,.1) 20%, rgba(128,128,128,.1) 80%); |
815 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#f3f3f3',GradientType=0 ); |
|
| 26 | 816 |
} |
817 |
||
818 |
.Rk-Bin-Item.selected { |
|
819 |
background: #ffffc0; |
|
820 |
} |
|
821 |
||
822 |
.Rk-Bin-Main li { |
|
| 34 | 823 |
padding: 2px; border-bottom: 1px solid #cccccc; |
| 325 | 824 |
clear: both; overflow: hidden; |
| 26 | 825 |
} |
826 |
||
827 |
.Rk-Bin-Main h3 { |
|
| 34 | 828 |
font-size: 14px; font-style: italic; font-weight: bold; text-align: center; |
| 26 | 829 |
} |
830 |
||
831 |
.Rk-Bin-Main h4 { |
|
| 34 | 832 |
font-size: 12px; font-weight: bold; |
| 26 | 833 |
} |
834 |
||
835 |
.Rk-Bin-Main p { |
|
| 34 | 836 |
font-size: 11px; |
837 |
} |
|
838 |
||
| 75 | 839 |
.Rk-Bin-Main h4 a { |
| 160 | 840 |
color: #303080; |
| 75 | 841 |
} |
842 |
||
| 26 | 843 |
.Rk-Bin-Main .searchmatch { |
844 |
background: #ffff80; |
|
845 |
} |
|
846 |
||
| 34 | 847 |
.Rk-Wikipedia-Search-Icon { |
848 |
background-image: url(../img/search-logos.png); |
|
849 |
} |
|
850 |
||
| 26 | 851 |
.Rk-Wikipedia-Icon { |
| 325 | 852 |
float: left; margin: 3px; max-height: 48px; max-width: 48px; |
| 26 | 853 |
} |
854 |
||
| 34 | 855 |
.Rk-Wikipedia-Title-Icon { |
856 |
height: 20px; background: url(../img/search-logos.png); |
|
857 |
} |
|
858 |
||
859 |
.Rk-Wikipedia-Lang-en { |
|
860 |
background-position: 0 -20px; |
|
861 |
} |
|
862 |
||
863 |
.Rk-Wikipedia-Lang-fr { |
|
864 |
background-position: 0 -40px; |
|
865 |
} |
|
866 |
||
867 |
.Rk-Wikipedia-Lang-ja { |
|
868 |
background-position: 0 -60px; |
|
869 |
} |
|
870 |
||
| 26 | 871 |
.Rk-Wikipedia-Result { |
872 |
min-height: 51px; |
|
| 24 | 873 |
} |
874 |
||
| 26 | 875 |
.Rk-Wikipedia-Result p, .Rk-Wikipedia-Result h4 { |
876 |
margin-left: 54px; |
|
877 |
} |
|
878 |
||
|
78
af9e716b01bc
Renkan bin configuration now with class names instead of classes themselves
veltr
parents:
75
diff
changeset
|
879 |
.Rk-ResourceList-Image { |
| 160 | 880 |
float: left; max-width: 100px; max-height: 75px; margin-right: 2px; |
| 73 | 881 |
} |
882 |
||
| 64 | 883 |
.Rk-Ldt-Icon, .Rk-Ldt-Title-Icon { |
884 |
background: url(../img/search-logos.png); background-position: 0 -100px; background-repeat: no-repeat; |
|
885 |
} |
|
886 |
||
887 |
.Rk-Ldt-Title-Icon { |
|
888 |
height: 20px; margin-top: 4px; |
|
889 |
} |
|
890 |
||
| 37 | 891 |
.Rk-Ldt-Tag-Icon { |
892 |
float: left; margin: 0 2px 0 0; |
|
| 26 | 893 |
} |
894 |
||
| 37 | 895 |
.Rk-Ldt-Annotation-Icon { |
896 |
float: left; margin: 3px; |
|
| 26 | 897 |
} |
898 |
||
| 37 | 899 |
.Rk-Clear { |
900 |
clear: both; |
|
| 26 | 901 |
} |
| 64 | 902 |
|
903 |
h4.Rk-Bin-Loading { |
|
904 |
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
|
905 |
} |