myicon.css 653 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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-refund {
  38. background: url('icons/refund.png') no-repeat center center;
  39. }
  40. .hidden {
  41. display: none;
  42. }