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