2 /* vim: set expandtab sw=4 ts=4 sts=4: */
4 * main css file from theme Original
6 * @package phpMyAdmin-theme
10 // unplanned execution path
11 if (!defined('PMA_MINIMUM_COMMON')) {
15 function PMA_ieFilter($start_color, $end_color)
17 return PMA_USR_BROWSER_AGENT
== 'IE' && PMA_USR_BROWSER_VER
>= 6 && PMA_USR_BROWSER_VER
<= 8
18 ?
'filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="' . $start_color . '", endColorstr="' . $end_color . '");'
22 /******************************************************************************/
25 font
-size
: <?php
echo (null !== $GLOBALS['PMA_Config']->get('fontsize') ?
$GLOBALS['PMA_Config']->get('fontsize') : (
26 isset($_COOKIE['pma_fontsize']) ?
$_COOKIE['pma_fontsize'] : '82%'));?
>;
29 input
, select
, textarea
{
35 <?php
if (! empty($GLOBALS['cfg']['FontFamily'])) { ?
>
36 font
-family
: <?php
echo $GLOBALS['cfg']['FontFamily']; ?
>;
44 <?php
if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) { ?
>
45 textarea
, tt
, pre
, code
{
46 font
-family
: <?php
echo $GLOBALS['cfg']['FontFamilyFixed']; ?
>;
57 text
-shadow
: 0px
1px
0px
#fff;
58 padding
: 10px
0 10px
3px
;
61 /* Hiding icons in the page titles */
63 h2 a img
{display
:inline
;}
78 text
-decoration
: none
;
86 text
-decoration
: underline
;
92 border
:1px solid
#aaa;
94 -moz
-border
-radius
:5px
;
95 -webkit
-border
-radius
:5px
;
99 #initials_table td{padding:8px !important}
102 border
:1px solid
#aaa;
105 -moz
-border
-radius
:5px
;
106 -webkit
-border
-radius
:5px
;
108 background
-image
: url(./themes
/svg_gradient
.php?from
=ffffff
&to
=cccccc
);
109 background
-size
: 100%
100%
;
110 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#ffffff), to(#cccccc));
111 background
: -moz
-linear
-gradient(top
, #ffffff, #cccccc);
112 background
: -o
-linear
-gradient(top
, #ffffff, #cccccc);
113 <?php
echo PMA_ieFilter('#ffffff', '#cccccc'); ?
>
127 color
: <?php
echo $GLOBALS['cfg']['ThColor']; ?
>;
129 background
-image
: url(./themes
/svg_gradient
.php?from
=ffffff
&to
=cccccc
);
130 background
-size
: 100%
100%
;
131 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#ffffff), to(#cccccc));
132 background
: -moz
-linear
-gradient(top
, #ffffff, #cccccc);
133 background
: -o
-linear
-gradient(top
, #ffffff, #cccccc);
134 <?php
echo PMA_ieFilter('#ffffff', '#cccccc'); ?
>
142 color
: <?php
echo $GLOBALS['cfg']['MainColor']; ?
>;
143 background
-color
: <?php
echo $GLOBALS['cfg']['MainColor']; ?
>;
156 -moz
-border
-radius
:2px
;
157 -webkit
-border
-radius
:2px
;
159 box
-shadow
:0 1px
2px
#ddd;
160 -moz
-box
-shadow
:0 1px
2px
#ddd;
161 -webkit
-box
-shadow
:0 1px
2px
#ddd;
163 background
:url(./themes
/pmahomme
/img
/input_bg
.gif
);
164 border
:1px solid
#aaa;
171 input
[type
=password
]{
173 -moz
-border
-radius
:2px
;
174 -webkit
-border
-radius
:2px
;
176 box
-shadow
:0 1px
2px
#ddd;
177 -moz
-box
-shadow
:0 1px
2px
#ddd;
178 -webkit
-box
-shadow
:0 1px
2px
#ddd;
180 background
:url(./themes
/pmahomme
/img
/input_bg
.gif
);
181 border
:1px solid
#aaa;
191 border
: 1px solid
#aaa;
194 text
-decoration
: none
;
198 -webkit
-border
-radius
: 12px
;
199 -moz
-border
-radius
: 12px
;
201 text
-shadow
: 0px
1px
0px
#fff;
203 background
-image
: url(./themes
/svg_gradient
.php?from
=ffffff
&to
=cccccc
);
204 background
-size
: 100%
100%
;
205 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#ffffff), to(#cccccc));
206 background
: -moz
-linear
-gradient(top
, #ffffff, #cccccc);
207 background
: -o
-linear
-gradient(top
, #ffffff, #cccccc);
208 <?php
echo PMA_ieFilter('#ffffff', '#cccccc'); ?
>
211 input
[type
=submit
]:hover
{ position
: relative
;
212 background
-image
: url(./themes
/svg_gradient
.php?from
=cccccc
&to
=dddddd
);
213 background
-size
: 100%
100%
;
214 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#cccccc), to(#dddddd));
215 background
: -moz
-linear
-gradient(top
, #cccccc, #dddddd);
216 background
: -o
-linear
-gradient(top
, #cccccc, #dddddd);
217 <?php
echo PMA_ieFilter('#cccccc', '#dddddd'); ?
>
221 input
[type
=submit
]:active
{ position
: relative
;
227 height
: <?php
echo ceil($GLOBALS['cfg']['TextareaRows'] * 1.2); ?
>em
;
232 border
-radius
:4px
4px
0 0;
233 -moz
-border
-radius
:4px
4px
0 0;
234 -webkit
-border
-radius
:4px
4px
0 0;
236 border
: #aaa solid 1px;
239 text
-shadow
:0 1px
0 #fff;
240 -moz
-box
-shadow
: 1px
1px
2px
#fff inset;
241 -webkit
-box
-shadow
: 1px
1px
2px
#fff inset;
242 box
-shadow
: 1px
1px
2px
#fff inset;
248 border
:1px solid
#aaa;
249 background
:none repeat scroll
0 0 #E8E8E8;
258 -moz
-border
-radius
:2px
;
259 -webkit
-border
-radius
:2px
;
260 border
:1px solid
#aaa;
261 background
-color
: #fff;
262 -moz
-box
-shadow
:3px
3px
15px
#bbb;
263 -webkit
-box
-shadow
:3px
3px
15px
#bbb;
264 box
-shadow
:3px
3px
15px
#bbb;
267 /* buttons in some browsers (eg. Konqueror) are block elements,
268 this breaks design */
279 text
-shadow
:0 1px
0 #FFFFFF;
283 table
{border
-collapse
:collapse
;}
284 th
{border
-right
:1px solid
#fff; text-align:left;}
291 vertical
-align
: middle
;
295 -moz
-border
-radius
:2px
;
296 -webkit
-border
-radius
:2px
;
299 -moz
-box
-shadow
:0 1px
2px
#ddd;
300 -webkit
-box
-shadow
:0 1px
2px
#ddd;
301 box
-shadow
:0 1px
2px
#ddd;
303 border
:1px solid
#aaa;
306 background
:url(./themes
/pmahomme
/img
/input_bg
.gif
)
311 background
: -webkit
-gradient(linear
, center top
, center bottom
, from(#fff), color-stop(0.8, #f1f1f1), to(#fbfbfb));
312 background
: -webkit
-linear
-gradient(#fff, #f1f1f1 80%, #fbfbfb);
313 background
: -moz
-linear
-gradient(#fff, #f1f1f1 80%, #fbfbfb);
314 /* none for Opera 11.10 as <option>s always have solid white background */
315 filter
: progid
:DXImageTransform
.Microsoft
.gradient(startColorstr
="#ffffff", endColorstr
="#f2f2f2");
318 /******************************************************************************/
321 /* border: 1px solid #000000; */
325 div
.tools a
{color
:#3a7ead !important;}
328 fieldset
.tblFooters
{
330 margin
-bottom
: 0.5em
;
331 /* avoid a thick line since this should be used under another fieldset */
333 text
-align
: <?php
echo $right; ?
>;
336 -webkit
-border
-radius
:0 0 4px
4px
;
337 -moz
-border
-radius
:0 0 4px
4px
;
338 border
-radius
: 0 0 4px
5px
;
348 fieldset
.formelement
{
349 float: <?php
echo $left; ?
>;
350 margin
-<?php
echo $right; ?
>: 0.5em
;
355 /* revert for Gecko */
356 fieldset div
[class=formelement
] {
362 background
-color
: transparent
;
365 /* odd items 1,3,5,7,... */
371 /* even items 2,4,6,8,... */
377 /* odd table rows 1,3,5,7,... */
382 text
-align
: <?php
echo $left; ?
>;
385 <?php
if ($GLOBALS['cfg']['BrowseMarkerEnable']) { ?
>
386 /* marked table rows */
391 background
: url(./themes
/pmahomme
/img
/marked_bg
.png
) repeat
-x
#b6c6d7;
392 color
: <?php
echo $GLOBALS['cfg']['BrowseMarkerColor']; ?
>;
396 <?php
if ($GLOBALS['cfg']['BrowsePointerEnable']) { ?
>
401 .structure_actions_dropdown
{
402 background
: url(./themes
/pmahomme
/img
/marked_bg
.png
) repeat
-x
#b6c6d7; /* 3.4 */
403 color
: <?php
echo $GLOBALS['cfg']['BrowsePointerColor']; ?
>;
406 /* hovered table rows */
407 table tr
.odd
:hover th
,
408 table tr
.even
:hover th
,
410 background
: url(./themes
/pmahomme
/img
/marked_bg
.png
) repeat
-x
#b6c6d7; /* 3.4 */
411 color
: <?php
echo $GLOBALS['cfg']['BrowsePointerColor']; ?
>;
416 * marks table rows/cells if the db field is in a where condition
422 border
: 1px solid
<?php
echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?
>;
426 * cells with the value NULL
430 text
-align
: <?php
echo $right; ?
>;
434 text
-align
: <?php
echo $right; ?
>;
437 /* IE doesnt handles 'pre' right */
438 table
[class=value
] {
443 <?php
if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) { ?
>
445 font
-family
: <?php
echo $GLOBALS['cfg']['FontFamilyFixed']; ?
>;
464 background
-color
: #FFFFFF;
466 border
: 1px solid
#000000;
481 border
: 1px dashed
#000000;
486 font
-family
: Verdan
, Arial
, Tahoma
;
491 text
-decoration
: none
;
492 border
-bottom
:1px dotted black
;
506 .syntax_digit_integer
{
509 .syntax_digit_float
{
518 .syntax_alpha_columnType
{
519 text
-transform
: uppercase
;
522 .syntax_alpha_columnAttrib
{
523 text
-transform
: uppercase
;
526 .syntax_alpha_reservedWord
{
527 text
-transform
: uppercase
;
531 .syntax_alpha_functionName
{
532 text
-transform
: uppercase
;
535 .syntax_alpha_identifier
{
538 .syntax_alpha_charset
{
541 .syntax_alpha_variable
{
548 .syntax_quote_backtick
{
551 /* leave some space between icons and text */
552 .icon
, img
.footnotemarker
{
553 vertical
-align
: -3px
;
562 /* no extra space in table cells */
568 margin
-<?php
echo $right; ?
>: 0.3em
;
569 margin
-<?php
echo $left; ?
>: 0.6em
;
572 /* message boxes: error, confirmation */
576 border
-bottom
: 2px solid
;
578 text
-align
: <?php
echo $left; ?
>;
586 margin
: 0.5em
0 1.3em
0;
588 <?php
if ($GLOBALS['cfg']['ErrorIconic']) { ?
>
589 background
-repeat
: no
-repeat
;
590 <?php
if ($GLOBALS['text_dir'] === 'ltr') { ?
>
591 background
-position
: 10px
50%
;
592 padding
: 10px
10px
10px
25px
;
594 background
-position
: 99%
50%
;
595 padding
: 25px
10px
10px
10px
601 -moz
-border
-radius
:5px
;
602 -webkit
-border
-radius
:5px
;
605 -moz
-box
-shadow
: 0 1px
1px
#fff inset;
606 -webkit
-box
-shadow
: 0 1px
1px
#fff inset;
607 box
-shadow
: 0 1px
1px
#fff inset;
610 .success a
{text
-decoration
:underline
;}
611 .notice a
{text
-decoration
:underline
;}
612 .error a
{text
-decoration
:underline
;}
613 .footnotes a
{text
-decoration
:underline
;}
617 background
-color
: #ebf8a4;
621 border
-color
: #a2d246;
622 <?php
if ($GLOBALS['cfg']['ErrorIconic']) { ?
>
623 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_success
.png
);
624 background
-repeat
: no
-repeat
;
625 <?php
if ($GLOBALS['text_dir'] === 'ltr') { ?
>
626 background
-position
: 5px
50%
;
628 background
-position
: 97%
50%
;
633 border
-color
: #00FF00;
636 .notice
, .footnotes
{
638 background
-color
: #e8eef1;
643 border
-color
: #3a6c7e;
644 <?php
if ($GLOBALS['cfg']['ErrorIconic']) { ?
>
645 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_notice
.png
);
646 background
-repeat
: no
-repeat
;
647 <?php
if ($GLOBALS['text_dir'] === 'ltr') { ?
>
648 background
-position
: 5px
50%
;
650 background
-position
: 97%
50%
;
655 border
-color
: #ffb10a;
659 border
:1px solid maroon
!important
;
667 <?php
if ($GLOBALS['cfg']['ErrorIconic']) { ?
>
668 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_error
.png
);
669 background
-repeat
: no
-repeat
;
670 <?php
if ($GLOBALS['text_dir'] === 'ltr') { ?
>
671 background
-position
: 5px
50%
;
673 background
-position
: 97%
50%
;
678 border
-color
: #ff0000;
685 background
-color
: pink
;
687 fieldset
.confirmation
{
690 fieldset
.confirmation legend
{
693 /* end messageboxes */
704 color
: <?php
echo $GLOBALS['cfg']['ThColor']; ?
>;
705 background
: <?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;
711 color
: <?php
echo $GLOBALS['cfg']['ThColor']; ?
>;
712 background
: <?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;
716 .tblHeaders a
:active
,
717 .tblHeaders a
:visited
,
722 .tblFooters a
:active
,
723 .tblFooters a
:visited
{
729 .tblFooters a
:hover
{
733 /* forbidden, no privilegs */
743 .disabled a
:visited
{
749 text
-decoration
: none
;
754 background
-color
: #f3f3f3;
766 body
.loginform a
.logo
{
775 body
.loginform div
.container
{
776 text
-align
: <?php
echo $left; ?
>;
782 float: <?php
echo $left; ?
>;
788 border
-bottom
: 1px dashed black
;
795 /******************************************************************************/
796 /* specific elements */
799 #topmenu a {text-shadow:0px 1px 0px #fff;}
801 ul
#topmenu, ul#topmenu2, ul.tabs {
803 list-style
-type
: none
;
810 margin
: 0.25em
0.5em
0;
815 ul
#topmenu li, ul#topmenu2 li {
816 float: <?php
echo $left; ?
>;
818 vertical
-align
: middle
;
821 #topmenu img, #topmenu2 img {
826 #topmenucontainer{background:url(./themes/pmahomme/img/tab_bg.png) repeat-x; border-top:1px solid #aaa;}
828 /* default tab styles */
830 background
:#fff !important;
833 ul
#topmenu a, ul#topmenu span {
845 ul
#topmenu .submenu {
851 display
: inline
-block
;
859 list-style
-type
: none
;
861 border
: 1px
#ddd solid;
864 ul
#topmenu li:hover {
865 background
:url(./themes
/pmahomme
/img
/tab_hover_bg
.png
) repeat
-x
50%
0%
!important
;
868 ul
#topmenu li:hover ul, ul#topmenu .submenuhover ul {
881 margin
: 7px
6px
7px
0px
;
884 border
:1px solid
#ddd;
886 -moz
-border
-radius
: 20px
;
887 -webkit
-border
-radius
: 20px
;
893 ul
#topmenu span.tab {
900 fieldset
.caution a
:hover
{
902 background
-color
: #FF0000;
905 <?php
if ($GLOBALS['cfg']['LightTabs']) { ?
>
907 ul
#topmenu a.tabactive, ul#topmenu2 a.tabactive {
912 background
: <?php
echo $GLOBALS['cfg']['MainBackground']; ?
>;
917 padding
: 0.1em
0.3em
0.1em
0.3em
;
921 -moz
-box
-shadow
: 1px
1px
6px
#ddd;
922 -webkit
-box
-shadow
: 2px
2px
3px
#666;
923 box
-shadow
: 2px
2px
3px
#666;
927 border
-right
: 1px solid
#fff;
928 border
-left
: 1px solid
#ccc;
931 /* default tab styles */
932 ul
#topmenu a, ul#topmenu span {
937 border
-width
: 1pt
0 0 0;
938 -moz
-border
-radius
: 0;
939 -webkit
-border
-radius
: 0;
944 ul
#topmenu ul li:first-child a {
949 /* enabled hover/active tabs */
950 ul
#topmenu > li > a:hover,
951 ul
#topmenu > li > .tabactive {
952 text
-decoration
: none
;
955 ul
#topmenu ul a:hover,
956 ul
#topmenu ul .tabactive {
957 text
-decoration
: none
;
960 ul
#topmenu a.tab:hover,
961 ul
#topmenu .tabactive {
962 /* background-color: <?php echo $GLOBALS['cfg']['MainBackground']; ?>; */
965 ul
#topmenu2 a.tab:hover,
966 ul
#topmenu2 a.tabactive {
967 background
-color
: <?php
echo $GLOBALS['cfg']['BgOne']; ?
>;
968 border
-radius
: 0.3em
;
969 -moz
-border
-radius
: 0.3em
;
970 -webkit
-border
-radius
: 0.3em
;
971 text
-decoration
: none
;
974 /* to be able to cancel the bottom border, use <li class="active"> */
975 ul
#topmenu > li.active {
976 /* border-bottom: 0pt solid <?php echo $GLOBALS['cfg']['MainBackground']; ?>; */
983 cursor
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>error
.ico
), default;
997 table
.calendar td a
{
1001 table
.calendar td a
:hover
{
1002 background
-color
: #CCFFCC;
1006 background
-color
: #D3DCE3;
1009 table
.calendar td
.selected
{
1010 background
-color
: #FFCC99;
1023 div
#tablestatistics {
1024 border
-bottom
: 0.1em solid
#669999;
1025 margin
-bottom
: 0.5em
;
1026 padding
-bottom
: 0.5em
;
1029 div
#tablestatistics table {
1030 float: <?php
echo $left; ?
>;
1031 margin
-bottom
: 0.5em
;
1032 margin
-<?php
echo $right; ?
>: 0.5em
;
1036 div
#tablestatistics table caption {
1037 margin
-<?php
echo $right; ?
>: 0.5em
;
1039 /* END table stats */
1042 /* server privileges */
1043 #tableuserrights td,
1044 #tablespecificuserrights td,
1045 #tabledatabases td {
1046 vertical
-align
: middle
;
1048 /* END server privileges */
1054 border
-bottom
:1px solid
#fff;
1055 -moz
-border
-radius
: 4px
4px
0 0;
1056 -webkit
-border
-radius
: 4px
4px
0 0;
1057 border
-radius
:4px
4px
0 0;
1060 text
-shadow
:0 1px
0 #000000;
1064 white
-space
: nowrap
;
1068 #span_table_comment {
1069 font
-weight
: normal
;
1071 white
-space
: nowrap
;
1075 margin
: 0 0.1em
0 0.2em
;
1082 font
-family
: "Courier New", Courier
, mono
;
1093 background
-color
: #ffffcc;
1095 border
: 0.1em solid
#000000;
1099 /* user privileges */
1100 #fieldset_add_user_login div.item {
1101 border
-bottom
: 1px solid silver
;
1102 padding
-bottom
: 0.3em
;
1103 margin
-bottom
: 0.3em
;
1106 #fieldset_add_user_login label {
1107 float: <?php
echo $left; ?
>;
1111 text
-align
: <?php
echo $right; ?
>;
1112 padding
-<?php
echo $right; ?
>: 0.5em
;
1115 #fieldset_add_user_login span.options #select_pred_username,
1116 #fieldset_add_user_login span.options #select_pred_hostname,
1117 #fieldset_add_user_login span.options #select_pred_password {
1122 #fieldset_add_user_login span.options {
1123 float: <?php
echo $left; ?
>;
1127 padding
-<?php
echo $right; ?
>: 0.5em
;
1130 #fieldset_add_user_login input {
1132 clear
: <?php
echo $right; ?
>;
1136 #fieldset_add_user_login span.options input {
1140 #fieldset_user_priv div.item {
1141 float: <?php
echo $left; ?
>;
1146 #fieldset_user_priv div.item div.item {
1150 #fieldset_user_priv div.item label {
1151 white
-space
: nowrap
;
1154 #fieldset_user_priv div.item select {
1158 #fieldset_user_global_rights fieldset {
1159 float: <?php
echo $left; ?
>;
1161 /* END user privileges */
1165 div
#serverstatus table caption a.top {
1166 float: <?php
echo $right; ?
>;
1169 div
#serverstatus div#serverstatusqueriesdetails table,
1170 div
#serverstatus table#serverstatustraffic,
1171 div
#serverstatus table#serverstatusconnections {
1172 float: <?php
echo $left; ?
>;
1175 #serverstatussection,
1179 div
#serverstatussection table {
1183 div
#serverstatussection table .name {
1186 div
#serverstatussection table .value {
1190 div
#serverstatus table tbody td.descr a,
1191 div
#serverstatus table .tblFooters a {
1192 white
-space
: nowrap
;
1194 div
#serverstatus div#statuslinks a:before,
1195 div
#serverstatus div#sectionlinks a:before,
1196 div
#serverstatus table tbody td.descr a:before,
1197 div
#serverstatus table .tblFooters a:before {
1199 div
#serverstatus div#statuslinks a:after,
1200 div
#serverstatus div#sectionlinks a:after,
1201 div
#serverstatus table tbody td.descr a:after,
1202 div
#serverstatus table .tblFooters a:after {
1204 /* end serverstatus */
1207 body
#bodyquerywindow {
1210 background
-image
: none
;
1211 background
-color
: #F5F5F5;
1214 div
#querywindowcontainer {
1220 div
#querywindowcontainer fieldset {
1223 /* END querywindow */
1228 #togglequerybox{margin:0 10px}
1233 border
: 1px solid
#000;
1234 <?php
if ($GLOBALS['cfg']['ErrorIconic']) { ?
>
1235 background
-repeat
: no
-repeat
;
1236 <?php
if ($GLOBALS['text_dir'] === 'ltr') { ?
>
1237 background
-position
: 10px
50%
;
1238 padding
: 10px
10px
10px
25px
;
1240 background
-position
: 99%
50%
;
1241 padding
: 25px
10px
10px
10px
1246 -moz
-border
-radius
:5px
;
1247 -webkit
-border
-radius
:5px
;
1249 -moz
-box
-shadow
: 0px
1px
2px
#fff inset;
1250 -webkit
-box
-shadow
: 0px
1px
2px
#fff inset;
1251 box
-shadow
:0px
1px
2px
#fff; inset;
1255 #serverstatus p a{color:#fff;text-decoration:underline;}
1258 margin
:35px
0px
;font
-weight
:normal
;color
:#999;font-size:1.7em;
1263 border
:1px solid
#aaa;
1265 -webkit
-border
-radius
:5px
;
1266 -moz
-border
-radius
:5px
;
1268 box
-shadow
:0px
1px
1px
#fff inset;
1269 -webkit
-box
-shadow
:0px
1px
1px
#fff inset;
1270 -moz
-box
-shadow
:0px
1px
1px
#fff inset;
1273 #sectionlinks a, #statuslinks a{
1276 text
-shadow
: 0px
1px
0px
#fff;
1279 border
: 1px solid
#aaa;
1282 text
-decoration
: none
;
1284 border
-radius
: 20px
;
1285 -webkit
-border
-radius
: 20px
;
1286 -moz
-border
-radius
: 20px
;
1287 box
-shadow
: 1px
1px
2px
rgba(0,0,0,.5);
1289 -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
1290 -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
1291 text-shadow: #fff 0px 1px 0px;
1293 background
-image
: url(./themes
/svg_gradient
.php?from
=ffffff
&to
=cccccc
);
1294 background
-size
: 100%
100%
;
1295 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#ffffff), to(#cccccc));
1296 background
: -moz
-linear
-gradient(top
, #ffffff, #cccccc);
1297 background
: -o
-linear
-gradient(top
, #ffffff, #cccccc);
1298 <?php
echo PMA_ieFilter('#ffffff', '#cccccc'); ?
>
1300 #sectionlinks a:hover, #statuslinks a:hover{
1301 background
-image
: url(./themes
/svg_gradient
.php?from
=cccccc
&to
=dddddd
);
1302 background
-size
: 100%
100%
;
1303 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#cccccc), to(#dddddd));
1304 background
: -moz
-linear
-gradient(top
, #cccccc, #dddddd);
1305 background
: -o
-linear
-gradient(top
, #cccccc, #dddddd);
1306 <?php
echo PMA_ieFilter('#cccccc', '#dddddd'); ?
>
1309 div
#sqlquerycontainer {
1310 float: <?php
echo $left; ?
>;
1315 div
#tablefieldscontainer {
1316 float: <?php
echo $right; ?
>;
1321 div
#tablefieldscontainer select {
1330 -moz
-border
-radius
:4px
;
1331 -webkit
-border
-radius
:4px
;
1333 border
:1px solid
#aaa;
1335 font
-family
:inherit
;
1337 textarea
#sql_query_edit{
1342 div
#queryboxcontainer div#bookmarkoptions {
1349 /* background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>logo_right.png); */
1350 /* background-position: <?php echo $right; ?> bottom; */
1351 /* background-repeat: no-repeat; */
1354 #mysqlmaininformation,
1355 #pmamaininformation {
1356 float: <?php
echo $left; ?
>;
1361 list-style
-type
: disc
;
1362 vertical
-align
: middle
;
1366 margin
-bottom
: 0.3em
;
1371 <?php
if ($GLOBALS['cfg']['MainPageIconic']) { ?
>
1372 /* iconic view for ul items */
1373 li
#li_create_database {
1374 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_newdb
.png
);
1378 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_lang
.png
);
1381 li
#li_select_mysql_collation {
1382 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_asci
.png
);
1386 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_theme
.png
);
1390 /* list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_rights.png); */
1394 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_status
.png
);
1397 li
#li_mysql_variables{
1398 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_vars
.png
);
1401 li
#li_mysql_processes{
1402 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_process
.png
);
1405 li
#li_mysql_collations{
1406 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_asci
.png
);
1409 li
#li_mysql_engines{
1410 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_engine
.png
);
1413 li
#li_mysql_binlogs {
1414 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_tbl
.png
);
1417 li
#li_mysql_databases {
1418 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_db
.png
);
1422 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_export
.png
);
1426 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_import
.png
);
1429 li
#li_change_password {
1430 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_passwd
.png
);
1434 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_loggoff
.png
);
1437 li
#li_mysql_privilegs{
1438 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_rights
.png
);
1441 li
#li_switch_dbstats {
1442 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_dbstatistics
.png
);
1445 li
#li_flush_privileges {
1446 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_reload
.png
);
1449 li
#li_user_preferences {
1450 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_tblops
.png
);
1452 /* END iconic view for ul items */
1453 <?php
} /* end if $GLOBALS['cfg']['MainPageIconic'] */ ?
>
1456 #body_browse_foreigners {
1457 background
: <?php
echo $GLOBALS['cfg']['NaviBackground']; ?
>;
1458 margin
: 0.5em
0.5em
0 0.5em
;
1462 background
: <?php
echo $GLOBALS['cfg']['NaviBackground']; ?
>;
1472 border
: 0.1em solid black
;
1475 #bodythemes a:hover img {
1476 border
: 0.1em solid red
;
1479 #fieldset_select_fields {
1480 float: <?php
echo $left; ?
>;
1490 border
-top
: 0.1em solid silver
;
1491 text
-align
: <?php
echo $right; ?
>;
1496 #table_innodb_bufferpool_usage,
1497 #table_innodb_bufferpool_activity {
1498 float: <?php
echo $left; ?
>;
1501 #div_mysql_charset_collations table {
1502 float: <?php
echo $left; ?
>;
1505 .operations_half_width
{
1507 float: <?php
echo $left; ?
>;
1510 .operations_full_width
{
1515 #qbe_div_table_list {
1516 float: <?php
echo $left; ?
>;
1519 #qbe_div_sql_query {
1520 float: <?php
echo $left; ?
>;
1525 float: <?php
echo $left; ?
>;
1532 code
.sql
, div
.sqlvalidate
{
1541 background
: <?php
echo $GLOBALS['cfg']['BgOne']; ?
>;
1546 float: <?php
echo $left; ?
>;
1551 margin
-<?php
echo $left; ?
>: 60%
;
1553 padding
-<?php
echo $left; ?
>: 1em
;
1558 border
:1px solid
#999;
1560 -moz
-border
-radius
:4px
;
1561 -webkit
-border
-radius
:4px
;
1563 -moz
-box
-shadow
:2px
2px
5px
#ccc;
1564 -webkit
-box
-shadow
:2px
2px
5px
#ccc;
1565 box
-shadow
:3px
3px
10px
#ddd;
1567 padding
-bottom
: 1em
;
1571 background
-color
: #bbb;
1572 padding
: 0.1em
0.3em
;
1577 text
-shadow
:0 1px
0 #777;
1578 -moz
-box
-shadow
: 1px
1px
15px
#999 inset;
1579 -webkit
-box
-shadow
: 1px
1px
15px
#999 inset;
1580 box
-shadow
: 1px
1px
15px
#999 inset;
1584 padding
: 0 0 0 0.5em
;
1585 display
: inline
-block
;
1589 textarea
#partitiondefinition {
1593 /* for elements that should be revealed only via js */
1599 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_host
.png
);
1603 list-style
-image
: none
;
1607 * Progress bar styles
1609 div
.upload_progress_bar_outer
1611 border
: 1px solid black
;
1615 div
.upload_progress_bar_inner
1617 background
-color
: <?php
echo $GLOBALS['cfg']['NaviBackground']; ?
>;
1623 table
#serverconnection_src_remote,
1624 table
#serverconnection_trg_remote,
1625 table
#serverconnection_src_local,
1626 table
#serverconnection_trg_local {
1630 * Validation error message styles
1632 input
[type
=text
].invalid_value
,
1638 * Ajax notification styling
1640 .ajax_notification
{
1641 top
: 0px
; /** The notification needs to be shown on the top of the page */
1647 padding
: 5px
; /** Keep a little space on the sides of the text */
1650 z
-index
: 1100; /** If this is not kept at a high z-index, the jQueryUI modal dialogs (z-index:1000) might hide this */
1655 background
-image
: url(./themes
/pmahomme
/img
/ajax_clock_small
.gif
);
1656 background
-repeat
: no
-repeat
;
1657 background
-position
: 2%
;
1658 border
:1px solid
#e2b709;
1661 /* additional styles */
1663 margin
-top
:200px
;background
:#ffe57e;
1665 -moz
-border
-radius
:5px
;
1666 -webkit
-border
-radius
:5px
;
1667 box
-shadow
: 0px
5px
90px
#888;
1668 -moz
-box
-shadow
: 0px
5px
90px
#888;
1669 -webkit
-box
-shadow
: 0px
5px
90px
#888;
1673 /** Need this parent to properly center the notification division */
1678 * Export and Import styles
1681 .exportoptions h3
, .importoptions h3
{
1682 border
-bottom
: 1px
#999999 solid;
1686 .exportoptions ul
, .importoptions ul
, .format_specific_options ul
{
1687 list-style
-type
: none
;
1688 margin
-bottom
: 15px
;
1691 .exportoptions li
, .importoptions li
{
1694 .exportoptions label
, .importoptions label
, .exportoptions p
, .importoptions p
{
1699 #csv_options label.desc, #ldi_options label.desc, #latex_options label.desc, #output label.desc{
1704 .exportoptions
, .importoptions
{
1705 margin
: 20px
30px
30px
10px
1708 .exportoptions
#buttonGo, .importoptions #buttonGo {
1711 border
: 1px solid
#aaa;
1714 text
-decoration
: none
;
1717 border
-radius
: 12px
;
1718 -webkit
-border
-radius
: 12px
;
1719 -moz
-border
-radius
: 12px
;
1721 text
-shadow
: 0px
1px
0px
#fff;
1723 background
-image
: url(./themes
/svg_gradient
.php?from
=ffffff
&to
=cccccc
);
1724 background
-size
: 100%
100%
;
1725 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#ffffff), to(#cccccc));
1726 background
: -moz
-linear
-gradient(top
, #ffffff, #cccccc);
1727 background
: -o
-linear
-gradient(top
, #ffffff, #cccccc);
1728 <?php
echo PMA_ieFilter('#ffffff', '#cccccc'); ?
>
1732 background
-image
: url(./themes
/svg_gradient
.php?from
=cccccc
&to
=dddddd
);
1733 background
-size
: 100%
100%
;
1734 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#cccccc), to(#dddddd));
1735 background
: -moz
-linear
-gradient(top
, #cccccc, #dddddd);
1736 background
: -o
-linear
-gradient(top
, #cccccc, #dddddd);
1737 <?php
echo PMA_ieFilter('#cccccc', '#dddddd'); ?
>
1740 .format_specific_options h3
{
1741 margin
: 10px
0px
0px
10px
;
1745 .format_specific_options
{
1746 border
: 1px solid
#999999;
1756 * Export styles only
1758 select
#db_select, select#table_select {
1762 .export_sub_options
{
1763 margin
: 20px
0px
0px
30px
;
1766 .export_sub_options h4
{
1767 border
-bottom
: 1px
#999999 solid;
1770 .export_sub_options li
.subgroup
{
1771 display
: inline
-block
;
1775 .export_sub_options li
{
1779 #quick_or_custom, #output_quick_export {
1783 * Import styles only
1786 .importoptions
#import_notification {
1791 input
#input_import_file {
1796 margin
: 5px
0px
5px
0px
;
1800 * ENUM/SET editor styles
1810 _position
: absolute
; /* hack for IE */
1816 #enum_editor_no_js {
1820 #enum_editor, #enum_editor_no_js {
1821 background
: #D0DCE0;
1828 _position
: absolute
; /* hack for IE6 */
1838 a
.close_enum_editor
{
1842 #enum_editor #values, #enum_editor_no_js #values {
1847 #enum_editor #values input, #enum_editor_no_js #values input {
1855 #enum_editor_output {
1860 * Table structure styles
1862 .structure_actions_dropdown
{
1869 border
:1px solid
#aaa;
1870 -moz
-box
-shadow
:0px
3px
3px
#ddd;
1872 .structure_actions_dropdown span
{display
:block
;}
1873 .structure_actions_dropdown span
:hover
{background
:#ddd;}
1876 white
-space
: nowrap
;
1884 filter
: alpha(opacity
=0);
1888 .config
-form ul
.tabs
{
1889 margin
: 1.1em
0.2em
0;
1890 padding
: 0 0 0.3em
0;
1895 .config
-form ul
.tabs li
{
1896 float: <?php
echo $left; ?
>;
1899 .config
-form ul
.tabs li a
{
1901 margin
: 0.1em
0.2em
0;
1902 white
-space
: nowrap
;
1903 text
-decoration
: none
;
1904 border
: 1px solid
<?php
echo $GLOBALS['cfg']['BgTwo']; ?
>;
1905 border
-bottom
: none
;
1908 .config
-form ul
.tabs li a
{
1910 -moz
-border
-radius
:5px
5px
0 0;
1911 -webkit
-border
-radius
:5px
5px
0 0;
1912 border
-radius
:5px
5px
0 0;
1915 text
-shadow
: 0 1px
0 #fff;
1918 .config
-form ul
.tabs li a
:hover
,
1919 .config
-form ul
.tabs li a
:active
{
1923 .config
-form ul
.tabs li a
.active
{
1924 background
-color
: #fff;
1930 .config
-form fieldset
{
1934 /*border-color: <?php echo $GLOBALS['cfg']['BgTwo']; ?>;*/
1937 .config
-form legend
{
1941 .config
-form fieldset p
{
1948 .config
-form fieldset
.errors
{ /* form error list */
1949 margin
: 0 -2px
1em
-2px
;
1950 padding
: 0.5em
1.5em
;
1951 background
: #FBEAD9;
1952 border
: 0 #C83838 solid;
1953 border
-width
: 1px
0;
1955 font
-family
: sans
-serif
;
1959 .config
-form fieldset
.inline_errors
{ /* field error list */
1960 margin
: 0.3em
0.3em
0.3em
0;
1967 .config
-form fieldset th
{
1968 padding
: 0.3em
0.3em
0.3em
0.5em
;
1970 vertical
-align
: top
;
1972 background
: transparent
;
1975 .config
-form fieldset
.doc
, .config
-form fieldset
.disabled
-notice
{
1979 .config
-form fieldset
.disabled
-notice
{
1981 text
-transform
: uppercase
;
1986 .config
-form fieldset td
{
1988 padding
-bottom
: 0.3em
;
1989 vertical
-align
: top
;
1992 .config
-form fieldset th small
{
1994 font
-weight
: normal
;
1995 font
-family
: sans
-serif
;
2000 .config
-form fieldset th
, .config
-form fieldset td
{
2001 border
-top
: 1px
<?php
echo $GLOBALS['cfg']['BgTwo']; ?
> solid
;
2005 fieldset
.group
-header th
{
2006 background
: <?php
echo $GLOBALS['cfg']['BgTwo']; ?
>;
2009 fieldset
.group
-header + tr th
{
2013 fieldset
.group
-field
-1 th
, fieldset
.group
-header
-2 th
{
2014 padding
-left
: 1.5em
;
2017 fieldset
.group
-field
-2 th
, fieldset
.group
-header
-3 th
{
2021 fieldset
.group
-field
-3 th
{
2022 padding
-left
: 4.5em
;
2025 fieldset
.disabled
-field th
,
2026 fieldset
.disabled
-field th small
,
2027 fieldset
.disabled
-field td
{
2029 background
-color
: #ddd;
2032 .config
-form
.lastrow
{
2033 border
-top
: 1px
#000 solid;
2036 .config
-form
.lastrow
{
2037 background
: <?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;;
2042 .config
-form
.lastrow input
{
2048 .config
-form span
.checkbox
{
2050 display
: inline
-block
;
2053 .config
-form
.custom
{ /* customized field */
2057 .config
-form span
.checkbox
.custom
{
2059 border
: 1px
#EDEC90 solid;
2063 .config
-form
.field
-error
{
2064 border
-color
: #A11 !important;
2067 .config
-form input
[type
="text"],
2068 .config
-form select
,
2069 .config
-form textarea
{
2070 border
: 1px
#A7A6AA solid;
2074 .config
-form input
[type
="text"]:focus
,
2075 .config
-form select
:focus
,
2076 .config
-form textarea
:focus
{
2077 border
: 1px
#6676FF solid;
2078 background
: #F7FBFF;
2081 .config
-form
.field
-comment
-mark
{
2090 .config
-form
.field
-comment
-warning
{
2099 .config
-form dd
:before
{
2103 .click
-hide
-message
{
2108 margin
-<?php
echo $left; ?
>: 2em
;
2112 margin
-bottom
: 0.5em
;
2115 #table_columns input, #table_columns select {
2117 box
-sizing
: border
-box
;
2118 -ms
-box
-sizing
: border
-box
;
2119 -moz
-box
-sizing
: border
-box
;
2120 -webkit
-box
-sizing
: border
-box
;
2123 #table_columns select {