00001 #settings {
00002 margin-top: 1em;
00003 }
00004
00005
00006
00007 #settings .x-overview {
00008 text-align: center;
00009 width: 15em;
00010 }
00011 #settings .x-title {
00012 margin: .5em;
00013 font-size: 125%;
00014 }
00015
00016
00017
00018 #settings .x-modules {
00019 white-space: nowrap;
00020 }
00021 #settings .x-modules ul {
00022 margin: 1em;
00023 list-style-type: none;
00024 padding: 0px;
00025 }
00026 #settings .x-modules li {
00027 }
00028 #settings .x-modules a {
00029 display: block;
00030 padding: .2em 1em;
00031 background-color: #444;
00032 border: 1px dotted #999;
00033 margin-top: 1px;
00034 margin-bottom: 11px;
00035 }
00036 #settings .x-modules a:hover, #settings .x-modules a.x-selected {
00037 background-color: #161616;
00038 margin-top: -1px;
00039 margin-bottom: 10px;
00040 border-width: 2px;
00041 border-color: #bbb;
00042 }
00043 #settings .x-modules a.x-selected {
00044 border-style: solid;
00045 }
00046
00047
00048
00049 #settings .x-sections {
00050 padding: 0px 1em;
00051 border-bottom: 2px solid #999;
00052 height: 2.25em;
00053 vertical-align: bottom;
00054 }
00055
00056 #settings .x-sections ul {
00057 display: inline;
00058 list-style: none;
00059 margin: 0;
00060 padding: 0;
00061 }
00062 #settings .x-sections a {
00063 float: left;
00064 color: #bbc;
00065 background-color: #444;
00066 padding: 2px 6px;
00067 margin: 3px 5px 0px 0px;
00068 border: 2px solid #999;
00069 border-bottom: 0px;
00070 white-space: nowrap;
00071 -moz-border-radius-topleft: 8px;
00072 -moz-border-radius-topright: 8px;
00073 }
00074 #settings .x-sections a:hover, #settings .x-sections a.x-selected {
00075 color: white;
00076 background-color: #161616;
00077 border-color: #bbb;
00078 }
00079 #settings .x-sections a.x-selected {
00080 border-bottom: 2px solid #161616;
00081 margin-bottom: -2px;
00082 }
00083
00084 #settings .x-sections a.active {
00085 color: white;
00086 font-weight: bold;
00087 background-color: #161616;
00088 border: 2px solid #eee;
00089 border-bottom: 2px solid #161616;
00090 margin-bottom: -2px;
00091 }
00092
00093
00094
00095 #settings .x-host {
00096 text-align: right;
00097 border-bottom: 2px solid #eee;
00098 }
00099
00100
00101
00102 #settings .x-notice {
00103 margin: 1em;
00104 padding: .5em;
00105 text-align: center;
00106 color: #fbb;
00107 background-color: #360000;
00108 border: 1px solid #F03030;
00109 }
00110
00111
00112
00113 #settings .x-content {
00114 background-color: #161616;
00115 border: 2px solid #999;
00116 border-top: none;
00117 }