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 #topmenu .error{background:#eee;border:0px !important;color:#aaa;}
803 ul
#topmenu, ul#topmenu2, ul.tabs {
805 list-style
-type
: none
;
812 margin
: 0.25em
0.5em
0;
817 ul
#topmenu li, ul#topmenu2 li {
818 float: <?php
echo $left; ?
>;
820 vertical
-align
: middle
;
823 #topmenu img, #topmenu2 img {
828 #topmenucontainer{background:url(./themes/pmahomme/img/tab_bg.png) repeat-x; border-top:1px solid #aaa;}
830 /* default tab styles */
832 background
:#fff !important;
835 ul
#topmenu a, ul#topmenu span {
847 ul
#topmenu .submenu {
853 display
: inline
-block
;
861 list-style
-type
: none
;
863 border
: 1px
#ddd solid;
866 ul
#topmenu li:hover {
867 background
:url(./themes
/pmahomme
/img
/tab_hover_bg
.png
) repeat
-x
50%
0%
!important
;
870 ul
#topmenu li:hover ul, ul#topmenu .submenuhover ul {
883 margin
: 7px
6px
7px
0px
;
886 border
:1px solid
#ddd;
888 -moz
-border
-radius
: 20px
;
889 -webkit
-border
-radius
: 20px
;
895 ul
#topmenu span.tab {
902 fieldset
.caution a
:hover
{
904 background
-color
: #FF0000;
907 <?php
if ($GLOBALS['cfg']['LightTabs']) { ?
>
909 ul
#topmenu a.tabactive, ul#topmenu2 a.tabactive {
914 background
: <?php
echo $GLOBALS['cfg']['MainBackground']; ?
>;
919 padding
: 0.1em
0.3em
0.1em
0.3em
;
923 -moz
-box
-shadow
: 1px
1px
6px
#ddd;
924 -webkit
-box
-shadow
: 2px
2px
3px
#666;
925 box
-shadow
: 2px
2px
3px
#666;
929 border
-right
: 1px solid
#fff;
930 border
-left
: 1px solid
#ccc;
933 /* default tab styles */
934 ul
#topmenu a, ul#topmenu span {
939 border
-width
: 1pt
0 0 0;
940 -moz
-border
-radius
: 0;
941 -webkit
-border
-radius
: 0;
946 ul
#topmenu ul li:first-child a {
951 /* enabled hover/active tabs */
952 ul
#topmenu > li > a:hover,
953 ul
#topmenu > li > .tabactive {
954 text
-decoration
: none
;
957 ul
#topmenu ul a:hover,
958 ul
#topmenu ul .tabactive {
959 text
-decoration
: none
;
962 ul
#topmenu a.tab:hover,
963 ul
#topmenu .tabactive {
964 /* background-color: <?php echo $GLOBALS['cfg']['MainBackground']; ?>; */
967 ul
#topmenu2 a.tab:hover,
968 ul
#topmenu2 a.tabactive {
969 background
-color
: <?php
echo $GLOBALS['cfg']['BgOne']; ?
>;
970 border
-radius
: 0.3em
;
971 -moz
-border
-radius
: 0.3em
;
972 -webkit
-border
-radius
: 0.3em
;
973 text
-decoration
: none
;
976 /* to be able to cancel the bottom border, use <li class="active"> */
977 ul
#topmenu > li.active {
978 /* border-bottom: 0pt solid <?php echo $GLOBALS['cfg']['MainBackground']; ?>; */
985 cursor
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>error
.ico
), default;
999 table
.calendar td a
{
1003 table
.calendar td a
:hover
{
1004 background
-color
: #CCFFCC;
1008 background
-color
: #D3DCE3;
1011 table
.calendar td
.selected
{
1012 background
-color
: #FFCC99;
1025 div
#tablestatistics {
1026 border
-bottom
: 0.1em solid
#669999;
1027 margin
-bottom
: 0.5em
;
1028 padding
-bottom
: 0.5em
;
1031 div
#tablestatistics table {
1032 float: <?php
echo $left; ?
>;
1033 margin
-bottom
: 0.5em
;
1034 margin
-<?php
echo $right; ?
>: 1.5em
;
1038 div
#tablestatistics table caption {
1039 margin
-<?php
echo $right; ?
>: 0.5em
;
1041 /* END table stats */
1044 /* server privileges */
1045 #tableuserrights td,
1046 #tablespecificuserrights td,
1047 #tabledatabases td {
1048 vertical
-align
: middle
;
1050 /* END server privileges */
1056 border
-bottom
:1px solid
#fff;
1057 -moz
-border
-radius
: 4px
4px
0 0;
1058 -webkit
-border
-radius
: 4px
4px
0 0;
1059 border
-radius
:4px
4px
0 0;
1062 text
-shadow
:0 1px
0 #000000;
1066 white
-space
: nowrap
;
1070 #span_table_comment {
1071 font
-weight
: normal
;
1073 white
-space
: nowrap
;
1077 margin
: 0 0.1em
0 0.2em
;
1084 font
-family
: "Courier New", Courier
, mono
;
1095 background
-color
: #ffffcc;
1097 border
: 0.1em solid
#000000;
1101 /* user privileges */
1102 #fieldset_add_user_login div.item {
1103 border
-bottom
: 1px solid silver
;
1104 padding
-bottom
: 0.3em
;
1105 margin
-bottom
: 0.3em
;
1108 #fieldset_add_user_login label {
1109 float: <?php
echo $left; ?
>;
1113 text
-align
: <?php
echo $right; ?
>;
1114 padding
-<?php
echo $right; ?
>: 0.5em
;
1117 #fieldset_add_user_login span.options #select_pred_username,
1118 #fieldset_add_user_login span.options #select_pred_hostname,
1119 #fieldset_add_user_login span.options #select_pred_password {
1124 #fieldset_add_user_login span.options {
1125 float: <?php
echo $left; ?
>;
1129 padding
-<?php
echo $right; ?
>: 0.5em
;
1132 #fieldset_add_user_login input {
1134 clear
: <?php
echo $right; ?
>;
1138 #fieldset_add_user_login span.options input {
1142 #fieldset_user_priv div.item {
1143 float: <?php
echo $left; ?
>;
1148 #fieldset_user_priv div.item div.item {
1152 #fieldset_user_priv div.item label {
1153 white
-space
: nowrap
;
1156 #fieldset_user_priv div.item select {
1160 #fieldset_user_global_rights fieldset {
1161 float: <?php
echo $left; ?
>;
1163 /* END user privileges */
1167 div
#serverstatus table caption a.top {
1168 float: <?php
echo $right; ?
>;
1171 div
#serverstatus div#serverstatusqueriesdetails table,
1172 div
#serverstatus table#serverstatustraffic,
1173 div
#serverstatus table#serverstatusconnections {
1174 float: <?php
echo $left; ?
>;
1177 #serverstatussection,
1181 div
#serverstatussection table {
1185 div
#serverstatussection table .name {
1188 div
#serverstatussection table .value {
1192 div
#serverstatus table tbody td.descr a,
1193 div
#serverstatus table .tblFooters a {
1194 white
-space
: nowrap
;
1196 div
#serverstatus div#statuslinks a:before,
1197 div
#serverstatus div#sectionlinks a:before,
1198 div
#serverstatus table tbody td.descr a:before,
1199 div
#serverstatus table .tblFooters a:before {
1201 div
#serverstatus div#statuslinks a:after,
1202 div
#serverstatus div#sectionlinks a:after,
1203 div
#serverstatus table tbody td.descr a:after,
1204 div
#serverstatus table .tblFooters a:after {
1206 /* end serverstatus */
1209 body
#bodyquerywindow {
1212 background
-image
: none
;
1213 background
-color
: #F5F5F5;
1216 div
#querywindowcontainer {
1222 div
#querywindowcontainer fieldset {
1225 /* END querywindow */
1230 #togglequerybox{margin:0 10px}
1235 border
: 1px solid
#000;
1236 <?php
if ($GLOBALS['cfg']['ErrorIconic']) { ?
>
1237 background
-repeat
: no
-repeat
;
1238 <?php
if ($GLOBALS['text_dir'] === 'ltr') { ?
>
1239 background
-position
: 10px
50%
;
1240 padding
: 10px
10px
10px
25px
;
1242 background
-position
: 99%
50%
;
1243 padding
: 25px
10px
10px
10px
1248 -moz
-border
-radius
:5px
;
1249 -webkit
-border
-radius
:5px
;
1251 -moz
-box
-shadow
: 0px
1px
2px
#fff inset;
1252 -webkit
-box
-shadow
: 0px
1px
2px
#fff inset;
1253 box
-shadow
:0px
1px
2px
#fff; inset;
1257 #serverstatus p a{color:#fff;text-decoration:underline;}
1260 margin
:35px
0px
;font
-weight
:normal
;color
:#999;font-size:1.7em;
1265 border
:1px solid
#aaa;
1267 -webkit
-border
-radius
:5px
;
1268 -moz
-border
-radius
:5px
;
1270 box
-shadow
:0px
1px
1px
#fff inset;
1271 -webkit
-box
-shadow
:0px
1px
1px
#fff inset;
1272 -moz
-box
-shadow
:0px
1px
1px
#fff inset;
1275 #sectionlinks a, #statuslinks a{
1278 text
-shadow
: 0px
1px
0px
#fff;
1281 border
: 1px solid
#aaa;
1284 text
-decoration
: none
;
1286 border
-radius
: 20px
;
1287 -webkit
-border
-radius
: 20px
;
1288 -moz
-border
-radius
: 20px
;
1289 box
-shadow
: 1px
1px
2px
rgba(0,0,0,.5);
1291 -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
1292 -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
1293 text-shadow: #fff 0px 1px 0px;
1295 background
-image
: url(./themes
/svg_gradient
.php?from
=ffffff
&to
=cccccc
);
1296 background
-size
: 100%
100%
;
1297 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#ffffff), to(#cccccc));
1298 background
: -moz
-linear
-gradient(top
, #ffffff, #cccccc);
1299 background
: -o
-linear
-gradient(top
, #ffffff, #cccccc);
1300 <?php
echo PMA_ieFilter('#ffffff', '#cccccc'); ?
>
1302 #sectionlinks a:hover, #statuslinks a:hover{
1303 background
-image
: url(./themes
/svg_gradient
.php?from
=cccccc
&to
=dddddd
);
1304 background
-size
: 100%
100%
;
1305 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#cccccc), to(#dddddd));
1306 background
: -moz
-linear
-gradient(top
, #cccccc, #dddddd);
1307 background
: -o
-linear
-gradient(top
, #cccccc, #dddddd);
1308 <?php
echo PMA_ieFilter('#cccccc', '#dddddd'); ?
>
1311 div
#sqlquerycontainer {
1312 float: <?php
echo $left; ?
>;
1317 div
#tablefieldscontainer {
1318 float: <?php
echo $right; ?
>;
1323 div
#tablefieldscontainer select {
1332 -moz
-border
-radius
:4px
;
1333 -webkit
-border
-radius
:4px
;
1335 border
:1px solid
#aaa;
1337 font
-family
:inherit
;
1339 textarea
#sql_query_edit{
1344 div
#queryboxcontainer div#bookmarkoptions {
1351 /* background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>logo_right.png); */
1352 /* background-position: <?php echo $right; ?> bottom; */
1353 /* background-repeat: no-repeat; */
1356 #mysqlmaininformation,
1357 #pmamaininformation {
1358 float: <?php
echo $left; ?
>;
1363 list-style
-type
: disc
;
1364 vertical
-align
: middle
;
1368 margin
-bottom
: 0.3em
;
1373 <?php
if ($GLOBALS['cfg']['MainPageIconic']) { ?
>
1374 /* iconic view for ul items */
1375 li
#li_create_database {
1376 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_newdb
.png
);
1380 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_lang
.png
);
1383 li
#li_select_mysql_collation {
1384 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_asci
.png
);
1388 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_theme
.png
);
1392 /* list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_rights.png); */
1396 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_status
.png
);
1399 li
#li_mysql_variables{
1400 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_vars
.png
);
1403 li
#li_mysql_processes{
1404 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_process
.png
);
1407 li
#li_mysql_collations{
1408 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_asci
.png
);
1411 li
#li_mysql_engines{
1412 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_engine
.png
);
1415 li
#li_mysql_binlogs {
1416 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_tbl
.png
);
1419 li
#li_mysql_databases {
1420 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_db
.png
);
1424 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_export
.png
);
1428 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_import
.png
);
1431 li
#li_change_password {
1432 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_passwd
.png
);
1436 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_loggoff
.png
);
1439 li
#li_mysql_privilegs{
1440 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_rights
.png
);
1443 li
#li_switch_dbstats {
1444 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_dbstatistics
.png
);
1447 li
#li_flush_privileges {
1448 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_reload
.png
);
1451 li
#li_user_preferences {
1452 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_tblops
.png
);
1454 /* END iconic view for ul items */
1455 <?php
} /* end if $GLOBALS['cfg']['MainPageIconic'] */ ?
>
1458 #body_browse_foreigners {
1459 background
: <?php
echo $GLOBALS['cfg']['NaviBackground']; ?
>;
1460 margin
: 0.5em
0.5em
0 0.5em
;
1464 background
: <?php
echo $GLOBALS['cfg']['NaviBackground']; ?
>;
1474 border
: 0.1em solid black
;
1477 #bodythemes a:hover img {
1478 border
: 0.1em solid red
;
1481 #fieldset_select_fields {
1482 float: <?php
echo $left; ?
>;
1492 border
-top
: 0.1em solid silver
;
1493 text
-align
: <?php
echo $right; ?
>;
1498 #table_innodb_bufferpool_usage,
1499 #table_innodb_bufferpool_activity {
1500 float: <?php
echo $left; ?
>;
1503 #div_mysql_charset_collations table {
1504 float: <?php
echo $left; ?
>;
1507 .operations_half_width
{
1509 float: <?php
echo $left; ?
>;
1512 .operations_full_width
{
1517 #qbe_div_table_list {
1518 float: <?php
echo $left; ?
>;
1521 #qbe_div_sql_query {
1522 float: <?php
echo $left; ?
>;
1527 float: <?php
echo $left; ?
>;
1534 code
.sql
, div
.sqlvalidate
{
1543 background
: <?php
echo $GLOBALS['cfg']['BgOne']; ?
>;
1548 float: <?php
echo $left; ?
>;
1553 margin
-<?php
echo $left; ?
>: 60%
;
1555 padding
-<?php
echo $left; ?
>: 1em
;
1560 border
:1px solid
#999;
1562 -moz
-border
-radius
:4px
;
1563 -webkit
-border
-radius
:4px
;
1565 -moz
-box
-shadow
:2px
2px
5px
#ccc;
1566 -webkit
-box
-shadow
:2px
2px
5px
#ccc;
1567 box
-shadow
:3px
3px
10px
#ddd;
1569 padding
-bottom
: 1em
;
1573 background
-color
: #bbb;
1574 padding
: 0.1em
0.3em
;
1579 text
-shadow
:0 1px
0 #777;
1580 -moz
-box
-shadow
: 1px
1px
15px
#999 inset;
1581 -webkit
-box
-shadow
: 1px
1px
15px
#999 inset;
1582 box
-shadow
: 1px
1px
15px
#999 inset;
1586 padding
: 0 0 0 0.5em
;
1587 display
: inline
-block
;
1591 textarea
#partitiondefinition {
1595 /* for elements that should be revealed only via js */
1601 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_host
.png
);
1605 list-style
-image
: none
;
1609 * Progress bar styles
1611 div
.upload_progress_bar_outer
1613 border
: 1px solid black
;
1617 div
.upload_progress_bar_inner
1619 background
-color
: <?php
echo $GLOBALS['cfg']['NaviBackground']; ?
>;
1625 table
#serverconnection_src_remote,
1626 table
#serverconnection_trg_remote,
1627 table
#serverconnection_src_local,
1628 table
#serverconnection_trg_local {
1632 * Validation error message styles
1634 input
[type
=text
].invalid_value
,
1640 * Ajax notification styling
1642 .ajax_notification
{
1643 top
: 0px
; /** The notification needs to be shown on the top of the page */
1649 padding
: 5px
; /** Keep a little space on the sides of the text */
1652 z
-index
: 1100; /** If this is not kept at a high z-index, the jQueryUI modal dialogs (z-index:1000) might hide this */
1657 background
-image
: url(./themes
/pmahomme
/img
/ajax_clock_small
.gif
);
1658 background
-repeat
: no
-repeat
;
1659 background
-position
: 2%
;
1660 border
:1px solid
#e2b709;
1663 /* additional styles */
1665 margin
-top
:200px
;background
:#ffe57e;
1667 -moz
-border
-radius
:5px
;
1668 -webkit
-border
-radius
:5px
;
1669 box
-shadow
: 0px
5px
90px
#888;
1670 -moz
-box
-shadow
: 0px
5px
90px
#888;
1671 -webkit
-box
-shadow
: 0px
5px
90px
#888;
1675 /** Need this parent to properly center the notification division */
1680 * Export and Import styles
1683 .exportoptions h3
, .importoptions h3
{
1684 border
-bottom
: 1px
#999999 solid;
1688 .exportoptions ul
, .importoptions ul
, .format_specific_options ul
{
1689 list-style
-type
: none
;
1690 margin
-bottom
: 15px
;
1693 .exportoptions li
, .importoptions li
{
1696 .exportoptions label
, .importoptions label
, .exportoptions p
, .importoptions p
{
1701 #csv_options label.desc, #ldi_options label.desc, #latex_options label.desc, #output label.desc{
1706 .exportoptions
, .importoptions
{
1707 margin
: 20px
30px
30px
10px
1710 .exportoptions
#buttonGo, .importoptions #buttonGo {
1713 border
: 1px solid
#aaa;
1716 text
-decoration
: none
;
1719 border
-radius
: 12px
;
1720 -webkit
-border
-radius
: 12px
;
1721 -moz
-border
-radius
: 12px
;
1723 text
-shadow
: 0px
1px
0px
#fff;
1725 background
-image
: url(./themes
/svg_gradient
.php?from
=ffffff
&to
=cccccc
);
1726 background
-size
: 100%
100%
;
1727 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#ffffff), to(#cccccc));
1728 background
: -moz
-linear
-gradient(top
, #ffffff, #cccccc);
1729 background
: -o
-linear
-gradient(top
, #ffffff, #cccccc);
1730 <?php
echo PMA_ieFilter('#ffffff', '#cccccc'); ?
>
1734 background
-image
: url(./themes
/svg_gradient
.php?from
=cccccc
&to
=dddddd
);
1735 background
-size
: 100%
100%
;
1736 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#cccccc), to(#dddddd));
1737 background
: -moz
-linear
-gradient(top
, #cccccc, #dddddd);
1738 background
: -o
-linear
-gradient(top
, #cccccc, #dddddd);
1739 <?php
echo PMA_ieFilter('#cccccc', '#dddddd'); ?
>
1742 .format_specific_options h3
{
1743 margin
: 10px
0px
0px
10px
;
1747 .format_specific_options
{
1748 border
: 1px solid
#999999;
1758 * Export styles only
1760 select
#db_select, select#table_select {
1764 .export_sub_options
{
1765 margin
: 20px
0px
0px
30px
;
1768 .export_sub_options h4
{
1769 border
-bottom
: 1px
#999999 solid;
1772 .export_sub_options li
.subgroup
{
1773 display
: inline
-block
;
1777 .export_sub_options li
{
1781 #quick_or_custom, #output_quick_export {
1785 * Import styles only
1788 .importoptions
#import_notification {
1793 input
#input_import_file {
1798 margin
: 5px
0px
5px
0px
;
1802 * ENUM/SET editor styles
1812 _position
: absolute
; /* hack for IE */
1818 #enum_editor_no_js {
1822 #enum_editor, #enum_editor_no_js {
1823 background
: #D0DCE0;
1830 _position
: absolute
; /* hack for IE6 */
1840 a
.close_enum_editor
{
1844 #enum_editor #values, #enum_editor_no_js #values {
1849 #enum_editor #values input, #enum_editor_no_js #values input {
1857 #enum_editor_output {
1862 * Table structure styles
1864 .structure_actions_dropdown
{
1871 border
:1px solid
#aaa;
1872 -moz
-box
-shadow
:0px
3px
3px
#ddd;
1874 .structure_actions_dropdown span
{display
:block
;}
1875 .structure_actions_dropdown span
:hover
{background
:#ddd;}
1878 white
-space
: nowrap
;
1886 filter
: alpha(opacity
=0);
1890 .config
-form ul
.tabs
{
1891 margin
: 1.1em
0.2em
0;
1892 padding
: 0 0 0.3em
0;
1897 .config
-form ul
.tabs li
{
1898 float: <?php
echo $left; ?
>;
1901 .config
-form ul
.tabs li a
{
1903 margin
: 0.1em
0.2em
0;
1904 white
-space
: nowrap
;
1905 text
-decoration
: none
;
1906 border
: 1px solid
<?php
echo $GLOBALS['cfg']['BgTwo']; ?
>;
1907 border
-bottom
: none
;
1910 .config
-form ul
.tabs li a
{
1912 -moz
-border
-radius
:5px
5px
0 0;
1913 -webkit
-border
-radius
:5px
5px
0 0;
1914 border
-radius
:5px
5px
0 0;
1917 text
-shadow
: 0 1px
0 #fff;
1920 .config
-form ul
.tabs li a
:hover
,
1921 .config
-form ul
.tabs li a
:active
{
1925 .config
-form ul
.tabs li a
.active
{
1926 background
-color
: #fff;
1932 .config
-form fieldset
{
1936 /*border-color: <?php echo $GLOBALS['cfg']['BgTwo']; ?>;*/
1939 .config
-form legend
{
1943 .config
-form fieldset p
{
1950 .config
-form fieldset
.errors
{ /* form error list */
1951 margin
: 0 -2px
1em
-2px
;
1952 padding
: 0.5em
1.5em
;
1953 background
: #FBEAD9;
1954 border
: 0 #C83838 solid;
1955 border
-width
: 1px
0;
1957 font
-family
: sans
-serif
;
1961 .config
-form fieldset
.inline_errors
{ /* field error list */
1962 margin
: 0.3em
0.3em
0.3em
0;
1969 .config
-form fieldset th
{
1970 padding
: 0.3em
0.3em
0.3em
0.5em
;
1972 vertical
-align
: top
;
1974 background
: transparent
;
1977 .config
-form fieldset
.doc
, .config
-form fieldset
.disabled
-notice
{
1981 .config
-form fieldset
.disabled
-notice
{
1983 text
-transform
: uppercase
;
1988 .config
-form fieldset td
{
1990 padding
-bottom
: 0.3em
;
1991 vertical
-align
: top
;
1994 .config
-form fieldset th small
{
1996 font
-weight
: normal
;
1997 font
-family
: sans
-serif
;
2002 .config
-form fieldset th
, .config
-form fieldset td
{
2003 border
-top
: 1px
<?php
echo $GLOBALS['cfg']['BgTwo']; ?
> solid
;
2007 fieldset
.group
-header th
{
2008 background
: <?php
echo $GLOBALS['cfg']['BgTwo']; ?
>;
2011 fieldset
.group
-header + tr th
{
2015 fieldset
.group
-field
-1 th
, fieldset
.group
-header
-2 th
{
2016 padding
-left
: 1.5em
;
2019 fieldset
.group
-field
-2 th
, fieldset
.group
-header
-3 th
{
2023 fieldset
.group
-field
-3 th
{
2024 padding
-left
: 4.5em
;
2027 fieldset
.disabled
-field th
,
2028 fieldset
.disabled
-field th small
,
2029 fieldset
.disabled
-field td
{
2031 background
-color
: #ddd;
2034 .config
-form
.lastrow
{
2035 border
-top
: 1px
#000 solid;
2038 .config
-form
.lastrow
{
2039 background
: <?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;;
2044 .config
-form
.lastrow input
{
2050 .config
-form span
.checkbox
{
2052 display
: inline
-block
;
2055 .config
-form
.custom
{ /* customized field */
2059 .config
-form span
.checkbox
.custom
{
2061 border
: 1px
#EDEC90 solid;
2065 .config
-form
.field
-error
{
2066 border
-color
: #A11 !important;
2069 .config
-form input
[type
="text"],
2070 .config
-form select
,
2071 .config
-form textarea
{
2072 border
: 1px
#A7A6AA solid;
2076 .config
-form input
[type
="text"]:focus
,
2077 .config
-form select
:focus
,
2078 .config
-form textarea
:focus
{
2079 border
: 1px
#6676FF solid;
2080 background
: #F7FBFF;
2083 .config
-form
.field
-comment
-mark
{
2092 .config
-form
.field
-comment
-warning
{
2101 .config
-form dd
:before
{
2105 .click
-hide
-message
{
2110 margin
-<?php
echo $left; ?
>: 2em
;
2114 margin
-bottom
: 0.5em
;
2117 #table_columns input, #table_columns select {
2119 box
-sizing
: border
-box
;
2120 -ms
-box
-sizing
: border
-box
;
2121 -moz
-box
-sizing
: border
-box
;
2122 -webkit
-box
-sizing
: border
-box
;
2125 #table_columns select {