insp-table-format.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. .table-format,
  2. .table-format-2013 {
  3. overflow: hidden;
  4. }
  5. .table-format .table-format-item,
  6. .table-format-2013 .table-format-item {
  7. float: left;
  8. text-align: center;
  9. cursor: pointer;
  10. overflow: hidden;
  11. padding: 2px 1px;
  12. margin-bottom: 5px;
  13. border: 1px solid transparent;
  14. -moz-box-sizing: border-box;
  15. -webkit-box-sizing: border-box;
  16. box-sizing: border-box;
  17. }
  18. .table-format .table-format-item:hover,
  19. .table-format-2013 .table-format-item:hover {
  20. background: #d0f0e0;
  21. }
  22. .table-format .table-format-item-selected,
  23. .table-format-2013 .table-format-item-selected {
  24. background: #9fd5b7;
  25. }
  26. .table-format .table-format-icon {
  27. width: 61px;
  28. height: 46px;
  29. display: block;
  30. background-repeat: no-repeat;
  31. background-image: url(images/formattable.png);
  32. }
  33. .table-format .table-format-light1 {
  34. background-position: 0 -506px;
  35. }
  36. .table-format .table-format-light2 {
  37. background-position: 0 -552px;
  38. }
  39. .table-format .table-format-light3 {
  40. background-position: 0 -598px;
  41. }
  42. .table-format .table-format-light7 {
  43. background-position: 0 -782px;
  44. }
  45. .table-format .table-format-medium1 {
  46. background-position: 0 -1472px;
  47. }
  48. .table-format .table-format-medium2 {
  49. background-position: 0 -1518px;
  50. }
  51. .table-format .table-format-medium3 {
  52. background-position: 0 -1564px;
  53. }
  54. .table-format .table-format-medium7 {
  55. background-position: 0 -1748px;
  56. }
  57. .table-format .table-format-dark1 {
  58. background-position: 0 0px;
  59. }
  60. .table-format .table-format-dark2 {
  61. background-position: 0 -46px;
  62. }
  63. .table-format .table-format-dark3 {
  64. background-position: 0 -92px;
  65. }
  66. .table-format .table-format-dark7 {
  67. background-position: 0 -276px;
  68. }
  69. .table-format-2013 .table-format-icon {
  70. width: 63px;
  71. height: 48px;
  72. display: block;
  73. background-repeat: no-repeat;
  74. background-image: url(images/formattable2013.png);
  75. }
  76. .table-format-2013 .table-format-light1 {
  77. background-position: 0 -48px;
  78. }
  79. .table-format-2013 .table-format-light2 {
  80. background-position: 0 -96px;
  81. }
  82. .table-format-2013 .table-format-light3 {
  83. background-position: 0 -144px;
  84. }
  85. .table-format-2013 .table-format-light7 {
  86. background-position: 0 -336px;
  87. }
  88. .table-format-2013 .table-format-medium1 {
  89. background-position: 0 -1056px;
  90. }
  91. .table-format-2013 .table-format-medium2 {
  92. background-position: 0 -1104px;
  93. }
  94. .table-format-2013 .table-format-medium3 {
  95. background-position: 0 -1152px;
  96. }
  97. .table-format-2013 .table-format-medium7 {
  98. background-position: 0 -1344px;
  99. }
  100. .table-format-2013 .table-format-dark1 {
  101. background-position: 0 -2400px;
  102. }
  103. .table-format-2013 .table-format-dark2 {
  104. background-position: 0 -2448px;
  105. }
  106. .table-format-2013 .table-format-dark3 {
  107. background-position: 0 -2496px;
  108. }
  109. .table-format-2013 .table-format-dark7 {
  110. background-position: 0 -2688px;
  111. }