00001
00002
00003
00004
00005
00006
00007
00008
00009 #settings {
00010 margin-top: 1em;
00011 }
00012
00013
00014
00015 #settings .x-overview {
00016 text-align: center;
00017 width: 15em;
00018 }
00019 #settings .x-title {
00020 margin: .5em;
00021 font-size: 125%;
00022 }
00023
00024
00025
00026 #settings .x-modules {
00027 white-space: nowrap;
00028 }
00029 #settings .x-modules ul {
00030 margin: 1em;
00031 list-style-type: none;
00032 padding: 0px;
00033 }
00034 #settings .x-modules li {
00035 }
00036 #settings .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 #settings .x-modules a:hover, #settings .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 #settings .x-modules a.x-selected {
00052 border-style: solid;
00053 }
00054
00055
00056
00057 #settings .x-sections {
00058 padding: 0px 1em;
00059 border-bottom: 1px solid #9090B0;
00060 height: 2.25em;
00061 vertical-align: bottom;
00062 }
00063
00064 #settings .x-sections ul {
00065 display: inline;
00066 list-style: none;
00067 margin: 0;
00068 padding: 0;
00069 }
00070 #settings .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 #settings .x-sections a:hover, #settings .x-sections a.x-selected {
00083 color: white;
00084 background-color: #102923;
00085 border-color: #9090B0;
00086 }
00087 #settings .x-sections a.x-selected {
00088 border-bottom: 1px solid #102923;
00089 margin-bottom: -1px;
00090 }
00091
00092 #settings .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 #settings .x-host {
00104 text-align: right;
00105 border-bottom: 1px solid #9090B0;
00106 }
00107
00108
00109
00110 #settings .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 #settings .x-content {
00122 background-color: #102923;
00123 border: 1px solid #9090B0;
00124 border-top: none;
00125 }
00126
00127 #settings .x-content table {
00128 width: 100%;
00129 }
00130 #settings .x-content table th, #settings .x-content table td {
00131 padding: .5em;
00132 }
00133
00134 #settings .x-content th {
00135 text-align: right;
00136 font-weight: normal;
00137 white-space: nowrap;
00138 }
00139
00140 #settings .x-content tr.x-sep th, #settings .x-content tr.x-sep td {
00141 border-bottom: 1px solid #304943;
00142 }
00143