mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-06 01:15:05 -05:00
0d9fbc1ad7
This version of SickBeard uses both TVDB and TVRage to search and gather it's series data from allowing you to now have access to and download shows that you couldn't before because of being locked into only what TheTVDB had to offer. Also this edition is based off the code we used in our XEM editon so it does come with scene numbering support as well as all the other features our XEM edition has to offer. Please before using this with your existing database (sickbeard.db) please make a backup copy of it and delete any other database files such as cache.db and failed.db if present, we HIGHLY recommend starting out with no database files at all to make this a fresh start but the choice is at your own risk! Enjoy!
222 lines
4.7 KiB
CSS
222 lines
4.7 KiB
CSS
.tvshowDiv {
|
|
display: block;
|
|
clear: both;
|
|
border-left: 1px solid #CCCCCC;
|
|
border-right: 1px solid #CCCCCC;
|
|
border-bottom: 1px solid #CCCCCC;
|
|
margin: auto;
|
|
padding: 0px;
|
|
text-align: left;
|
|
width: 750px;
|
|
}
|
|
|
|
.tvshowDiv a, .tvshowDiv a:link, .tvshowDiv a:visited, .tvshowDiv a:hover {
|
|
text-decoration: none;
|
|
background: none;
|
|
}
|
|
|
|
.tvshowTitle a {
|
|
color: #000000;
|
|
float: left;
|
|
padding-top: 3px;
|
|
line-height: 1.2em;
|
|
font-size: 1.1em;
|
|
text-shadow: -1px -1px 0 #FFF);
|
|
}
|
|
|
|
.tvshowTitleIcons {
|
|
float: right;
|
|
padding: 3px 5px;
|
|
}
|
|
|
|
.tvshowDiv .title {
|
|
font-weight: 900;
|
|
color: #333;
|
|
}
|
|
.imgWrapper {
|
|
background: url("../images/loading.gif") no-repeat scroll center center #FFFFFF;
|
|
border: 3px solid #FFFFFF;
|
|
box-shadow: 1px 1px 2px 0 #555555;
|
|
float: left;
|
|
height: 50px;
|
|
overflow: hidden;
|
|
text-indent: -3000px;
|
|
width: 50px;
|
|
}
|
|
.imgWrapper .posterThumb {
|
|
float: left;
|
|
min-height: 100%;
|
|
min-width: 100%;
|
|
width: 50px;
|
|
height: auto;
|
|
position: relative;
|
|
border: none;
|
|
vertical-align: middle;
|
|
}
|
|
.posterThumb {
|
|
-ms-interpolation-mode: bicubic; /* make scaling look nicer for ie */
|
|
vertical-align: top;
|
|
height: auto;
|
|
width: 160px;
|
|
border-top: 1px solid #ccc;
|
|
border-right: 1px solid #ccc;
|
|
}
|
|
.bannerThumb {
|
|
-ms-interpolation-mode: bicubic; /* make scaling look nicer for ie */
|
|
vertical-align: top;
|
|
height: auto;
|
|
width: 750px;
|
|
/* margin-bottom: 1px; */
|
|
}
|
|
|
|
.tvshowDiv th {
|
|
color: #000;
|
|
letter-spacing: 1px;
|
|
text-align: left;
|
|
background-color: #333333;
|
|
}
|
|
|
|
.tvshowDiv th.nobg {
|
|
background: #efefef;
|
|
border-top: 1px solid #666;
|
|
text-align: center;
|
|
}
|
|
|
|
.tvshowDiv td {
|
|
border-top: 1px solid #d2ebe8;
|
|
background: #fff;
|
|
padding: 5px 10px 5px 10px;
|
|
color: #000;
|
|
}
|
|
|
|
.tvshowDiv td.next_episode {
|
|
width: 100%;
|
|
height: 90%;
|
|
border-top: 1px solid #ccc;
|
|
vertical-align: top;
|
|
background: #F5FAFA;
|
|
color: #000;
|
|
}
|
|
|
|
h1.day {
|
|
font-weight: bold;
|
|
margin-top: 10px;
|
|
padding: 4px;
|
|
letter-spacing: 1px;
|
|
background-image: -moz-linear-gradient(#555555, #333333) !important;
|
|
background-image: linear-gradient(#555555, #333333) !important;
|
|
background-image: -webkit-linear-gradient(#555555, #333333) !important;
|
|
background-image: -o-linear-gradient(#555555, #333333) !important;
|
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr=#555555, endColorstr=#333333) !important;
|
|
-ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#555555, endColorstr=#333333) !important;
|
|
color: #fff;
|
|
text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
|
|
text-align: center;
|
|
}
|
|
|
|
h1.network {
|
|
font-weight: bold;
|
|
padding: 4px;
|
|
letter-spacing: 1px;
|
|
background-image: -moz-linear-gradient(#555555, #333333) !important;
|
|
background-image: linear-gradient(#555555, #333333) !important;
|
|
background-image: -webkit-linear-gradient(#555555, #333333) !important;
|
|
background-image: -o-linear-gradient(#555555, #333333) !important;
|
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr=#555555, endColorstr=#333333) !important;
|
|
-ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#555555, endColorstr=#333333) !important;
|
|
color: #fff;
|
|
text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
|
|
text-align: center;
|
|
}
|
|
|
|
.ep_listing {
|
|
width: auto;
|
|
border: 1px solid #CCCCCC;
|
|
margin-bottom: 10px;
|
|
/* margin: 10px; */
|
|
/* overflow: hidden; */
|
|
padding: 10px;
|
|
}
|
|
|
|
.h2footer .listing_default,
|
|
.h2footer .listing_current,
|
|
.h2footer .listing_waiting,
|
|
.h2footer .listing_overdue,
|
|
.h2footer .listing_toofar {
|
|
padding: 2px 10px;
|
|
display: inline-block;
|
|
font-size: 13px;
|
|
font-weight: bold;
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.listing_default {
|
|
background-color: #F5F1E4;
|
|
color: #cec198;
|
|
}
|
|
|
|
.listing_current {
|
|
background-color: #E2FFD8;
|
|
color: #AAD450;
|
|
}
|
|
|
|
.listing_waiting {
|
|
background-color: #99ff99;
|
|
}
|
|
|
|
.listing_overdue {
|
|
background-color: #FDEBF3;
|
|
color: #F49AC1;
|
|
}
|
|
|
|
.listing_toofar {
|
|
background-color: #E9F7FB;
|
|
color: #90D5EC;
|
|
}
|
|
|
|
.listing_unknown {
|
|
background-color: #ffdc89;
|
|
}
|
|
|
|
tr.listing_default {
|
|
color: #000000;
|
|
}
|
|
|
|
tr.listing_current {
|
|
color: #000000;
|
|
}
|
|
|
|
tr.listing_waiting {
|
|
color: #000000;
|
|
}
|
|
|
|
tr.listing_overdue {
|
|
color: #000000;
|
|
}
|
|
|
|
tr.listing_toofar {
|
|
color: #000000;
|
|
}
|
|
|
|
tr.listing_unknown {
|
|
color: #000000;
|
|
}
|
|
|
|
span.pause {
|
|
color: #FF0000;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.ep_summaryTrigger {
|
|
/* float: left;
|
|
padding-top: 9px;*/
|
|
margin-top: -1px;
|
|
}
|
|
.ep_summary {
|
|
margin-left: 5px;
|
|
/* padding-top: 5px; */
|
|
font-style: italic;
|
|
line-height: 21px;
|
|
} |