00001
00002
00003 #title_choices {
00004 margin: 1em auto;
00005 }
00006
00007
00008
00009 #recorded_list {
00010 width: 100%;
00011 }
00012
00013 #recorded_list td {
00014 padding: 4px;
00015 border: 1px solid #222;
00016 }
00017 #recorded_list th {
00018 padding: 0;
00019 border: 1px solid #222;
00020 text-align: left;
00021 font-weight: normal;
00022 }
00023 #recorded_list th a {
00024 padding: 2px .5em;
00025 display: block;
00026 }
00027
00028 #recorded_list td.x-pixmap {
00029 background-color: black;
00030 padding: 0 !important;
00031 width: 150px;
00032 position: relative;
00033 }
00034 #recorded_list td.x-pixmap a {
00035 border: 1px solid transparent;
00036 }
00037 #recorded_list td.x-pixmap a:hover {
00038 border: 1px solid #F0F000;
00039 }
00040
00041 #recorded_list td.x-pixmap a.x-pixmap {
00042 float: left;
00043 height: 78px;
00044 }
00045 #recorded_list td.x-pixmap a.x-pixmap img {
00046 width: 100px;
00047 height: 76px;
00048 }
00049 #recorded_list td.x-pixmap a.x-download {
00050 margin-left: 102px !important;
00051 display: block;
00052 padding: 7px;
00053 height: 24px;
00054 text-align: center;
00055 vertical-align: middle;
00056 }
00057
00058 #recorded_list th.x-title a, #recorded_list td.x-title {
00059 }
00060 #recorded_list th.x-subtitle a, #recorded_list td.x-subtitle {
00061 }
00062 #recorded_list th.x-programid a, #recorded_list td.x-programid {
00063 }
00064 #recorded_list th.x-channum a, #recorded_list td.x-channum {
00065 white-space: nowrap;
00066 }
00067 #recorded_list th.x-airdate a, #recorded_list td.x-airdate {
00068 text-align: center;
00069 white-space: nowrap;
00070 }
00071 #recorded_list th.x-recgroup a, #recorded_list td.x-recgroup {
00072 }
00073 #recorded_list th.x-length a, #recorded_list td.x-length {
00074 white-space: nowrap;
00075 text-align: center;
00076 }
00077 #recorded_list th.x-filesize a, #recorded_list td.x-filesize {
00078 white-space: nowrap;
00079 text-align: center;
00080 }
00081
00082 #recorded_list td.x-commands {
00083 padding: 0;
00084 width: 5%;
00085 white-space: nowrap;
00086 text-align: center;
00087 vertical-align: top;
00088 background-color: #222;
00089 }
00090 #recorded_list td.x-commands a {
00091 display: block;
00092 padding: .5em;
00093 margin: 0 0 2px 0;
00094 border: 2px solid #000;
00095 background-color: #333;
00096 }
00097
00098
00099 .recorded { background-color: #444; }
00100
00101 .recorded .x-progflags img {
00102 padding: .3em;
00103 }
00104
00105 .recorded a img {
00106 border: 1px solid transparent;
00107 }
00108 .recorded .x-progflags a:hover img {
00109 border: 1px solid #F0F000;
00110 }
00111