2 /* vim: set expandtab sw=4 ts=4 sts=4: */
4 * main css file from theme Paradice
6 * @version $Id: theme_right.css.php 38 2011-01-14 18:12:31Z andyscherzinger $
7 * @package phpMyAdmin-theme
11 // unplanned execution path
12 if (!defined('PMA_MINIMUM_COMMON')) {
16 /******************************************************************************/
19 font
-size
: <?php
echo (null !== $GLOBALS['PMA_Config']->get('fontsize') ?
$GLOBALS['PMA_Config']->get('fontsize') : (
20 isset($_COOKIE['pma_fontsize']) ?
$_COOKIE['pma_fontsize'] : '82%'));?
>;
23 input
, select
, textarea
{
29 -moz
-border
-radius
: 12px
;
30 -webkit
-border
-radius
: 12px
;
35 padding
: 2px
2px
2px
4px
;
36 -moz
-border
-radius
: 12px
0 0 12px
;
37 -webkit
-border
-radius
: 12px
0 0 12px
;
38 border
-radius
: 12px
0 0 12px
;
46 <?php
if (! empty($GLOBALS['cfg']['FontFamily'])) { ?
>
47 font
-family
: <?php
echo $GLOBALS['cfg']['FontFamily']; ?
>;
51 color
: <?php
echo $GLOBALS['cfg']['MainColor']; ?
>;
52 background
: <?php
echo (isset($_SESSION['tmp_user_values']['custom_color']) ?
$_SESSION['tmp_user_values']['custom_color'] : $GLOBALS['cfg']['MainBackground']); ?
>;
56 <?php
if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) { ?
>
57 textarea
, tt
, pre
, code
{
58 font
-family
: <?php
echo $GLOBALS['cfg']['FontFamilyFixed']; ?
>;
78 text
-decoration
: none
;
84 text
-decoration
: underline
;
99 color
: <?php
echo $GLOBALS['cfg']['ThColor']; ?
>;
100 background
-color
: #ff9900;
101 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>tbl_th
.png
);
102 background
-repeat
: repeat
-x
;
103 background
-position
: top
;
110 text
-decoration
: underline
;
115 text
-decoration
: none
;
123 color
: <?php
echo $GLOBALS['cfg']['MainColor']; ?
>;
124 background
-color
: <?php
echo $GLOBALS['cfg']['MainColor']; ?
>;
138 background
-color
: transparent
;
139 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>tbl_th
.png
);
142 select
, textarea
, input
{
143 border
: 1px solid
#79A2DF;
146 input
[type
="checkbox"], input
[type
="radio"], input
[type
="file"] {
152 background
-color
: #FFFFFF;
157 background
-color
: #FFFFFF;
160 a
.h1
:link
, a
.h1
:active
, a
.h1
:visited
{
170 a
.h2
:link
, a
.h2
:active
, a
.h2
:visited
{
180 a
.drop
:link
, a
.drop
:visited
, a
.drop
:active
{
186 background
-color
: #666666;
187 text
-decoration
: none
;
192 height
: <?php
echo ceil($GLOBALS['cfg']['TextareaRows'] * 1.2); ?
>em
;
197 border
: <?php
echo $GLOBALS['cfg']['ThBackground']; ?
> solid
1px
;
199 background
: <?php
echo $GLOBALS['cfg']['BgTwo']; ?
>;
208 color
: <?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;
209 background
-color
: <?php
echo 'OPERA' != PMA_USR_BROWSER_AGENT ?
'transparent' : $GLOBALS['cfg']['BgTwo']; ?
>;
213 /* buttons in some browsers (eg. Konqueror) are block elements,
214 this breaks design */
222 padding
: 0.1em
0.5em
0.1em
0.5em
;
231 vertical
-align
: middle
;
235 /******************************************************************************/
238 border
: 1px solid
<?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;
243 fieldset
.tblFooters
{
245 margin
-bottom
: 0.5em
;
246 /* avoid a thick line since this should be used under another fieldset */
248 text
-align
: <?php
echo $right; ?
>;
253 .login fieldset
.tblFooters
{
257 .login fieldset
.tblFooters input
[type
=submit
], input
[type
=submit
] {
259 -moz
-border
-radius
: 12px
;
260 -webkit
-border
-radius
: 12px
;
261 border
-radius
: 12px2
;
262 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#ffffff), to(#cccccc));
263 background
: -moz
-linear
-gradient(top
, #ffffff, #cccccc);
264 filter
: progid
:DXImageTransform
.Microsoft
.gradient(startColorstr
='#ffffff', endColorstr
='#cccccc');
265 border
: 1px solid
#ACACAC;
268 -moz
-box
-shadow
: inset
0 3px
8px
#ffffff;
269 -webkit
-box
-shadow
: inset
0 3px
8px
#ffffff;
270 box
-shadow
: inset
0 3px
8px
#ffffff;
278 fieldset
.formelement
{
279 float: <?php
echo $left; ?
>;
280 margin
-<?php
echo $right; ?
>: 0.5em
;
285 /* revert for Gecko */
286 fieldset div
[class=formelement
] {
292 background
-color
: transparent
;
295 /* odd items 1,3,5,7,... */
298 background
: <?php
echo $GLOBALS['cfg']['BgOne']; ?
>;
301 /* even items 2,4,6,8,... */
304 background
: <?php
echo $GLOBALS['cfg']['BgTwo']; ?
>;
307 /* odd table rows 1,3,5,7,... */
312 text
-align
: <?php
echo $left; ?
>;
315 <?php
if ($GLOBALS['cfg']['BrowseMarkerEnable']) { ?
>
316 /* marked table rows */
320 background
: <?php
echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?
>;
321 color
: <?php
echo $GLOBALS['cfg']['BrowseMarkerColor']; ?
>;
325 <?php
if ($GLOBALS['cfg']['BrowsePointerEnable']) { ?
>
332 .structure_actions_dropdown
{
333 background
: <?php
echo $GLOBALS['cfg']['BrowsePointerBackground']; ?
>;
334 color
: <?php
echo $GLOBALS['cfg']['BrowsePointerColor']; ?
>;
337 /* hovered table rows */
338 table tr
.odd
:hover th
,
339 table tr
.even
:hover th
,
341 background
: <?php
echo $GLOBALS['cfg']['BrowsePointerBackground']; ?
>;
342 color
: <?php
echo $GLOBALS['cfg']['BrowsePointerColor']; ?
>;
347 * marks table rows/cells if the db field is in a where condition
353 border
: 1px solid
<?php
echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?
>;
357 text
-align
: <?php
echo $right; ?
>;
360 /* IE doesnt handles 'pre' right */
361 table
[class=value
] {
366 <?php
if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) { ?
>
368 font
-family
: <?php
echo $GLOBALS['cfg']['FontFamilyFixed']; ?
>;
387 background
-color
: #FFFFFF;
389 border
: 1px solid
#000000;
404 border
: 1px dashed
#000000;
410 font
-family
: <?php
echo $GLOBALS['cfg']['FontFamilyFixed']; ?
>;
414 text
-decoration
: none
;
415 border
-bottom
:1px dotted black
;
429 .syntax_digit_integer
{
432 .syntax_digit_float
{
441 .syntax_alpha_columnType
{
442 text
-transform
: uppercase
;
445 .syntax_alpha_columnAttrib
{
446 text
-transform
: uppercase
;
449 .syntax_alpha_reservedWord
{
450 text
-transform
: uppercase
;
454 .syntax_alpha_functionName
{
455 text
-transform
: uppercase
;
458 .syntax_alpha_identifier
{
461 .syntax_alpha_charset
{
464 .syntax_alpha_variable
{
471 .syntax_quote_backtick
{
474 /* leave some space between icons and text */
475 .icon
, img
.footnotemarker
{
476 vertical
-align
: middle
;
485 /* no extra space in table cells */
491 margin
-<?php
echo $right; ?
>: 0.3em
;
492 margin
-<?php
echo $left; ?
>: 0.6em
;
495 /* message boxes: warning, error, confirmation */
500 border
-bottom
: 2px solid
;
502 text
-align
: <?php
echo $left; ?
>;
508 background
-color
: #FFFFDD;
517 margin
: 0.5em
0 0.5em
0;
518 border
: 1px solid
#FFD700;
519 <?php
if ($GLOBALS['cfg']['ErrorIconic']) { ?
>
520 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_notice
.png
);
521 background
-repeat
: no
-repeat
;
522 <?php
if ($GLOBALS['text_dir'] === 'ltr') { ?
>
523 background
-position
: 10px
50%
;
524 padding
: 10px
10px
10px
36px
;
526 background
-position
: 99%
50%
;
527 padding
: 10px
5%
10px
10px
;
536 background
-color
: #E5F7E3;
540 border
-color
: #C5E1C8;
541 <?php
if ($GLOBALS['cfg']['ErrorIconic']) { ?
>
542 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_success
.png
);
543 background
-repeat
: no
-repeat
;
544 <?php
if ($GLOBALS['text_dir'] === 'ltr') { ?
>
545 background
-position
: 5px
50%
;
546 padding
: 0.2em
0.2em
0.2em
25px
;
548 background
-position
: 97%
50%
;
549 padding
: 0.2em
25px
0.2em
0.2em
;
554 border
-bottom
: 1px solid
#C5E1C8;
557 border
-color
: #C5E1C8;
560 .notice
, .footnotes
{
562 background
-color
: #E8F8FE;
567 border
-color
: #CFDFE5;
568 <?php
if ($GLOBALS['cfg']['ErrorIconic']) { ?
>
569 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_info
.png
);
570 background
-repeat
: no
-repeat
;
571 <?php
if ($GLOBALS['text_dir'] === 'ltr') { ?
>
572 background
-position
: 5px
50%
;
573 padding
: 0.2em
0.2em
0.2em
25px
;
575 background
-position
: 97%
50%
;
576 padding
: 0.2em
25px
0.2em
0.2em
;
582 border
-bottom
: 1px solid
#CFDFE5;
584 text
-align
: <?php
echo $left; ?
>;
590 background
-color
: #FEFFD5;
595 margin
: 0.5em
0 0.5em
0;
596 border
: 1px solid
#EEEB5B;
597 <?php
if ($GLOBALS['cfg']['ErrorIconic']) { ?
>
598 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_warn
.png
);
599 background
-repeat
: no
-repeat
;
600 <?php
if ($GLOBALS['text_dir'] === 'ltr') { ?
>
601 background
-position
: 10px
50%
;
602 padding
: 10px
10px
10px
36px
;
604 background
-position
: 99%
50%
;
605 padding
: 10px
5%
10px
10px
;
610 border
-bottom
: 1px solid
#cc0000;
612 text
-align
: <?php
echo $left; ?
>;
616 border
-bottom
: 1px solid
#EEEB5B;
620 background
-color
: #FFEBEB;
626 margin
: 0.5em
0 0.5em
0;
627 border
: 1px solid
#F5C1C2;
628 <?php
if ($GLOBALS['cfg']['ErrorIconic']) { ?
>
629 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_error
.png
);
630 background
-repeat
: no
-repeat
;
631 <?php
if ($GLOBALS['text_dir'] === 'ltr') { ?
>
632 background
-position
: 10px
50%
;
633 padding
: 10px
10px
10px
36px
;
635 background
-position
: 99%
50%
;
636 padding
: 10px
5%
10px
10px
;
642 border
-bottom
: 1px solid
#F5C1C2;
644 text
-align
: <?php
echo $left; ?
>;
649 background
-color
: #FFFFCC;
651 fieldset
.confirmation
{
652 border
: 1px solid
#FF0000;
654 fieldset
.confirmation legend
{
655 border
-left
: 1px solid
#FF0000;
656 border
-right
: 1px solid
#FF0000;
658 <?php
if ($GLOBALS['cfg']['ErrorIconic']) { ?
>
659 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_really
.png
);
660 background
-repeat
: no
-repeat
;
661 <?php
if ($GLOBALS['text_dir'] === 'ltr') { ?
>
662 background
-position
: 5px
50%
;
663 padding
: 0.2em
0.2em
0.2em
25px
;
665 background
-position
: 97%
50%
;
666 padding
: 0.2em
25px
0.2em
0.2em
;
670 /* end messageboxes */
677 font
-family
: <?php
echo $GLOBALS['cfg']['FontFamily']; ?
>;
684 background
-color
: <?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;
686 color
: <?php
echo $GLOBALS['cfg']['ThColor']; ?
>;
687 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>tbl_header
.png
);
688 background
-repeat
: repeat
-x
;
689 background
-position
:top
;
695 color
: <?php
echo $GLOBALS['cfg']['ThColor']; ?
>;
696 background
: <?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;
697 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>tbl_header
.png
);
698 background
-repeat
: repeat
-x
;
699 background
-position
:top
;
703 .tblHeaders a
:active
,
704 .tblHeaders a
:visited
,
709 .tblFooters a
:active
,
710 .tblFooters a
:visited
{
712 text
-decoration
: underline
;
717 .tblFooters a
:hover
{
719 text
-decoration
: none
;
722 /* forbidden, no privilegs */
732 .disabled a
:visited
{
738 text
-decoration
: none
;
743 background
-color
: #cccccc;
754 body
.loginform a
.logo
{
761 background
-color
: #FFFFFF;
762 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>login_bgnd
.png
);
763 background
-repeat
: repeat
-x
;
764 background
-position
: top
;
767 body
.loginform div
.container
{
768 text
-align
: <?php
echo $left; ?
>;
774 float: <?php
echo $left; ?
>;
779 form
.login fieldset div
.item input
{
784 form
.login fieldset div
.item select
{
786 border
: 1px solid
<?php
echo $GLOBALS['cfg']['NaviBackground']; ?
>;
789 .loginform
.container fieldset select
[name
=lang
] {
794 border
-bottom
: 1px dashed black
;
801 /******************************************************************************/
802 /* specific elements */
805 div
#topmenucontainer {
806 padding
-bottom
: 18px
;
809 ul
#topmenu, ul#topmenu2, ul.tabs {
811 list-style
-type
: none
;
823 ul
#topmenu li, ul#topmenu2 li {
824 float: <?php
echo $left; ?
>;
827 vertical
-align
: middle
;
831 #topmenu img, #topmenu2 img {
832 vertical
-align
: middle
;
833 margin
-<?php
echo $right; ?
>: 0.1em
;
836 /* default tab styles */
837 .tab
, .tabcaution
, .tabactive
{
844 ul
#topmenu .submenu {
853 list-style
-type
: none
;
857 ul
#topmenu li:hover ul, ul#topmenu .submenuhover ul {
875 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>tbl_header_disabled
.png
);
876 background
-repeat
: repeat
-x
;
877 background
-position
: top
;
880 /* disabled drop/empty tabs */
883 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>tbl_header_disabled
.png
);
884 background
-repeat
: repeat
-x
;
885 background
-position
: top
;
886 text
-decoration
: none
;
893 /* enabled drop/empty tabs */
899 background
-color
: #FF0000;
904 fieldset
.caution a
:hover
{
906 background
-color
: #FF0000;
909 <?php
if ($GLOBALS['cfg']['LightTabs']) { ?
>
911 ul
#topmenu a.tabactive, ul#topmenu2 a.tabactive {
917 padding
: 0.1em
0.3em
0.1em
0.3em
;
924 /* default tab styles */
925 ul
#topmenu .tab, ul#topmenu .tabcaution, ul#topmenu .tabactive {
926 background
-color
: <?php
echo $GLOBALS['cfg']['BgTwo']; ?
>;
932 border
-color
: #FFFFFF;
933 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>tbl_header2
.png
);
934 background
-repeat
: repeat
-x
;
935 background
-position
: top
;
936 /* overwrite default button look */
940 ul
#topmenu2 .tab, ul#topmenu2 .tabcaution, ul#topmenu2 .tabactive {
941 -moz
-border
-radius
: 12px
;
942 -webkit
-border
-radius
: 12px
;
944 background
-color
: <?php
echo $GLOBALS['cfg']['BgTwo']; ?
>;
945 padding
: 4px
12px
4px
12px
;
949 ul
#topmenu2 .tab:hover, ul#topmenu2 .tabcaution:hover, ul#topmenu2 .tabactive:hover {
950 -moz
-border
-radius
: 12px
;
951 -webkit
-border
-radius
: 12px
;
953 background
-color
: #DDDDDD;
954 padding
: 4px
12px
4px
12px
;
958 ul
#topmenu2 li a.tab:hover, ul#topmenu2 li a.tabcaution:hover, ul#topmenu2 li a.tabactive:hover {
959 text
-decoration
: none
;
962 ul
#topmenu li a.tab {
966 ul
#topmenu li a.tab:hover {
968 text
-decoration
: none
;
971 ul
#topmenu li:hover {
972 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>tbl_header2
.png
);
973 text
-decoration
: none
;
977 /* enabled drop/empty tabs */
978 ul
#topmenu li a.tabcaution {
980 background
-color
: #cc0000;
981 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>tbl_error
.png
);
982 background
-repeat
: repeat
-x
;
983 background
-position
: top
;
984 padding
: 4px
8px
4px
8px
;
986 border
-right
: 1px solid
#FFFFFF;
988 ul
#topmenu li a.tabcaution:hover {
989 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>tbl_error2
.png
);
990 text
-decoration
: none
;
993 /* enabled hover/active tabs */
994 ul
#topmenu > li > a.tabactive {
996 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>tbl_headerActive
.png
);
997 background
-repeat
: repeat
-x
;
998 background
-position
: top
;
999 background
-color
: #ffffff;
1000 padding
: 4px
8px
4px
8px
;
1002 border
-right
: 1px solid
#FFFFFF;
1003 border
-left
: 1px solid
#FFFFFF;
1007 ul
#topmenu a.tabactive:hover {
1008 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>tbl_header
.png
);
1009 padding
: 4px
8px
4px
8px
;
1011 text
-decoration
: none
;
1014 ul
#topmenu a.tab:link, ul#topmenua.tab:active, ul#topmenu a.tab:hover, ul#topmenu a.tab:visited {
1015 padding
: 4px
8px
4px
8px
;
1017 border
-right
: 1px solid
#FFFFFF;
1019 text
-decoration
: none
;
1022 ul
#topmenu a.tab:hover,
1023 ul
#topmenu .tabactive {
1024 background
-color
: <?php
echo $GLOBALS['cfg']['BgTwo']; ?
>;
1025 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>tbl_header
.png
);
1026 text
-decoration
: none
;
1029 /* disabled drop/empty tabs */
1030 ul
#topmenu span.tab,
1032 ul
#topmenu span.tabcaution {
1033 cursor
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>error
.ico
), default;
1046 table
.calendar td a
{
1050 table
.calendar td a
:hover
{
1051 background
-color
: #CCFFCC;
1055 background
-color
: #D3DCE3;
1058 table
.calendar td
.selected
{
1059 background
-color
: #FFCC99;
1072 div
#tablestatistics {
1073 border
-bottom
: 0.1em solid
#669999;
1074 margin
-bottom
: 0.5em
;
1075 padding
-bottom
: 0.5em
;
1078 div
#tablestatistics table {
1079 float: <?php
echo $left; ?
>;
1080 margin
-bottom
: 0.5em
;
1081 margin
-<?php
echo $right; ?
>: 0.5em
;
1084 div
#tablestatistics table caption {
1085 margin
-<?php
echo $right; ?
>: 0.5em
;
1087 /* END table stats */
1090 /* server privileges */
1091 #tableuserrights td,
1092 #tablespecificuserrights td,
1093 #tabledatabases td {
1094 vertical
-align
: middle
;
1096 /* END server privileges */
1103 margin
-bottom
: 0.5em
;
1107 white
-space
: nowrap
;
1110 #span_table_comment {
1111 font
-weight
: normal
;
1113 white
-space
: nowrap
;
1117 margin
: 0 0.1em
0 0.2em
;
1124 font
-family
: "Courier New", Courier
, mono
;
1135 background
-color
: #ffffcc;
1137 border
: 0.1em solid
#000000;
1141 /* user privileges */
1142 #fieldset_add_user_login div.item {
1143 border
-bottom
: 1px solid
<?php
echo $GLOBALS['cfg']['ThBackground']?
>;
1144 padding
-bottom
: 0.3em
;
1145 margin
-bottom
: 0.3em
;
1148 #fieldset_add_user_login label {
1149 float: <?php
echo $left; ?
>;
1153 text
-align
: <?php
echo $right; ?
>;
1154 padding
-<?php
echo $right; ?
>: 0.5em
;
1157 #fieldset_add_user_login span.options #select_pred_username,
1158 #fieldset_add_user_login span.options #select_pred_hostname,
1159 #fieldset_add_user_login span.options #select_pred_password {
1164 #fieldset_add_user_login span.options {
1165 float: <?php
echo $left; ?
>;
1169 padding
-<?php
echo $right; ?
>: 0.5em
;
1172 #fieldset_add_user_login input {
1174 clear
: <?php
echo $right; ?
>;
1178 #fieldset_add_user_login span.options input {
1182 #fieldset_user_priv div.item {
1183 float: <?php
echo $left; ?
>;
1188 #fieldset_user_priv div.item div.item {
1192 #fieldset_user_priv div.item label {
1193 white
-space
: nowrap
;
1196 #fieldset_user_priv div.item select {
1200 #fieldset_user_global_rights fieldset {
1201 float: <?php
echo $left; ?
>;
1203 /* END user privileges */
1207 div
#serverstatus table caption a.top {
1208 float: <?php
echo $right; ?
>;
1211 div
#serverstatus div#serverstatusqueriesdetails table,
1212 div
#serverstatus table#serverstatustraffic,
1213 div
#serverstatus table#serverstatusconnections {
1214 float: <?php
echo $left; ?
>;
1217 #serverstatussection,
1221 div
#serverstatussection table {
1225 div
#serverstatussection table .name {
1228 div
#serverstatussection table .value {
1232 div
#serverstatus table tbody td.descr a,
1233 div
#serverstatus table .tblFooters a {
1234 white
-space
: nowrap
;
1236 div
#serverstatus div#statuslinks a:before,
1237 div
#serverstatus div#sectionlinks a:before,
1238 div
#serverstatus table tbody td.descr a:before,
1239 div
#serverstatus table .tblFooters a:before {
1242 div
#serverstatus div#statuslinks a:after,
1243 div
#serverstatus div#sectionlinks a:after,
1244 div
#serverstatus table tbody td.descr a:after,
1245 div
#serverstatus table .tblFooters a:after {
1248 /* end serverstatus */
1251 body
#bodyquerywindow {
1254 background
-image
: none
;
1255 background
-color
: #F5F5F5;
1258 div
#querywindowcontainer {
1264 div
#querywindowcontainer fieldset {
1267 /* END querywindow */
1272 div
#sqlquerycontainer {
1273 float: <?php
echo $left; ?
>;
1278 div
#tablefieldscontainer {
1279 float: <?php
echo $right; ?
>;
1284 div
#tablefieldscontainer select {
1293 textarea
#sql_query_edit{
1298 div
#queryboxcontainer div#bookmarkoptions {
1314 vertical
-align
: bottom
;
1316 div
#tablestatistics {
1319 #queryfieldscontainer {
1322 #mysqlmaininformation h1, #pmamaininformation h1 {
1323 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>tbl_header
.png
);
1324 background
-position
:left top
;
1325 background
-repeat
: repeat
-x
;
1332 #mysqlmaininformation,
1333 #pmamaininformation {
1334 float: <?php
echo $left; ?
>;
1336 border
: 1px solid
<?php
echo $GLOBALS['cfg']['ThBackground']?
>;
1337 background
-color
: #FBFBFF;
1344 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>item_
<?php
echo $GLOBALS['text_dir']; ?
>.png
);
1345 vertical
-align
: middle
;
1349 margin
-bottom
: 0.3em
;
1353 #li_select_lang form select {
1361 li
#li_select_mysql_charset,
1362 li
#li_used_php_extension,
1363 li
#li_web_server_software,
1364 li
#li_mysql_client_version,
1366 li
#li_server_version {
1370 #form_fontsize_selection label {
1374 #mysqlmaininformation {
1375 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>mysql_info
.jpg
);
1376 background
-position
:right bottom
;
1377 background
-repeat
: no
-repeat
;
1379 #pmamaininformation {
1380 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>pma_info
.jpg
);
1381 background
-position
:right bottom
;
1382 background
-repeat
: no
-repeat
;
1384 div
.formelementrow
{
1390 <?php
if ($GLOBALS['cfg']['MainPageIconic']) { ?
>
1391 /* iconic view for ul items */
1392 li
#li_create_database {
1393 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_newdb
.png
);
1397 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_lang
.png
);
1400 li
#li_select_mysql_collation {
1401 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_asci
.png
);
1406 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_theme
.png
);
1410 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_color
.png
);
1419 li
#li_server_version {
1420 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>item_ltr
.png
);
1425 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>item_ltr
.png
);
1429 li
#li_select_mysql_charset {
1430 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>item_ltr
.png
);
1435 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>item_ltr
.png
);
1440 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_status
.png
);
1443 li
#li_mysql_variables{
1444 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_vars
.png
);
1447 li
#li_mysql_processes{
1448 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_process
.png
);
1451 li
#li_mysql_collations{
1452 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_asci
.png
);
1455 li
#li_mysql_engines{
1456 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_engine
.png
);
1459 li
#li_mysql_binlogs {
1460 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_tbl
.png
);
1463 li
#li_mysql_databases {
1464 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_db
.png
);
1468 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_export
.png
);
1472 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_import
.png
);
1475 li
#li_change_password {
1476 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_passwd
.png
);
1480 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_loggoff
.png
);
1485 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_docs
.png
);
1489 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>php_sym
.png
);
1492 li
#li_pma_homepage {
1493 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_home
.png
);
1496 li
#li_mysql_privilegs{
1497 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_rights
.png
);
1500 li
#li_switch_dbstats {
1501 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_dbstatistics
.png
);
1504 li
#li_flush_privileges {
1505 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_reload
.png
);
1508 li
#li_user_preferences {
1509 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_tblops
.png
);
1512 li
#li_used_php_extension {
1513 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>item_ltr
.png
);
1519 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>item_ltr
.png
);
1522 li
#li_web_server_software {
1523 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>item_ltr
.png
);
1527 li
#li_mysql_client_version {
1528 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>item_ltr
.png
);
1532 li
#li_select_server {
1533 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_host
.png
);
1536 li
#li_select_fontsize {
1537 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_asci
.png
);
1539 /* END iconic view for ul items */
1540 <?php
} /* end if $GLOBALS['cfg']['MainPageIconic'] */ ?
>
1543 #body_browse_foreigners {
1544 background
: <?php
echo $GLOBALS['cfg']['NaviBackground']; ?
>;
1545 margin
: 0.5em
0.5em
0 0.5em
;
1549 background
: <?php
echo $GLOBALS['cfg']['NaviBackground']; ?
>;
1559 border
: 0.1em solid black
;
1562 #bodythemes a:hover img {
1563 border
: 0.1em solid red
;
1566 #fieldset_select_fields {
1567 float: <?php
echo $left; ?
>;
1576 border
-top
: 0.1em solid silver
;
1577 text
-align
: <?php
echo $right; ?
>;
1580 #table_innodb_bufferpool_usage,
1581 #table_innodb_bufferpool_activity {
1582 float: <?php
echo $left; ?
>;
1585 #div_mysql_charset_collations table {
1586 float: <?php
echo $left; ?
>;
1591 float: <?php
echo $left; ?
>;
1596 float: <?php
echo $left; ?
>;
1600 #div_partition_maintenance,
1601 #div_referential_integrity,
1603 #div_table_maintenance {
1605 float: <?php
echo $left; ?
>;
1608 #div_table_options {
1611 float: <?php
echo $left; ?
>;
1614 #qbe_div_table_list {
1615 float: <?php
echo $left; ?
>;
1618 #qbe_div_sql_query {
1619 float: <?php
echo $left; ?
>;
1624 float: <?php
echo $left; ?
>;
1631 code
.sql
, div
.sqlvalidate
{
1636 border
: #79A2DF solid 1px;
1640 background
: <?php
echo $GLOBALS['cfg']['BgOne']; ?
>;
1645 float: <?php
echo $left; ?
>;
1650 margin
-<?php
echo $left; ?
>: 60%
;
1652 padding
-<?php
echo $left; ?
>: 1em
;
1656 border
: 1px solid
<?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;
1663 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>tbl_header
.png
);
1664 background
-position
:left top
;
1665 background
-repeat
: repeat
-x
;
1670 border
: 1px solid
#FBFBFF;
1674 padding
: 0 0 0 0.5em
;
1675 display
: inline
-block
;
1679 /* for elements that should be revealed only via js */
1685 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_host
.png
);
1689 list-style
-image
: none
;
1693 * Progress bar styles
1695 div
.upload_progress_bar_outer
1697 border
: 1px solid black
;
1701 div
.upload_progress_bar_inner
1703 background
-color
: <?php
echo (isset($_SESSION['userconf']['custom_color']) ?
$_SESSION['userconf']['custom_color'] : $GLOBALS['cfg']['NaviBackground']); ?
>;
1709 table
#serverconnection_src_remote,
1710 table
#serverconnection_trg_remote,
1711 table
#serverconnection_src_local,
1712 table
#serverconnection_trg_local {
1716 * Validation error message styles
1722 * Ajax notification styling
1724 .ajax_notification
{
1725 top
: 0px
; /** The notification needs to be shown on the top of the page */
1731 padding
: 3px
5px
; /** Keep a little space on the sides of the text */
1733 max
-width
: 350px
; /** This value might have to be changed */
1734 background
-color
: #FFD700;
1735 z
-index
: 1100; /** If this is not kept at a high z-index, the jQueryUI modal dialogs (z-index:1000) might hide this */
1740 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>ajax_clock_small
.gif
);
1741 background
-repeat
: no
-repeat
;
1742 background
-position
: 2%
;
1746 /** Need this parent to properly center the notification division */
1751 * Export and Import styles
1754 .exportoptions h3
, .importoptions h3
{
1755 border
-bottom
: 1px
#999999 solid;
1759 .exportoptions ul
, .importoptions ul
, .format_specific_options ul
{
1760 list-style
-type
: none
;
1761 margin
-bottom
: 15px
;
1764 .exportoptions li
, .importoptions li
{
1767 .exportoptions label
, .importoptions label
, .exportoptions p
, .importoptions p
{
1772 #csv_options label.desc, #ldi_options label.desc, #latex_options label.desc, #output label.desc{
1777 .exportoptions
, .importoptions
{
1778 margin
: 20px
30px
30px
10px
1781 .exportoptions
#buttonGo, .importoptions #buttonGo {
1783 -moz
-border
-radius
: 12px
;
1784 -webkit
-border
-radius
: 12px
;
1785 border
-radius
: 12px2
;
1786 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#ffffff), to(#cccccc));
1787 background
: -moz
-linear
-gradient(top
, #ffffff, #cccccc);
1788 filter
: progid
:DXImageTransform
.Microsoft
.gradient(startColorstr
='#ffffff', endColorstr
='#cccccc');
1789 border
: 1px solid
#ACACAC;
1794 .format_specific_options h3
{
1795 margin
: 10px
0px
0px
10px
;
1799 .format_specific_options
{
1800 border
: 1px solid
#999999;
1810 * Export styles only
1812 select
#db_select, select#table_select {
1816 .export_sub_options
{
1817 margin
: 20px
0px
0px
30px
;
1820 .export_sub_options h4
{
1821 border
-bottom
: 1px
#999999 solid;
1824 .export_sub_options li
.subgroup
{
1825 display
: inline
-block
;
1829 .export_sub_options li
{
1833 #quick_or_custom, #output_quick_export {
1837 * Import styles only
1840 .importoptions
#import_notification {
1845 input
#input_import_file {
1850 margin
: 5px
0px
5px
0px
;
1854 * ENUM/SET editor styles
1864 _position
: absolute
; /* hack for IE */
1870 #enum_editor_no_js {
1874 #enum_editor, #enum_editor_no_js {
1875 background
: #D0DCE0;
1882 _position
: absolute
; /* hack for IE6 */
1892 a
.close_enum_editor
{
1896 #enum_editor #values, #enum_editor_no_js #values {
1901 #enum_editor #values input, #enum_editor_no_js #values input {
1909 #enum_editor_output {
1914 * Table structure styles
1916 .structure_actions_dropdown
{
1923 .structure_actions_dropdown a
{
1929 white
-space
: nowrap
;
1937 filter
: alpha(opacity
=0);
1941 .config
-form ul
.tabs
{
1942 margin
: 1.1em
0.2em
0;
1943 padding
: 0 0 0.3em
0;
1948 .config
-form ul
.tabs li
{
1949 float: <?php
echo $left; ?
>;
1952 .config
-form ul
.tabs li a
{
1954 margin
: 0.1em
0.2em
0;
1955 padding
: 0.1em
0.4em
;
1956 white
-space
: nowrap
;
1957 text
-decoration
: none
;
1958 border
: 1px solid
<?php
echo $GLOBALS['cfg']['BgTwo']; ?
>;
1959 border
-bottom
: none
;
1962 .config
-form ul
.tabs li a
:hover
,
1963 .config
-form ul
.tabs li a
:active
,
1964 .config
-form ul
.tabs li a
.active
{
1966 padding
: 0.1em
0.6em
0.2em
;
1969 .config
-form ul
.tabs li a
.active
{
1970 background
-color
: <?php
echo $GLOBALS['cfg']['BgOne']; ?
>;
1973 .config
-form fieldset
{
1977 /*border-color: <?php echo $GLOBALS['cfg']['BgTwo']; ?>;*/
1980 .config
-form legend
{
1984 .config
-form fieldset p
{
1987 background
: <?php
echo $GLOBALS['cfg']['BgTwo']; ?
>;
1990 .config
-form fieldset
.errors
{ /* form error list */
1991 margin
: 0 -2px
1em
-2px
;
1992 padding
: 0.5em
1.5em
;
1993 background
: #FBEAD9;
1994 border
: 0 #C83838 solid;
1995 border
-width
: 1px
0;
1997 font
-family
: sans
-serif
;
2001 .config
-form fieldset
.inline_errors
{ /* field error list */
2002 margin
: 0.3em
0.3em
0.3em
0;
2009 .config
-form fieldset th
{
2010 padding
: 0.3em
0.3em
0.3em
0.5em
;
2012 vertical
-align
: top
;
2014 background
: transparent
;
2017 .config
-form fieldset
.doc
, .config
-form fieldset
.disabled
-notice
{
2021 .config
-form fieldset
.disabled
-notice
{
2023 text
-transform
: uppercase
;
2028 .config
-form fieldset td
{
2030 padding
-bottom
: 0.3em
;
2031 vertical
-align
: top
;
2034 .config
-form fieldset th small
{
2036 font
-weight
: normal
;
2037 font
-family
: sans
-serif
;
2042 .config
-form fieldset th
, .config
-form fieldset td
{
2043 border
-top
: 1px
<?php
echo $GLOBALS['cfg']['BgTwo']; ?
> solid
;
2046 fieldset
.group
-header th
{
2047 background
: <?php
echo $GLOBALS['cfg']['BgTwo']; ?
>;
2050 fieldset
.group
-header + tr th
{
2054 fieldset
.group
-field
-1 th
, fieldset
.group
-header
-2 th
{
2055 padding
-left
: 1.5em
;
2058 fieldset
.group
-field
-2 th
, fieldset
.group
-header
-3 th
{
2062 fieldset
.group
-field
-3 th
{
2063 padding
-left
: 4.5em
;
2066 fieldset
.disabled
-field th
,
2067 fieldset
.disabled
-field th small
,
2068 fieldset
.disabled
-field td
{
2070 background
-color
: #ddd;
2073 .config
-form
.lastrow
{
2074 border
-top
: 1px
#000 solid;
2077 .config
-form
.lastrow
{
2078 background
: <?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;;
2083 .config
-form
.lastrow input
{
2089 .config
-form span
.checkbox
{
2091 display
: inline
-block
;
2094 .config
-form
.custom
{ /* customized field */
2098 .config
-form span
.checkbox
.custom
{
2100 border
: 1px
#EDEC90 solid;
2104 .config
-form
.field
-error
{
2105 border
-color
: #A11 !important;
2108 .config
-form input
[type
="text"],
2109 .config
-form select
,
2110 .config
-form textarea
{
2111 border
: 1px
#A7A6AA solid;
2115 .config
-form input
[type
="text"]:focus
,
2116 .config
-form select
:focus
,
2117 .config
-form textarea
:focus
{
2118 border
: 1px
#6676FF solid;
2119 background
: #F7FBFF;
2122 .config
-form
.field
-comment
-mark
{
2131 .config
-form
.field
-comment
-warning
{
2140 .config
-form dd
:before
{
2144 .click
-hide
-message
{
2149 margin
-<?php
echo $left; ?
>: 2em
;
2153 margin
-bottom
: 0.5em
;