Fork of the espurna firmware for `mhsw` switches
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.

460 lines
16 KiB

  1. /*
  2. * This combined file was created by the DataTables downloader builder:
  3. * https://datatables.net/download
  4. *
  5. * To rebuild or modify this file with the latest versions of the included
  6. * software please visit:
  7. * https://datatables.net/download/#dt/dt-1.10.16
  8. *
  9. * Included libraries:
  10. * DataTables 1.10.16
  11. */
  12. /*
  13. * Table styles
  14. */
  15. table.dataTable {
  16. width: 100%;
  17. margin: 0 auto;
  18. clear: both;
  19. border-collapse: separate;
  20. border-spacing: 0;
  21. /*
  22. * Header and footer styles
  23. */
  24. /*
  25. * Body styles
  26. */
  27. }
  28. table.dataTable thead th,
  29. table.dataTable tfoot th {
  30. font-weight: bold;
  31. }
  32. table.dataTable thead th,
  33. table.dataTable thead td {
  34. padding: 10px 18px;
  35. border-bottom: 1px solid #111;
  36. }
  37. table.dataTable thead th:active,
  38. table.dataTable thead td:active {
  39. outline: none;
  40. }
  41. table.dataTable tfoot th,
  42. table.dataTable tfoot td {
  43. padding: 10px 18px 6px 18px;
  44. border-top: 1px solid #111;
  45. }
  46. table.dataTable thead .sorting,
  47. table.dataTable thead .sorting_asc,
  48. table.dataTable thead .sorting_desc,
  49. table.dataTable thead .sorting_asc_disabled,
  50. table.dataTable thead .sorting_desc_disabled {
  51. cursor: pointer;
  52. *cursor: hand;
  53. background-repeat: no-repeat;
  54. background-position: center right;
  55. }
  56. table.dataTable thead .sorting {
  57. background-image: url("images/sort_both.png");
  58. }
  59. table.dataTable thead .sorting_asc {
  60. background-image: url("images/sort_asc.png");
  61. }
  62. table.dataTable thead .sorting_desc {
  63. background-image: url("images/sort_desc.png");
  64. }
  65. table.dataTable thead .sorting_asc_disabled {
  66. background-image: url("images/sort_asc_disabled.png");
  67. }
  68. table.dataTable thead .sorting_desc_disabled {
  69. background-image: url("images/sort_desc_disabled.png");
  70. }
  71. table.dataTable tbody tr {
  72. background-color: #ffffff;
  73. }
  74. table.dataTable tbody tr.selected {
  75. background-color: #B0BED9;
  76. }
  77. table.dataTable tbody th,
  78. table.dataTable tbody td {
  79. padding: 8px 10px;
  80. }
  81. table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  82. border-top: 1px solid #ddd;
  83. }
  84. table.dataTable.row-border tbody tr:first-child th,
  85. table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
  86. table.dataTable.display tbody tr:first-child td {
  87. border-top: none;
  88. }
  89. table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  90. border-top: 1px solid #ddd;
  91. border-right: 1px solid #ddd;
  92. }
  93. table.dataTable.cell-border tbody tr th:first-child,
  94. table.dataTable.cell-border tbody tr td:first-child {
  95. border-left: 1px solid #ddd;
  96. }
  97. table.dataTable.cell-border tbody tr:first-child th,
  98. table.dataTable.cell-border tbody tr:first-child td {
  99. border-top: none;
  100. }
  101. table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  102. background-color: #f9f9f9;
  103. }
  104. table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  105. background-color: #acbad4;
  106. }
  107. table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  108. background-color: #f6f6f6;
  109. }
  110. table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  111. background-color: #aab7d1;
  112. }
  113. table.dataTable.order-column tbody tr > .sorting_1,
  114. table.dataTable.order-column tbody tr > .sorting_2,
  115. table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
  116. table.dataTable.display tbody tr > .sorting_2,
  117. table.dataTable.display tbody tr > .sorting_3 {
  118. background-color: #fafafa;
  119. }
  120. table.dataTable.order-column tbody tr.selected > .sorting_1,
  121. table.dataTable.order-column tbody tr.selected > .sorting_2,
  122. table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
  123. table.dataTable.display tbody tr.selected > .sorting_2,
  124. table.dataTable.display tbody tr.selected > .sorting_3 {
  125. background-color: #acbad5;
  126. }
  127. table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  128. background-color: #f1f1f1;
  129. }
  130. table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  131. background-color: #f3f3f3;
  132. }
  133. table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  134. background-color: whitesmoke;
  135. }
  136. table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  137. background-color: #a6b4cd;
  138. }
  139. table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  140. background-color: #a8b5cf;
  141. }
  142. table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  143. background-color: #a9b7d1;
  144. }
  145. table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  146. background-color: #fafafa;
  147. }
  148. table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  149. background-color: #fcfcfc;
  150. }
  151. table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  152. background-color: #fefefe;
  153. }
  154. table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  155. background-color: #acbad5;
  156. }
  157. table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  158. background-color: #aebcd6;
  159. }
  160. table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  161. background-color: #afbdd8;
  162. }
  163. table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  164. background-color: #eaeaea;
  165. }
  166. table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  167. background-color: #ececec;
  168. }
  169. table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  170. background-color: #efefef;
  171. }
  172. table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  173. background-color: #a2aec7;
  174. }
  175. table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  176. background-color: #a3b0c9;
  177. }
  178. table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  179. background-color: #a5b2cb;
  180. }
  181. table.dataTable.no-footer {
  182. border-bottom: 1px solid #111;
  183. }
  184. table.dataTable.nowrap th, table.dataTable.nowrap td {
  185. white-space: nowrap;
  186. }
  187. table.dataTable.compact thead th,
  188. table.dataTable.compact thead td {
  189. padding: 4px 17px 4px 4px;
  190. }
  191. table.dataTable.compact tfoot th,
  192. table.dataTable.compact tfoot td {
  193. padding: 4px;
  194. }
  195. table.dataTable.compact tbody th,
  196. table.dataTable.compact tbody td {
  197. padding: 4px;
  198. }
  199. table.dataTable th.dt-left,
  200. table.dataTable td.dt-left {
  201. text-align: left;
  202. }
  203. table.dataTable th.dt-center,
  204. table.dataTable td.dt-center,
  205. table.dataTable td.dataTables_empty {
  206. text-align: center;
  207. }
  208. table.dataTable th.dt-right,
  209. table.dataTable td.dt-right {
  210. text-align: right;
  211. }
  212. table.dataTable th.dt-justify,
  213. table.dataTable td.dt-justify {
  214. text-align: justify;
  215. }
  216. table.dataTable th.dt-nowrap,
  217. table.dataTable td.dt-nowrap {
  218. white-space: nowrap;
  219. }
  220. table.dataTable thead th.dt-head-left,
  221. table.dataTable thead td.dt-head-left,
  222. table.dataTable tfoot th.dt-head-left,
  223. table.dataTable tfoot td.dt-head-left {
  224. text-align: left;
  225. }
  226. table.dataTable thead th.dt-head-center,
  227. table.dataTable thead td.dt-head-center,
  228. table.dataTable tfoot th.dt-head-center,
  229. table.dataTable tfoot td.dt-head-center {
  230. text-align: center;
  231. }
  232. table.dataTable thead th.dt-head-right,
  233. table.dataTable thead td.dt-head-right,
  234. table.dataTable tfoot th.dt-head-right,
  235. table.dataTable tfoot td.dt-head-right {
  236. text-align: right;
  237. }
  238. table.dataTable thead th.dt-head-justify,
  239. table.dataTable thead td.dt-head-justify,
  240. table.dataTable tfoot th.dt-head-justify,
  241. table.dataTable tfoot td.dt-head-justify {
  242. text-align: justify;
  243. }
  244. table.dataTable thead th.dt-head-nowrap,
  245. table.dataTable thead td.dt-head-nowrap,
  246. table.dataTable tfoot th.dt-head-nowrap,
  247. table.dataTable tfoot td.dt-head-nowrap {
  248. white-space: nowrap;
  249. }
  250. table.dataTable tbody th.dt-body-left,
  251. table.dataTable tbody td.dt-body-left {
  252. text-align: left;
  253. }
  254. table.dataTable tbody th.dt-body-center,
  255. table.dataTable tbody td.dt-body-center {
  256. text-align: center;
  257. }
  258. table.dataTable tbody th.dt-body-right,
  259. table.dataTable tbody td.dt-body-right {
  260. text-align: right;
  261. }
  262. table.dataTable tbody th.dt-body-justify,
  263. table.dataTable tbody td.dt-body-justify {
  264. text-align: justify;
  265. }
  266. table.dataTable tbody th.dt-body-nowrap,
  267. table.dataTable tbody td.dt-body-nowrap {
  268. white-space: nowrap;
  269. }
  270. table.dataTable,
  271. table.dataTable th,
  272. table.dataTable td {
  273. box-sizing: content-box;
  274. }
  275. /*
  276. * Control feature layout
  277. */
  278. .dataTables_wrapper {
  279. position: relative;
  280. clear: both;
  281. *zoom: 1;
  282. zoom: 1;
  283. }
  284. .dataTables_wrapper .dataTables_length {
  285. float: left;
  286. }
  287. .dataTables_wrapper .dataTables_filter {
  288. float: right;
  289. text-align: right;
  290. }
  291. .dataTables_wrapper .dataTables_filter input {
  292. margin-left: 0.5em;
  293. }
  294. .dataTables_wrapper .dataTables_info {
  295. clear: both;
  296. float: left;
  297. padding-top: 0.755em;
  298. }
  299. .dataTables_wrapper .dataTables_paginate {
  300. float: right;
  301. text-align: right;
  302. padding-top: 0.25em;
  303. }
  304. .dataTables_wrapper .dataTables_paginate .paginate_button {
  305. box-sizing: border-box;
  306. display: inline-block;
  307. min-width: 1.5em;
  308. padding: 0.5em 1em;
  309. margin-left: 2px;
  310. text-align: center;
  311. text-decoration: none !important;
  312. cursor: pointer;
  313. *cursor: hand;
  314. color: #333 !important;
  315. border: 1px solid transparent;
  316. border-radius: 2px;
  317. }
  318. .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  319. color: #333 !important;
  320. border: 1px solid #979797;
  321. background-color: white;
  322. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  323. /* Chrome,Safari4+ */
  324. background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  325. /* Chrome10+,Safari5.1+ */
  326. background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  327. /* FF3.6+ */
  328. background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  329. /* IE10+ */
  330. background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  331. /* Opera 11.10+ */
  332. background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  333. /* W3C */
  334. }
  335. .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  336. cursor: default;
  337. color: #666 !important;
  338. border: 1px solid transparent;
  339. background: transparent;
  340. box-shadow: none;
  341. }
  342. .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  343. color: white !important;
  344. border: 1px solid #111;
  345. background-color: #585858;
  346. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  347. /* Chrome,Safari4+ */
  348. background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  349. /* Chrome10+,Safari5.1+ */
  350. background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  351. /* FF3.6+ */
  352. background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  353. /* IE10+ */
  354. background: -o-linear-gradient(top, #585858 0%, #111 100%);
  355. /* Opera 11.10+ */
  356. background: linear-gradient(to bottom, #585858 0%, #111 100%);
  357. /* W3C */
  358. }
  359. .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  360. outline: none;
  361. background-color: #2b2b2b;
  362. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  363. /* Chrome,Safari4+ */
  364. background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  365. /* Chrome10+,Safari5.1+ */
  366. background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  367. /* FF3.6+ */
  368. background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  369. /* IE10+ */
  370. background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  371. /* Opera 11.10+ */
  372. background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  373. /* W3C */
  374. box-shadow: inset 0 0 3px #111;
  375. }
  376. .dataTables_wrapper .dataTables_paginate .ellipsis {
  377. padding: 0 1em;
  378. }
  379. .dataTables_wrapper .dataTables_processing {
  380. position: absolute;
  381. top: 50%;
  382. left: 50%;
  383. width: 100%;
  384. height: 40px;
  385. margin-left: -50%;
  386. margin-top: -25px;
  387. padding-top: 20px;
  388. text-align: center;
  389. font-size: 1.2em;
  390. background-color: white;
  391. background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  392. background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  393. background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  394. background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  395. background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  396. background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  397. }
  398. .dataTables_wrapper .dataTables_length,
  399. .dataTables_wrapper .dataTables_filter,
  400. .dataTables_wrapper .dataTables_info,
  401. .dataTables_wrapper .dataTables_processing,
  402. .dataTables_wrapper .dataTables_paginate {
  403. color: #333;
  404. }
  405. .dataTables_wrapper .dataTables_scroll {
  406. clear: both;
  407. }
  408. .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  409. *margin-top: -1px;
  410. -webkit-overflow-scrolling: touch;
  411. }
  412. .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  413. vertical-align: middle;
  414. }
  415. .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
  416. .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
  417. .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  418. height: 0;
  419. overflow: hidden;
  420. margin: 0 !important;
  421. padding: 0 !important;
  422. }
  423. .dataTables_wrapper.no-footer .dataTables_scrollBody {
  424. border-bottom: 1px solid #111;
  425. }
  426. .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
  427. .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  428. border-bottom: none;
  429. }
  430. .dataTables_wrapper:after {
  431. visibility: hidden;
  432. display: block;
  433. content: "";
  434. clear: both;
  435. height: 0;
  436. }
  437. @media screen and (max-width: 767px) {
  438. .dataTables_wrapper .dataTables_info,
  439. .dataTables_wrapper .dataTables_paginate {
  440. float: none;
  441. text-align: center;
  442. }
  443. .dataTables_wrapper .dataTables_paginate {
  444. margin-top: 0.5em;
  445. }
  446. }
  447. @media screen and (max-width: 640px) {
  448. .dataTables_wrapper .dataTables_length,
  449. .dataTables_wrapper .dataTables_filter {
  450. float: none;
  451. text-align: center;
  452. }
  453. .dataTables_wrapper .dataTables_filter {
  454. margin-top: 0.5em;
  455. }
  456. }