2 /* vim: set expandtab sw=4 ts=4 sts=4: */
4 * main css file from theme Darkblue Orange
6 * @package phpMyAdmin-theme
7 * @subpackage Darkblue_orange
10 // unplanned execution path
11 if (!defined('PMA_MINIMUM_COMMON')) {
15 /******************************************************************************/
18 font
-size
: <?php
echo (null !== $GLOBALS['PMA_Config']->get('fontsize') ?
$GLOBALS['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']); ?
>;
21 input
, select
, textarea
{
26 <?php
if (! empty($GLOBALS['cfg']['FontFamily'])) { ?
>
27 font
-family
: <?php
echo $GLOBALS['cfg']['FontFamily']; ?
>;
31 color
: <?php
echo $GLOBALS['cfg']['MainColor']; ?
>;
32 background
: <?php
echo (isset($_SESSION['tmp_user_values']['custom_color']) ?
$_SESSION['tmp_user_values']['custom_color'] : $GLOBALS['cfg']['MainBackground']); ?
>;
35 <?php
if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) { ?
>
36 textarea
, tt
, pre
, code
{
37 font
-family
: <?php
echo $GLOBALS['cfg']['FontFamilyFixed']; ?
>;
62 text
-decoration
: none
;
68 text
-decoration
: underline
;
83 color
: <?php
echo $GLOBALS['cfg']['ThColor']; ?
>;
84 background
: <?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;
90 color
: <?php
echo $GLOBALS['cfg']['ThColor']; ?
>;
91 text
-decoration
: underline
;
96 text
-decoration
: none
;
105 background
-color
: #6666cc;
118 height
: <?php
echo ceil($GLOBALS['cfg']['TextareaRows'] * 1.2); ?
>em
;
123 border
: #666699 solid 1px;
132 background
: <?php
echo $GLOBALS['cfg']['MainBackground']; ?
>;
135 padding
: 2px
2px
2px
2px
;
138 /* buttons in some browsers (eg. Konqueror) are block elements,
139 this breaks design */
147 padding
: 0.1em
0.5em
0.1em
0.5em
;
156 vertical
-align
: middle
;
160 /******************************************************************************/
163 border
: 1px solid
#000000;
168 fieldset
.tblFooters
{
170 margin
-bottom
: 0.5em
;
171 /* avoid a thick line since this should be used under another fieldset */
173 text
-align
: <?php
echo $right; ?
>;
178 fieldset
.formelement
{
179 float: <?php
echo $left; ?
>;
180 margin
-<?php
echo $right; ?
>: 0.5em
;
185 /* revert for Gecko */
186 fieldset div
[class=formelement
] {
192 background
-color
: transparent
;
195 /* odd items 1,3,5,7,... */
198 background
: <?php
echo $GLOBALS['cfg']['BgOne']; ?
>;
201 /* even items 2,4,6,8,... */
204 background
: <?php
echo $GLOBALS['cfg']['BgTwo']; ?
>;
207 /* odd table rows 1,3,5,7,... */
210 background
-image
: none
;
211 background
: <?php
echo $GLOBALS['cfg']['BgOne']; ?
>;
212 text
-align
: <?php
echo $left; ?
>;
215 /* even table rows 2,4,6,8,... */
218 background
-image
: none
;
219 background
: <?php
echo $GLOBALS['cfg']['BgTwo']; ?
>;
220 text
-align
: <?php
echo $left; ?
>;
223 <?php
if ($GLOBALS['cfg']['BrowseMarkerEnable']) { ?
>
224 /* marked table rows */
227 background
: <?php
echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?
>;
228 color
: <?php
echo $GLOBALS['cfg']['BrowseMarkerColor']; ?
>;
232 <?php
if ($GLOBALS['cfg']['BrowsePointerEnable']) { ?
>
237 .structure_actions_dropdown
{
238 background
: <?php
echo $GLOBALS['cfg']['BrowsePointerBackground']; ?
>;
239 color
: <?php
echo $GLOBALS['cfg']['BrowsePointerColor']; ?
>;
242 /* hovered table rows */
243 table tr
.odd
:hover th
,
244 table tr
.even
:hover th
,
246 background
: <?php
echo $GLOBALS['cfg']['BrowsePointerBackground']; ?
>;
247 color
: <?php
echo $GLOBALS['cfg']['BrowsePointerColor']; ?
>;
252 * marks table rows/cells if the db field is in a where condition
258 border
: 1px solid
<?php
echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?
>;
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;
317 text
-decoration
: none
;
318 border
-bottom
:1px dotted black
;
332 .syntax_digit_integer
{
335 .syntax_digit_float
{
344 .syntax_alpha_columnType
{
345 text
-transform
: uppercase
;
348 .syntax_alpha_columnAttrib
{
349 text
-transform
: uppercase
;
352 .syntax_alpha_reservedWord
{
353 text
-transform
: uppercase
;
357 .syntax_alpha_functionName
{
358 text
-transform
: uppercase
;
361 .syntax_alpha_identifier
{
364 .syntax_alpha_charset
{
367 .syntax_alpha_variable
{
374 .syntax_quote_backtick
{
377 /* leave some space between icons and text */
378 .icon
, img
.footnotemarker
{
379 vertical
-align
: middle
;
388 /* no extra space in table cells */
394 margin
-<?php
echo $right; ?
>: 0.3em
;
395 margin
-<?php
echo $left; ?
>: 0.6em
;
398 /* message boxes: warning, error, confirmation */
403 border
-bottom
: 2px solid
;
405 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 */
558 color
: <?php
echo $GLOBALS['cfg']['ThColor']; ?
>;
559 background
: <?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;
565 color
: <?php
echo $GLOBALS['cfg']['ThColor']; ?
>;
566 background
: <?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;
570 .tblHeaders a
:active
,
571 .tblHeaders a
:visited
,
576 .tblFooters a
:active
,
577 .tblFooters a
:visited
{
579 text
-decoration
: underline
;
584 .tblFooters a
:hover
{
585 text
-decoration
: none
;
589 /* forbidden, no privilegs */
599 .disabled a
:visited
{
605 text
-decoration
: none
;
610 background
-color
: #cccccc;
617 body
.loginform a
.logo
{
626 body
.loginform div
.container
{
627 text
-align
: <?php
echo $left; ?
>;
633 float: <?php
echo $left; ?
>;
639 border
-bottom
: 1px dashed black
;
646 /******************************************************************************/
647 /* specific elements */
650 ul
#topmenu, ul#topmenu2, ul.tabs {
652 list-style
-type
: none
;
658 margin
: 0.25em
0.5em
0;
663 ul
#topmenu li, ul#topmenu2 li {
664 float: <?php
echo $left; ?
>;
667 vertical
-align
: middle
;
670 #topmenu img, #topmenu2 img {
671 vertical
-align
: middle
;
672 margin
-<?php
echo $right; ?
>: 0.1em
;
675 /* default tab styles */
676 ul
#topmenu a, ul#topmenu span {
678 margin
: 0.2em
0.2em
0 0.2em
;
679 padding
: 0.2em
0.2em
0 0.2em
;
685 padding
-bottom
: 0.2em
;
688 ul
#topmenu .submenu {
697 list-style
-type
: none
;
699 border
: 1px
#666 solid;
702 ul
#topmenu li:hover ul, ul#topmenu .submenuhover ul {
718 ul
#topmenu span.tab {
722 /* disabled drop/empty tabs */
723 ul
#topmenu span.tabcaution {
727 /* enabled drop/empty tabs */
728 ul
#topmenu a.tabcaution {
731 ul
#topmenu a.tabcaution:hover {
733 background
-color
: #FF0000;
738 fieldset
.caution a
:hover
{
740 background
-color
: #FF0000;
743 <?php
if ($GLOBALS['cfg']['LightTabs']) { ?
>
745 ul
#topmenu a.tabactive, ul#topmenu2 a.tabactive {
750 background
: <?php
echo $GLOBALS['cfg']['MainBackground']; ?
>;
755 padding
: 0.1em
0.3em
0.1em
0.3em
;
759 -moz
-box
-shadow
: 2px
2px
3px
#666;
760 -webkit
-box
-shadow
: 2px
2px
3px
#666;
761 box
-shadow
: 2px
2px
3px
#666;
765 border
-bottom
: 1pt solid black
;
768 /* default tab styles */
769 ul
#topmenu a, ul#topmenu span {
770 background
-color
: <?php
echo $GLOBALS['cfg']['BgOne']; ?
>;
771 border
: 0 solid
<?php
echo $GLOBALS['cfg']['BgTwo']; ?
>;
772 border
-width
: 1pt
1pt
0 1pt
;
773 -moz
-border
-radius
: 0.4em
0.4em
0 0;
774 border
-radius
: 0.4em
0.4em
0 0;
778 border
-width
: 1pt
0 0 0;
779 -moz
-border
-radius
: 0;
783 ul
#topmenu ul li:first-child a {
787 /* enabled hover/active tabs */
788 ul
#topmenu > li > a:hover,
789 ul
#topmenu > li > .tabactive {
791 padding
: 0.2em
0.4em
0.2em
0.4em
;
792 text
-decoration
: none
;
795 ul
#topmenu ul a:hover,
796 ul
#topmenu ul .tabactive {
797 text
-decoration
: none
;
800 ul
#topmenu a.tab:hover,
801 ul
#topmenu .tabactive {
802 background
-color
: <?php
echo $GLOBALS['cfg']['MainBackground']; ?
>;
805 ul
#topmenu2 a.tab:hover,
806 ul
#topmenu2 a.tabactive {
807 background
-color
: <?php
echo $GLOBALS['cfg']['BgOne']; ?
>;
808 -moz
-border
-radius
: 0.3em
;
809 border
-radius
: 0.3em
;
810 text
-decoration
: none
;
813 /* to be able to cancel the bottom border, use <li class="active"> */
814 ul
#topmenu > li.active {
815 border
-bottom
: 1pt solid
<?php
echo $GLOBALS['cfg']['MainBackground']; ?
>;
818 /* disabled drop/empty tabs */
821 ul
#topmenu span.tabcaution {
822 cursor
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>error
.ico
), default;
835 table
.calendar td a
{
839 table
.calendar td a
:hover
{
840 background
-color
: #CCFFCC;
844 background
-color
: #D3DCE3;
847 table
.calendar td
.selected
{
848 background
-color
: #FFCC99;
861 div
#tablestatistics {
862 border
-bottom
: 0.1em solid
#669999;
863 margin
-bottom
: 0.5em
;
864 padding
-bottom
: 0.5em
;
867 div
#tablestatistics table {
868 float: <?php
echo $left; ?
>;
869 margin
-bottom
: 0.5em
;
870 margin
-<?php
echo $right; ?
>: 0.5em
;
873 div
#tablestatistics table caption {
874 margin
-<?php
echo $right; ?
>: 0.5em
;
876 /* END table stats */
879 /* server privileges */
881 #tablespecificuserrights td,
883 vertical
-align
: middle
;
885 /* END server privileges */
892 margin
-bottom
: 0.5em
;
899 #span_table_comment {
906 margin
: 0 0.1em
0 0.1em
;
909 /* some styles for IDs: */
913 padding
: 0 10px
0 10px
;
919 padding
: 0 10px
0 10px
;
925 padding
: 0 10px
0 10px
;
939 font
-family
: "Courier New", Courier
, mono
;
950 background
-color
: #ffffcc;
952 border
: 0.1em solid
#000000;
956 /* user privileges */
957 #fieldset_add_user_login div.item {
958 border
-bottom
: 1px solid silver
;
959 padding
-bottom
: 0.3em
;
960 margin
-bottom
: 0.3em
;
963 #fieldset_add_user_login label {
964 float: <?php
echo $left; ?
>;
968 text
-align
: <?php
echo $right; ?
>;
969 padding
-<?php
echo $right; ?
>: 0.5em
;
972 #fieldset_add_user_login span.options #select_pred_username,
973 #fieldset_add_user_login span.options #select_pred_hostname,
974 #fieldset_add_user_login span.options #select_pred_password {
979 #fieldset_add_user_login span.options {
980 float: <?php
echo $left; ?
>;
984 padding
-<?php
echo $right; ?
>: 0.5em
;
987 #fieldset_add_user_login input {
989 clear
: <?php
echo $right; ?
>;
993 #fieldset_add_user_login span.options input {
997 #fieldset_user_priv div.item {
998 float: <?php
echo $left; ?
>;
1003 #fieldset_user_priv div.item div.item {
1007 #fieldset_user_priv div.item label {
1008 white
-space
: nowrap
;
1011 #fieldset_user_priv div.item select {
1015 #fieldset_user_global_rights fieldset {
1016 float: <?php
echo $left; ?
>;
1018 /* END user privileges */
1022 div
#serverstatus table caption a.top {
1023 float: <?php
echo $right; ?
>;
1026 div
#serverstatus div#serverstatusqueriesdetails table,
1027 div
#serverstatus table#serverstatustraffic_src,
1028 div
#serverstatus table#serverstatustraffic_trg,
1029 div
#serverstatus table#serverstatusconnections {
1030 float: <?php
echo $left; ?
>;
1033 #serverstatussection,
1037 div
#serverstatussection table {
1041 div
#serverstatussection table .name {
1044 div
#serverstatussection table .value {
1048 div
#serverstatus table tbody td.descr a,
1049 div
#serverstatus table .tblFooters a {
1050 white
-space
: nowrap
;
1052 div
#serverstatus div#statuslinks a:before,
1053 div
#serverstatus div#sectionlinks a:before,
1054 div
#serverstatus table tbody td.descr a:before,
1055 div
#serverstatus table .tblFooters a:before {
1058 div
#serverstatus div#statuslinks a:after,
1059 div
#serverstatus div#sectionlinks a:after,
1060 div
#serverstatus table tbody td.descr a:after,
1061 div
#serverstatus table .tblFooters a:after {
1064 /* end serverstatus */
1067 body
#bodyquerywindow {
1070 background
-image
: none
;
1071 background
-color
: #F5F5F5;
1074 div
#querywindowcontainer {
1080 div
#querywindowcontainer fieldset {
1083 /* END querywindow */
1088 div
#sqlquerycontainer {
1089 float: <?php
echo $left; ?
>;
1094 div
#tablefieldscontainer {
1095 float: <?php
echo $right; ?
>;
1100 div
#tablefieldscontainer select {
1109 textarea
#sql_query_edit{
1114 div
#queryboxcontainer div#bookmarkoptions {
1121 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>logo_right
.png
);
1122 background
-position
: <?php
echo $right; ?
> bottom
;
1123 background
-repeat
: no
-repeat
;
1126 #mysqlmaininformation,
1127 #pmamaininformation {
1128 float: <?php
echo $left; ?
>;
1133 list-style
-type
: disc
;
1134 vertical
-align
: middle
;
1138 margin
-bottom
: 0.3em
;
1143 <?php
if ($GLOBALS['cfg']['MainPageIconic']) { ?
>
1144 /* iconic view for ul items */
1145 li
#li_create_database {
1146 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_newdb
.png
);
1150 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_lang
.png
);
1153 li
#li_select_mysql_collation {
1154 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_asci
.png
);
1158 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_theme
.png
);
1162 /* list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_rights.png); */
1166 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_status
.png
);
1169 li
#li_mysql_variables{
1170 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_vars
.png
);
1173 li
#li_mysql_processes{
1174 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_process
.png
);
1177 li
#li_mysql_collations{
1178 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_asci
.png
);
1181 li
#li_mysql_engines{
1182 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_engine
.png
);
1185 li
#li_mysql_binlogs {
1186 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_tbl
.png
);
1189 li
#li_mysql_databases {
1190 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_db
.png
);
1194 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_export
.png
);
1198 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_import
.png
);
1201 li
#li_change_password {
1202 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_passwd
.png
);
1206 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_loggoff
.png
);
1209 li
#li_mysql_privilegs{
1210 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_rights
.png
);
1213 li
#li_switch_dbstats {
1214 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_dbstatistics
.png
);
1217 li
#li_flush_privileges {
1218 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_reload
.png
);
1221 li
#li_user_preferences {
1222 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>b_tblops
.png
);
1224 /* END iconic view for ul items */
1225 <?php
} /* end if $GLOBALS['cfg']['MainPageIconic'] */ ?
>
1228 #body_browse_foreigners {
1229 background
: <?php
echo $GLOBALS['cfg']['NaviBackground']; ?
>;
1230 margin
: 0.5em
0.5em
0 0.5em
;
1234 background
: <?php
echo $GLOBALS['cfg']['NaviBackground']; ?
>;
1244 border
: 0.1em solid black
;
1247 #bodythemes a:hover img {
1248 border
: 0.1em solid red
;
1251 #fieldset_select_fields {
1252 float: <?php
echo $left; ?
>;
1261 border
-top
: 0.1em solid silver
;
1262 text
-align
: <?php
echo $right; ?
>;
1265 #table_innodb_bufferpool_usage,
1266 #table_innodb_bufferpool_activity {
1267 float: <?php
echo $left; ?
>;
1270 #div_mysql_charset_collations table {
1271 float: <?php
echo $left; ?
>;
1276 float: <?php
echo $left; ?
>;
1281 float: <?php
echo $left; ?
>;
1284 #div_table_copy, #div_partition_maintenance, #div_referential_integrity, #div_table_removal, #div_table_maintenance {
1286 float: <?php
echo $left; ?
>;
1289 #div_table_options {
1292 float: <?php
echo $left; ?
>;
1295 #qbe_div_table_list {
1296 float: <?php
echo $left; ?
>;
1299 #qbe_div_sql_query {
1300 float: <?php
echo $left; ?
>;
1305 float: <?php
echo $left; ?
>;
1312 code
.sql
, div
.sqlvalidate
{
1317 border
: <?php
echo $GLOBALS['cfg']['MainColor']; ?
> solid
1px
;
1322 background
: <?php
echo $GLOBALS['cfg']['BgOne']; ?
>;
1327 float: <?php
echo $left; ?
>;
1332 margin
-<?php
echo $left; ?
>: 60%
;
1334 padding
-<?php
echo $left; ?
>: 1em
;
1338 border
-<?php
echo $left; ?
>: 0.3em solid
<?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;
1343 background
: <?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;
1344 padding
: 0.1em
0.3em
;
1349 padding
: 0 0 0 0.5em
;
1350 display
: inline
-block
;
1354 /* for elements that should be revealed only via js */
1360 list-style
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>s_host
.png
);
1364 list-style
-image
: none
;
1368 * Progress bar styles
1370 div
.upload_progress_bar_outer
1372 border
: 1px solid black
;
1376 div
.upload_progress_bar_inner
1378 background
-color
: <?php
echo (isset($_SESSION['userconf']['custom_color']) ?
$_SESSION['userconf']['custom_color'] : $GLOBALS['cfg']['NaviBackground']); ?
>;
1384 table
#serverconnection_src_remote,
1385 table
#serverconnection_trg_remote,
1386 table
#serverconnection_src_local,
1387 table
#serverconnection_trg_local {
1395 #clear_fast_filter {
1410 * Validation error message styles
1416 * Ajax notification styling
1418 .ajax_notification
{
1428 background
-color
: #FF9900;
1434 background
-image
: url(<?php
echo $_SESSION['PMA_Theme']->getImgPath(); ?
>ajax_clock_small
.gif
);
1435 background
-repeat
: no
-repeat
;
1436 background
-position
: 2%
;
1445 * Export and Import styles
1447 .exportoptions h3
, .importoptions h3
{
1448 border
-bottom
: 1px
#999999 solid;
1451 .exportoptions ul
, .importoptions ul
, .format_specific_options ul
{
1452 list-style
-type
: none
;
1453 margin
-bottom
: 15px
;
1456 .exportoptions li
, .importoptions li
{
1459 .exportoptions label
, .importoptions label
, .exportoptions p
, .importoptions p
{
1464 #csv_options label.desc, #ldi_options label.desc, #latex_options label.desc, #output label.desc{
1469 .exportoptions
, .importoptions
{
1470 margin
: 20px
30px
30px
10px
1473 .exportoptions
#buttonGo, .importoptions #buttonGo {
1475 -moz
-border
-radius
: 11px
;
1476 -webkit
-border
-radius
: 11px
;
1477 border
-radius
: 11px
;
1478 background
: -webkit
-gradient(linear
, left top
, left bottom
, from(#ffffff), to(#cccccc));
1479 background
: -moz
-linear
-gradient(top
, #ffffff, #cccccc);
1480 filter
: progid
:DXImageTransform
.Microsoft
.gradient(startColorstr
='#ffffff', endColorstr
='#cccccc');
1481 border
: 1px solid
#444444;
1485 .format_specific_options h3
{
1486 margin
: 10px
0px
0px
10px
;
1490 .format_specific_options
{
1491 border
: 1px solid
#999999;
1501 * Export styles only
1503 select
#db_select, select#table_select {
1507 .export_sub_options
{
1508 margin
: 20px
0px
0px
30px
;
1511 .export_sub_options h4
{
1512 border
-bottom
: 1px
#999999 solid;
1515 #quick_or_custom, #output_quick_export {
1520 * Import styles only
1523 .importoptions
#import_notification {
1528 input
#input_import_file {
1533 margin
: 5px
0px
5px
0px
;
1537 * ENUM/SET editor styles
1547 _position
: absolute
; /* hack for IE */
1552 #enum_editor_no_js {
1556 #enum_editor, #enum_editor_no_js {
1559 background
: #D0DCE0;
1566 _position
: absolute
; /* hack for IE */
1575 a
.close_enum_editor
{
1579 #enum_editor #values, #enum_editor_no_js #values {
1583 #enum_editor #values input, #enum_editor_no_js #values input {
1589 #enum_editor input, #enum_editor_no_js input {
1593 #enum_editor_output {
1598 * Table structure styles
1600 .structure_actions_dropdown
{
1608 white
-space
: nowrap
;
1612 .config
-form ul
.tabs
{
1613 margin
: 1.1em
0.2em
0;
1614 padding
: 0 0 0.3em
0;
1619 .config
-form ul
.tabs li
{
1620 float: <?php
echo $left; ?
>;
1623 .config
-form ul
.tabs li a
{
1625 margin
: 0.1em
0.2em
0;
1626 padding
: 0.1em
0.4em
;
1627 white
-space
: nowrap
;
1628 text
-decoration
: none
;
1629 border
: 1px solid
<?php
echo $GLOBALS['cfg']['BgTwo']; ?
>;
1630 border
-bottom
: none
;
1633 .config
-form ul
.tabs li a
:hover
,
1634 .config
-form ul
.tabs li a
:active
,
1635 .config
-form ul
.tabs li a
.active
{
1637 padding
: 0.1em
0.6em
0.2em
;
1640 .config
-form ul
.tabs li a
.active
{
1641 background
-color
: <?php
echo $GLOBALS['cfg']['BgOne']; ?
>;
1644 .config
-form fieldset
{
1648 /*border-color: <?php echo $GLOBALS['cfg']['BgTwo']; ?>;*/
1651 .config
-form legend
{
1655 .config
-form fieldset p
{
1658 background
: <?php
echo $GLOBALS['cfg']['BgTwo']; ?
>;
1661 .config
-form fieldset
.errors
{ /* form error list */
1662 margin
: 0 -2px
1em
-2px
;
1663 padding
: 0.5em
1.5em
;
1664 background
: #FBEAD9;
1665 border
: 0 #C83838 solid;
1666 border
-width
: 1px
0;
1668 font
-family
: sans
-serif
;
1672 .config
-form fieldset
.inline_errors
{ /* field error list */
1673 margin
: 0.3em
0.3em
0.3em
0;
1680 .config
-form fieldset th
{
1681 padding
: 0.3em
0.3em
0.3em
0.5em
;
1683 vertical
-align
: top
;
1685 background
: transparent
;
1688 .config
-form fieldset
.doc
, .config
-form fieldset
.disabled
-notice
{
1692 .config
-form fieldset
.disabled
-notice
{
1694 text
-transform
: uppercase
;
1699 .config
-form fieldset td
{
1701 padding
-bottom
: 0.3em
;
1702 vertical
-align
: top
;
1705 .config
-form fieldset th small
{
1707 font
-weight
: normal
;
1708 font
-family
: sans
-serif
;
1713 .config
-form fieldset th
, .config
-form fieldset td
{
1714 border
-top
: 1px
<?php
echo $GLOBALS['cfg']['BgTwo']; ?
> solid
;
1717 fieldset
.group
-header th
{
1718 background
: <?php
echo $GLOBALS['cfg']['BgTwo']; ?
>;
1721 fieldset
.group
-header + tr th
{
1725 fieldset
.group
-field
-1 th
, fieldset
.group
-header
-2 th
{
1726 padding
-left
: 1.5em
;
1729 fieldset
.group
-field
-2 th
, fieldset
.group
-header
-3 th
{
1733 fieldset
.group
-field
-3 th
{
1734 padding
-left
: 4.5em
;
1737 fieldset
.disabled
-field th
,
1738 fieldset
.disabled
-field th small
,
1739 fieldset
.disabled
-field td
{
1741 background
-color
: #eee;
1744 .config
-form
.lastrow
{
1745 border
-top
: 1px
#000 solid;
1748 .config
-form
.lastrow
{
1749 background
: <?php
echo $GLOBALS['cfg']['ThBackground']; ?
>;;
1754 .config
-form
.lastrow input
{
1760 .config
-form span
.checkbox
{
1762 display
: inline
-block
;
1765 .config
-form
.custom
{ /* customized field */
1769 .config
-form span
.checkbox
.custom
{
1771 border
: 1px
#EDEC90 solid;
1775 .config
-form
.field
-error
{
1776 border
-color
: #A11 !important;
1779 .config
-form input
[type
="text"],
1780 .config
-form select
,
1781 .config
-form textarea
{
1782 border
: 1px
#A7A6AA solid;
1786 .config
-form input
[type
="text"]:focus
,
1787 .config
-form select
:focus
,
1788 .config
-form textarea
:focus
{
1789 border
: 1px
#6676FF solid;
1790 background
: #F7FBFF;
1793 .config
-form
.field
-comment
-mark
{
1802 .config
-form
.field
-comment
-warning
{
1811 .config
-form dd
:before
{
1815 .click
-hide
-message
{
1820 margin
-<?php
echo $left; ?
>: 2em
;
1824 margin
-bottom
: 0.5em
;