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 . '");'
21 function PMA_ieClearFilter() {
22 return PMA_USR_BROWSER_AGENT
== 'IE' && PMA_USR_BROWSER_VER
>= 6 && PMA_USR_BROWSER_VER
<= 8
27 /******************************************************************************/
31 font
-size
: <?php
echo (null !== $GLOBALS['PMA_Config']->get('fontsize') ?
$GLOBALS['PMA_Config']->get('fontsize') : (
32 isset($_COOKIE['pma_fontsize']) ?
$_COOKIE['pma_fontsize'] : '82%'));?
>;
35 input
, select
, textarea
{
41 <?php
if (! empty($GLOBALS['cfg']['FontFamily'])) { ?
>
42 font
-family
: <?php
echo $GLOBALS['cfg']['FontFamily']; ?
>;
50 <?php
if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) { ?
>
51 textarea
, tt
, pre
, code
{
52 font
-family
: <?php
echo $GLOBALS['cfg']['FontFamilyFixed']; ?
>;
63 text
-shadow
: 0 1px
0 #fff;
64 padding
: 10px
0 10px
3px
;
68 /* Hiding icons in the page titles */
70 h2 a img
{display
:inline
;}
84 text
-decoration
: none
;
92 text
-decoration
: underline
;
98 border
:1px solid
#aaa;
100 -moz
-border
-radius
:5px
;
101 -webkit
-border
-radius
:5px
;
105 #initials_table td{padding:8px !important}
108 border
:1px solid
#aaa;
111 -moz
-border
-radius
:5px
;
112 -webkit
-border
-radius
:5px
;
114 background
-image
: url(./themes
/svg_gradient
.php?from
=ffffff
&to
=cccccc
);
115 background
-size
: 100%
100%
;
116 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#ffffff), to(#cccccc));
117 background
: -moz
-linear
-gradient(top
, #ffffff, #cccccc);
118 background
: -o
-linear
-gradient(top
, #ffffff, #cccccc);
119 <?php
echo PMA_ieFilter('#ffffff', '#cccccc'); ?
>
133 color
: <?php
echo $GLOBALS['cfg']['ThColor']; ?
>;
135 background
-image
: url(./themes
/svg_gradient
.php?from
=ffffff
&to
=cccccc
);
136 background
-size
: 100%
100%
;
137 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#ffffff), to(#cccccc));
138 background
: -moz
-linear
-gradient(top
, #ffffff, #cccccc);
139 background
: -o
-linear
-gradient(top
, #ffffff, #cccccc);
140 <?php
echo PMA_ieFilter('#ffffff', '#cccccc'); ?
>
148 color
: <?php
echo $GLOBALS['cfg']['MainColor']; ?
>;
149 background
-color
: <?php
echo $GLOBALS['cfg']['MainColor']; ?
>;
162 -moz
-border
-radius
:2px
;
163 -webkit
-border
-radius
:2px
;
165 box
-shadow
:0 1px
2px
#ddd;
166 -moz
-box
-shadow
:0 1px
2px
#ddd;
167 -webkit
-box
-shadow
:0 1px
2px
#ddd;
169 background
:url(./themes
/pmahomme
/img
/input_bg
.gif
);
170 border
:1px solid
#aaa;
177 input
[type
=password
]{
179 -moz
-border
-radius
:2px
;
180 -webkit
-border
-radius
:2px
;
182 box
-shadow
:0 1px
2px
#ddd;
183 -moz
-box
-shadow
:0 1px
2px
#ddd;
184 -webkit
-box
-shadow
:0 1px
2px
#ddd;
186 background
:url(./themes
/pmahomme
/img
/input_bg
.gif
);
187 border
:1px solid
#aaa;
197 border
: 1px solid
#aaa;
200 text
-decoration
: none
;
204 -webkit
-border
-radius
: 12px
;
205 -moz
-border
-radius
: 12px
;
207 text
-shadow
: 0 1px
0 #fff;
209 background
-image
: url(./themes
/svg_gradient
.php?from
=ffffff
&to
=cccccc
);
210 background
-size
: 100%
100%
;
211 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#ffffff), to(#cccccc));
212 background
: -moz
-linear
-gradient(top
, #ffffff, #cccccc);
213 background
: -o
-linear
-gradient(top
, #ffffff, #cccccc);
214 <?php
echo PMA_ieFilter('#ffffff', '#cccccc'); ?
>
217 input
[type
=submit
]:hover
{position
: relative
;
218 background
-image
: url(./themes
/svg_gradient
.php?from
=cccccc
&to
=dddddd
);
219 background
-size
: 100%
100%
;
220 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#cccccc), to(#dddddd));
221 background
: -moz
-linear
-gradient(top
, #cccccc, #dddddd);
222 background
: -o
-linear
-gradient(top
, #cccccc, #dddddd);
223 <?php
echo PMA_ieFilter('#cccccc', '#dddddd'); ?
>
227 input
[type
=submit
]:active
{position
: relative
;
233 height
: <?php
echo ceil($GLOBALS['cfg']['TextareaRows'] * 1.2); ?
>em
;
238 border
-radius
:4px
4px
0 0;
239 -moz
-border
-radius
:4px
4px
0 0;
240 -webkit
-border
-radius
:4px
4px
0 0;
242 border
: #aaa solid 1px;
245 text
-shadow
:0 1px
0 #fff;
246 -moz
-box
-shadow
: 1px
1px
2px
#fff inset;
247 -webkit
-box
-shadow
: 1px
1px
2px
#fff inset;
248 box
-shadow
: 1px
1px
2px
#fff inset;
254 border
:1px solid
#aaa;
255 background
:none repeat scroll
0 0 #E8E8E8;
264 -moz
-border
-radius
:2px
;
265 -webkit
-border
-radius
:2px
;
266 border
:1px solid
#aaa;
267 background
-color
: #fff;
268 -moz
-box
-shadow
:3px
3px
15px
#bbb;
269 -webkit
-box
-shadow
:3px
3px
15px
#bbb;
270 box
-shadow
:3px
3px
15px
#bbb;
273 /* buttons in some browsers (eg. Konqueror) are block elements,
274 this breaks design */
285 text
-shadow
:0 1px
0 #FFFFFF;
289 table
{border
-collapse
:collapse
;}
290 th
{border
-right
:1px solid
#fff; text-align:left;}
294 vertical
-align
: middle
;
297 input
[type
="checkbox"],input
[type
="radio"] {
298 vertical
-align
: -11%
;
303 -moz
-border
-radius
:2px
;
304 -webkit
-border
-radius
:2px
;
307 -moz
-box
-shadow
:0 1px
2px
#ddd;
308 -webkit
-box
-shadow
:0 1px
2px
#ddd;
309 box
-shadow
:0 1px
2px
#ddd;
311 border
:1px solid
#aaa;
314 background
:url(./themes
/pmahomme
/img
/input_bg
.gif
)
319 background
: -webkit
-gradient(linear
, center top
, center bottom
, from(#fff), color-stop(0.8, #f1f1f1), to(#fbfbfb));
320 background
: -webkit
-linear
-gradient(#fff, #f1f1f1 80%, #fbfbfb);
321 background
: -moz
-linear
-gradient(#fff, #f1f1f1 80%, #fbfbfb);
322 /* none for Opera 11.10 as <option>s always have solid white background */
323 filter
: progid
:DXImageTransform
.Microsoft
.gradient(startColorstr
="#ffffff", endColorstr
="#f2f2f2");
328 .icon
, .footnotemarker
{
329 vertical
-align
: -3px
;
334 background
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>iconsprites
.png
) no
-repeat top left
;
337 .ic_asc_order
, .ic_s_desc
{ background
-position
: 0 0; }
338 .ic_b_bookmark
{ background
-position
: -17px
0; }
339 .ic_b_browse
, .ic_b_sbrowse
{ background
-position
: -34px
0; }
340 .ic_b_calendar
{ background
-position
: -51px
0; }
341 .ic_b_chart
, .ic_b_dbstatistics
{ background
-position
: -68px
0; }
342 .ic_b_close
{ background
-position
: -85px
0; }
343 .ic_b_comment
{ background
-position
: -102px
0; }
344 .ic_b_deltbl
{ background
-position
: -119px
0; }
345 .ic_b_docs
{ background
-position
: -136px
0; }
346 .ic_b_docsql
{ background
-position
: -153px
0; }
347 .ic_b_drop
{ background
-position
: -170px
0; }
348 .ic_b_edit
{ background
-position
: -187px
0; }
349 .ic_b_empty
{ background
-position
: -204px
0; }
350 .ic_b_engine
{ background
-position
: -221px
0; }
351 .ic_b_event_add
{ background
-position
: -238px
0; }
352 .ic_b_events
{ background
-position
: -255px
0; }
353 .ic_b_export
, .ic_b_tblexport
{ background
-position
: -272px
0; }
354 .ic_b_firstpage
{ background
-position
: -289px
0; }
355 .ic_b_ftext
{ background
-position
: -306px
0; }
356 .ic_b_globe
{ background
-position
: -323px
0; }
357 .ic_b_help
{ background
-position
: -340px
0; }
358 .ic_b_help_s
{ background
-position
: -340px
0; }
359 .ic_b_home
{ background
-position
: -357px
0; }
360 .ic_b_import
, .ic_b_tblimport
{ background
-position
: -374px
0; }
361 .ic_b_index
{ background
-position
: -391px
0; }
362 .ic_b_info
{ background
-position
: -408px
0; width
: 11px
; height
: 11px
; }
363 .ic_b_inline_edit
{ background
-position
: -420px
0; }
364 .ic_b_insrow
{ background
-position
: -437px
0; }
365 .ic_b_lastpage
{ background
-position
: -454px
0; }
366 .ic_b_minus
{ background
-position
: -471px
0; }
367 .ic_b_more
, .ic_col_drop
{ background
-position
: -488px
0; }
368 .ic_b_newdb
{ background
-position
: -505px
0; }
369 .ic_b_newtbl
{ background
-position
: -522px
0; }
370 .ic_b_nextpage
, .ic_play
{ background
-position
: -539px
0; }
371 .ic_b_pdfdoc
{ background
-position
: -556px
0; }
372 .ic_b_plus
{ background
-position
: -573px
0; }
373 .ic_b_prevpage
{ background
-position
: -590px
0; }
374 .ic_b_primary
{ background
-position
: -607px
0; }
375 .ic_b_print
{ background
-position
: -624px
0; }
376 .ic_b_props
{ background
-position
: -641px
0; }
377 .ic_b_relations
{ background
-position
: -658px
0; }
378 .ic_b_routine_add
{ background
-position
: -675px
0; }
379 .ic_b_routines
{ background
-position
: -692px
0; }
380 .ic_b_save
{ background
-position
: -709px
0; }
381 .ic_b_sdb
{ background
-position
: -726px
0; width
: 10px
; height
: 10px
; }
382 .ic_b_search
{ background
-position
: -737px
0; }
383 .ic_b_selboard
{ background
-position
: -754px
0; }
384 .ic_b_select
{ background
-position
: -771px
0; }
385 .ic_b_snewtbl
{ background
-position
: -788px
0; }
386 .ic_b_spatial
{ background
-position
: -805px
0; }
387 .ic_b_sql
{ background
-position
: -822px
0; }
388 .ic_b_sqldoc
{ background
-position
: -839px
0; }
389 .ic_b_sqlhelp
{ background
-position
: -856px
0; }
390 .ic_b_tblanalyse
{ background
-position
: -873px
0; }
391 .ic_b_tblops
{ background
-position
: -890px
0; }
392 .ic_b_tbloptimize
{ background
-position
: -907px
0; }
393 .ic_b_tipp
{ background
-position
: -924px
0; }
394 .ic_b_trigger_add
{ background
-position
: -941px
0; }
395 .ic_b_triggers
{ background
-position
: -958px
0; }
396 .ic_b_unique
{ background
-position
: -975px
0; }
397 .ic_b_usradd
{ background
-position
: -992px
0; }
398 .ic_b_usrcheck
{ background
-position
: -1009px
0; }
399 .ic_b_usrdrop
{ background
-position
: -1026px
0; }
400 .ic_b_usredit
{ background
-position
: -1043px
0; }
401 .ic_b_usrlist
{ background
-position
: -1060px
0; }
402 .ic_b_view
{ background
-position
: -1077px
0; }
403 .ic_b_views
, .ic_s_views
{ background
-position
: -1094px
0; }
404 .ic_bd_browse
{ background
-position
: -1111px
0; }
405 .ic_bd_deltbl
{ background
-position
: -1128px
0; }
406 .ic_bd_drop
{ background
-position
: -1145px
0; }
407 .ic_bd_edit
{ background
-position
: -1162px
0; }
408 .ic_bd_empty
{ background
-position
: -1179px
0; }
409 .ic_bd_export
{ background
-position
: -1196px
0; }
410 .ic_bd_firstpage
{ background
-position
: -1213px
0; width
: 16px
; height
: 13px
; }
411 .ic_bd_ftext
{ background
-position
: -1230px
0; }
412 .ic_bd_index
{ background
-position
: -1247px
0; }
413 .ic_bd_insrow
{ background
-position
: -1264px
0; }
414 .ic_bd_lastpage
{ background
-position
: -1281px
0; width
: 16px
; height
: 13px
; }
415 .ic_bd_nextpage
{ background
-position
: -1298px
0; width
: 8px
; height
: 13px
; }
416 .ic_bd_prevpage
{ background
-position
: -1307px
0; width
: 8px
; height
: 13px
; }
417 .ic_bd_primary
{ background
-position
: -1316px
0; }
418 .ic_bd_sbrowse
{ background
-position
: -1333px
0; width
: 10px
; height
: 10px
; }
419 .ic_bd_select
{ background
-position
: -1344px
0; }
420 .ic_bd_spatial
{ background
-position
: -1361px
0; }
421 .ic_bd_unique
{ background
-position
: -1378px
0; }
422 .ic_database
, .ic_s_db
{ background
-position
: -1395px
0; }
423 .ic_eye
{ background
-position
: -1412px
0; }
424 .ic_eye_grey
{ background
-position
: -1429px
0; }
425 .ic_item
{ background
-position
: -1446px
0; width
: 9px
; height
: 9px
; }
426 .ic_item_ltr
{ background
-position
: -1456px
0; width
: 5px
; height
: 9px
; }
427 .ic_item_rtl
{ background
-position
: -1462px
0; width
: 5px
; height
: 9px
; }
428 .ic_more
{ background
-position
: -1468px
0; width
: 13px
; height
: 8px
; }
429 .ic_pause
{ background
-position
: -1482px
0; }
430 .ic_php_sym
{ background
-position
: -1499px
0; }
431 .ic_s_asc
{ background
-position
: -1516px
0; }
432 .ic_s_asci
{ background
-position
: -1533px
0; }
433 .ic_s_attention
, .ic_s_notice
{ background
-position
: -1550px
0; }
434 .ic_s_cancel
{ background
-position
: -1567px
0; }
435 .ic_s_cancel2
{ background
-position
: -1584px
0; }
436 .ic_s_cog
{ background
-position
: -1601px
0; }
437 .ic_s_error
{ background
-position
: -1618px
0; }
438 .ic_s_error2
{ background
-position
: -1635px
0; width
: 11px
; height
: 11px
; }
439 .ic_s_host
{ background
-position
: -1647px
0; }
440 .ic_s_info
{ background
-position
: -1664px
0; }
441 .ic_s_lang
{ background
-position
: -1681px
0; }
442 .ic_s_loggoff
{ background
-position
: -1698px
0; }
443 .ic_s_okay
{ background
-position
: -1715px
0; }
444 .ic_s_passwd
{ background
-position
: -1732px
0; }
445 .ic_s_really
{ background
-position
: -1749px
0; width
: 11px
; height
: 11px
; }
446 .ic_s_reload
{ background
-position
: -1761px
0; }
447 .ic_s_replication
{ background
-position
: -1778px
0; }
448 .ic_s_rights
{ background
-position
: -1795px
0; }
449 .ic_s_sortable
{ background
-position
: -1812px
0; }
450 .ic_s_status
{ background
-position
: -1829px
0; }
451 .ic_s_success
{ background
-position
: -1846px
0; }
452 .ic_s_sync
{ background
-position
: -1863px
0; }
453 .ic_s_tbl
{ background
-position
: -1880px
0; }
454 .ic_s_theme
{ background
-position
: -1897px
0; }
455 .ic_s_vars
{ background
-position
: -1914px
0; }
456 .ic_window
-new { background
-position
: -1931px
0; }
458 /* Same as ic_b_help, but applied to place where width=11, height=11 attributes were used */
459 .ic_b_help_s
{ background
-position
: -340px
0; }
461 /* Same as ic_s_sortable */
462 img
.sortableIcon
{ background
-position
: -1812px
0; }
465 th
.headerSortUp img
.sortableIcon
{ background
-position
: 0 0; }
468 th
.headerSortDown img
.sortableIcon
{ background
-position
: -1516px
0; }
471 .ic_more
{ vertical
-align
: middle
; }
473 /******************************************************************************/
480 float: <?php
echo $left; ?
>;
481 margin
-<?php
echo $right; ?
>: 1em
;
489 /* border: 1px solid #000000; */
493 div
.tools a
{color
:#3a7ead !important;}
496 fieldset
.tblFooters
{
498 margin
-bottom
: 0.5em
;
499 /* avoid a thick line since this should be used under another fieldset */
501 text
-align
: <?php
echo $right; ?
>;
504 -webkit
-border
-radius
:0 0 4px
4px
;
505 -moz
-border
-radius
:0 0 4px
4px
;
506 border
-radius
: 0 0 4px
5px
;
516 fieldset
.formelement
{
517 float: <?php
echo $left; ?
>;
518 margin
-<?php
echo $right; ?
>: 0.5em
;
523 /* revert for Gecko */
524 fieldset div
[class=formelement
] {
530 background
-color
: transparent
;
533 /* odd items 1,3,5,7,... */
537 <?php
echo PMA_ieClearFilter(); ?
>
540 /* even items 2,4,6,8,... */
544 <?php
echo PMA_ieClearFilter(); ?
>
547 /* odd table rows 1,3,5,7,... */
552 text
-align
: <?php
echo $left; ?
>;
555 <?php
if ($GLOBALS['cfg']['BrowseMarkerEnable']) { ?
>
556 /* marked table rows */
561 background
: url(./themes
/pmahomme
/img
/marked_bg
.png
) repeat
-x
#b6c6d7;
562 color
: <?php
echo $GLOBALS['cfg']['BrowseMarkerColor']; ?
>;
566 <?php
if ($GLOBALS['cfg']['BrowsePointerEnable']) { ?
>
571 .structure_actions_dropdown
{
572 background
: url(./themes
/pmahomme
/img
/marked_bg
.png
) repeat
-x
#b6c6d7; /* 3.4 */
573 color
: <?php
echo $GLOBALS['cfg']['BrowsePointerColor']; ?
>;
576 /* hovered table rows */
577 table tr
.odd
:hover th
,
578 table tr
.even
:hover th
,
580 background
: url(./themes
/pmahomme
/img
/marked_bg
.png
) repeat
-x
#b6c6d7; /* 3.4 */
581 color
: <?php
echo $GLOBALS['cfg']['BrowsePointerColor']; ?
>;
586 * marks table rows/cells if the db field is in a where condition
592 border
: 1px solid
<?php
echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?
>;
596 * cells with the value NULL
600 text
-align
: <?php
echo $right; ?
>;
604 text
-align
: <?php
echo $right; ?
>;
608 text
-align
: <?php
echo $right; ?
>;
611 /* IE doesnt handles 'pre' right */
612 table
[class=value
] {
617 <?php
if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) { ?
>
619 font
-family
: <?php
echo $GLOBALS['cfg']['FontFamilyFixed']; ?
>;
638 background
-color
: #FFFFFF;
640 border
: 1px solid
#000000;
655 border
: 1px dashed
#000000;
660 font
-family
: Verdan
, Arial
, Tahoma
;
665 text
-decoration
: none
;
666 border
-bottom
:1px dotted black
;
680 .syntax_digit_integer
{
683 .syntax_digit_float
{
692 .syntax_alpha_columnType
{
693 text
-transform
: uppercase
;
696 .syntax_alpha_columnAttrib
{
697 text
-transform
: uppercase
;
700 .syntax_alpha_reservedWord
{
701 text
-transform
: uppercase
;
705 .syntax_alpha_functionName
{
706 text
-transform
: uppercase
;
709 .syntax_alpha_identifier
{
712 .syntax_alpha_charset
{
715 .syntax_alpha_variable
{
722 .syntax_quote_backtick
{
725 /* leave some space between icons and text */
730 /* no extra space in table cells */
736 margin
-<?php
echo $right; ?
>: 0.3em
;
737 margin
-<?php
echo $left; ?
>: 0.6em
;
740 /* message boxes: error, confirmation */
744 border
-bottom
: 2px solid
;
746 text
-align
: <?php
echo $left; ?
>;
754 margin
: 0.5em
0 1.3em
0;
756 <?php
if ($GLOBALS['cfg']['ErrorIconic']) { ?
>
757 background
-repeat
: no
-repeat
;
758 <?php
if ($GLOBALS['text_dir'] === 'ltr') { ?
>
759 background
-position
: 10px
50%
;
760 padding
: 10px
10px
10px
25px
;
762 background
-position
: 99%
50%
;
763 padding
: 25px
10px
10px
10px
769 -moz
-border
-radius
:5px
;
770 -webkit
-border
-radius
:5px
;
773 -moz
-box
-shadow
: 0 1px
1px
#fff inset;
774 -webkit
-box
-shadow
: 0 1px
1px
#fff inset;
775 box
-shadow
: 0 1px
1px
#fff inset;
778 .success a
{text
-decoration
:underline
;}
779 .notice a
{text
-decoration
:underline
;}
780 .error a
{text
-decoration
:underline
;}
781 .footnotes a
{text
-decoration
:underline
;}
785 background
-color
: #ebf8a4;
788 h1
.success
, div
.success
{
789 border
-color
: #a2d246;
790 <?php
if ($GLOBALS['cfg']['ErrorIconic']) { ?
>
791 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_success
.png
);
792 background
-repeat
: no
-repeat
;
793 <?php
if ($GLOBALS['text_dir'] === 'ltr') { ?
>
794 background
-position
: 5px
50%
;
796 background
-position
: 97%
50%
;
801 border
-color
: #00FF00;
804 .notice
, .footnotes
{
806 background
-color
: #e8eef1;
812 border
-color
: #3a6c7e;
813 <?php
if ($GLOBALS['cfg']['ErrorIconic']) { ?
>
814 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_notice
.png
);
815 background
-repeat
: no
-repeat
;
816 <?php
if ($GLOBALS['text_dir'] === 'ltr') { ?
>
817 background
-position
: 5px
50%
;
819 background
-position
: 97%
50%
;
825 border
-color
: #ffb10a;
829 border
:1px solid maroon
!important
;
837 <?php
if ($GLOBALS['cfg']['ErrorIconic']) { ?
>
838 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_error
.png
);
839 background
-repeat
: no
-repeat
;
840 <?php
if ($GLOBALS['text_dir'] === 'ltr') { ?
>
841 background
-position
: 5px
50%
;
843 background
-position
: 97%
50%
;
849 border
-color
: #ff0000;
854 background
-color
: pink
;
857 fieldset
.confirmation
{
860 fieldset
.confirmation legend
{
863 /* end messageboxes */
873 color
: <?php
echo $GLOBALS['cfg']['ThColor']; ?
>;
874 background
: <?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;
880 color
: <?php
echo $GLOBALS['cfg']['ThColor']; ?
>;
881 background
: <?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;
885 .tblHeaders a
:active
,
886 .tblHeaders a
:visited
,
891 .tblFooters a
:active
,
892 .tblFooters a
:visited
{
898 .tblFooters a
:hover
{
902 /* forbidden, no privilegs */
912 .disabled a
:visited
{
918 text
-decoration
: none
;
923 background
-color
: #f3f3f3;
935 body
.loginform a
.logo
{
944 body
.loginform div
.container
{
945 text
-align
: <?php
echo $left; ?
>;
951 float: <?php
echo $left; ?
>;
957 border
-bottom
: 1px dashed black
;
964 /******************************************************************************/
965 /* specific elements */
969 text
-shadow
: 0 1px
0 #fff;
973 background
:#eee;border: 0 !important;color:#aaa;
976 ul
#topmenu, ul#topmenu2, ul.tabs {
978 list-style
-type
: none
;
985 margin
: 0.25em
0.5em
0;
990 ul
#topmenu li, ul#topmenu2 li {
991 float: <?php
echo $left; ?
>;
993 vertical
-align
: middle
;
996 #topmenu img, #topmenu2 img {
1002 background
:url(./themes
/pmahomme
/img
/tab_bg
.png
) repeat
-x
;
1003 border
-top
:1px solid
#aaa;
1006 /* default tab styles */
1008 background
:#fff !important;
1011 ul
#topmenu a, ul#topmenu span {
1015 white
-space
: nowrap
;
1023 ul
#topmenu .submenu {
1029 display
: inline
-block
;
1037 list-style
-type
: none
;
1039 border
: 1px
#ddd solid;
1043 ul
#topmenu li:hover {
1044 background
:url(./themes
/pmahomme
/img
/tab_hover_bg
.png
) repeat
-x
50%
0%
!important
;
1047 ul
#topmenu li:hover ul, ul#topmenu .submenuhover ul {
1059 margin
: 7px
6px
7px
0;
1061 white
-space
: nowrap
;
1062 border
:1px solid
#ddd;
1063 border
-radius
: 20px
;
1064 -moz
-border
-radius
: 20px
;
1065 -webkit
-border
-radius
: 20px
;
1071 ul
#topmenu span.tab {
1075 fieldset
.caution a
{
1078 fieldset
.caution a
:hover
{
1080 background
-color
: #FF0000;
1083 <?php
if ($GLOBALS['cfg']['LightTabs']) { ?
>
1085 ul
#topmenu a.tabactive, ul#topmenu2 a.tabactive {
1090 background
: <?php
echo $GLOBALS['cfg']['MainBackground']; ?
>;
1095 padding
: 0.1em
0.3em
0.1em
0.3em
;
1099 -moz
-box
-shadow
: 1px
1px
6px
#ddd;
1100 -webkit
-box
-shadow
: 2px
2px
3px
#666;
1101 box
-shadow
: 2px
2px
3px
#666;
1105 border
-right
: 1px solid
#fff;
1106 border
-left
: 1px solid
#ccc;
1109 /* default tab styles */
1110 ul
#topmenu a, ul#topmenu span {
1115 border
-width
: 1pt
0 0 0;
1116 -moz
-border
-radius
: 0;
1117 -webkit
-border
-radius
: 0;
1121 ul
#topmenu ul li:first-child a {
1125 /* enabled hover/active tabs */
1126 ul
#topmenu > li > a:hover,
1127 ul
#topmenu > li > .tabactive {
1128 text
-decoration
: none
;
1131 ul
#topmenu ul a:hover,
1132 ul
#topmenu ul .tabactive {
1133 text
-decoration
: none
;
1136 ul
#topmenu a.tab:hover,
1137 ul
#topmenu .tabactive {
1138 /* background-color: <?php echo $GLOBALS['cfg']['MainBackground']; ?>; */
1141 ul
#topmenu2 a.tab:hover,
1142 ul
#topmenu2 a.tabactive {
1143 background
-color
: <?php
echo $GLOBALS['cfg']['BgOne']; ?
>;
1144 border
-radius
: 0.3em
;
1145 -moz
-border
-radius
: 0.3em
;
1146 -webkit
-border
-radius
: 0.3em
;
1147 text
-decoration
: none
;
1150 /* to be able to cancel the bottom border, use <li class="active"> */
1151 ul
#topmenu > li.active {
1152 /* border-bottom: 0pt solid <?php echo $GLOBALS['cfg']['MainBackground']; ?>; */
1157 ul
#topmenu span.tab,
1159 cursor
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>error
.ico
), default;
1173 table
.calendar td a
{
1177 table
.calendar td a
:hover
{
1178 background
-color
: #CCFFCC;
1182 background
-color
: #D3DCE3;
1185 table
.calendar td
.selected
{
1186 background
-color
: #FFCC99;
1199 div
#tablestatistics table {
1200 float: <?php
echo $left; ?
>;
1201 margin
-bottom
: 0.5em
;
1202 margin
-<?php
echo $right; ?
>: 1.5em
;
1206 /* END table stats */
1209 /* server privileges */
1210 #tableuserrights td,
1211 #tablespecificuserrights td,
1212 #tabledatabases td {
1213 vertical
-align
: middle
;
1215 /* END server privileges */
1220 border
-bottom
:1px solid
#fff;
1221 -moz
-border
-radius
: 4px
4px
0 0;
1222 -webkit
-border
-radius
: 4px
4px
0 0;
1223 border
-radius
:4px
4px
0 0;
1226 text
-shadow
:0 1px
0 #000000;
1230 white
-space
: nowrap
;
1234 #span_table_comment {
1235 font
-weight
: normal
;
1237 white
-space
: nowrap
;
1241 margin
: 0 0.1em
0 0.2em
;
1248 font
-family
: "Courier New", Courier
, mono
;
1259 background
-color
: #ffffcc;
1261 border
: 0.1em solid
#000000;
1265 /* user privileges */
1266 #fieldset_add_user_login div.item {
1267 border
-bottom
: 1px solid silver
;
1268 padding
-bottom
: 0.3em
;
1269 margin
-bottom
: 0.3em
;
1272 #fieldset_add_user_login label {
1273 float: <?php
echo $left; ?
>;
1277 text
-align
: <?php
echo $right; ?
>;
1278 padding
-<?php
echo $right; ?
>: 0.5em
;
1281 #fieldset_add_user_login span.options #select_pred_username,
1282 #fieldset_add_user_login span.options #select_pred_hostname,
1283 #fieldset_add_user_login span.options #select_pred_password {
1288 #fieldset_add_user_login span.options {
1289 float: <?php
echo $left; ?
>;
1293 padding
-<?php
echo $right; ?
>: 0.5em
;
1296 #fieldset_add_user_login input {
1298 clear
: <?php
echo $right; ?
>;
1302 #fieldset_add_user_login span.options input {
1306 #fieldset_user_priv div.item {
1307 float: <?php
echo $left; ?
>;
1312 #fieldset_user_priv div.item div.item {
1316 #fieldset_user_priv div.item label {
1317 white
-space
: nowrap
;
1320 #fieldset_user_priv div.item select {
1324 #fieldset_user_global_rights fieldset {
1325 float: <?php
echo $left; ?
>;
1327 /* END user privileges */
1333 text
-decoration
: underline
;
1338 h3
#serverstatusqueries span {
1345 background
-repeat
:no
-repeat
;
1350 float: <?php
echo $right; ?
>;
1351 white
-space
: nowrap
;
1355 display
: none
; /* Made visible with js */
1358 /* Also used for the variables page */
1359 fieldset
#tableFilter {
1363 div
#serverStatusTabs {
1368 float: <?php
echo $right; ?
>;
1371 div
#serverstatusquerieschart {
1372 float:<?php
echo $left; ?
>;
1375 padding
-<?php
echo $left; ?
>: 30px
;
1378 table
#serverstatusqueriesdetails, table#serverstatustraffic {
1379 float: <?php
echo $left; ?
>;
1382 table
#serverstatusqueriesdetails th {
1386 table
#serverstatusvariables {
1390 table
#serverstatusvariables .name {
1394 table
#serverstatusvariables .value {
1397 table
#serverstatusconnections {
1398 float: <?php
echo $left; ?
>;
1399 margin
-<?php
echo $left; ?
>: 30px
;
1402 div
#serverstatus table tbody td.descr a,
1403 div
#serverstatus table .tblFooters a {
1404 white
-space
: nowrap
;
1411 padding
-bottom
:80px
;
1414 #addChartDialog input[type="text"] {
1419 div
#chartVariableSettings {
1420 border
:1px solid
#ddd;
1421 background
-color
:#E6E6E6;
1425 table
#chartGrid div.monitorChart {
1426 background
: #EBEBEB;
1429 div
#serverstatus div.tabLinks {
1430 float:<?php
echo $left; ?
>;
1431 padding
-bottom
: 10px
;
1437 border
: 1px solid
#CCC;
1440 -moz
-box
-shadow
: 1px
1px
6px
#ddd;
1441 -webkit
-box
-shadow
: 2px
2px
3px
#666;
1442 box
-shadow
: 2px
2px
3px
#666;
1443 background
-color
:white
;
1452 div
#logTable table {
1456 div
#queryAnalyzerDialog {
1460 div
#queryAnalyzerDialog div.CodeMirror-scroll {
1464 div
#queryAnalyzerDialog div#queryProfiling {
1468 div
#queryAnalyzerDialog td.explain {
1472 div
#queryAnalyzerDialog table.queryNums {
1483 /* end serverstatus */
1485 /* server variables */
1488 float: <?php
echo $left; ?
>;
1489 font
-family
:sans
-serif
;
1492 table
.serverVariableEditTable
{
1498 table
.serverVariableEditTable td
{
1503 table
.serverVariableEditTable td
:first
-child
{
1505 vertical
-align
:middle
;
1508 table
.serverVariableEditTable input
{
1512 table
#serverVariables td {
1516 /* end server variables */
1521 border
: 1px solid
#000;
1522 <?php
if ($GLOBALS['cfg']['ErrorIconic']) { ?
>
1523 background
-repeat
: no
-repeat
;
1524 <?php
if ($GLOBALS['text_dir'] === 'ltr') { ?
>
1525 background
-position
: 10px
50%
;
1526 padding
: 10px
10px
10px
25px
;
1528 background
-position
: 99%
50%
;
1529 padding
: 25px
10px
10px
10px
1534 -moz
-border
-radius
:5px
;
1535 -webkit
-border
-radius
:5px
;
1537 -moz
-box
-shadow
: 0 1px
2px
#fff inset;
1538 -webkit
-box
-shadow
: 0 1px
2px
#fff inset;
1539 box
-shadow
: 0 1px
2px
#fff; inset;
1546 text
-decoration
:underline
;
1550 body
#bodyquerywindow {
1553 background
-image
: none
;
1554 background
-color
: #F5F5F5;
1557 div
#querywindowcontainer {
1563 div
#querywindowcontainer fieldset {
1566 /* END querywindow */
1570 div
#profilingchart {
1578 /* table charting */
1581 border
: 1px solid silver
;
1583 #inner-resizer { /* make room for the resize handle */
1587 /* END table charting */
1591 #togglequerybox{margin:0 10px}
1603 border
:1px solid
#aaa;
1605 -webkit
-border
-radius
:5px
;
1606 -moz
-border
-radius
:5px
;
1607 box
-shadow
: 0 1px
1px
#fff inset;
1608 -webkit
-box
-shadow
: 0 1px
1px
#fff inset;
1609 -moz
-box
-shadow
: 0 1px
1px
#fff inset;
1611 #sectionlinks a, .buttonlinks a, a.button {
1614 text
-shadow
: 0 1px
0 #fff;
1617 border
: 1px solid
#aaa;
1620 text
-decoration
: none
;
1622 white
-space
: nowrap
;
1623 border
-radius
: 20px
;
1624 -webkit
-border
-radius
: 20px
;
1625 -moz
-border
-radius
: 20px
;
1626 box
-shadow
: 1px
1px
2px
rgba(0,0,0,.5);
1628 -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
1629 -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
1630 text-shadow: #fff 0 1px 0;
1632 background
-image
: url(./themes
/svg_gradient
.php?from
=ffffff
&to
=cccccc
);
1633 background
-size
: 100%
100%
;
1634 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#ffffff), to(#cccccc));
1635 background
: -moz
-linear
-gradient(top
, #ffffff, #cccccc);
1636 background
: -o
-linear
-gradient(top
, #ffffff, #cccccc);
1637 <?php
echo PMA_ieFilter('#ffffff', '#cccccc'); ?
>
1639 #sectionlinks a:hover, .buttonlinks a:hover, a.button:hover {
1640 background
-image
: url(./themes
/svg_gradient
.php?from
=cccccc
&to
=dddddd
);
1641 background
-size
: 100%
100%
;
1642 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#cccccc), to(#dddddd));
1643 background
: -moz
-linear
-gradient(top
, #cccccc, #dddddd);
1644 background
: -o
-linear
-gradient(top
, #cccccc, #dddddd);
1645 <?php
echo PMA_ieFilter('#cccccc', '#dddddd'); ?
>
1648 div
#sqlquerycontainer {
1649 float: <?php
echo $left; ?
>;
1654 div
#tablefieldscontainer {
1655 float: <?php
echo $right; ?
>;
1660 div
#tablefieldscontainer select {
1669 -moz
-border
-radius
:4px
;
1670 -webkit
-border
-radius
:4px
;
1672 border
:1px solid
#aaa;
1674 font
-family
:inherit
;
1676 textarea
#sql_query_edit{
1681 div
#queryboxcontainer div#bookmarkoptions {
1688 /* background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>logo_right.png); */
1689 /* background-position: <?php echo $right; ?> bottom; */
1690 /* background-repeat: no-repeat; */
1693 #mysqlmaininformation,
1694 #pmamaininformation {
1695 float: <?php
echo $left; ?
>;
1700 list-style
-type
: disc
;
1701 vertical
-align
: middle
;
1705 margin
-bottom
: 0.3em
;
1710 <?php
if ($GLOBALS['cfg']['MainPageIconic']) { ?
>
1711 /* iconic view for ul items */
1712 li
#li_create_database {
1713 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_newdb
.png
);
1717 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_lang
.png
);
1720 li
#li_select_mysql_collation {
1721 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_asci
.png
);
1725 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_theme
.png
);
1729 /* list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_rights.png); */
1733 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_status
.png
);
1736 li
#li_mysql_variables{
1737 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_vars
.png
);
1740 li
#li_mysql_processes{
1741 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_process
.png
);
1744 li
#li_mysql_collations{
1745 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_asci
.png
);
1748 li
#li_mysql_engines{
1749 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_engine
.png
);
1752 li
#li_mysql_binlogs {
1753 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_tbl
.png
);
1756 li
#li_mysql_databases {
1757 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_db
.png
);
1761 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_export
.png
);
1765 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_import
.png
);
1768 li
#li_change_password {
1769 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_passwd
.png
);
1773 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_loggoff
.png
);
1776 li
#li_mysql_privilegs{
1777 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_rights
.png
);
1780 li
#li_switch_dbstats {
1781 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_dbstatistics
.png
);
1784 li
#li_flush_privileges {
1785 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_reload
.png
);
1788 li
#li_user_preferences {
1789 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_tblops
.png
);
1791 /* END iconic view for ul items */
1792 <?php
} /* end if $GLOBALS['cfg']['MainPageIconic'] */ ?
>
1795 #body_browse_foreigners {
1796 background
: <?php
echo $GLOBALS['cfg']['NaviBackground']; ?
>;
1797 margin
: 0.5em
0.5em
0 0.5em
;
1801 background
: <?php
echo $GLOBALS['cfg']['NaviBackground']; ?
>;
1811 border
: 0.1em solid black
;
1814 #bodythemes a:hover img {
1815 border
: 0.1em solid red
;
1818 #fieldset_select_fields {
1819 float: <?php
echo $left; ?
>;
1829 border
-top
: 0.1em solid silver
;
1830 text
-align
: <?php
echo $right; ?
>;
1835 #table_innodb_bufferpool_usage,
1836 #table_innodb_bufferpool_activity {
1837 float: <?php
echo $left; ?
>;
1840 #div_mysql_charset_collations table {
1841 float: <?php
echo $left; ?
>;
1844 .operations_half_width
{
1846 float: <?php
echo $left; ?
>;
1849 .operations_full_width
{
1854 #qbe_div_table_list {
1855 float: <?php
echo $left; ?
>;
1858 #qbe_div_sql_query {
1859 float: <?php
echo $left; ?
>;
1864 float: <?php
echo $left; ?
>;
1871 code
.sql
, div
.sqlvalidate
{
1880 background
: <?php
echo $GLOBALS['cfg']['BgOne']; ?
>;
1885 float: <?php
echo $left; ?
>;
1890 margin
-<?php
echo $left; ?
>: 60%
;
1892 padding
-<?php
echo $left; ?
>: 1em
;
1897 border
:1px solid
#999;
1899 -moz
-border
-radius
:4px
;
1900 -webkit
-border
-radius
:4px
;
1902 -moz
-box
-shadow
:2px
2px
5px
#ccc;
1903 -webkit
-box
-shadow
:2px
2px
5px
#ccc;
1904 box
-shadow
:3px
3px
10px
#ddd;
1906 padding
-bottom
: 1em
;
1910 background
-color
: #bbb;
1911 padding
: 0.1em
0.3em
;
1916 text
-shadow
:0 1px
0 #777;
1917 -moz
-box
-shadow
: 1px
1px
15px
#999 inset;
1918 -webkit
-box
-shadow
: 1px
1px
15px
#999 inset;
1919 box
-shadow
: 1px
1px
15px
#999 inset;
1923 padding
: 0 0 0 0.5em
;
1924 display
: inline
-block
;
1928 textarea
#partitiondefinition {
1932 /* for elements that should be revealed only via js */
1938 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_host
.png
);
1942 list-style
-image
: none
;
1946 * Progress bar styles
1948 div
.upload_progress_bar_outer
1950 border
: 1px solid black
;
1954 div
.upload_progress_bar_inner
1956 background
-color
: <?php
echo $GLOBALS['cfg']['NaviBackground']; ?
>;
1962 table
#serverconnection_src_remote,
1963 table
#serverconnection_trg_remote,
1964 table
#serverconnection_src_local,
1965 table
#serverconnection_trg_local {
1969 * Validation error message styles
1971 input
[type
=text
].invalid_value
,
1977 * Ajax notification styling
1979 .ajax_notification
{
1980 top
: 0; /** The notification needs to be shown on the top of the page */
1986 padding
: 5px
; /** Keep a little space on the sides of the text */
1989 z
-index
: 1100; /** If this is not kept at a high z-index, the jQueryUI modal dialogs (z-index:1000) might hide this */
1994 background
-image
: url(./themes
/pmahomme
/img
/ajax_clock_small
.gif
);
1995 background
-repeat
: no
-repeat
;
1996 background
-position
: 2%
;
1997 border
:1px solid
#e2b709;
2000 /* additional styles */
2002 margin
-top
:200px
;background
:#ffe57e;
2004 -moz
-border
-radius
:5px
;
2005 -webkit
-border
-radius
:5px
;
2006 box
-shadow
: 0 5px
90px
#888;
2007 -moz
-box
-shadow
: 0 5px
90px
#888;
2008 -webkit
-box
-shadow
: 0 5px
90px
#888;
2012 /** Need this parent to properly center the notification division */
2017 * Export and Import styles
2020 .exportoptions h3
, .importoptions h3
{
2021 border
-bottom
: 1px
#999999 solid;
2025 .exportoptions ul
, .importoptions ul
, .format_specific_options ul
{
2026 list-style
-type
: none
;
2027 margin
-bottom
: 15px
;
2030 .exportoptions li
, .importoptions li
{
2033 .exportoptions label
, .importoptions label
, .exportoptions p
, .importoptions p
{
2038 #csv_options label.desc, #ldi_options label.desc, #latex_options label.desc, #output label.desc{
2043 .exportoptions
, .importoptions
{
2044 margin
: 20px
30px
30px
10px
2047 .exportoptions
#buttonGo, .importoptions #buttonGo {
2050 border
: 1px solid
#aaa;
2053 text
-decoration
: none
;
2056 border
-radius
: 12px
;
2057 -webkit
-border
-radius
: 12px
;
2058 -moz
-border
-radius
: 12px
;
2060 text
-shadow
: 0 1px
0 #fff;
2062 background
-image
: url(./themes
/svg_gradient
.php?from
=ffffff
&to
=cccccc
);
2063 background
-size
: 100%
100%
;
2064 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#ffffff), to(#cccccc));
2065 background
: -moz
-linear
-gradient(top
, #ffffff, #cccccc);
2066 background
: -o
-linear
-gradient(top
, #ffffff, #cccccc);
2067 <?php
echo PMA_ieFilter('#ffffff', '#cccccc'); ?
>
2071 background
-image
: url(./themes
/svg_gradient
.php?from
=cccccc
&to
=dddddd
);
2072 background
-size
: 100%
100%
;
2073 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#cccccc), to(#dddddd));
2074 background
: -moz
-linear
-gradient(top
, #cccccc, #dddddd);
2075 background
: -o
-linear
-gradient(top
, #cccccc, #dddddd);
2076 <?php
echo PMA_ieFilter('#cccccc', '#dddddd'); ?
>
2079 .format_specific_options h3
{
2080 margin
: 10px
0 0 10px
;
2084 .format_specific_options
{
2085 border
: 1px solid
#999999;
2095 * Export styles only
2097 select
#db_select, select#table_select {
2101 .export_sub_options
{
2102 margin
: 20px
0 0 30px
;
2105 .export_sub_options h4
{
2106 border
-bottom
: 1px
#999999 solid;
2109 .export_sub_options li
.subgroup
{
2110 display
: inline
-block
;
2114 .export_sub_options li
{
2118 #quick_or_custom, #output_quick_export {
2122 * Import styles only
2125 .importoptions
#import_notification {
2130 input
#input_import_file {
2135 margin
: 5px
0 5px
0;
2139 * GIS data editor styles
2141 a
.close_gis_editor
{
2148 _position
: absolute
; /* hack for IE */
2158 #gis_data_textarea {
2163 background
: #D0DCE0;
2168 #gis_data_editor .choice {
2172 #gis_data_editor input[type="text"] {
2177 * ENUM/SET editor styles
2187 _position
: absolute
; /* hack for IE */
2193 #enum_editor_no_js {
2197 #enum_editor, #enum_editor_no_js {
2198 background
: #D0DCE0;
2205 _position
: absolute
; /* hack for IE6 */
2215 a
.close_enum_editor
{
2219 #enum_editor #values, #enum_editor_no_js #values {
2224 #enum_editor #values input, #enum_editor_no_js #values input {
2232 #enum_editor_output {
2237 * Table structure styles
2239 .structure_actions_dropdown
{
2246 border
:1px solid
#aaa;
2247 -moz
-box
-shadow
: 0 3px
3px
#ddd;
2249 .structure_actions_dropdown span
{display
:block
;}
2250 .structure_actions_dropdown span
:hover
{background
:#ddd;}
2253 white
-space
: nowrap
;
2261 filter
: alpha(opacity
=0);
2265 .config
-form ul
.tabs
{
2266 margin
: 1.1em
0.2em
0;
2267 padding
: 0 0 0.3em
0;
2272 .config
-form ul
.tabs li
{
2273 float: <?php
echo $left; ?
>;
2276 .config
-form ul
.tabs li a
{
2278 margin
: 0.1em
0.2em
0;
2279 white
-space
: nowrap
;
2280 text
-decoration
: none
;
2281 border
: 1px solid
<?php
echo $GLOBALS['cfg']['BgTwo']; ?
>;
2282 border
-bottom
: none
;
2285 .config
-form ul
.tabs li a
{
2287 -moz
-border
-radius
:5px
5px
0 0;
2288 -webkit
-border
-radius
:5px
5px
0 0;
2289 border
-radius
:5px
5px
0 0;
2292 text
-shadow
: 0 1px
0 #fff;
2295 .config
-form ul
.tabs li a
:hover
,
2296 .config
-form ul
.tabs li a
:active
{
2300 .config
-form ul
.tabs li a
.active
{
2301 background
-color
: #fff;
2307 .config
-form fieldset
{
2311 /*border-color: <?php echo $GLOBALS['cfg']['BgTwo']; ?>;*/
2314 .config
-form legend
{
2318 .config
-form fieldset p
{
2325 .config
-form fieldset
.errors
{ /* form error list */
2326 margin
: 0 -2px
1em
-2px
;
2327 padding
: 0.5em
1.5em
;
2328 background
: #FBEAD9;
2329 border
: 0 #C83838 solid;
2330 border
-width
: 1px
0;
2332 font
-family
: sans
-serif
;
2336 .config
-form fieldset
.inline_errors
{ /* field error list */
2337 margin
: 0.3em
0.3em
0.3em
0;
2344 .config
-form fieldset th
{
2345 padding
: 0.3em
0.3em
0.3em
0.5em
;
2347 vertical
-align
: top
;
2349 background
: transparent
;
2352 .config
-form fieldset
.doc
, .config
-form fieldset
.disabled
-notice
{
2356 .config
-form fieldset
.disabled
-notice
{
2358 text
-transform
: uppercase
;
2363 .config
-form fieldset td
{
2365 padding
-bottom
: 0.3em
;
2366 vertical
-align
: top
;
2369 .config
-form fieldset th small
{
2371 font
-weight
: normal
;
2372 font
-family
: sans
-serif
;
2377 .config
-form fieldset th
, .config
-form fieldset td
{
2378 border
-top
: 1px
<?php
echo $GLOBALS['cfg']['BgTwo']; ?
> solid
;
2382 fieldset
.group
-header th
{
2383 background
: <?php
echo $GLOBALS['cfg']['BgTwo']; ?
>;
2386 fieldset
.group
-header + tr th
{
2390 fieldset
.group
-field
-1 th
, fieldset
.group
-header
-2 th
{
2391 padding
-left
: 1.5em
;
2394 fieldset
.group
-field
-2 th
, fieldset
.group
-header
-3 th
{
2398 fieldset
.group
-field
-3 th
{
2399 padding
-left
: 4.5em
;
2402 fieldset
.disabled
-field th
,
2403 fieldset
.disabled
-field th small
,
2404 fieldset
.disabled
-field td
{
2406 background
-color
: #ddd;
2409 .config
-form
.lastrow
{
2410 border
-top
: 1px
#000 solid;
2413 .config
-form
.lastrow
{
2414 background
: <?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;;
2419 .config
-form
.lastrow input
{
2425 .config
-form span
.checkbox
{
2427 display
: inline
-block
;
2430 .config
-form
.custom
{ /* customized field */
2434 .config
-form span
.checkbox
.custom
{
2436 border
: 1px
#EDEC90 solid;
2440 .config
-form
.field
-error
{
2441 border
-color
: #A11 !important;
2444 .config
-form input
[type
="text"],
2445 .config
-form select
,
2446 .config
-form textarea
{
2447 border
: 1px
#A7A6AA solid;
2451 .config
-form input
[type
="text"]:focus
,
2452 .config
-form select
:focus
,
2453 .config
-form textarea
:focus
{
2454 border
: 1px
#6676FF solid;
2455 background
: #F7FBFF;
2458 .config
-form
.field
-comment
-mark
{
2467 .config
-form
.field
-comment
-warning
{
2476 .config
-form dd
:before
{
2480 .click
-hide
-message
{
2485 margin
-<?php
echo $left; ?
>: 2em
;
2489 margin
-bottom
: 0.5em
;
2493 vertical
-align
: middle
;
2496 .rte_table tr td
:nth
-child(1) {
2500 .rte_table input
, .rte_table select
, .rte_table textarea
{
2503 box
-sizing
: border
-box
;
2504 -ms
-box
-sizing
: border
-box
;
2505 -moz
-box
-sizing
: border
-box
;
2506 -webkit
-box
-sizing
: border
-box
;
2509 .rte_table
.routine_params_table
{
2513 #placeholder .button {
2518 #placeholder div.button {
2521 background
-color
: #eee;
2526 float: <?php
echo $left; ?
>;
2527 margin
-bottom
: 1.5em
;
2534 line
-height
: 1.55em
;
2537 border
-right
: 0.1em solid
#888;
2538 border
-left
: 0.1em solid
#888;
2539 -webkit
-border
-radius
: 0.3em
;
2540 -moz
-border
-radius
: 0.3em
;
2541 border
-radius
: 0.3em
;
2543 .toggleButton table
,
2549 .toggleButton
.container
{
2552 .toggleButton
.toggleOn
{
2555 text
-shadow
: 0 0 0.2em
#000;
2557 .toggleButton
.toggleOff
{
2561 .doubleFieldset fieldset
{
2563 float: <?php
echo $left; ?
>;
2566 .doubleFieldset fieldset
.left
{
2567 margin
-<?php
echo $right; ?
>: 1%
;
2569 .doubleFieldset fieldset
.right
{
2570 margin
-<?php
echo $left; ?
>: 1%
;
2572 .doubleFieldset legend
{
2573 margin
-<?php
echo $left; ?
>: 1.5em
;
2575 .doubleFieldset div
.wrap
{
2579 #table_columns input, #table_columns select {
2581 box
-sizing
: border
-box
;
2582 -ms
-box
-sizing
: border
-box
;
2583 -moz
-box
-sizing
: border
-box
;
2584 -webkit
-box
-sizing
: border
-box
;
2587 #table_columns select {
2593 border
: 1px solid
#aaa;
2602 #placeholder .button {
2642 vertical
-align
: middle
;
2653 vertical
-align
: bottom
;
2657 .gis_table
.button
{
2658 text
-align
: <?php
echo $right; ?
>;
2661 .gis_table
.choice
{
2667 font
-family
: monospace
;
2669 border
: 1px solid black
;
2672 .CodeMirror
-scroll
{
2674 height
: <?php
echo ceil($GLOBALS['cfg']['TextareaRows'] * 1.2); ?
>em
;
2677 .CodeMirror
-gutter
{
2678 position
: absolute
; left
: 0; top
: 0;
2679 background
-color
: #f7f7f7;
2680 border
-right
: 1px solid
#eee;
2684 .CodeMirror
-gutter
-text
{
2687 padding
: .4em
.2em
.4em
.4em
;
2694 -moz
-border
-radius
: 0;
2695 -webkit
-border
-radius
: 0;
2696 -o
-border
-radius
: 0;
2698 border
-width
: 0; margin
: 0; padding
: 0; background
: transparent
;
2699 font
-family
: inherit
;
2701 padding
: 0; margin
: 0;
2704 .CodeMirror textarea
{
2705 font
-family
: inherit
!important
;
2706 font
-size
: inherit
!important
;
2709 .CodeMirror
-cursor
{
2713 border
-left
: 1px solid black
!important
;
2715 .CodeMirror
-focused
.CodeMirror
-cursor
{
2716 visibility
: visible
;
2719 span
.CodeMirror
-selected
{
2720 background
: #ccc !important;
2721 color
: HighlightText
!important
;
2723 .CodeMirror
-focused span
.CodeMirror
-selected
{
2724 background
: Highlight
!important
;
2727 .CodeMirror
-matchingbracket
{color
: #0f0 !important;}
2728 .CodeMirror
-nonmatchingbracket
{color
: #f22 !important;}
2730 span
.cm
-keyword
, span
.cm
-statement
-verb
{
2731 color
: <?php
echo $GLOBALS['cfg']['SQP']['fmtColor']['alpha_reservedWord']; ?
>;
2734 color
: <?php
echo $GLOBALS['cfg']['SQP']['fmtColor']['alpha_identifier']; ?
>;
2737 color
: <?php
echo $GLOBALS['cfg']['SQP']['fmtColor']['comment']; ?
>;
2739 span
.cm
-mysql
-string {
2740 color
: <?php
echo $GLOBALS['cfg']['SQP']['fmtColor']['quote']; ?
>;
2743 color
: <?php
echo $GLOBALS['cfg']['SQP']['fmtColor']['punct']; ?
>;
2745 span
.cm
-mysql
-word
{
2746 color
: <?php
echo $GLOBALS['cfg']['SQP']['fmtColor']['alpha']; ?
>;
2749 color
: <?php
echo $GLOBALS['cfg']['SQP']['fmtColor']['alpha_functionName']; ?
>;
2751 span
.cm
-variable
-2 {
2752 color
: <?php
echo $GLOBALS['cfg']['SQP']['fmtColor']['alpha_columnType']; ?
>;
2754 span
.cm
-variable
-3 {
2755 color
: <?php
echo $GLOBALS['cfg']['SQP']['fmtColor']['alpha_columnAttrib']; ?
>;
2758 color
: <?php
echo $GLOBALS['cfg']['SQP']['fmtColor']['punct']; ?
>;
2761 color
: <?php
echo $GLOBALS['cfg']['SQP']['fmtColor']['digit_integer']; ?
>;
2765 border
-right
: 1px solid
#FFF;
2777 .pma_table th
.draggable span
, .pma_table tbody td span
{
2793 text
-shadow
: -1px
-1px
#000;
2795 -moz
-box
-shadow
: 0 0 0.7em
#000;
2796 -webkit
-box
-shadow
: 0 0 0.7em
#000;
2797 box
-shadow
: 0 0 0.7em
#000;
2798 -moz
-border
-radius
: 0.3em
;
2799 -webkit
-border
-radius
: 0.3em
;
2800 border
-radius
: 0.3em
;
2804 background
: url(./themes
/pmahomme
/img
/col_pointer
.png
);
2806 margin
-left
: -5px
; /* must be minus half of its width */
2813 background
: #333 !important;
2814 opacity
: 0.8 !important
;
2815 border
:1px solid
#000 !important;
2816 -moz
-border
-radius
: 0.3em
!important
;
2817 -webkit
-border
-radius
: 0.3em
!important
;
2818 border
-radius
: 0.3em
!important
;
2819 text
-shadow
: -1px
-1px
#000 !important;
2820 font
-size
: 0.8em
!important
;
2821 font
-weight
: bold
!important
;
2825 background
: none
!important
;
2826 color
: #FFF !important;
2829 .normalqTipContent
{
2830 padding
: 1px
3px
!important
;
2834 background
: #EEE url(./themes/pmahomme/img/col_hide.png);
2845 background
-color
: #AAA;
2855 background
: url(./themes
/pmahomme
/img
/col_drop
.png
);
2864 .coldrop
:hover
, .coldrop
-hover
{
2865 background
-color
: #999;
2870 border
: solid
1px
#999;
2872 -moz
-box
-shadow
: 0 0.2em
0.5em
#333;
2873 -webkit
-box
-shadow
: 0 0.2em
0.5em
#333;
2874 box
-shadow
: 0 0.2em
0.5em
#333;
2878 padding
: 0.2em
0.5em
0.2em
0.2em
;
2881 .cList
.lDiv div
:hover
{
2886 .cList
.lDiv div input
{
2891 border
-bottom
: solid
1px
#999;
2892 border
-top
: solid
1px
#999;
2896 padding
: 0.35em
1em
;
2900 .showAllColBtn
:hover
{
2908 -webkit
-border
-radius
: 5px
;
2909 -moz
-border
-radius
: 5px
;
2911 background
-image
: url(./themes
/svg_gradient
.php?from
=eeeeee
&to
=cccccc
);
2912 background
-size
: 100%
100%
;
2913 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#eeeeee), to(#cccccc));
2914 background
: -moz
-linear
-gradient(top
, #eeeeee, #cccccc);
2915 background
: -o
-linear
-gradient(top
, #eeeeee, #cccccc);
2916 <?php
echo PMA_ieFilter('#eeeeee', '#cccccc'); ?
>
2922 vertical
-align
: middle
;
2923 white
-space
: nowrap
;
2926 .navigation_separator
{
2928 display
: inline
-block
;
2933 text
-shadow
: 1px
0 #FFF;
2936 .navigation input
[type
=submit
] {
2941 padding
: 0.8em
0.5em
;
2944 -webkit
-border
-radius
: 0;
2945 -moz
-border
-radius
: 0;
2948 .navigation input
[type
=submit
]:hover
, .navigation input
.edit_mode_active
{
2953 background
-image
: url(./themes
/svg_gradient
.php?from
=333333&to
=555555);
2954 background
-size
: 100%
100%
;
2955 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#333333), to(#555555));
2956 background
: -moz
-linear
-gradient(top
, #333333, #555555);
2957 background
: -o
-linear
-gradient(top
, #333333, #555555);
2958 <?php
echo PMA_ieFilter('#333333', '#555555'); ?
>
2961 .navigation select
{
2971 .cEdit input
[type
=text
] {
2980 border
: 1px solid
#999;
2982 padding
: 0.3em
0.5em
;
2985 .cEdit
.edit_area select
, .cEdit
.edit_area textarea
{
2989 .cEdit
.cell_edit_hint
{
2992 margin
: 0.3em
0.2em
;
3000 .cEdit
.edit_box_posting
{
3001 background
: #FFF url(./themes/pmahomme/img/ajax_clock_small.gif) no-repeat right center;
3002 padding
-right
: 1.5em
;
3005 .cEdit
.edit_area_loading
{
3006 background
: #FFF url(./themes/pmahomme/img/ajax_clock_small.gif) no-repeat center;
3013 padding
: 0.2em
0.3em
;
3016 .saving_edited_data
{
3017 background
: url(./themes
/pmahomme
/img
/ajax_clock_small
.gif
) no
-repeat left
;
3021 /* css for timepicker */
3022 .ui
-timepicker
-div
.ui
-widget
-header
{ margin
-bottom
: 8px
; }
3023 .ui
-timepicker
-div dl
{ text
-align
: left
; }
3024 .ui
-timepicker
-div dl dt
{ height
: 25px
; }
3025 .ui
-timepicker
-div dl dd
{ margin
: -25px
0 10px
65px
; }
3026 .ui
-timepicker
-div td
{ font
-size
: 90%
; }
3030 background
-color
: #A6C7E1;
3035 background
-color
: #FFFFFF;
3040 display
: inline
-block
;
3046 behavior
: url(#default#VML);
3050 background
-color
: #FFFFFF;
3052 border
-collapse
: collapse
;
3053 border
: 1px solid
#AAAAAA;
3055 -moz
-user
-select
: none
;
3059 background
-image
: url(images
/Header
.png
);
3060 background
-repeat
: repeat
-x
;
3068 background
-image
: url(images
/Header_Linked
.png
);
3069 background
-repeat
: repeat
-x
;
3077 background
: #FFFFFF;
3083 background
-color
: #CCFFCC;
3085 background
-repeat
: repeat
-x
;
3090 background
-color
: #FFE6E6; /*#DDEEFF*/
3096 white
-space
: nowrap
;
3098 background
-color
: #99FF99;
3103 border
: #00CC66 solid 1px;
3116 white
-space
: nowrap
;
3117 text
-decoration
: none
;
3122 background
-color
: #FFFFFF;
3123 background
-image
: url(images
/left_panel_butt
.png
);
3124 border
: #CCCCCC solid 1px;
3130 background
: #FFEE99;
3133 white
-space
: nowrap
;
3134 text
-decoration
: none
;
3135 border
: #9999FF solid 1px;
3140 font
-weight
: normal
;
3151 vertical
-align
: top
;
3157 background
-image
: url(images
/Header
.png
);
3158 background
-repeat
: repeat
-x
;
3162 vertical
-align
: top
;
3163 background
-color
: #0064ea;
3165 background
-image
: url(images
/small_tab
.png
);
3172 text
-decoration
: none
;
3176 vertical
-align
: top
;
3178 background
-color
: #FF9966;
3185 text
-decoration
: none
;
3189 background
-image
: url(images
/Header
.png
);
3190 background
-repeat
: repeat
-x
;
3196 vertical
-align
: top
;
3198 background
-color
: #FF9966;
3203 text
-decoration
: none
;
3207 border
: #4477aa solid 1px;
3211 background
-color
: #FFFFFF;
3213 vertical
-align
: baseline
;
3218 text
-decoration
: none
;
3219 background
-color
: #ffffff;
3221 vertical
-align
: middle
;
3227 border
: #0099CC solid 1px;
3228 background
: #FFEE99;
3229 text
-decoration
: none
;
3234 /* ---------------------------------------------------------------------------*/
3241 background
: url(images
/1.png
) no
-repeat right bottom
;
3245 background
: url(images
/2.png
) no
-repeat left bottom
;
3249 background
: url(images
/3.png
) no
-repeat left top
;
3253 background
: url(images
/4.png
) no
-repeat right top
;
3257 background
: url(images
/5.png
) repeat
-x center bottom
;
3261 background
: url(images
/6.png
) repeat
-y left
;
3265 background
: url(images
/7.png
) repeat
-x top
;
3269 background
: url(images
/8.png
) repeat
-y right
;
3273 background
-color
: #FFFFFF;
3275 border
: #A9A9A9 solid 1px;
3279 background
-color
: #EAEEF0;
3285 background
-image
: url(images
/top_panel
.png
);
3286 background
-position
: top
;
3287 background
-repeat
: repeat
-x
;
3288 border
-right
: #999999 solid 1px;
3289 border
-left
: #999999 solid 1px;
3296 margin
: 3px
1px
4px
1px
;
3298 border
: 1px dotted
#ffffff;
3317 a
.M_butt_Selected_down_IE
,
3318 a
.M_butt_Selected_down
{
3319 border
: 1px solid
#C0C0BB;
3320 background
-color
: #99FF99;
3324 a
.M_butt_Selected_down_IE
:hover
,
3325 a
.M_butt_Selected_down
:hover
,
3327 border
: 1px solid
#0099CC;
3328 background
-color
: #FFEE99;
3336 background
-color
: #EAEEF0;
3337 border
: #999999 solid 1px;
3345 background
-color
: #CCFF99;
3347 border
: #009933 solid 1px;
3348 white
-space
: nowrap
;
3352 #layer_upd_relation {
3359 #layer_new_relation {
3376 background
-image
: url(../../images
/resize
.png
);
3388 border
:1px solid
#F5F5F5;
3391 padding
: 30px
170px
30px
30px
;
3398 text
-decoration
: none
;
3399 top
: 60px
; right
: 0;
3401 padding
: 10px
40px
10px
15px
;
3402 background
:#333333 url(images/plus.png) 85% 55% no-repeat;
3403 border
:1px solid
#444444;
3409 text
-decoration
: none
;
3410 top
: 60px
; right
: 0;
3412 padding
: 10px
40px
10px
15px
;
3413 background
:#fff696 url(images/plus.png) 85% 55% no-repeat;
3414 border
:1px solid
#999;
3419 background
:#222222 url(images/minus.png) 85% 55% no-repeat;
3423 a
.active
.trigger
:hover
{
3424 background
:#fff696 url(images/minus.png) 85% 55% no-repeat;
3429 background
-repeat
: repeat
-x
;
3432 padding
: 50 20 50 20px
;
3441 background
-image
: url(images
/Header
.png
);
3443 text
-decoration
: none
;
3450 background
-image
: url(images
/Header_Linked
.png
);
3454 background
-image
: url(images
/Header
.png
);
3455 background
-repeat
: repeat
-x
;
3457 background
-position
: left bottom
;
3463 border
-top
: 1px solid
#d6d6d6;
3471 .toggle_container
.block
{
3472 background
-color
: #DBE4E8;
3473 padding
:40 15 40 15px
; /*--Padding of Container--*/
3474 border
:1px solid
#999;
3480 background
-color
: #9999CC;
3485 background
-color
: #DBE4E8;
3495 background
-color
: #CCA;
3498 filter
: alpha(opacity
=50);
3510 border
: 1px solid black
;
3511 background
-color
: white
;
3527 border
-bottom
:4px solid
#3CF;
3528 background
-color
: #D0DCE0;
3536 background
-color
: #D3DCE3;
3540 font
-weight
: normal
;
3545 background
-color
: #D0DCE0;