equal
deleted
inserted
replaced
462 content: concatenate("image('Images/", attr(id), ".png', -128, -96, smooth)") |
462 content: concatenate("image('Images/", attr(id), ".png', -128, -96, smooth)") |
463 insert-button(color, #7f7f7f, icon, icon(pop-down)) |
463 insert-button(color, #7f7f7f, icon, icon(pop-down)) |
464 insert-after-button(color, #7f7f7f, icon, icon(right-half-disc)); |
464 insert-after-button(color, #7f7f7f, icon, icon(right-half-disc)); |
465 } |
465 } |
466 |
466 |
|
467 media image { |
|
468 margin-bottom: .8em; |
|
469 } |
|
470 |
|
471 image > copyright { |
|
472 display: block; |
|
473 font-size: 75%; |
|
474 font-style: italic; |
|
475 } |
|
476 |
|
477 /* Hotspot */ |
|
478 |
|
479 hotspot { |
|
480 display: block; |
|
481 padding: .5em; |
|
482 background-color: #ffefd8; |
|
483 border-radius: 1.5em; |
|
484 } |
|
485 |
|
486 /* Tooltip */ |
|
487 |
467 tooltip image:before { |
488 tooltip image:before { |
468 content: ""; |
489 content: ""; |
469 } |
490 } |
470 tooltip > image { |
491 tooltip > image { |
471 content: concatenate("image('Images/", attr(id), ".png', -128, -96, smooth)"); |
492 content: concatenate("image('Images/", attr(id), ".png', -128, -96, smooth)"); |
472 } |
|
473 |
|
474 media image { |
|
475 margin-bottom: .8em; |
|
476 } |
|
477 |
|
478 image > copyright { |
|
479 display: block; |
|
480 font-size: 75%; |
|
481 font-style: italic; |
|
482 } |
493 } |
483 |
494 |
484 tooltip { |
495 tooltip { |
485 display: block; |
496 display: block; |
486 padding: .5em; |
497 padding: .5em; |