Style changes for table/db operations pages
[phpmyadmin-themes.git] / xp_silver / css / theme_right.css.php
blobe521b20c59b7291f610872236f8b61efa62d2e05
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * main css file from theme
6 * @version $Id$
7 * @package phpMyAdmin-theme
8 * @subpackage WinXP_silver
9 */
12 body{
13 font-family: Arial, Helvetica, Verdana, sans-serif;
14 font-size: 12px;
15 color: #000000;
16 <?php
17 if ($GLOBALS['cfg']['RightBgImage'] != '') {
18 echo ' background-image: url(' . $GLOBALS['cfg']['RightBgImage'] . ');' . "\n";
21 background-color: #ffffff;
22 margin: 5px;
25 pre, tt, code{
26 font-size: 11px;
28 a:link, a:visited, a:active{
29 font-family: Arial, Helvetica, Verdana, sans-serif;
30 font-size: 12px;
31 text-decoration: none;
32 color: #cc0000;
35 a:hover{
36 font-family: Arial, Helvetica, Verdana, sans-serif;
37 font-size: 12px;
38 text-decoration: underline;
39 color: #cc0000;
41 th{
42 font-family: Arial, Helvetica, Verdana, sans-serif;
43 font-size: 12px;
44 font-weight: bold;
45 color: #000000;
46 background-color: #99bbf5;
47 <?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
48 background-image: url(themes/xp_silver/img/tbl_th.png);
49 background-repeat: repeat-x;
50 background-position: top;
51 <?php } ?>
52 height: 18px;
54 th a:link, th a:active, th a:visited{
55 color: #000000;
56 text-decoration: underline;
59 th a:hover{
60 color: #333333;
61 text-decoration: none;
63 .tblcomment{
64 font-family: Arial, Helvetica, Verdana, sans-serif;
65 font-size: 12px;
66 font-weight: normal;
67 color: #000099;
69 th.td{
70 font-weight: normal;
71 color: transparent;
72 background-color: transparent;
73 background-image: none;
76 td{
77 font-family: Arial, Helvetica, Verdana, sans-serif;
78 font-size: 12px;
80 form{
81 font-family: Arial, Helvetica, Verdana, sans-serif;
82 font-size: 12px;
83 padding: 0px 0px 0px 0px;
84 margin: 0px 0px 0px 0px;
86 select, textarea, input {
87 font-family: Arial, Helvetica, Verdana, sans-serif;
88 font-size: 12px;
90 select, textarea{
91 color: #000000;
92 background-color: #FFFFFF;
94 input.textfield{
95 font-family: Arial, Helvetica, Verdana, sans-serif;
96 font-size: 12px;
97 color: #000000;
98 /*background-color: #FFFFFF;*/
102 font-family: Arial, Helvetica, Verdana, sans-serif;
103 font-size: 18px;
104 font-weight: bold;
107 font-family: Arial, Helvetica, Verdana, sans-serif;
108 font-size: 13px;
109 font-weight: bold;
112 font-family: Arial, Helvetica, Verdana, sans-serif;
113 font-size: 12px;
114 font-weight: bold;
116 a.nav:link, a.nav:visited, a.nav:active{
117 font-family: Arial, Helvetica, Verdana, sans-serif;
118 color: #000000;
120 a.nav:hover{
121 font-family: Arial, Helvetica, Verdana, sans-serif;
122 color: #cc0000;
124 a.h1:link, a.h1:active, a.h1:visited{
125 font-family: Arial, Helvetica, Verdana, sans-serif;
126 font-size: 18px;
127 font-weight: bold;
128 color: #000000;
130 a.h1:hover{
131 font-family: Arial, Helvetica, Verdana, sans-serif;
132 font-size: 18px;
133 font-weight: bold;
134 color: #cc0000;
136 a.h2:link, a.h2:active, a.h2:visited{
137 font-family: Arial, Helvetica, Verdana, sans-serif;
138 font-size: 13px;
139 font-weight: bold;
140 color: #000000;
142 a.h2:hover{
143 font-family: Arial, Helvetica, Verdana, sans-serif;
144 font-size: 13px;
145 font-weight: bold;
146 color: #cc0000;
148 a.drop:link, a.drop:visited, a.drop:active{
149 font-family: Arial, Helvetica, Verdana, sans-serif;
150 color: #cc0000;
152 a.drop:hover{
153 font-family: Arial, Helvetica, Verdana, sans-serif;
154 color: #ffffff;
155 background-color: #cc0000;
156 text-decoration: none;
158 dfn{
159 font-style: normal;
161 dfn:hover{
162 font-style: normal;
163 cursor: help;
165 .warning{
166 font-family: Arial, Helvetica, Verdana, sans-serif;
167 font-size: 12px;
168 font-weight: bold;
169 color: #cc0000;
171 td.topline{
172 font-size: 1px;
174 td.tab{
175 border-top: 1px solid #999;
176 border-right: 1px solid #666;
177 border-left: 1px solid #999;
178 border-bottom: none;
179 border-radius: 2px;
180 -moz-border-radius: 2px;
182 table.tabs {
183 border-top: none;
184 border-right: none;
185 border-left: none;
186 border-bottom: 1px solid #666;
189 fieldset {
190 border: #c2c6d3 solid 1px;
191 padding: 0.5em;
193 fieldset fieldset {
194 margin: 0.8em;
196 legend {
197 font-family: Arial, Helvetica, Verdana, sans-serif;
198 size: 10px;
199 color: #c2c6d3;
200 font-weight: bold;
201 background-color: #ffffff;
202 padding: 2px 2px 2px 2px;
204 button.mult_submit {
205 border: none;
206 background-color: transparent;
209 .pdflayout {
210 overflow: hidden;
211 clip: inherit;
212 background-color: #FFFFFF;
213 display: none;
214 border: 1px solid #000000;
215 position: relative;
218 .pdflayout_table {
219 background: #ff9900;
220 color: #000000;
221 overflow: hidden;
222 clip: inherit;
223 z-index: 2;
224 display: inline;
225 visibility: inherit;
226 cursor: move;
227 position: absolute;
228 font-size: 11px;
229 border: 1px dashed #000000;
232 /* Warning showing div with right border and optional icon */
234 div.warning {
235 border: 1px solid #cc0000;
237 <?php if($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
239 background-image: url(themes/xp_silver/img/s_warn.png);
240 background-repeat: no-repeat;
241 background-position: 10px 10px;
242 padding: 10px 10px 10px 36px;
243 margin: 0px;
245 <?php } ?>
247 width: 90%;
250 div.error {
251 width: 100%;
252 border: 1px solid #cc0000;
253 background-color: #ffffcc;
254 padding: 0px;
257 div.error div.text {
258 padding: 5px;
261 div.error div.head {
262 background-color: #cc0000;
263 font-weight: bold;
264 color: #ffffff;
266 <?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
268 background-image: url(themes/xp_silver/img/s_error.png);
269 background-repeat: no-repeat;
270 background-position: 2px 50%;
271 padding: 2px 2px 2px 30px;
273 <?php } ?>
275 margin: 0px;
277 .print{font-family:arial;font-size:8pt;}
279 /* MySQL Parser */
280 .syntax {font-family: sans-serif; font-size: 12px;}
281 .syntax_comment { padding-left: 4pt; padding-right: 4pt;}
282 .syntax_digit {}
283 .syntax_digit_hex {}
284 .syntax_digit_integer {}
285 .syntax_digit_float {}
286 .syntax_punct {}
287 .syntax_alpha {}
288 .syntax_alpha_columnType {text-transform: uppercase;}
289 .syntax_alpha_columnAttrib {text-transform: uppercase;}
290 .syntax_alpha_reservedWord {text-transform: uppercase; font-weight: bold;}
291 .syntax_alpha_functionName {text-transform: uppercase;}
292 .syntax_alpha_identifier {}
293 .syntax_alpha_charset {}
294 .syntax_alpha_variable {}
295 .syntax_quote {white-space: pre;}
296 .syntax_quote_backtick {}
299 /* tables */
300 .tblError {
301 border: 1px solid #ff7700;
302 background-color: #ffffcc;
304 .tblWarn, div.tblWarn {
305 border: 1px solid #cc0000;
306 background-color: #ffffff;
308 div.tblWarn {
309 padding: 5px 5px 5px 5px;
310 margin: 2px 0px 2px 0px;
311 width: 100%;
313 .tblHeaders{
314 font-weight: bold;
315 color: #333333;
316 background-color: #c2c6d3;
317 <?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
318 background-image: url(themes/xp_silver/img/tbl_header.png);
319 background-repeat: repeat-x;
320 background-position: top;
321 <?php } ?>
322 height: 30px;
324 .tblHeaders a:link, .tblHeaders a:visited, .tblHeaders a:active, .tblFooters a:link, tblFooters a:visited, tblFooters a:active{
325 color: #000066;
326 text-decoration: underline;
328 .tblFooters{
329 font-weight: normal;
330 color: #333333;
331 background-color: #c2c6d3;
332 <?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
333 background-image: url(themes/xp_silver/img/tbl_footer.png);
334 background-repeat: repeat-x;
335 background-position: bottom;
336 <?php } ?>
337 height: 30px;
339 .tblHeaders a:hover, tblFooters a:hover{
340 text-decoration: none;
341 color: #333333;
343 .tblHeadError {
344 font-weight: bold;
345 color: #cc0000;
346 background-color: #ff7700;
347 <?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
348 background-image: url(themes/xp_silver/img/tbl_error.png);
349 background-repeat: repeat-x;
350 background-position: top;
351 <?php } ?>
352 height: 30px;
354 div.errorhead {
355 font-weight: bold;
356 color: #cc0000;
357 text-align: left;
358 <?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
359 background-image: url(themes/xp_silver/img/s_error.png);
360 background-repeat: no-repeat;
361 background-position: 2px 50%;
362 padding: 2px 2px 2px 20px;
363 <?php } ?>
364 margin: 0px;
367 .tblHeadWarn {
368 background-color: #ffcc00;
369 font-weight: bold;
370 color: #000000;
371 <?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
372 background-image: url(themes/xp_silver/img/tbl_th.png);
373 background-repeat: repeat-x;
374 background-position: top;
375 <?php } ?>
376 height: 30px;
378 div.warnhead {
379 font-weight: bold;
380 color: #ffffff;
381 text-align: left;
382 <?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
383 background-image: url(themes/xp_silver/img/s_warn.png);
384 background-repeat: no-repeat;
385 background-position: 2px 50%;
386 padding: 2px 2px 2px 20px;
387 <?php } ?>
388 margin: 0px;
391 /* forbidden, no privilegs */
392 .noPrivileges{
393 color: #cc0000;
394 font-weight: bold;
397 /* Heading for server links*/
399 .serverinfo {
400 font-family: Arial, Helvetica, Verdana, sans-serif;
401 font-size: 12px;
402 font-weight: normal;
403 padding: 0px 0px 10px 0px;
404 margin: 0px;
405 white-space: nowrap;
406 vertical-align: middle;
408 <?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
409 .serverinfo a:link, .serverinfo a:active, .serverinfo a:visited {
410 font-family: Arial, Helvetica, Verdana, sans-serif;
411 font-size: 12px;
412 font-weight: bolder;
414 .serverinfo a img{
415 vertical-align: middle;
416 margin: 0px 1px 0px 1px;
419 .serverinfo div{
420 background-image: url(themes/xp_silver/img/item_ltr.png);
421 background-repeat: no-repeat;
422 background-position: 50% 50%;
423 width: 20px;
424 height: 16px;
426 <?php } ?>
428 color: #c2c6d3; background-color: #c2c6d3; border: 0; height: 1px;
431 /* navigation */
432 .nav{
433 font-family: Arial, Helvetica, Verdana, sans-serif;
434 color: #000000;
435 background-color: #c2c6d3;
436 <?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
437 background-image: url(themes/xp_silver/img/tbl_header.png);
438 background-repeat: repeat-x;
439 background-position: top;
440 <?php } ?>
441 height: 30px;
444 .navSpacer{
445 width: 1px;
446 height: 16px;
447 background-color: #999999;
449 .navNormal {
450 font-family: Arial, Helvetica, Verdana, sans-serif;
451 font-size: 12px;
452 font-weight: bold;
453 color: #000000;
454 background-color: #c2c6d3;
455 <?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
456 background-image: url(themes/xp_silver/img/tbl_header.png);
457 background-repeat: repeat-x;
458 background-position: top;
459 <?php } ?>
460 height: 30px;
461 padding: 2px 5px 2px 5px;
463 .navDrop {
464 font-family: Arial, Helvetica, Verdana, sans-serif;
465 font-size: 12px;
466 font-weight: bold;
467 color: #000000;
468 background-color: #ff7700;
469 <?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
470 background-image: url(themes/xp_silver/img/tbl_error.png);
471 background-repeat: repeat-x;
472 background-position: top;
473 <?php } ?>
474 height: 30px;
475 padding: 2px 5px 2px 5px;
477 .navActive {
478 font-family: Arial, Helvetica, Verdana, sans-serif;
479 font-size: 12px;
480 font-weight: bold;
481 color: #cc0000;
482 background-color: #ffffff;
483 <?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
484 background-image: url(themes/xp_silver/img/tbl_header.png);
485 background-repeat: repeat-x;
486 background-position: top;
487 <?php } ?>
488 height: 30px;
489 padding: 2px 5px 2px 5px;
491 .navNormal a:link,.navNormal a:active,.navNormal a:hover,.navNormal a:visited,.navDrop a:link,.navDrop a:active,.navDrop a:visited,.navDrop a:hover {
492 color: #000000;
494 .navActive a:link,.navActive a:active,.navActive a:visited,.navActive a:hover {
495 color: #cc0000;
497 img, input, select, button {
498 vertical-align: middle;
501 /* disabled text */
502 .disabled, .disabled a:link, disabled a:active, .disabled a:visited {
503 font-family: Arial, Helvetica, Verdana, sans-serif;
504 font-size: 12px;
505 color: #333333;
507 .disabled a:hover {
508 font-family: Arial, Helvetica, Verdana, sans-serif;
509 font-size: 12px;
510 color: #333333;
511 text-decoration: none;
513 td.disabled {
514 background-color: #cccccc;
517 <?php if (isset($js_isDOM) && $js_isDOM != '0') { ?>
518 /* some styles for IDs: */
519 #buttonNo{
520 color: #CC0000;
521 font-size: 12px;
522 font-weight: bold;
523 padding: 0px 10px 0px 10px;
525 #buttonYes{
526 color: #006600;
527 font-size: 12px;
528 font-weight: bold;
529 padding: 0px 10px 0px 10px;
531 #buttonGo{
532 color: #006600;
533 font-size: 12px;
534 font-weight: bold;
535 padding: 0px 10px 0px 10px;
538 #listTable{
539 width: 260px;
542 #textSqlquery{
543 width: 450px;
545 #textSQLDUMP {
546 width: 95%;
547 height: 95%;
548 font-family: "Courier New", Courier, mono;
549 font-size: 11px;
551 <?php } ?>
553 #TooltipContainer {
554 position: absolute;
555 z-index: 99;
556 width: 250px;
557 height: 50px;
558 overflow: auto;
559 visibility: hidden;
560 background-color: #ffffcc;
561 color: #000000;
562 border: 1px solid #000000;
563 padding: 5px;
564 font-family: Arial, Helvetica, Verdana, sans-serif;
565 font-size: 11px;