Lidarr/UI/Series/series.less

114 lines
1.8 KiB
Plaintext
Raw Normal View History

@import "../Shared/Styles/card.less";
.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 {
.card;
2013-04-25 04:27:49 +00:00
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 {
2013-05-20 21:42:20 +00:00
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-05-20 21:42:20 +00:00
}
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 {
2013-05-20 21:42:20 +00:00
color: #eeeeee;
background-color: #b94a48;
2013-04-25 04:27:49 +00:00
-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-25 18:58:38 +00:00
opacity: 0.9;
}
.series-controls {
position: absolute;;
top: 0px;
overflow: hidden;
2013-05-20 21:42:20 +00:00
background-color: #eeeeee;
2013-04-25 18:58:38 +00:00
width: 100%;
text-align: right;
padding-right: 20px;
opacity: 0.8;
display: none;
2013-04-25 04:27:49 +00:00
}
2013-04-24 05:53:44 +00:00
}
}