00001
00002
00003
00004
00005
00006
00007
00008
00009 #remote {
00010 margin-top: 1em;
00011 }
00012
00013
00014
00015 #remote .x-overview {
00016 text-align: center;
00017 width: 15em;
00018 }
00019 #remote .x-title {
00020 margin: .5em;
00021 font-size: 125%;
00022 }
00023
00024
00025
00026 #remote .x-modules {
00027 white-space: nowrap;
00028 }
00029 #remote .x-modules ul {
00030 margin: 1em;
00031 list-style-type: none;
00032 padding: 0px;
00033 }
00034 #remote .x-modules li {
00035 }
00036 #remote .x-modules a {
00037 display: block;
00038 padding: .2em 1em;
00039 background-color: #345;
00040 border: 1px dotted #9090B0;
00041 margin-top: 1px;
00042 margin-bottom: 11px;
00043 }
00044 #remote .x-modules a:hover, #remote .x-modules a.x-selected {
00045 background-color: #023;
00046 margin-top: -1px;
00047 margin-bottom: 10px;
00048 border-width: 2px;
00049 border-color: #abd;
00050 }
00051 #remote .x-modules a.x-selected {
00052 border-style: solid;
00053 }
00054
00055
00056
00057 #remote .x-sections {
00058 padding: 0px 1em;
00059 border-bottom: 1px solid #9090B0;
00060 height: 2.25em;
00061 vertical-align: bottom;
00062 }
00063
00064 #remote .x-sections ul {
00065 display: inline;
00066 list-style: none;
00067 margin: 0;
00068 padding: 0;
00069 }
00070 #remote .x-sections a {
00071 float: left;
00072 color: #ccd;
00073 background-color: #405953;
00074 padding: 2px 6px;
00075 margin: 3px 5px 0px 0px;
00076 border: 2px solid #578;
00077 border-bottom: none;
00078 white-space: nowrap;
00079 -moz-border-radius-topleft: 8px;
00080 -moz-border-radius-topright: 8px;
00081 }
00082 #remote .x-sections a:hover, #remote .x-sections a.x-selected {
00083 color: white;
00084 background-color: #102923;
00085 border-color: #9090B0;
00086 }
00087 #remote .x-sections a.x-selected {
00088 border-bottom: 1px solid #102923;
00089 margin-bottom: -1px;
00090 }
00091
00092 #remote .x-sections a.active {
00093 color: white;
00094 font-weight: bold;
00095 background-color: #102923;
00096 border: 2px solid #9090B0;
00097 border-bottom: 1px solid #102923;
00098 margin-bottom: -1px;
00099 }
00100
00101
00102
00103 #remote .x-host {
00104 text-align: right;
00105 border-bottom: 1px solid #9090B0;
00106 }
00107
00108
00109
00110 #remote .x-notice {
00111 margin: 1em;
00112 padding: .5em;
00113 text-align: center;
00114 color: #fbb;
00115 background-color: #360000;
00116 border: 1px solid #F03030;
00117 }
00118
00119
00120
00121 #remote .x-content {
00122 background-color: #102923;
00123 border: 1px solid #9090B0;
00124 border-top: none;
00125 padding: .5em;
00126 }
00127
00128 #remote .x-content table {
00129 width: 100%;
00130 }
00131 #remote .x-content table th, #remote .x-content table td {
00132 padding: .5em;
00133 }
00134
00135 #remote .x-content th {
00136 text-align: right;
00137 font-weight: normal;
00138 white-space: nowrap;
00139 }
00140
00141 #remote .x-content tr.x-sep th, #remote .x-content tr.x-sep td {
00142 border-bottom: 1px solid #304943;
00143 }
00144
00145
00146
00147 #remote_keys table td {
00148 text-align: center;
00149 padding: 2px !important;
00150 }
00151 #remote_keys table a {
00152 display: block;
00153 min-width: 2em;
00154 padding: .25em .5em;
00155 font-weight: bold;
00156 border: 1px solid #7b8;
00157 background-color: #263;
00158 }
00159 #remote_keys table a:hover {
00160 border: 1px solid #9da;
00161 background-color: #485;
00162 text-decoration: none;
00163 }
00164 #remote_keys table a.pressed {
00165 border: 1px solid #9da;
00166 background-color: #685;
00167 }
00168 #remote_keys table a.pressed:hover {
00169 background-color: #8a7;
00170 }
00171 #remote_keys table a.noshift {
00172 }
00173 #remote_keys table a.reqshift {
00174 }
00175 #remote_keys table a.x-hidden {
00176 display: none;
00177 }
00178