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
;
11 input:focus
, button:focus
{
12 outline: 1px solid rgb
(77, 144, 254);
15 input
[type
='checkbox'] {
18 background: -webkit-image-set
(
19 url
(../../file_manager/foreground/images/common/checkbox_white_unchecked.png) 1x,
20 url
(../../file_manager/foreground/images/common/2x/checkbox_white_unchecked.png) 2x)
22 -webkit-appearance: none
;
23 display: inline-block
;
24 margin: 1px 6px 1px 1px;
25 vertical-align: text-bottom
;
28 input
[type
='checkbox']:checked
{
29 background: -webkit-image-set
(
30 url
(../../file_manager/foreground/images/common/checkbox_white_checked.png) 1x,
31 url
(../../file_manager/foreground/images/common/2x/checkbox_white_checked.png) 2x)
39 files-toggle-ripple::shadow
.ripple
.activated
{
53 /* Common background for both mosaic and slide mode. */
55 background-color: black
;
58 /* Image container and canvas elements */
60 .gallery .image-container {
61 cursor: none
; /* Only visible when the toolbar is active */
67 .gallery[tools] .image-container[cursor='default'] {
71 .gallery[tools] .image-container[cursor='move'] {
72 cursor: -webkit-image-set
(
73 url
(../images/100/cursor_move.png) 1x,
74 url
(../images/200/cursor_move.png) 2x) 15 15, auto
;
77 .gallery[tools] .image-container[cursor='crop'] {
78 cursor: -webkit-image-set
(
79 url
(../images/100/cursor_crop.png) 1x,
80 url
(../images/200/cursor_crop.png) 2x) 15 15, auto
;
83 .gallery
[tools
] .image-container
[cursor
='n-resize'],
84 .gallery[tools] .image-container[cursor='s-resize'] {
85 cursor: -webkit-image-set
(
86 url
(../images/100/cursor_updown.png) 1x,
87 url
(../images/200/cursor_updown.png) 2x) 15 15, auto
;
90 .gallery
[tools
] .image-container
[cursor
='e-resize'],
91 .gallery[tools] .image-container[cursor='w-resize'] {
92 cursor: -webkit-image-set
(
93 url
(../images/100/cursor_leftright.png) 1x,
94 url
(../images/200/cursor_leftright.png) 2x) 15 15, auto
;
97 .gallery
[tools
] .image-container
[cursor
='nw-resize'],
98 .gallery[tools] .image-container[cursor='se-resize'] {
99 cursor: -webkit-image-set
(
100 url
(../images/100/cursor_nwse.png) 1x,
101 url
(../images/200/cursor_nwse.png) 2x) 15 15, auto
;
104 .gallery
[tools
] .image-container
[cursor
='ne-resize'],
105 .gallery[tools] .image-container[cursor='sw-resize'] {
106 cursor: -webkit-image-set
(
107 url
(../images/100/cursor_swne.png) 1x,
108 url
(../images/200/cursor_swne.png) 2x) 15 15, auto
;
111 .gallery .image-container > .image {
113 pointer-events: none
;
115 /* Duration and timing function are set in Javascript. */
116 transition-property: transform
, opacity
;
119 .gallery .image-container > .image[fade] {
123 /* Full resolution image is invisible unless printing. */
124 .gallery .image-container > canvas.fullres {
130 /* Do not print anything but the image content. */
131 .gallery > :not(.content) {
132 display: none
!important
;
135 /* Center the printed image. */
136 .gallery .image-container {
137 -webkit-box-align: center
;
138 -webkit-box-orient: horizontal
;
139 -webkit-box-pack: center
;
140 display: -webkit-box
;
143 /* Do not print the screen resolution image. */
144 .gallery .image-container > canvas.image {
145 display: none
!important
;
148 /* Print the full resolution image instead. */
149 .gallery .image-container > canvas.fullres {
150 height: auto
!important
;
153 opacity: 1 !important
;
154 position: static
!important
;
155 transform: none
!important
;
156 visibility: visible
!important
;
157 width: auto
!important
;
163 .gallery > .toolbar {
164 -webkit-box-align: stretch
;
165 -webkit-box-orient: horizontal
;
166 -webkit-box-pack: start
;
167 background-color: rgb
(40, 42, 45);
174 pointer-events: none
;
177 transition: opacity
300ms ease
;
180 .gallery > .toolbar.top {
184 .gallery > .toolbar.bottom {
189 .gallery > .toolbar.bottom > .slide-mode-toolbar {
197 .gallery > .toolbar.bottom > .edit-mode-toolbar {
205 .gallery[editing] > .toolbar.bottom > .slide-mode-toolbar {
210 .gallery[editing] > .toolbar.bottom > .edit-mode-toolbar {
215 .gallery[tools]:not([slideshow]) > .toolbar {
217 pointer-events: auto
;
220 /* Hide immediately when entering the slideshow. */
221 .gallery[tools][slideshow] > .toolbar {
222 transition-duration: 0ms;
225 .gallery[tools][locked] > .toolbar {
226 pointer-events: none
;
229 .gallery .arrow-box {
230 pointer-events: none
;
233 .gallery .arrow-box .arrow {
241 .gallery .arrow-box .arrow.left {
245 .gallery .arrow-box .arrow.right {
249 /* The arrow icons are in nested divs so that their opacity can be manipulated
250 * independently from their parent (which can be dimmed when the crop frame
252 .gallery .arrow div {
259 .gallery[tools]:not([editing]) .arrow-box[active] .arrow div {
261 pointer-events: auto
;
264 .gallery[tools]:not([editing]) .arrow-box[active] .arrow div:hover {
268 .gallery .arrow.left div {
269 background-image: -webkit-image-set
(
270 url
(../images/100/slideshow_previous.png) 1x,
271 url
(../images/200/slideshow_previous.png) 2x);
274 .gallery .arrow.right div {
275 background-image: -webkit-image-set
(
276 url
(../images/100/slideshow_next.png) 1x,
277 url
(../images/200/slideshow_next.png) 2x);
280 /* Special behavior on mouse drag.
281 Redundant .gallery attributes included to make the rules more specific */
283 /* Everything but the image container should become mouse-transparent */
284 .gallery[tools][editing][mousedrag] * {
285 pointer-events: none
;
288 .gallery[tools][editing][mousedrag] .image-container {
289 pointer-events: auto
;
292 /* The editor marks elements with 'dimmed' attribute to get them out of the way
294 .gallery
[tools
][editing
] [dimmed
],
295 .gallery[tools][editing] [dimmed] * {
296 pointer-events: none
;
299 .gallery[tools][editing] [dimmed] {
306 -webkit-margin-start: 16px;
310 .filename-spacer paper-input {
313 width: -webkit-fit-content
;
316 .filename-spacer paper-input::shadow paper-input-container {
322 .gallery .toolbar .bubble {
330 .gallery:not([editing]) .toolbar .bubble {
336 .gallery .middle-spacer {
340 flex-direction: column
;
343 /* Toolbar buttons */
345 .gallery .button-spacer {
349 justify-content: flex-end
;
354 .gallery .ribbon-spacer {
359 .gallery .toolbar .ribbon {
362 justify-content: center
;
367 transition: opacity
180ms linear
, visibility
0ms linear
;
373 .gallery[editing] .toolbar .ribbon {
375 transition-delay: 0ms, 180ms;
379 .gallery .ribbon-image {
380 background-color: black
;
388 transition: all
180ms linear
;
392 .ribbon-image[vanishing='smooth'] {
393 border-left-width: 0;
394 border-right-width: 0;
400 .gallery .toolbar .ribbon.fade-left {
401 justify-content: flex-end
;
404 .gallery .toolbar .ribbon.fade-right {
405 justify-content: flex-start
;
408 .gallery .image-wrapper {
415 .gallery .image-wrapper > img {
419 .gallery .image-wrapper > img:not(.cached) {
420 -webkit-animation: fadeIn
500ms ease-in
;
423 .gallery .ribbon-image[selected] > .selection-frame {
424 border: 2px solid rgb
(27, 168, 243);
425 box-sizing: border-box
;
432 /* Editor toolbar. */
434 .gallery .edit-mode-toolbar .options {
444 .gallery .edit-mode-toolbar .edit-bar-spacer {
448 transition: opacity
180ms linear
, visibility
0ms linear
180ms;
452 .gallery[editing] .edit-mode-toolbar .options {
457 .gallery
.edit-mode-toolbar
.saved
,
458 .gallery .edit-mode-toolbar .overwrite-original {
462 pointer-events: none
;
463 transition: all linear
120ms;
466 .gallery .edit-mode-toolbar .overwrite-original {
467 -webkit-margin-start: 16px;
472 .gallery .edit-mode-toolbar .saved {
473 -webkit-margin-start: 14px;
476 .gallery .edit-mode-toolbar .overwrite-original > input {
481 .gallery .edit-mode-toolbar .overwrite-original > .label {
482 -webkit-margin-start: 8px;
487 .gallery[editing] .edit-mode-toolbar .saved {
492 .gallery
[editing
] .edit-mode-toolbar
.overwrite-original
,
493 .gallery[editing] .edit-mode-toolbar .overwrite-original > * {
496 pointer-events: auto
;
499 .gallery[editing] .overwrite-original[disabled] {
503 .gallery
[editing
] .overwrite-original
[disabled
],
504 .gallery[editing] .overwrite-original[disabled] > * {
506 pointer-events: none
;
509 .gallery .edit-mode-toolbar .saved[highlighted] {
510 transform: scaleX
(1.1) scaleY
(1.1) rotate
(0);
514 /* Editor buttons. */
516 .gallery .toolbar .edit-main {
521 justify-content: center
;
525 .gallery[editing] .edit-bar-spacer {
527 pointer-events: auto
;
528 transition-delay: 100ms, 100ms;
532 .gallery
> .toolbar paper-button
,
533 .gallery > .toolbar button {
534 background-position: center
;
535 background-repeat: no-repeat
;
542 .gallery > .toolbar button {
543 background-color: transparent
;
549 .gallery > .toolbar button > .icon {
550 background-position: center
;
551 background-repeat: no-repeat
;
558 .gallery > .toolbar button > files-toggle-ripple {
564 .gallery > .toolbar paper-button:focus {
565 background-color: rgba
(0, 0, 0, 0.3);
568 .gallery > .toolbar button.edit > .icon {
569 background-image: -webkit-image-set
(
570 url
(../images/100/edit.png) 1x,
571 url
(../images/200/edit.png) 2x);
574 .gallery > .toolbar paper-button.print {
575 background-image: -webkit-image-set
(
576 url
(../images/100/print.png) 1x,
577 url
(../images/200/print.png) 2x);
580 .gallery > .toolbar paper-button.delete {
581 background-image: -webkit-image-set
(
582 url
(../images/100/delete.png) 1x,
583 url
(../images/200/delete.png) 2x);
586 .gallery > .toolbar .icon.slide-mode {
587 background-image: -webkit-image-set
(
588 url
(../images/100/slide_view.png) 1x,
589 url
(../images/200/slide_view.png) 2x);
592 .gallery > .toolbar .icon.thumbnail-mode {
593 background-image: -webkit-image-set
(
594 url
(../images/100/mosaic_view.png) 1x,
595 url
(../images/200/mosaic_view.png) 2x);
598 .gallery > .toolbar paper-button.slideshow {
599 background-image: -webkit-image-set
(
600 url
(../images/100/slideshow.png) 1x,
601 url
(../images/200/slideshow.png) 2x);
604 .gallery > .toolbar paper-button.share {
605 background-image: -webkit-image-set
(
606 url
(../images/100/share.png) 1x,
607 url
(../images/200/share.png) 2x);
610 .gallery[editing] > .toolbar paper-button.edit {
612 pointer-events: none
;
615 .gallery
[mode
='slide'] .icon
.slide-mode
,
616 .gallery
[mode
='thumbnail'] .icon
.thumbnail-mode
,
617 paper-button
[disabled
],
622 /* Button in edit toolbar. */
624 button
.edit-toolbar
[disabled
] {
625 background-color: rgba
(0, 0, 0, 0);
626 background-position: center
;
627 background-repeat: no-repeat
;
632 display: inline-block
;
639 button
.edit-toolbar
{
642 min-width: 28px; /* Reset. */
646 button
.edit-toolbar
[disabled
],
647 .gallery[tools][locked] > button.edit-toolbar {
649 pointer-events: none
;
652 button
.edit-toolbar
[hidden
] {
656 button
.edit-toolbar:focus
{
657 background-color: rgba
(0, 0, 0, 0.3);
662 /* By default, labels are hidden. */
663 button
.edit-toolbar span
{
667 /* Show labels if there is enough space. */
668 @media (min-width: 1180px) {
670 .edit-main button
.edit-toolbar
,
671 .edit-main button.edit-toolbar[disabled] {
672 background-position: 5px center
;
678 button
.edit-toolbar span
{
681 text-overflow: ellipsis
;
685 button
.edit-toolbar:not
(.crop-aspect-ratio
) > .button-content
> .label
{
686 -webkit-margin-end: 6px;
691 button
.edit-toolbar
> .button-content
{
692 -webkit-margin-end: 2px;
693 -webkit-margin-start: 2px;
700 button
.edit-toolbar
> .button-content
> .icon
{
702 background-position: center
;
703 background-repeat: no-repeat
;
708 button
.edit-toolbar
> .ripples
{
717 /* Edit main toolbar. */
718 .edit-main button.autofix > .button-content > .icon {
719 background-image: -webkit-image-set
(
720 url
(../images/100/auto_fix.png) 1x,
721 url
(../images/200/auto_fix.png) 2x);
724 .edit-main button.crop > .button-content > .icon {
725 background-image: -webkit-image-set
(
726 url
(../images/100/crop.png) 1x,
727 url
(../images/200/crop.png) 2x);
730 .edit-main button.exposure > .button-content > .icon {
731 background-image: -webkit-image-set
(
732 url
(../images/100/brightness.png) 1x,
733 url
(../images/200/brightness.png) 2x);
736 .edit-main button.rotate_right > .button-content > .icon {
737 background-image: -webkit-image-set
(
738 url
(../images/100/rotate_right.png) 1x,
739 url
(../images/200/rotate_right.png) 2x);
742 .edit-main button.rotate_left > .button-content > .icon {
743 background-image: -webkit-image-set
(
744 url
(../images/100/rotate_left.png) 1x,
745 url
(../images/200/rotate_left.png) 2x);
748 .edit-main button.undo > .button-content > .icon {
749 background-image: -webkit-image-set
(
750 url
(../images/100/undo.png) 1x,
751 url
(../images/200/undo.png) 2x);
754 .edit-main button.redo > .button-content > .icon {
755 background-image: -webkit-image-set
(
756 url
(../images/100/redo.png) 1x,
757 url
(../images/200/redo.png) 2x);
762 -webkit-box-orient: horizontal
;
763 -webkit-box-pack: center
;
767 pointer-events: none
;
772 .edit-modal-wrapper[hidden] {
776 .edit-modal-wrapper {
777 background-color: rgb
(20, 22, 25);
781 pointer-events: auto
;
785 .edit-modal-wrapper
.container
,
786 .edit-modal-wrapper .done-button {
793 .edit-modal-wrapper .container {
794 justify-content: center
;
797 .edit-modal-wrapper .done-button {
798 justify-content: flex-end
;
804 .edit-modal button.edit-toolbar {
805 background: transparent
;
808 box-sizing: border-box
;
815 .edit-modal button.edit-toolbar .icon {
819 .edit-modal button.edit-toolbar .label {
824 .edit-modal button.done {
825 -webkit-margin-end: 8px;
829 justify-content: center
;
833 .edit-modal button.done > .button-content {
837 /* Crop aspect ratio buttons */
838 .edit-modal button.crop-aspect-ratio {
839 border: solid
1px white
;
847 .edit-modal button.crop-aspect-ratio.selected .label {
848 color: rgb
(20, 22, 25);
851 .edit-modal button.crop-aspect-ratio > .button-content {
854 justify-content: center
;
859 button
.crop-aspect-ratio
files-toggle-ripple::shadow
.ripple
{
860 background-color: white
;
864 button
.crop-aspect-ratio
files-toggle-ripple::shadow
.ripple
.activated
{
868 .gallery .edit-modal button * {
869 pointer-events: none
;
878 .edit-modal .range > .icon {
879 -webkit-margin-end: 8px;
885 paper-slider::shadow
paper-progress::shadow #progressContainer
{
886 background-color: rgba
(255, 255, 255, 0.2);
889 .edit-modal .range.brightness > .icon {
890 background-image: -webkit-image-set
(
891 url
(../images/100/brightness.png) 1x,
892 url
(../images/200/brightness.png) 2x);
895 .edit-modal .range.contrast > .icon {
896 background-image: -webkit-image-set
(
897 url
(../images/100/contrast.png) 1x,
898 url
(../images/200/contrast.png) 2x);
903 .gallery .crop-overlay {
904 -webkit-box-orient: vertical
;
905 display: -webkit-box
;
906 pointer-events: none
;
910 .gallery .crop-overlay .shadow {
911 background-color: rgba
(0, 0, 0, 0.65);
914 .gallery .crop-overlay .middle-box {
916 -webkit-box-orient: horizontal
;
917 display: -webkit-box
;
920 .gallery .crop-frame {
922 display: -webkit-box
;
926 .gallery .crop-frame div {
927 background-color: rgba
(255, 255, 255, 1);
928 box-shadow: 0 0 3px rgba
(0, 0, 0, 0.75);
932 .gallery .crop-frame .horizontal {
938 .gallery .crop-frame .horizontal.top {
942 .gallery .crop-frame .horizontal.bottom {
946 .gallery .crop-frame .vertical {
952 .gallery .crop-frame .vertical.left {
956 .gallery .crop-frame .vertical.right {
960 .gallery .crop-frame .corner {
966 .gallery .crop-frame .corner.left {
970 .gallery .crop-frame .corner.right {
974 .gallery .crop-frame .corner.top {
978 .gallery .crop-frame .corner.bottom {
982 /* Prompt/notification panel */
984 .gallery .prompt-wrapper {
985 -webkit-box-orient: horizontal
;
986 -webkit-box-pack: center
;
987 display: -webkit-box
;
989 pointer-events: none
;
994 .gallery .prompt-wrapper[pos=top] {
995 -webkit-box-align: start
;
998 .gallery .prompt-wrapper[pos=center] {
999 -webkit-box-align: center
;
1002 .gallery .prompt-wrapper[pos=center] .back-button {
1008 transition: opacity
220ms ease
;
1012 -webkit-box-align: center
;
1013 -webkit-box-orient: horizontal
;
1014 background-color: rgba
(0, 0, 0, 0.8);
1016 display: -webkit-box
;
1023 transition: all
180ms ease
;
1026 .gallery .prompt[state='fadein'] {
1031 .gallery .prompt[state='fadeout'] {
1036 .gallery .prompt-wrapper[pos=top] .prompt {
1037 padding-right: 10px;
1040 .gallery .share-menu {
1041 -webkit-box-align: stretch
;
1042 -webkit-box-orient: vertical
;
1043 -webkit-box-pack: start
;
1044 background-color: white
;
1045 border: 1px solid
#7f7f7f;
1048 display: -webkit-box
;
1053 transition: opacity
500ms ease-in-out
;
1056 .gallery .share-menu .bubble-point {
1057 background-image: -webkit-image-set
(
1058 url
(../images/100/bubble_point.png) 1x,
1059 url
(../images/200/bubble_point.png) 2x);
1060 background-position: center top
;
1061 background-repeat: no-repeat
;
1070 .gallery .share-menu[hidden] {
1071 bottom: -100%; /* Offscreen so that 'dimmed' attribute does not show it. */
1073 pointer-events: none
;
1076 .gallery .share-menu > .item {
1077 background-color: rgba
(0, 0, 0, 0);
1078 background-position: 5px center
;
1079 background-repeat: no-repeat
;
1085 .gallery .share-menu > .item:hover {
1086 background-color: rgba
(240, 240, 240, 1);
1089 .gallery .share-menu > div > img {
1094 /* Load spinner and error banner. */
1098 url
(chrome://resources
/images
/throbber
.svg
);
1099 background-size: 100%;
1109 .gallery:not([spinner]) .spinner {
1113 .gallery .error-banner {
1114 -webkit-box-align: center
;
1115 -webkit-box-orient: horizontal
;
1116 -webkit-box-pack: center
;
1117 background-color: rgba
(24, 24, 24, 1);
1118 background-image: -webkit-image-set
(
1119 url
(../images/100/error.png) 1x,
1120 url
(../images/200/error.png) 2x);
1121 background-position: 25px center
;
1122 background-repeat: no-repeat
;
1124 display: -webkit-box
;
1127 padding-right: 35px;
1130 .gallery:not([error]) .error-banner {
1137 pointer-events: none
;
1143 .gallery[tools] .toast-stage {
1149 pointer-events: auto
;
1160 top: 55px; /* Toolbar height. */
1162 /* transition-duration is set in Javascript. */
1163 transition-property: transform
;
1164 transition-timing-function: linear
;
1167 .mosaic::-webkit-scrollbar {
1168 background: transparent
;
1171 .mosaic::-webkit-scrollbar-thumb {
1172 background: rgb
(31, 31, 31);
1175 .gallery:not([mode='mosaic']) .mosaic::-webkit-scrollbar-thumb {
1176 background: transparent
;
1181 /* Tile's zoom factor is animated on hover. We apply the transform to
1182 the entire tile so that the image outline is included into the animation. */
1183 transition: transform
150ms linear
;
1187 /* Mosaic tile's opacity is controlled by |visible| attribute which changes
1188 separately from .gallery[mode] */
1189 .mosaic:not([visible]) .mosaic-tile .img-border {
1193 /* Animate tile's opacity, except for the selected tile which should show/hide
1194 instantly (this looks better when zooming to/from the slide mode). */
1195 .mosaic-tile:not([selected]) .img-border {
1196 transition: opacity
350ms linear
;
1199 /* Must be in sync with mosaic_mode.js.
1200 Mosaic.Layout.SPACING should be equal to
1201 top + bottom + border-top-width + border-bottom-width AND
1202 left + right + border-left-width + border-right-width */
1203 .mosaic-tile .img-border {
1204 border: 1px solid black
; /* Space between the outline and the image. */
1207 outline: 2px solid transparent
;
1214 /* Selected and hover state are only visible when zoom transition is over. */
1215 .mosaic[visible='normal'] .mosaic-tile[selected] .img-border {
1216 outline-color: rgb
(51, 153, 255);
1219 .mosaic
[visible
='normal'].hover-visible
1220 .mosaic-tile:hover:not([selected]) .img-border {
1221 outline-color: rgb
(182, 212, 252);
1224 .mosaic-tile .img-wrapper {
1232 .mosaic-tile
.img-wrapper
[generic-thumbnail
],
1233 .mosaic-tile
.img-wrapper
.animated:not
([generic-thumbnail
])
1234 canvas:not
(.cached
) {
1235 -webkit-animation: fadeIn ease-in
1;
1236 -webkit-animation-duration: 500ms;
1237 -webkit-animation-fill-mode: forwards
;
1240 @-webkit-keyframes fadeIn
{
1249 /* In order to do mode animated transitions smoothly we keep both mosaic and
1250 image-container but transparent. */
1251 .gallery:not
([mode
='mosaic']) .mosaic
,
1252 .gallery:not([mode='slide']) .image-container {
1253 pointer-events: none
;
1256 .gallery:not
([mode
='slide']) .ribbon
,
1257 .gallery:not([mode='slide']) .arrow-box {
1259 pointer-events: none
;
1262 /* Temporary. Remove this along with the delete confirmation dialog
1263 when Undo delete is implemented. */
1265 background-color: black
;
1268 /* Slideshow controls */
1270 .slideshow-toolbar {
1273 justify-content: center
;
1275 padding-bottom: 6px;
1276 pointer-events: none
;
1281 .gallery[tools][slideshow] .slideshow-toolbar {
1285 .slideshow-toolbar > div {
1286 background-position: center
;
1287 background-repeat: no-repeat
;
1290 pointer-events: auto
;
1294 .slideshow-toolbar > div:hover {
1298 .slideshow-toolbar > .slideshow-play {
1299 background-image: -webkit-image-set
(
1300 url
(../images/100/slideshow_play.png) 1x,
1301 url
(../images/200/slideshow_play.png) 2x);
1304 .gallery[slideshow='playing'] .slideshow-toolbar > .slideshow-play {
1305 background-image: -webkit-image-set
(
1306 url
(../images/100/slideshow_pause.png) 1x,
1307 url
(../images/200/slideshow_pause.png) 2x);
1310 .slideshow-toolbar > .slideshow-end {
1311 -webkit-margin-start: 4px;
1312 background-image: -webkit-image-set
(
1313 url
(../images/100/slideshow_close.png) 1x,
1314 url
(../images/200/slideshow_close.png) 2x);
1317 .debug-me
.load-target-content-metadata::before
,
1318 .debug-me
.load-target-external-metadata::before
,
1319 .debug-me .load-target-file-entry::before {
1330 .debug-me .load-target-content-metadata::before {
1331 background-color: rgba
(255, 0, 0, 0.3);
1334 .debug-me .load-target-external-metadata::before {
1335 background-color: rgba
(0, 255, 0, 0.3);
1338 .debug-me .load-target-file-entry::before {
1339 background-color: rgba
(0, 0, 255, 0.3);
1351 .thumbnail-view ul {
1352 -webkit-padding-end: 4px;
1353 -webkit-padding-start: 0;
1355 padding-top: 52px; /* Toolbar height (48px) + Margin (4px) */
1359 .thumbnail-view .thumbnail {
1360 -webkit-margin-start: 4px;
1366 html
[dir
='ltr'] .thumbnail-view
.thumbnail
{
1370 html
[dir
='rtl'] .thumbnail-view
.thumbnail
{
1374 .thumbnail-view::-webkit-scrollbar {
1378 .thumbnail-view .scrollbar {
1382 top: 52px; /* Toolbar height (48px) + Margin (4px) */
1383 transition: opacity
1s;
1387 .thumbnail-view .scrollbar.transparent {
1389 pointer-events: none
;
1392 html
[dir
='ltr'] .thumbnail-view
.scrollbar
{
1396 html
[dir
='rtl'] .thumbnail-view
.scrollbar
{
1400 .thumbnail-view .scrollbar .thumb {
1401 -webkit-margin-end: 4px;
1402 background-color: white
;
1408 .thumbnail-view .thumbnail > .frame {
1416 .thumbnail-view .thumbnail > .frame.image {
1417 background-repeat: no-repeat
;
1418 background-size: cover
;
1421 .thumbnail-view .thumbnail.selected > .frame.selection {
1422 border: solid
2px rgb
(27, 168, 243);
1425 .thumbnail-view .thumbnail.error {
1429 .thumbnail-view .thumbnail.transparent {
1433 .thumbnail-view .animation-thumbnail {
1434 background-repeat: no-repeat
;
1435 background-size: cover
;
1440 .thumbnail-view .animation-thumbnail.animating {