Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

buttons.dataTables.min.css 9.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  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, div.dt-button, a.dt-button {
  26. position: relative;
  27. display: inline-block;
  28. box-sizing: border-box;
  29. margin-right: 0.333em;
  30. padding: 0.5em 1em;
  31. border: 1px solid #1b8bf9;
  32. border-radius: 2px;
  33. cursor: pointer;
  34. font-size: 0.88em;
  35. color: #fff;
  36. white-space: nowrap;
  37. overflow: hidden;
  38. background-color: #1b8bf9;
  39. background-image: -webkit-linear-gradient(top, #1b8bf9 0%, #1b8bf9 100%);
  40. background-image: -moz-linear-gradient(top, #1b8bf9 0%, #1b8bf9 100%);
  41. background-image: -ms-linear-gradient(top, #1b8bf9 0%, #1b8bf9 100%);
  42. background-image: -o-linear-gradient(top, #1b8bf9 0%, #1b8bf9 100%);
  43. background-image: linear-gradient(to bottom, #1b8bf9 0%,#1b8bf9 100%);
  44. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#1b8bf9', EndColorStr='#1b8bf9');
  45. -webkit-user-select: none;
  46. -moz-user-select: none;
  47. -ms-user-select: none;
  48. user-select: none;
  49. text-decoration: none;
  50. outline: none
  51. }
  52. button.dt-button.disabled, div.dt-button.disabled, a.dt-button.disabled {
  53. color: #999;
  54. border: 1px solid #d0d0d0;
  55. cursor: default;
  56. background-color: #1b8bf9;
  57. background-image: -webkit-linear-gradient(top, #fff 0%, #1b8bf9 100%);
  58. background-image: -moz-linear-gradient(top, #fff 0%, #1b8bf9 100%);
  59. background-image: -ms-linear-gradient(top, #fff 0%, #1b8bf9 100%);
  60. background-image: -o-linear-gradient(top, #fff 0%, #1b8bf9 100%);
  61. background-image: linear-gradient(to bottom, #fff 0%, #f9f9f9 100%);
  62. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#1b8bf9')
  63. }
  64. 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) {
  65. background-color: #1b8bf9;
  66. background-image: -webkit-linear-gradient(top, #1b8bf9 0%, #1b8bf9 100%);
  67. background-image: -moz-linear-gradient(top, #1b8bf9 0%, #1b8bf9 100%);
  68. background-image: -ms-linear-gradient(top, #1b8bf9 0%, #1b8bf9 100%);
  69. background-image: -o-linear-gradient(top, #1b8bf9 0%, #1b8bf9 100%);
  70. background-image: linear-gradient(to bottom, #1b8bf9 0%, #1b8bf9 100%);
  71. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#1b8bf9', EndColorStr='#1b8bf9');
  72. box-shadow: inset 1px 1px 3px #999999
  73. }
  74. 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) {
  75. box-shadow: inset 1px 1px 3px #999999;
  76. background-color: #cccccc;
  77. background-image: -webkit-linear-gradient(top, #eaeaea 0%, #ccc 100%);
  78. background-image: -moz-linear-gradient(top, #eaeaea 0%, #ccc 100%);
  79. background-image: -ms-linear-gradient(top, #eaeaea 0%, #ccc 100%);
  80. background-image: -o-linear-gradient(top, #eaeaea 0%, #ccc 100%);
  81. background-image: linear-gradient(to bottom, #eaeaea 0%, #ccc 100%);
  82. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#eaeaea', EndColorStr='#cccccc')
  83. }
  84. button.dt-button:hover, div.dt-button:hover, a.dt-button:hover {
  85. text-decoration: none
  86. }
  87. button.dt-button:hover:not(.disabled), div.dt-button:hover:not(.disabled), a.dt-button:hover:not(.disabled) {
  88. border: 1px solid #01549b;
  89. background-color: #025aa5;
  90. background-image: -webkit-linear-gradient(top, #01549b 0%, #025aa5 100%);
  91. background-image: -moz-linear-gradient(top, #01549b 0%, #025aa5 100%);
  92. background-image: -ms-linear-gradient(top, #01549b 0%, #025aa5 100%);
  93. background-image: -o-linear-gradient(top,#01549b 0%, #025aa5 100%);
  94. background-image: linear-gradient(to bottom, #01549b 0%, #025aa5 100%);
  95. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#01549b', EndColorStr='#025aa5')
  96. }
  97. button.dt-button:focus:not(.disabled), div.dt-button:focus:not(.disabled), a.dt-button:focus:not(.disabled) {
  98. border: 1px solid #426c9e;
  99. text-shadow: 0 1px 0 #c4def1;
  100. outline: none;
  101. background-color: #79ace9;
  102. background-image: -webkit-linear-gradient(top, #bddef4 0%, #79ace9 100%);
  103. background-image: -moz-linear-gradient(top, #bddef4 0%, #79ace9 100%);
  104. background-image: -ms-linear-gradient(top, #bddef4 0%, #79ace9 100%);
  105. background-image: -o-linear-gradient(top, #bddef4 0%, #79ace9 100%);
  106. background-image: linear-gradient(to bottom, #bddef4 0%, #79ace9 100%);
  107. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#bddef4', EndColorStr='#79ace9')
  108. }
  109. .dt-button embed {
  110. outline: none
  111. }
  112. div.dt-buttons {
  113. position: relative;
  114. float: left
  115. }
  116. div.dt-buttons.buttons-right {
  117. float: right
  118. }
  119. div.dt-button-collection {
  120. position: absolute;
  121. top: 0;
  122. left: 0;
  123. width: 150px;
  124. margin-top: 3px;
  125. padding: 8px 8px 4px 8px;
  126. border: 1px solid #ccc;
  127. border: 1px solid rgba(0, 0, 0, 0.4);
  128. background-color: white;
  129. overflow: hidden;
  130. z-index: 2002;
  131. border-radius: 5px;
  132. box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  133. z-index: 2002;
  134. -webkit-column-gap: 8px;
  135. -moz-column-gap: 8px;
  136. -ms-column-gap: 8px;
  137. -o-column-gap: 8px;
  138. column-gap: 8px
  139. }
  140. div.dt-button-collection button.dt-button, div.dt-button-collection div.dt-button, div.dt-button-collection a.dt-button {
  141. position: relative;
  142. left: 0;
  143. right: 0;
  144. display: block;
  145. float: none;
  146. margin-bottom: 4px;
  147. margin-right: 0
  148. }
  149. 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) {
  150. background-color: #dadada;
  151. background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  152. background-image: -moz-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  153. background-image: -ms-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  154. background-image: -o-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  155. background-image: linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);
  156. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f0f0f0', EndColorStr='#dadada');
  157. box-shadow: inset 1px 1px 3px #666
  158. }
  159. div.dt-button-collection.fixed {
  160. position: fixed;
  161. top: 50%;
  162. left: 50%;
  163. margin-left: -75px;
  164. border-radius: 0
  165. }
  166. div.dt-button-collection.fixed.two-column {
  167. margin-left: -150px
  168. }
  169. div.dt-button-collection.fixed.three-column {
  170. margin-left: -225px
  171. }
  172. div.dt-button-collection.fixed.four-column {
  173. margin-left: -300px
  174. }
  175. div.dt-button-collection > * {
  176. -webkit-column-break-inside: avoid;
  177. break-inside: avoid
  178. }
  179. div.dt-button-collection.two-column {
  180. width: 300px;
  181. padding-bottom: 1px;
  182. -webkit-column-count: 2;
  183. -moz-column-count: 2;
  184. -ms-column-count: 2;
  185. -o-column-count: 2;
  186. column-count: 2
  187. }
  188. div.dt-button-collection.three-column {
  189. width: 450px;
  190. padding-bottom: 1px;
  191. -webkit-column-count: 3;
  192. -moz-column-count: 3;
  193. -ms-column-count: 3;
  194. -o-column-count: 3;
  195. column-count: 3
  196. }
  197. div.dt-button-collection.four-column {
  198. width: 600px;
  199. padding-bottom: 1px;
  200. -webkit-column-count: 4;
  201. -moz-column-count: 4;
  202. -ms-column-count: 4;
  203. -o-column-count: 4;
  204. column-count: 4
  205. }
  206. div.dt-button-background {
  207. position: fixed;
  208. top: 0;
  209. left: 0;
  210. width: 100%;
  211. height: 100%;
  212. background: rgba(0, 0, 0, 0.7);
  213. background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  214. background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  215. background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  216. 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)));
  217. background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  218. background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  219. z-index: 2001
  220. }
  221. @media screen and (max-width: 640px) {
  222. div.dt-buttons {
  223. float: none !important;
  224. text-align: center
  225. }
  226. }