icon.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. .green {
  2. background-color: #b4c49d
  3. }
  4. .blue {
  5. background-color: #287eb7
  6. }
  7. .red {
  8. background-color: #c84465
  9. }
  10. .black {
  11. background-color: #3c3d3c
  12. }
  13. .top-posi b.colCheck {
  14. width: 7px;
  15. height: 7px;
  16. border: 1px solid #333;
  17. _font-size: 5px;
  18. }
  19. .a.more:link, .a.more:visited, .a.more:active {
  20. color: #000;
  21. text-decoration: none
  22. }
  23. .a.more:hover {
  24. text-decoration: underline
  25. }
  26. .top-posi span a {
  27. color: #fff;
  28. text-decoration: none
  29. }
  30. .top-posi span a:hover {
  31. color: #fff;
  32. text-decoration: underline
  33. }
  34. .marb-5 {
  35. margin-bottom: 5px
  36. }
  37. .icon-blank {
  38. background: url('icons/blank.gif') no-repeat center center;
  39. }
  40. .icon-add {
  41. background: url('icons/edit_add.png') no-repeat center center;
  42. }
  43. .icon-edit {
  44. background: url('icons/pencil.png') no-repeat center center;
  45. }
  46. .icon-clear {
  47. background: url('icons/clear.png') no-repeat center center;
  48. }
  49. .icon-remove {
  50. background: url('icons/edit_remove.png') no-repeat center center;
  51. }
  52. .icon-save {
  53. background: url('icons/filesave.png') no-repeat center center;
  54. }
  55. .icon-down {
  56. background: url('icons/down.png') no-repeat center center;
  57. }
  58. .icon-cut {
  59. background: url('icons/cut.png') no-repeat center center;
  60. }
  61. .icon-ok {
  62. background: url('icons/ok.png') no-repeat center center;
  63. }
  64. .icon-no {
  65. background: url('icons/no.png') no-repeat center center;
  66. }
  67. .icon-cancel {
  68. background: url('icons/cancel.png') no-repeat center center;
  69. }
  70. .icon-reload {
  71. background: url('icons/reload.png') no-repeat center center;
  72. }
  73. .icon-search {
  74. background: url('icons/search.png') no-repeat center center;
  75. }
  76. .icon-print {
  77. background: url('icons/print.png') no-repeat center center;
  78. }
  79. .icon-help {
  80. background: url('icons/help.png') no-repeat center center;
  81. }
  82. .icon-undo {
  83. background: url('icons/undo.png') no-repeat center center;
  84. }
  85. .icon-redo {
  86. background: url('icons/redo.png') no-repeat center center;
  87. }
  88. .icon-back {
  89. background: url('icons/back.png') no-repeat center center;
  90. }
  91. .icon-sum {
  92. background: url('icons/sum.png') no-repeat center center;
  93. }
  94. .icon-tip {
  95. background: url('icons/tip.png') no-repeat center center;
  96. }
  97. .icon-filter {
  98. background: url('icons/filter.png') no-repeat center center;
  99. }
  100. .icon-man {
  101. background: url('icons/man.png') no-repeat center center;
  102. }
  103. .icon-lock {
  104. background: url('icons/lock.png') no-repeat center center;
  105. }
  106. .icon-more {
  107. background: url('icons/more.png') no-repeat center center;
  108. }
  109. .icon-mini-add {
  110. background: url('icons/mini_add.png') no-repeat center center;
  111. }
  112. .icon-mini-edit {
  113. background: url('icons/mini_edit.png') no-repeat center center;
  114. }
  115. .icon-mini-refresh {
  116. background: url('icons/mini_refresh.png') no-repeat center center;
  117. }
  118. .icon-large-picture {
  119. background: url('icons/large_picture.png') no-repeat center center;
  120. }
  121. .icon-large-clipart {
  122. background: url('icons/large_clipart.png') no-repeat center center;
  123. }
  124. .icon-large-shapes {
  125. background: url('icons/large_shapes.png') no-repeat center center;
  126. }
  127. .icon-large-smartart {
  128. background: url('icons/large_smartart.png') no-repeat center center;
  129. }
  130. .icon-large-chart {
  131. background: url('icons/large_chart.png') no-repeat center center;
  132. }
  133. .icon-showloading {
  134. background: url('icons/loading.gif') no-repeat center;
  135. width: 64px;
  136. height: 64px;
  137. }
  138. .icon-excel {
  139. background: url('icons/icon-excel.png') no-repeat center center;
  140. }
  141. .icon-close {
  142. background: url('icons/icon-close.png') no-repeat center center;
  143. }
  144. .icon-open {
  145. background: url('icons/icon-open.png') no-repeat center center;
  146. }
  147. .hidden {
  148. display: none;
  149. }