|
|
|
@@ -1,42 +1,4 @@ |
|
|
|
<style> |
|
|
|
img { |
|
|
|
cursor: zoom-in; |
|
|
|
} |
|
|
|
|
|
|
|
.fancybox__container { |
|
|
|
--fancybox-bg: rgba(193, 201, 210, 0.7); |
|
|
|
} |
|
|
|
|
|
|
|
.fancybox-zoomOut { |
|
|
|
animation: 0.2s ease-in-out fancybox-zoomOut both; |
|
|
|
} |
|
|
|
|
|
|
|
.fancybox-zoomIn { |
|
|
|
animation: 0.25s ease-in-out fancybox-zoomIn both; |
|
|
|
} |
|
|
|
|
|
|
|
@keyframes fancybox-zoomIn { |
|
|
|
from { |
|
|
|
opacity: 0; |
|
|
|
transform: scale3d(0.8, 0.8, 0.8); |
|
|
|
} |
|
|
|
|
|
|
|
100% { |
|
|
|
opacity: 1; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@keyframes fancybox-zoomOut { |
|
|
|
from { |
|
|
|
opacity: 1; |
|
|
|
} |
|
|
|
|
|
|
|
to { |
|
|
|
opacity: 0; |
|
|
|
transform: scale3d(0.8, 0.8, 0.8); |
|
|
|
} |
|
|
|
} |
|
|
|
</style> |
|
|
|
<div class="{{TabSizeClass .Editorconfig .FileName}} non-diff-file-content gallery"> |
|
|
|
<h4 class="file-header ui top attached header"> |
|
|
|
<div class="file-header-left"> |
|
|
|
|