2013-04-10 05:17:41 +02:00
|
|
|
.series-item {
|
2013-04-21 03:29:26 +02:00
|
|
|
padding-bottom: 20px;
|
2013-04-21 02:42:28 +02:00
|
|
|
|
2013-04-21 03:29:26 +02:00
|
|
|
h2 {
|
2013-04-21 02:42:28 +02:00
|
|
|
margin-top: 0px;
|
2013-04-21 03:29:26 +02:00
|
|
|
}
|
2013-04-24 05:11:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.series-posters {
|
|
|
|
list-style-type: none;
|
|
|
|
|
|
|
|
li {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
2013-04-23 04:07:21 +02:00
|
|
|
.series-page-header {
|
|
|
|
padding-bottom: 50px;
|
2013-04-24 05:11:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.series-posters-item {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
|
|
|
.center {
|
|
|
|
display: block;
|
|
|
|
margin-left:auto;
|
|
|
|
margin-right:auto;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.progress {
|
|
|
|
left: 22px;
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
2013-04-24 07:53:44 +02:00
|
|
|
|
|
|
|
.title {
|
|
|
|
font-size: 17px;
|
|
|
|
text-rendering: optimizelegibility;
|
|
|
|
}
|
|
|
|
|
|
|
|
.labels {
|
|
|
|
display: inline-block;
|
|
|
|
opacity: 0.75;
|
|
|
|
width: 138px;
|
|
|
|
|
|
|
|
.label {
|
|
|
|
margin-top: 3px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
2013-04-23 04:07:21 +02:00
|
|
|
.series-season {
|
|
|
|
padding-bottom: 20px;
|
|
|
|
}
|
2013-04-24 07:53:44 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
2013-04-23 04:07:21 +02:00
|
|
|
}
|