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 /******************************************************************************/
26 font
-size
: <?php
echo (null !== $GLOBALS['PMA_Config']->get('fontsize') ?
$GLOBALS['PMA_Config']->get('fontsize') : (
27 isset($_COOKIE['pma_fontsize']) ?
$_COOKIE['pma_fontsize'] : '82%'));?
>;
30 input
, select
, textarea
{
36 <?php
if (! empty($GLOBALS['cfg']['FontFamily'])) { ?
>
37 font
-family
: <?php
echo $GLOBALS['cfg']['FontFamily']; ?
>;
45 <?php
if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) { ?
>
46 textarea
, tt
, pre
, code
{
47 font
-family
: <?php
echo $GLOBALS['cfg']['FontFamilyFixed']; ?
>;
58 text
-shadow
: 0px
1px
0px
#fff;
59 padding
: 10px
0 10px
3px
;
63 /* Hiding icons in the page titles */
65 h2 a img
{display
:inline
;}
80 text
-decoration
: none
;
88 text
-decoration
: underline
;
94 border
:1px solid
#aaa;
96 -moz
-border
-radius
:5px
;
97 -webkit
-border
-radius
:5px
;
101 #initials_table td{padding:8px !important}
104 border
:1px solid
#aaa;
107 -moz
-border
-radius
:5px
;
108 -webkit
-border
-radius
:5px
;
110 background
-image
: url(./themes
/svg_gradient
.php?from
=ffffff
&to
=cccccc
);
111 background
-size
: 100%
100%
;
112 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#ffffff), to(#cccccc));
113 background
: -moz
-linear
-gradient(top
, #ffffff, #cccccc);
114 background
: -o
-linear
-gradient(top
, #ffffff, #cccccc);
115 <?php
echo PMA_ieFilter('#ffffff', '#cccccc'); ?
>
129 color
: <?php
echo $GLOBALS['cfg']['ThColor']; ?
>;
131 background
-image
: url(./themes
/svg_gradient
.php?from
=ffffff
&to
=cccccc
);
132 background
-size
: 100%
100%
;
133 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#ffffff), to(#cccccc));
134 background
: -moz
-linear
-gradient(top
, #ffffff, #cccccc);
135 background
: -o
-linear
-gradient(top
, #ffffff, #cccccc);
136 <?php
echo PMA_ieFilter('#ffffff', '#cccccc'); ?
>
144 color
: <?php
echo $GLOBALS['cfg']['MainColor']; ?
>;
145 background
-color
: <?php
echo $GLOBALS['cfg']['MainColor']; ?
>;
158 -moz
-border
-radius
:2px
;
159 -webkit
-border
-radius
:2px
;
161 box
-shadow
:0 1px
2px
#ddd;
162 -moz
-box
-shadow
:0 1px
2px
#ddd;
163 -webkit
-box
-shadow
:0 1px
2px
#ddd;
165 background
:url(./themes
/pmahomme
/img
/input_bg
.gif
);
166 border
:1px solid
#aaa;
173 input
[type
=password
]{
175 -moz
-border
-radius
:2px
;
176 -webkit
-border
-radius
:2px
;
178 box
-shadow
:0 1px
2px
#ddd;
179 -moz
-box
-shadow
:0 1px
2px
#ddd;
180 -webkit
-box
-shadow
:0 1px
2px
#ddd;
182 background
:url(./themes
/pmahomme
/img
/input_bg
.gif
);
183 border
:1px solid
#aaa;
193 border
: 1px solid
#aaa;
196 text
-decoration
: none
;
200 -webkit
-border
-radius
: 12px
;
201 -moz
-border
-radius
: 12px
;
203 text
-shadow
: 0px
1px
0px
#fff;
205 background
-image
: url(./themes
/svg_gradient
.php?from
=ffffff
&to
=cccccc
);
206 background
-size
: 100%
100%
;
207 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#ffffff), to(#cccccc));
208 background
: -moz
-linear
-gradient(top
, #ffffff, #cccccc);
209 background
: -o
-linear
-gradient(top
, #ffffff, #cccccc);
210 <?php
echo PMA_ieFilter('#ffffff', '#cccccc'); ?
>
213 input
[type
=submit
]:hover
{position
: relative
;
214 background
-image
: url(./themes
/svg_gradient
.php?from
=cccccc
&to
=dddddd
);
215 background
-size
: 100%
100%
;
216 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#cccccc), to(#dddddd));
217 background
: -moz
-linear
-gradient(top
, #cccccc, #dddddd);
218 background
: -o
-linear
-gradient(top
, #cccccc, #dddddd);
219 <?php
echo PMA_ieFilter('#cccccc', '#dddddd'); ?
>
223 input
[type
=submit
]:active
{position
: relative
;
229 height
: <?php
echo ceil($GLOBALS['cfg']['TextareaRows'] * 1.2); ?
>em
;
234 border
-radius
:4px
4px
0 0;
235 -moz
-border
-radius
:4px
4px
0 0;
236 -webkit
-border
-radius
:4px
4px
0 0;
238 border
: #aaa solid 1px;
241 text
-shadow
:0 1px
0 #fff;
242 -moz
-box
-shadow
: 1px
1px
2px
#fff inset;
243 -webkit
-box
-shadow
: 1px
1px
2px
#fff inset;
244 box
-shadow
: 1px
1px
2px
#fff inset;
250 border
:1px solid
#aaa;
251 background
:none repeat scroll
0 0 #E8E8E8;
260 -moz
-border
-radius
:2px
;
261 -webkit
-border
-radius
:2px
;
262 border
:1px solid
#aaa;
263 background
-color
: #fff;
264 -moz
-box
-shadow
:3px
3px
15px
#bbb;
265 -webkit
-box
-shadow
:3px
3px
15px
#bbb;
266 box
-shadow
:3px
3px
15px
#bbb;
269 /* buttons in some browsers (eg. Konqueror) are block elements,
270 this breaks design */
281 text
-shadow
:0 1px
0 #FFFFFF;
285 table
{border
-collapse
:collapse
;}
286 th
{border
-right
:1px solid
#fff; text-align:left;}
290 vertical
-align
: middle
;
293 input
[type
="checkbox"],input
[type
="radio"] {
294 vertical
-align
: -11%
;
299 -moz
-border
-radius
:2px
;
300 -webkit
-border
-radius
:2px
;
303 -moz
-box
-shadow
:0 1px
2px
#ddd;
304 -webkit
-box
-shadow
:0 1px
2px
#ddd;
305 box
-shadow
:0 1px
2px
#ddd;
307 border
:1px solid
#aaa;
310 background
:url(./themes
/pmahomme
/img
/input_bg
.gif
)
315 background
: -webkit
-gradient(linear
, center top
, center bottom
, from(#fff), color-stop(0.8, #f1f1f1), to(#fbfbfb));
316 background
: -webkit
-linear
-gradient(#fff, #f1f1f1 80%, #fbfbfb);
317 background
: -moz
-linear
-gradient(#fff, #f1f1f1 80%, #fbfbfb);
318 /* none for Opera 11.10 as <option>s always have solid white background */
319 filter
: progid
:DXImageTransform
.Microsoft
.gradient(startColorstr
="#ffffff", endColorstr
="#f2f2f2");
324 .icon
, .footnotemarker
{
325 vertical
-align
: -3px
;
330 background
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>iconsprites
.png
) no
-repeat top left
;
333 .ic_asc_order
, .ic_s_desc
{ background
-position
: 0 0; }
334 .ic_b_bookmark
{ background
-position
: -17px
0; }
335 .ic_b_browse
, .ic_b_sbrowse
{ background
-position
: -34px
0; }
336 .ic_b_calendar
{ background
-position
: -51px
0; }
337 .ic_b_chart
, .ic_b_dbstatistics
{ background
-position
: -68px
0; }
338 .ic_b_close
{ background
-position
: -85px
0; }
339 .ic_b_comment
{ background
-position
: -102px
0; }
340 .ic_b_deltbl
{ background
-position
: -119px
0; }
341 .ic_b_docs
{ background
-position
: -136px
0; }
342 .ic_b_docsql
{ background
-position
: -153px
0; }
343 .ic_b_drop
{ background
-position
: -170px
0; }
344 .ic_b_edit
{ background
-position
: -187px
0; }
345 .ic_b_empty
{ background
-position
: -204px
0; }
346 .ic_b_engine
{ background
-position
: -221px
0; }
347 .ic_b_event_add
{ background
-position
: -238px
0; }
348 .ic_b_events
{ background
-position
: -255px
0; }
349 .ic_b_export
, .ic_b_tblexport
{ background
-position
: -272px
0; }
350 .ic_b_firstpage
{ background
-position
: -289px
0; }
351 .ic_b_ftext
{ background
-position
: -306px
0; }
352 .ic_b_globe
{ background
-position
: -323px
0; }
353 .ic_b_help
{ background
-position
: -340px
0; }
354 .ic_b_help_s
{ background
-position
: -340px
0; }
355 .ic_b_home
{ background
-position
: -357px
0; }
356 .ic_b_import
, .ic_b_tblimport
{ background
-position
: -374px
0; }
357 .ic_b_index
{ background
-position
: -391px
0; }
358 .ic_b_info
{ background
-position
: -408px
0; width
: 11px
; height
: 11px
; }
359 .ic_b_inline_edit
{ background
-position
: -420px
0; }
360 .ic_b_insrow
{ background
-position
: -437px
0; }
361 .ic_b_lastpage
{ background
-position
: -454px
0; }
362 .ic_b_minus
{ background
-position
: -471px
0; }
363 .ic_b_more
, .ic_col_drop
{ background
-position
: -488px
0; }
364 .ic_b_newdb
{ background
-position
: -505px
0; }
365 .ic_b_newtbl
{ background
-position
: -522px
0; }
366 .ic_b_nextpage
, .ic_play
{ background
-position
: -539px
0; }
367 .ic_b_pdfdoc
{ background
-position
: -556px
0; }
368 .ic_b_plus
{ background
-position
: -573px
0; }
369 .ic_b_prevpage
{ background
-position
: -590px
0; }
370 .ic_b_primary
{ background
-position
: -607px
0; }
371 .ic_b_print
{ background
-position
: -624px
0; }
372 .ic_b_props
{ background
-position
: -641px
0; }
373 .ic_b_relations
{ background
-position
: -658px
0; }
374 .ic_b_routine_add
{ background
-position
: -675px
0; }
375 .ic_b_routines
{ background
-position
: -692px
0; }
376 .ic_b_save
{ background
-position
: -709px
0; }
377 .ic_b_sdb
{ background
-position
: -726px
0; width
: 10px
; height
: 10px
; }
378 .ic_b_search
{ background
-position
: -737px
0; }
379 .ic_b_selboard
{ background
-position
: -754px
0; }
380 .ic_b_select
{ background
-position
: -771px
0; }
381 .ic_b_snewtbl
{ background
-position
: -788px
0; }
382 .ic_b_spatial
{ background
-position
: -805px
0; }
383 .ic_b_sql
{ background
-position
: -822px
0; }
384 .ic_b_sqldoc
{ background
-position
: -839px
0; }
385 .ic_b_sqlhelp
{ background
-position
: -856px
0; }
386 .ic_b_tblanalyse
{ background
-position
: -873px
0; }
387 .ic_b_tblops
{ background
-position
: -890px
0; }
388 .ic_b_tbloptimize
{ background
-position
: -907px
0; }
389 .ic_b_tipp
{ background
-position
: -924px
0; }
390 .ic_b_trigger_add
{ background
-position
: -941px
0; }
391 .ic_b_triggers
{ background
-position
: -958px
0; }
392 .ic_b_unique
{ background
-position
: -975px
0; }
393 .ic_b_usradd
{ background
-position
: -992px
0; }
394 .ic_b_usrcheck
{ background
-position
: -1009px
0; }
395 .ic_b_usrdrop
{ background
-position
: -1026px
0; }
396 .ic_b_usredit
{ background
-position
: -1043px
0; }
397 .ic_b_usrlist
{ background
-position
: -1060px
0; }
398 .ic_b_view
{ background
-position
: -1077px
0; }
399 .ic_b_views
, .ic_s_views
{ background
-position
: -1094px
0; }
400 .ic_bd_browse
{ background
-position
: -1111px
0; }
401 .ic_bd_deltbl
{ background
-position
: -1128px
0; }
402 .ic_bd_drop
{ background
-position
: -1145px
0; }
403 .ic_bd_edit
{ background
-position
: -1162px
0; }
404 .ic_bd_empty
{ background
-position
: -1179px
0; }
405 .ic_bd_export
{ background
-position
: -1196px
0; }
406 .ic_bd_firstpage
{ background
-position
: -1213px
0; width
: 16px
; height
: 13px
; }
407 .ic_bd_ftext
{ background
-position
: -1230px
0; }
408 .ic_bd_index
{ background
-position
: -1247px
0; }
409 .ic_bd_insrow
{ background
-position
: -1264px
0; }
410 .ic_bd_lastpage
{ background
-position
: -1281px
0; width
: 16px
; height
: 13px
; }
411 .ic_bd_nextpage
{ background
-position
: -1298px
0; width
: 8px
; height
: 13px
; }
412 .ic_bd_prevpage
{ background
-position
: -1307px
0; width
: 8px
; height
: 13px
; }
413 .ic_bd_primary
{ background
-position
: -1316px
0; }
414 .ic_bd_sbrowse
{ background
-position
: -1333px
0; width
: 10px
; height
: 10px
; }
415 .ic_bd_select
{ background
-position
: -1344px
0; }
416 .ic_bd_spatial
{ background
-position
: -1361px
0; }
417 .ic_bd_unique
{ background
-position
: -1378px
0; }
418 .ic_database
, .ic_s_db
{ background
-position
: -1395px
0; }
419 .ic_eye
{ background
-position
: -1412px
0; }
420 .ic_eye_grey
{ background
-position
: -1429px
0; }
421 .ic_item
{ background
-position
: -1446px
0; width
: 9px
; height
: 9px
; }
422 .ic_item_ltr
{ background
-position
: -1456px
0; width
: 5px
; height
: 9px
; }
423 .ic_item_rtl
{ background
-position
: -1462px
0; width
: 5px
; height
: 9px
; }
424 .ic_more
{ background
-position
: -1468px
0; width
: 13px
; height
: 8px
; }
425 .ic_pause
{ background
-position
: -1482px
0; }
426 .ic_php_sym
{ background
-position
: -1499px
0; }
427 .ic_s_asc
{ background
-position
: -1516px
0; }
428 .ic_s_asci
{ background
-position
: -1533px
0; }
429 .ic_s_attention
, .ic_s_notice
{ background
-position
: -1550px
0; }
430 .ic_s_cancel
{ background
-position
: -1567px
0; }
431 .ic_s_cancel2
{ background
-position
: -1584px
0; }
432 .ic_s_cog
{ background
-position
: -1601px
0; }
433 .ic_s_error
{ background
-position
: -1618px
0; }
434 .ic_s_error2
{ background
-position
: -1635px
0; width
: 11px
; height
: 11px
; }
435 .ic_s_host
{ background
-position
: -1647px
0; }
436 .ic_s_info
{ background
-position
: -1664px
0; }
437 .ic_s_lang
{ background
-position
: -1681px
0; }
438 .ic_s_loggoff
{ background
-position
: -1698px
0; }
439 .ic_s_okay
{ background
-position
: -1715px
0; }
440 .ic_s_passwd
{ background
-position
: -1732px
0; }
441 .ic_s_really
{ background
-position
: -1749px
0; width
: 11px
; height
: 11px
; }
442 .ic_s_reload
{ background
-position
: -1761px
0; }
443 .ic_s_replication
{ background
-position
: -1778px
0; }
444 .ic_s_rights
{ background
-position
: -1795px
0; }
445 .ic_s_sortable
{ background
-position
: -1812px
0; }
446 .ic_s_status
{ background
-position
: -1829px
0; }
447 .ic_s_success
{ background
-position
: -1846px
0; }
448 .ic_s_sync
{ background
-position
: -1863px
0; }
449 .ic_s_tbl
{ background
-position
: -1880px
0; }
450 .ic_s_theme
{ background
-position
: -1897px
0; }
451 .ic_s_vars
{ background
-position
: -1914px
0; }
452 .ic_window
-new { background
-position
: -1931px
0; }
454 /* Same as ic_b_help, but applied to place where width=11, height=11 attributes were used */
455 .ic_b_help_s
{ background
-position
: -340px
0; }
457 /* Same as ic_s_sortable */
458 img
.sortableIcon
{ background
-position
: -1812px
0; }
461 th
.headerSortUp img
.sortableIcon
{ background
-position
: -1516px
0; }
464 th
.headerSortDown img
.sortableIcon
{ background
-position
: 0 0; }
467 /******************************************************************************/
474 float: <?php
echo $left; ?
>;
475 margin
-<?php
echo $right; ?
>: 1em
;
483 /* border: 1px solid #000000; */
487 div
.tools a
{color
:#3a7ead !important;}
490 fieldset
.tblFooters
{
492 margin
-bottom
: 0.5em
;
493 /* avoid a thick line since this should be used under another fieldset */
495 text
-align
: <?php
echo $right; ?
>;
498 -webkit
-border
-radius
:0 0 4px
4px
;
499 -moz
-border
-radius
:0 0 4px
4px
;
500 border
-radius
: 0 0 4px
5px
;
510 fieldset
.formelement
{
511 float: <?php
echo $left; ?
>;
512 margin
-<?php
echo $right; ?
>: 0.5em
;
517 /* revert for Gecko */
518 fieldset div
[class=formelement
] {
524 background
-color
: transparent
;
527 /* odd items 1,3,5,7,... */
533 /* even items 2,4,6,8,... */
539 /* odd table rows 1,3,5,7,... */
544 text
-align
: <?php
echo $left; ?
>;
547 <?php
if ($GLOBALS['cfg']['BrowseMarkerEnable']) { ?
>
548 /* marked table rows */
553 background
: url(./themes
/pmahomme
/img
/marked_bg
.png
) repeat
-x
#b6c6d7;
554 color
: <?php
echo $GLOBALS['cfg']['BrowseMarkerColor']; ?
>;
558 <?php
if ($GLOBALS['cfg']['BrowsePointerEnable']) { ?
>
563 .structure_actions_dropdown
{
564 background
: url(./themes
/pmahomme
/img
/marked_bg
.png
) repeat
-x
#b6c6d7; /* 3.4 */
565 color
: <?php
echo $GLOBALS['cfg']['BrowsePointerColor']; ?
>;
568 /* hovered table rows */
569 table tr
.odd
:hover th
,
570 table tr
.even
:hover th
,
572 background
: url(./themes
/pmahomme
/img
/marked_bg
.png
) repeat
-x
#b6c6d7; /* 3.4 */
573 color
: <?php
echo $GLOBALS['cfg']['BrowsePointerColor']; ?
>;
578 * marks table rows/cells if the db field is in a where condition
584 border
: 1px solid
<?php
echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?
>;
588 * cells with the value NULL
592 text
-align
: <?php
echo $right; ?
>;
596 text
-align
: <?php
echo $right; ?
>;
600 text
-align
: <?php
echo $right; ?
>;
603 /* IE doesnt handles 'pre' right */
604 table
[class=value
] {
609 <?php
if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) { ?
>
611 font
-family
: <?php
echo $GLOBALS['cfg']['FontFamilyFixed']; ?
>;
630 background
-color
: #FFFFFF;
632 border
: 1px solid
#000000;
647 border
: 1px dashed
#000000;
652 font
-family
: Verdan
, Arial
, Tahoma
;
657 text
-decoration
: none
;
658 border
-bottom
:1px dotted black
;
672 .syntax_digit_integer
{
675 .syntax_digit_float
{
684 .syntax_alpha_columnType
{
685 text
-transform
: uppercase
;
688 .syntax_alpha_columnAttrib
{
689 text
-transform
: uppercase
;
692 .syntax_alpha_reservedWord
{
693 text
-transform
: uppercase
;
697 .syntax_alpha_functionName
{
698 text
-transform
: uppercase
;
701 .syntax_alpha_identifier
{
704 .syntax_alpha_charset
{
707 .syntax_alpha_variable
{
714 .syntax_quote_backtick
{
717 /* leave some space between icons and text */
722 /* no extra space in table cells */
728 margin
-<?php
echo $right; ?
>: 0.3em
;
729 margin
-<?php
echo $left; ?
>: 0.6em
;
732 /* message boxes: error, confirmation */
736 border
-bottom
: 2px solid
;
738 text
-align
: <?php
echo $left; ?
>;
746 margin
: 0.5em
0 1.3em
0;
748 <?php
if ($GLOBALS['cfg']['ErrorIconic']) { ?
>
749 background
-repeat
: no
-repeat
;
750 <?php
if ($GLOBALS['text_dir'] === 'ltr') { ?
>
751 background
-position
: 10px
50%
;
752 padding
: 10px
10px
10px
25px
;
754 background
-position
: 99%
50%
;
755 padding
: 25px
10px
10px
10px
761 -moz
-border
-radius
:5px
;
762 -webkit
-border
-radius
:5px
;
765 -moz
-box
-shadow
: 0 1px
1px
#fff inset;
766 -webkit
-box
-shadow
: 0 1px
1px
#fff inset;
767 box
-shadow
: 0 1px
1px
#fff inset;
770 .success a
{text
-decoration
:underline
;}
771 .notice a
{text
-decoration
:underline
;}
772 .error a
{text
-decoration
:underline
;}
773 .footnotes a
{text
-decoration
:underline
;}
777 background
-color
: #ebf8a4;
780 h1
.success
, div
.success
{
781 border
-color
: #a2d246;
782 <?php
if ($GLOBALS['cfg']['ErrorIconic']) { ?
>
783 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_success
.png
);
784 background
-repeat
: no
-repeat
;
785 <?php
if ($GLOBALS['text_dir'] === 'ltr') { ?
>
786 background
-position
: 5px
50%
;
788 background
-position
: 97%
50%
;
793 border
-color
: #00FF00;
796 .notice
, .footnotes
{
798 background
-color
: #e8eef1;
804 border
-color
: #3a6c7e;
805 <?php
if ($GLOBALS['cfg']['ErrorIconic']) { ?
>
806 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_notice
.png
);
807 background
-repeat
: no
-repeat
;
808 <?php
if ($GLOBALS['text_dir'] === 'ltr') { ?
>
809 background
-position
: 5px
50%
;
811 background
-position
: 97%
50%
;
817 border
-color
: #ffb10a;
821 border
:1px solid maroon
!important
;
829 <?php
if ($GLOBALS['cfg']['ErrorIconic']) { ?
>
830 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_error
.png
);
831 background
-repeat
: no
-repeat
;
832 <?php
if ($GLOBALS['text_dir'] === 'ltr') { ?
>
833 background
-position
: 5px
50%
;
835 background
-position
: 97%
50%
;
841 border
-color
: #ff0000;
846 background
-color
: pink
;
849 fieldset
.confirmation
{
852 fieldset
.confirmation legend
{
855 /* end messageboxes */
865 color
: <?php
echo $GLOBALS['cfg']['ThColor']; ?
>;
866 background
: <?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;
872 color
: <?php
echo $GLOBALS['cfg']['ThColor']; ?
>;
873 background
: <?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;
877 .tblHeaders a
:active
,
878 .tblHeaders a
:visited
,
883 .tblFooters a
:active
,
884 .tblFooters a
:visited
{
890 .tblFooters a
:hover
{
894 /* forbidden, no privilegs */
904 .disabled a
:visited
{
910 text
-decoration
: none
;
915 background
-color
: #f3f3f3;
927 body
.loginform a
.logo
{
936 body
.loginform div
.container
{
937 text
-align
: <?php
echo $left; ?
>;
943 float: <?php
echo $left; ?
>;
949 border
-bottom
: 1px dashed black
;
956 /******************************************************************************/
957 /* specific elements */
968 text
-shadow
:0px
1px
0px
#fff;
972 background
:#eee;border:0px !important;color:#aaa;
975 ul
#topmenu, ul#topmenu2, ul.tabs {
977 list-style
-type
: none
;
984 margin
: 0.25em
0.5em
0;
989 ul
#topmenu li, ul#topmenu2 li {
990 float: <?php
echo $left; ?
>;
992 vertical
-align
: middle
;
995 #topmenu img, #topmenu2 img {
1001 background
:url(./themes
/pmahomme
/img
/tab_bg
.png
) repeat
-x
;
1002 border
-top
:1px solid
#aaa;
1005 /* default tab styles */
1007 background
:#fff !important;
1010 ul
#topmenu a, ul#topmenu span {
1014 white
-space
: nowrap
;
1022 ul
#topmenu .submenu {
1028 display
: inline
-block
;
1036 list-style
-type
: none
;
1038 border
: 1px
#ddd solid;
1042 ul
#topmenu li:hover {
1043 background
:url(./themes
/pmahomme
/img
/tab_hover_bg
.png
) repeat
-x
50%
0%
!important
;
1046 ul
#topmenu li:hover ul, ul#topmenu .submenuhover ul {
1058 margin
: 7px
6px
7px
0px
;
1060 white
-space
: nowrap
;
1061 border
:1px solid
#ddd;
1062 border
-radius
: 20px
;
1063 -moz
-border
-radius
: 20px
;
1064 -webkit
-border
-radius
: 20px
;
1070 ul
#topmenu span.tab {
1074 fieldset
.caution a
{
1077 fieldset
.caution a
:hover
{
1079 background
-color
: #FF0000;
1082 <?php
if ($GLOBALS['cfg']['LightTabs']) { ?
>
1084 ul
#topmenu a.tabactive, ul#topmenu2 a.tabactive {
1089 background
: <?php
echo $GLOBALS['cfg']['MainBackground']; ?
>;
1094 padding
: 0.1em
0.3em
0.1em
0.3em
;
1098 -moz
-box
-shadow
: 1px
1px
6px
#ddd;
1099 -webkit
-box
-shadow
: 2px
2px
3px
#666;
1100 box
-shadow
: 2px
2px
3px
#666;
1104 border
-right
: 1px solid
#fff;
1105 border
-left
: 1px solid
#ccc;
1108 /* default tab styles */
1109 ul
#topmenu a, ul#topmenu span {
1114 border
-width
: 1pt
0 0 0;
1115 -moz
-border
-radius
: 0;
1116 -webkit
-border
-radius
: 0;
1120 ul
#topmenu ul li:first-child a {
1124 /* enabled hover/active tabs */
1125 ul
#topmenu > li > a:hover,
1126 ul
#topmenu > li > .tabactive {
1127 text
-decoration
: none
;
1130 ul
#topmenu ul a:hover,
1131 ul
#topmenu ul .tabactive {
1132 text
-decoration
: none
;
1135 ul
#topmenu a.tab:hover,
1136 ul
#topmenu .tabactive {
1137 /* background-color: <?php echo $GLOBALS['cfg']['MainBackground']; ?>; */
1140 ul
#topmenu2 a.tab:hover,
1141 ul
#topmenu2 a.tabactive {
1142 background
-color
: <?php
echo $GLOBALS['cfg']['BgOne']; ?
>;
1143 border
-radius
: 0.3em
;
1144 -moz
-border
-radius
: 0.3em
;
1145 -webkit
-border
-radius
: 0.3em
;
1146 text
-decoration
: none
;
1149 /* to be able to cancel the bottom border, use <li class="active"> */
1150 ul
#topmenu > li.active {
1151 /* border-bottom: 0pt solid <?php echo $GLOBALS['cfg']['MainBackground']; ?>; */
1156 ul
#topmenu span.tab,
1158 cursor
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>error
.ico
), default;
1172 table
.calendar td a
{
1176 table
.calendar td a
:hover
{
1177 background
-color
: #CCFFCC;
1181 background
-color
: #D3DCE3;
1184 table
.calendar td
.selected
{
1185 background
-color
: #FFCC99;
1198 div
#tablestatistics table {
1199 float: <?php
echo $left; ?
>;
1200 margin
-bottom
: 0.5em
;
1201 margin
-<?php
echo $right; ?
>: 1.5em
;
1205 /* END table stats */
1208 /* server privileges */
1209 #tableuserrights td,
1210 #tablespecificuserrights td,
1211 #tabledatabases td {
1212 vertical
-align
: middle
;
1214 /* END server privileges */
1219 border
-bottom
:1px solid
#fff;
1220 -moz
-border
-radius
: 4px
4px
0 0;
1221 -webkit
-border
-radius
: 4px
4px
0 0;
1222 border
-radius
:4px
4px
0 0;
1225 text
-shadow
:0 1px
0 #000000;
1229 white
-space
: nowrap
;
1233 #span_table_comment {
1234 font
-weight
: normal
;
1236 white
-space
: nowrap
;
1240 margin
: 0 0.1em
0 0.2em
;
1247 font
-family
: "Courier New", Courier
, mono
;
1258 background
-color
: #ffffcc;
1260 border
: 0.1em solid
#000000;
1264 /* user privileges */
1265 #fieldset_add_user_login div.item {
1266 border
-bottom
: 1px solid silver
;
1267 padding
-bottom
: 0.3em
;
1268 margin
-bottom
: 0.3em
;
1271 #fieldset_add_user_login label {
1272 float: <?php
echo $left; ?
>;
1276 text
-align
: <?php
echo $right; ?
>;
1277 padding
-<?php
echo $right; ?
>: 0.5em
;
1280 #fieldset_add_user_login span.options #select_pred_username,
1281 #fieldset_add_user_login span.options #select_pred_hostname,
1282 #fieldset_add_user_login span.options #select_pred_password {
1287 #fieldset_add_user_login span.options {
1288 float: <?php
echo $left; ?
>;
1292 padding
-<?php
echo $right; ?
>: 0.5em
;
1295 #fieldset_add_user_login input {
1297 clear
: <?php
echo $right; ?
>;
1301 #fieldset_add_user_login span.options input {
1305 #fieldset_user_priv div.item {
1306 float: <?php
echo $left; ?
>;
1311 #fieldset_user_priv div.item div.item {
1315 #fieldset_user_priv div.item label {
1316 white
-space
: nowrap
;
1319 #fieldset_user_priv div.item select {
1323 #fieldset_user_global_rights fieldset {
1324 float: <?php
echo $left; ?
>;
1326 /* END user privileges */
1332 text
-decoration
: underline
;
1337 h3
#serverstatusqueries span {
1344 background
-repeat
:no
-repeat
;
1349 float: <?php
echo $right; ?
>;
1350 white
-space
: nowrap
;
1351 display
: none
; /* Made visible with js */
1354 /* Also used for the variables page */
1355 fieldset
#tableFilter {
1359 div
#serverStatusTabs {
1364 float: <?php
echo $right; ?
>;
1367 div
#serverstatusquerieschart {
1368 float:<?php
echo $left; ?
>;
1371 padding
-<?php
echo $left; ?
>: 30px
;
1374 table
#serverstatusqueriesdetails, table#serverstatustraffic {
1375 float: <?php
echo $left; ?
>;
1378 table
#serverstatusqueriesdetails th {
1382 table
#serverstatusvariables {
1386 table
#serverstatusvariables .name {
1390 table
#serverstatusvariables .value {
1393 table
#serverstatusconnections {
1394 float: <?php
echo $left; ?
>;
1395 margin
-<?php
echo $left; ?
>: 30px
;
1398 div
#serverstatus table tbody td.descr a,
1399 div
#serverstatus table .tblFooters a {
1400 white
-space
: nowrap
;
1407 padding
-bottom
:80px
;
1410 #addChartDialog input[type="text"] {
1415 div
#chartVariableSettings {
1416 border
:1px solid
#ddd;
1417 background
-color
:#E6E6E6;
1421 table
#chartGrid div.monitorChart {
1422 background
: #EBEBEB;
1425 div
#statustabs_charting div.monitorLinks {
1426 float:<?php
echo $left; ?
>;
1432 border
: 1px solid
#CCC;
1435 -moz
-box
-shadow
: 1px
1px
6px
#ddd;
1436 -webkit
-box
-shadow
: 2px
2px
3px
#666;
1437 box
-shadow
: 2px
2px
3px
#666;
1438 background
-color
:white
;
1447 div
#logTable table {
1451 div
#queryAnalyzerDialog {
1455 div
#queryAnalyzerDialog div.CodeMirror-scroll {
1459 div
#queryAnalyzerDialog div#queryProfiling {
1463 div
#queryAnalyzerDialog td.explain {
1467 div
#queryAnalyzerDialog table.queryNums {
1478 /* end serverstatus */
1480 /* server variables */
1483 float: <?php
echo $left; ?
>;
1484 font
-family
:sans
-serif
;
1487 table
.serverVariableEditTable
{
1493 table
.serverVariableEditTable td
{
1498 table
.serverVariableEditTable td
:first
-child
{
1500 vertical
-align
:middle
;
1503 table
.serverVariableEditTable input
{
1507 table
#serverVariables td {
1511 /* end server variables */
1516 border
: 1px solid
#000;
1517 <?php
if ($GLOBALS['cfg']['ErrorIconic']) { ?
>
1518 background
-repeat
: no
-repeat
;
1519 <?php
if ($GLOBALS['text_dir'] === 'ltr') { ?
>
1520 background
-position
: 10px
50%
;
1521 padding
: 10px
10px
10px
25px
;
1523 background
-position
: 99%
50%
;
1524 padding
: 25px
10px
10px
10px
1529 -moz
-border
-radius
:5px
;
1530 -webkit
-border
-radius
:5px
;
1532 -moz
-box
-shadow
: 0px
1px
2px
#fff inset;
1533 -webkit
-box
-shadow
: 0px
1px
2px
#fff inset;
1534 box
-shadow
:0px
1px
2px
#fff; inset;
1541 text
-decoration
:underline
;
1545 body
#bodyquerywindow {
1548 background
-image
: none
;
1549 background
-color
: #F5F5F5;
1552 div
#querywindowcontainer {
1558 div
#querywindowcontainer fieldset {
1561 /* END querywindow */
1565 div
#profilingchart {
1573 /* table charting */
1576 border
: 1px solid silver
;
1578 #inner-resizer { /* make room for the resize handle */
1582 /* END table charting */
1586 #togglequerybox{margin:0 10px}
1598 border
:1px solid
#aaa;
1600 -webkit
-border
-radius
:5px
;
1601 -moz
-border
-radius
:5px
;
1602 box
-shadow
:0px
1px
1px
#fff inset;
1603 -webkit
-box
-shadow
:0px
1px
1px
#fff inset;
1604 -moz
-box
-shadow
:0px
1px
1px
#fff inset;
1606 #sectionlinks a, .buttonlinks a, a.button {
1609 text
-shadow
: 0px
1px
0px
#fff;
1612 border
: 1px solid
#aaa;
1615 text
-decoration
: none
;
1617 white
-space
: nowrap
;
1618 border
-radius
: 20px
;
1619 -webkit
-border
-radius
: 20px
;
1620 -moz
-border
-radius
: 20px
;
1621 box
-shadow
: 1px
1px
2px
rgba(0,0,0,.5);
1623 -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
1624 -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
1625 text-shadow: #fff 0px 1px 0px;
1627 background
-image
: url(./themes
/svg_gradient
.php?from
=ffffff
&to
=cccccc
);
1628 background
-size
: 100%
100%
;
1629 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#ffffff), to(#cccccc));
1630 background
: -moz
-linear
-gradient(top
, #ffffff, #cccccc);
1631 background
: -o
-linear
-gradient(top
, #ffffff, #cccccc);
1632 <?php
echo PMA_ieFilter('#ffffff', '#cccccc'); ?
>
1634 #sectionlinks a:hover, .buttonlinks a:hover, a.button:hover {
1635 background
-image
: url(./themes
/svg_gradient
.php?from
=cccccc
&to
=dddddd
);
1636 background
-size
: 100%
100%
;
1637 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#cccccc), to(#dddddd));
1638 background
: -moz
-linear
-gradient(top
, #cccccc, #dddddd);
1639 background
: -o
-linear
-gradient(top
, #cccccc, #dddddd);
1640 <?php
echo PMA_ieFilter('#cccccc', '#dddddd'); ?
>
1643 div
#sqlquerycontainer {
1644 float: <?php
echo $left; ?
>;
1649 div
#tablefieldscontainer {
1650 float: <?php
echo $right; ?
>;
1655 div
#tablefieldscontainer select {
1664 -moz
-border
-radius
:4px
;
1665 -webkit
-border
-radius
:4px
;
1667 border
:1px solid
#aaa;
1669 font
-family
:inherit
;
1671 textarea
#sql_query_edit{
1676 div
#queryboxcontainer div#bookmarkoptions {
1683 /* background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>logo_right.png); */
1684 /* background-position: <?php echo $right; ?> bottom; */
1685 /* background-repeat: no-repeat; */
1688 #mysqlmaininformation,
1689 #pmamaininformation {
1690 float: <?php
echo $left; ?
>;
1695 list-style
-type
: disc
;
1696 vertical
-align
: middle
;
1700 margin
-bottom
: 0.3em
;
1705 <?php
if ($GLOBALS['cfg']['MainPageIconic']) { ?
>
1706 /* iconic view for ul items */
1707 li
#li_create_database {
1708 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_newdb
.png
);
1712 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_lang
.png
);
1715 li
#li_select_mysql_collation {
1716 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_asci
.png
);
1720 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_theme
.png
);
1724 /* list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_rights.png); */
1728 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_status
.png
);
1731 li
#li_mysql_variables{
1732 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_vars
.png
);
1735 li
#li_mysql_processes{
1736 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_process
.png
);
1739 li
#li_mysql_collations{
1740 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_asci
.png
);
1743 li
#li_mysql_engines{
1744 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_engine
.png
);
1747 li
#li_mysql_binlogs {
1748 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_tbl
.png
);
1751 li
#li_mysql_databases {
1752 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_db
.png
);
1756 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_export
.png
);
1760 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_import
.png
);
1763 li
#li_change_password {
1764 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_passwd
.png
);
1768 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_loggoff
.png
);
1771 li
#li_mysql_privilegs{
1772 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_rights
.png
);
1775 li
#li_switch_dbstats {
1776 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_dbstatistics
.png
);
1779 li
#li_flush_privileges {
1780 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_reload
.png
);
1783 li
#li_user_preferences {
1784 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_tblops
.png
);
1786 /* END iconic view for ul items */
1787 <?php
} /* end if $GLOBALS['cfg']['MainPageIconic'] */ ?
>
1790 #body_browse_foreigners {
1791 background
: <?php
echo $GLOBALS['cfg']['NaviBackground']; ?
>;
1792 margin
: 0.5em
0.5em
0 0.5em
;
1796 background
: <?php
echo $GLOBALS['cfg']['NaviBackground']; ?
>;
1806 border
: 0.1em solid black
;
1809 #bodythemes a:hover img {
1810 border
: 0.1em solid red
;
1813 #fieldset_select_fields {
1814 float: <?php
echo $left; ?
>;
1824 border
-top
: 0.1em solid silver
;
1825 text
-align
: <?php
echo $right; ?
>;
1830 #table_innodb_bufferpool_usage,
1831 #table_innodb_bufferpool_activity {
1832 float: <?php
echo $left; ?
>;
1835 #div_mysql_charset_collations table {
1836 float: <?php
echo $left; ?
>;
1839 .operations_half_width
{
1841 float: <?php
echo $left; ?
>;
1844 .operations_full_width
{
1849 #qbe_div_table_list {
1850 float: <?php
echo $left; ?
>;
1853 #qbe_div_sql_query {
1854 float: <?php
echo $left; ?
>;
1859 float: <?php
echo $left; ?
>;
1866 code
.sql
, div
.sqlvalidate
{
1875 background
: <?php
echo $GLOBALS['cfg']['BgOne']; ?
>;
1880 float: <?php
echo $left; ?
>;
1885 margin
-<?php
echo $left; ?
>: 60%
;
1887 padding
-<?php
echo $left; ?
>: 1em
;
1892 border
:1px solid
#999;
1894 -moz
-border
-radius
:4px
;
1895 -webkit
-border
-radius
:4px
;
1897 -moz
-box
-shadow
:2px
2px
5px
#ccc;
1898 -webkit
-box
-shadow
:2px
2px
5px
#ccc;
1899 box
-shadow
:3px
3px
10px
#ddd;
1901 padding
-bottom
: 1em
;
1905 background
-color
: #bbb;
1906 padding
: 0.1em
0.3em
;
1911 text
-shadow
:0 1px
0 #777;
1912 -moz
-box
-shadow
: 1px
1px
15px
#999 inset;
1913 -webkit
-box
-shadow
: 1px
1px
15px
#999 inset;
1914 box
-shadow
: 1px
1px
15px
#999 inset;
1918 padding
: 0 0 0 0.5em
;
1919 display
: inline
-block
;
1923 textarea
#partitiondefinition {
1927 /* for elements that should be revealed only via js */
1933 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_host
.png
);
1937 list-style
-image
: none
;
1941 * Progress bar styles
1943 div
.upload_progress_bar_outer
1945 border
: 1px solid black
;
1949 div
.upload_progress_bar_inner
1951 background
-color
: <?php
echo $GLOBALS['cfg']['NaviBackground']; ?
>;
1957 table
#serverconnection_src_remote,
1958 table
#serverconnection_trg_remote,
1959 table
#serverconnection_src_local,
1960 table
#serverconnection_trg_local {
1964 * Validation error message styles
1966 input
[type
=text
].invalid_value
,
1972 * Ajax notification styling
1974 .ajax_notification
{
1975 top
: 0px
; /** The notification needs to be shown on the top of the page */
1981 padding
: 5px
; /** Keep a little space on the sides of the text */
1984 z
-index
: 1100; /** If this is not kept at a high z-index, the jQueryUI modal dialogs (z-index:1000) might hide this */
1989 background
-image
: url(./themes
/pmahomme
/img
/ajax_clock_small
.gif
);
1990 background
-repeat
: no
-repeat
;
1991 background
-position
: 2%
;
1992 border
:1px solid
#e2b709;
1995 /* additional styles */
1997 margin
-top
:200px
;background
:#ffe57e;
1999 -moz
-border
-radius
:5px
;
2000 -webkit
-border
-radius
:5px
;
2001 box
-shadow
: 0px
5px
90px
#888;
2002 -moz
-box
-shadow
: 0px
5px
90px
#888;
2003 -webkit
-box
-shadow
: 0px
5px
90px
#888;
2007 /** Need this parent to properly center the notification division */
2012 * Export and Import styles
2015 .exportoptions h3
, .importoptions h3
{
2016 border
-bottom
: 1px
#999999 solid;
2020 .exportoptions ul
, .importoptions ul
, .format_specific_options ul
{
2021 list-style
-type
: none
;
2022 margin
-bottom
: 15px
;
2025 .exportoptions li
, .importoptions li
{
2028 .exportoptions label
, .importoptions label
, .exportoptions p
, .importoptions p
{
2033 #csv_options label.desc, #ldi_options label.desc, #latex_options label.desc, #output label.desc{
2038 .exportoptions
, .importoptions
{
2039 margin
: 20px
30px
30px
10px
2042 .exportoptions
#buttonGo, .importoptions #buttonGo {
2045 border
: 1px solid
#aaa;
2048 text
-decoration
: none
;
2051 border
-radius
: 12px
;
2052 -webkit
-border
-radius
: 12px
;
2053 -moz
-border
-radius
: 12px
;
2055 text
-shadow
: 0px
1px
0px
#fff;
2057 background
-image
: url(./themes
/svg_gradient
.php?from
=ffffff
&to
=cccccc
);
2058 background
-size
: 100%
100%
;
2059 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#ffffff), to(#cccccc));
2060 background
: -moz
-linear
-gradient(top
, #ffffff, #cccccc);
2061 background
: -o
-linear
-gradient(top
, #ffffff, #cccccc);
2062 <?php
echo PMA_ieFilter('#ffffff', '#cccccc'); ?
>
2066 background
-image
: url(./themes
/svg_gradient
.php?from
=cccccc
&to
=dddddd
);
2067 background
-size
: 100%
100%
;
2068 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#cccccc), to(#dddddd));
2069 background
: -moz
-linear
-gradient(top
, #cccccc, #dddddd);
2070 background
: -o
-linear
-gradient(top
, #cccccc, #dddddd);
2071 <?php
echo PMA_ieFilter('#cccccc', '#dddddd'); ?
>
2074 .format_specific_options h3
{
2075 margin
: 10px
0px
0px
10px
;
2079 .format_specific_options
{
2080 border
: 1px solid
#999999;
2090 * Export styles only
2092 select
#db_select, select#table_select {
2096 .export_sub_options
{
2097 margin
: 20px
0px
0px
30px
;
2100 .export_sub_options h4
{
2101 border
-bottom
: 1px
#999999 solid;
2104 .export_sub_options li
.subgroup
{
2105 display
: inline
-block
;
2109 .export_sub_options li
{
2113 #quick_or_custom, #output_quick_export {
2117 * Import styles only
2120 .importoptions
#import_notification {
2125 input
#input_import_file {
2130 margin
: 5px
0px
5px
0px
;
2134 * ENUM/SET editor styles
2144 _position
: absolute
; /* hack for IE */
2150 #enum_editor_no_js {
2154 #enum_editor, #enum_editor_no_js {
2155 background
: #D0DCE0;
2162 _position
: absolute
; /* hack for IE6 */
2172 a
.close_enum_editor
{
2176 #enum_editor #values, #enum_editor_no_js #values {
2181 #enum_editor #values input, #enum_editor_no_js #values input {
2189 #enum_editor_output {
2194 * Table structure styles
2196 .structure_actions_dropdown
{
2203 border
:1px solid
#aaa;
2204 -moz
-box
-shadow
:0px
3px
3px
#ddd;
2206 .structure_actions_dropdown span
{display
:block
;}
2207 .structure_actions_dropdown span
:hover
{background
:#ddd;}
2210 white
-space
: nowrap
;
2218 filter
: alpha(opacity
=0);
2222 .config
-form ul
.tabs
{
2223 margin
: 1.1em
0.2em
0;
2224 padding
: 0 0 0.3em
0;
2229 .config
-form ul
.tabs li
{
2230 float: <?php
echo $left; ?
>;
2233 .config
-form ul
.tabs li a
{
2235 margin
: 0.1em
0.2em
0;
2236 white
-space
: nowrap
;
2237 text
-decoration
: none
;
2238 border
: 1px solid
<?php
echo $GLOBALS['cfg']['BgTwo']; ?
>;
2239 border
-bottom
: none
;
2242 .config
-form ul
.tabs li a
{
2244 -moz
-border
-radius
:5px
5px
0 0;
2245 -webkit
-border
-radius
:5px
5px
0 0;
2246 border
-radius
:5px
5px
0 0;
2249 text
-shadow
: 0 1px
0 #fff;
2252 .config
-form ul
.tabs li a
:hover
,
2253 .config
-form ul
.tabs li a
:active
{
2257 .config
-form ul
.tabs li a
.active
{
2258 background
-color
: #fff;
2264 .config
-form fieldset
{
2268 /*border-color: <?php echo $GLOBALS['cfg']['BgTwo']; ?>;*/
2271 .config
-form legend
{
2275 .config
-form fieldset p
{
2282 .config
-form fieldset
.errors
{ /* form error list */
2283 margin
: 0 -2px
1em
-2px
;
2284 padding
: 0.5em
1.5em
;
2285 background
: #FBEAD9;
2286 border
: 0 #C83838 solid;
2287 border
-width
: 1px
0;
2289 font
-family
: sans
-serif
;
2293 .config
-form fieldset
.inline_errors
{ /* field error list */
2294 margin
: 0.3em
0.3em
0.3em
0;
2301 .config
-form fieldset th
{
2302 padding
: 0.3em
0.3em
0.3em
0.5em
;
2304 vertical
-align
: top
;
2306 background
: transparent
;
2309 .config
-form fieldset
.doc
, .config
-form fieldset
.disabled
-notice
{
2313 .config
-form fieldset
.disabled
-notice
{
2315 text
-transform
: uppercase
;
2320 .config
-form fieldset td
{
2322 padding
-bottom
: 0.3em
;
2323 vertical
-align
: top
;
2326 .config
-form fieldset th small
{
2328 font
-weight
: normal
;
2329 font
-family
: sans
-serif
;
2334 .config
-form fieldset th
, .config
-form fieldset td
{
2335 border
-top
: 1px
<?php
echo $GLOBALS['cfg']['BgTwo']; ?
> solid
;
2339 fieldset
.group
-header th
{
2340 background
: <?php
echo $GLOBALS['cfg']['BgTwo']; ?
>;
2343 fieldset
.group
-header + tr th
{
2347 fieldset
.group
-field
-1 th
, fieldset
.group
-header
-2 th
{
2348 padding
-left
: 1.5em
;
2351 fieldset
.group
-field
-2 th
, fieldset
.group
-header
-3 th
{
2355 fieldset
.group
-field
-3 th
{
2356 padding
-left
: 4.5em
;
2359 fieldset
.disabled
-field th
,
2360 fieldset
.disabled
-field th small
,
2361 fieldset
.disabled
-field td
{
2363 background
-color
: #ddd;
2366 .config
-form
.lastrow
{
2367 border
-top
: 1px
#000 solid;
2370 .config
-form
.lastrow
{
2371 background
: <?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;;
2376 .config
-form
.lastrow input
{
2382 .config
-form span
.checkbox
{
2384 display
: inline
-block
;
2387 .config
-form
.custom
{ /* customized field */
2391 .config
-form span
.checkbox
.custom
{
2393 border
: 1px
#EDEC90 solid;
2397 .config
-form
.field
-error
{
2398 border
-color
: #A11 !important;
2401 .config
-form input
[type
="text"],
2402 .config
-form select
,
2403 .config
-form textarea
{
2404 border
: 1px
#A7A6AA solid;
2408 .config
-form input
[type
="text"]:focus
,
2409 .config
-form select
:focus
,
2410 .config
-form textarea
:focus
{
2411 border
: 1px
#6676FF solid;
2412 background
: #F7FBFF;
2415 .config
-form
.field
-comment
-mark
{
2424 .config
-form
.field
-comment
-warning
{
2433 .config
-form dd
:before
{
2437 .click
-hide
-message
{
2442 margin
-<?php
echo $left; ?
>: 2em
;
2446 margin
-bottom
: 0.5em
;
2450 vertical
-align
: middle
;
2453 .rte_table tr td
:nth
-child(1) {
2457 .rte_table input
, .rte_table select
, .rte_table textarea
{
2460 box
-sizing
: border
-box
;
2461 -ms
-box
-sizing
: border
-box
;
2462 -moz
-box
-sizing
: border
-box
;
2463 -webkit
-box
-sizing
: border
-box
;
2466 .rte_table
.routine_params_table
{
2470 #placeholder .button {
2475 #placeholder div.button {
2478 background
-color
: #eee;
2483 float: <?php
echo $left; ?
>;
2484 margin
-bottom
: 1.5em
;
2491 line
-height
: 1.55em
;
2494 border
-right
: 0.1em solid
#888;
2495 border
-left
: 0.1em solid
#888;
2496 -webkit
-border
-radius
: 0.3em
;
2497 -moz
-border
-radius
: 0.3em
;
2498 border
-radius
: 0.3em
;
2500 .toggleButton table
,
2506 .toggleButton
.container
{
2509 .toggleButton
.toggleOn
{
2512 text
-shadow
: 0px
0px
0.2em
#000;
2514 .toggleButton
.toggleOff
{
2518 .doubleFieldset fieldset
{
2520 float: <?php
echo $left; ?
>;
2523 .doubleFieldset fieldset
.left
{
2524 margin
-<?php
echo $right; ?
>: 1%
;
2526 .doubleFieldset fieldset
.right
{
2527 margin
-<?php
echo $left; ?
>: 1%
;
2529 .doubleFieldset legend
{
2530 margin
-<?php
echo $left; ?
>: 1.5em
;
2532 .doubleFieldset div
.wrap
{
2536 #table_columns input, #table_columns select {
2538 box
-sizing
: border
-box
;
2539 -ms
-box
-sizing
: border
-box
;
2540 -moz
-box
-sizing
: border
-box
;
2541 -webkit
-box
-sizing
: border
-box
;
2544 #table_columns select {
2550 border
: 1px solid
#aaa;
2559 #placeholder .button {
2599 vertical
-align
: middle
;
2610 vertical
-align
: bottom
;
2614 .gis_table
.button
{
2615 text
-align
: <?php
echo $right; ?
>;
2618 .gis_table
.choice
{
2624 font
-family
: monospace
;
2626 border
: 1px solid black
;
2629 .CodeMirror
-scroll
{
2631 height
: <?php
echo ceil($GLOBALS['cfg']['TextareaRows'] * 1.2); ?
>em
;
2634 .CodeMirror
-gutter
{
2635 position
: absolute
; left
: 0; top
: 0;
2636 background
-color
: #f7f7f7;
2637 border
-right
: 1px solid
#eee;
2641 .CodeMirror
-gutter
-text
{
2644 padding
: .4em
.2em
.4em
.4em
;
2651 -moz
-border
-radius
: 0;
2652 -webkit
-border
-radius
: 0;
2653 -o
-border
-radius
: 0;
2655 border
-width
: 0; margin
: 0; padding
: 0; background
: transparent
;
2656 font
-family
: inherit
;
2658 padding
: 0; margin
: 0;
2661 .CodeMirror textarea
{
2662 font
-family
: inherit
!important
;
2663 font
-size
: inherit
!important
;
2666 .CodeMirror
-cursor
{
2670 border
-left
: 1px solid black
!important
;
2672 .CodeMirror
-focused
.CodeMirror
-cursor
{
2673 visibility
: visible
;
2676 span
.CodeMirror
-selected
{
2677 background
: #ccc !important;
2678 color
: HighlightText
!important
;
2680 .CodeMirror
-focused span
.CodeMirror
-selected
{
2681 background
: Highlight
!important
;
2684 .CodeMirror
-matchingbracket
{color
: #0f0 !important;}
2685 .CodeMirror
-nonmatchingbracket
{color
: #f22 !important;}
2688 span
.mysql
-keyword
{
2689 color
: <?php
echo $GLOBALS['cfg']['SQP']['fmtColor']['alpha_reservedWord']; ?
>;
2692 color
: <?php
echo $GLOBALS['cfg']['SQP']['fmtColor']['alpha_identifier']; ?
>;
2694 span
.mysql
-comment
{
2695 color
: <?php
echo $GLOBALS['cfg']['SQP']['fmtColor']['comment']; ?
>;
2698 color
: <?php
echo $GLOBALS['cfg']['SQP']['fmtColor']['quote']; ?
>;
2700 span
.mysql
-operator
{
2701 color
: <?php
echo $GLOBALS['cfg']['SQP']['fmtColor']['punct']; ?
>;
2704 color
: <?php
echo $GLOBALS['cfg']['SQP']['fmtColor']['alpha']; ?
>;
2706 span
.mysql
-function {
2707 color
: <?php
echo $GLOBALS['cfg']['SQP']['fmtColor']['alpha_functionName']; ?
>;
2710 color
: <?php
echo $GLOBALS['cfg']['SQP']['fmtColor']['alpha_columnType']; ?
>;
2712 span
.mysql
-attribute
{
2713 color
: <?php
echo $GLOBALS['cfg']['SQP']['fmtColor']['alpha_columnAttrib']; ?
>;
2715 span
.mysql
-separator
{
2716 color
: <?php
echo $GLOBALS['cfg']['SQP']['fmtColor']['punct']; ?
>;
2719 color
: <?php
echo $GLOBALS['cfg']['SQP']['fmtColor']['digit_integer']; ?
>;
2723 border
-right
: 1px solid
#FFF;
2735 .pma_table th
.draggable span
, .pma_table tbody td span
{
2751 text
-shadow
: -1px
-1px
#000;
2753 -moz
-box
-shadow
: 0 0 0.7em
#000;
2754 -webkit
-box
-shadow
: 0 0 0.7em
#000;
2755 box
-shadow
: 0 0 0.7em
#000;
2756 -moz
-border
-radius
: 0.3em
;
2757 -webkit
-border
-radius
: 0.3em
;
2758 border
-radius
: 0.3em
;
2762 background
: url(./themes
/pmahomme
/img
/col_pointer
.png
);
2764 margin
-left
: -5px
; /* must be minus half of its width */
2772 border
:1px solid
#000;
2780 text
-shadow
: -1px
-1px
#000;
2781 -moz
-border
-radius
: 0.3em
;
2782 -webkit
-border
-radius
: 0.3em
;
2783 border
-radius
: 0.3em
;
2787 background
: #EEE url(./themes/pmahomme/img/col_hide.png);
2798 background
-color
: #AAA;
2808 background
: url(./themes
/pmahomme
/img
/col_drop
.png
);
2817 .coldrop
:hover
, .coldrop
-hover
{
2818 background
-color
: #999;
2823 border
: solid
1px
#999;
2825 -moz
-box
-shadow
: 0 0.2em
0.5em
#333;
2826 -webkit
-box
-shadow
: 0 0.2em
0.5em
#333;
2827 box
-shadow
: 0 0.2em
0.5em
#333;
2831 padding
: 0.2em
0.5em
0.2em
0.2em
;
2834 .cList
.lDiv div
:hover
{
2839 .cList
.lDiv div input
{
2844 border
-bottom
: solid
1px
#999;
2845 border
-top
: solid
1px
#999;
2849 padding
: 0.35em
1em
;
2853 .showAllColBtn
:hover
{
2861 -webkit
-border
-radius
: 5px
;
2862 -moz
-border
-radius
: 5px
;
2864 background
-image
: url(./themes
/svg_gradient
.php?from
=eeeeee
&to
=cccccc
);
2865 background
-size
: 100%
100%
;
2866 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#eeeeee), to(#cccccc));
2867 background
: -moz
-linear
-gradient(top
, #eeeeee, #cccccc);
2868 background
: -o
-linear
-gradient(top
, #eeeeee, #cccccc);
2869 <?php
echo PMA_ieFilter('#eeeeee', '#cccccc'); ?
>
2875 vertical
-align
: middle
;
2876 white
-space
: nowrap
;
2879 .navigation_separator
{
2881 display
: inline
-block
;
2886 text
-shadow
: 1px
0 #FFF;
2889 .navigation input
[type
=submit
] {
2894 padding
: 0.8em
0.5em
;
2897 -webkit
-border
-radius
: 0;
2898 -moz
-border
-radius
: 0;
2901 .navigation input
[type
=submit
]:hover
{
2906 background
-image
: url(./themes
/svg_gradient
.php?from
=333333&to
=555555);
2907 background
-size
: 100%
100%
;
2908 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#333333), to(#555555));
2909 background
: -moz
-linear
-gradient(top
, #333333, #555555);
2910 background
: -o
-linear
-gradient(top
, #333333, #555555);
2911 <?php
echo PMA_ieFilter('#333333', '#555555'); ?
>
2914 .navigation select
{