2020-05-31 20:24:35 +02:00
|
|
|
.previewtitle {
|
2020-06-04 16:45:24 +02:00
|
|
|
height: 20px;
|
2020-06-02 22:52:28 +02:00
|
|
|
color: #3d3d3d;
|
2020-05-31 20:24:35 +02:00
|
|
|
text-align: center;
|
2020-06-02 22:52:28 +02:00
|
|
|
font-weight: bold;
|
2020-06-04 00:15:06 +02:00
|
|
|
max-width: 266px;
|
2020-06-04 16:45:24 +02:00
|
|
|
font-size: smaller;
|
2020-05-31 20:24:35 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.previewpic {
|
|
|
|
height: 80%;
|
2020-06-03 18:26:30 +02:00
|
|
|
overflow: hidden;
|
2020-05-31 20:24:35 +02:00
|
|
|
}
|
|
|
|
|
2020-06-01 21:36:55 +02:00
|
|
|
.previewimage {
|
2020-06-07 11:37:50 +02:00
|
|
|
min-height: 150px;
|
2020-06-04 16:45:24 +02:00
|
|
|
max-height: 400px;
|
|
|
|
min-width: 266px;
|
|
|
|
max-width: 410px;
|
|
|
|
}
|
|
|
|
|
2020-06-04 22:19:18 +02:00
|
|
|
.previewbottom {
|
2020-06-04 16:45:24 +02:00
|
|
|
height: 20px;
|
2020-05-31 20:24:35 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.videopreview {
|
|
|
|
float: left;
|
2020-06-02 22:52:28 +02:00
|
|
|
margin-left: 25px;
|
|
|
|
margin-top: 25px;
|
|
|
|
/*background-color: #7F7F7F;*/
|
|
|
|
background-color: #a8c3ff;
|
2020-05-31 20:24:35 +02:00
|
|
|
cursor: pointer;
|
2020-06-04 22:19:18 +02:00
|
|
|
opacity: 0.85;
|
2020-05-31 20:24:35 +02:00
|
|
|
border-radius: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.videopreview:hover {
|
|
|
|
opacity: 1;
|
2020-06-04 22:19:18 +02:00
|
|
|
box-shadow: rgba(2, 12, 27, 0.7) 0px 0px 0px 5px;
|
|
|
|
transition: all 300ms;
|
2020-05-31 20:24:35 +02:00
|
|
|
}
|