OpenMediaCenter/src/css/Preview.css

42 lines
686 B
CSS
Raw Normal View History

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