2019-03-22 23:52:06 +08:00
|
|
|
$meta-element-margin: 6px;
|
|
|
|
|
2018-12-13 15:17:08 +08:00
|
|
|
.lightbox-wrapper .lightbox {
|
2013-09-06 03:37:07 +08:00
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
2018-12-15 06:44:38 +08:00
|
|
|
overflow: hidden;
|
2013-09-06 03:37:07 +08:00
|
|
|
&:hover .meta {
|
2018-08-29 03:25:54 +08:00
|
|
|
opacity: 0.9;
|
2018-06-08 17:49:31 +08:00
|
|
|
transition: opacity 0.5s;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
2018-12-11 04:44:38 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.d-lazyload-hidden {
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
2018-12-22 00:29:29 +08:00
|
|
|
.onebox img.d-lazyload-hidden {
|
|
|
|
border: 1px solid $primary-low;
|
|
|
|
}
|
|
|
|
|
2018-12-11 04:44:38 +08:00
|
|
|
.cooked img.d-lazyload {
|
|
|
|
transition: opacity 0.4s 0.75s ease;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
2013-12-12 23:57:56 +08:00
|
|
|
.lightbox-wrapper {
|
|
|
|
display: inline-block;
|
2018-12-11 19:23:39 +08:00
|
|
|
img {
|
|
|
|
object-fit: cover;
|
|
|
|
object-position: top;
|
|
|
|
}
|
2018-06-08 17:49:31 +08:00
|
|
|
&,
|
|
|
|
* {
|
|
|
|
outline: 0;
|
|
|
|
}
|
2013-12-12 23:57:56 +08:00
|
|
|
}
|
|
|
|
|
2013-09-06 03:37:07 +08:00
|
|
|
.meta {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
2018-08-29 03:25:54 +08:00
|
|
|
color: $secondary;
|
|
|
|
background: $primary;
|
2013-09-06 03:37:07 +08:00
|
|
|
opacity: 0;
|
2018-06-08 17:49:31 +08:00
|
|
|
transition: opacity 0.2s;
|
2019-03-22 23:52:06 +08:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2013-09-06 03:37:07 +08:00
|
|
|
|
|
|
|
.filename {
|
2019-03-22 23:52:06 +08:00
|
|
|
margin: $meta-element-margin;
|
2015-09-16 17:58:06 +08:00
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
2019-03-22 23:52:06 +08:00
|
|
|
.d-icon {
|
|
|
|
margin: $meta-element-margin;
|
|
|
|
opacity: 0.8;
|
|
|
|
color: $secondary;
|
|
|
|
+ .filename {
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-09-06 03:37:07 +08:00
|
|
|
.informations {
|
2019-03-22 23:52:06 +08:00
|
|
|
margin: $meta-element-margin;
|
2013-09-06 03:37:07 +08:00
|
|
|
padding-right: 20px;
|
2018-08-29 03:25:54 +08:00
|
|
|
color: $secondary-high;
|
2018-01-13 06:27:38 +08:00
|
|
|
font-size: $font-0;
|
2019-03-22 23:52:06 +08:00
|
|
|
flex-shrink: 0;
|
|
|
|
flex-grow: 3;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
}
|
2019-04-18 01:24:03 +08:00
|
|
|
|
|
|
|
.mfp-preloader .spinner {
|
|
|
|
margin: auto;
|
|
|
|
}
|