2 /* vim: set expandtab sw=4 ts=4 sts=4: */
4 * main css file from theme Original
6 * @package phpMyAdmin-theme
10 // unplanned execution path
11 if (!defined('PMA_MINIMUM_COMMON')) {
15 function PMA_ieFilter($start_color, $end_color)
17 return PMA_USR_BROWSER_AGENT
== 'IE' && PMA_USR_BROWSER_VER
>= 6 && PMA_USR_BROWSER_VER
<= 8
18 ?
'filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="' . $start_color . '", endColorstr="' . $end_color . '");'
22 /******************************************************************************/
25 font
-size
: <?php
echo (null !== $GLOBALS['PMA_Config']->get('fontsize') ?
$GLOBALS['PMA_Config']->get('fontsize') : (
26 isset($_COOKIE['pma_fontsize']) ?
$_COOKIE['pma_fontsize'] : '82%'));?
>;
29 input
, select
, textarea
{
34 <?php
if (! empty($GLOBALS['cfg']['FontFamily'])) { ?
>
35 font
-family
: <?php
echo $GLOBALS['cfg']['FontFamily']; ?
>;
39 color
: <?php
echo $GLOBALS['cfg']['MainColor']; ?
>;
40 background
: <?php
echo $GLOBALS['cfg']['MainBackground']; ?
>;
43 <?php
if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) { ?
>
44 textarea
, tt
, pre
, code
{
45 font
-family
: <?php
echo $GLOBALS['cfg']['FontFamilyFixed']; ?
>;
65 text
-decoration
: none
;
71 text
-decoration
: underline
;
86 color
: <?php
echo $GLOBALS['cfg']['ThColor']; ?
>;
87 background
: <?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;
95 color
: <?php
echo $GLOBALS['cfg']['MainColor']; ?
>;
96 background
-color
: <?php
echo $GLOBALS['cfg']['MainColor']; ?
>;
109 height
: <?php
echo ceil($GLOBALS['cfg']['TextareaRows'] * 1.2); ?
>em
;
114 border
: <?php
echo $GLOBALS['cfg']['MainColor']; ?
> solid
1px
;
116 background
: <?php
echo $GLOBALS['cfg']['BgOne']; ?
>;
126 background
-color
: <?php
echo 'OPERA' != PMA_USR_BROWSER_AGENT ?
'transparent' : $GLOBALS['cfg']['BgOne']; ?
>;
129 /* buttons in some browsers (eg. Konqueror) are block elements,
130 this breaks design */
138 padding
: 0.1em
0.5em
0.1em
0.5em
;
147 vertical
-align
: middle
;
151 /******************************************************************************/
154 border
: 1px solid
#000000;
159 fieldset
.tblFooters
{
161 margin
-bottom
: 0.5em
;
162 /* avoid a thick line since this should be used under another fieldset */
164 text
-align
: <?php
echo $right; ?
>;
176 fieldset
.formelement
{
177 float: <?php
echo $left; ?
>;
178 margin
-<?php
echo $right; ?
>: 0.5em
;
183 /* revert for Gecko */
184 fieldset div
[class=formelement
] {
190 background
-color
: transparent
;
193 /* odd items 1,3,5,7,... */
196 background
: <?php
echo $GLOBALS['cfg']['BgOne']; ?
>;
199 /* even items 2,4,6,8,... */
202 background
: <?php
echo $GLOBALS['cfg']['BgTwo']; ?
>;
205 /* odd table rows 1,3,5,7,... */
210 text
-align
: <?php
echo $left; ?
>;
213 <?php
if ($GLOBALS['cfg']['BrowseMarkerEnable']) { ?
>
214 /* marked table rows */
219 background
: <?php
echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?
>;
220 color
: <?php
echo $GLOBALS['cfg']['BrowseMarkerColor']; ?
>;
224 <?php
if ($GLOBALS['cfg']['BrowsePointerEnable']) { ?
>
229 .structure_actions_dropdown
{
230 background
: <?php
echo $GLOBALS['cfg']['BrowsePointerBackground']; ?
>;
231 color
: <?php
echo $GLOBALS['cfg']['BrowsePointerColor']; ?
>;
234 /* hovered table rows */
235 table tr
.odd
:hover th
,
236 table tr
.even
:hover th
,
238 background
: <?php
echo $GLOBALS['cfg']['BrowsePointerBackground']; ?
>;
239 color
: <?php
echo $GLOBALS['cfg']['BrowsePointerColor']; ?
>;
244 * marks table rows/cells if the db field is in a where condition
250 border
: 1px solid
<?php
echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?
>;
254 * cells with the value NULL
258 text
-align
: <?php
echo $right; ?
>;
262 text
-align
: <?php
echo $right; ?
>;
265 /* IE doesnt handles 'pre' right */
266 table
[class=value
] {
271 <?php
if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) { ?
>
273 font
-family
: <?php
echo $GLOBALS['cfg']['FontFamilyFixed']; ?
>;
292 background
-color
: #FFFFFF;
294 border
: 1px solid
#000000;
309 border
: 1px dashed
#000000;
318 text
-decoration
: none
;
319 border
-bottom
:1px dotted black
;
333 .syntax_digit_integer
{
336 .syntax_digit_float
{
345 .syntax_alpha_columnType
{
346 text
-transform
: uppercase
;
349 .syntax_alpha_columnAttrib
{
350 text
-transform
: uppercase
;
353 .syntax_alpha_reservedWord
{
354 text
-transform
: uppercase
;
358 .syntax_alpha_functionName
{
359 text
-transform
: uppercase
;
362 .syntax_alpha_identifier
{
365 .syntax_alpha_charset
{
368 .syntax_alpha_variable
{
375 .syntax_quote_backtick
{
378 /* leave some space between icons and text */
379 .icon
, img
.footnotemarker
{
380 vertical
-align
: middle
;
389 /* no extra space in table cells */
395 margin
-<?php
echo $right; ?
>: 0.3em
;
396 margin
-<?php
echo $left; ?
>: 0.6em
;
399 /* message boxes: warning, error, confirmation */
404 border
-bottom
: 2px solid
;
406 text
-align
: <?php
echo $left; ?
>;
417 <?php
if ($GLOBALS['cfg']['ErrorIconic']) { ?
>
418 background
-repeat
: no
-repeat
;
419 <?php
if ($GLOBALS['text_dir'] === 'ltr') { ?
>
420 background
-position
: 10px
50%
;
421 padding
: 0.1em
0.1em
0.1em
36px
;
423 background
-position
: 99%
50%
;
424 padding
: 10px
5%
10px
10px
;
433 background
-color
: #f0fff0;
437 border
-color
: #00FF00;
438 <?php
if ($GLOBALS['cfg']['ErrorIconic']) { ?
>
439 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_success
.png
);
440 background
-repeat
: no
-repeat
;
441 <?php
if ($GLOBALS['text_dir'] === 'ltr') { ?
>
442 background
-position
: 5px
50%
;
443 padding
: 0.2em
0.2em
0.2em
25px
;
445 background
-position
: 97%
50%
;
446 padding
: 0.2em
25px
0.2em
0.2em
;
451 border
-color
: #00FF00;
454 .notice
, .footnotes
{
456 background
-color
: #FFFFDD;
461 border
-color
: #FFD700;
462 <?php
if ($GLOBALS['cfg']['ErrorIconic']) { ?
>
463 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_notice
.png
);
464 background
-repeat
: no
-repeat
;
465 <?php
if ($GLOBALS['text_dir'] === 'ltr') { ?
>
466 background
-position
: 5px
50%
;
467 padding
: 0.2em
0.2em
0.2em
25px
;
469 background
-position
: 97%
50%
;
470 padding
: 0.2em
25px
0.2em
0.2em
;
475 border
-color
: #FFD700;
480 background
-color
: #FFFFCC;
485 border
-color
: #CC0000;
486 <?php
if ($GLOBALS['cfg']['ErrorIconic']) { ?
>
487 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_warn
.png
);
488 background
-repeat
: no
-repeat
;
489 <?php
if ($GLOBALS['text_dir'] === 'ltr') { ?
>
490 background
-position
: 5px
50%
;
491 padding
: 0.2em
0.2em
0.2em
25px
;
493 background
-position
: 97%
50%
;
494 padding
: 0.2em
25px
0.2em
0.2em
;
499 border
-color
: #cc0000;
503 background
-color
: #FFFFCC;
509 border
-color
: #ff0000;
510 <?php
if ($GLOBALS['cfg']['ErrorIconic']) { ?
>
511 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_error
.png
);
512 background
-repeat
: no
-repeat
;
513 <?php
if ($GLOBALS['text_dir'] === 'ltr') { ?
>
514 background
-position
: 5px
50%
;
515 padding
: 0.2em
0.2em
0.2em
25px
;
517 background
-position
: 97%
50%
;
518 padding
: 0.2em
25px
0.2em
0.2em
;
523 border
-color
: #ff0000;
527 background
-color
: #FFFFCC;
529 fieldset
.confirmation
{
530 border
: 0.1em solid
#FF0000;
532 fieldset
.confirmation legend
{
533 border
-left
: 0.1em solid
#FF0000;
534 border
-right
: 0.1em solid
#FF0000;
536 <?php
if ($GLOBALS['cfg']['ErrorIconic']) { ?
>
537 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_really
.png
);
538 background
-repeat
: no
-repeat
;
539 <?php
if ($GLOBALS['text_dir'] === 'ltr') { ?
>
540 background
-position
: 5px
50%
;
541 padding
: 0.2em
0.2em
0.2em
25px
;
543 background
-position
: 97%
50%
;
544 padding
: 0.2em
25px
0.2em
0.2em
;
548 /* end messageboxes */
559 color
: <?php
echo $GLOBALS['cfg']['ThColor']; ?
>;
560 background
: <?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;
566 color
: <?php
echo $GLOBALS['cfg']['ThColor']; ?
>;
567 background
: <?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;
571 .tblHeaders a
:active
,
572 .tblHeaders a
:visited
,
577 .tblFooters a
:active
,
578 .tblFooters a
:visited
{
584 .tblFooters a
:hover
{
588 /* forbidden, no privilegs */
598 .disabled a
:visited
{
604 text
-decoration
: none
;
609 background
-color
: #cccccc;
620 body
.loginform a
.logo
{
629 body
.loginform div
.container
{
630 text
-align
: <?php
echo $left; ?
>;
636 float: <?php
echo $left; ?
>;
642 border
-bottom
: 1px dashed black
;
649 /******************************************************************************/
650 /* specific elements */
653 ul
#topmenu, ul#topmenu2, ul.tabs {
655 list-style
-type
: none
;
661 margin
: 0.25em
0.5em
0;
666 ul
#topmenu li, ul#topmenu2 li {
667 float: <?php
echo $left; ?
>;
670 vertical
-align
: middle
;
673 #topmenu img, #topmenu2 img {
674 vertical
-align
: middle
;
675 margin
-<?php
echo $right; ?
>: 0.1em
;
678 /* default tab styles */
679 ul
#topmenu a, ul#topmenu span {
691 ul
#topmenu .submenu {
704 list-style
-type
: none
;
706 border
: 1px
#666 solid;
709 ul
#topmenu li:hover ul, ul#topmenu .submenuhover ul {
725 ul
#topmenu span.tab {
729 /* disabled drop/empty tabs */
730 ul
#topmenu span.tabcaution {
734 /* enabled drop/empty tabs */
735 ul
#topmenu a.tabcaution {
738 ul
#topmenu a.tabcaution:hover {
740 background
-color
: #FF0000;
745 fieldset
.caution a
:hover
{
747 background
-color
: #FF0000;
750 <?php
if ($GLOBALS['cfg']['LightTabs']) { ?
>
752 ul
#topmenu a.tabactive, ul#topmenu2 a.tabactive {
757 background
: <?php
echo $GLOBALS['cfg']['MainBackground']; ?
>;
762 padding
: 0.1em
0.3em
0.1em
0.3em
;
766 -moz
-box
-shadow
: 2px
2px
3px
#666;
767 -webkit
-box
-shadow
: 2px
2px
3px
#666;
768 box
-shadow
: 2px
2px
3px
#666;
772 border
-bottom
: 1pt solid black
;
775 /* default tab styles */
776 ul
#topmenu a, ul#topmenu span {
777 background
-color
: <?php
echo $GLOBALS['cfg']['BgOne']; ?
>;
778 border
: 0 solid
<?php
echo $GLOBALS['cfg']['BgTwo']; ?
>;
779 border
-width
: 1pt
1pt
0 1pt
;
780 -moz
-border
-radius
: 0.4em
0.4em
0 0;
781 border
-radius
: 0.4em
0.4em
0 0;
785 border
-width
: 1pt
0 0 0;
786 -moz
-border
-radius
: 0;
790 ul
#topmenu ul li:first-child a {
794 /* enabled hover/active tabs */
795 ul
#topmenu > li > a:hover,
796 ul
#topmenu > li > .tabactive {
799 text
-decoration
: none
;
802 ul
#topmenu ul a:hover,
803 ul
#topmenu ul .tabactive {
804 text
-decoration
: none
;
807 ul
#topmenu a.tab:hover,
808 ul
#topmenu .tabactive {
809 background
-color
: <?php
echo $GLOBALS['cfg']['MainBackground']; ?
>;
812 ul
#topmenu2 a.tab:hover,
813 ul
#topmenu2 a.tabactive {
814 background
-color
: <?php
echo $GLOBALS['cfg']['BgOne']; ?
>;
815 -moz
-border
-radius
: 0.3em
;
816 border
-radius
: 0.3em
;
817 text
-decoration
: none
;
820 /* to be able to cancel the bottom border, use <li class="active"> */
821 ul
#topmenu > li.active {
822 border
-bottom
: 1pt solid
<?php
echo $GLOBALS['cfg']['MainBackground']; ?
>;
825 /* disabled drop/empty tabs */
828 ul
#topmenu span.tabcaution {
829 cursor
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>error
.ico
), default;
842 table
.calendar td a
{
846 table
.calendar td a
:hover
{
847 background
-color
: #CCFFCC;
851 background
-color
: #D3DCE3;
854 table
.calendar td
.selected
{
855 background
-color
: #FFCC99;
868 div
#tablestatistics {
869 border
-bottom
: 0.1em solid
#669999;
870 margin
-bottom
: 0.5em
;
871 padding
-bottom
: 0.5em
;
874 div
#tablestatistics table {
875 float: <?php
echo $left; ?
>;
876 margin
-bottom
: 0.5em
;
877 margin
-<?php
echo $right; ?
>: 0.5em
;
880 div
#tablestatistics table caption {
881 margin
-<?php
echo $right; ?
>: 0.5em
;
883 /* END table stats */
886 /* server privileges */
888 #tablespecificuserrights td,
890 vertical
-align
: middle
;
892 /* END server privileges */
899 margin
-bottom
: 0.5em
;
906 #span_table_comment {
913 margin
: 0 0.1em
0 0.2em
;
920 font
-family
: "Courier New", Courier
, mono
;
931 background
-color
: #ffffcc;
933 border
: 0.1em solid
#000000;
937 /* user privileges */
938 #fieldset_add_user_login div.item {
939 border
-bottom
: 1px solid silver
;
940 padding
-bottom
: 0.3em
;
941 margin
-bottom
: 0.3em
;
944 #fieldset_add_user_login label {
945 float: <?php
echo $left; ?
>;
949 text
-align
: <?php
echo $right; ?
>;
950 padding
-<?php
echo $right; ?
>: 0.5em
;
953 #fieldset_add_user_login span.options #select_pred_username,
954 #fieldset_add_user_login span.options #select_pred_hostname,
955 #fieldset_add_user_login span.options #select_pred_password {
960 #fieldset_add_user_login span.options {
961 float: <?php
echo $left; ?
>;
965 padding
-<?php
echo $right; ?
>: 0.5em
;
968 #fieldset_add_user_login input {
970 clear
: <?php
echo $right; ?
>;
974 #fieldset_add_user_login span.options input {
978 #fieldset_user_priv div.item {
979 float: <?php
echo $left; ?
>;
984 #fieldset_user_priv div.item div.item {
988 #fieldset_user_priv div.item label {
992 #fieldset_user_priv div.item select {
996 #fieldset_user_global_rights fieldset {
997 float: <?php
echo $left; ?
>;
999 /* END user privileges */
1003 div
#serverstatus table caption a.top {
1004 float: <?php
echo $right; ?
>;
1007 div
#serverstatus div#serverstatusqueriesdetails table,
1008 div
#serverstatus table#serverstatustraffic,
1009 div
#serverstatus table#serverstatusconnections {
1010 float: <?php
echo $left; ?
>;
1013 #serverstatussection,
1017 div
#serverstatussection table {
1021 div
#serverstatussection table .name {
1024 div
#serverstatussection table .value {
1028 div
#serverstatus table tbody td.descr a,
1029 div
#serverstatus table .tblFooters a {
1030 white
-space
: nowrap
;
1032 div
#serverstatus div#statuslinks a:before,
1033 div
#serverstatus div#sectionlinks a:before,
1034 div
#serverstatus table tbody td.descr a:before,
1035 div
#serverstatus table .tblFooters a:before {
1038 div
#serverstatus div#statuslinks a:after,
1039 div
#serverstatus div#sectionlinks a:after,
1040 div
#serverstatus table tbody td.descr a:after,
1041 div
#serverstatus table .tblFooters a:after {
1044 /* end serverstatus */
1047 body
#bodyquerywindow {
1050 background
-image
: none
;
1051 background
-color
: #F5F5F5;
1054 div
#querywindowcontainer {
1060 div
#querywindowcontainer fieldset {
1063 /* END querywindow */
1068 div
#sqlquerycontainer {
1069 float: <?php
echo $left; ?
>;
1074 div
#tablefieldscontainer {
1075 float: <?php
echo $right; ?
>;
1080 div
#tablefieldscontainer select {
1089 textarea
#sql_query_edit{
1094 div
#queryboxcontainer div#bookmarkoptions {
1101 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>logo_right
.png
);
1102 background
-position
: <?php
echo $right; ?
> bottom
;
1103 background
-repeat
: no
-repeat
;
1106 #mysqlmaininformation,
1107 #pmamaininformation {
1108 float: <?php
echo $left; ?
>;
1113 list-style
-type
: disc
;
1114 vertical
-align
: middle
;
1123 <?php
if ($GLOBALS['cfg']['MainPageIconic']) { ?
>
1124 /* iconic view for ul items */
1125 li
#li_create_database {
1126 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_newdb
.png
);
1130 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_lang
.png
);
1133 li
#li_select_mysql_collation {
1134 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_asci
.png
);
1138 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_theme
.png
);
1142 /* list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_rights.png); */
1146 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_status
.png
);
1149 li
#li_mysql_variables{
1150 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_vars
.png
);
1153 li
#li_mysql_processes{
1154 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_process
.png
);
1157 li
#li_mysql_collations{
1158 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_asci
.png
);
1161 li
#li_mysql_engines{
1162 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_engine
.png
);
1165 li
#li_mysql_binlogs {
1166 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_tbl
.png
);
1169 li
#li_mysql_databases {
1170 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_db
.png
);
1174 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_export
.png
);
1178 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_import
.png
);
1181 li
#li_change_password {
1182 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_passwd
.png
);
1186 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_loggoff
.png
);
1189 li
#li_mysql_privilegs{
1190 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_rights
.png
);
1193 li
#li_switch_dbstats {
1194 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_dbstatistics
.png
);
1197 li
#li_flush_privileges {
1198 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_reload
.png
);
1201 li
#li_user_preferences {
1202 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_tblops
.png
);
1204 /* END iconic view for ul items */
1205 <?php
} /* end if $GLOBALS['cfg']['MainPageIconic'] */ ?
>
1208 #body_browse_foreigners {
1209 background
: <?php
echo $GLOBALS['cfg']['NaviBackground']; ?
>;
1210 margin
: 0.5em
0.5em
0 0.5em
;
1214 background
: <?php
echo $GLOBALS['cfg']['NaviBackground']; ?
>;
1224 border
: 0.1em solid black
;
1227 #bodythemes a:hover img {
1228 border
: 0.1em solid red
;
1231 #fieldset_select_fields {
1232 float: <?php
echo $left; ?
>;
1241 border
-top
: 0.1em solid silver
;
1242 text
-align
: <?php
echo $right; ?
>;
1245 #table_innodb_bufferpool_usage,
1246 #table_innodb_bufferpool_activity {
1247 float: <?php
echo $left; ?
>;
1250 #div_mysql_charset_collations table {
1251 float: <?php
echo $left; ?
>;
1254 .operations_half_width
{
1256 float: <?php
echo $left; ?
>;
1259 .operations_full_width
{
1264 #qbe_div_table_list {
1265 float: <?php
echo $left; ?
>;
1268 #qbe_div_sql_query {
1269 float: <?php
echo $left; ?
>;
1274 float: <?php
echo $left; ?
>;
1281 code
.sql
, div
.sqlvalidate
{
1286 border
: <?php
echo $GLOBALS['cfg']['MainColor']; ?
> solid
1px
;
1291 background
: <?php
echo $GLOBALS['cfg']['BgOne']; ?
>;
1296 float: <?php
echo $left; ?
>;
1301 margin
-<?php
echo $left; ?
>: 60%
;
1303 padding
-<?php
echo $left; ?
>: 1em
;
1307 border
-<?php
echo $left; ?
>: 0.3em solid
<?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;
1312 background
: <?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;
1313 padding
: 0.1em
0.3em
;
1318 padding
: 0 0 0 0.5em
;
1319 display
: inline
-block
;
1323 textarea
#partitiondefinition {
1328 /* for elements that should be revealed only via js */
1334 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_host
.png
);
1338 list-style
-image
: none
;
1342 * Progress bar styles
1344 div
.upload_progress_bar_outer
1346 border
: 1px solid black
;
1350 div
.upload_progress_bar_inner
1352 background
-color
: <?php
echo $GLOBALS['cfg']['NaviBackground']; ?
>;
1358 table
#serverconnection_src_remote,
1359 table
#serverconnection_trg_remote,
1360 table
#serverconnection_src_local,
1361 table
#serverconnection_trg_local {
1365 * Validation error message styles
1371 * Ajax notification styling
1373 .ajax_notification
{
1374 top
: 0px
; /** The notification needs to be shown on the top of the page */
1380 padding
: 3px
5px
; /** Keep a little space on the sides of the text */
1382 background
-color
: #FFD700;
1383 z
-index
: 1100; /** If this is not kept at a high z-index, the jQueryUI modal dialogs (z-index:1000) might hide this */
1388 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>ajax_clock_small
.gif
);
1389 background
-repeat
: no
-repeat
;
1390 background
-position
: 2%
;
1394 /** Need this parent to properly center the notification division */
1399 * Export and Import styles
1402 .exportoptions h3
, .importoptions h3
{
1403 border
-bottom
: 1px
#999999 solid;
1407 .exportoptions ul
, .importoptions ul
, .format_specific_options ul
{
1408 list-style
-type
: none
;
1409 margin
-bottom
: 15px
;
1412 .exportoptions li
, .importoptions li
{
1415 .exportoptions label
, .importoptions label
, .exportoptions p
, .importoptions p
{
1420 #csv_options label.desc, #ldi_options label.desc, #latex_options label.desc, #output label.desc{
1425 .exportoptions
, .importoptions
{
1426 margin
: 20px
30px
30px
10px
1429 .exportoptions
#buttonGo, .importoptions #buttonGo {
1431 -moz
-border
-radius
: 11px
;
1432 -webkit
-border
-radius
: 11px
;
1433 border
-radius
: 11px
;
1434 background
-image
: url(./themes
/svg_gradient
.php?from
=ffffff
&to
=cccccc
);
1435 background
-size
: 100%
100%
;
1436 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#ffffff), to(#cccccc));
1437 background
: -moz
-linear
-gradient(top
, #ffffff, #cccccc);
1438 background
: -o
-linear
-gradient(top
, #ffffff, #cccccc);
1439 <?php
echo PMA_ieFilter('#ffffff', '#cccccc'); ?
>
1440 border
: 1px solid
#444444;
1444 .format_specific_options h3
{
1445 margin
: 10px
0px
0px
10px
;
1449 .format_specific_options
{
1450 border
: 1px solid
#999999;
1460 * Export styles only
1462 select
#db_select, select#table_select {
1466 .export_sub_options
{
1467 margin
: 20px
0px
0px
30px
;
1470 .export_sub_options h4
{
1471 border
-bottom
: 1px
#999999 solid;
1474 .export_sub_options li
.subgroup
{
1475 display
: inline
-block
;
1479 .export_sub_options li
{
1483 #quick_or_custom, #output_quick_export {
1487 * Import styles only
1490 .importoptions
#import_notification {
1495 input
#input_import_file {
1500 margin
: 5px
0px
5px
0px
;
1504 * ENUM/SET editor styles
1514 _position
: absolute
; /* hack for IE */
1520 #enum_editor_no_js {
1524 #enum_editor, #enum_editor_no_js {
1525 background
: #D0DCE0;
1532 _position
: absolute
; /* hack for IE6 */
1542 a
.close_enum_editor
{
1546 #enum_editor #values, #enum_editor_no_js #values {
1551 #enum_editor #values input, #enum_editor_no_js #values input {
1559 #enum_editor_output {
1564 * Table structure styles
1566 .structure_actions_dropdown
{
1573 .structure_actions_dropdown a
{
1579 white
-space
: nowrap
;
1587 filter
: alpha(opacity
=0);
1591 .config
-form ul
.tabs
{
1592 margin
: 1.1em
0.2em
0;
1593 padding
: 0 0 0.3em
0;
1598 .config
-form ul
.tabs li
{
1599 float: <?php
echo $left; ?
>;
1602 .config
-form ul
.tabs li a
{
1604 margin
: 0.1em
0.2em
0;
1605 padding
: 0.1em
0.4em
;
1606 white
-space
: nowrap
;
1607 text
-decoration
: none
;
1608 border
: 1px solid
<?php
echo $GLOBALS['cfg']['BgTwo']; ?
>;
1609 border
-bottom
: none
;
1612 .config
-form ul
.tabs li a
:hover
,
1613 .config
-form ul
.tabs li a
:active
,
1614 .config
-form ul
.tabs li a
.active
{
1616 padding
: 0.1em
0.6em
0.2em
;
1619 .config
-form ul
.tabs li a
.active
{
1620 background
-color
: <?php
echo $GLOBALS['cfg']['BgOne']; ?
>;
1623 .config
-form fieldset
{
1627 /*border-color: <?php echo $GLOBALS['cfg']['BgTwo']; ?>;*/
1630 .config
-form legend
{
1634 .config
-form fieldset p
{
1637 background
: <?php
echo $GLOBALS['cfg']['BgTwo']; ?
>;
1640 .config
-form fieldset
.errors
{ /* form error list */
1641 margin
: 0 -2px
1em
-2px
;
1642 padding
: 0.5em
1.5em
;
1643 background
: #FBEAD9;
1644 border
: 0 #C83838 solid;
1645 border
-width
: 1px
0;
1647 font
-family
: sans
-serif
;
1651 .config
-form fieldset
.inline_errors
{ /* field error list */
1652 margin
: 0.3em
0.3em
0.3em
0;
1659 .config
-form fieldset th
{
1660 padding
: 0.3em
0.3em
0.3em
0.5em
;
1662 vertical
-align
: top
;
1664 background
: transparent
;
1667 .config
-form fieldset
.doc
, .config
-form fieldset
.disabled
-notice
{
1671 .config
-form fieldset
.disabled
-notice
{
1673 text
-transform
: uppercase
;
1678 .config
-form fieldset td
{
1680 padding
-bottom
: 0.3em
;
1681 vertical
-align
: top
;
1684 .config
-form fieldset th small
{
1686 font
-weight
: normal
;
1687 font
-family
: sans
-serif
;
1692 .config
-form fieldset th
, .config
-form fieldset td
{
1693 border
-top
: 1px
<?php
echo $GLOBALS['cfg']['BgTwo']; ?
> solid
;
1696 fieldset
.group
-header th
{
1697 background
: <?php
echo $GLOBALS['cfg']['BgTwo']; ?
>;
1700 fieldset
.group
-header + tr th
{
1704 fieldset
.group
-field
-1 th
, fieldset
.group
-header
-2 th
{
1705 padding
-left
: 1.5em
;
1708 fieldset
.group
-field
-2 th
, fieldset
.group
-header
-3 th
{
1712 fieldset
.group
-field
-3 th
{
1713 padding
-left
: 4.5em
;
1716 fieldset
.disabled
-field th
,
1717 fieldset
.disabled
-field th small
,
1718 fieldset
.disabled
-field td
{
1720 background
-color
: #ddd;
1723 .config
-form
.lastrow
{
1724 border
-top
: 1px
#000 solid;
1727 .config
-form
.lastrow
{
1728 background
: <?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;;
1733 .config
-form
.lastrow input
{
1739 .config
-form span
.checkbox
{
1741 display
: inline
-block
;
1744 .config
-form
.custom
{ /* customized field */
1748 .config
-form span
.checkbox
.custom
{
1750 border
: 1px
#EDEC90 solid;
1754 .config
-form
.field
-error
{
1755 border
-color
: #A11 !important;
1758 .config
-form input
[type
="text"],
1759 .config
-form select
,
1760 .config
-form textarea
{
1761 border
: 1px
#A7A6AA solid;
1765 .config
-form input
[type
="text"]:focus
,
1766 .config
-form select
:focus
,
1767 .config
-form textarea
:focus
{
1768 border
: 1px
#6676FF solid;
1769 background
: #F7FBFF;
1772 .config
-form
.field
-comment
-mark
{
1781 .config
-form
.field
-comment
-warning
{
1790 .config
-form dd
:before
{
1794 .click
-hide
-message
{
1799 margin
-<?php
echo $left; ?
>: 2em
;
1803 margin
-bottom
: 0.5em
;
1806 #table_columns input, #table_columns select {
1808 box
-sizing
: border
-box
;
1809 -ms
-box
-sizing
: border
-box
;
1810 -moz
-box
-sizing
: border
-box
;
1811 -webkit
-box
-sizing
: border
-box
;