Radarr/UI/Series/series.less

91 lines
1.3 KiB
Plaintext
Raw Normal View History

.series-item {
padding-bottom: 30px;
:hover {
text-decoration: none;
}
2013-04-21 00:42:28 +00:00
h2 {
2013-04-21 00:42:28 +00:00
margin-top: 0px;
}
a{
color: #000000;
}
2013-04-24 03:11:45 +00:00
}
.series-posters {
list-style-type: none;
li {
display: inline-block;
vertical-align: top;
}
2013-04-23 02:07:21 +00:00
.series-page-header {
padding-bottom: 50px;
2013-04-24 03:11:45 +00: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 05:53:44 +00:00
.title {
font-size: 17px;
text-rendering: optimizelegibility;
}
.labels {
display: inline-block;
opacity: 0.75;
width: 138px;
:hover {
cursor: default;
}
2013-04-24 05:53:44 +00:00
.label {
margin-top: 3px;
display: block;
}
.tooltip {
opacity: 1;
}
2013-04-24 05:53:44 +00:00
}
2013-04-23 02:07:21 +00:00
.series-season {
padding-bottom: 20px;
}
2013-04-24 05:53:44 +00: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: 175px;
left: -122px;
2013-04-24 05:53:44 +00:00
text-align: center;
}
2013-04-23 02:07:21 +00:00
}