icon.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. .icon-blank{
  2. background:url('icons/blank.gif') no-repeat center center;
  3. }
  4. .icon-down{
  5. background:url('icons/down.png') no-repeat center center;
  6. }
  7. .icon-add{
  8. background:url('icons/edit_add.png') no-repeat center center;
  9. }
  10. .icon-edit{
  11. background:url('icons/pencil.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-prev{
  59. background:url('icons/prev.gif') no-repeat center center;
  60. }
  61. .icon-next{
  62. background:url('icons/next.gif') no-repeat center center;
  63. }
  64. .icon-mini-add{
  65. background:url('icons/mini_add.png') no-repeat center center;
  66. }
  67. .icon-mini-edit{
  68. background:url('icons/mini_edit.png') no-repeat center center;
  69. }
  70. .icon-mini-refresh{
  71. background:url('icons/mini_refresh.png') no-repeat center center;
  72. }
  73. .icon-msgsend{
  74. background:url('icons/msgsend.gif') no-repeat center center;
  75. }
  76. .icon-msg{
  77. background:url('icons/msg.gif') no-repeat center center;
  78. }
  79. .icon-msgwrite{
  80. background:url('icons/msgwrite.gif') no-repeat center center;
  81. }
  82. .icon-search-his{
  83. background:url('icons/his.gif') no-repeat center center;
  84. }
  85. .icon-person{
  86. background:url('icons/person.png') no-repeat center center;
  87. }