123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193 |
- <?php
- /* vim: set expandtab sw=4 ts=4 sts=4: */
- /**
- * Icon CSS
- *
- * @package PhpMyAdmin-theme
- * @subpackage PMAHomme
- */
- $theme->getImgPath('designer/left_panel_butt.png');
- // unplanned execution path
- if (! defined('PHPMYADMIN') && ! defined('TESTSUITE')) {
- exit();
- }
- ?>
- .icon {
- margin: 0;
- margin-left: .3em;
- padding: 0 !important;
- width: 16px;
- height: 16px;
- }
- .icon_fulltext {
- width: 50px;
- height: 19px;
- }
- .ic_asc_order { background-image: url('<?= $theme->getImgPath('asc_order.png'); ?>'); }
- .ic_b_bookmark { background-image: url('<?= $theme->getImgPath('b_bookmark.png'); ?>'); }
- .ic_b_browse { background-image: url('<?= $theme->getImgPath('b_browse.png'); ?>'); }
- .ic_b_calendar { background-image: url('<?= $theme->getImgPath('b_calendar.png'); ?>'); }
- .ic_b_chart { background-image: url('<?= $theme->getImgPath('b_chart.png'); ?>'); }
- .ic_b_close { background-image: url('<?= $theme->getImgPath('b_close.png'); ?>'); }
- .ic_b_column_add { background-image: url('<?= $theme->getImgPath('b_column_add.png'); ?>'); }
- .ic_b_comment { background-image: url('<?= $theme->getImgPath('b_comment.png'); ?>'); }
- .ic_b_dbstatistics { background-image: url('<?= $theme->getImgPath('b_dbstatistics.png'); ?>'); }
- .ic_b_deltbl { background-image: url('<?= $theme->getImgPath('b_deltbl.png'); ?>'); }
- .ic_b_docs { background-image: url('<?= $theme->getImgPath('b_docs.png'); ?>'); }
- .ic_b_docsql { background-image: url('<?= $theme->getImgPath('b_docsql.png'); ?>'); }
- .ic_b_drop { background-image: url('<?= $theme->getImgPath('b_drop.png'); ?>'); }
- .ic_b_edit { background-image: url('<?= $theme->getImgPath('b_edit.png'); ?>'); }
- .ic_b_empty { background-image: url('<?= $theme->getImgPath('b_empty.png'); ?>'); }
- .ic_b_engine { background-image: url('<?= $theme->getImgPath('b_engine.png'); ?>'); }
- .ic_b_event_add { background-image: url('<?= $theme->getImgPath('b_event_add.png'); ?>'); }
- .ic_b_events { background-image: url('<?= $theme->getImgPath('b_events.png'); ?>'); }
- .ic_b_export { background-image: url('<?= $theme->getImgPath('b_export.png'); ?>'); }
- .ic_b_favorite { background-image: url('<?= $theme->getImgPath('b_favorite.png'); ?>'); }
- .ic_b_find_replace { background-image: url('<?= $theme->getImgPath('b_find_replace.png'); ?>'); }
- .ic_b_firstpage { background-image: url('<?= $theme->getImgPath('b_firstpage.png'); ?>'); }
- .ic_b_ftext { background-image: url('<?= $theme->getImgPath('b_ftext.png'); ?>'); }
- .ic_b_globe { background-image: url('<?= $theme->getImgPath('b_globe.gif'); ?>'); }
- .ic_b_group { background-image: url('<?= $theme->getImgPath('b_group.png'); ?>'); }
- .ic_b_help { background-image: url('<?= $theme->getImgPath('b_help.png'); ?>'); }
- .ic_b_home { background-image: url('<?= $theme->getImgPath('b_home.png'); ?>'); }
- .ic_b_import { background-image: url('<?= $theme->getImgPath('b_import.png'); ?>'); }
- .ic_b_index { background-image: url('<?= $theme->getImgPath('b_index.png'); ?>'); }
- .ic_b_index_add { background-image: url('<?= $theme->getImgPath('b_index_add.png'); ?>'); }
- .ic_b_inline_edit { background-image: url('<?= $theme->getImgPath('b_inline_edit.png'); ?>'); }
- .ic_b_insrow { background-image: url('<?= $theme->getImgPath('b_insrow.png'); ?>'); }
- .ic_b_lastpage { background-image: url('<?= $theme->getImgPath('b_lastpage.png'); ?>'); }
- .ic_b_minus { background-image: url('<?= $theme->getImgPath('b_minus.png'); ?>'); }
- .ic_b_more { background-image: url('<?= $theme->getImgPath('b_more.png'); ?>'); }
- .ic_b_move { background-image: url('<?= $theme->getImgPath('b_move.png'); ?>'); }
- .ic_b_newdb { background-image: url('<?= $theme->getImgPath('b_newdb.png'); ?>'); }
- .ic_b_newtbl { background-image: url('<?= $theme->getImgPath('b_newtbl.png'); ?>'); }
- .ic_b_nextpage { background-image: url('<?= $theme->getImgPath('b_nextpage.png'); ?>'); }
- .ic_b_no_favorite { background-image: url('<?= $theme->getImgPath('b_no_favorite.png'); ?>'); }
- .ic_b_pdfdoc { background-image: url('<?= $theme->getImgPath('b_pdfdoc.png'); ?>'); }
- .ic_b_plugin { background-image: url('<?= $theme->getImgPath('b_plugin.png'); ?>'); }
- .ic_b_plus { background-image: url('<?= $theme->getImgPath('b_plus.png'); ?>'); }
- .ic_b_prevpage { background-image: url('<?= $theme->getImgPath('b_prevpage.png'); ?>'); }
- .ic_b_primary { background-image: url('<?= $theme->getImgPath('b_primary.png'); ?>'); }
- .ic_b_print { background-image: url('<?= $theme->getImgPath('b_print.png'); ?>'); }
- .ic_b_props { background-image: url('<?= $theme->getImgPath('b_props.png'); ?>'); }
- .ic_b_relations { background-image: url('<?= $theme->getImgPath('b_relations.png'); ?>'); }
- .ic_b_report { background-image: url('<?= $theme->getImgPath('b_report.png'); ?>'); }
- .ic_b_routine_add { background-image: url('<?= $theme->getImgPath('b_routine_add.png'); ?>'); }
- .ic_b_routines { background-image: url('<?= $theme->getImgPath('b_routines.png'); ?>'); }
- .ic_b_save { background-image: url('<?= $theme->getImgPath('b_save.png'); ?>'); }
- .ic_b_saveimage { background-image: url('<?= $theme->getImgPath('b_saveimage.png'); ?>'); }
- .ic_b_sbrowse { background-image: url('<?= $theme->getImgPath('b_sbrowse.png'); ?>'); }
- .ic_b_sdb { background-image: url('<?= $theme->getImgPath('b_sdb.png'); ?>'); width: 10px; height: 10px; }
- .ic_b_search { background-image: url('<?= $theme->getImgPath('b_search.png'); ?>'); }
- .ic_b_select { background-image: url('<?= $theme->getImgPath('b_select.png'); ?>'); }
- .ic_b_snewtbl { background-image: url('<?= $theme->getImgPath('b_snewtbl.png'); ?>'); }
- .ic_b_spatial { background-image: url('<?= $theme->getImgPath('b_spatial.png'); ?>'); }
- .ic_b_sql { background-image: url('<?= $theme->getImgPath('b_sql.png'); ?>'); }
- .ic_b_sqldoc { background-image: url('<?= $theme->getImgPath('b_sqldoc.png'); ?>'); }
- .ic_b_sqlhelp { background-image: url('<?= $theme->getImgPath('b_sqlhelp.png'); ?>'); }
- .ic_b_table_add { background-image: url('<?= $theme->getImgPath('b_table_add.png'); ?>'); }
- .ic_b_tblanalyse { background-image: url('<?= $theme->getImgPath('b_tblanalyse.png'); ?>'); }
- .ic_b_tblexport { background-image: url('<?= $theme->getImgPath('b_tblexport.png'); ?>'); }
- .ic_b_tblimport { background-image: url('<?= $theme->getImgPath('b_tblimport.png'); ?>'); }
- .ic_b_tblops { background-image: url('<?= $theme->getImgPath('b_tblops.png'); ?>'); }
- .ic_b_tbloptimize { background-image: url('<?= $theme->getImgPath('b_tbloptimize.png'); ?>'); }
- .ic_b_tipp { background-image: url('<?= $theme->getImgPath('b_tipp.png'); ?>'); }
- .ic_b_trigger_add { background-image: url('<?= $theme->getImgPath('b_trigger_add.png'); ?>'); }
- .ic_b_triggers { background-image: url('<?= $theme->getImgPath('b_triggers.png'); ?>'); }
- .ic_b_undo { background-image: url('<?= $theme->getImgPath('b_undo.png'); ?>'); }
- .ic_b_unique { background-image: url('<?= $theme->getImgPath('b_unique.png'); ?>'); }
- .ic_b_usradd { background-image: url('<?= $theme->getImgPath('b_usradd.png'); ?>'); }
- .ic_b_usrcheck { background-image: url('<?= $theme->getImgPath('b_usrcheck.png'); ?>'); }
- .ic_b_usrdrop { background-image: url('<?= $theme->getImgPath('b_usrdrop.png'); ?>'); }
- .ic_b_usredit { background-image: url('<?= $theme->getImgPath('b_usredit.png'); ?>'); }
- .ic_b_usrlist { background-image: url('<?= $theme->getImgPath('b_usrlist.png'); ?>'); }
- .ic_b_versions { background-image: url('<?= $theme->getImgPath('b_versions.png'); ?>'); }
- .ic_b_view { background-image: url('<?= $theme->getImgPath('b_view.png'); ?>'); }
- .ic_b_view_add { background-image: url('<?= $theme->getImgPath('b_view_add.png'); ?>'); }
- .ic_b_views { background-image: url('<?= $theme->getImgPath('b_views.png'); ?>'); }
- .ic_b_left { background-image: url('<?= $theme->getImgPath('b_left.png'); ?>'); }
- .ic_b_right { background-image: url('<?= $theme->getImgPath('b_right.png'); ?>'); }
- .ic_bd_browse { background-image: url('<?= $theme->getImgPath('bd_browse.png'); ?>'); }
- .ic_bd_deltbl { background-image: url('<?= $theme->getImgPath('bd_deltbl.png'); ?>'); }
- .ic_bd_drop { background-image: url('<?= $theme->getImgPath('bd_drop.png'); ?>'); }
- .ic_bd_edit { background-image: url('<?= $theme->getImgPath('bd_edit.png'); ?>'); }
- .ic_bd_empty { background-image: url('<?= $theme->getImgPath('bd_empty.png'); ?>'); }
- .ic_bd_export { background-image: url('<?= $theme->getImgPath('bd_export.png'); ?>'); }
- .ic_bd_firstpage { background-image: url('<?= $theme->getImgPath('bd_firstpage.png'); ?>'); }
- .ic_bd_ftext { background-image: url('<?= $theme->getImgPath('bd_ftext.png'); ?>'); }
- .ic_bd_index { background-image: url('<?= $theme->getImgPath('bd_index.png'); ?>'); }
- .ic_bd_insrow { background-image: url('<?= $theme->getImgPath('bd_insrow.png'); ?>'); }
- .ic_bd_lastpage { background-image: url('<?= $theme->getImgPath('bd_lastpage.png'); ?>'); }
- .ic_bd_nextpage { background-image: url('<?= $theme->getImgPath('bd_nextpage.png'); ?>'); }
- .ic_bd_prevpage { background-image: url('<?= $theme->getImgPath('bd_prevpage.png'); ?>'); }
- .ic_bd_primary { background-image: url('<?= $theme->getImgPath('bd_primary.png'); ?>'); }
- .ic_bd_routine_add { background-image: url('<?= $theme->getImgPath('bd_routine_add.png'); ?>'); }
- .ic_bd_sbrowse { background-image: url('<?= $theme->getImgPath('bd_sbrowse.png'); ?>'); }
- .ic_bd_select { background-image: url('<?= $theme->getImgPath('bd_select.png'); ?>'); }
- .ic_bd_spatial { background-image: url('<?= $theme->getImgPath('bd_spatial.png'); ?>'); }
- .ic_bd_unique { background-image: url('<?= $theme->getImgPath('bd_unique.png'); ?>'); }
- .ic_centralColumns { background-image: url('<?= $theme->getImgPath('centralColumns.png'); ?>'); }
- .ic_centralColumns_add { background-image: url('<?= $theme->getImgPath('centralColumns_add.png'); ?>'); }
- .ic_centralColumns_delete { background-image: url('<?= $theme->getImgPath('centralColumns_delete.png'); ?>'); }
- .ic_col_drop { background-image: url('<?= $theme->getImgPath('col_drop.png'); ?>'); }
- .ic_console { background-image: url('<?= $theme->getImgPath('console.png'); ?>'); }
- .ic_database { background-image: url('<?= $theme->getImgPath('database.png'); ?>'); }
- .ic_eye { background-image: url('<?= $theme->getImgPath('eye.png'); ?>'); }
- .ic_eye_grey { background-image: url('<?= $theme->getImgPath('eye_grey.png'); ?>'); }
- .ic_hide { background-image: url('<?= $theme->getImgPath('hide.png'); ?>'); }
- .ic_item { background-image: url('<?= $theme->getImgPath('item.png'); ?>'); width: 9px; height: 9px; }
- .ic_lightbulb { background-image: url('<?= $theme->getImgPath('lightbulb.png'); ?>'); }
- .ic_lightbulb_off { background-image: url('<?= $theme->getImgPath('lightbulb_off.png'); ?>'); }
- .ic_more { background-image: url('<?= $theme->getImgPath('more.png'); ?>'); width: 13px; }
- .ic_new_data { background-image: url('<?= $theme->getImgPath('new_data.png'); ?>'); }
- .ic_new_data_hovered { background-image: url('<?= $theme->getImgPath('new_data_hovered.png'); ?>'); }
- .ic_new_data_selected { background-image: url('<?= $theme->getImgPath('new_data_selected.png'); ?>'); }
- .ic_new_data_selected_hovered { background-image: url('<?= $theme->getImgPath('new_data_selected_hovered.png'); ?>'); }
- .ic_new_struct { background-image: url('<?= $theme->getImgPath('new_struct.png'); ?>'); }
- .ic_new_struct_hovered { background-image: url('<?= $theme->getImgPath('new_struct_hovered.png'); ?>'); }
- .ic_new_struct_selected { background-image: url('<?= $theme->getImgPath('new_struct_selected.png'); ?>'); }
- .ic_new_struct_selected_hovered { background-image: url('<?= $theme->getImgPath('new_struct_selected_hovered.png'); ?>'); }
- .ic_normalize { background-image: url('<?= $theme->getImgPath('normalize.png'); ?>'); }
- .ic_pause { background-image: url('<?= $theme->getImgPath('pause.png'); ?>'); }
- .ic_php_sym { background-image: url('<?= $theme->getImgPath('php_sym.png'); ?>'); }
- .ic_play { background-image: url('<?= $theme->getImgPath('play.png'); ?>'); }
- .ic_s_asc { background-image: url('<?= $theme->getImgPath('s_asc.png'); ?>'); }
- .ic_s_asci { background-image: url('<?= $theme->getImgPath('s_asci.png'); ?>'); }
- .ic_s_attention { background-image: url('<?= $theme->getImgPath('s_attention.png'); ?>'); }
- .ic_s_cancel { background-image: url('<?= $theme->getImgPath('s_cancel.png'); ?>'); }
- .ic_s_cancel2 { background-image: url('<?= $theme->getImgPath('s_cancel2.png'); ?>'); }
- .ic_s_cog { background-image: url('<?= $theme->getImgPath('s_cog.png'); ?>'); }
- .ic_s_db { background-image: url('<?= $theme->getImgPath('s_db.png'); ?>'); }
- .ic_s_desc { background-image: url('<?= $theme->getImgPath('s_desc.png'); ?>'); }
- .ic_s_error { background-image: url('<?= $theme->getImgPath('s_error.png'); ?>'); }
- .ic_s_host { background-image: url('<?= $theme->getImgPath('s_host.png'); ?>'); }
- .ic_s_info { background-image: url('<?= $theme->getImgPath('s_info.png'); ?>'); }
- .ic_s_lang { background-image: url('<?= $theme->getImgPath('s_lang.png'); ?>'); }
- .ic_s_link { background-image: url('<?= $theme->getImgPath('s_link.png'); ?>'); }
- .ic_s_lock { background-image: url('<?= $theme->getImgPath('s_lock.png'); ?>'); }
- .ic_s_loggoff { background-image: url('<?= $theme->getImgPath('s_loggoff.png'); ?>'); }
- .ic_s_notice { background-image: url('<?= $theme->getImgPath('s_notice.png'); ?>'); }
- .ic_s_okay { background-image: url('<?= $theme->getImgPath('s_okay.png'); ?>'); }
- .ic_s_passwd { background-image: url('<?= $theme->getImgPath('s_passwd.png'); ?>'); }
- .ic_s_process { background-image: url('<?= $theme->getImgPath('s_process.png'); ?>'); }
- .ic_s_really { background-image: url('<?= $theme->getImgPath('s_really.png'); ?>'); width: 11px; height: 11px; }
- .ic_s_reload { background-image: url('<?= $theme->getImgPath('s_reload.png'); ?>'); }
- .ic_s_replication { background-image: url('<?= $theme->getImgPath('s_replication.png'); ?>'); }
- .ic_s_rights { background-image: url('<?= $theme->getImgPath('s_rights.png'); ?>'); }
- .ic_s_sortable { background-image: url('<?= $theme->getImgPath('s_sortable.png'); ?>'); }
- .ic_s_status { background-image: url('<?= $theme->getImgPath('s_status.png'); ?>'); }
- .ic_s_success { background-image: url('<?= $theme->getImgPath('s_success.png'); ?>'); }
- .ic_s_sync { background-image: url('<?= $theme->getImgPath('s_sync.png'); ?>'); }
- .ic_s_tbl { background-image: url('<?= $theme->getImgPath('s_tbl.png'); ?>'); }
- .ic_s_theme { background-image: url('<?= $theme->getImgPath('s_theme.png'); ?>'); }
- .ic_s_top { background-image: url('<?= $theme->getImgPath('s_top.png'); ?>'); }
- .ic_s_unlink { background-image: url('<?= $theme->getImgPath('s_unlink.png'); ?>'); }
- .ic_s_vars { background-image: url('<?= $theme->getImgPath('s_vars.png'); ?>'); }
- .ic_s_views { background-image: url('<?= $theme->getImgPath('s_views.png'); ?>'); }
- .ic_show { background-image: url('<?= $theme->getImgPath('show.png'); ?>'); }
- .ic_window-new { background-image: url('<?= $theme->getImgPath('window-new.png'); ?>'); }
- .ic_ajax_clock_small { background-image: url('<?= $theme->getImgPath('ajax_clock_small.gif'); ?>'); }
- .ic_s_partialtext { background-image: url('<?= $theme->getImgPath('s_partialtext.png'); ?>'); }
- .ic_s_fulltext { background-image: url('<?= $theme->getImgPath('s_fulltext.png'); ?>'); }
|