You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
1.1 KiB
69 lines
1.1 KiB
.series-item {
|
|
padding-bottom: 20px;
|
|
|
|
h2 {
|
|
margin-top: 0px;
|
|
}
|
|
}
|
|
|
|
.series-posters {
|
|
list-style-type: none;
|
|
|
|
li {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
}
|
|
|
|
.series-posters-item {
|
|
margin-bottom: 20px;
|
|
|
|
.center {
|
|
display: block;
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
text-align: center;
|
|
}
|
|
|
|
.progress {
|
|
left: 22px;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.title {
|
|
font-size: 17px;
|
|
text-rendering: optimizelegibility;
|
|
}
|
|
|
|
.labels {
|
|
display: inline-block;
|
|
opacity: 0.75;
|
|
width: 138px;
|
|
|
|
.label {
|
|
margin-top: 3px;
|
|
display: block;
|
|
}
|
|
}
|
|
}
|
|
|
|
.series-poster-container {
|
|
position: relative;
|
|
overflow: hidden;
|
|
display: inline-block;
|
|
|
|
.ended-banner {
|
|
color: #EEEEEE;
|
|
background-color: #B94A48;
|
|
-moz-box-shadow: 2px 2px 20px #888;
|
|
-moz-transform: rotate(45deg);
|
|
-moz-transform-origin: 50% 50%;
|
|
-webkit-transform: rotate(45deg);
|
|
-webkit-transform-origin: 50% 50%;
|
|
position: absolute;
|
|
width: 300px;
|
|
top: 180px;
|
|
left: -120px;
|
|
text-align: center;
|
|
}
|
|
} |