00001 /* 00002 * 00003 * Styles used in /tv/list 00004 * 00005 /*/ 00006 00007 .right_arrow { 00008 float: right; 00009 } 00010 .left_arrow { 00011 float: left; 00012 } 00013 00014 .x-channel { 00015 width: 8em; 00016 padding: 0 !important; 00017 vertical-align: middle; 00018 background-color: #202a49; 00019 white-space: nowrap; 00020 } 00021 .x-channel img { 00022 position: relative; 00023 top: -4px; 00024 vertical-align: middle; 00025 } 00026 .x-channel a { 00027 display: block; 00028 text-align: center; 00029 padding: 5px; 00030 } 00031 .x-channel .x-preferred { 00032 margin-left: 5px; 00033 font-size: 200%; 00034 } 00035 00036 #list_head { 00037 width: 80%; 00038 margin: 1em auto; 00039 } 00040 00041 00042 #x_current_time { 00043 font-size: 150%; 00044 margin-top: .25em; 00045 float: left; 00046 } 00047 00048 #x-jumpto { 00049 float: right; 00050 } 00051 #x-jumpto td { 00052 padding: .35em 1em; 00053 vertical-align: middle; 00054 white-space: nowrap; 00055 } 00056 #x-jumpto td.x-jumpto { 00057 font-size: 110%; 00058 font-weight: bold; 00059 border-right: 1px solid #304943; 00060 } 00061 #x-jumpto td.x-hour { 00062 border-right: 1px solid #304943; 00063 } 00064 #x-jumpto td.x-hour select { 00065 text-align: right; 00066 } 00067 #x-jumpto .x-day select { 00068 text-align: center; 00069 } 00070 00071 #x-jumpto a img { 00072 vertical-align: middle; 00073 height: 16px; 00074 width: 16px; 00075 margin-top: -2px; 00076 } 00077 #x-jumpto a { 00078 height: 20px; 00079 width: 20px; 00080 padding: 2px; 00081 border: 1px solid #7b8; 00082 background-color: #263; 00083 } 00084 #x-jumpto a:hover { 00085 border: 1px solid #9da; 00086 background-color: #485; 00087 }
1.5.5