equal
deleted
inserted
replaced
25 /*! renkan - v0.7.11 - Copyright © IRI 2014 */ |
25 /*! renkan - v0.7.11 - Copyright © IRI 2014 */ |
26 |
26 |
27 /* Renkan CSS */ |
27 /* Renkan CSS */ |
28 |
28 |
29 #renkan{ |
29 #renkan{ |
30 overflow: hidden; |
30 overflow: hidden; |
31 } |
31 } |
32 |
32 |
33 .Rk-Main ul, .Rk-Main li, .Rk-Main h4, .Rk-Main h3, .Rk-Main p { |
33 .Rk-Main ul, .Rk-Main li, .Rk-Main h4, .Rk-Main h3, .Rk-Main p { |
34 border: 0 none; margin: 0; padding: 0; |
34 border: 0 none; margin: 0; padding: 0; |
35 } |
35 } |
211 background-position: -104px -35px; |
211 background-position: -104px -35px; |
212 } |
212 } |
213 .Rk-Save-Button:active, |
213 .Rk-Save-Button:active, |
214 .Rk-Save-Button.saved:active, |
214 .Rk-Save-Button.saved:active, |
215 .Rk-Save-Button.Rk-Save-Online:active { |
215 .Rk-Save-Button.Rk-Save-Online:active { |
216 background-position: -104px 0; |
216 background-position: -104px 0; |
217 } |
217 } |
218 .Rk-Save-Button.to-save { |
218 .Rk-Save-Button.to-save { |
219 background-position: -172px -35px; |
219 background-position: -172px -35px; |
220 } |
220 } |
221 .Rk-Save-Button.saved, .Rk-Save-Button.Rk-Save-Online { |
221 .Rk-Save-Button.saved, .Rk-Save-Button.Rk-Save-Online { |
364 |
364 |
365 .Rk-Editor h2 { |
365 .Rk-Editor h2 { |
366 font-size: 16px; font-weight: bold; |
366 font-size: 16px; font-weight: bold; |
367 } |
367 } |
368 |
368 |
369 .Rk-Editor p, .Rk-Editor-p { |
369 .Rk-Editor p, .Rk-Editor-p, .Rk-Editor-p > div { |
370 margin: 5px 0; font-size: 12px; clear: both; |
370 margin: 5px 0; font-size: 12px; clear: both; |
371 } |
371 } |
372 |
372 |
373 .Rk-Editor-Label { |
373 .Rk-Editor-Label { |
374 float: left; width: 80px; |
374 float: left; width: 80px; |
381 .Rk-Edit-Title, .Rk-Edit-URI, .Rk-Edit-Image-File, .Rk-Edit-Vocabulary { |
381 .Rk-Edit-Title, .Rk-Edit-URI, .Rk-Edit-Image-File, .Rk-Edit-Vocabulary { |
382 font-size: 12px; width: 250px; |
382 font-size: 12px; width: 250px; |
383 } |
383 } |
384 |
384 |
385 .Rk-Edit-Image{ |
385 .Rk-Edit-Image{ |
386 font-size: 12px; width: 220px; |
386 font-size: 12px; width: 220px; |
387 } |
387 } |
388 |
388 |
389 .Rk-Edit-Image-Del{ |
389 .Rk-Edit-Image-Del{ |
390 display: inline-block; |
390 display: inline-block; |
391 background: url(../img/remove.png); |
391 background: url(../img/remove.png); |
392 background-size: 15px 20px; |
392 background-size: 15px 20px; |
393 background-repeat: no-repeat; |
393 background-repeat: no-repeat; |
394 vertical-align: top; |
394 vertical-align: top; |
395 height: 20px; |
395 height: 20px; |
396 width: 15px; |
396 width: 15px; |
397 margin-right: 2px; |
397 margin-right: 2px; |
459 |
459 |
460 .Rk-Edit-ColorPicker li { |
460 .Rk-Edit-ColorPicker li { |
461 float: left; width: 11px; height: 11px; margin: 0 1px 1px 0; cursor: pointer; |
461 float: left; width: 11px; height: 11px; margin: 0 1px 1px 0; cursor: pointer; |
462 } |
462 } |
463 |
463 |
464 .Rk-Edit-Size-Up, .Rk-Edit-Size-Down { |
464 .Rk-Edit-Dash { |
|
465 float: left; |
|
466 display: inline-block; |
|
467 } |
|
468 |
|
469 .Rk-Edit-Size-Btn { |
465 font-size: 13px; font-weight: bold; padding: 0 4px; background: #ffffff; color: #000000; border: 1px solid #cccccc; |
470 font-size: 13px; font-weight: bold; padding: 0 4px; background: #ffffff; color: #000000; border: 1px solid #cccccc; |
466 text-decoration: none; |
471 text-decoration: none; |
467 } |
472 } |
468 |
473 |
469 .Rk-Edit-Size-Up:hover, .Rk-Edit-Size-Down:hover { |
474 .Rk-Edit-Size-Btn:hover { |
470 background: #666666; |
475 background: #666666; |
471 } |
476 } |
472 |
477 |
473 .Rk-Edit-Size-Value { |
478 .Rk-Edit-Size-Disp { |
474 display: inline-block; |
479 display: inline-block; |
475 padding: 0 5px; |
480 padding: 0 5px; |
476 text-align: center; |
481 text-align: center; |
477 width: 20px; |
482 width: 20px; |
478 } |
483 } |