insp-slicer-format.css 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .slicer-format-2013 {
  2. overflow: hidden;
  3. }
  4. .slicer-format-2013 .slicer-format-item {
  5. float: left;
  6. text-align: center;
  7. cursor: pointer;
  8. overflow: hidden;
  9. padding: 2px 3px;
  10. margin-bottom: 5px;
  11. border: 1px solid transparent;
  12. -moz-box-sizing: border-box;
  13. -webkit-box-sizing: border-box;
  14. box-sizing: border-box;
  15. }
  16. .slicer-format-2013 .slicer-format-item:hover {
  17. background: #d0f0e0;
  18. }
  19. .slicer-format-2013 .slicer-format-item-selected {
  20. background: #9fd5b7;
  21. }
  22. .slicer-format-2013 .slicer-format-icon {
  23. width: 43px;
  24. height: 48px;
  25. display: block;
  26. background-repeat: no-repeat;
  27. background-image: url(images/formatslicer2013.png);
  28. }
  29. .slicer-format-2013 .slicer-format-light1 {
  30. background-position: 0 -48px;
  31. }
  32. .slicer-format-2013 .slicer-format-light2 {
  33. background-position: 0 -96px;
  34. }
  35. .slicer-format-2013 .slicer-format-light3 {
  36. background-position: 0 -144px;
  37. }
  38. .slicer-format-2013 .slicer-format-light5 {
  39. background-position: 0 -240px;
  40. }
  41. .slicer-format-2013 .slicer-format-light6 {
  42. background-position: 0 -288px;
  43. }
  44. .slicer-format-2013 .slicer-format-dark1 {
  45. background-position: 0 -432px;
  46. }
  47. .slicer-format-2013 .slicer-format-dark2 {
  48. background-position: 0 -480px;
  49. }
  50. .slicer-format-2013 .slicer-format-dark3 {
  51. background-position: 0 -528px;
  52. }
  53. .slicer-format-2013 .slicer-format-dark5 {
  54. background-position: 0 -624px;
  55. }
  56. .slicer-format-2013 .slicer-format-dark6 {
  57. background-position: 0 -672px;
  58. }