2013-05-26 05:54:02 +00:00
|
|
|
@import "../Shared/Styles/card.less";
|
2013-06-07 03:34:18 +00:00
|
|
|
@import "../Shared/Styles/clickable.less";
|
2013-05-26 05:54:02 +00:00
|
|
|
|
2013-04-10 03:17:41 +00:00
|
|
|
.series-item {
|
2013-04-23 04:55:08 +00:00
|
|
|
padding-bottom: 30px;
|
|
|
|
|
|
|
|
:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2013-04-21 00:42:28 +00:00
|
|
|
|
2013-04-21 01:29:26 +00:00
|
|
|
h2 {
|
2013-04-21 00:42:28 +00:00
|
|
|
margin-top: 0px;
|
2013-04-21 01:29:26 +00:00
|
|
|
}
|
2013-04-23 04:55:08 +00:00
|
|
|
|
2013-04-25 04:27:49 +00:00
|
|
|
a {
|
2013-04-23 04:55:08 +00:00
|
|
|
color: #000000;
|
|
|
|
}
|
2013-04-24 03:11:45 +00:00
|
|
|
}
|
|
|
|
|
2013-06-07 03:34:18 +00:00
|
|
|
.series-page-header {
|
2013-06-07 05:15:07 +00:00
|
|
|
background: #000000;
|
|
|
|
color: #ffffff;
|
|
|
|
opacity: 0.9;
|
|
|
|
padding: 30px 30px;
|
|
|
|
margin: 50px 10px;
|
|
|
|
opacity: 0.9;
|
2013-06-07 03:34:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.series-season {
|
|
|
|
.card;
|
|
|
|
margin: 80px 10px;
|
|
|
|
padding: 20px 40px;
|
2013-06-07 05:15:07 +00:00
|
|
|
opacity: 0.9;
|
2013-06-07 03:34:18 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
|
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-posters-item {
|
2013-05-26 05:54:02 +00:00
|
|
|
|
|
|
|
.card;
|
2013-06-07 03:34:18 +00:00
|
|
|
.clickable;
|
2013-04-25 04:27:49 +00:00
|
|
|
margin-bottom: 20px;
|
2013-06-07 05:54:56 +00:00
|
|
|
height: 295px;
|
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 00:23:07 +00:00
|
|
|
}
|
|
|
|
|
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 00:23:07 +00:00
|
|
|
|
2013-04-25 04:27:49 +00:00
|
|
|
.labels {
|
|
|
|
display: inline-block;
|
|
|
|
opacity: 0.75;
|
2013-06-07 03:34:18 +00:00
|
|
|
width: 170px;
|
2013-04-25 04:27:49 +00:00
|
|
|
|
|
|
|
:hover {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
|
|
|
.label {
|
|
|
|
margin-top: 3px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tooltip {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
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-06-07 05:54:56 +00:00
|
|
|
|
|
|
|
.series-poster {
|
|
|
|
width: 168px;
|
|
|
|
}
|
2013-04-24 05:53:44 +00:00
|
|
|
}
|
2013-06-01 19:31:39 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
|
2013-06-07 03:34:18 +00:00
|
|
|
.series-detail-overview {
|
2013-06-01 19:31:39 +00:00
|
|
|
margin-bottom: 50px;
|
|
|
|
}
|
2013-06-07 05:15:07 +00:00
|
|
|
|
2013-06-26 00:33:17 +00:00
|
|
|
@import "../shared/Styles/clickable.less";
|
|
|
|
|
|
|
|
.series-season {
|
|
|
|
.episode-number-cell {
|
|
|
|
width: 22px;
|
|
|
|
}
|
|
|
|
.episode-air-date-cell {
|
|
|
|
width: 150px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.episode-status-cell {
|
|
|
|
width: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.episode-title-cell {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.episode-detail-modal {
|
|
|
|
|
|
|
|
.episode-overview {
|
|
|
|
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
.episode-file-info {
|
|
|
|
|
|
|
|
margin-top: 30px;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.season-grid {
|
|
|
|
.toggle-cell {
|
|
|
|
width: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.season-search {
|
|
|
|
.clickable;
|
|
|
|
font-size: 24px;
|
|
|
|
}
|