mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
31 lines
394 B
CSS
31 lines
394 B
CSS
.examples img {
|
|
width:100%;
|
|
}
|
|
|
|
.colors {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.colors > div {
|
|
display:inline-block;
|
|
text-align: center;
|
|
margin-bottom:10px;
|
|
}
|
|
|
|
.colors .color {
|
|
width:40px;
|
|
height:40px;
|
|
margin-left:25px;
|
|
margin-right:25px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.footer {
|
|
padding-top:20px;
|
|
padding-bottom:20px;
|
|
color:#fff;
|
|
}
|
|
|
|
.footer a {
|
|
color: #E0F2F1;
|
|
} |