h5ai/src/_h5ai/public/css/lib/ext/preview-img.less

30 lines
746 B
Plaintext
Raw Normal View History

2016-07-21 21:59:50 -04:00
#pv-content-img {
2015-04-26 08:55:27 -03:00
.raised;
2015-04-25 16:44:34 -03:00
@check-white: #f8f8f8;
@check-black: #e8e8e8;
2014-08-15 16:07:53 -04:00
position: absolute;
2013-08-21 08:04:20 -04:00
image-orientation: from-image;
2021-01-24 12:04:10 -03:00
2014-08-15 16:07:53 -04:00
max-width: 100%;
max-height: 100%;
2012-08-09 05:34:20 -04:00
2014-08-15 16:07:53 -04:00
background-color: @check-white;
background-image:
-webkit-linear-gradient(45deg, @check-black 25%, transparent 25%, transparent 75%, @check-black 75%, @check-black),
-webkit-linear-gradient(45deg, @check-black 25%, transparent 25%, transparent 75%, @check-black 75%, @check-black);
background-size: 60px 60px;
background-position: 0 0, 30px 30px;
2013-08-21 17:00:33 -04:00
2015-04-04 15:20:26 -03:00
&.loading {
opacity: 0.5;
margin-top: 32px;
width: 240px;
height: 240px;
border-radius: 1000px;
overflow: hidden;
}
2012-08-06 10:47:17 -04:00
}