| author | veltr |
| Thu, 13 Jun 2013 14:31:35 +0200 | |
| changeset 192 | 47aa37d3e750 |
| parent 191 | 0aa26796c69c |
| child 195 | 15e048e00002 |
| permissions | -rw-r--r-- |
| 5 | 1 |
html, body, div, span, applet, object, iframe, |
2 |
h1, h2, h3, h4, h5, h6, p, blockquote, pre, |
|
3 |
a, abbr, acronym, address, big, cite, code, |
|
4 |
del, dfn, em, img, ins, kbd, q, s, samp, |
|
5 |
small, strike, strong, sub, sup, tt, var, |
|
6 |
b, u, i, center, |
|
7 |
dl, dt, dd, ol, ul, li, |
|
8 |
fieldset, form, label, legend, |
|
9 |
table, caption, tbody, tfoot, thead, tr, th, td, |
|
10 |
article, aside, canvas, details, embed, |
|
11 |
figure, figcaption, footer, header, hgroup, |
|
12 |
menu, nav, output, ruby, section, summary, |
|
13 |
time, mark, audio, video { |
|
14 |
margin: 0; |
|
15 |
padding: 0; |
|
16 |
border: 0; |
|
17 |
font-size: 100%; |
|
18 |
font: inherit; |
|
19 |
vertical-align: baseline; |
|
20 |
} |
|
21 |
||
22 |
ul, li { |
|
23 |
list-style: none; |
|
24 |
} |
|
25 |
||
26 |
input::-moz-focus-inner /*Remove button padding in FF*/ |
|
27 |
{ |
|
28 |
border: 0; |
|
29 |
padding: 0; |
|
30 |
} |
|
31 |
||
32 |
table { |
|
33 |
border-collapse: separate; border-spacing: 0; |
|
34 |
} |
|
35 |
||
36 |
th, td { |
|
37 |
vertical-align: top; |
|
38 |
} |
|
39 |
||
40 |
img a { |
|
41 |
border: none; |
|
42 |
} |
|
43 |
||
| 70 | 44 |
html { |
| 160 | 45 |
overflow: hidden; |
| 70 | 46 |
} |
47 |
||
| 5 | 48 |
body { |
49 |
font-size: 10px; font-family: Arial, Helvetica, sans-serif; |
|
| 26 | 50 |
background: #ffffff; color: #000000; |
51 |
} |
|
52 |
||
53 |
a { |
|
54 |
color: #6060c0; |
|
| 5 | 55 |
} |
56 |
||
| 34 | 57 |
.Rk-Main { |
| 28 | 58 |
position: absolute; left: 0; top: 0; right: 0; bottom: 0; |
59 |
} |
|
60 |
||
| 34 | 61 |
.Rk-Render { |
|
62
f9019462465a
Publishing code is now same as Editing code with renkan.read_only = true
veltr
parents:
53
diff
changeset
|
62 |
position: absolute; top: 0; right: 0; bottom: 0; |
| 34 | 63 |
background: #ffffff; |
64 |
} |
|
65 |
||
|
62
f9019462465a
Publishing code is now same as Editing code with renkan.read_only = true
veltr
parents:
53
diff
changeset
|
66 |
.Rk-Render-Full { |
|
f9019462465a
Publishing code is now same as Editing code with renkan.read_only = true
veltr
parents:
53
diff
changeset
|
67 |
left: 0; |
|
f9019462465a
Publishing code is now same as Editing code with renkan.read_only = true
veltr
parents:
53
diff
changeset
|
68 |
} |
|
f9019462465a
Publishing code is now same as Editing code with renkan.read_only = true
veltr
parents:
53
diff
changeset
|
69 |
|
|
f9019462465a
Publishing code is now same as Editing code with renkan.read_only = true
veltr
parents:
53
diff
changeset
|
70 |
.Rk-Render-Panel { |
|
f9019462465a
Publishing code is now same as Editing code with renkan.read_only = true
veltr
parents:
53
diff
changeset
|
71 |
left: 300px; |
|
f9019462465a
Publishing code is now same as Editing code with renkan.read_only = true
veltr
parents:
53
diff
changeset
|
72 |
} |
|
f9019462465a
Publishing code is now same as Editing code with renkan.read_only = true
veltr
parents:
53
diff
changeset
|
73 |
|
| 34 | 74 |
/* Top Bar */ |
75 |
||
76 |
.Rk-TopBar { |
|
77 |
position: absolute; left: 0; top: 0; right: 0; height: 35px; |
|
78 |
background: #333333; |
|
79 |
background: -moz-linear-gradient(top, #505050 5px, #1e1e1e 30px); |
|
80 |
background: -webkit-linear-gradient(top, #505050 5px, #1e1e1e 30px); |
|
| 113 | 81 |
background: -ms-linear-gradient(top, #505050 5px, #1e1e1e 30px); |
82 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#1e1e1e',GradientType=0 ); |
|
| 34 | 83 |
} |
84 |
||
85 |
.Rk-PadTitle { |
|
| 117 | 86 |
float: left; font-size: 14px; height: 16px; margin: 4px 5px; background: #666666; padding: 4px; border: 1px solid #333333; |
| 34 | 87 |
border-radius: 3px; box-shadow: 0 1px 0 #505050; color: #ffffff; font-weight: bold; |
88 |
} |
|
89 |
||
| 117 | 90 |
input.Rk-PadTitle { |
91 |
width: 180px; |
|
92 |
} |
|
93 |
||
94 |
h2.Rk-PadTitle { |
|
95 |
min-width: 180px; max-width: 320px; overflow: hidden; |
|
96 |
} |
|
97 |
||
| 34 | 98 |
.Rk-Users { |
99 |
float: right; width: 130px; margin: 4px 5px; |
|
100 |
} |
|
101 |
||
102 |
.Rk-CurrentUser { |
|
103 |
font-size: 13px; background: #666666; padding: 4px; border: 1px solid #333333; border-radius: 3px; box-shadow: 0 1px 0 #505050; color: #ffffff; |
|
104 |
} |
|
105 |
||
106 |
.Rk-CurrentUser-Color { |
|
107 |
display: inline-block; width: 12px; height: 12px; border: 1px solid #333333; margin: -2px 2px; |
|
108 |
} |
|
109 |
||
110 |
.Rk-UserList { |
|
111 |
box-shadow: 0 2px 2px #999999; |
|
| 156 | 112 |
position: relative; z-index: 4; display: none; padding-top: 8px; |
| 34 | 113 |
} |
114 |
||
115 |
.Rk-User { |
|
116 |
background: #ffffff; padding: 3px; font-size: 12px; border-style: solid solid none; border-color: #cccccc; border-width: 1px; |
|
117 |
} |
|
118 |
||
119 |
.Rk-TopBar-Button { |
|
120 |
float: right; background: url(../img/topbarbuttons.png) no-repeat; height: 35px; cursor: pointer; |
|
121 |
position: relative; |
|
| 20 | 122 |
} |
123 |
||
| 34 | 124 |
.Rk-TopBar-Separator { |
125 |
background: #666666; |
|
126 |
background: -moz-linear-gradient(top, #666666 20%, #333333 80%); |
|
127 |
background: -webkit-linear-gradient(top, #666666 20%, #333333 80%); |
|
| 113 | 128 |
background: -ms-linear-gradient(top, #666666 20%, #333333 80%); |
| 34 | 129 |
content: ""; display: block; height: 35px; float: right; width: 1px; border-left: 1px solid #111111; |
130 |
margin: 0 3px; |
|
131 |
} |
|
132 |
||
133 |
.Rk-TopBar-Tooltip { |
|
| 156 | 134 |
position: absolute; top: 31px; left: 50%; margin-left: -60px; width: 120px; z-index: 4; display: none; |
| 34 | 135 |
} |
136 |
||
137 |
.Rk-TopBar-Tooltip-Contents { |
|
138 |
background: #ffffff; |
|
139 |
font-size: 13px; font-weight: bold; color: #6060c0; text-align: center; padding: 2px; |
|
140 |
border-style: none solid solid; border-width: 1px; border-color: #cccccc; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; |
|
141 |
} |
|
142 |
||
| 190 | 143 |
.Rk-TopBar-Tooltip:before { |
144 |
content: "."; display: block; text-indent: -8000px; |
|
| 34 | 145 |
height: 7px; background: url(../img/tooltiparrow.png) center no-repeat; margin: 0 1px; |
146 |
} |
|
147 |
||
148 |
.Rk-AddNode-Button { |
|
| 69 | 149 |
width: 30px; background-position: -2px 0; |
| 34 | 150 |
} |
151 |
||
152 |
.Rk-AddNode-Button:hover { |
|
| 69 | 153 |
background-position: -2px -35px; |
| 34 | 154 |
} |
155 |
||
156 |
.Rk-FullScreen-Button { |
|
| 69 | 157 |
width: 30px; background-position: -36px 0; |
| 34 | 158 |
} |
159 |
||
160 |
.Rk-FullScreen-Button:hover { |
|
| 69 | 161 |
background-position: -36px -35px; |
| 34 | 162 |
} |
|
36
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
163 |
|
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
164 |
.Rk-AddEdge-Button { |
| 69 | 165 |
width: 30px; background-position: -70px 0; |
|
36
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
166 |
} |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
167 |
|
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
168 |
.Rk-AddEdge-Button:hover { |
| 69 | 169 |
background-position: -70px -35px; |
|
36
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
170 |
} |
| 44 | 171 |
|
172 |
.Rk-Save-Button { |
|
| 69 | 173 |
width: 30px; background-position: -104px 0; |
| 44 | 174 |
} |
175 |
||
176 |
.Rk-Save-Button.disabled { |
|
177 |
opacity: .5; cursor: default; |
|
178 |
} |
|
179 |
||
180 |
.Rk-Save-Button:hover { |
|
| 69 | 181 |
background-position: -104px -35px; |
| 44 | 182 |
} |
183 |
||
184 |
.Rk-Save-Button.disabled:hover { |
|
| 69 | 185 |
opacity: 1; background-position: -104px 0; |
186 |
} |
|
187 |
||
| 111 | 188 |
.Rk-Save-Button.Rk-Save-ReadOnly, .Rk-Save-Button.Rk-Save-ReadOnly:hover { |
| 160 | 189 |
background-position: -172px -35px; |
| 111 | 190 |
} |
191 |
||
192 |
.Rk-Save-Button.Rk-Save-Online, .Rk-Save-Button.Rk-Save-Online:hover { |
|
| 160 | 193 |
background-position: -172px 0; |
| 111 | 194 |
} |
195 |
||
| 69 | 196 |
.Rk-Bookmarklet-Button { |
197 |
width: 30px; background-position: -138px 0; |
|
198 |
} |
|
199 |
||
200 |
.Rk-Bookmarklet-Button.disabled { |
|
201 |
opacity: .5; cursor: default; |
|
| 44 | 202 |
} |
| 69 | 203 |
|
204 |
.Rk-Bookmarklet-Button:hover { |
|
205 |
background-position: -138px -35px; |
|
206 |
} |
|
207 |
||
208 |
.Rk-Bookmarklet-Button.disabled:hover { |
|
209 |
opacity: 1; background-position: -138px 0; |
|
210 |
} |
|
211 |
||
| 190 | 212 |
.Rk-Home-Button { |
213 |
width: 30px; background-position: -206px 0; |
|
214 |
} |
|
215 |
||
216 |
.Rk-Home-Button:hover { |
|
217 |
background-position: -206px -35px; |
|
218 |
} |
|
219 |
||
220 |
.Rk-Open-Button { |
|
221 |
width: 30px; background-position: -240px 0; |
|
222 |
} |
|
223 |
||
224 |
.Rk-Open-Button:hover { |
|
225 |
background-position: -240px -35px; |
|
226 |
} |
|
| 34 | 227 |
/* Canvas */ |
228 |
||
| 154 | 229 |
.Rk-Editing-Space { |
| 160 | 230 |
position: absolute; left: 0; top: 35px; right: 0; bottom: 0; overflow: hidden; |
231 |
background: -moz-radial-gradient( center, circle, #ffffff 40%, #e0e0e0 90%); |
|
232 |
background: -webkit-radial-gradient( center, circle, #ffffff 40%, #e0e0e0 90%); |
|
233 |
background: -ms-radial-gradient( center, circle, #ffffff 40%, #e0e0e0 90%); |
|
| 154 | 234 |
} |
235 |
||
236 |
.Rk-Editing-Space-Full { |
|
| 160 | 237 |
top: 0; |
| 154 | 238 |
} |
239 |
||
| 34 | 240 |
.Rk-Canvas { |
| 156 | 241 |
position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 2; |
242 |
} |
|
243 |
||
244 |
/* Node Labels */ |
|
245 |
||
246 |
.Rk-Labels { |
|
247 |
position: absolute; left: 0; top: 0; z-index: 1; |
|
248 |
font-family: "Segoe UI", "Helvetica Neue", Arial, Helvetica, sans-serif; |
|
249 |
} |
|
250 |
||
251 |
.Rk-Label { |
|
| 160 | 252 |
position: absolute; width: 160px; margin-left: -80px; text-align: center; font-size: 13px; line-height: 13px; |
| 156 | 253 |
} |
254 |
||
255 |
.Rk-Edge-Label { |
|
| 160 | 256 |
font-size: 11px; transform-origin: 50% 0; -moz-transform-origin: 50% 0; |
257 |
-webkit-transform-origin: 50% 0; -ms-transform-origin: 50% 0; |
|
| 132 | 258 |
} |
259 |
||
| 34 | 260 |
/* Editors */ |
261 |
||
| 20 | 262 |
.Rk-Editor { |
| 156 | 263 |
position: absolute; left: 0; top: 0; z-index: 3; |
| 132 | 264 |
} |
265 |
||
|
36
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
266 |
.Rk-Notifications { |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
267 |
position: absolute; right: 15px; top: 15px; width: 200px; |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
268 |
padding: 10px; border-radius: 8px; display: none; |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
269 |
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
|
270 |
background: rgba(20,20,20,.7); |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
271 |
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
|
272 |
background: -webkit-linear-gradient(top, rgba(40,40,40,.7) 20%, rgba(0,0,0,.7) 80%); |
| 113 | 273 |
background: -ms-linear-gradient(top, rgba(40,40,40,.7) 20%, rgba(0,0,0,.7) 80%); |
274 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#000000',GradientType=0 ); |
|
| 20 | 275 |
} |
276 |
||
| 5 | 277 |
.Rk-CloseX { |
278 |
float: right; cursor: pointer; |
|
279 |
} |
|
280 |
||
281 |
.Rk-Editor h2 { |
|
282 |
font-size: 16px; font-weight: bold; |
|
283 |
} |
|
284 |
||
| 52 | 285 |
.Rk-Editor p, .Rk-Editor-p { |
| 66 | 286 |
margin: 5px 0; font-size: 12px; clear: both; |
| 5 | 287 |
} |
288 |
||
| 66 | 289 |
.Rk-Editor-Label { |
290 |
float: left; width: 80px; |
|
| 5 | 291 |
} |
292 |
||
| 26 | 293 |
a.Rk-Edit-Goto { |
294 |
display: block; float: right; width: 18px; height: 17px; margin: 1px 0; border: none; background: url(../img/goto.png); |
|
295 |
} |
|
296 |
||
| 68 | 297 |
.Rk-Edit-Title, .Rk-Edit-URI, .Rk-Edit-Image, .Rk-Edit-Image-File, .Rk-Edit-Vocabulary { |
| 110 | 298 |
font-size: 12px; width: 250px; |
| 5 | 299 |
} |
300 |
||
| 26 | 301 |
.Rk-Edit-URI { |
| 110 | 302 |
font-size: 12px; width: 230px; |
| 26 | 303 |
} |
304 |
||
| 175 | 305 |
.Rk-Edit-ImgWrap { |
306 |
text-align: center; |
|
307 |
} |
|
308 |
||
| 37 | 309 |
.Rk-Edit-ImgPreview { |
| 175 | 310 |
display: inline-block; |
311 |
border: 1px solid #666; margin: 5px auto; |
|
312 |
position: relative; |
|
313 |
} |
|
314 |
||
315 |
.Rk-Edit-ImgPreview img { |
|
316 |
display: inline-block; max-width: 253px !important; max-height: 200px !important; |
|
317 |
} |
|
318 |
||
319 |
.Rk-Edit-ImgPreview svg { |
|
320 |
height: 100%; |
|
321 |
left: 0; |
|
322 |
position: absolute; |
|
323 |
top: 0; |
|
324 |
width: 100%; |
|
| 37 | 325 |
} |
326 |
||
| 5 | 327 |
.Rk-Editor textarea { |
| 110 | 328 |
width: 250px; height: 120px; resize: none; |
| 5 | 329 |
} |
330 |
||
| 53 | 331 |
.Rk-UserColor { |
332 |
display: inline-block; width: 12px; height: 12px; border: 1px solid #666666; margin: -2px 2px; |
|
333 |
} |
|
334 |
||
335 |
.Rk-Edit-Color { |
|
336 |
display: inline-block; width: 10px; height: 10px; border: 2px solid #333333; margin: -2px 2px; |
|
337 |
} |
|
338 |
||
339 |
.Rk-Edit-ColorTip { |
|
340 |
display: block; width: 3px; height: 3px; background: #fff; margin: 7px 0 0 7px; cursor: pointer; |
|
| 5 | 341 |
} |
| 11 | 342 |
|
| 52 | 343 |
.Rk-Edit-ColorPicker-Wrapper { |
| 53 | 344 |
display: inline-block; position: relative; |
| 52 | 345 |
} |
346 |
||
347 |
.Rk-Edit-ColorPicker { |
|
| 53 | 348 |
position: absolute; top: -2px; left: 15px; width: 96px; height: 96px; border: 1px solid #CCCCCC; |
| 191 | 349 |
padding: 5px 4px 4px 5px; background: #ffffff; border-radius: 5px; display: none; z-index: 4; |
| 52 | 350 |
} |
351 |
||
| 53 | 352 |
.Rk-Edit-ColorPicker-Text { |
353 |
color: #303080; font-weight: bold; |
|
354 |
} |
|
355 |
||
| 52 | 356 |
.Rk-Edit-ColorPicker li { |
| 53 | 357 |
float: left; width: 11px; height: 11px; margin: 0 1px 1px 0; cursor: pointer; |
| 52 | 358 |
} |
359 |
||
| 67 | 360 |
.Rk-Edit-Size-Up, .Rk-Edit-Size-Down { |
| 160 | 361 |
font-size: 13px; font-weight: bold; padding: 0 4px; background: #ffffff; color: #000000; border: 1px solid #cccccc; |
362 |
text-decoration: none; |
|
| 67 | 363 |
} |
364 |
||
365 |
.Rk-Edit-Size-Up:hover, .Rk-Edit-Size-Down:hover { |
|
| 160 | 366 |
background: #666666; |
| 67 | 367 |
} |
368 |
||
369 |
.Rk-Edit-Size-Value { |
|
| 160 | 370 |
display: inline-block; |
| 67 | 371 |
padding: 0 5px; |
372 |
text-align: center; |
|
373 |
width: 20px; |
|
374 |
} |
|
375 |
||
| 68 | 376 |
.Rk-Edit-Vocabulary-Class { |
| 160 | 377 |
color: #999999; font-style: italic; font-weight: bold; |
| 68 | 378 |
} |
379 |
||
380 |
.Rk-Edit-Vocabulary-Property { |
|
| 160 | 381 |
padding-left: 20px; |
| 68 | 382 |
} |
383 |
||
| 110 | 384 |
.Rk-Edit-Direction { |
| 160 | 385 |
border: 1px solid #666; padding: 3px 5px; line-height: 20px; border-radius: 3px; background: #f0f0f0; cursor: pointer; |
| 110 | 386 |
} |
387 |
||
388 |
.Rk-Edit-Direction:hover { |
|
| 160 | 389 |
background: #c0c0c0; |
| 110 | 390 |
} |
391 |
||
392 |
.Rk-Display-Title a { |
|
| 160 | 393 |
text-decoration: none; color: #000000; |
| 110 | 394 |
} |
395 |
||
396 |
.Rk-Display-Title a:hover { |
|
| 160 | 397 |
text-decoration: underline; |
| 110 | 398 |
} |
399 |
||
400 |
.Rk-Display-URI { |
|
| 160 | 401 |
font-style: italic; |
| 110 | 402 |
} |
403 |
||
| 153 | 404 |
.Rk-Display-ImgPreview { |
405 |
margin: 5px auto; display: block; max-width: 255px !important; max-height: 260px !important; |
|
406 |
} |
|
407 |
||
| 70 | 408 |
.Rk-Fold-Bins { |
| 160 | 409 |
position: absolute; top: 5px; width: 12px; text-align: center; font-size: 16px; cursor: pointer; |
410 |
line-height: 16px; padding: 4px; color: #ffffff; background: #666666; border-radius: 0 6px 6px 0; |
|
411 |
font-weight: bold; |
|
| 70 | 412 |
} |
413 |
||
414 |
.Rk-Fold-Bins:hover { |
|
| 160 | 415 |
background: #333333; |
| 70 | 416 |
} |
417 |
||
| 11 | 418 |
.Rk-ZoomButtons { |
| 70 | 419 |
position: absolute; left: 0; top: 35px; cursor: pointer; |
| 7 | 420 |
} |
421 |
||
| 173 | 422 |
.Rk-Editing-Space-Full .Rk-ZoomButtons { |
423 |
top: 0; |
|
424 |
} |
|
425 |
||
| 11 | 426 |
.Rk-ZoomIn, .Rk-ZoomOut { |
427 |
width: 21px; height: 20px; background: url(../img/zoombuttons.png); margin: 5px; |
|
| 7 | 428 |
} |
429 |
||
| 11 | 430 |
.Rk-ZoomIn:hover { |
431 |
background-position: 0 -20px; |
|
| 7 | 432 |
} |
433 |
||
| 11 | 434 |
.Rk-ZoomOut { |
435 |
background-position: -21px 0; |
|
| 7 | 436 |
} |
437 |
||
| 11 | 438 |
.Rk-ZoomOut:hover { |
439 |
background-position: -21px -20px; |
|
| 20 | 440 |
} |
441 |
||
| 34 | 442 |
/* Bins */ |
443 |
||
| 69 | 444 |
.Rk-Bins { |
445 |
background: #ffffff; position: absolute; left: 0; top: 0; width: 299px; bottom: 0; |
|
446 |
overflow: hidden; border-right: 1px solid #252525; |
|
| 34 | 447 |
} |
448 |
||
| 69 | 449 |
.Rk-Bins-Title { |
450 |
width: 290px; height: 15px; line-height: 15px; padding: 15px 0 5px 10px; |
|
451 |
background: #333333; font-size: 14px; color: #F0F0F0; |
|
452 |
background: -moz-linear-gradient(top, #1e1e1e 5px, #606060 30px); |
|
453 |
background: -webkit-linear-gradient(top, #1e1e1e 5px, #606060 30px); |
|
| 113 | 454 |
background: -ms-linear-gradient(top, #1e1e1e 5px, #606060 30px); |
455 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#606060',GradientType=0 ); |
|
| 34 | 456 |
} |
457 |
||
458 |
/* Bin Search Field */ |
|
459 |
||
460 |
.Rk-Search-Form { |
|
| 69 | 461 |
padding: 0 10px 8px; height: 27px; |
462 |
background: #606060; |
|
| 34 | 463 |
} |
464 |
||
| 21 | 465 |
.Rk-Search-Input, .Rk-Search-Select { |
| 44 | 466 |
float: left; margin: 0; |
| 21 | 467 |
} |
468 |
||
469 |
.Rk-Search-Input { |
|
| 44 | 470 |
border-top-left-radius: 5px; border-bottom-left-radius: 5px; border: 1px solid #003050; |
471 |
font-size: 13px; background: #ffffff; height: 25px; padding: 0 5px; line-height: 25px; |
|
472 |
-webkit-appearance: none; |
|
473 |
-webkit-box-sizing: content-box; |
|
474 |
-moz-box-sizing: content-box; |
|
475 |
box-sizing: content-box; |
|
476 |
} |
|
477 |
||
478 |
.Rk-Web-Search-Input { |
|
479 |
width: 190px; |
|
480 |
} |
|
481 |
||
482 |
.Rk-Bins-Search-Input { |
|
483 |
width: 235px; |
|
| 21 | 484 |
} |
485 |
||
486 |
.Rk-Search-Select { |
|
| 34 | 487 |
display: inline-block; position: relative; width: 45px; |
| 44 | 488 |
border-width: 1px; border-color: #003050; border-style: solid none; cursor: pointer; |
| 34 | 489 |
height: 25px; background: #ffffff url(../img/more.png) 30px 10px no-repeat; |
490 |
} |
|
491 |
||
492 |
.Rk-Search-Select:hover { |
|
493 |
background-color: #3030FF; |
|
494 |
} |
|
495 |
||
496 |
.Rk-Search-Current { |
|
|
36
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
497 |
width: 40px; height: 20px; margin: 2px; background-repeat: no-repeat; |
| 34 | 498 |
} |
499 |
||
500 |
.Rk-Search-List { |
|
|
36
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
501 |
width: 180px; margin-left: 15px; font-size: 13px; |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
502 |
position: absolute; right: 0; top: 25px; background: #ffffff; |
|
d249d36ecc37
Add Edge button, French translation and various bugfixes
veltr
parents:
34
diff
changeset
|
503 |
box-shadow: 1px 1px 2px #505050; display: none; |
| 70 | 504 |
border: 1px solid #cccccc; z-index: 2; |
| 34 | 505 |
} |
506 |
||
507 |
.Rk-Search-List li { |
|
508 |
padding: 2px 2px 2px 30px; border-top: 1px solid #cccccc; height: 16px; |
|
509 |
background-color: #ffffff; background-repeat: no-repeat; cursor: pointer; |
|
510 |
} |
|
511 |
||
512 |
.Rk-Search-List li:hover { |
|
513 |
background-color: #3030ff; color: #ffffff; |
|
| 21 | 514 |
} |
515 |
||
| 34 | 516 |
.Rk-Search-Submit { |
517 |
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
|
518 |
background: #333333 center no-repeat url(../img/search.png); cursor: pointer; |
| 34 | 519 |
} |
520 |
||
521 |
.Rk-Search-Submit:hover { |
|
522 |
background-color: #999999; |
|
523 |
} |
|
524 |
||
525 |
/* Individual Bins */ |
|
526 |
||
| 21 | 527 |
.Rk-Bin-Title { |
| 34 | 528 |
background: #333333; |
529 |
background: -moz-linear-gradient(top, #505050 20%, #1e1e1e 80%); |
|
530 |
background: -webkit-linear-gradient(top, #505050 20%, #1e1e1e 80%); |
|
| 113 | 531 |
background: -ms-linear-gradient(top, #505050 20%, #1e1e1e 80%); |
| 34 | 532 |
border-bottom: 1px solid #666666; font-weight: bold; |
|
78
af9e716b01bc
Renkan bin configuration now with class names instead of classes themselves
veltr
parents:
75
diff
changeset
|
533 |
font-size: 14px; padding: 5px; cursor: pointer; color: #f0f0f0; |
| 34 | 534 |
} |
535 |
||
536 |
.Rk-Bin-Close { |
|
| 42 | 537 |
float: right; display: block; font-size: 16px; font-weight: bold; margin: 2px 3px 0; color: #f0f0f0; cursor: pointer; |
538 |
text-shadow: -1px -1px 1px #999999, 1px 1px 1px #000000; text-decoration: none; |
|
| 34 | 539 |
} |
540 |
||
| 42 | 541 |
.Rk-Bin-Close:hover { |
542 |
color: #ffff80; |
|
| 34 | 543 |
} |
544 |
||
545 |
.Rk-Bin-Title:hover { |
|
546 |
color: #ffffe0; |
|
| 113 | 547 |
background: #505050; |
| 34 | 548 |
background: -moz-linear-gradient(top, rgb(20,20,20) 20%, rgb(60,60,60) 80%); |
549 |
background: -webkit-linear-gradient(top, rgb(20,20,20) 20%, rgb(60,60,60) 80%); |
|
| 113 | 550 |
background: -ms-linear-gradient(top, rgb(20,20,20) 20%, rgb(60,60,60) 80%); |
| 34 | 551 |
} |
552 |
||
| 42 | 553 |
.Rk-Bin-Refresh { |
554 |
width: 18px; height: 17px; background: url(../img/refresh.png); display: block; float: right; margin-top: 4px; |
|
555 |
} |
|
556 |
||
557 |
.Rk-Bin-Refresh:hover { |
|
558 |
background-position: -18px 0; |
|
559 |
} |
|
560 |
||
| 44 | 561 |
.Rk-Bin-Count { |
562 |
float: right; background: #c000a0; color: #FFFFFF; text-shadow: 1px 1px 1px #000000; display: none; |
|
563 |
border-radius: 4px; padding: 1px 3px; font-size: 10px; font-weight: bold; margin-top: 4px; |
|
564 |
} |
|
565 |
||
| 34 | 566 |
.Rk-Bin-Title-Icon { |
567 |
float: left; width: 25px; margin: 2px; |
|
| 21 | 568 |
} |
569 |
||
570 |
.Rk-Bin-Main { |
|
571 |
overflow: auto; |
|
| 34 | 572 |
background: #ffffff; |
573 |
background: -moz-linear-gradient(top, #e0e0e0 0, #FFFFFF 2%, #FFFFFF 98%, #e0e0e0 100%); |
|
574 |
background: -webkit-linear-gradient(top, #e0e0e0 0, #FFFFFF 2%, #FFFFFF 98%, #e0e0e0 100%); |
|
| 113 | 575 |
background: -ms-linear-gradient(top, #e0e0e0 0, #FFFFFF 2%, #FFFFFF 98%, #e0e0e0 100%); |
| 20 | 576 |
} |
577 |
||
| 26 | 578 |
.Rk-Bin-Item { |
579 |
cursor: move; |
|
580 |
} |
|
581 |
||
| 155 | 582 |
.Rk-Bin-Item:hover, .Rk-Bin-Item.hover { |
| 34 | 583 |
background: -moz-linear-gradient(top, rgba(0,0,0,.1) 20%, rgba(128,128,128,.1) 80%); |
584 |
background: -webkit-linear-gradient(top, rgba(0,0,0,.1) 20%, rgba(128,128,128,.1) 80%); |
|
| 113 | 585 |
background: -ms-linear-gradient(top, rgba(0,0,0,.1) 20%, rgba(128,128,128,.1) 80%); |
586 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#f3f3f3',GradientType=0 ); |
|
| 26 | 587 |
} |
588 |
||
589 |
.Rk-Bin-Item.selected { |
|
590 |
background: #ffffc0; |
|
591 |
} |
|
592 |
||
593 |
.Rk-Bin-Main li { |
|
| 34 | 594 |
padding: 2px; border-bottom: 1px solid #cccccc; |
| 26 | 595 |
clear: both; |
596 |
} |
|
597 |
||
598 |
.Rk-Bin-Main h3 { |
|
| 34 | 599 |
font-size: 14px; font-style: italic; font-weight: bold; text-align: center; |
| 26 | 600 |
} |
601 |
||
602 |
.Rk-Bin-Main h4 { |
|
| 34 | 603 |
font-size: 12px; font-weight: bold; |
| 26 | 604 |
} |
605 |
||
606 |
.Rk-Bin-Main p { |
|
| 34 | 607 |
font-size: 11px; |
608 |
} |
|
609 |
||
| 75 | 610 |
.Rk-Bin-Main h4 a { |
| 160 | 611 |
color: #303080; |
| 75 | 612 |
} |
613 |
||
| 26 | 614 |
.Rk-Bin-Main .searchmatch { |
615 |
background: #ffff80; |
|
616 |
} |
|
617 |
||
| 34 | 618 |
.Rk-Wikipedia-Search-Icon { |
619 |
background-image: url(../img/search-logos.png); |
|
620 |
} |
|
621 |
||
| 26 | 622 |
.Rk-Wikipedia-Icon { |
| 37 | 623 |
float: left; margin: 3px; |
| 26 | 624 |
} |
625 |
||
| 34 | 626 |
.Rk-Wikipedia-Title-Icon { |
627 |
height: 20px; background: url(../img/search-logos.png); |
|
628 |
} |
|
629 |
||
630 |
.Rk-Wikipedia-Lang-en { |
|
631 |
background-position: 0 -20px; |
|
632 |
} |
|
633 |
||
634 |
.Rk-Wikipedia-Lang-fr { |
|
635 |
background-position: 0 -40px; |
|
636 |
} |
|
637 |
||
638 |
.Rk-Wikipedia-Lang-ja { |
|
639 |
background-position: 0 -60px; |
|
640 |
} |
|
641 |
||
| 26 | 642 |
.Rk-Wikipedia-Result { |
643 |
min-height: 51px; |
|
| 24 | 644 |
} |
645 |
||
| 26 | 646 |
.Rk-Wikipedia-Result p, .Rk-Wikipedia-Result h4 { |
647 |
margin-left: 54px; |
|
648 |
} |
|
649 |
||
|
78
af9e716b01bc
Renkan bin configuration now with class names instead of classes themselves
veltr
parents:
75
diff
changeset
|
650 |
.Rk-ResourceList-Image { |
| 160 | 651 |
float: left; max-width: 100px; max-height: 75px; margin-right: 2px; |
| 73 | 652 |
} |
653 |
||
| 64 | 654 |
.Rk-Ldt-Icon, .Rk-Ldt-Title-Icon { |
655 |
background: url(../img/search-logos.png); background-position: 0 -100px; background-repeat: no-repeat; |
|
656 |
} |
|
657 |
||
658 |
.Rk-Ldt-Title-Icon { |
|
659 |
height: 20px; margin-top: 4px; |
|
660 |
} |
|
661 |
||
| 37 | 662 |
.Rk-Ldt-Tag-Icon { |
663 |
float: left; margin: 0 2px 0 0; |
|
| 26 | 664 |
} |
665 |
||
| 37 | 666 |
.Rk-Ldt-Annotation-Icon { |
667 |
float: left; margin: 3px; |
|
| 26 | 668 |
} |
669 |
||
| 37 | 670 |
.Rk-Clear { |
671 |
clear: both; |
|
| 26 | 672 |
} |
| 64 | 673 |
|
674 |
h4.Rk-Bin-Loading { |
|
675 |
margin: 10px; text-align: center; font-size: 20px; color: #999999; |
|
676 |
} |