1 /* Copyright (c) 2014 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
6 -webkit-user-select: none
;
16 outline: 1px solid rgb
(77, 144, 254);
19 input
[type
='checkbox'] {
22 background: -webkit-image-set
(
23 url
(../../file_manager/foreground/images/common/checkbox_white_unchecked.png) 1x,
24 url
(../../file_manager/foreground/images/common/2x/checkbox_white_unchecked.png) 2x)
26 -webkit-appearance: none
;
27 display: inline-block
;
28 margin: 1px 6px 1px 1px;
29 vertical-align: text-bottom
;
32 input
[type
='checkbox']:checked
{
33 background: -webkit-image-set
(
34 url
(../../file_manager/foreground/images/common/checkbox_white_checked.png) 1x,
35 url
(../../file_manager/foreground/images/common/2x/checkbox_white_checked.png) 2x)
40 paper-button::shadow paper-ripple
{
44 files-toggle-ripple::shadow
.ripple
.activated
{
49 * Default size of slider knob is large for Gallery. Overwrite it to make it
50 * half of the original size.
52 paper-slider::shadow
.expand:not
(.pin
) > #sliderKnob
> #sliderKnobInner
{
67 /* Common background for both mosaic and slide mode. */
69 background-color: black
;
72 /* Image container and canvas elements */
74 .gallery .image-container {
75 cursor: none
; /* Only visible when the toolbar is active */
81 .gallery[tools] .image-container[cursor='default'] {
85 .gallery[tools] .image-container[cursor='move'] {
86 cursor: -webkit-image-set
(
87 url
(../images/100/cursor_move.png) 1x,
88 url
(../images/200/cursor_move.png) 2x) 15 15, auto
;
91 .gallery[tools] .image-container[cursor='crop'] {
92 cursor: -webkit-image-set
(
93 url
(../images/100/cursor_crop.png) 1x,
94 url
(../images/200/cursor_crop.png) 2x) 15 15, auto
;
97 .gallery
[tools
] .image-container
[cursor
='n-resize'],
98 .gallery[tools] .image-container[cursor='s-resize'] {
99 cursor: -webkit-image-set
(
100 url
(../images/100/cursor_updown.png) 1x,
101 url
(../images/200/cursor_updown.png) 2x) 15 15, auto
;
104 .gallery
[tools
] .image-container
[cursor
='e-resize'],
105 .gallery[tools] .image-container[cursor='w-resize'] {
106 cursor: -webkit-image-set
(
107 url
(../images/100/cursor_leftright.png) 1x,
108 url
(../images/200/cursor_leftright.png) 2x) 15 15, auto
;
111 .gallery
[tools
] .image-container
[cursor
='nw-resize'],
112 .gallery[tools] .image-container[cursor='se-resize'] {
113 cursor: -webkit-image-set
(
114 url
(../images/100/cursor_nwse.png) 1x,
115 url
(../images/200/cursor_nwse.png) 2x) 15 15, auto
;
118 .gallery
[tools
] .image-container
[cursor
='ne-resize'],
119 .gallery[tools] .image-container[cursor='sw-resize'] {
120 cursor: -webkit-image-set
(
121 url
(../images/100/cursor_swne.png) 1x,
122 url
(../images/200/cursor_swne.png) 2x) 15 15, auto
;
125 .gallery .image-container > .image {
127 pointer-events: none
;
129 /* Duration and timing function are set in Javascript. */
130 transition-property: transform
, opacity
;
133 .gallery .image-container > .image[fade] {
137 /* Full resolution image is invisible unless printing. */
138 .gallery .image-container > canvas.fullres {
144 /* Do not print anything but the image content. */
145 .gallery > :not(.content) {
146 display: none
!important
;
149 /* Center the printed image. */
150 .gallery .image-container {
151 -webkit-box-align: center
;
152 -webkit-box-orient: horizontal
;
153 -webkit-box-pack: center
;
154 display: -webkit-box
;
157 /* Do not print the screen resolution image. */
158 .gallery .image-container > canvas.image {
159 display: none
!important
;
162 /* Print the full resolution image instead. */
163 .gallery .image-container > canvas.fullres {
164 height: auto
!important
;
167 opacity: 1 !important
;
168 position: static
!important
;
169 transform: none
!important
;
170 visibility: visible
!important
;
171 width: auto
!important
;
177 .gallery > .toolbar {
178 -webkit-box-align: stretch
;
179 -webkit-box-orient: horizontal
;
180 -webkit-box-pack: start
;
181 background-color: rgb
(40, 42, 45);
188 pointer-events: none
;
191 transition: opacity
300ms ease
;
194 .gallery > .toolbar.top {
198 .gallery > .toolbar.bottom {
201 overflow: visible
; /* For overwrite original bubble. */
204 .gallery > .toolbar.bottom > .slide-mode-toolbar {
212 .gallery > .toolbar.bottom > .edit-mode-toolbar {
220 .gallery[editing] > .toolbar.bottom > .slide-mode-toolbar {
225 .gallery[editing] > .toolbar.bottom > .edit-mode-toolbar {
230 .gallery[tools]:not([slideshow]) > .toolbar {
232 pointer-events: auto
;
235 /* Hide immediately when entering the slideshow. */
236 .gallery[tools][slideshow] > .toolbar {
237 transition-duration: 0ms;
240 .gallery[tools][locked] > .toolbar {
241 pointer-events: none
;
244 .gallery .arrow-box {
245 pointer-events: none
;
248 .gallery .arrow-box .arrow {
256 .gallery .arrow-box .arrow.left {
260 .gallery .arrow-box .arrow.right {
264 /* The arrow icons are in nested divs so that their opacity can be manipulated
265 * independently from their parent (which can be dimmed when the crop frame
267 .gallery .arrow div {
274 .gallery[tools]:not([editing]) .arrow-box[active] .arrow div {
276 pointer-events: auto
;
279 .gallery[tools]:not([editing]) .arrow-box[active] .arrow div:hover {
283 .gallery .arrow.left div {
284 background-image: -webkit-image-set
(
285 url
(../images/100/slideshow_previous.png) 1x,
286 url
(../images/200/slideshow_previous.png) 2x);
289 .gallery .arrow.right div {
290 background-image: -webkit-image-set
(
291 url
(../images/100/slideshow_next.png) 1x,
292 url
(../images/200/slideshow_next.png) 2x);
295 /* Special behavior on mouse drag.
296 Redundant .gallery attributes included to make the rules more specific */
298 /* Everything but the image container should become mouse-transparent */
299 .gallery[tools][editing][mousedrag] * {
300 pointer-events: none
;
303 .gallery[tools][editing][mousedrag] .image-container {
304 pointer-events: auto
;
307 /* The editor marks elements with 'dimmed' attribute to get them out of the way
309 .gallery
[tools
][editing
] [dimmed
],
310 .gallery[tools][editing] [dimmed] * {
311 pointer-events: none
;
314 .gallery[tools][editing] [dimmed] {
321 -webkit-margin-start: 16px;
329 width: -webkit-fit-content
;
332 #rename-input > input
{
338 .gallery .toolbar .bubble {
346 .gallery:not([editing]) .toolbar .bubble {
352 .gallery .middle-spacer {
356 flex-direction: column
;
359 /* Toolbar buttons */
361 .gallery .button-spacer {
365 justify-content: flex-end
;
370 .gallery .ribbon-spacer {
375 .gallery .toolbar .ribbon {
377 justify-content: center
;
382 transition: opacity
180ms linear
, visibility
0ms linear
;
388 .gallery .toolbar .ribbon:focus {
392 .gallery[editing] .toolbar .ribbon {
394 transition-delay: 0ms, 180ms;
398 .gallery .ribbon-image {
399 background-color: black
;
407 transition: all
180ms linear
;
411 .ribbon-image[vanishing='smooth'] {
412 border-left-width: 0;
413 border-right-width: 0;
419 .gallery .toolbar .ribbon.fade-left {
420 justify-content: flex-end
;
423 .gallery .toolbar .ribbon.fade-right {
424 justify-content: flex-start
;
427 .gallery .image-wrapper {
434 .gallery .image-wrapper > img {
438 .gallery .image-wrapper > img:not(.cached) {
439 -webkit-animation: fadeIn
500ms ease-in
;
442 .gallery .ribbon-image[selected] > .selection-frame {
443 border: 2px solid rgb
(27, 168, 243);
444 box-sizing: border-box
;
451 /* Editor toolbar. */
453 .gallery
.edit-mode-toolbar
.options
,
454 .gallery .edit-mode-toolbar .exit-button-spacer {
459 pointer-events: none
;
466 .gallery
.edit-mode-toolbar
.options
> *,
467 .gallery .edit-mode-toolbar .exit-button-spacer > * {
468 pointer-events: auto
;
471 .gallery .edit-mode-toolbar .exit-button-spacer {
472 justify-content: flex-end
;
475 .gallery .edit-mode-toolbar .exit-button-spacer paper-button {
476 -webkit-margin-end: 8px;
479 text-transform: uppercase
;
482 .gallery .edit-mode-toolbar .edit-bar-spacer {
486 transition: opacity
180ms linear
, visibility
0ms linear
180ms;
490 .gallery
[editing
] .edit-mode-toolbar
.options
,
491 .gallery[editing] .edit-mode-toolbar .exit-button-spacer {
496 .edit-mode-toolbar .overwrite-original {
497 -webkit-margin-start: 16px;
500 .edit-mode-toolbar .overwrite-original::shadow #checkboxContainer {
501 transform: scale
(0.78, 0.78); /* Make box size to 14px. */
504 .edit-mode-toolbar .overwrite-original::shadow #ink {
509 .edit-mode-toolbar .overwrite-original::shadow #checkboxLabel {
513 .edit-mode-toolbar
.overwrite-original
[disabled
]::shadow #checkbox
,
514 .edit-mode-toolbar .overwrite-original[disabled]::shadow #checkboxLabel {
518 .gallery .edit-mode-toolbar .saved {
519 -webkit-margin-start: 14px;
522 pointer-events: none
;
523 transition-duration: 120ms;
524 transition-property: opacity
, transform
;
525 transition-timing-function: linear
;
528 .gallery[editing] .edit-mode-toolbar .saved {
533 .gallery .edit-mode-toolbar .saved[highlighted] {
534 transform: scaleX
(1.1) scaleY
(1.1) rotate
(0);
538 /* Editor buttons. */
540 .gallery .toolbar .edit-main {
545 justify-content: center
;
549 .gallery .toolbar .edit-main .container {
553 .gallery[editing] .edit-bar-spacer {
555 pointer-events: auto
;
556 transition-delay: 100ms, 100ms;
560 .gallery
> .toolbar paper-button
,
561 .gallery > .toolbar button {
566 .gallery > .toolbar .icon-button {
567 background-position: center
;
568 background-repeat: no-repeat
;
574 .gallery > .toolbar button {
575 background-color: transparent
;
581 .gallery
> .toolbar
paper-button:focus
,
582 .gallery > .toolbar button:focus {
583 background-color: rgba
(0, 0, 0, 0.3);
586 .gallery > .toolbar button:focus {
590 .gallery > .toolbar button.using-mouse:focus {
591 background-color: transparent
;
594 .gallery > .toolbar button > .icon {
595 background-position: center
;
596 background-repeat: no-repeat
;
603 .gallery > .toolbar button > files-toggle-ripple {
609 .gallery > .toolbar .icon-button > files-toggle-ripple {
616 .gallery > .toolbar button.edit > .icon {
617 background-image: -webkit-image-set
(
618 url
(../images/100/edit.png) 1x,
619 url
(../images/200/edit.png) 2x);
622 .gallery > .toolbar paper-button.print {
623 background-image: -webkit-image-set
(
624 url
(../images/100/print.png) 1x,
625 url
(../images/200/print.png) 2x);
628 .gallery > .toolbar paper-button.delete {
629 background-image: -webkit-image-set
(
630 url
(../images/100/delete.png) 1x,
631 url
(../images/200/delete.png) 2x);
634 .gallery > .toolbar .icon.slide-mode {
635 background-image: -webkit-image-set
(
636 url
(../images/100/slide_view.png) 1x,
637 url
(../images/200/slide_view.png) 2x);
640 .gallery > .toolbar .icon.thumbnail-mode {
641 background-image: -webkit-image-set
(
642 url
(../images/100/mosaic_view.png) 1x,
643 url
(../images/200/mosaic_view.png) 2x);
646 .gallery > .toolbar paper-button.slideshow {
647 background-image: -webkit-image-set
(
648 url
(../images/100/slideshow.png) 1x,
649 url
(../images/200/slideshow.png) 2x);
652 .gallery > .toolbar paper-button.share {
653 background-image: -webkit-image-set
(
654 url
(../images/100/share.png) 1x,
655 url
(../images/200/share.png) 2x);
658 .gallery[editing] > .toolbar paper-button.edit {
660 pointer-events: none
;
663 .gallery
[mode
='slide'] .icon
.slide-mode
,
664 .gallery
[mode
='thumbnail'] .icon
.thumbnail-mode
,
665 paper-button
[disabled
],
670 /* Button in edit toolbar. */
672 .toolbar button.edit-toolbar {
675 min-width: 28px; /* Reset. */
680 .toolbar button
.edit-toolbar
[disabled
],
681 .gallery[tools][locked] > button.edit-toolbar {
684 pointer-events: none
;
687 .toolbar button.edit-toolbar[hidden] {
691 /* Do not show focus state if it's made by mouse since it makes difficult to see
692 * the toggle animation. */
693 .toolbar button.edit-toolbar:focus.using-mouse {
694 background-color: transparent
;
697 /* Edit main toolbar. */
698 .gallery > .toolbar .edit-main button {
702 .edit-main button.autofix .icon {
703 background-image: -webkit-image-set
(
704 url
(../images/100/auto_fix.png) 1x,
705 url
(../images/200/auto_fix.png) 2x);
708 .edit-main button.crop .icon {
709 background-image: -webkit-image-set
(
710 url
(../images/100/crop.png) 1x,
711 url
(../images/200/crop.png) 2x);
714 .edit-main button.exposure .icon {
715 background-image: -webkit-image-set
(
716 url
(../images/100/brightness.png) 1x,
717 url
(../images/200/brightness.png) 2x);
720 .edit-main button.rotate_right .icon {
721 background-image: -webkit-image-set
(
722 url
(../images/100/rotate_right.png) 1x,
723 url
(../images/200/rotate_right.png) 2x);
726 .edit-main button.rotate_left .icon {
727 background-image: -webkit-image-set
(
728 url
(../images/100/rotate_left.png) 1x,
729 url
(../images/200/rotate_left.png) 2x);
732 .edit-main button.undo .icon {
733 background-image: -webkit-image-set
(
734 url
(../images/100/undo.png) 1x,
735 url
(../images/200/undo.png) 2x);
738 .edit-main button.redo .icon {
739 background-image: -webkit-image-set
(
740 url
(../images/100/redo.png) 1x,
741 url
(../images/200/redo.png) 2x);
746 -webkit-box-orient: horizontal
;
747 -webkit-box-pack: center
;
751 pointer-events: none
;
756 .edit-modal-wrapper[hidden] {
760 .edit-modal-wrapper {
761 background-color: rgb
(20, 22, 25);
765 pointer-events: auto
;
769 .edit-modal-wrapper
.container
,
770 .edit-modal-wrapper .action-buttons {
777 .edit-modal-wrapper .container {
778 justify-content: center
;
781 .edit-modal-wrapper .action-buttons {
782 justify-content: flex-end
;
788 .edit-modal button.edit-toolbar {
789 background: transparent
;
792 box-sizing: border-box
;
799 .edit-modal button.edit-toolbar .icon {
803 .edit-modal button.edit-toolbar .label {
808 .edit-modal-wrapper .action-buttons button {
809 -webkit-margin-end: 8px;
813 justify-content: center
;
818 .edit-modal-wrapper .action-buttons button .label {
822 /* Crop aspect ratio buttons */
823 .edit-modal button.crop-aspect-ratio {
824 border: solid
1px white
;
830 transition: background
200ms ease
;
834 .edit-modal button.crop-aspect-ratio.selected {
838 .edit-modal button.crop-aspect-ratio:focus:not(.using-mouse) {
839 outline: 1px solid rgb
(77, 144, 254);
842 .edit-modal button.crop-aspect-ratio .label {
845 pointer-events: none
;
848 .edit-modal button.crop-aspect-ratio.selected .label {
849 color: rgb
(20, 22, 25);
852 .edit-modal button.crop-aspect-ratio paper-ripple {
862 .edit-modal .range > .icon {
863 -webkit-margin-end: 8px;
869 paper-slider::shadow
paper-progress::shadow #progressContainer
{
870 background-color: rgba
(255, 255, 255, 0.2);
873 .edit-modal .range.brightness > .icon {
874 background-image: -webkit-image-set
(
875 url
(../images/100/brightness.png) 1x,
876 url
(../images/200/brightness.png) 2x);
879 .edit-modal .range.contrast > .icon {
880 background-image: -webkit-image-set
(
881 url
(../images/100/contrast.png) 1x,
882 url
(../images/200/contrast.png) 2x);
887 .gallery .crop-overlay {
888 -webkit-box-orient: vertical
;
889 display: -webkit-box
;
891 pointer-events: none
;
896 .gallery .crop-overlay .shadow {
897 background-color: rgba
(0, 0, 0, 0.65);
900 .gallery .crop-overlay .middle-box {
902 -webkit-box-orient: horizontal
;
903 display: -webkit-box
;
906 .gallery .crop-frame {
908 display: -webkit-box
;
912 .gallery .crop-frame div {
913 background-color: rgba
(255, 255, 255, 1);
914 box-shadow: 0 0 3px rgba
(0, 0, 0, 0.75);
918 .gallery .crop-frame .horizontal {
924 .gallery .crop-frame .horizontal.top {
928 .gallery .crop-frame .horizontal.bottom {
932 .gallery .crop-frame .vertical {
938 .gallery .crop-frame .vertical.left {
942 .gallery .crop-frame .vertical.right {
946 .gallery .crop-frame .corner {
952 .gallery .crop-frame .corner.left {
956 .gallery .crop-frame .corner.right {
960 .gallery .crop-frame .corner.top {
964 .gallery .crop-frame .corner.bottom {
968 /* Prompt/notification panel */
970 .gallery .prompt-wrapper {
971 -webkit-box-orient: horizontal
;
972 -webkit-box-pack: center
;
973 display: -webkit-box
;
975 pointer-events: none
;
980 .gallery .prompt-wrapper[pos=top] {
981 -webkit-box-align: start
;
984 .gallery .prompt-wrapper[pos=center] {
985 -webkit-box-align: center
;
988 .gallery .prompt-wrapper[pos=center] .back-button {
994 transition: opacity
220ms ease
;
998 -webkit-box-align: center
;
999 -webkit-box-orient: horizontal
;
1000 background-color: rgba
(0, 0, 0, 0.8);
1002 display: -webkit-box
;
1009 transition: all
180ms ease
;
1012 .gallery .prompt[state='fadein'] {
1017 .gallery .prompt[state='fadeout'] {
1022 .gallery .prompt-wrapper[pos=top] .prompt {
1023 padding-right: 10px;
1026 .gallery .share-menu {
1027 -webkit-box-align: stretch
;
1028 -webkit-box-orient: vertical
;
1029 -webkit-box-pack: start
;
1030 background-color: white
;
1031 border: 1px solid
#7f7f7f;
1034 display: -webkit-box
;
1039 transition: opacity
500ms ease-in-out
;
1042 .gallery .share-menu .bubble-point {
1043 background-image: -webkit-image-set
(
1044 url
(../images/100/bubble_point.png) 1x,
1045 url
(../images/200/bubble_point.png) 2x);
1046 background-position: center top
;
1047 background-repeat: no-repeat
;
1056 .gallery .share-menu[hidden] {
1057 bottom: -100%; /* Offscreen so that 'dimmed' attribute does not show it. */
1059 pointer-events: none
;
1062 .gallery .share-menu > .item {
1063 background-color: rgba
(0, 0, 0, 0);
1064 background-position: 5px center
;
1065 background-repeat: no-repeat
;
1071 .gallery .share-menu > .item:hover {
1072 background-color: rgba
(240, 240, 240, 1);
1075 .gallery .share-menu > div > img {
1080 /* Load spinner and error banner. */
1083 background-image: url
(chrome://resources
/images
/throbber_medium
.svg
);
1084 background-size: 100%;
1094 .gallery:not([spinner]) .spinner {
1098 .gallery .error-banner {
1099 -webkit-box-align: center
;
1100 -webkit-box-orient: horizontal
;
1101 -webkit-box-pack: center
;
1102 background-color: rgba
(24, 24, 24, 1);
1103 background-image: -webkit-image-set
(
1104 url
(../images/100/error.png) 1x,
1105 url
(../images/200/error.png) 2x);
1106 background-position: 25px center
;
1107 background-repeat: no-repeat
;
1109 display: -webkit-box
;
1112 padding-right: 35px;
1115 .gallery:not([error]) .error-banner {
1122 pointer-events: none
;
1128 .gallery[tools] .toast-stage {
1134 pointer-events: auto
;
1145 top: 55px; /* Toolbar height. */
1147 /* transition-duration is set in Javascript. */
1148 transition-property: transform
;
1149 transition-timing-function: linear
;
1152 .mosaic::-webkit-scrollbar {
1153 background: transparent
;
1156 .mosaic::-webkit-scrollbar-thumb {
1157 background: rgb
(31, 31, 31);
1160 .gallery:not([mode='mosaic']) .mosaic::-webkit-scrollbar-thumb {
1161 background: transparent
;
1166 /* Tile's zoom factor is animated on hover. We apply the transform to
1167 the entire tile so that the image outline is included into the animation. */
1168 transition: transform
150ms linear
;
1172 /* Mosaic tile's opacity is controlled by |visible| attribute which changes
1173 separately from .gallery[mode] */
1174 .mosaic:not([visible]) .mosaic-tile .img-border {
1178 /* Animate tile's opacity, except for the selected tile which should show/hide
1179 instantly (this looks better when zooming to/from the slide mode). */
1180 .mosaic-tile:not([selected]) .img-border {
1181 transition: opacity
350ms linear
;
1184 /* Must be in sync with mosaic_mode.js.
1185 Mosaic.Layout.SPACING should be equal to
1186 top + bottom + border-top-width + border-bottom-width AND
1187 left + right + border-left-width + border-right-width */
1188 .mosaic-tile .img-border {
1189 border: 1px solid black
; /* Space between the outline and the image. */
1192 outline: 2px solid transparent
;
1199 /* Selected and hover state are only visible when zoom transition is over. */
1200 .mosaic[visible='normal'] .mosaic-tile[selected] .img-border {
1201 outline-color: rgb
(51, 153, 255);
1204 .mosaic
[visible
='normal'].hover-visible
1205 .mosaic-tile:hover:not([selected]) .img-border {
1206 outline-color: rgb
(182, 212, 252);
1209 .mosaic-tile .img-wrapper {
1217 .mosaic-tile
.img-wrapper
[generic-thumbnail
],
1218 .mosaic-tile
.img-wrapper
.animated:not
([generic-thumbnail
])
1219 canvas:not
(.cached
) {
1220 -webkit-animation: fadeIn ease-in
1;
1221 -webkit-animation-duration: 500ms;
1222 -webkit-animation-fill-mode: forwards
;
1225 @-webkit-keyframes fadeIn
{
1234 /* In order to do mode animated transitions smoothly we keep both mosaic and
1235 image-container but transparent. */
1236 .gallery:not
([mode
='mosaic']) .mosaic
,
1237 .gallery:not([mode='slide']) .image-container {
1238 pointer-events: none
;
1241 .gallery:not
([mode
='slide']) .ribbon
,
1242 .gallery:not([mode='slide']) .arrow-box {
1244 pointer-events: none
;
1247 /* Temporary. Remove this along with the delete confirmation dialog
1248 when Undo delete is implemented. */
1250 background-color: black
;
1253 /* Slideshow controls */
1255 .slideshow-toolbar {
1258 justify-content: center
;
1260 padding-bottom: 6px;
1261 pointer-events: none
;
1266 .gallery[tools][slideshow] .slideshow-toolbar {
1270 .slideshow-toolbar > div {
1271 background-position: center
;
1272 background-repeat: no-repeat
;
1275 pointer-events: auto
;
1279 .slideshow-toolbar > div:hover {
1283 .slideshow-toolbar > .slideshow-play {
1284 background-image: -webkit-image-set
(
1285 url
(../images/100/slideshow_play.png) 1x,
1286 url
(../images/200/slideshow_play.png) 2x);
1289 .gallery[slideshow='playing'] .slideshow-toolbar > .slideshow-play {
1290 background-image: -webkit-image-set
(
1291 url
(../images/100/slideshow_pause.png) 1x,
1292 url
(../images/200/slideshow_pause.png) 2x);
1295 .slideshow-toolbar > .slideshow-end {
1296 -webkit-margin-start: 4px;
1297 background-image: -webkit-image-set
(
1298 url
(../images/100/slideshow_close.png) 1x,
1299 url
(../images/200/slideshow_close.png) 2x);
1302 .debug-me
.load-target-content-metadata::before
,
1303 .debug-me
.load-target-external-metadata::before
,
1304 .debug-me .load-target-file-entry::before {
1315 .debug-me .load-target-content-metadata::before {
1316 background-color: rgba
(255, 0, 0, 0.3);
1319 .debug-me .load-target-external-metadata::before {
1320 background-color: rgba
(0, 255, 0, 0.3);
1323 .debug-me .load-target-file-entry::before {
1324 background-color: rgba
(0, 0, 255, 0.3);
1336 .thumbnail-view ul {
1337 -webkit-padding-end: 4px;
1338 -webkit-padding-start: 0;
1340 padding-top: 52px; /* Toolbar height (48px) + Margin (4px) */
1344 .thumbnail-view .thumbnail {
1345 -webkit-margin-start: 4px;
1351 html
[dir
='ltr'] .thumbnail-view
.thumbnail
{
1355 html
[dir
='rtl'] .thumbnail-view
.thumbnail
{
1359 .thumbnail-view .thumbnail.selected:focus {
1363 .thumbnail-view::-webkit-scrollbar {
1367 .thumbnail-view .scrollbar {
1371 top: 52px; /* Toolbar height (48px) + Margin (4px) */
1372 transition: opacity
1s;
1376 .thumbnail-view .scrollbar.transparent {
1378 pointer-events: none
;
1381 html
[dir
='ltr'] .thumbnail-view
.scrollbar
{
1385 html
[dir
='rtl'] .thumbnail-view
.scrollbar
{
1389 .thumbnail-view .scrollbar .thumb {
1390 -webkit-margin-end: 4px;
1391 background-color: white
;
1397 .thumbnail-view .thumbnail > .frame {
1405 .thumbnail-view .thumbnail > .frame.image {
1406 background-repeat: no-repeat
;
1407 background-size: cover
;
1410 .thumbnail-view .thumbnail.selected > .frame.selection {
1411 border: solid
2px rgb
(27, 168, 243);
1414 .thumbnail-view .thumbnail.error {
1418 .thumbnail-view .thumbnail.transparent {
1422 .thumbnail-view .animation-thumbnail {
1423 background-repeat: no-repeat
;
1424 background-size: cover
;
1429 .thumbnail-view .animation-thumbnail.animating {