00001
00002 body {
00003 font-family: <?php echo $right_font_family; ?>;
00004 font-size: <?php echo $font_size; ?>;
00005 color: #000000;
00006 <?php
00007 if ($GLOBALS['cfg']['RightBgImage'] == '') {
00008
00009 echo ' background-image: url(../themes/original/img/vertical_line.png);' . "\n"
00010 . ' background-repeat: repeat-y;' . "\n";
00011 } else {
00012 echo ' background-image: url(' . $GLOBALS['cfg']['RightBgImage'] . ');' . "\n";
00013 }
00014 ?>
00015 background-color: <?php echo $GLOBALS['cfg']['RightBgColor'] . "\n"; ?>
00016 }
00017
00018 pre, tt {font-size: <?php echo $font_size; ?>}
00019 th {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; font-weight: bold; color: #000000; background-color: <?php echo $GLOBALS['cfg']['ThBgcolor']; ?>}
00020 td {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>}
00021 form {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; padding: 0px; margin: 0px;}
00022 input {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>}
00023 input.textfield {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #000000; background-color: #FFFFFF}
00024 select {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #000000; background-color: #FFFFFF}
00025 textarea {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #000000; background-color: #FFFFFF}
00026 h1 {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_biggest; ?>; font-weight: bold}
00027 h2 {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold}
00028 h3 {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; font-weight: bold}
00029 a:link {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; text-decoration: none; color: #0000FF}
00030 a:visited {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; text-decoration: none; color: #0000FF}
00031 a:hover {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; text-decoration: underline; color: #FF0000}
00032 a.h1:link {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_biggest; ?>; font-weight: bold; color: #000000}
00033 a.h1:active {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_biggest; ?>; font-weight: bold; color: #000000}
00034 a.h1:visited {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_biggest; ?>; font-weight: bold; color: #000000}
00035 a.h1:hover {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_biggest; ?>; font-weight: bold; color: #FF0000}
00036 a.h2:link {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold; color: #000000}
00037 a.h2:active {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold; color: #000000}
00038 a.h2:visited {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold; color: #000000}
00039 a.h2:hover {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold; color: #FF0000}
00040 a.drop:link {font-family: <?php echo $right_font_family; ?>; color: #ff0000}
00041 a.drop:visited {font-family: <?php echo $right_font_family; ?>; color: #ff0000}
00042 a.drop:hover {font-family: <?php echo $right_font_family; ?>; color: #ffffff; background-color:#ff0000; text-decoration: none}
00043 dfn {font-style: normal}
00044 dfn:hover {font-style: normal; cursor: help}
00045 .warning {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; font-weight: bold; color: #FF0000}
00046 .tblcomment {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_smallest; ?>; font-weight: normal; color: #000099; }
00047 td.topline {font-size: 1px}
00048
00049
00050 fieldset {
00051 border: #686868 solid 1px;
00052 padding: 0.5em;
00053 }
00054 fieldset fieldset {
00055 margin: 0.8em;
00056 }
00057
00058 button.mult_submit {
00059 border: none;
00060 background-color: transparent;
00061 }
00062
00063 .pdflayout {
00064 overflow: hidden;
00065 clip: inherit;
00066 background-color: #FFFFFF;
00067 display: none;
00068 border: 1px solid #000000;
00069 position: relative;
00070 }
00071
00072 .pdflayout_table {
00073 background: <?php echo $GLOBALS['cfg']['ThBgcolor']; ?>;
00074 color: #000000;
00075 overflow: hidden;
00076 clip: inherit;
00077 z-index: 2;
00078 display: inline;
00079 visibility: inherit;
00080 cursor: move;
00081 position: absolute;
00082 font-size: <?php echo $font_smaller; ?>;
00083 border: 1px dashed #000000;
00084 }
00085
00086 .print{font-family:arial;font-size:8pt;}
00087
00088
00089 .syntax {font-family: sans-serif; font-size: <?php echo $font_smaller; ?>;}
00090 .syntax_comment { padding-left: 4pt; padding-right: 4pt;}
00091 .syntax_digit {}
00092 .syntax_digit_hex {}
00093 .syntax_digit_integer {}
00094 .syntax_digit_float {}
00095 .syntax_punct {}
00096 .syntax_alpha {}
00097 .syntax_alpha_columnType {text-transform: uppercase;}
00098 .syntax_alpha_columnAttrib {text-transform: uppercase;}
00099 .syntax_alpha_reservedWord {text-transform: uppercase; font-weight: bold;}
00100 .syntax_alpha_functionName {text-transform: uppercase;}
00101 .syntax_alpha_identifier {}
00102 .syntax_alpha_charset {}
00103 .syntax_alpha_variable {}
00104 .syntax_quote {white-space: pre;}
00105 .syntax_quote_backtick {}
00106
00107 hr{ color: #666666; background-color: #666666; border: 0; height: 1px; }
00108
00109
00110
00111 #topmenu {
00112 font-weight: bold;
00113 }
00114
00115
00116 .tab, .tabcaution, .tabactive {
00117 margin-right: 0.1em;
00118 margin-left: 0.1em;
00119 }
00120
00121
00122 span.tab {
00123 color: #666666;
00124 }
00125
00126
00127 span.tabcaution {
00128 color: #ff6666;
00129 }
00130
00131
00132 a.tabcaution {
00133 color: #FF0000;
00134 }
00135 a.tabcaution:hover {
00136 color: #FFFFFF;
00137 background-color: #FF0000;
00138 }
00139
00140 <?php if ( $GLOBALS['cfg']['LightTabs'] ) { ?>
00141
00142 a.tabactive {
00143 border-bottom: 0.1em solid black;
00144 color: black;
00145 }
00146 <?php } else { ?>
00147 #topmenu {
00148 margin-top: 0.5em;
00149 border-bottom: 0.1em solid black;
00150 padding: 0.1em 0.3em 0.1em 0.3em;
00151 }
00152
00153
00154 .tab, .tabcaution, .tabactive {
00155 background-color: #E5E5E5;
00156 border: 0.1em solid silver;
00157 border-bottom: 0.1em solid black;
00158 border-radius-topleft: 0.5em;
00159 border-radius-topright: 0.5em;
00160 -moz-border-radius-topleft: 0.5em;
00161 -moz-border-radius-topright: 0.5em;
00162 padding: 0.1em 0.2em 0.1em 0.2em;
00163 }
00164
00165
00166 a.tab:hover, a.tabcaution:hover, .tabactive {
00167 margin-right: 0;
00168 margin-left: 0;
00169 padding: 0.3em 0.3em 0.1em 0.3em;
00170 }
00171 a.tab:hover, .tabactive {
00172 background-color: #CCCCCC;
00173 }
00174
00175
00176 span.tab, span.tabcaution {
00177 cursor: url(themes/original/img/error.ico), default;
00178 }
00179 <?php } ?>
00180
00181
00182
00183
00184
00185 div.errorhead {
00186 font-weight: bold;
00187 color: #ffffff;
00188 text-align: left;
00189 <?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
00190 background-image: url(../themes/original/img/s_error.png);
00191 background-repeat: no-repeat;
00192 background-position: 5px 50%;
00193 padding: 0px 0px 0px 25px;
00194 <?php } ?>
00195 margin: 0px;
00196 }
00197
00198
00199 .tblError {
00200 border: 1px solid #FF0000;
00201 background-color: #FFFFCC;
00202 }
00203 .tblWarn, div.tblWarn {
00204 border: 1px solid #FF0000;
00205 background-color: #FFFFFF;
00206 }
00207 div.tblWarn {
00208 padding: 5px 5px 5px 5px;
00209 margin: 0px 0px 5px 0px;
00210 width: 100%;
00211 }
00212 .tblHeaders {
00213 background-color: <?php echo $cfg['LeftBgColor']; ?>;
00214 font-weight: bold;
00215 color: #000000;
00216 }
00217 .tblFooters {
00218 background-color: <?php echo $cfg['LeftBgColor']; ?>;
00219 font-weight: normal;
00220 color: #000000;
00221 }
00222 .tblHeaders a:link, .tblHeaders a:active, .tblHeaders a:visited, .tblFooters a:link, .tblFooters a:active, .tblFooters a:visited {
00223 color: #0000FF;
00224 }
00225 .tblHeaders a:hover, .tblFooters a:hover { color: #FF0000; }
00226 .tblHeadError {
00227 background-color: #FF0000;
00228 font-weight: bold;
00229 color: #FFFFFF;
00230 }
00231 .tblHeadWarn {
00232 background-color: #FFCC00;
00233 font-weight: bold;
00234 color: #000000;
00235 }
00236
00237 .noPrivileges{
00238 color: #FF0000;
00239 font-weight: bold;
00240 }
00241
00242
00243
00244 img, input, select, button {
00245 vertical-align: middle;
00246 }
00247
00248 #serverinfo {
00249 font-weight: bold;
00250 margin-bottom: 0.5em;
00251 }
00252
00253 #serverinfo .item {
00254 white-space: nowrap;
00255 }
00256
00257 #span_table_comment {
00258 font-weight: normal;
00259 font-style: italic;
00260 white-space: nowrap;
00261 }
00262
00263 #serverinfo img {
00264 margin: 0 0.1em 0 0.2em;
00265 }
00266
00267 <?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
00268
00269 .disabled, .disabled a:link, disabled a:active, .disabled a:visited {
00270 font-family: <?php echo $right_font_family; ?>;
00271 font-size: <?php echo $font_size; ?>;
00272 color: #666666;
00273 }
00274 .disabled a:hover {
00275 text-decoration: none;
00276 }
00277 tr.disabled td, td.disabled {
00278 background-color: #cccccc;
00279 }
00280
00281 #textSQLDUMP {
00282 width: 95%;
00283 height: 95%;
00284 font-family: "Courier New", Courier, mono;
00285 font-size: 12px;
00286 }
00287 <?php }
00288 #TooltipContainer {
00289 position: absolute;
00290 z-index: 99;
00291 width: 250px;
00292 height: 50px;
00293 overflow: auto;
00294 visibility: hidden;
00295 background-color: #ffffcc;
00296 color: #006600;
00297 border: 1px solid #000000;
00298 padding: 5px;
00299 font-family: <?php echo $right_font_family; ?>;
00300 font-size: <?php echo $font_size; ?>;
00301 }