Radarr/UI/Series/series.less

96 lines
1.5 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;
}
2013-04-25 04:27:49 +00:00
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-25 04:27:49 +00:00
.series-page-header {
padding-bottom: 50px;
2013-04-24 03:11:45 +00:00
}
2013-04-25 04:27:49 +00:00
.series-posters-item {
margin-bottom: 20px;
2013-04-24 05:53:44 +00:00
2013-04-25 04:27:49 +00:00
.center {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
2013-04-24 05:53:44 +00:00
2013-04-25 04:27:49 +00:00
.progress {
left: 22px;
margin-top: 5px;
}
2013-04-25 04:27:49 +00:00
.title {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
2013-04-24 05:53:44 +00:00
}
2013-04-25 04:27:49 +00:00
.labels {
display: inline-block;
opacity: 0.75;
width: 138px;
:hover {
cursor: default;
}
.label {
margin-top: 3px;
display: block;
}
.tooltip {
opacity: 1;
}
}
.series-season {
padding-bottom: 20px;
}
2013-04-24 05:53:44 +00:00
}
2013-04-25 04:27:49 +00:00
.series-poster-container {
position: relative;
overflow: hidden;
display: inline-block;
2013-04-24 05:53:44 +00:00
2013-04-25 04:27:49 +00:00
.ended-banner {
color: #eeeeee;
background-color: #b94a48;
-moz-box-shadow: 2px 2px 20px #888888;
-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;
text-align: center;
}
2013-04-24 05:53:44 +00:00
}
2013-04-23 02:07:21 +00:00
}