OpenMediaCenter/src/elements/Preview/Preview.module.css

64 lines
1.0 KiB
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 {
min-width: 266px;
min-height: 150px;
2020-05-31 20:24:35 +02:00
height: 80%;
overflow: hidden;
text-align: center;
}
.loadAnimation {
display: inline-block;
line-height: 150px;
vertical-align: center;
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
}
.tagpreview {
text-transform: uppercase;
font-weight: bolder;
font-size: x-large;
text-align: center;
height: 150px;
width: 266px;
}
2020-06-12 15:57:30 +00:00
.tagpreviewtitle {
margin-top: 55px;
}