You are here

buttons.dataTables.css in Table Trash 7

div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}
div.dt-button-info > div {
  padding: 1em;
}

button.dt-button,
div.dt-button,
a.dt-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 0.333em;
  padding: 0.5em 1em;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  background-color: #e9e9e9;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, white 0%, #e9e9e9 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, white 0%, #e9e9e9 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, white 0%, #e9e9e9 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, white 0%, #e9e9e9 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, white 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: none;
}
button.dt-button.disabled,
div.dt-button.disabled,
a.dt-button.disabled {
  color: #999;
  border: 1px solid #d0d0d0;
  cursor: default;
  background-color: #f9f9f9;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#f9f9f9');
}
button.dt-button:active:not(.disabled), button.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
a.dt-button.active:not(.disabled) {
  background-color: #e2e2e2;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f3f3f3', EndColorStr='#e2e2e2');
  box-shadow: inset 1px 1px 3px #999999;
}
button.dt-button:active:not(.disabled):hover:not(.disabled), button.dt-button.active:not(.disabled):hover:not(.disabled),
div.dt-button:active:not(.disabled):hover:not(.disabled),
div.dt-button.active:not(.disabled):hover:not(.disabled),
a.dt-button:active:not(.disabled):hover:not(.disabled),
a.dt-button.active:not(.disabled):hover:not(.disabled) {
  box-shadow: inset 1px 1px 3px #999999;
  background-color: #cccccc;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #eaeaea 0%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eaeaea', EndColorStr='#cccccc');
}
button.dt-button:hover,
div.dt-button:hover,
a.dt-button:hover {
  text-decoration: none;
}
button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled) {
  border: 1px solid #666;
  background-color: #e0e0e0;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e0e0e0');
}
button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled),
a.dt-button:focus:not(.disabled) {
  border: 1px solid #426c9e;
  text-shadow: 0 1px 0 #c4def1;
  outline: none;
  background-color: #79ace9;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #bddef4 0%, #79ace9 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #bddef4 0%, #79ace9 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #bddef4 0%, #79ace9 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #bddef4 0%, #79ace9 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #bddef4 0%, #79ace9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#bddef4', EndColorStr='#79ace9');
}

.dt-button embed {
  outline: none;
}

div.dt-buttons {
  position: relative;
  float: left;
}
div.dt-buttons.buttons-right {
  float: right;
}

div.dt-button-collection {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  margin-top: 3px;
  padding: 8px 8px 4px 8px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: white;
  overflow: hidden;
  z-index: 2002;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  z-index: 2002;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}
div.dt-button-collection button.dt-button,
div.dt-button-collection div.dt-button,
div.dt-button-collection a.dt-button {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  float: none;
  margin-bottom: 4px;
  margin-right: 0;
}
div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled) {
  background-color: #dadada;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0f0f0', EndColorStr='#dadada');
  box-shadow: inset 1px 1px 3px #666;
}
div.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}
div.dt-button-collection.fixed.two-column {
  margin-left: -150px;
}
div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}
div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}
div.dt-button-collection > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
div.dt-button-collection.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
div.dt-button-collection.three-column {
  width: 450px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}
div.dt-button-collection.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  /* Fallback */
  background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* IE10 Consumer Preview */
  background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Firefox */
  background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Opera */
  background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, rgba(0, 0, 0, 0.7)));
  /* Webkit (Safari/Chrome 10) */
  background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Webkit (Chrome 11+) */
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C Markup, IE10 Release Preview */
  z-index: 2001;
}

@media screen and (max-width: 640px) {
  div.dt-buttons {
    float: none !important;
    text-align: center;
  }
}

File

library/DataTables/Buttons-1.1.0/css/buttons.dataTables.css
View source
  1. div.dt-button-info {
  2. position: fixed;
  3. top: 50%;
  4. left: 50%;
  5. width: 400px;
  6. margin-top: -100px;
  7. margin-left: -200px;
  8. background-color: white;
  9. border: 2px solid #111;
  10. box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  11. border-radius: 3px;
  12. text-align: center;
  13. z-index: 21;
  14. }
  15. div.dt-button-info h2 {
  16. padding: 0.5em;
  17. margin: 0;
  18. font-weight: normal;
  19. border-bottom: 1px solid #ddd;
  20. background-color: #f3f3f3;
  21. }
  22. div.dt-button-info > div {
  23. padding: 1em;
  24. }
  25. button.dt-button,
  26. div.dt-button,
  27. a.dt-button {
  28. position: relative;
  29. display: inline-block;
  30. box-sizing: border-box;
  31. margin-right: 0.333em;
  32. padding: 0.5em 1em;
  33. border: 1px solid #999;
  34. border-radius: 2px;
  35. cursor: pointer;
  36. font-size: 0.88em;
  37. color: black;
  38. white-space: nowrap;
  39. overflow: hidden;
  40. background-color: #e9e9e9;
  41. /* Fallback */
  42. background-image: -webkit-linear-gradient(top, white 0%, #e9e9e9 100%);
  43. /* Chrome 10+, Saf5.1+, iOS 5+ */
  44. background-image: -moz-linear-gradient(top, white 0%, #e9e9e9 100%);
  45. /* FF3.6 */
  46. background-image: -ms-linear-gradient(top, white 0%, #e9e9e9 100%);
  47. /* IE10 */
  48. background-image: -o-linear-gradient(top, white 0%, #e9e9e9 100%);
  49. /* Opera 11.10+ */
  50. background-image: linear-gradient(top, white 0%, #e9e9e9 100%);
  51. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
  52. -webkit-user-select: none;
  53. -moz-user-select: none;
  54. -ms-user-select: none;
  55. user-select: none;
  56. text-decoration: none;
  57. outline: none;
  58. }
  59. button.dt-button.disabled,
  60. div.dt-button.disabled,
  61. a.dt-button.disabled {
  62. color: #999;
  63. border: 1px solid #d0d0d0;
  64. cursor: default;
  65. background-color: #f9f9f9;
  66. /* Fallback */
  67. background-image: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  68. /* Chrome 10+, Saf5.1+, iOS 5+ */
  69. background-image: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  70. /* FF3.6 */
  71. background-image: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  72. /* IE10 */
  73. background-image: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  74. /* Opera 11.10+ */
  75. background-image: linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  76. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#f9f9f9');
  77. }
  78. button.dt-button:active:not(.disabled), button.dt-button.active:not(.disabled),
  79. div.dt-button:active:not(.disabled),
  80. div.dt-button.active:not(.disabled),
  81. a.dt-button:active:not(.disabled),
  82. a.dt-button.active:not(.disabled) {
  83. background-color: #e2e2e2;
  84. /* Fallback */
  85. background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  86. /* Chrome 10+, Saf5.1+, iOS 5+ */
  87. background-image: -moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  88. /* FF3.6 */
  89. background-image: -ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  90. /* IE10 */
  91. background-image: -o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  92. /* Opera 11.10+ */
  93. background-image: linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  94. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f3f3f3', EndColorStr='#e2e2e2');
  95. box-shadow: inset 1px 1px 3px #999999;
  96. }
  97. button.dt-button:active:not(.disabled):hover:not(.disabled), button.dt-button.active:not(.disabled):hover:not(.disabled),
  98. div.dt-button:active:not(.disabled):hover:not(.disabled),
  99. div.dt-button.active:not(.disabled):hover:not(.disabled),
  100. a.dt-button:active:not(.disabled):hover:not(.disabled),
  101. a.dt-button.active:not(.disabled):hover:not(.disabled) {
  102. box-shadow: inset 1px 1px 3px #999999;
  103. background-color: #cccccc;
  104. /* Fallback */
  105. background-image: -webkit-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
  106. /* Chrome 10+, Saf5.1+, iOS 5+ */
  107. background-image: -moz-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
  108. /* FF3.6 */
  109. background-image: -ms-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
  110. /* IE10 */
  111. background-image: -o-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
  112. /* Opera 11.10+ */
  113. background-image: linear-gradient(top, #eaeaea 0%, #cccccc 100%);
  114. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eaeaea', EndColorStr='#cccccc');
  115. }
  116. button.dt-button:hover,
  117. div.dt-button:hover,
  118. a.dt-button:hover {
  119. text-decoration: none;
  120. }
  121. button.dt-button:hover:not(.disabled),
  122. div.dt-button:hover:not(.disabled),
  123. a.dt-button:hover:not(.disabled) {
  124. border: 1px solid #666;
  125. background-color: #e0e0e0;
  126. /* Fallback */
  127. background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  128. /* Chrome 10+, Saf5.1+, iOS 5+ */
  129. background-image: -moz-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  130. /* FF3.6 */
  131. background-image: -ms-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  132. /* IE10 */
  133. background-image: -o-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  134. /* Opera 11.10+ */
  135. background-image: linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  136. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e0e0e0');
  137. }
  138. button.dt-button:focus:not(.disabled),
  139. div.dt-button:focus:not(.disabled),
  140. a.dt-button:focus:not(.disabled) {
  141. border: 1px solid #426c9e;
  142. text-shadow: 0 1px 0 #c4def1;
  143. outline: none;
  144. background-color: #79ace9;
  145. /* Fallback */
  146. background-image: -webkit-linear-gradient(top, #bddef4 0%, #79ace9 100%);
  147. /* Chrome 10+, Saf5.1+, iOS 5+ */
  148. background-image: -moz-linear-gradient(top, #bddef4 0%, #79ace9 100%);
  149. /* FF3.6 */
  150. background-image: -ms-linear-gradient(top, #bddef4 0%, #79ace9 100%);
  151. /* IE10 */
  152. background-image: -o-linear-gradient(top, #bddef4 0%, #79ace9 100%);
  153. /* Opera 11.10+ */
  154. background-image: linear-gradient(top, #bddef4 0%, #79ace9 100%);
  155. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#bddef4', EndColorStr='#79ace9');
  156. }
  157. .dt-button embed {
  158. outline: none;
  159. }
  160. div.dt-buttons {
  161. position: relative;
  162. float: left;
  163. }
  164. div.dt-buttons.buttons-right {
  165. float: right;
  166. }
  167. div.dt-button-collection {
  168. position: absolute;
  169. top: 0;
  170. left: 0;
  171. width: 150px;
  172. margin-top: 3px;
  173. padding: 8px 8px 4px 8px;
  174. border: 1px solid #ccc;
  175. border: 1px solid rgba(0, 0, 0, 0.4);
  176. background-color: white;
  177. overflow: hidden;
  178. z-index: 2002;
  179. border-radius: 5px;
  180. box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  181. z-index: 2002;
  182. -webkit-column-gap: 8px;
  183. -moz-column-gap: 8px;
  184. -ms-column-gap: 8px;
  185. -o-column-gap: 8px;
  186. column-gap: 8px;
  187. }
  188. div.dt-button-collection button.dt-button,
  189. div.dt-button-collection div.dt-button,
  190. div.dt-button-collection a.dt-button {
  191. position: relative;
  192. left: 0;
  193. right: 0;
  194. display: block;
  195. float: none;
  196. margin-bottom: 4px;
  197. margin-right: 0;
  198. }
  199. div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled),
  200. div.dt-button-collection div.dt-button:active:not(.disabled),
  201. div.dt-button-collection div.dt-button.active:not(.disabled),
  202. div.dt-button-collection a.dt-button:active:not(.disabled),
  203. div.dt-button-collection a.dt-button.active:not(.disabled) {
  204. background-color: #dadada;
  205. /* Fallback */
  206. background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  207. /* Chrome 10+, Saf5.1+, iOS 5+ */
  208. background-image: -moz-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  209. /* FF3.6 */
  210. background-image: -ms-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  211. /* IE10 */
  212. background-image: -o-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  213. /* Opera 11.10+ */
  214. background-image: linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  215. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0f0f0', EndColorStr='#dadada');
  216. box-shadow: inset 1px 1px 3px #666;
  217. }
  218. div.dt-button-collection.fixed {
  219. position: fixed;
  220. top: 50%;
  221. left: 50%;
  222. margin-left: -75px;
  223. border-radius: 0;
  224. }
  225. div.dt-button-collection.fixed.two-column {
  226. margin-left: -150px;
  227. }
  228. div.dt-button-collection.fixed.three-column {
  229. margin-left: -225px;
  230. }
  231. div.dt-button-collection.fixed.four-column {
  232. margin-left: -300px;
  233. }
  234. div.dt-button-collection > * {
  235. -webkit-column-break-inside: avoid;
  236. break-inside: avoid;
  237. }
  238. div.dt-button-collection.two-column {
  239. width: 300px;
  240. padding-bottom: 1px;
  241. -webkit-column-count: 2;
  242. -moz-column-count: 2;
  243. -ms-column-count: 2;
  244. -o-column-count: 2;
  245. column-count: 2;
  246. }
  247. div.dt-button-collection.three-column {
  248. width: 450px;
  249. padding-bottom: 1px;
  250. -webkit-column-count: 3;
  251. -moz-column-count: 3;
  252. -ms-column-count: 3;
  253. -o-column-count: 3;
  254. column-count: 3;
  255. }
  256. div.dt-button-collection.four-column {
  257. width: 600px;
  258. padding-bottom: 1px;
  259. -webkit-column-count: 4;
  260. -moz-column-count: 4;
  261. -ms-column-count: 4;
  262. -o-column-count: 4;
  263. column-count: 4;
  264. }
  265. div.dt-button-background {
  266. position: fixed;
  267. top: 0;
  268. left: 0;
  269. width: 100%;
  270. height: 100%;
  271. background: rgba(0, 0, 0, 0.7);
  272. /* Fallback */
  273. background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  274. /* IE10 Consumer Preview */
  275. background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  276. /* Firefox */
  277. background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  278. /* Opera */
  279. background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, rgba(0, 0, 0, 0.7)));
  280. /* Webkit (Safari/Chrome 10) */
  281. background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  282. /* Webkit (Chrome 11+) */
  283. background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  284. /* W3C Markup, IE10 Release Preview */
  285. z-index: 2001;
  286. }
  287. @media screen and (max-width: 640px) {
  288. div.dt-buttons {
  289. float: none !important;
  290. text-align: center;
  291. }
  292. }