OpenMediaCenter/src/elements/Preview/Preview.module.css
Lukas Heiligenbrunner 1de36afb69 new folder structure for php scripts
renamed api nodes
php braces on same line
2020-08-12 17:50:25 +00:00

62 lines
958 B
CSS

.previewtitle {
font-size: smaller;
font-weight: bold;
height: 20px;
height: 20px;
max-width: 266px;
text-align: center;
text-align: center;
}
.previewpic {
height: 80%;
min-height: 150px;
min-width: 266px;
overflow: hidden;
text-align: center;
}
.loadAnimation {
display: inline-block;
line-height: 150px;
vertical-align: middle;
}
.previewimage {
max-height: 400px;
max-width: 410px;
min-height: 150px;
min-width: 266px;
}
.previewbottom {
height: 20px;
}
.videopreview {
border-radius: 20px;
cursor: pointer;
float: left;
margin-left: 25px;
margin-top: 25px;
opacity: 0.85;
}
.videopreview:hover {
opacity: 1;
transition: all 300ms;
}
.tagpreview {
font-size: x-large;
font-weight: bolder;
height: 150px;
text-align: center;
text-transform: uppercase;
width: 266px;
}
.tagpreviewtitle {
margin-top: 55px;
}