2020-05-31 20:24:35 +02:00
|
|
|
.previewtitle {
|
|
|
|
height: 10%;
|
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-05-31 20:24:35 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.previewpic {
|
|
|
|
height: 80%;
|
|
|
|
}
|
|
|
|
|
2020-06-01 21:36:55 +02:00
|
|
|
.previewimage {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2020-05-31 20:24:35 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.videopreview {
|
|
|
|
height: 300px;
|
|
|
|
width: 30%;
|
|
|
|
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;
|
|
|
|
opacity: 0.9;
|
|
|
|
border: 10px;
|
|
|
|
border-radius: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.videopreview:hover {
|
|
|
|
opacity: 1;
|
|
|
|
transition: opacity 0.5s;
|
|
|
|
}
|