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 #list_head { 00015 width: 80%; 00016 margin: 1em auto; 00017 } 00018 00019 #x_current_time { 00020 font-size: 150%; 00021 margin-top: .25em; 00022 float: left; 00023 } 00024 #x_current_time img { 00025 margin-top: -.25em; 00026 float: left; 00027 margin-right: .5em; 00028 } 00029 00030 #x-jumpto { 00031 float: right; 00032 } 00033 #x-jumpto td { 00034 padding: .35em 1em; 00035 vertical-align: middle; 00036 white-space: nowrap; 00037 } 00038 #x-jumpto td.x-jumpto { 00039 font-size: 110%; 00040 font-weight: bold; 00041 border-right: 1px solid #304943; 00042 } 00043 #x-jumpto td.x-hour { 00044 border-right: 1px solid #304943; 00045 } 00046 #x-jumpto td.x-hour select { 00047 text-align: right; 00048 } 00049 #x-jumpto .x-day select { 00050 text-align: center; 00051 } 00052 00053 #x-jumpto a img { 00054 vertical-align: middle; 00055 height: 16px; 00056 width: 16px; 00057 margin-top: -2px; 00058 } 00059 #x-jumpto a { 00060 height: 20px; 00061 width: 20px; 00062 padding: 2px; 00063 border: 1px solid #7b8; 00064 background-color: #263; 00065 } 00066 #x-jumpto a:hover { 00067 border: 1px solid #9da; 00068 background-color: #485; 00069 }
1.5.5