2013-09-06 03:37:07 +08:00
|
|
|
.lightbox {
|
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
&: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
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-12-12 23:57:56 +08:00
|
|
|
.lightbox-wrapper {
|
|
|
|
display: inline-block;
|
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;
|
2013-09-06 03:37:07 +08:00
|
|
|
|
|
|
|
span {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.filename {
|
2018-08-29 03:25:54 +08:00
|
|
|
margin: 6px 6px 2px 6px;
|
2015-09-16 17:58:06 +08:00
|
|
|
max-width: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
2013-09-06 03:37:07 +08:00
|
|
|
&:before {
|
2018-11-08 02:05:43 +08:00
|
|
|
// ideally, the SVG used here should be in HTML and reference the SVG sprite
|
|
|
|
content: svg-uri(
|
|
|
|
'<svg xmlns="http://www.w3.org/2000/svg" width="14px" height="16px" viewBox="0 0 512 512" fill="#{$secondary}"><path d="M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm-6 336H54a6 6 0 0 1-6-6V118a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v276a6 6 0 0 1-6 6zM128 152c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zM96 352h320v-80l-87.515-87.515c-4.686-4.686-12.284-4.686-16.971 0L192 304l-39.515-39.515c-4.686-4.686-12.284-4.686-16.971 0L96 304v48z"/></svg>'
|
|
|
|
);
|
2013-09-06 03:37:07 +08:00
|
|
|
margin-right: 5px;
|
2018-11-08 02:05:43 +08:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
opacity: 0.8;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.informations {
|
|
|
|
margin: 6px;
|
|
|
|
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;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.expand {
|
|
|
|
position: absolute;
|
2018-11-08 02:05:43 +08:00
|
|
|
bottom: 2px;
|
2013-09-06 03:37:07 +08:00
|
|
|
right: 7px;
|
|
|
|
&:before {
|
2018-11-08 02:05:43 +08:00
|
|
|
// ideally, the SVG used here should be in HTML and reference the SVG sprite
|
|
|
|
content: svg-uri(
|
|
|
|
'<svg xmlns="http://www.w3.org/2000/svg" width="14px" height="16px" viewBox="0 0 512 512" fill="#{$secondary}"> <path d="M0 180V56c0-13.3 10.7-24 24-24h124c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H64v84c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12zM288 44v40c0 6.6 5.4 12 12 12h84v84c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12V56c0-13.3-10.7-24-24-24H300c-6.6 0-12 5.4-12 12zm148 276h-40c-6.6 0-12 5.4-12 12v84h-84c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h124c13.3 0 24-10.7 24-24V332c0-6.6-5.4-12-12-12zM160 468v-40c0-6.6-5.4-12-12-12H64v-84c0-6.6-5.4-12-12-12H12c-6.6 0-12 5.4-12 12v124c0 13.3 10.7 24 24 24h124c6.6 0 12-5.4 12-12z"/></svg>'
|
|
|
|
);
|
|
|
|
opacity: 0.8;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|