Paradice 3.0b
[phpmyadmin-themes.git] / original_small / css / theme_right.css.php
blob6beb2cdcede18ec783e73cddcee8e22f6b389d60
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 Original_small
9 */
11 // unplanned execution path
12 if (!defined('PMA_MINIMUM_COMMON')) {
13 exit();
16 /******************************************************************************/
17 /* general tags */
18 body {
19 <?php if (! empty($GLOBALS['cfg']['FontFamily'])) { ?>
20 font-family: <?php echo $GLOBALS['cfg']['FontFamily']; ?>;
21 <?php } ?>
22 padding: 0;
23 margin: 0.5em;
24 color: <?php echo $GLOBALS['cfg']['MainColor']; ?>;
25 background: <?php echo $GLOBALS['cfg']['MainBackground']; ?>;
28 <?php if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) { ?>
29 textarea, tt, pre, code {
30 font-family: <?php echo $GLOBALS['cfg']['FontFamilyFixed']; ?>;
32 <?php } ?>
34 h1 {
35 font-size: 140%;
36 font-weight: bold;
39 h2 {
40 font-size: 120%;
41 font-weight: bold;
44 h3 {
45 font-weight: bold;
48 a:link,
49 a:visited,
50 a:active {
51 text-decoration: none;
52 color: #0000FF;
55 a:hover {
56 text-decoration: underline;
57 color: #FF0000;
60 dfn {
61 font-style: normal;
64 dfn:hover {
65 font-style: normal;
66 cursor: help;
69 th {
70 font-weight: bold;
71 color: <?php echo $GLOBALS['cfg']['ThColor']; ?>;
72 background: <?php echo $GLOBALS['cfg']['ThBackground']; ?>;
75 a img {
76 border: 0;
79 hr {
80 color: <?php echo $GLOBALS['cfg']['MainColor']; ?>;
81 background-color: <?php echo $GLOBALS['cfg']['MainColor']; ?>;
82 border: 0;
83 height: 1px;
86 form {
87 padding: 0;
88 margin: 0;
89 display: inline;
92 textarea {
93 overflow: visible;
94 height: 8em;
97 fieldset {
98 margin-top: 1em;
99 border: <?php echo $GLOBALS['cfg']['MainColor']; ?> solid 1px;
100 padding: 0.5em;
101 background: <?php echo $GLOBALS['cfg']['BgOne']; ?>;
104 fieldset fieldset {
105 margin: 0.8em;
108 fieldset legend {
109 background-color: transparent;
112 /* buttons in some browsers (eg. Konqueror) are block elements,
113 this breaks design */
114 button {
115 display: inline;
118 table caption,
119 table th,
120 table td {
121 padding: 0;
122 margin: 0;
123 vertical-align: top;
126 img,
127 input,
128 select,
129 button {
130 vertical-align: middle;
132 /* for Internet Explorer there can be added this class to all checkboxes, so the css can reach the checkboxes: */
133 input.inpcheck {
134 width:10px;
135 height:10px;
137 /* this is ignored by IE6 */
138 input[type=checkbox] {
139 width:10px;
140 height:10px;
143 /******************************************************************************/
144 /* classes */
146 fieldset.tblFooters {
147 margin-top: 0;
148 margin-bottom: 0.5em;
149 text-align: <?php echo $right; ?>;
150 float: none;
151 clear: both;
154 fieldset .formelement {
155 float: <?php echo $left; ?>;
156 margin-<?php echo $right; ?>: 0.5em;
157 /* IE */
158 white-space: nowrap;
161 /* revert for Gecko */
162 fieldset div[class=formelement] {
163 white-space: normal;
166 button.mult_submit {
167 border: none;
168 background-color: transparent;
171 /* odd items 1,3,5,7,... */
172 table tr.odd th,
173 .odd {
174 background: <?php echo $GLOBALS['cfg']['BgOne']; ?>;
177 /* even items 2,4,6,8,... */
178 table tr.even th,
179 .even {
180 background: <?php echo $GLOBALS['cfg']['BgTwo']; ?>;
183 /* odd table rows 1,3,5,7,... */
184 table tr.odd th,
185 table tr.odd,
186 table tr.even th,
187 table tr.even {
188 text-align: <?php echo $left; ?>;
191 /* marked tbale rows */
192 table tr.marked th,
193 table tr.marked {
194 background: <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
195 color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;
198 /* hovered items */
199 .odd:hover,
200 .even:hover,
201 .hover {
202 background: <?php echo $GLOBALS['cfg']['BrowsePointerBackground']; ?>;
203 color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
206 /* hovered table rows */
207 table tr.odd:hover th,
208 table tr.even:hover th,
209 table tr.hover th {
210 background: <?php echo $GLOBALS['cfg']['BrowsePointerBackground']; ?>;
211 color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
215 * marks table rows/cells if the db field is in a where condition
217 tr.condition th,
218 tr.condition td,
219 td.condition,
220 th.condition {
221 border: 1px solid <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
224 table .value {
225 text-align: <?php echo $right; ?>;
226 white-space: normal;
228 /* IE doesnt handles 'pre' right */
229 table [class=value] {
230 white-space: normal;
234 <?php if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) { ?>
235 .value {
236 font-family: <?php echo $GLOBALS['cfg']['FontFamilyFixed']; ?>;
238 <?php } ?>
239 .value .attention {
240 color: red;
241 font-weight: bold;
243 .value .allfine {
244 color: green;
248 img.lightbulb {
249 cursor: pointer;
252 .pdflayout {
253 overflow: hidden;
254 clip: inherit;
255 background-color: #FFFFFF;
256 display: none;
257 border: 1px solid #000000;
258 position: relative;
261 .pdflayout_table {
262 background: #D3DCE3;
263 color: #000000;
264 overflow: hidden;
265 clip: inherit;
266 z-index: 2;
267 display: inline;
268 visibility: inherit;
269 cursor: move;
270 position: absolute;
271 font-size: 80%;
272 border: 1px dashed #000000;
275 /* MySQL Parser */
276 .syntax {
277 font-size: 80%;
280 .syntax_comment {
281 padding-left: 4pt;
282 padding-right: 4pt;
285 .syntax_digit {
288 .syntax_digit_hex {
291 .syntax_digit_integer {
294 .syntax_digit_float {
297 .syntax_punct {
300 .syntax_alpha {
303 .syntax_alpha_columnType {
304 text-transform: uppercase;
307 .syntax_alpha_columnAttrib {
308 text-transform: uppercase;
311 .syntax_alpha_reservedWord {
312 text-transform: uppercase;
313 font-weight: bold;
316 .syntax_alpha_functionName {
317 text-transform: uppercase;
320 .syntax_alpha_identifier {
323 .syntax_alpha_charset {
326 .syntax_alpha_variable {
329 .syntax_quote {
330 white-space: pre;
333 .syntax_quote_backtick {
336 /* leave some space between icons and text */
337 .icon {
338 vertical-align: middle;
339 margin-right: 0.3em;
340 margin-left: 0.3em;
342 /* this resizes all icons to a height of 14, although the files still have their original height of 16 */
343 img[class=icon]{
344 margin: 0 0 0 0;
345 padding: 0 0 0 0;
346 height:14px;
348 /* no extra space in table cells */
349 td .icon {
350 margin: 0;
353 .selectallarrow {
354 margin-<?php echo $right; ?>: 0.3em;
355 margin-<?php echo $left; ?>: 0.6em;
358 /* message boxes: warning, error, confirmation */
359 .notice {
360 color: #000000;
361 background-color: #FFFFDD;
363 h1.notice,
364 div.notice {
365 margin: 0.5em 0 0.5em 0;
366 border: 0.1em solid #FFD700;
367 <?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
368 background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_notice.png);
369 background-repeat: no-repeat;
370 <?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
371 background-position: 10px 50%;
372 padding: 10px 10px 10px 36px;
373 <?php } else { ?>
374 background-position: 99% 50%;
375 padding: 10px 5% 10px 10px;
376 <?php } ?>
377 <?php } else { ?>
378 padding: 0.5em;
379 <?php } ?>
381 .notice h1 {
382 border-bottom: 0.1em solid #FFD700;
383 font-weight: bold;
384 text-align: <?php echo $left; ?>;
385 margin: 0 0 0.2em 0;
388 .warning {
389 color: #CC0000;
390 background-color: #FFFFCC;
392 p.warning,
393 h1.warning,
394 div.warning {
395 margin: 0.5em 0 0.5em 0;
396 border: 0.1em solid #CC0000;
397 <?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
398 background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_warn.png);
399 background-repeat: no-repeat;
400 <?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
401 background-position: 10px 50%;
402 padding: 10px 10px 10px 36px;
403 <?php } else { ?>
404 background-position: 99% 50%;
405 padding: 10px 5% 10px 10px;
406 <?php } ?>
407 <?php } else { ?>
408 padding: 0.5em;
409 <?php } ?>
411 .warning h1 {
412 border-bottom: 0.1em solid #cc0000;
413 font-weight: bold;
414 text-align: <?php echo $left; ?>;
415 margin: 0 0 0.2em 0;
418 .error {
419 background-color: #FFFFCC;
420 color: #ff0000;
423 h1.error,
424 div.error {
425 margin: 0.5em 0 0.5em 0;
426 border: 0.1em solid #ff0000;
427 <?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
428 background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_error.png);
429 background-repeat: no-repeat;
430 <?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
431 background-position: 10px 50%;
432 padding: 10px 10px 10px 36px;
433 <?php } else { ?>
434 background-position: 99% 50%;
435 padding: 10px 5% 10px 10px;
436 <?php } ?>
437 <?php } else { ?>
438 padding: 0.5em;
439 <?php } ?>
441 div.error h1 {
442 border-bottom: 0.1em solid #ff0000;
443 font-weight: bold;
444 text-align: <?php echo $left; ?>;
445 margin: 0 0 0.2em 0;
448 .confirmation {
449 background-color: #FFFFCC;
451 fieldset.confirmation {
452 border: 0.1em solid #FF0000;
454 fieldset.confirmation legend {
455 border-left: 0.1em solid #FF0000;
456 border-right: 0.1em solid #FF0000;
457 font-weight: bold;
458 <?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
459 background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_really.png);
460 background-repeat: no-repeat;
461 <?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
462 background-position: 5px 50%;
463 padding: 0.2em 0.2em 0.2em 25px;
464 <?php } else { ?>
465 background-position: 97% 50%;
466 padding: 0.2em 25px 0.2em 0.2em;
467 <?php } ?>
468 <?php } ?>
470 /* end messageboxes */
473 .tblcomment {
474 font-size: 70%;
475 font-weight: normal;
476 color: #000099;
479 .tblHeaders {
480 font-weight: bold;
481 color: <?php echo $GLOBALS['cfg']['ThColor']; ?>;
482 background: <?php echo $GLOBALS['cfg']['ThBackground']; ?>;
485 .tblFooters {
486 font-weight: normal;
487 color: <?php echo $GLOBALS['cfg']['ThColor']; ?>;
488 background: <?php echo $GLOBALS['cfg']['ThBackground']; ?>;
492 .tblHeaders a:link,
493 .tblHeaders a:active,
494 .tblHeaders a:visited,
495 .tblFooters a:link,
496 .tblFooters a:active,
497 .tblFooters a:visited {
498 color: #0000FF;
501 .tblHeaders a:hover,
502 .tblFooters a:hover {
503 color: #FF0000;
506 /* forbidden, no privilegs */
507 .noPrivileges {
508 color: #FF0000;
509 font-weight: bold;
512 /* disabled text */
513 .disabled,
514 .disabled a:link,
515 .disabled a:active,
516 .disabled a:visited {
517 color: #666666;
520 .disabled a:hover {
521 color: #666666;
522 text-decoration: none;
525 tr.disabled td,
526 td.disabled {
527 background-color: #cccccc;
531 * login form
533 body.loginform h1,
534 body.loginform a.logo {
535 display: block;
536 text-align: center;
539 body.loginform {
540 text-align: center;
543 body.loginform div.container {
544 text-align: <?php echo $left; ?>;
545 width: 30em;
546 margin: 0 auto;
549 form.login label {
550 float: <?php echo $left; ?>;
551 width: 10em;
552 font-weight: bolder;
556 /******************************************************************************/
557 /* specific elements */
559 /* topmenu */
560 ul#topmenu {
561 font-weight: bold;
562 list-style-type: none;
563 margin: 0;
564 padding: 0;
567 ul#topmenu li {
568 float: <?php echo $left; ?>;
569 margin: 0;
570 padding: 0;
571 vertical-align: middle;
574 #topmenu img {
575 vertical-align: middle;
576 margin-<?php echo $right; ?>: 0.1em;
579 /* default tab styles */
580 .tab, .tabcaution, .tabactive {
581 display: block;
582 margin: 0.2em 0.2em 0 0.2em;
583 padding: 0.2em 0.2em 0 0.2em;
584 white-space: nowrap;
587 /* disabled tabs */
588 span.tab {
589 color: #666666;
592 /* disabled drop/empty tabs */
593 span.tabcaution {
594 color: #ff6666;
597 /* enabled drop/empty tabs */
598 a.tabcaution {
599 color: #FF0000;
601 a.tabcaution:hover {
602 color: #FFFFFF;
603 background-color: #FF0000;
606 <?php if ( $GLOBALS['cfg']['LightTabs'] ) { ?>
607 /* active tab */
608 a.tabactive {
609 color: black;
611 <?php } else { ?>
612 #topmenu {
613 margin-top: 0.5em;
614 padding: 0.1em 0.3em 0.1em 0.3em;
617 ul#topmenu li {
618 border-bottom: 1pt solid black;
621 /* default tab styles */
622 .tab, .tabcaution, .tabactive {
623 background-color: <?php echo $GLOBALS['cfg']['BgOne']; ?>;
624 border: 1pt solid <?php echo $GLOBALS['cfg']['BgTwo']; ?>;
625 border-bottom: 0;
626 border-top-left-radius: 0.4em;
627 border-top-right-radius: 0.4em;
630 /* enabled hover/active tabs */
631 a.tab:hover,
632 a.tabcaution:hover,
633 .tabactive,
634 .tabactive:hover {
635 margin: 0;
636 padding: 0.2em 0.4em 0.2em 0.4em;
637 text-decoration: none;
640 a.tab:hover,
641 .tabactive {
642 background-color: <?php echo $GLOBALS['cfg']['BgTwo']; ?>;
645 /* disabled drop/empty tabs */
646 span.tab,
647 span.tabcaution {
648 cursor: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default;
650 <?php } ?>
651 /* end topmenu */
654 /* Calendar */
655 table.calendar {
656 width: 100%;
658 table.calendar td {
659 text-align: center;
661 table.calendar td a {
662 display: block;
665 table.calendar td a:hover {
666 background-color: #CCFFCC;
669 table.calendar th {
670 background-color: #D3DCE3;
673 table.calendar td.selected {
674 background-color: #FFCC99;
677 img.calendar {
678 border: none;
680 form.clock {
681 text-align: center;
683 /* end Calendar */
686 /* table stats */
687 div#tablestatistics {
688 border-bottom: 0.1em solid #669999;
689 margin-bottom: 0.5em;
690 padding-bottom: 0.5em;
693 div#tablestatistics table {
694 float: <?php echo $left; ?>;
695 margin-bottom: 0.5em;
696 margin-<?php echo $right; ?>: 0.5em;
699 div#tablestatistics table caption {
700 margin-<?php echo $right; ?>: 0.5em;
702 /* END table stats */
705 /* server privileges */
706 #tableuserrights td,
707 #tablespecificuserrights td,
708 #tabledatabases td {
709 vertical-align: middle;
711 /* END server privileges */
715 /* Heading */
716 #serverinfo {
717 font-weight: bold;
718 margin-bottom: 0.5em;
721 #serverinfo .item {
722 white-space: nowrap;
725 #span_table_comment {
726 font-weight: normal;
727 font-style: italic;
728 white-space: nowrap;
731 #serverinfo img {
732 margin: 0 0.1em 0 0.2em;
736 #textSQLDUMP {
737 width: 95%;
738 height: 95%;
739 font-family: "Courier New", Courier, mono;
740 font-size: 110%;
743 #TooltipContainer {
744 position: absolute;
745 z-index: 99;
746 width: 20em;
747 height: auto;
748 overflow: visible;
749 visibility: hidden;
750 background-color: #ffffcc;
751 color: #006600;
752 border: 0.1em solid #000000;
753 padding: 0.5em;
756 /* user privileges */
757 #fieldset_add_user_login div.item {
758 border-bottom: 1px solid silver;
759 padding-bottom: 0.3em;
760 margin-bottom: 0.3em;
763 #fieldset_add_user_login label {
764 float: <?php echo $left; ?>;
765 display: block;
766 width: 10em;
767 max-width: 100%;
768 text-align: <?php echo $right; ?>;
769 padding-<?php echo $right; ?>: 0.5em;
772 #fieldset_add_user_login span.options #select_pred_username,
773 #fieldset_add_user_login span.options #select_pred_hostname,
774 #fieldset_add_user_login span.options #select_pred_password {
775 width: 100%;
776 max-width: 100%;
779 #fieldset_add_user_login span.options {
780 float: <?php echo $left; ?>;
781 display: block;
782 width: 12em;
783 max-width: 100%;
784 padding-<?php echo $right; ?>: 0.5em;
787 #fieldset_add_user_login input {
788 width: 12em;
789 clear: <?php echo $right; ?>;
790 max-width: 100%;
793 #fieldset_add_user_login span.options input {
794 width: auto;
797 #fieldset_user_priv div.item {
798 float: <?php echo $left; ?>;
799 width: 9em;
800 max-width: 100%;
803 #fieldset_user_priv div.item div.item {
804 float: none;
807 #fieldset_user_priv div.item label {
808 white-space: nowrap;
811 #fieldset_user_priv div.item select {
812 width: 100%;
815 #fieldset_user_global_rights fieldset {
816 float: <?php echo $left; ?>;
818 /* END user privileges */
821 /* serverstatus */
822 div#serverstatus table caption a.top {
823 float: <?php echo $right; ?>;
826 div#serverstatus div#serverstatusqueriesdetails table,
827 div#serverstatus table#serverstatustraffic,
828 div#serverstatus table#serverstatusconnections {
829 float: <?php echo $left; ?>;
832 #serverstatussection,
833 .clearfloat {
834 clear: both;
836 div#serverstatussection table {
837 width: 100%;
838 margin-bottom: 1em;
840 div#serverstatussection table .name {
841 width: 18em;
843 div#serverstatussection table .value {
844 width: 6em;
847 div#serverstatus table tbody td.descr a,
848 div#serverstatus table .tblFooters a {
849 white-space: nowrap;
851 div#serverstatus div#statuslinks a:before,
852 div#serverstatus div#sectionlinks a:before,
853 div#serverstatus table tbody td.descr a:before,
854 div#serverstatus table .tblFooters a:before {
855 content: '[';
857 div#serverstatus div#statuslinks a:after,
858 div#serverstatus div#sectionlinks a:after,
859 div#serverstatus table tbody td.descr a:after,
860 div#serverstatus table .tblFooters a:after {
861 content: ']';
863 /* end serverstatus */
865 /* querywindow */
866 body#bodyquerywindow {
867 margin: 0;
868 padding: 0;
869 background-image: none;
870 background-color: #F5F5F5;
873 div#querywindowcontainer {
874 margin: 0;
875 padding: 0;
876 width: 100%;
879 div#querywindowcontainer fieldset {
880 margin-top: 0;
882 /* END querywindow */
885 /* querybox */
887 div#sqlquerycontainer {
888 float: <?php echo $left; ?>;
889 width: 69%;
890 /* height: 15em; */
893 div#tablefieldscontainer {
894 float: <?php echo $right; ?>;
895 width: 29%;
896 /* height: 15em; */
899 div#tablefieldscontainer select {
900 width: 100%;
901 /* height: 12em; */
904 textarea#sqlquery {
905 width: 100%;
906 /* height: 100%; */
909 div#queryboxcontainer div#bookmarkoptions {
910 margin-top: 0.5em;
912 /* end querybox */
914 /* main page */
915 #maincontainer {
916 background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>logo_right.png);
917 background-position: <?php echo $right; ?> bottom;
918 background-repeat: no-repeat;
919 border-bottom: 1px solid silver;
922 #mysqlmaininformation,
923 #pmamaininformation {
924 float: <?php echo $left; ?>;
925 width: 49%;
928 #maincontainer ul {
929 list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>item_<?php echo $GLOBALS['text_dir']; ?>.png);
930 vertical-align: middle;
933 #maincontainer li {
934 margin-bottom: 0.3em;
936 /* END main page */
939 <?php if ($GLOBALS['cfg']['MainPageIconic']) { ?>
940 /* iconic view for ul items */
941 li#li_create_database {
942 list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_newdb.png);
945 li#li_select_lang {
946 list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_lang.png);
949 li#li_select_mysql_collation,
950 li#li_select_mysql_charset {
951 list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_asci.png);
954 li#li_select_theme{
955 list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_theme.png);
958 li#li_server_info{
959 list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_host.png);
962 li#li_user_info{
963 /* list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_rights.png); */
966 li#li_mysql_status{
967 list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_status.png);
970 li#li_mysql_variables{
971 list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_vars.png);
974 li#li_mysql_processes{
975 list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_process.png);
978 li#li_mysql_collations{
979 list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_asci.png);
982 li#li_mysql_engines{
983 list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_engine.png);
986 li#li_mysql_binlogs {
987 list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_tbl.png);
990 li#li_mysql_databases {
991 list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_db.png);
994 li#li_export {
995 list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_export.png);
998 li#li_import {
999 list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_import.png);
1002 li#li_change_password {
1003 list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_passwd.png);
1006 li#li_log_out {
1007 list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_loggoff.png);
1010 li#li_pma_docs {
1011 list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_docs.png);
1014 li#li_phpinfo {
1015 list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>php_sym.png);
1018 li#li_pma_homepage {
1019 list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_home.png);
1022 li#li_mysql_privilegs{
1023 list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_rights.png);
1026 li#li_switch_dbstats {
1027 list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_dbstatistics.png);
1030 li#li_flush_privileges {
1031 list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_reload.png);
1033 /* END iconic view for ul items */
1034 <?php } /* end if $GLOBALS['cfg']['MainPageIconic'] */ ?>
1037 #body_browse_foreigners {
1038 background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
1039 margin: 0.5em 0.5em 0 0.5em;
1042 #bodyquerywindow {
1043 background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
1046 #bodythemes {
1047 width: 500px;
1048 margin: auto;
1049 text-align: center;
1052 #bodythemes img {
1053 border: 0.1em solid black;
1056 #bodythemes a:hover img {
1057 border: 0.1em solid red;
1060 #fieldset_select_fields {
1061 float: <?php echo $left; ?>;
1064 #selflink {
1065 clear: both;
1066 display: block;
1067 margin-top: 1em;
1068 margin-bottom: 1em;
1069 width: 100%;
1070 border-top: 0.1em solid silver;
1071 text-align: <?php echo $right; ?>;
1074 #table_innodb_bufferpool_usage,
1075 #table_innodb_bufferpool_activity {
1076 float: <?php echo $left; ?>;
1079 #div_mysql_charset_collations table {
1080 float: <?php echo $left; ?>;
1083 #div_table_order {
1084 min-width: 48%;
1085 float: <?php echo $left; ?>;
1088 #div_table_rename {
1089 min-width: 48%;
1090 float: <?php echo $left; ?>;
1093 #div_table_copy {
1094 min-width: 48%;
1095 float: <?php echo $left; ?>;
1098 #div_table_options {
1099 clear: both;
1100 min-width: 48%;
1101 float: <?php echo $left; ?>;
1104 #qbe_div_table_list {
1105 float: <?php echo $left; ?>;
1108 #qbe_div_sql_query {
1109 float: <?php echo $left; ?>;
1112 label.desc {
1113 width: 30em;
1114 float: <?php echo $left; ?>;