icon.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. .icon-blank{
  2. background:url('icons/blank.gif') no-repeat center center;
  3. }
  4. .icon-add{
  5. background:url('icons/edit_add.png') no-repeat center center;
  6. }
  7. .icon-edit{
  8. background:url('icons/pencil.png') no-repeat center center;
  9. }
  10. .icon-clear{
  11. background:url('icons/clear.png') no-repeat center center;
  12. }
  13. .icon-remove{
  14. background:url('icons/edit_remove.png') no-repeat center center;
  15. }
  16. .icon-save{
  17. background:url('icons/filesave.png') no-repeat center center;
  18. }
  19. .icon-cut{
  20. background:url('icons/cut.png') no-repeat center center;
  21. }
  22. .icon-ok{
  23. background:url('icons/ok.png') no-repeat center center;
  24. }
  25. .icon-no{
  26. background:url('icons/no.png') no-repeat center center;
  27. }
  28. .icon-cancel{
  29. background:url('icons/cancel.png') no-repeat center center;
  30. }
  31. .icon-reload{
  32. background:url('icons/reload.png') no-repeat center center;
  33. }
  34. .icon-search{
  35. background:url('icons/search.png') no-repeat center center;
  36. }
  37. .icon-print{
  38. background:url('icons/print.png') no-repeat center center;
  39. }
  40. .icon-help{
  41. background:url('icons/help.png') no-repeat center center;
  42. }
  43. .icon-undo{
  44. background:url('icons/undo.png') no-repeat center center;
  45. }
  46. .icon-redo{
  47. background:url('icons/redo.png') no-repeat center center;
  48. }
  49. .icon-back{
  50. background:url('icons/back.png') no-repeat center center;
  51. }
  52. .icon-sum{
  53. background:url('icons/sum.png') no-repeat center center;
  54. }
  55. .icon-tip{
  56. background:url('icons/tip.png') no-repeat center center;
  57. }
  58. .icon-filter{
  59. background:url('icons/filter.png') no-repeat center center;
  60. }
  61. .icon-man{
  62. background:url('icons/man.png') no-repeat center center;
  63. }
  64. .icon-lock{
  65. background:url('icons/lock.png') no-repeat center center;
  66. }
  67. .icon-more{
  68. background:url('icons/more.png') no-repeat center center;
  69. }
  70. .icon-mini-add{
  71. background:url('icons/mini_add.png') no-repeat center center;
  72. }
  73. .icon-mini-edit{
  74. background:url('icons/mini_edit.png') no-repeat center center;
  75. }
  76. .icon-mini-refresh{
  77. background:url('icons/mini_refresh.png') no-repeat center center;
  78. }
  79. .icon-large-picture{
  80. background:url('icons/large_picture.png') no-repeat center center;
  81. }
  82. .icon-large-clipart{
  83. background:url('icons/large_clipart.png') no-repeat center center;
  84. }
  85. .icon-large-shapes{
  86. background:url('icons/large_shapes.png') no-repeat center center;
  87. }
  88. .icon-large-smartart{
  89. background:url('icons/large_smartart.png') no-repeat center center;
  90. }
  91. .icon-large-chart{
  92. background:url('icons/large_chart.png') no-repeat center center;
  93. }