├── scss ├── theme.scss ├── printview.scss ├── theme-rtl.scss ├── _variables.scss ├── _navigation.scss └── _icons.scss ├── img ├── eye.png ├── b_docs.png ├── b_drop.png ├── b_edit.png ├── b_help.png ├── b_home.png ├── b_key.png ├── b_left.png ├── b_more.png ├── b_move.png ├── b_plus.png ├── b_save.png ├── b_sql.png ├── b_tipp.png ├── b_undo.png ├── b_view.png ├── error.ico ├── hide.png ├── more.png ├── pause.png ├── play.png ├── s_asc.png ├── s_asci.png ├── s_cog.png ├── s_db.png ├── s_desc.png ├── s_host.png ├── s_info.png ├── s_lang.png ├── s_link.png ├── s_lock.png ├── s_okay.png ├── s_sync.png ├── s_tbl.png ├── s_top.png ├── s_vars.png ├── show.png ├── spacer.png ├── b_browse.png ├── b_chart.png ├── b_close.png ├── b_deltbl.png ├── b_empty.png ├── b_engine.png ├── b_events.png ├── b_export.png ├── b_ftext.png ├── b_globe.gif ├── b_group.png ├── b_import.png ├── b_index.png ├── b_insrow.png ├── b_minus.png ├── b_newdb.png ├── b_newtbl.png ├── b_plugin.png ├── b_print.png ├── b_props.png ├── b_report.png ├── b_right.png ├── b_search.png ├── b_select.png ├── b_tblops.png ├── b_unique.png ├── b_usradd.png ├── b_views.png ├── bd_drop.png ├── bd_edit.png ├── bd_empty.png ├── bd_ftext.png ├── bd_index.png ├── cleardot.gif ├── col_drop.png ├── console.png ├── eye_grey.png ├── new_data.png ├── s_cancel.png ├── s_error.png ├── s_notice.png ├── s_passwd.png ├── s_really.png ├── s_reload.png ├── s_rights.png ├── s_status.png ├── s_theme.png ├── s_unlink.png ├── s_views.png ├── b_bookmark.png ├── b_calendar.png ├── b_comment.png ├── b_event_add.png ├── b_favorite.png ├── b_index_add.png ├── b_nextpage.png ├── b_primary.png ├── b_relations.png ├── b_routines.png ├── b_saveimage.png ├── b_sbrowse.png ├── b_snewtbl.png ├── b_spatial.png ├── b_sqlhelp.png ├── b_table_add.png ├── b_tblexport.png ├── b_tblimport.png ├── b_triggers.png ├── b_usrcheck.png ├── b_usrdrop.png ├── b_usredit.png ├── b_usrlist.png ├── b_versions.png ├── b_view_add.png ├── bd_browse.png ├── bd_deltbl.png ├── bd_export.png ├── bd_insrow.png ├── bd_nextpage.png ├── bd_primary.png ├── bd_sbrowse.png ├── bd_select.png ├── bd_spatial.png ├── bd_unique.png ├── col_pointer.png ├── east-mini.png ├── lightbulb.png ├── logo_right.png ├── new_struct.png ├── normalize.png ├── north-mini.png ├── s_attention.png ├── s_fulltext.png ├── s_loggoff.png ├── s_sortable.png ├── s_success.png ├── south-mini.png ├── toggle-ltr.png ├── toggle-rtl.png ├── west-mini.png ├── window-new.png ├── b_column_add.png ├── b_inline_edit.png ├── b_no_favorite.png ├── b_routine_add.png ├── b_tblanalyse.png ├── b_tbloptimize.png ├── b_trigger_add.png ├── lightbulb_off.png ├── s_collapseall.png ├── s_partialtext.png ├── s_replication.png ├── vertical_line.png ├── ajax_clock_small.gif ├── b_dbstatistics.png ├── b_find_replace.png ├── bd_routine_add.png ├── centralColumns.png ├── col_pointer_ver.png ├── new_data_hovered.png ├── zoom-minus-mini.png ├── zoom-plus-mini.png ├── zoom-world-mini.png ├── centralColumns_add.png ├── new_data_selected.png ├── new_struct_hovered.png ├── centralColumns_delete.png ├── new_struct_selected.png ├── new_data_selected_hovered.png ├── new_struct_selected_hovered.png ├── g │ ├── more.svg │ ├── star.svg │ ├── star_on.svg │ ├── nav.svg │ ├── add.svg │ ├── select.svg │ ├── user.svg │ ├── folder.svg │ ├── rep.svg │ ├── search.svg │ ├── plugin.svg │ ├── export.svg │ ├── import.svg │ ├── table.svg │ ├── edit.svg │ ├── var.svg │ ├── eng.svg │ ├── db.svg │ ├── trigger.svg │ ├── status.svg │ ├── browse.svg │ ├── settings.svg │ ├── book.svg │ ├── relations.svg │ ├── timer.svg │ ├── print.svg │ ├── key.svg │ ├── event.svg │ ├── sql.svg │ ├── charset.svg │ └── lang.svg ├── n │ ├── more.svg │ ├── star.svg │ ├── star_on.svg │ ├── nav.svg │ ├── plugin.svg │ ├── add.svg │ ├── user.svg │ ├── select.svg │ ├── export.svg │ ├── import.svg │ ├── search.svg │ ├── folder.svg │ ├── eng.svg │ ├── rep.svg │ ├── var.svg │ ├── table.svg │ ├── settings.svg │ ├── status.svg │ ├── trigger.svg │ ├── edit.svg │ ├── db.svg │ ├── relations.svg │ ├── event.svg │ ├── browse.svg │ ├── timer.svg │ ├── book.svg │ ├── print.svg │ ├── key.svg │ ├── sql.svg │ ├── charset.svg │ └── lang.svg ├── nav_collapser.svg ├── s │ ├── logout.svg │ ├── trash.svg │ ├── home.svg │ ├── night.svg │ ├── help.svg │ ├── settings.svg │ └── reload.svg ├── console.svg ├── delete.svg ├── minus.svg ├── plus.svg ├── info.svg ├── search.svg ├── close.svg ├── close_w.svg ├── view.svg ├── asc.svg ├── desc.svg ├── theme.svg ├── empty.svg ├── table_w.svg ├── table.svg ├── col.svg ├── folder.svg ├── folder_b.svg ├── fun.svg ├── folder_w.svg ├── help.svg ├── col_add.svg ├── db.svg ├── table_add.svg ├── db_w.svg ├── db_b.svg ├── table_del.svg ├── lang.svg ├── index.svg ├── db_add_w.svg ├── db_add_b.svg ├── key.svg ├── server_w.svg ├── logo_left_w.svg ├── db_add.svg └── logo_left.svg ├── screen.png ├── screen-2x.jpg ├── screen-dark-2x.jpg ├── css ├── fonts │ └── Quicksand │ │ ├── Quicksand-Bold.eot │ │ ├── Quicksand-Bold.ttf │ │ ├── Quicksand-Bold.woff │ │ ├── Quicksand-Light.eot │ │ ├── Quicksand-Light.ttf │ │ ├── Quicksand-Bold.woff2 │ │ ├── Quicksand-Light.woff │ │ ├── Quicksand-Light.woff2 │ │ ├── Quicksand-Medium.eot │ │ ├── Quicksand-Medium.ttf │ │ ├── Quicksand-Medium.woff │ │ ├── Quicksand-Regular.eot │ │ ├── Quicksand-Regular.ttf │ │ ├── Quicksand-Medium.woff2 │ │ ├── Quicksand-Regular.woff │ │ └── Quicksand-Regular.woff2 ├── printview.css.map └── printview.css ├── jquery └── images │ ├── ui-icons_222222_256x240.png │ ├── ui-icons_2e83ff_256x240.png │ ├── ui-icons_454545_256x240.png │ ├── ui-icons_888888_256x240.png │ ├── ui-icons_cd0a0a_256x240.png │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ ├── ui-bg_glass_65_ffffff_1x400.png │ ├── ui-bg_glass_75_dadada_1x400.png │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ ├── ui-bg_glass_95_fef1ec_1x400.png │ └── ui-bg_highlight-soft_75_cccccc_1x100.png ├── theme.json ├── README.md └── LICENSE /scss/theme.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scss/printview.scss: -------------------------------------------------------------------------------- 1 | @import "../../pmahomme/scss/printview"; 2 | -------------------------------------------------------------------------------- /scss/theme-rtl.scss: -------------------------------------------------------------------------------- 1 | $direction: rtl; 2 | 3 | @import "theme"; 4 | -------------------------------------------------------------------------------- /img/eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/eye.png -------------------------------------------------------------------------------- /screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/screen.png -------------------------------------------------------------------------------- /img/b_docs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_docs.png -------------------------------------------------------------------------------- /img/b_drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_drop.png -------------------------------------------------------------------------------- /img/b_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_edit.png -------------------------------------------------------------------------------- /img/b_help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_help.png -------------------------------------------------------------------------------- /img/b_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_home.png -------------------------------------------------------------------------------- /img/b_key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_key.png -------------------------------------------------------------------------------- /img/b_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_left.png -------------------------------------------------------------------------------- /img/b_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_more.png -------------------------------------------------------------------------------- /img/b_move.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_move.png -------------------------------------------------------------------------------- /img/b_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_plus.png -------------------------------------------------------------------------------- /img/b_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_save.png -------------------------------------------------------------------------------- /img/b_sql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_sql.png -------------------------------------------------------------------------------- /img/b_tipp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_tipp.png -------------------------------------------------------------------------------- /img/b_undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_undo.png -------------------------------------------------------------------------------- /img/b_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_view.png -------------------------------------------------------------------------------- /img/error.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/error.ico -------------------------------------------------------------------------------- /img/hide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/hide.png -------------------------------------------------------------------------------- /img/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/more.png -------------------------------------------------------------------------------- /img/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/pause.png -------------------------------------------------------------------------------- /img/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/play.png -------------------------------------------------------------------------------- /img/s_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/s_asc.png -------------------------------------------------------------------------------- /img/s_asci.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/s_asci.png -------------------------------------------------------------------------------- /img/s_cog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/s_cog.png -------------------------------------------------------------------------------- /img/s_db.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/s_db.png -------------------------------------------------------------------------------- /img/s_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/s_desc.png -------------------------------------------------------------------------------- /img/s_host.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/s_host.png -------------------------------------------------------------------------------- /img/s_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/s_info.png -------------------------------------------------------------------------------- /img/s_lang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/s_lang.png -------------------------------------------------------------------------------- /img/s_link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/s_link.png -------------------------------------------------------------------------------- /img/s_lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/s_lock.png -------------------------------------------------------------------------------- /img/s_okay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/s_okay.png -------------------------------------------------------------------------------- /img/s_sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/s_sync.png -------------------------------------------------------------------------------- /img/s_tbl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/s_tbl.png -------------------------------------------------------------------------------- /img/s_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/s_top.png -------------------------------------------------------------------------------- /img/s_vars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/s_vars.png -------------------------------------------------------------------------------- /img/show.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/show.png -------------------------------------------------------------------------------- /img/spacer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/spacer.png -------------------------------------------------------------------------------- /screen-2x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/screen-2x.jpg -------------------------------------------------------------------------------- /img/b_browse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_browse.png -------------------------------------------------------------------------------- /img/b_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_chart.png -------------------------------------------------------------------------------- /img/b_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_close.png -------------------------------------------------------------------------------- /img/b_deltbl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_deltbl.png -------------------------------------------------------------------------------- /img/b_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_empty.png -------------------------------------------------------------------------------- /img/b_engine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_engine.png -------------------------------------------------------------------------------- /img/b_events.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_events.png -------------------------------------------------------------------------------- /img/b_export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_export.png -------------------------------------------------------------------------------- /img/b_ftext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_ftext.png -------------------------------------------------------------------------------- /img/b_globe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_globe.gif -------------------------------------------------------------------------------- /img/b_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_group.png -------------------------------------------------------------------------------- /img/b_import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_import.png -------------------------------------------------------------------------------- /img/b_index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_index.png -------------------------------------------------------------------------------- /img/b_insrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_insrow.png -------------------------------------------------------------------------------- /img/b_minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_minus.png -------------------------------------------------------------------------------- /img/b_newdb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_newdb.png -------------------------------------------------------------------------------- /img/b_newtbl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_newtbl.png -------------------------------------------------------------------------------- /img/b_plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_plugin.png -------------------------------------------------------------------------------- /img/b_print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_print.png -------------------------------------------------------------------------------- /img/b_props.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_props.png -------------------------------------------------------------------------------- /img/b_report.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_report.png -------------------------------------------------------------------------------- /img/b_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_right.png -------------------------------------------------------------------------------- /img/b_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_search.png -------------------------------------------------------------------------------- /img/b_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_select.png -------------------------------------------------------------------------------- /img/b_tblops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_tblops.png -------------------------------------------------------------------------------- /img/b_unique.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_unique.png -------------------------------------------------------------------------------- /img/b_usradd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_usradd.png -------------------------------------------------------------------------------- /img/b_views.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_views.png -------------------------------------------------------------------------------- /img/bd_drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/bd_drop.png -------------------------------------------------------------------------------- /img/bd_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/bd_edit.png -------------------------------------------------------------------------------- /img/bd_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/bd_empty.png -------------------------------------------------------------------------------- /img/bd_ftext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/bd_ftext.png -------------------------------------------------------------------------------- /img/bd_index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/bd_index.png -------------------------------------------------------------------------------- /img/cleardot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/cleardot.gif -------------------------------------------------------------------------------- /img/col_drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/col_drop.png -------------------------------------------------------------------------------- /img/console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/console.png -------------------------------------------------------------------------------- /img/eye_grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/eye_grey.png -------------------------------------------------------------------------------- /img/new_data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/new_data.png -------------------------------------------------------------------------------- /img/s_cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/s_cancel.png -------------------------------------------------------------------------------- /img/s_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/s_error.png -------------------------------------------------------------------------------- /img/s_notice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/s_notice.png -------------------------------------------------------------------------------- /img/s_passwd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/s_passwd.png -------------------------------------------------------------------------------- /img/s_really.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/s_really.png -------------------------------------------------------------------------------- /img/s_reload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/s_reload.png -------------------------------------------------------------------------------- /img/s_rights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/s_rights.png -------------------------------------------------------------------------------- /img/s_status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/s_status.png -------------------------------------------------------------------------------- /img/s_theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/s_theme.png -------------------------------------------------------------------------------- /img/s_unlink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/s_unlink.png -------------------------------------------------------------------------------- /img/s_views.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/s_views.png -------------------------------------------------------------------------------- /img/b_bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_bookmark.png -------------------------------------------------------------------------------- /img/b_calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_calendar.png -------------------------------------------------------------------------------- /img/b_comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_comment.png -------------------------------------------------------------------------------- /img/b_event_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_event_add.png -------------------------------------------------------------------------------- /img/b_favorite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_favorite.png -------------------------------------------------------------------------------- /img/b_index_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_index_add.png -------------------------------------------------------------------------------- /img/b_nextpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_nextpage.png -------------------------------------------------------------------------------- /img/b_primary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_primary.png -------------------------------------------------------------------------------- /img/b_relations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_relations.png -------------------------------------------------------------------------------- /img/b_routines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_routines.png -------------------------------------------------------------------------------- /img/b_saveimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_saveimage.png -------------------------------------------------------------------------------- /img/b_sbrowse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_sbrowse.png -------------------------------------------------------------------------------- /img/b_snewtbl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_snewtbl.png -------------------------------------------------------------------------------- /img/b_spatial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_spatial.png -------------------------------------------------------------------------------- /img/b_sqlhelp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_sqlhelp.png -------------------------------------------------------------------------------- /img/b_table_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_table_add.png -------------------------------------------------------------------------------- /img/b_tblexport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_tblexport.png -------------------------------------------------------------------------------- /img/b_tblimport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_tblimport.png -------------------------------------------------------------------------------- /img/b_triggers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_triggers.png -------------------------------------------------------------------------------- /img/b_usrcheck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_usrcheck.png -------------------------------------------------------------------------------- /img/b_usrdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_usrdrop.png -------------------------------------------------------------------------------- /img/b_usredit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_usredit.png -------------------------------------------------------------------------------- /img/b_usrlist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_usrlist.png -------------------------------------------------------------------------------- /img/b_versions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_versions.png -------------------------------------------------------------------------------- /img/b_view_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_view_add.png -------------------------------------------------------------------------------- /img/bd_browse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/bd_browse.png -------------------------------------------------------------------------------- /img/bd_deltbl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/bd_deltbl.png -------------------------------------------------------------------------------- /img/bd_export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/bd_export.png -------------------------------------------------------------------------------- /img/bd_insrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/bd_insrow.png -------------------------------------------------------------------------------- /img/bd_nextpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/bd_nextpage.png -------------------------------------------------------------------------------- /img/bd_primary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/bd_primary.png -------------------------------------------------------------------------------- /img/bd_sbrowse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/bd_sbrowse.png -------------------------------------------------------------------------------- /img/bd_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/bd_select.png -------------------------------------------------------------------------------- /img/bd_spatial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/bd_spatial.png -------------------------------------------------------------------------------- /img/bd_unique.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/bd_unique.png -------------------------------------------------------------------------------- /img/col_pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/col_pointer.png -------------------------------------------------------------------------------- /img/east-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/east-mini.png -------------------------------------------------------------------------------- /img/lightbulb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/lightbulb.png -------------------------------------------------------------------------------- /img/logo_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/logo_right.png -------------------------------------------------------------------------------- /img/new_struct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/new_struct.png -------------------------------------------------------------------------------- /img/normalize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/normalize.png -------------------------------------------------------------------------------- /img/north-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/north-mini.png -------------------------------------------------------------------------------- /img/s_attention.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/s_attention.png -------------------------------------------------------------------------------- /img/s_fulltext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/s_fulltext.png -------------------------------------------------------------------------------- /img/s_loggoff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/s_loggoff.png -------------------------------------------------------------------------------- /img/s_sortable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/s_sortable.png -------------------------------------------------------------------------------- /img/s_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/s_success.png -------------------------------------------------------------------------------- /img/south-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/south-mini.png -------------------------------------------------------------------------------- /img/toggle-ltr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/toggle-ltr.png -------------------------------------------------------------------------------- /img/toggle-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/toggle-rtl.png -------------------------------------------------------------------------------- /img/west-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/west-mini.png -------------------------------------------------------------------------------- /img/window-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/window-new.png -------------------------------------------------------------------------------- /screen-dark-2x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/screen-dark-2x.jpg -------------------------------------------------------------------------------- /img/b_column_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_column_add.png -------------------------------------------------------------------------------- /img/b_inline_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_inline_edit.png -------------------------------------------------------------------------------- /img/b_no_favorite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_no_favorite.png -------------------------------------------------------------------------------- /img/b_routine_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_routine_add.png -------------------------------------------------------------------------------- /img/b_tblanalyse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_tblanalyse.png -------------------------------------------------------------------------------- /img/b_tbloptimize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_tbloptimize.png -------------------------------------------------------------------------------- /img/b_trigger_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_trigger_add.png -------------------------------------------------------------------------------- /img/lightbulb_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/lightbulb_off.png -------------------------------------------------------------------------------- /img/s_collapseall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/s_collapseall.png -------------------------------------------------------------------------------- /img/s_partialtext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/s_partialtext.png -------------------------------------------------------------------------------- /img/s_replication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/s_replication.png -------------------------------------------------------------------------------- /img/vertical_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/vertical_line.png -------------------------------------------------------------------------------- /img/ajax_clock_small.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/ajax_clock_small.gif -------------------------------------------------------------------------------- /img/b_dbstatistics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_dbstatistics.png -------------------------------------------------------------------------------- /img/b_find_replace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/b_find_replace.png -------------------------------------------------------------------------------- /img/bd_routine_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/bd_routine_add.png -------------------------------------------------------------------------------- /img/centralColumns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/centralColumns.png -------------------------------------------------------------------------------- /img/col_pointer_ver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/col_pointer_ver.png -------------------------------------------------------------------------------- /img/new_data_hovered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/new_data_hovered.png -------------------------------------------------------------------------------- /img/zoom-minus-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/zoom-minus-mini.png -------------------------------------------------------------------------------- /img/zoom-plus-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/zoom-plus-mini.png -------------------------------------------------------------------------------- /img/zoom-world-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/zoom-world-mini.png -------------------------------------------------------------------------------- /img/centralColumns_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/centralColumns_add.png -------------------------------------------------------------------------------- /img/new_data_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/new_data_selected.png -------------------------------------------------------------------------------- /img/new_struct_hovered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/new_struct_hovered.png -------------------------------------------------------------------------------- /img/centralColumns_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/centralColumns_delete.png -------------------------------------------------------------------------------- /img/new_struct_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/new_struct_selected.png -------------------------------------------------------------------------------- /img/new_data_selected_hovered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/new_data_selected_hovered.png -------------------------------------------------------------------------------- /img/new_struct_selected_hovered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/img/new_struct_selected_hovered.png -------------------------------------------------------------------------------- /css/fonts/Quicksand/Quicksand-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/css/fonts/Quicksand/Quicksand-Bold.eot -------------------------------------------------------------------------------- /css/fonts/Quicksand/Quicksand-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/css/fonts/Quicksand/Quicksand-Bold.ttf -------------------------------------------------------------------------------- /css/fonts/Quicksand/Quicksand-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/css/fonts/Quicksand/Quicksand-Bold.woff -------------------------------------------------------------------------------- /css/fonts/Quicksand/Quicksand-Light.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/css/fonts/Quicksand/Quicksand-Light.eot -------------------------------------------------------------------------------- /css/fonts/Quicksand/Quicksand-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/css/fonts/Quicksand/Quicksand-Light.ttf -------------------------------------------------------------------------------- /css/fonts/Quicksand/Quicksand-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/css/fonts/Quicksand/Quicksand-Bold.woff2 -------------------------------------------------------------------------------- /css/fonts/Quicksand/Quicksand-Light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/css/fonts/Quicksand/Quicksand-Light.woff -------------------------------------------------------------------------------- /css/fonts/Quicksand/Quicksand-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/css/fonts/Quicksand/Quicksand-Light.woff2 -------------------------------------------------------------------------------- /css/fonts/Quicksand/Quicksand-Medium.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/css/fonts/Quicksand/Quicksand-Medium.eot -------------------------------------------------------------------------------- /css/fonts/Quicksand/Quicksand-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/css/fonts/Quicksand/Quicksand-Medium.ttf -------------------------------------------------------------------------------- /css/fonts/Quicksand/Quicksand-Medium.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/css/fonts/Quicksand/Quicksand-Medium.woff -------------------------------------------------------------------------------- /css/fonts/Quicksand/Quicksand-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/css/fonts/Quicksand/Quicksand-Regular.eot -------------------------------------------------------------------------------- /css/fonts/Quicksand/Quicksand-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/css/fonts/Quicksand/Quicksand-Regular.ttf -------------------------------------------------------------------------------- /jquery/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/jquery/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /jquery/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/jquery/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /jquery/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/jquery/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /jquery/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/jquery/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /jquery/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/jquery/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /css/fonts/Quicksand/Quicksand-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/css/fonts/Quicksand/Quicksand-Medium.woff2 -------------------------------------------------------------------------------- /css/fonts/Quicksand/Quicksand-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/css/fonts/Quicksand/Quicksand-Regular.woff -------------------------------------------------------------------------------- /css/fonts/Quicksand/Quicksand-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/css/fonts/Quicksand/Quicksand-Regular.woff2 -------------------------------------------------------------------------------- /jquery/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /jquery/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/jquery/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /jquery/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/jquery/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /jquery/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /jquery/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/jquery/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/HEAD/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "AIO", 3 | "version": "5.1", 4 | "description": "A new interface for lovely phpMyAdmin", 5 | "author": "Shaikh", 6 | "url": "https://www.shaikh.dev/", 7 | "supports": ["5.1"] 8 | } 9 | -------------------------------------------------------------------------------- /img/g/more.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /img/g/star.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /img/g/star_on.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /img/n/more.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /img/n/star.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /img/n/star_on.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /img/nav_collapser.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /img/s/logout.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /img/console.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /img/delete.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /img/s/trash.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /img/g/nav.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /img/n/nav.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /img/n/plugin.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /css/printview.css.map: -------------------------------------------------------------------------------- 1 | {"version":3,"sourceRoot":"","sources":["../../pmahomme/scss/printview.scss"],"names":[],"mappings":"AAAA,aACE,iDAEE,cAKJ,cACE,aAGF,QACE,mBAGF,MACE,aAIF,iBAIE,WACA,sBACA,eAIF,OACE,WACA,qBAIF,IACE,SAIF,YAGE,uBACA,sBAGF,MACE,yBACA,oBAGF,MACE,yBACA,oBACA,uBACA,gBAGF,MAEE,aAGF,SACE,iBACA,yBACA,uBAGF,gBAEE,mBAGF,sBAEE,sBAWF,qKAUE,aAIF,cACE,kBACA,OACA,MACA,UACA,WAIF,OACE,sBAIF,YACE,sBAGF,UACE,WACA,sBAKF,+HAWE,aAKA,4CACE,gBAEA,+CACE,gBAKJ,6CACE,mBAEA,gDACE,mBAKN,kBACE","file":"printview.css"} -------------------------------------------------------------------------------- /img/s/home.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /img/g/add.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /img/n/add.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /img/n/user.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /img/minus.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /img/s/night.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /img/g/select.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /img/n/select.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /img/n/export.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /img/n/import.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /img/n/search.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /img/plus.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /img/info.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /img/search.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /img/close.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /img/close_w.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /img/view.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /img/asc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /img/desc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /img/g/user.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /img/g/folder.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /img/n/folder.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /img/s/help.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /img/g/rep.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 10 | 12 | 13 | -------------------------------------------------------------------------------- /img/n/eng.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /img/n/rep.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 10 | 12 | 13 | -------------------------------------------------------------------------------- /img/g/search.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /img/g/plugin.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 12 | 13 | -------------------------------------------------------------------------------- /img/n/var.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /img/theme.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /img/empty.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /img/g/export.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | 11 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /img/g/import.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | 11 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /img/g/table.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /img/n/table.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /img/n/settings.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /img/table_w.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /img/n/status.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /img/table.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /img/n/trigger.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /img/col.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 12 | 13 | 14 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # AIO - phpMyAdmin Theme 2 | A brilliantly coded AIO (All-In-One) Theme for phpMyAdmin 3 | 4 | Preview 5 | ![AIOphpMyAdmin Theme](https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/main/screen-2x.jpg) 6 | 7 | Dark Mode Preview 8 | ![AIOphpMyAdmin Theme](https://raw.githubusercontent.com/AIOFrame/phpMyAdmin/main/screen-dark-2x.jpg) 9 | 10 | 11 | ### General Instructions 12 | 13 | Pull the directory to phpMyAdmin root / themes 14 | 15 | ### phpMyAdmin root guide 16 | 17 | MAMP Pro - ~/Library/Application Support/appsolute/MAMP PRO/phpMyAdmin/themes/ 18 | 19 | ### What's new? 20 | 21 | Version 1.0 - 31 Jan 2021 22 | - Initial Design Code 23 | 24 | Version 1.1 - 2 Feb 2021 25 | - Contrasts increased 26 | - Colored Icons 27 | - Improved Tabs UI 28 | - Improved Table UI 29 | - Improved Modal UI 30 | - Added new icons (grouped icon) 31 | - Improved input and select UI 32 | 33 | Version 1.2 - 5 Feb 2021 34 | - Dark Mode 35 | - Icon Fixes for Dark Mode 36 | 37 | ### What's next? 38 | 39 | 1. Shoot your requests to shaikh@aioframe.com -------------------------------------------------------------------------------- /img/s/settings.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /img/folder.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 12 | 13 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /img/folder_b.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 12 | 13 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /img/fun.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /img/g/edit.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 12 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /img/n/edit.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 12 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /img/folder_w.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 12 | 13 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /img/help.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 14 | 15 | -------------------------------------------------------------------------------- /img/g/var.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 14 | 15 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2021 AIO 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /img/g/eng.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 14 | 15 | -------------------------------------------------------------------------------- /img/g/db.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 10 | 12 | 14 | 16 | 17 | -------------------------------------------------------------------------------- /img/n/db.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 10 | 12 | 14 | 16 | 17 | -------------------------------------------------------------------------------- /img/g/trigger.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 12 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /img/n/relations.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /img/col_add.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | 11 | 13 | 14 | 15 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /img/g/status.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 14 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /img/n/event.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /img/db.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 11 | 13 | 15 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /img/table_add.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /img/db_w.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 11 | 13 | 15 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /img/g/browse.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /img/db_b.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 12 | 14 | 16 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /img/n/browse.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 11 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /css/printview.css: -------------------------------------------------------------------------------- 1 | @media print{#back_button_print_view,#print_button_print_view{display:none}}.print_ignore{display:none}.nowrap{white-space:nowrap}.hide{display:none}body,table,th,td{color:#000;background-color:#fff;font-size:12px}a:link{color:#000;text-decoration:none}img{border:0}table,th,td{border:.1em solid #000;background-color:#fff}table{border-collapse:collapse;border-spacing:.2em}thead{border-collapse:collapse;border-spacing:.2em;border:.1em solid #000;font-weight:900}th,td{padding:.2em}thead th{font-weight:bold;background-color:#e5e5e5;border:.1em solid #000}th.vtop,td.vtop{vertical-align:top}th.vbottom,td.vbottom{vertical-align:bottom}#pma_navigation,#floating_menubar,#pma_console_container,#page_nav_icons,#create_table_form_minimal,#page_settings_modal,#pma_footer,#pma_demo,#pma_errors,#selflink{display:none}#page_content{position:absolute;left:0;top:0;width:95%;float:none}.print{background-color:#000}div.success{background-color:#fff}.sqlOuter{color:#000;background-color:#000}.ic_window-new,.ic_s_cog,.sticky_columns tr,#structure-action-links,#addColumns,#topmenu2,.cDrop,.cEdit,.cList,.cCpy,.cPointer{display:none}table tbody:first-of-type tr:nth-child(odd){background:#fff}table tbody:first-of-type tr:nth-child(odd) th{background:#fff}table tbody:first-of-type tr:nth-child(even){background:#dfdfdf}table tbody:first-of-type tr:nth-child(even) th{background:#dfdfdf}.column_attribute{font-size:100%}/*# sourceMappingURL=printview.css.map */ 2 | -------------------------------------------------------------------------------- /img/g/settings.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 17 | 18 | -------------------------------------------------------------------------------- /img/n/timer.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /img/table_del.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /img/g/book.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /img/n/book.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /img/g/relations.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 15 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /img/lang.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 11 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /img/g/timer.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 18 | 19 | 20 | 21 | 22 | 25 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /img/g/print.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /img/n/print.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /img/g/key.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | 13 | 19 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /img/n/key.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | 13 | 19 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /img/index.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 19 | 20 | 22 | 24 | 26 | 27 | -------------------------------------------------------------------------------- /img/db_add_w.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | 11 | 13 | 15 | 17 | 19 | 20 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /scss/_variables.scss: -------------------------------------------------------------------------------- 1 | // configures general layout for detailed layout configuration please refer to the css files 2 | 3 | // navi frame 4 | 5 | // navi frame width 6 | $navi-width: 240px; 7 | 8 | // foreground (text) color for the navi frame 9 | $navi-color: #000; 10 | 11 | // background for the navi frame 12 | $navi-background: #d0dce0; 13 | 14 | // foreground (text) color of the pointer in navi frame 15 | $navi-pointer-color: #000; 16 | 17 | // background of the pointer in navi frame 18 | $navi-pointer-background: #99c; 19 | 20 | // main frame 21 | 22 | // foreground (text) color for the main frame 23 | $main-color: #000; 24 | 25 | // background for the main frame 26 | $main-background: #f5f5f5; 27 | 28 | // foreground (text) color of the pointer in browse mode 29 | $browse-pointer-color: #000; 30 | 31 | // background of the pointer in browse mode 32 | $browse-pointer-background: #cfc; 33 | 34 | // foreground (text) color of the marker (visually marks row by clicking on it) 35 | // in browse mode 36 | $browse-marker-color: #000; 37 | 38 | // background of the marker (visually marks row by clicking on it) in browse mode 39 | $browse-marker-background: #fc9; 40 | 41 | // fonts 42 | 43 | // the font family as a valid css font family value, if not set the browser default will be 44 | // used (depending on browser, DTD and system settings) 45 | $font-family: sans-serif; 46 | // fixed width font family, used in textarea 47 | $font-family-fixed: monospace; 48 | 49 | // tables 50 | 51 | // border 52 | $border: 0; 53 | // table header and footer color 54 | $th-background: #d3dce3; 55 | // table header and footer background 56 | $th-color: #000; 57 | // table data row background 58 | $bg-one: #e5e5e5; 59 | // table data row background, alternate 60 | $bg-two: #d5d5d5; 61 | -------------------------------------------------------------------------------- /img/g/event.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 11 | 20 | 21 | -------------------------------------------------------------------------------- /img/g/sql.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 20 | 21 | -------------------------------------------------------------------------------- /img/n/sql.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 20 | 21 | -------------------------------------------------------------------------------- /img/db_add_b.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | 11 | 13 | 15 | 17 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /img/key.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 11 | 12 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /img/s/reload.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /img/n/charset.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /img/g/charset.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 24 | 25 | -------------------------------------------------------------------------------- /img/g/lang.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /img/n/lang.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /img/server_w.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /img/logo_left_w.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 11 | 12 | 13 | 16 | 18 | 21 | 22 | 23 | 24 | 27 | 28 | 31 | 33 | 34 | 36 | 37 | 38 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /img/db_add.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /img/logo_left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /scss/_navigation.scss: -------------------------------------------------------------------------------- 1 | // Navigation styles for the original theme 2 | 3 | #pma_navigation_content { 4 | width: 100%; 5 | height: 100%; 6 | position: absolute; 7 | top: 0; 8 | #{$left}: 0; 9 | z-index: 0; 10 | padding-bottom: 1em; 11 | } 12 | 13 | #pma_navigation { 14 | background: $navi-background; 15 | color: $navi-color; 16 | width: $navi-width; 17 | overflow: hidden; 18 | position: fixed; 19 | top: 0; 20 | #{$left}: 0; 21 | height: 100vh; 22 | border-#{$right}: 1px solid gray; 23 | z-index: 800; 24 | 25 | ul { 26 | margin: 0; 27 | } 28 | 29 | form { 30 | margin: 0; 31 | padding: 0; 32 | display: inline; 33 | } 34 | 35 | select { 36 | &#select_server, 37 | &#lightm_db { 38 | width: 100%; 39 | } 40 | } 41 | 42 | div { 43 | &.pageselector { 44 | text-align: center; 45 | margin: 0 0 0; 46 | margin-#{$left}: 0.75em; 47 | border-#{$left}: 1px solid #666; 48 | } 49 | 50 | &#pmalogo { 51 | background-color: $navi-background; 52 | padding: 0.3em; 53 | } 54 | 55 | &#recentTableList, 56 | &#FavoriteTableList { 57 | text-align: center; 58 | margin-bottom: 0.5em; 59 | } 60 | } 61 | 62 | #recentTable, 63 | #FavoriteTable { 64 | width: 200px; 65 | } 66 | 67 | #pmalogo, 68 | #serverChoice, 69 | #navipanellinks, 70 | #recentTableList, 71 | #FavoriteTableList, 72 | #databaseList, 73 | div.pageselector.dbselector { 74 | text-align: center; 75 | margin-bottom: 0.3em; 76 | padding-bottom: 0.3em; 77 | border: 0; 78 | } 79 | 80 | #navipanellinks .icon { 81 | margin: 0; 82 | } 83 | 84 | #recentTableList select, 85 | #FavoriteTableList select, 86 | #serverChoice select { 87 | width: 80%; 88 | } 89 | 90 | #recentTableList, 91 | #FavoriteTableList { 92 | margin-bottom: 0; 93 | padding-bottom: 0; 94 | } 95 | } 96 | 97 | #pma_navigation_content > img.throbber { 98 | display: block; 99 | margin: 0 auto; 100 | } 101 | 102 | #pma_navigation_tree { 103 | margin: 0; 104 | margin-#{$left}: 1em; 105 | color: #444; 106 | height: 74%; 107 | position: relative; 108 | } 109 | 110 | #pma_navigation_select_database { 111 | text-align: $left; 112 | padding: 0 0 0; 113 | border: 0; 114 | margin: 0; 115 | } 116 | 117 | #pma_navigation_db_select { 118 | margin-top: 0.5em; 119 | margin-#{$left}: 0.75em; 120 | 121 | select { 122 | background: url("../../pmahomme/img/select_bg.png") repeat scroll 0 0; 123 | -webkit-border-radius: 2px; 124 | border-radius: 2px; 125 | border: 1px solid #bbb; 126 | border-top: 1px solid #bbb; 127 | color: #333; 128 | padding: 4px 6px; 129 | margin: 0 0 0; 130 | width: 92%; 131 | font-size: 1.11em; 132 | } 133 | } 134 | 135 | #pma_navigation_tree_content { 136 | width: 100%; 137 | overflow: hidden; 138 | overflow-y: auto; 139 | position: absolute; 140 | height: 100%; 141 | 142 | a.hover_show_full { 143 | position: relative; 144 | z-index: 100; 145 | vertical-align: sub; 146 | } 147 | } 148 | 149 | #pma_navigation_tree { 150 | a { 151 | color: $navi-color; 152 | padding-left: 0; 153 | 154 | &:hover { 155 | text-decoration: underline; 156 | } 157 | } 158 | 159 | li { 160 | margin-bottom: 0; 161 | 162 | &.activePointer, 163 | &.selected { 164 | color: $navi-pointer-color; 165 | background-color: $navi-pointer-background; 166 | } 167 | 168 | .dbItemControls { 169 | padding-#{$left}: 4px; 170 | } 171 | 172 | .navItemControls { 173 | display: none; 174 | padding-#{$left}: 4px; 175 | } 176 | 177 | &.activePointer .navItemControls { 178 | display: inline; 179 | opacity: 0.5; 180 | 181 | &:hover { 182 | display: inline; 183 | opacity: 1; 184 | } 185 | } 186 | } 187 | 188 | ul { 189 | clear: both; 190 | padding: 0; 191 | list-style-type: none; 192 | margin: 0; 193 | 194 | ul { 195 | position: relative; 196 | } 197 | } 198 | 199 | li { 200 | white-space: nowrap; 201 | clear: both; 202 | min-height: 16px; 203 | } 204 | 205 | img { 206 | margin: 0; 207 | } 208 | 209 | i { 210 | display: block; 211 | } 212 | 213 | div.block { 214 | position: relative; 215 | width: 1.5em; 216 | height: 1.5em; 217 | min-width: 16px; 218 | min-height: 16px; 219 | float: $left; 220 | 221 | &.double { 222 | width: 3em; 223 | } 224 | 225 | i, 226 | b { 227 | width: 1.5em; 228 | height: 1.7em; 229 | min-width: 16px; 230 | min-height: 8px; 231 | position: absolute; 232 | bottom: 0.7em; 233 | #{$left}: 0.75em; 234 | z-index: 0; 235 | } 236 | 237 | i { 238 | border-#{$left}: 1px solid #666; 239 | border-bottom: 1px solid #666; 240 | position: relative; 241 | z-index: 0; 242 | 243 | &.first { 244 | border-#{$left}: 0; 245 | } 246 | } 247 | 248 | b { 249 | display: block; 250 | height: 0.75em; 251 | bottom: 0; 252 | #{$left}: 0.75em; 253 | border-#{$left}: 1px solid #666; 254 | } 255 | 256 | a, 257 | u { 258 | position: absolute; 259 | #{$left}: 50%; 260 | top: 50%; 261 | z-index: 10; 262 | } 263 | 264 | a + a { 265 | #{$left}: 100%; 266 | } 267 | 268 | &.double { 269 | a, 270 | u { 271 | #{$left}: 25%; 272 | } 273 | 274 | a + a { 275 | #{$left}: 70%; 276 | } 277 | } 278 | 279 | img { 280 | position: relative; 281 | top: -0.6em; 282 | #{$left}: 0; 283 | margin-#{$left}: -5px; 284 | } 285 | } 286 | 287 | li { 288 | &.last > ul { 289 | background: none; 290 | } 291 | 292 | > { 293 | a, 294 | i { 295 | line-height: 1.5em; 296 | height: 1.5em; 297 | padding-#{$left}: 0.3em; 298 | } 299 | } 300 | } 301 | 302 | .list_container { 303 | border-#{$left}: 1px solid #666; 304 | margin-#{$left}: 0.75em; 305 | padding-#{$left}: 0.75em; 306 | } 307 | 308 | .last > .list_container { 309 | border-#{$left}: 0 solid #666; 310 | } 311 | } 312 | 313 | li.fast_filter { 314 | padding-#{$left}: 0.75em; 315 | margin-#{$left}: 0.75em; 316 | padding-#{$right}: 35px; 317 | border-#{$left}: 1px solid #666; 318 | 319 | input { 320 | padding-#{$right}: 1.7em; 321 | width: 100%; 322 | } 323 | 324 | span { 325 | position: relative; 326 | #{$right}: 1.5em; 327 | padding: 0.2em; 328 | cursor: pointer; 329 | font-weight: bold; 330 | color: #800; 331 | } 332 | } 333 | 334 | html.ie { 335 | li.fast_filter span { 336 | display: none; 337 | } 338 | 339 | &.ie9 li.fast_filter span, 340 | &.ie8 li.fast_filter span { 341 | display: auto; 342 | } 343 | 344 | li.fast_filter input { 345 | padding-#{$right}: 0.2em; 346 | } 347 | 348 | &.ie9 li.fast_filter input, 349 | &.ie8 li.fast_filter input { 350 | padding-#{$right}: 1.7em; 351 | } 352 | } 353 | 354 | li.fast_filter.db_fast_filter { 355 | border: 0; 356 | } 357 | 358 | /* Resize handler */ 359 | #pma_navigation_resizer { 360 | width: 3px; 361 | height: 100%; 362 | background-color: #aaa; 363 | cursor: col-resize; 364 | position: fixed; 365 | top: 0; 366 | #{$left}: $navi-width; 367 | z-index: 801; 368 | } 369 | 370 | #pma_navigation_collapser { 371 | width: 20px; 372 | height: 22px; 373 | line-height: 22px; 374 | background: #eee; 375 | color: #555; 376 | font-weight: bold; 377 | position: fixed; 378 | top: 0; 379 | #{$left}: $navi-width; 380 | text-align: center; 381 | cursor: pointer; 382 | z-index: 800; 383 | text-shadow: 0 1px 0 #fff; 384 | filter: dropshadow(color = #fff, offx = 0, offy = 1); 385 | border: 1px solid #888; 386 | } 387 | 388 | #navigation_controls_outer { 389 | min-height: 21px !important; 390 | 391 | &.activePointer { 392 | background-color: transparent !important; 393 | } 394 | } 395 | 396 | #navigation_controls { 397 | float: $right; 398 | padding-#{$right}: 23px; 399 | } 400 | 401 | .pma_quick_warp { 402 | margin-top: 5px; 403 | margin-#{$left}: 2px; 404 | position: relative; 405 | 406 | .drop_list { 407 | float: $left; 408 | margin-#{$left}: 3px; 409 | padding: 2px 0; 410 | } 411 | 412 | .drop_button { 413 | padding: 0 0.3em; 414 | border: 1px solid #ddd; 415 | background: #f2f2f2; 416 | cursor: pointer; 417 | } 418 | 419 | .drop_list { 420 | &:hover .drop_button { 421 | background: #fff; 422 | } 423 | 424 | ul { 425 | position: absolute; 426 | margin: 0; 427 | padding: 0; 428 | overflow: hidden; 429 | overflow-y: auto; 430 | list-style: none; 431 | background: #fff; 432 | border: 1px solid #ddd; 433 | border-top-right-radius: 0; 434 | border-bottom-right-radius: 0; 435 | top: 100%; 436 | #{$left}: 3px; 437 | #{$right}: 0; 438 | display: none; 439 | z-index: 802; 440 | } 441 | 442 | &:hover ul { 443 | display: block; 444 | } 445 | 446 | li { 447 | white-space: nowrap; 448 | 449 | img { 450 | vertical-align: sub; 451 | } 452 | 453 | &:hover { 454 | background: #f2f2f2; 455 | } 456 | } 457 | 458 | a { 459 | display: block; 460 | padding: 0.1em 0.3em; 461 | 462 | &.favorite_table_anchor { 463 | clear: $left; 464 | float: $left; 465 | padding: 0.1em 0.3em 0; 466 | } 467 | } 468 | } 469 | } 470 | -------------------------------------------------------------------------------- /scss/_icons.scss: -------------------------------------------------------------------------------- 1 | .icon { 2 | margin: 0; 3 | margin-#{$left}: 0.3em; 4 | padding: 0 !important; 5 | width: 16px; 6 | height: 16px; 7 | } 8 | 9 | .icon_fulltext { 10 | width: 50px; 11 | height: 19px; 12 | } 13 | 14 | .ic_asc_order { 15 | background-image: url('../../pmahomme/img/asc_order.png'); 16 | } 17 | 18 | .ic_b_bookmark { 19 | background-image: url('../img/b_bookmark.png'); 20 | } 21 | 22 | .ic_b_browse { 23 | background-image: url('../img/b_browse.png'); 24 | } 25 | 26 | .ic_b_calendar { 27 | background-image: url('../img/b_calendar.png'); 28 | } 29 | 30 | .ic_b_chart { 31 | background-image: url('../img/b_chart.png'); 32 | } 33 | 34 | .ic_b_close { 35 | background-image: url('../img/b_close.png'); 36 | } 37 | 38 | .ic_b_column_add { 39 | background-image: url('../img/b_column_add.png'); 40 | } 41 | 42 | .ic_b_comment { 43 | background-image: url('../img/b_comment.png'); 44 | } 45 | 46 | .ic_b_dbstatistics { 47 | background-image: url('../img/b_dbstatistics.png'); 48 | } 49 | 50 | .ic_b_deltbl { 51 | background-image: url('../img/b_deltbl.png'); 52 | } 53 | 54 | .ic_b_docs { 55 | background-image: url('../img/b_docs.png'); 56 | } 57 | 58 | .ic_b_docsql { 59 | background-image: url('../../pmahomme/img/b_docsql.png'); 60 | } 61 | 62 | .ic_b_drop { 63 | background-image: url('../img/b_drop.png'); 64 | } 65 | 66 | .ic_b_edit { 67 | background-image: url('../img/b_edit.png'); 68 | } 69 | 70 | .ic_b_empty { 71 | background-image: url('../img/b_empty.png'); 72 | } 73 | 74 | .ic_b_engine { 75 | background-image: url('../img/b_engine.png'); 76 | } 77 | 78 | .ic_b_event_add { 79 | background-image: url('../img/b_event_add.png'); 80 | } 81 | 82 | .ic_b_events { 83 | background-image: url('../img/b_events.png'); 84 | } 85 | 86 | .ic_b_export { 87 | background-image: url('../img/b_export.png'); 88 | } 89 | 90 | .ic_b_favorite { 91 | background-image: url('../img/b_favorite.png'); 92 | } 93 | 94 | .ic_b_find_replace { 95 | background-image: url('../img/b_find_replace.png'); 96 | } 97 | 98 | .ic_b_firstpage { 99 | background-image: url('../../pmahomme/img/b_firstpage.png'); 100 | } 101 | 102 | .ic_b_ftext { 103 | background-image: url('../img/b_ftext.png'); 104 | } 105 | 106 | .ic_b_globe { 107 | background-image: url('../img/b_globe.gif'); 108 | } 109 | 110 | .ic_b_group { 111 | background-image: url('../img/b_group.png'); 112 | } 113 | 114 | .ic_b_help { 115 | background-image: url('../img/b_help.png'); 116 | } 117 | 118 | .ic_b_home { 119 | background-image: url('../img/b_home.png'); 120 | } 121 | 122 | .ic_b_import { 123 | background-image: url('../img/b_import.png'); 124 | } 125 | 126 | .ic_b_index { 127 | background-image: url('../img/b_index.png'); 128 | } 129 | 130 | .ic_b_index_add { 131 | background-image: url('../img/b_index_add.png'); 132 | } 133 | 134 | .ic_b_inline_edit { 135 | background-image: url('../img/b_inline_edit.png'); 136 | } 137 | 138 | .ic_b_insrow { 139 | background-image: url('../img/b_insrow.png'); 140 | } 141 | 142 | .ic_b_lastpage { 143 | background-image: url('../../pmahomme/img/b_lastpage.png'); 144 | } 145 | 146 | .ic_b_minus { 147 | background-image: url('../img/b_minus.png'); 148 | } 149 | 150 | .ic_b_more { 151 | background-image: url('../img/b_more.png'); 152 | } 153 | 154 | .ic_b_move { 155 | background-image: url('../img/b_move.png'); 156 | } 157 | 158 | .ic_b_newdb { 159 | background-image: url('../img/b_newdb.png'); 160 | } 161 | 162 | .ic_b_newtbl { 163 | background-image: url('../img/b_newtbl.png'); 164 | } 165 | 166 | .ic_b_nextpage { 167 | background-image: url('../img/b_nextpage.png'); 168 | } 169 | 170 | .ic_b_no_favorite { 171 | background-image: url('../img/b_no_favorite.png'); 172 | } 173 | 174 | .ic_b_pdfdoc { 175 | background-image: url('../../pmahomme/img/b_pdfdoc.png'); 176 | } 177 | 178 | .ic_b_plugin { 179 | background-image: url('../img/b_plugin.png'); 180 | } 181 | 182 | .ic_b_plus { 183 | background-image: url('../img/b_plus.png'); 184 | } 185 | 186 | .ic_b_prevpage { 187 | background-image: url('../../pmahomme/img/b_prevpage.png'); 188 | } 189 | 190 | .ic_b_primary { 191 | background-image: url('../img/b_primary.png'); 192 | } 193 | 194 | .ic_b_print { 195 | background-image: url('../img/b_print.png'); 196 | } 197 | 198 | .ic_b_props { 199 | background-image: url('../img/b_props.png'); 200 | } 201 | 202 | .ic_b_relations { 203 | background-image: url('../img/b_relations.png'); 204 | } 205 | 206 | .ic_b_report { 207 | background-image: url('../img/b_report.png'); 208 | } 209 | 210 | .ic_b_routine_add { 211 | background-image: url('../img/b_routine_add.png'); 212 | } 213 | 214 | .ic_b_routines { 215 | background-image: url('../img/b_routines.png'); 216 | } 217 | 218 | .ic_b_save { 219 | background-image: url('../img/b_save.png'); 220 | } 221 | 222 | .ic_b_saveimage { 223 | background-image: url('../img/b_saveimage.png'); 224 | } 225 | 226 | .ic_b_sbrowse { 227 | background-image: url('../img/b_sbrowse.png'); 228 | } 229 | 230 | .ic_b_sdb { 231 | background-image: url('../../pmahomme/img/b_sdb.png'); 232 | width: 10px; 233 | height: 10px; 234 | } 235 | 236 | .ic_b_search { 237 | background-image: url('../img/b_search.png'); 238 | } 239 | 240 | .ic_b_select { 241 | background-image: url('../img/b_select.png'); 242 | } 243 | 244 | .ic_b_snewtbl { 245 | background-image: url('../img/b_snewtbl.png'); 246 | } 247 | 248 | .ic_b_spatial { 249 | background-image: url('../img/b_spatial.png'); 250 | } 251 | 252 | .ic_b_sql { 253 | background-image: url('../img/b_sql.png'); 254 | } 255 | 256 | .ic_b_sqldoc { 257 | background-image: url('../../pmahomme/img/b_sqldoc.png'); 258 | } 259 | 260 | .ic_b_sqlhelp { 261 | background-image: url('../img/b_sqlhelp.png'); 262 | } 263 | 264 | .ic_b_table_add { 265 | background-image: url('../img/b_table_add.png'); 266 | } 267 | 268 | .ic_b_tblanalyse { 269 | background-image: url('../img/b_tblanalyse.png'); 270 | } 271 | 272 | .ic_b_tblexport { 273 | background-image: url('../img/b_tblexport.png'); 274 | } 275 | 276 | .ic_b_tblimport { 277 | background-image: url('../img/b_tblimport.png'); 278 | } 279 | 280 | .ic_b_tblops { 281 | background-image: url('../img/b_tblops.png'); 282 | } 283 | 284 | .ic_b_tbloptimize { 285 | background-image: url('../img/b_tbloptimize.png'); 286 | } 287 | 288 | .ic_b_tipp { 289 | background-image: url('../img/b_tipp.png'); 290 | } 291 | 292 | .ic_b_trigger_add { 293 | background-image: url('../img/b_trigger_add.png'); 294 | } 295 | 296 | .ic_b_triggers { 297 | background-image: url('../img/b_triggers.png'); 298 | } 299 | 300 | .ic_b_undo { 301 | background-image: url('../img/b_undo.png'); 302 | } 303 | 304 | .ic_b_unique { 305 | background-image: url('../img/b_unique.png'); 306 | } 307 | 308 | .ic_b_usradd { 309 | background-image: url('../img/b_usradd.png'); 310 | } 311 | 312 | .ic_b_usrcheck { 313 | background-image: url('../img/b_usrcheck.png'); 314 | } 315 | 316 | .ic_b_usrdrop { 317 | background-image: url('../img/b_usrdrop.png'); 318 | } 319 | 320 | .ic_b_usredit { 321 | background-image: url('../img/b_usredit.png'); 322 | } 323 | 324 | .ic_b_usrlist { 325 | background-image: url('../img/b_usrlist.png'); 326 | } 327 | 328 | .ic_b_versions { 329 | background-image: url('../img/b_versions.png'); 330 | } 331 | 332 | .ic_b_view { 333 | background-image: url('../img/b_view.png'); 334 | } 335 | 336 | .ic_b_view_add { 337 | background-image: url('../img/b_view_add.png'); 338 | } 339 | 340 | .ic_b_views { 341 | background-image: url('../img/b_views.png'); 342 | } 343 | 344 | .ic_b_left { 345 | background-image: url('../img/b_left.png'); 346 | } 347 | 348 | .ic_b_right { 349 | background-image: url('../img/b_right.png'); 350 | } 351 | 352 | .ic_bd_browse { 353 | background-image: url('../img/bd_browse.png'); 354 | } 355 | 356 | .ic_bd_deltbl { 357 | background-image: url('../img/bd_deltbl.png'); 358 | } 359 | 360 | .ic_bd_drop { 361 | background-image: url('../img/bd_drop.png'); 362 | } 363 | 364 | .ic_bd_edit { 365 | background-image: url('../img/bd_edit.png'); 366 | } 367 | 368 | .ic_bd_empty { 369 | background-image: url('../img/bd_empty.png'); 370 | } 371 | 372 | .ic_bd_export { 373 | background-image: url('../img/bd_export.png'); 374 | } 375 | 376 | .ic_bd_firstpage { 377 | background-image: url('../../pmahomme/img/bd_firstpage.png'); 378 | } 379 | 380 | .ic_bd_ftext { 381 | background-image: url('../img/bd_ftext.png'); 382 | } 383 | 384 | .ic_bd_index { 385 | background-image: url('../img/bd_index.png'); 386 | } 387 | 388 | .ic_bd_insrow { 389 | background-image: url('../img/bd_insrow.png'); 390 | } 391 | 392 | .ic_bd_lastpage { 393 | background-image: url('../../pmahomme/img/bd_lastpage.png'); 394 | } 395 | 396 | .ic_bd_nextpage { 397 | background-image: url('../img/bd_nextpage.png'); 398 | } 399 | 400 | .ic_bd_prevpage { 401 | background-image: url('../../pmahomme/img/bd_prevpage.png'); 402 | } 403 | 404 | .ic_bd_primary { 405 | background-image: url('../img/bd_primary.png'); 406 | } 407 | 408 | .ic_bd_routine_add { 409 | background-image: url('../img/bd_routine_add.png'); 410 | } 411 | 412 | .ic_bd_sbrowse { 413 | background-image: url('../img/bd_sbrowse.png'); 414 | } 415 | 416 | .ic_bd_select { 417 | background-image: url('../img/bd_select.png'); 418 | } 419 | 420 | .ic_bd_spatial { 421 | background-image: url('../img/bd_spatial.png'); 422 | } 423 | 424 | .ic_bd_unique { 425 | background-image: url('../img/bd_unique.png'); 426 | } 427 | 428 | .ic_centralColumns { 429 | background-image: url('../img/centralColumns.png'); 430 | } 431 | 432 | .ic_centralColumns_add { 433 | background-image: url('../img/centralColumns_add.png'); 434 | } 435 | 436 | .ic_centralColumns_delete { 437 | background-image: url('../img/centralColumns_delete.png'); 438 | } 439 | 440 | .ic_col_drop { 441 | background-image: url('../img/col_drop.png'); 442 | } 443 | 444 | .ic_console { 445 | background-image: url('../img/console.png'); 446 | } 447 | 448 | .ic_database { 449 | background-image: url('../../pmahomme/img/database.png'); 450 | } 451 | 452 | .ic_eye { 453 | background-image: url('../img/eye.png'); 454 | } 455 | 456 | .ic_eye_grey { 457 | background-image: url('../img/eye_grey.png'); 458 | } 459 | 460 | .ic_hide { 461 | background-image: url('../img/hide.png'); 462 | } 463 | 464 | .ic_item { 465 | background-image: url('../../pmahomme/img/item.png'); 466 | width: 9px; 467 | height: 9px; 468 | } 469 | 470 | .ic_lightbulb { 471 | background-image: url('../img/lightbulb.png'); 472 | } 473 | 474 | .ic_lightbulb_off { 475 | background-image: url('../img/lightbulb_off.png'); 476 | } 477 | 478 | .ic_more { 479 | background-image: url('../img/more.png'); 480 | width: 13px; 481 | } 482 | 483 | .ic_new_data { 484 | background-image: url('../img/new_data.png'); 485 | } 486 | 487 | .ic_new_data_hovered { 488 | background-image: url('../img/new_data_hovered.png'); 489 | } 490 | 491 | .ic_new_data_selected { 492 | background-image: url('../img/new_data_selected.png'); 493 | } 494 | 495 | .ic_new_data_selected_hovered { 496 | background-image: url('../img/new_data_selected_hovered.png'); 497 | } 498 | 499 | .ic_new_struct { 500 | background-image: url('../img/new_struct.png'); 501 | } 502 | 503 | .ic_new_struct_hovered { 504 | background-image: url('../img/new_struct_hovered.png'); 505 | } 506 | 507 | .ic_new_struct_selected { 508 | background-image: url('../img/new_struct_selected.png'); 509 | } 510 | 511 | .ic_new_struct_selected_hovered { 512 | background-image: url('../img/new_struct_selected_hovered.png'); 513 | } 514 | 515 | .ic_normalize { 516 | background-image: url('../img/normalize.png'); 517 | } 518 | 519 | .ic_pause { 520 | background-image: url('../img/pause.png'); 521 | } 522 | 523 | .ic_php_sym { 524 | background-image: url('../../pmahomme/img/php_sym.png'); 525 | } 526 | 527 | .ic_play { 528 | background-image: url('../img/play.png'); 529 | } 530 | 531 | .ic_s_asc { 532 | background-image: url('../img/s_asc.png'); 533 | } 534 | 535 | .ic_s_asci { 536 | background-image: url('../img/s_asci.png'); 537 | } 538 | 539 | .ic_s_attention { 540 | background-image: url('../img/s_attention.png'); 541 | } 542 | 543 | .ic_s_cancel { 544 | background-image: url('../img/s_cancel.png'); 545 | } 546 | 547 | .ic_s_cancel2 { 548 | background-image: url('../../pmahomme/img/s_cancel2.png'); 549 | } 550 | 551 | .ic_s_cog { 552 | background-image: url('../img/s_cog.png'); 553 | } 554 | 555 | .ic_s_db { 556 | background-image: url('../img/s_db.png'); 557 | } 558 | 559 | .ic_s_desc { 560 | background-image: url('../img/s_desc.png'); 561 | } 562 | 563 | .ic_s_error { 564 | background-image: url('../img/s_error.png'); 565 | } 566 | 567 | .ic_s_host { 568 | background-image: url('../img/s_host.png'); 569 | } 570 | 571 | .ic_s_info { 572 | background-image: url('../img/s_info.png'); 573 | } 574 | 575 | .ic_s_lang { 576 | background-image: url('../img/s_lang.png'); 577 | } 578 | 579 | .ic_s_link { 580 | background-image: url('../img/s_link.png'); 581 | } 582 | 583 | .ic_s_lock { 584 | background-image: url('../img/s_lock.png'); 585 | } 586 | 587 | .ic_s_loggoff { 588 | background-image: url('../img/s_loggoff.png'); 589 | } 590 | 591 | .ic_s_notice { 592 | background-image: url('../img/s_notice.png'); 593 | } 594 | 595 | .ic_s_okay { 596 | background-image: url('../img/s_okay.png'); 597 | } 598 | 599 | .ic_s_passwd { 600 | background-image: url('../img/s_passwd.png'); 601 | } 602 | 603 | .ic_s_process { 604 | background-image: url('../../pmahomme/img/s_process.png'); 605 | } 606 | 607 | .ic_s_really { 608 | background-image: url('../img/s_really.png'); 609 | width: 11px; 610 | height: 11px; 611 | } 612 | 613 | .ic_s_reload { 614 | background-image: url('../img/s_reload.png'); 615 | } 616 | 617 | .ic_s_replication { 618 | background-image: url('../img/s_replication.png'); 619 | } 620 | 621 | .ic_s_rights { 622 | background-image: url('../img/s_rights.png'); 623 | } 624 | 625 | .ic_s_sortable { 626 | background-image: url('../img/s_sortable.png'); 627 | } 628 | 629 | .ic_s_status { 630 | background-image: url('../img/s_status.png'); 631 | } 632 | 633 | .ic_s_success { 634 | background-image: url('../img/s_success.png'); 635 | } 636 | 637 | .ic_s_sync { 638 | background-image: url('../img/s_sync.png'); 639 | } 640 | 641 | .ic_s_tbl { 642 | background-image: url('../img/s_tbl.png'); 643 | } 644 | 645 | .ic_s_theme { 646 | background-image: url('../img/s_theme.png'); 647 | } 648 | 649 | .ic_s_top { 650 | background-image: url('../img/s_top.png'); 651 | } 652 | 653 | .ic_s_unlink { 654 | background-image: url('../img/s_unlink.png'); 655 | } 656 | 657 | .ic_s_vars { 658 | background-image: url('../img/s_vars.png'); 659 | } 660 | 661 | .ic_s_views { 662 | background-image: url('../img/s_views.png'); 663 | } 664 | 665 | .ic_show { 666 | background-image: url('../img/show.png'); 667 | } 668 | 669 | .ic_window-new { 670 | background-image: url('../img/window-new.png'); 671 | } 672 | 673 | .ic_ajax_clock_small { 674 | background-image: url('../img/ajax_clock_small.gif'); 675 | } 676 | 677 | .ic_s_partialtext { 678 | background-image: url('../img/s_partialtext.png'); 679 | } 680 | 681 | .ic_s_fulltext { 682 | background-image: url('../img/s_fulltext.png'); 683 | } 684 | --------------------------------------------------------------------------------