00001
00002
00003
00004
00005 body{
00006 font-family: Verdana, Arial, Helvetica, sans-serif;
00007 font-size: 10px;
00008 color: #000000;
00009 <?php
00010 if ($GLOBALS['cfg']['RightBgImage'] != '') {
00011 echo ' background-image: url(' . $GLOBALS['cfg']['RightBgImage'] . ');' . "\n";
00012 }
00013 ?>
00014 background-color: #ffffff;
00015 margin: 5px;
00016 }
00017
00018 pre, tt, code{
00019 font-size: 11px;
00020 }
00021 a:link, a:visited, a:active{
00022 font-family: Verdana, Arial, Helvetica, sans-serif;
00023 font-size: 10px;
00024 text-decoration: none;
00025 color: #333399;
00026
00027 }
00028 a:hover{
00029 font-family: Verdana, Arial, Helvetica, sans-serif;
00030 font-size: 10px;
00031 text-decoration: underline;
00032 color: #cc0000;
00033 }
00034 th{
00035 font-family: Verdana, Arial, Helvetica, sans-serif;
00036 font-size: 10px;
00037 font-weight: bold;
00038 color: #000000;
00039 background-color: #ff9900;
00040 <?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
00041 background-image: url(../themes/darkblue_orange/img/tbl_th.png);
00042 background-repeat: repeat-x;
00043 background-position: top;
00044 <?php } ?>
00045 height: 18px;
00046 }
00047 th a:link, th a:active, th a:visited{
00048 color: #000000;
00049 text-decoration: underline;
00050 }
00051
00052 th a:hover{
00053 color: #666666;
00054 text-decoration: none;
00055 }
00056 .tblcomment{
00057 font-family: Verdana, Arial, Helvetica, sans-serif;
00058 font-size: 10px;
00059 font-weight: normal;
00060 color: #000099;
00061 }
00062 th.td{
00063 font-weight: normal;
00064 color: transparent;
00065 background-color: transparent;
00066 background-image: none;
00067
00068 }
00069 td{
00070 font-family: Verdana, Arial, Helvetica, sans-serif;
00071 font-size: 10px;
00072 }
00073 form{
00074 font-family: Verdana, Arial, Helvetica, sans-serif;
00075 font-size: 10px;
00076 padding: 0px 0px 0px 0px;
00077 margin: 0px 0px 0px 0px;
00078 }
00079 select, textarea, input {
00080 font-family: Verdana, Arial, Helvetica, sans-serif;
00081 font-size: 10px;
00082 }
00083 select, textarea{
00084 color: #000000;
00085 background-color: #FFFFFF;
00086 }
00087 input.textfield{
00088 font-family: Verdana, Arial, Helvetica, sans-serif;
00089 font-size: 10px;
00090 color: #000000;
00091
00092 }
00093
00094 h1{
00095 font-family: Verdana, Arial, Helvetica, sans-serif;
00096 font-size: 18px;
00097 font-weight: bold;
00098 }
00099 h2{
00100 font-family: Verdana, Arial, Helvetica, sans-serif;
00101 font-size: 13px;
00102 font-weight: bold;
00103 }
00104 h3{
00105 font-family: Verdana, Arial, Helvetica, sans-serif;
00106 font-size: 12px;
00107 font-weight: bold;
00108 }
00109 a.h1:link, a.h1:active, a.h1:visited{
00110 font-family: Verdana, Arial, Helvetica, sans-serif;
00111 font-size: 18px;
00112 font-weight: bold;
00113 color: #000000;
00114 }
00115 a.h1:hover{
00116 font-family: Verdana, Arial, Helvetica, sans-serif;
00117 font-size: 18px;
00118 font-weight: bold;
00119 color: #cc0000;
00120 }
00121 a.h2:link, a.h2:active, a.h2:visited{
00122 font-family: Verdana, Arial, Helvetica, sans-serif;
00123 font-size: 13px;
00124 font-weight: bold;
00125 color: #000000;
00126 }
00127 a.h2:hover{
00128 font-family: Verdana, Arial, Helvetica, sans-serif;
00129 font-size: 13px;
00130 font-weight: bold;
00131 color: #cc0000;
00132 }
00133 a.drop:link, a.drop:visited, a.drop:active{
00134 font-family: Verdana, Arial, Helvetica, sans-serif;
00135 color: #cc0000;
00136 }
00137 a.drop:hover{
00138 font-family: Verdana, Arial, Helvetica, sans-serif;
00139 color: #ffffff;
00140 background-color: #cc0000;
00141 text-decoration: none;
00142 }
00143 dfn{
00144 font-style: normal;
00145 }
00146 dfn:hover{
00147 font-style: normal;
00148 cursor: help;
00149 }
00150 .warning{
00151 font-family: Verdana, Arial, Helvetica, sans-serif;
00152 font-size: 10px;
00153 font-weight: bold;
00154 color: #cc0000;
00155 }
00156 td.topline{
00157 font-size: 1px;
00158 }
00159
00160 fieldset {
00161 border: #666699 solid 1px;
00162 padding: 0.5em;
00163 }
00164 fieldset fieldset {
00165 margin: 0.8em;
00166 }
00167 legend {
00168 font-family: Verdana, Arial, Helvetica, sans-serif;
00169 size: 10px;
00170 color: #666699;
00171 font-weight: bold;
00172 background-color: #ffffff;
00173 padding: 2px 2px 2px 2px;
00174 }
00175 button.mult_submit {
00176 border: none;
00177 background-color: transparent;
00178 }
00179
00180 .pdflayout {
00181 overflow: hidden;
00182 clip: inherit;
00183 background-color: #FFFFFF;
00184 display: none;
00185 border: 1px solid #000000;
00186 position: relative;
00187 }
00188
00189 .pdflayout_table {
00190 background: #ff9900;
00191 color: #000000;
00192 overflow: hidden;
00193 clip: inherit;
00194 z-index: 2;
00195 display: inline;
00196 visibility: inherit;
00197 cursor: move;
00198 position: absolute;
00199 font-size: 11px;
00200 border: 1px dashed #000000;
00201 }
00202
00203
00204
00205 #topmenu {
00206 font-weight: bold;
00207 }
00208
00209
00210 .tab, .tabcaution, .tabactive {
00211 margin-right: 0.1em;
00212 margin-left: 0.1em;
00213 }
00214
00215
00216 span.tab {
00217 color: #666666;
00218 }
00219
00220
00221 span.tabcaution {
00222 color: #ff6666;
00223 }
00224
00225
00226 a.tabcaution {
00227 color: #FF0000;
00228 }
00229 a.tabcaution:hover {
00230 color: #FFFFFF;
00231 background-color: #FF0000;
00232 }
00233
00234 <?php if ( $GLOBALS['cfg']['LightTabs'] ) { ?>
00235
00236 a.tabactive {
00237 border-bottom: 0.1em solid black;
00238 color: black;
00239 }
00240 <?php } else { ?>
00241 #topmenu {
00242 margin-top: 0.5em;
00243 border-bottom: 0.1em solid black;
00244 padding: 0.1em 0.3em 0.1em 0.3em;
00245 }
00246
00247
00248 .tab, .tabcaution, .tabactive {
00249 background-color: #E5E5E5;
00250 border: 0.1em solid silver;
00251 border-bottom: 0.1em solid black;
00252 border-radius-topleft: 0.5em;
00253 border-radius-topright: 0.5em;
00254 -moz-border-radius-topleft: 0.5em;
00255 -moz-border-radius-topright: 0.5em;
00256 padding: 0.1em 0.2em 0.1em 0.2em;
00257 }
00258
00259
00260 a.tab:hover, a.tabcaution:hover, .tabactive {
00261 margin-right: 0;
00262 margin-left: 0;
00263 padding: 0.3em 0.3em 0.1em 0.3em;
00264 }
00265 a.tab:hover, .tabactive {
00266 background-color: #CCCCCC;
00267 }
00268
00269
00270 span.tab, span.tabcaution {
00271 cursor: url(themes/original/img/error.ico), default;
00272 }
00273 <?php } ?>
00274
00275
00276
00277
00278
00279 div.warning {
00280 border: 1px solid #cc0000;
00281
00282
00283
00284 background-image: url(../themes/darkblue_orange/img/s_warn.png);
00285 background-repeat: no-repeat;
00286 background-position: 10px 10px;
00287 padding: 10px 10px 10px 36px;
00288 margin: 0px;
00289
00290
00291
00292 width: 90%;
00293 }
00294
00295 div.error {
00296 width: 100%;
00297 border: 1px solid #cc0000;
00298 background-color: #ffffcc;
00299 padding: 0px;
00300 }
00301
00302 div.error div.text {
00303 padding: 5px;
00304 }
00305
00306 div.error div.head {
00307 background-color: #cc0000;
00308 font-weight: bold;
00309 color: #ffffff;
00310
00311
00312
00313 background-image: url(../themes/darkblue_orange/img/s_error.png);
00314 background-repeat: no-repeat;
00315 background-position: 2px 50%;
00316 padding: 2px 2px 2px 30px;
00317
00318
00319
00320 margin: 0px;
00321 }
00322 .print{font-family:arial;font-size:8pt;}
00323
00324
00325 .syntax {font-family: sans-serif; font-size: 10px;}
00326 .syntax_comment { padding-left: 4pt; padding-right: 4pt;}
00327 .syntax_digit {}
00328 .syntax_digit_hex {}
00329 .syntax_digit_integer {}
00330 .syntax_digit_float {}
00331 .syntax_punct {}
00332 .syntax_alpha {}
00333 .syntax_alpha_columnType {text-transform: uppercase;}
00334 .syntax_alpha_columnAttrib {text-transform: uppercase;}
00335 .syntax_alpha_reservedWord {text-transform: uppercase; font-weight: bold;}
00336 .syntax_alpha_functionName {text-transform: uppercase;}
00337 .syntax_alpha_identifier {}
00338 .syntax_alpha_charset {}
00339 .syntax_alpha_variable {}
00340 .syntax_quote {white-space: pre;}
00341 .syntax_quote_backtick {}
00342
00343
00344 .tblError {
00345 border: 1px solid #cc0000;
00346 background-color: #ffffcc;
00347 }
00348 .tblWarn, div.tblWarn {
00349 border: 1px solid #cc0000;
00350 background-color: #ffffff;
00351 }
00352 div.tblWarn {
00353 padding: 5px 5px 5px 5px;
00354 margin: 2px 0px 2px 0px;
00355 width: 100%;
00356 }
00357 .tblHeaders{
00358 font-weight: bold;
00359 color: #ffffff;
00360 background-color: #666699;
00361 <?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
00362 background-image: url(../themes/darkblue_orange/img/tbl_header.png);
00363 background-repeat: repeat-x;
00364 background-position: top;
00365 <?php } ?>
00366 height: 18px;
00367 }
00368 .tblHeaders a:link, .tblHeaders a:visited, .tblHeaders a:active, .tblFooters a:link, tblFooters a:visited, tblFooters a:active{
00369 color: #ffffcc;
00370 text-decoration: underline;
00371 }
00372 .tblFooters{
00373 font-weight: normal;
00374 color: #ffffff;
00375 background-color: #666699;
00376 <?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
00377 background-image: url(../themes/darkblue_orange/img/tbl_header.png);
00378 background-repeat: repeat-x;
00379 background-position: top;
00380 <?php } ?>
00381 }
00382 .tblHeaders a:hover, tblFooters a:hover{
00383 text-decoration: none;
00384 color: #ffffff;
00385 }
00386 .tblHeadError {
00387 font-weight: bold;
00388 color: #ffffff;
00389 background-color: #cc0000;
00390 <?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
00391 background-image: url(../themes/darkblue_orange/img/tbl_error.png);
00392 background-repeat: repeat-x;
00393 background-position: top;
00394 <?php } ?>
00395 height: 18px;
00396 }
00397 div.errorhead {
00398 font-weight: bold;
00399 color: #ffffff;
00400 text-align: left;
00401 <?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
00402 background-image: url(../themes/darkblue_orange/img/s_error.png);
00403 background-repeat: no-repeat;
00404 background-position: 2px 50%;
00405 padding: 2px 2px 2px 20px;
00406 <?php } ?>
00407 margin: 0px;
00408 }
00409
00410 .tblHeadWarn {
00411 background-color: #ffcc00;
00412 font-weight: bold;
00413 color: #000000;
00414 <?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
00415 background-image: url(../themes/darkblue_orange/img/tbl_th.png);
00416 background-repeat: repeat-x;
00417 background-position: top;
00418 <?php } ?>
00419 height: 18px;
00420 }
00421 div.warnhead {
00422 font-weight: bold;
00423 color: #ffffff;
00424 text-align: left;
00425 <?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
00426 background-image: url(../themes/darkblue_orange/img/s_warn.png);
00427 background-repeat: no-repeat;
00428 background-position: 2px 50%;
00429 padding: 2px 2px 2px 20px;
00430 <?php } ?>
00431 margin: 0px;
00432 }
00433
00434
00435 .noPrivileges{
00436 color: #cc0000;
00437 font-weight: bold;
00438 }
00439
00440
00441
00442 #serverinfo {
00443 font-weight: bold;
00444 margin-bottom: 0.5em;
00445 }
00446
00447 #serverinfo .item {
00448 white-space: nowrap;
00449 }
00450
00451 #span_table_comment {
00452 font-weight: normal;
00453 font-style: italic;
00454 white-space: nowrap;
00455 }
00456
00457 #serverinfo img {
00458 margin: 0 0.1em 0 0.1em;
00459 }
00460
00461 hr{
00462 color: #666699; background-color: #6666cc; border: 0; height: 1px;
00463 }
00464
00465
00466 img, input, select, button {
00467 vertical-align: middle;
00468 }
00469
00470
00471 .disabled, .disabled a:link, disabled a:active, .disabled a:visited {
00472 font-family: Verdana, Arial, Helvetica, sans-serif;
00473 font-size: 10px;
00474 color: #666666;
00475 }
00476 .disabled a:hover {
00477 font-family: Verdana, Arial, Helvetica, sans-serif;
00478 font-size: 10px;
00479 color: #666666;
00480 text-decoration: none;
00481 }
00482 tr.disabled td, td.disabled {
00483 background-color: #cccccc;
00484 }
00485
00486 <?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
00487
00488 #buttonNo{
00489 color: #CC0000;
00490 font-size: 10px;
00491 font-weight: bold;
00492 padding: 0px 10px 0px 10px;
00493 }
00494 #buttonYes{
00495 color: #006600;
00496 font-size: 10px;
00497 font-weight: bold;
00498 padding: 0px 10px 0px 10px;
00499 }
00500 #buttonGo{
00501 color: #006600;
00502 font-size: 10px;
00503 font-weight: bold;
00504 padding: 0px 10px 0px 10px;
00505 }
00506
00507 #listTable{
00508 width: 260px;
00509 }
00510
00511 #textSqlquery{
00512 width: 450px;
00513 }
00514 #textSQLDUMP {
00515 width: 95%;
00516 height: 95%;
00517 font-family: "Courier New", Courier, mono;
00518 font-size: 11px;
00519 }
00520 <?php } ?>
00521 #TooltipContainer {
00522 position: absolute;
00523 z-index: 99;
00524 width: 250px;
00525 height: 50px;
00526 overflow: auto;
00527 visibility: hidden;
00528 background-color: #ffffcc;
00529 color: #006600;
00530 border: 1px solid #000000;
00531 padding: 5px;
00532 font-family: Verdana, Arial, Helvetica, sans-serif;
00533 font-size: 10px;
00534 }
00535