icons.css.php 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. <?php
  2. /* vim: set expandtab sw=4 ts=4 sts=4: */
  3. /**
  4. * Icon CSS
  5. *
  6. * @package PhpMyAdmin-theme
  7. * @subpackage PMAHomme
  8. */
  9. $theme->getImgPath('designer/left_panel_butt.png');
  10. // unplanned execution path
  11. if (! defined('PHPMYADMIN') && ! defined('TESTSUITE')) {
  12. exit();
  13. }
  14. ?>
  15. .icon {
  16. margin: 0;
  17. margin-left: .3em;
  18. padding: 0 !important;
  19. width: 16px;
  20. height: 16px;
  21. }
  22. .icon_fulltext {
  23. width: 50px;
  24. height: 19px;
  25. }
  26. .ic_asc_order { background-image: url('<?= $theme->getImgPath('asc_order.png'); ?>'); }
  27. .ic_b_bookmark { background-image: url('<?= $theme->getImgPath('b_bookmark.png'); ?>'); }
  28. .ic_b_browse { background-image: url('<?= $theme->getImgPath('b_browse.png'); ?>'); }
  29. .ic_b_calendar { background-image: url('<?= $theme->getImgPath('b_calendar.png'); ?>'); }
  30. .ic_b_chart { background-image: url('<?= $theme->getImgPath('b_chart.png'); ?>'); }
  31. .ic_b_close { background-image: url('<?= $theme->getImgPath('b_close.png'); ?>'); }
  32. .ic_b_column_add { background-image: url('<?= $theme->getImgPath('b_column_add.png'); ?>'); }
  33. .ic_b_comment { background-image: url('<?= $theme->getImgPath('b_comment.png'); ?>'); }
  34. .ic_b_dbstatistics { background-image: url('<?= $theme->getImgPath('b_dbstatistics.png'); ?>'); }
  35. .ic_b_deltbl { background-image: url('<?= $theme->getImgPath('b_deltbl.png'); ?>'); }
  36. .ic_b_docs { background-image: url('<?= $theme->getImgPath('b_docs.png'); ?>'); }
  37. .ic_b_docsql { background-image: url('<?= $theme->getImgPath('b_docsql.png'); ?>'); }
  38. .ic_b_drop { background-image: url('<?= $theme->getImgPath('b_drop.png'); ?>'); }
  39. .ic_b_edit { background-image: url('<?= $theme->getImgPath('b_edit.png'); ?>'); }
  40. .ic_b_empty { background-image: url('<?= $theme->getImgPath('b_empty.png'); ?>'); }
  41. .ic_b_engine { background-image: url('<?= $theme->getImgPath('b_engine.png'); ?>'); }
  42. .ic_b_event_add { background-image: url('<?= $theme->getImgPath('b_event_add.png'); ?>'); }
  43. .ic_b_events { background-image: url('<?= $theme->getImgPath('b_events.png'); ?>'); }
  44. .ic_b_export { background-image: url('<?= $theme->getImgPath('b_export.png'); ?>'); }
  45. .ic_b_favorite { background-image: url('<?= $theme->getImgPath('b_favorite.png'); ?>'); }
  46. .ic_b_find_replace { background-image: url('<?= $theme->getImgPath('b_find_replace.png'); ?>'); }
  47. .ic_b_firstpage { background-image: url('<?= $theme->getImgPath('b_firstpage.png'); ?>'); }
  48. .ic_b_ftext { background-image: url('<?= $theme->getImgPath('b_ftext.png'); ?>'); }
  49. .ic_b_globe { background-image: url('<?= $theme->getImgPath('b_globe.gif'); ?>'); }
  50. .ic_b_group { background-image: url('<?= $theme->getImgPath('b_group.png'); ?>'); }
  51. .ic_b_help { background-image: url('<?= $theme->getImgPath('b_help.png'); ?>'); }
  52. .ic_b_home { background-image: url('<?= $theme->getImgPath('b_home.png'); ?>'); }
  53. .ic_b_import { background-image: url('<?= $theme->getImgPath('b_import.png'); ?>'); }
  54. .ic_b_index { background-image: url('<?= $theme->getImgPath('b_index.png'); ?>'); }
  55. .ic_b_index_add { background-image: url('<?= $theme->getImgPath('b_index_add.png'); ?>'); }
  56. .ic_b_inline_edit { background-image: url('<?= $theme->getImgPath('b_inline_edit.png'); ?>'); }
  57. .ic_b_insrow { background-image: url('<?= $theme->getImgPath('b_insrow.png'); ?>'); }
  58. .ic_b_lastpage { background-image: url('<?= $theme->getImgPath('b_lastpage.png'); ?>'); }
  59. .ic_b_minus { background-image: url('<?= $theme->getImgPath('b_minus.png'); ?>'); }
  60. .ic_b_more { background-image: url('<?= $theme->getImgPath('b_more.png'); ?>'); }
  61. .ic_b_move { background-image: url('<?= $theme->getImgPath('b_move.png'); ?>'); }
  62. .ic_b_newdb { background-image: url('<?= $theme->getImgPath('b_newdb.png'); ?>'); }
  63. .ic_b_newtbl { background-image: url('<?= $theme->getImgPath('b_newtbl.png'); ?>'); }
  64. .ic_b_nextpage { background-image: url('<?= $theme->getImgPath('b_nextpage.png'); ?>'); }
  65. .ic_b_no_favorite { background-image: url('<?= $theme->getImgPath('b_no_favorite.png'); ?>'); }
  66. .ic_b_pdfdoc { background-image: url('<?= $theme->getImgPath('b_pdfdoc.png'); ?>'); }
  67. .ic_b_plugin { background-image: url('<?= $theme->getImgPath('b_plugin.png'); ?>'); }
  68. .ic_b_plus { background-image: url('<?= $theme->getImgPath('b_plus.png'); ?>'); }
  69. .ic_b_prevpage { background-image: url('<?= $theme->getImgPath('b_prevpage.png'); ?>'); }
  70. .ic_b_primary { background-image: url('<?= $theme->getImgPath('b_primary.png'); ?>'); }
  71. .ic_b_print { background-image: url('<?= $theme->getImgPath('b_print.png'); ?>'); }
  72. .ic_b_props { background-image: url('<?= $theme->getImgPath('b_props.png'); ?>'); }
  73. .ic_b_relations { background-image: url('<?= $theme->getImgPath('b_relations.png'); ?>'); }
  74. .ic_b_report { background-image: url('<?= $theme->getImgPath('b_report.png'); ?>'); }
  75. .ic_b_routine_add { background-image: url('<?= $theme->getImgPath('b_routine_add.png'); ?>'); }
  76. .ic_b_routines { background-image: url('<?= $theme->getImgPath('b_routines.png'); ?>'); }
  77. .ic_b_save { background-image: url('<?= $theme->getImgPath('b_save.png'); ?>'); }
  78. .ic_b_saveimage { background-image: url('<?= $theme->getImgPath('b_saveimage.png'); ?>'); }
  79. .ic_b_sbrowse { background-image: url('<?= $theme->getImgPath('b_sbrowse.png'); ?>'); }
  80. .ic_b_sdb { background-image: url('<?= $theme->getImgPath('b_sdb.png'); ?>'); width: 10px; height: 10px; }
  81. .ic_b_search { background-image: url('<?= $theme->getImgPath('b_search.png'); ?>'); }
  82. .ic_b_select { background-image: url('<?= $theme->getImgPath('b_select.png'); ?>'); }
  83. .ic_b_snewtbl { background-image: url('<?= $theme->getImgPath('b_snewtbl.png'); ?>'); }
  84. .ic_b_spatial { background-image: url('<?= $theme->getImgPath('b_spatial.png'); ?>'); }
  85. .ic_b_sql { background-image: url('<?= $theme->getImgPath('b_sql.png'); ?>'); }
  86. .ic_b_sqldoc { background-image: url('<?= $theme->getImgPath('b_sqldoc.png'); ?>'); }
  87. .ic_b_sqlhelp { background-image: url('<?= $theme->getImgPath('b_sqlhelp.png'); ?>'); }
  88. .ic_b_table_add { background-image: url('<?= $theme->getImgPath('b_table_add.png'); ?>'); }
  89. .ic_b_tblanalyse { background-image: url('<?= $theme->getImgPath('b_tblanalyse.png'); ?>'); }
  90. .ic_b_tblexport { background-image: url('<?= $theme->getImgPath('b_tblexport.png'); ?>'); }
  91. .ic_b_tblimport { background-image: url('<?= $theme->getImgPath('b_tblimport.png'); ?>'); }
  92. .ic_b_tblops { background-image: url('<?= $theme->getImgPath('b_tblops.png'); ?>'); }
  93. .ic_b_tbloptimize { background-image: url('<?= $theme->getImgPath('b_tbloptimize.png'); ?>'); }
  94. .ic_b_tipp { background-image: url('<?= $theme->getImgPath('b_tipp.png'); ?>'); }
  95. .ic_b_trigger_add { background-image: url('<?= $theme->getImgPath('b_trigger_add.png'); ?>'); }
  96. .ic_b_triggers { background-image: url('<?= $theme->getImgPath('b_triggers.png'); ?>'); }
  97. .ic_b_undo { background-image: url('<?= $theme->getImgPath('b_undo.png'); ?>'); }
  98. .ic_b_unique { background-image: url('<?= $theme->getImgPath('b_unique.png'); ?>'); }
  99. .ic_b_usradd { background-image: url('<?= $theme->getImgPath('b_usradd.png'); ?>'); }
  100. .ic_b_usrcheck { background-image: url('<?= $theme->getImgPath('b_usrcheck.png'); ?>'); }
  101. .ic_b_usrdrop { background-image: url('<?= $theme->getImgPath('b_usrdrop.png'); ?>'); }
  102. .ic_b_usredit { background-image: url('<?= $theme->getImgPath('b_usredit.png'); ?>'); }
  103. .ic_b_usrlist { background-image: url('<?= $theme->getImgPath('b_usrlist.png'); ?>'); }
  104. .ic_b_versions { background-image: url('<?= $theme->getImgPath('b_versions.png'); ?>'); }
  105. .ic_b_view { background-image: url('<?= $theme->getImgPath('b_view.png'); ?>'); }
  106. .ic_b_view_add { background-image: url('<?= $theme->getImgPath('b_view_add.png'); ?>'); }
  107. .ic_b_views { background-image: url('<?= $theme->getImgPath('b_views.png'); ?>'); }
  108. .ic_b_left { background-image: url('<?= $theme->getImgPath('b_left.png'); ?>'); }
  109. .ic_b_right { background-image: url('<?= $theme->getImgPath('b_right.png'); ?>'); }
  110. .ic_bd_browse { background-image: url('<?= $theme->getImgPath('bd_browse.png'); ?>'); }
  111. .ic_bd_deltbl { background-image: url('<?= $theme->getImgPath('bd_deltbl.png'); ?>'); }
  112. .ic_bd_drop { background-image: url('<?= $theme->getImgPath('bd_drop.png'); ?>'); }
  113. .ic_bd_edit { background-image: url('<?= $theme->getImgPath('bd_edit.png'); ?>'); }
  114. .ic_bd_empty { background-image: url('<?= $theme->getImgPath('bd_empty.png'); ?>'); }
  115. .ic_bd_export { background-image: url('<?= $theme->getImgPath('bd_export.png'); ?>'); }
  116. .ic_bd_firstpage { background-image: url('<?= $theme->getImgPath('bd_firstpage.png'); ?>'); }
  117. .ic_bd_ftext { background-image: url('<?= $theme->getImgPath('bd_ftext.png'); ?>'); }
  118. .ic_bd_index { background-image: url('<?= $theme->getImgPath('bd_index.png'); ?>'); }
  119. .ic_bd_insrow { background-image: url('<?= $theme->getImgPath('bd_insrow.png'); ?>'); }
  120. .ic_bd_lastpage { background-image: url('<?= $theme->getImgPath('bd_lastpage.png'); ?>'); }
  121. .ic_bd_nextpage { background-image: url('<?= $theme->getImgPath('bd_nextpage.png'); ?>'); }
  122. .ic_bd_prevpage { background-image: url('<?= $theme->getImgPath('bd_prevpage.png'); ?>'); }
  123. .ic_bd_primary { background-image: url('<?= $theme->getImgPath('bd_primary.png'); ?>'); }
  124. .ic_bd_routine_add { background-image: url('<?= $theme->getImgPath('bd_routine_add.png'); ?>'); }
  125. .ic_bd_sbrowse { background-image: url('<?= $theme->getImgPath('bd_sbrowse.png'); ?>'); }
  126. .ic_bd_select { background-image: url('<?= $theme->getImgPath('bd_select.png'); ?>'); }
  127. .ic_bd_spatial { background-image: url('<?= $theme->getImgPath('bd_spatial.png'); ?>'); }
  128. .ic_bd_unique { background-image: url('<?= $theme->getImgPath('bd_unique.png'); ?>'); }
  129. .ic_centralColumns { background-image: url('<?= $theme->getImgPath('centralColumns.png'); ?>'); }
  130. .ic_centralColumns_add { background-image: url('<?= $theme->getImgPath('centralColumns_add.png'); ?>'); }
  131. .ic_centralColumns_delete { background-image: url('<?= $theme->getImgPath('centralColumns_delete.png'); ?>'); }
  132. .ic_col_drop { background-image: url('<?= $theme->getImgPath('col_drop.png'); ?>'); }
  133. .ic_console { background-image: url('<?= $theme->getImgPath('console.png'); ?>'); }
  134. .ic_database { background-image: url('<?= $theme->getImgPath('database.png'); ?>'); }
  135. .ic_eye { background-image: url('<?= $theme->getImgPath('eye.png'); ?>'); }
  136. .ic_eye_grey { background-image: url('<?= $theme->getImgPath('eye_grey.png'); ?>'); }
  137. .ic_hide { background-image: url('<?= $theme->getImgPath('hide.png'); ?>'); }
  138. .ic_item { background-image: url('<?= $theme->getImgPath('item.png'); ?>'); width: 9px; height: 9px; }
  139. .ic_lightbulb { background-image: url('<?= $theme->getImgPath('lightbulb.png'); ?>'); }
  140. .ic_lightbulb_off { background-image: url('<?= $theme->getImgPath('lightbulb_off.png'); ?>'); }
  141. .ic_more { background-image: url('<?= $theme->getImgPath('more.png'); ?>'); width: 13px; }
  142. .ic_new_data { background-image: url('<?= $theme->getImgPath('new_data.png'); ?>'); }
  143. .ic_new_data_hovered { background-image: url('<?= $theme->getImgPath('new_data_hovered.png'); ?>'); }
  144. .ic_new_data_selected { background-image: url('<?= $theme->getImgPath('new_data_selected.png'); ?>'); }
  145. .ic_new_data_selected_hovered { background-image: url('<?= $theme->getImgPath('new_data_selected_hovered.png'); ?>'); }
  146. .ic_new_struct { background-image: url('<?= $theme->getImgPath('new_struct.png'); ?>'); }
  147. .ic_new_struct_hovered { background-image: url('<?= $theme->getImgPath('new_struct_hovered.png'); ?>'); }
  148. .ic_new_struct_selected { background-image: url('<?= $theme->getImgPath('new_struct_selected.png'); ?>'); }
  149. .ic_new_struct_selected_hovered { background-image: url('<?= $theme->getImgPath('new_struct_selected_hovered.png'); ?>'); }
  150. .ic_normalize { background-image: url('<?= $theme->getImgPath('normalize.png'); ?>'); }
  151. .ic_pause { background-image: url('<?= $theme->getImgPath('pause.png'); ?>'); }
  152. .ic_php_sym { background-image: url('<?= $theme->getImgPath('php_sym.png'); ?>'); }
  153. .ic_play { background-image: url('<?= $theme->getImgPath('play.png'); ?>'); }
  154. .ic_s_asc { background-image: url('<?= $theme->getImgPath('s_asc.png'); ?>'); }
  155. .ic_s_asci { background-image: url('<?= $theme->getImgPath('s_asci.png'); ?>'); }
  156. .ic_s_attention { background-image: url('<?= $theme->getImgPath('s_attention.png'); ?>'); }
  157. .ic_s_cancel { background-image: url('<?= $theme->getImgPath('s_cancel.png'); ?>'); }
  158. .ic_s_cancel2 { background-image: url('<?= $theme->getImgPath('s_cancel2.png'); ?>'); }
  159. .ic_s_cog { background-image: url('<?= $theme->getImgPath('s_cog.png'); ?>'); }
  160. .ic_s_db { background-image: url('<?= $theme->getImgPath('s_db.png'); ?>'); }
  161. .ic_s_desc { background-image: url('<?= $theme->getImgPath('s_desc.png'); ?>'); }
  162. .ic_s_error { background-image: url('<?= $theme->getImgPath('s_error.png'); ?>'); }
  163. .ic_s_host { background-image: url('<?= $theme->getImgPath('s_host.png'); ?>'); }
  164. .ic_s_info { background-image: url('<?= $theme->getImgPath('s_info.png'); ?>'); }
  165. .ic_s_lang { background-image: url('<?= $theme->getImgPath('s_lang.png'); ?>'); }
  166. .ic_s_link { background-image: url('<?= $theme->getImgPath('s_link.png'); ?>'); }
  167. .ic_s_lock { background-image: url('<?= $theme->getImgPath('s_lock.png'); ?>'); }
  168. .ic_s_loggoff { background-image: url('<?= $theme->getImgPath('s_loggoff.png'); ?>'); }
  169. .ic_s_notice { background-image: url('<?= $theme->getImgPath('s_notice.png'); ?>'); }
  170. .ic_s_okay { background-image: url('<?= $theme->getImgPath('s_okay.png'); ?>'); }
  171. .ic_s_passwd { background-image: url('<?= $theme->getImgPath('s_passwd.png'); ?>'); }
  172. .ic_s_process { background-image: url('<?= $theme->getImgPath('s_process.png'); ?>'); }
  173. .ic_s_really { background-image: url('<?= $theme->getImgPath('s_really.png'); ?>'); width: 11px; height: 11px; }
  174. .ic_s_reload { background-image: url('<?= $theme->getImgPath('s_reload.png'); ?>'); }
  175. .ic_s_replication { background-image: url('<?= $theme->getImgPath('s_replication.png'); ?>'); }
  176. .ic_s_rights { background-image: url('<?= $theme->getImgPath('s_rights.png'); ?>'); }
  177. .ic_s_sortable { background-image: url('<?= $theme->getImgPath('s_sortable.png'); ?>'); }
  178. .ic_s_status { background-image: url('<?= $theme->getImgPath('s_status.png'); ?>'); }
  179. .ic_s_success { background-image: url('<?= $theme->getImgPath('s_success.png'); ?>'); }
  180. .ic_s_sync { background-image: url('<?= $theme->getImgPath('s_sync.png'); ?>'); }
  181. .ic_s_tbl { background-image: url('<?= $theme->getImgPath('s_tbl.png'); ?>'); }
  182. .ic_s_theme { background-image: url('<?= $theme->getImgPath('s_theme.png'); ?>'); }
  183. .ic_s_top { background-image: url('<?= $theme->getImgPath('s_top.png'); ?>'); }
  184. .ic_s_unlink { background-image: url('<?= $theme->getImgPath('s_unlink.png'); ?>'); }
  185. .ic_s_vars { background-image: url('<?= $theme->getImgPath('s_vars.png'); ?>'); }
  186. .ic_s_views { background-image: url('<?= $theme->getImgPath('s_views.png'); ?>'); }
  187. .ic_show { background-image: url('<?= $theme->getImgPath('show.png'); ?>'); }
  188. .ic_window-new { background-image: url('<?= $theme->getImgPath('window-new.png'); ?>'); }
  189. .ic_ajax_clock_small { background-image: url('<?= $theme->getImgPath('ajax_clock_small.gif'); ?>'); }
  190. .ic_s_partialtext { background-image: url('<?= $theme->getImgPath('s_partialtext.png'); ?>'); }
  191. .ic_s_fulltext { background-image: url('<?= $theme->getImgPath('s_fulltext.png'); ?>'); }