b_save icon for 3.4 compatible themes
[phpmyadmin-themes.git] / dark_lime / css / theme_right.css.php
blob9bf08ac5162f1b5a35eed1ba5f72cd06cac9a34d
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 Dark_Lime
9 */
10 // unplanned execution path
11 if (!defined('PMA_MINIMUM_COMMON')) {
12 exit();
15 /******************************************************************************/
16 /* general tags */
17 body {
18 <?php if (! empty($GLOBALS['cfg']['FontFamily'])) { ?>
19 font-family: <?php echo $GLOBALS['cfg']['FontFamily']; ?>;
20 <?php } ?>
21 padding: 0;
22 margin: 0.5em;
23 color: <?php echo $GLOBALS['cfg']['MainColor']; ?>;
24 background: <?php echo $GLOBALS['cfg']['MainBackground']; ?>;
27 <?php if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) { ?>
28 textarea, tt, pre, code {
29 font-family: <?php echo $GLOBALS['cfg']['FontFamilyFixed']; ?>;
31 <?php } ?>
33 h1 {
34 font-size: 140%;
35 font-weight: bold;
38 h2 {
39 font-size: 120%;
40 font-weight: bold;
43 h3 {
44 font-weight: bold;
47 a:link,
48 a:visited,
49 a:active {
50 text-decoration: none;
51 color: #FFFFFF;
54 a:hover {
55 text-decoration: none;
56 color: #FFCC00;
59 dfn {
60 font-style: normal;
63 dfn:hover {
64 font-style: normal;
65 cursor: help;
68 th {
69 font-weight: bold;
70 color: <?php echo $GLOBALS['cfg']['ThColor']; ?>;
71 background: <?php echo $GLOBALS['cfg']['ThBackground']; ?>;
74 a img {
75 border: 0;
78 hr {
79 color: <?php echo $GLOBALS['cfg']['MainColor']; ?>;
80 background-color: <?php echo $GLOBALS['cfg']['MainColor']; ?>;
81 border: 0;
82 height: 1px;
85 form {
86 padding: 0;
87 margin: 0;
88 display: inline;
91 textarea {
92 overflow: visible;
93 height: 8em;
96 fieldset {
97 margin-top: 1em;
98 border: <?php echo $GLOBALS['cfg']['MainColor']; ?> solid 1px;
99 padding: 0.5em;
100 background: <?php echo $GLOBALS['cfg']['BgOne']; ?>;
103 fieldset fieldset {
104 margin: 0.8em;
107 fieldset legend {
108 background-color: transparent;
111 /* buttons in some browsers (eg. Konqueror) are block elements,
112 this breaks design */
113 button {
114 display: inline;
117 table caption,
118 table th,
119 table td {
120 padding: 0.1em 0.5em 0.1em 0.5em;
121 margin: 0.1em;
122 vertical-align: top;
125 img { vertical-align: middle; }
127 input,
128 select,
129 button {
130 border: 1px solid #5e5e5e;
131 background-color: #000000;
132 color: #ffffff;
136 /******************************************************************************/
137 /* classes */
139 fieldset.tblFooters {
140 margin-top: 0;
141 margin-bottom: 0.5em;
142 text-align: <?php echo $right; ?>;
143 float: none;
144 clear: both;
147 fieldset .formelement {
148 float: <?php echo $left; ?>;
149 margin-<?php echo $right; ?>: 0.5em;
150 /* IE */
151 white-space: nowrap;
154 /* revert for Gecko */
155 fieldset div[class=formelement] {
156 white-space: normal;
159 button.mult_submit {
160 border: none;
161 background-color: transparent;
164 /* odd items 1,3,5,7,... */
165 table tr.odd th,
166 .odd {
167 background: <?php echo $GLOBALS['cfg']['BgOne']; ?>;
170 /* even items 2,4,6,8,... */
171 table tr.even th,
172 .even {
173 background: <?php echo $GLOBALS['cfg']['BgTwo']; ?>;
176 /* odd table rows 1,3,5,7,... */
177 table tr.odd th,
178 table tr.odd,
179 table tr.even th,
180 table tr.even {
181 text-align: <?php echo $left; ?>;
184 /* marked tbale rows */
185 table tr.marked th,
186 table tr.marked {
187 background: <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
188 color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;
191 /* hovered items */
192 .odd:hover,
193 .even:hover,
194 .hover {
195 background: <?php echo $GLOBALS['cfg']['BrowsePointerBackground']; ?>;
196 color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
199 /* hovered table rows */
200 table tr.odd:hover th,
201 table tr.even:hover th,
202 table tr.hover th {
203 background: <?php echo $GLOBALS['cfg']['BrowsePointerBackground']; ?>;
204 color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
208 * marks table rows/cells if the db field is in a where condition
210 tr.condition th,
211 tr.condition td,
212 td.condition,
213 th.condition {
214 border: 1px solid <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
217 table .value {
218 text-align: <?php echo $right; ?>;
219 white-space: normal;
221 /* IE doesnt handles 'pre' right */
222 table [class=value] {
223 white-space: normal;
227 <?php if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) { ?>
228 .value {
229 font-family: <?php echo $GLOBALS['cfg']['FontFamilyFixed']; ?>;
231 <?php } ?>
232 .value .attention {
233 color: red;
234 font-weight: bold;
236 .value .allfine {
237 color: green;
241 img.lightbulb {
242 cursor: pointer;
245 .pdflayout {
246 overflow: hidden;
247 clip: inherit;
248 background-color: #FFFFFF;
249 display: none;
250 border: 1px solid #000000;
251 position: relative;
254 .pdflayout_table {
255 background: #D3DCE3;
256 color: #000000;
257 overflow: hidden;
258 clip: inherit;
259 z-index: 2;
260 display: inline;
261 visibility: inherit;
262 cursor: move;
263 position: absolute;
264 font-size: 80%;
265 border: 1px dashed #000000;
268 /* MySQL Parser */
269 .syntax {
270 font-size: 80%;
273 .syntax_comment {
274 padding-left: 4pt;
275 padding-right: 4pt;
278 .syntax_digit {
279 color: #038CF4;
282 .syntax_digit_hex {
285 .syntax_digit_integer {
288 .syntax_digit_float {
291 .syntax_punct {
292 color: #F403E5;
295 .syntax_alpha {
296 color: #ff0000;
299 .syntax_alpha_columnType {
300 text-transform: uppercase;
303 .syntax_alpha_columnAttrib {
304 text-transform: uppercase;
307 .syntax_alpha_reservedWord {
308 text-transform: uppercase;
309 font-weight: bold;
312 .syntax_alpha_functionName {
313 text-transform: uppercase;
316 .syntax_alpha_identifier {
319 .syntax_alpha_charset {
322 .syntax_alpha_variable {
325 .syntax_quote {
326 white-space: pre;
327 color: #03F40A;
330 .syntax_quote_backtick {
333 /* leave some space between icons and text */
334 .icon {
335 vertical-align: middle;
336 margin-right: 0.3em;
337 margin-left: 0.3em;
339 /* no extra space in table cells */
340 td .icon {
341 margin: 0;
344 .selectallarrow {
345 margin-<?php echo $right; ?>: 0.3em;
346 margin-<?php echo $left; ?>: 0.6em;
349 /* message boxes: warning, error, confirmation */
350 .notice {
351 color: #000000;
352 background-color: #FFFFDD;
354 h1.notice,
355 div.notice {
356 margin: 0.5em 0 0.5em 0;
357 border: 0.1em solid #FFD700;
358 <?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
359 background-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_notice.png);
360 background-repeat: no-repeat;
361 <?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
362 background-position: 10px 50%;
363 padding: 10px 10px 10px 36px;
364 <?php } else { ?>
365 background-position: 99% 50%;
366 padding: 10px 5% 10px 10px;
367 <?php } ?>
368 <?php } else { ?>
369 padding: 0.5em;
370 <?php } ?>
372 .notice h1 {
373 border-bottom: 0.1em solid #FFD700;
374 font-weight: bold;
375 text-align: <?php echo $left; ?>;
376 margin: 0 0 0.2em 0;
379 .warning {
380 color: #CC0000;
381 background-color: #FFFFCC;
383 p.warning,
384 h1.warning,
385 div.warning {
386 margin: 0.5em 0 0.5em 0;
387 border: 0.1em solid #CC0000;
388 <?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
389 background-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_warn.png);
390 background-repeat: no-repeat;
391 <?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
392 background-position: 10px 50%;
393 padding: 10px 10px 10px 36px;
394 <?php } else { ?>
395 background-position: 99% 50%;
396 padding: 10px 5% 10px 10px;
397 <?php } ?>
398 <?php } else { ?>
399 padding: 0.5em;
400 <?php } ?>
402 .warning h1 {
403 border-bottom: 0.1em solid #cc0000;
404 font-weight: bold;
405 text-align: <?php echo $left; ?>;
406 margin: 0 0 0.2em 0;
409 .error {
410 background-color: #FFFFCC;
411 color: #ff0000;
414 h1.error,
415 div.error {
416 margin: 0.5em 0 0.5em 0;
417 border: 0.1em solid #ff0000;
418 <?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
419 background-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_error.png);
420 background-repeat: no-repeat;
421 <?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
422 background-position: 10px 50%;
423 padding: 10px 10px 10px 36px;
424 <?php } else { ?>
425 background-position: 99% 50%;
426 padding: 10px 5% 10px 10px;
427 <?php } ?>
428 <?php } else { ?>
429 padding: 0.5em;
430 <?php } ?>
432 div.error h1 {
433 border-bottom: 0.1em solid #ff0000;
434 font-weight: bold;
435 text-align: <?php echo $left; ?>;
436 margin: 0 0 0.2em 0;
439 .confirmation {
440 background-color: #FFFFCC;
442 fieldset.confirmation {
443 border: 0.1em solid #FF0000;
445 fieldset.confirmation legend {
446 border-left: 0.1em solid #FF0000;
447 border-right: 0.1em solid #FF0000;
448 font-weight: bold;
449 <?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
450 background-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_really.png);
451 background-repeat: no-repeat;
452 <?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
453 background-position: 5px 50%;
454 padding: 0.2em 0.2em 0.2em 25px;
455 <?php } else { ?>
456 background-position: 97% 50%;
457 padding: 0.2em 25px 0.2em 0.2em;
458 <?php } ?>
459 <?php } ?>
461 /* end messageboxes */
464 .tblcomment {
465 font-size: 70%;
466 font-weight: normal;
467 color: #000099;
470 .tblHeaders {
471 font-weight: bold;
472 color: <?php echo $GLOBALS['cfg']['ThColor']; ?>;
473 background: <?php echo $GLOBALS['cfg']['ThBackground']; ?>;
476 .tblFooters {
477 font-weight: normal;
478 color: <?php echo $GLOBALS['cfg']['ThColor']; ?>;
479 background: <?php echo $GLOBALS['cfg']['ThBackground']; ?>;
483 .tblHeaders a:link,
484 .tblHeaders a:active,
485 .tblHeaders a:visited,
486 .tblFooters a:link,
487 .tblFooters a:active,
488 .tblFooters a:visited {
489 color: #0000FF;
492 .tblHeaders a:hover,
493 .tblFooters a:hover {
494 color: #FF0000;
497 /* forbidden, no privilegs */
498 .noPrivileges {
499 color: #FF0000;
500 font-weight: bold;
503 /* disabled text */
504 .disabled,
505 .disabled a:link,
506 .disabled a:active,
507 .disabled a:visited {
508 color: #666666;
511 .disabled a:hover {
512 color: #666666;
513 text-decoration: none;
516 tr.disabled td,
517 td.disabled {
518 background-color: #cccccc;
522 * login form
524 body.loginform h1,
525 body.loginform a.logo {
526 display: block;
527 text-align: center;
530 body.loginform {
531 text-align: center;
534 body.loginform div.container {
535 text-align: <?php echo $left; ?>;
536 width: 30em;
537 margin: 0 auto;
540 form.login label {
541 float: <?php echo $left; ?>;
542 width: 10em;
543 font-weight: bolder;
547 /******************************************************************************/
548 /* specific elements */
550 /* topmenu */
551 ul#topmenu {
552 font-weight: bold;
553 list-style-type: none;
554 margin: 0;
555 padding: 0;
558 ul#topmenu li {
559 float: <?php echo $left; ?>;
560 margin: 0;
561 padding: 0;
562 vertical-align: middle;
565 #topmenu img {
566 vertical-align: middle;
567 margin-<?php echo $right; ?>: 0.1em;
570 /* default tab styles */
571 .tab, .tabcaution, .tabactive {
572 display: block;
573 margin: 0.2em 0.2em 0 0.2em;
574 padding: 0.2em 0.2em 0 0.2em;
575 white-space: nowrap;
578 /* disabled tabs */
579 span.tab {
580 color: #666666;
583 /* disabled drop/empty tabs */
584 span.tabcaution {
585 color: #ff6666;
588 /* enabled drop/empty tabs */
589 a.tabcaution {
590 color: #FF0000;
592 a.tabcaution:hover {
593 color: #FFFFFF;
594 background-color: #FF0000;
597 <?php if ( $GLOBALS['cfg']['LightTabs'] ) { ?>
598 /* active tab */
599 a.tabactive {
600 color: black;
602 <?php } else { ?>
603 #topmenu {
604 margin-top: 0.5em;
605 padding: 0.1em 0.3em 0.1em 0.3em;
608 ul#topmenu li {
609 border-bottom: 1pt solid black;
612 /* default tab styles */
613 .tab, .tabcaution, .tabactive {
614 background-color: <?php echo $GLOBALS['cfg']['BgOne']; ?>;
615 border: 1pt solid <?php echo $GLOBALS['cfg']['BgTwo']; ?>;
616 border-bottom: 0;
617 border-top-left-radius: 0.4em;
618 border-top-right-radius: 0.4em;
621 /* enabled hover/active tabs */
622 a.tab:hover,
623 a.tabcaution:hover,
624 .tabactive,
625 .tabactive:hover {
626 margin: 0;
627 padding: 0.2em 0.4em 0.2em 0.4em;
628 text-decoration: none;
631 a.tab:hover,
632 .tabactive {
633 background-color: <?php echo $GLOBALS['cfg']['BgTwo']; ?>;
634 background-color: #99cc00;
638 /* disabled drop/empty tabs */
639 span.tab,
640 span.tabcaution {
641 cursor: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default;
643 <?php } ?>
644 /* end topmenu */
647 /* Calendar */
648 table.calendar {
649 width: 100%;
651 table.calendar td {
652 text-align: center;
654 table.calendar td a {
655 display: block;
658 table.calendar td a:hover {
659 background-color: #CCFFCC;
662 table.calendar th {
663 background-color: #D3DCE3;
666 table.calendar td.selected {
667 background-color: #FFCC99;
670 img.calendar {
671 border: none;
673 form.clock {
674 text-align: center;
676 /* end Calendar */
679 /* table stats */
680 div#tablestatistics {
681 border-bottom: 0.1em solid #669999;
682 margin-bottom: 0.5em;
683 padding-bottom: 0.5em;
686 div#tablestatistics table {
687 float: <?php echo $left; ?>;
688 margin-bottom: 0.5em;
689 margin-<?php echo $right; ?>: 0.5em;
692 div#tablestatistics table caption {
693 margin-<?php echo $right; ?>: 0.5em;
695 /* END table stats */
698 /* server privileges */
699 #tableuserrights td,
700 #tablespecificuserrights td,
701 #tabledatabases td {
702 vertical-align: middle;
704 /* END server privileges */
708 /* Heading */
709 #serverinfo {
710 font-weight: bold;
711 margin-bottom: 0.5em;
714 #serverinfo .item {
715 white-space: nowrap;
718 #span_table_comment {
719 font-weight: normal;
720 font-style: italic;
721 white-space: nowrap;
724 #serverinfo img {
725 margin: 0 0.1em 0 0.2em;
729 #textSQLDUMP {
730 width: 95%;
731 height: 95%;
732 font-family: "Courier New", Courier, mono;
733 font-size: 110%;
736 #TooltipContainer {
737 position: absolute;
738 z-index: 99;
739 width: 20em;
740 height: auto;
741 overflow: visible;
742 visibility: hidden;
743 background-color: #ffffcc;
744 color: #006600;
745 border: 0.1em solid #000000;
746 padding: 0.5em;
749 /* user privileges */
750 #fieldset_add_user_login div.item {
751 border-bottom: 1px solid silver;
752 padding-bottom: 0.3em;
753 margin-bottom: 0.3em;
756 #fieldset_add_user_login label {
757 float: <?php echo $left; ?>;
758 display: block;
759 width: 10em;
760 max-width: 100%;
761 text-align: <?php echo $right; ?>;
762 padding-<?php echo $right; ?>: 0.5em;
765 #fieldset_add_user_login span.options #select_pred_username,
766 #fieldset_add_user_login span.options #select_pred_hostname,
767 #fieldset_add_user_login span.options #select_pred_password {
768 width: 100%;
769 max-width: 100%;
772 #fieldset_add_user_login span.options {
773 float: <?php echo $left; ?>;
774 display: block;
775 width: 12em;
776 max-width: 100%;
777 padding-<?php echo $right; ?>: 0.5em;
780 #fieldset_add_user_login input {
781 width: 12em;
782 clear: <?php echo $right; ?>;
783 max-width: 100%;
786 #fieldset_add_user_login span.options input {
787 width: auto;
790 #fieldset_user_priv div.item {
791 float: <?php echo $left; ?>;
792 width: 9em;
793 max-width: 100%;
796 #fieldset_user_priv div.item div.item {
797 float: none;
800 #fieldset_user_priv div.item label {
801 white-space: nowrap;
804 #fieldset_user_priv div.item select {
805 width: 100%;
808 #fieldset_user_global_rights fieldset {
809 float: <?php echo $left; ?>;
811 /* END user privileges */
814 /* serverstatus */
815 div#serverstatus table caption a.top {
816 float: <?php echo $right; ?>;
819 div#serverstatus div#serverstatusqueriesdetails table,
820 div#serverstatus table#serverstatustraffic,
821 div#serverstatus table#serverstatusconnections {
822 float: <?php echo $left; ?>;
825 #serverstatussection,
826 .clearfloat {
827 clear: both;
829 div#serverstatussection table {
830 width: 100%;
831 margin-bottom: 1em;
833 div#serverstatussection table .name {
834 width: 18em;
836 div#serverstatussection table .value {
837 width: 6em;
840 div#serverstatus table tbody td.descr a,
841 div#serverstatus table .tblFooters a {
842 white-space: nowrap;
844 div#serverstatus div#statuslinks a:before,
845 div#serverstatus div#sectionlinks a:before,
846 div#serverstatus table tbody td.descr a:before,
847 div#serverstatus table .tblFooters a:before {
848 content: '[';
850 div#serverstatus div#statuslinks a:after,
851 div#serverstatus div#sectionlinks a:after,
852 div#serverstatus table tbody td.descr a:after,
853 div#serverstatus table .tblFooters a:after {
854 content: ']';
856 /* end serverstatus */
858 /* querywindow */
859 body#bodyquerywindow {
860 margin: 0;
861 padding: 0;
862 background-image: none;
863 background-color: #F5F5F5;
866 div#querywindowcontainer {
867 margin: 0;
868 padding: 0;
869 width: 100%;
872 div#querywindowcontainer fieldset {
873 margin-top: 0;
875 /* END querywindow */
878 /* querybox */
880 div#sqlquerycontainer {
881 float: <?php echo $left; ?>;
882 width: 69%;
883 /* height: 15em; */
886 div#tablefieldscontainer {
887 float: <?php echo $right; ?>;
888 width: 29%;
889 /* height: 15em; */
892 div#tablefieldscontainer select {
893 width: 100%;
894 /* height: 12em; */
897 textarea#sqlquery {
898 width: 100%;
899 /* height: 100%; */
902 div#queryboxcontainer div#bookmarkoptions {
903 margin-top: 0.5em;
905 /* end querybox */
907 /* main page */
908 #maincontainer {
909 background-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>logo_right.png);
910 background-position: <?php echo $right; ?> bottom;
911 background-repeat: no-repeat;
912 border-bottom: 1px solid silver;
915 #mysqlmaininformation,
916 #pmamaininformation {
917 float: <?php echo $left; ?>;
918 width: 49%;
921 #maincontainer ul {
922 list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>item_<?php echo $GLOBALS['text_dir']; ?>.png);
923 vertical-align: middle;
926 #maincontainer li {
927 margin-bottom: 0.3em;
929 /* END main page */
932 <?php if ($GLOBALS['cfg']['MainPageIconic']) { ?>
933 /* iconic view for ul items */
934 li#li_create_database {
935 list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_newdb.png);
938 li#li_select_lang {
939 list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_lang.png);
942 li#li_select_mysql_collation,
943 li#li_select_mysql_charset {
944 list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_asci.png);
947 li#li_select_theme{
948 list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_theme.png);
951 li#li_server_info{
952 list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_host.png);
955 li#li_user_info{
956 /* list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_rights.png); */
959 li#li_mysql_status{
960 list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_status.png);
963 li#li_mysql_variables{
964 list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_vars.png);
967 li#li_mysql_processes{
968 list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_process.png);
971 li#li_mysql_collations{
972 list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_asci.png);
975 li#li_mysql_engines{
976 list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_engine.png);
979 li#li_mysql_binlogs {
980 list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_tbl.png);
983 li#li_mysql_databases {
984 list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_db.png);
987 li#li_export {
988 list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_export.png);
991 li#li_import {
992 list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_import.png);
995 li#li_change_password {
996 list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_passwd.png);
999 li#li_log_out {
1000 list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_loggoff.png);
1003 li#li_pma_docs {
1004 list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_docs.png);
1007 li#li_phpinfo {
1008 list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>php_sym.png);
1011 li#li_pma_homepage {
1012 list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_home.png);
1015 li#li_mysql_privilegs{
1016 list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_rights.png);
1019 li#li_switch_dbstats {
1020 list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_dbstatistics.png);
1023 li#li_flush_privileges {
1024 list-style-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_reload.png);
1026 /* END iconic view for ul items */
1027 <?php } /* end if $GLOBALS['cfg']['MainPageIconic'] */ ?>
1030 #body_browse_foreigners {
1031 background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
1032 margin: 0.5em 0.5em 0 0.5em;
1035 #bodyquerywindow {
1036 background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
1039 #bodythemes {
1040 width: 500px;
1041 margin: auto;
1042 text-align: center;
1045 #bodythemes img {
1046 border: 0.1em solid black;
1049 #bodythemes a:hover img {
1050 border: 0.1em solid red;
1053 #fieldset_select_fields {
1054 float: <?php echo $left; ?>;
1057 #selflink {
1058 clear: both;
1059 display: block;
1060 margin-top: 1em;
1061 margin-bottom: 1em;
1062 width: 100%;
1063 border-top: 0.1em solid silver;
1064 text-align: <?php echo $right; ?>;
1067 #table_innodb_bufferpool_usage,
1068 #table_innodb_bufferpool_activity {
1069 float: <?php echo $left; ?>;
1072 #div_mysql_charset_collations table {
1073 float: <?php echo $left; ?>;
1076 #div_table_order {
1077 min-width: 48%;
1078 float: <?php echo $left; ?>;
1081 #div_table_rename {
1082 min-width: 48%;
1083 float: <?php echo $left; ?>;
1086 #div_table_copy {
1087 min-width: 48%;
1088 float: <?php echo $left; ?>;
1091 #div_table_options {
1092 clear: both;
1093 min-width: 48%;
1094 float: <?php echo $left; ?>;
1097 #qbe_div_table_list {
1098 float: <?php echo $left; ?>;
1101 #qbe_div_sql_query {
1102 float: <?php echo $left; ?>;
1105 label.desc {
1106 width: 30em;
1107 float: <?php echo $left; ?>;