mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-22 18:04:43 -05:00
500 lines
13 KiB
CSS
500 lines
13 KiB
CSS
/*
|
|
* This combined file was created by the DataTables downloader builder:
|
|
* https://datatables.net/download
|
|
*
|
|
* To rebuild or modify this file with the latest versions of the included
|
|
* software please visit:
|
|
* https://datatables.net/download/#bm/dt-1.11.3/fh-3.2.0/r-2.2.9/sc-2.0.5
|
|
*
|
|
* Included libraries:
|
|
* DataTables 1.11.3, FixedHeader 3.2.0, Responsive 2.2.9, Scroller 2.0.5
|
|
*/
|
|
|
|
@charset "UTF-8";
|
|
td.dt-control {
|
|
background: url("https://www.datatables.net/examples/resources/details_open.png") no-repeat center center;
|
|
cursor: pointer;
|
|
}
|
|
|
|
tr.dt-hasChild td.dt-control {
|
|
background: url("https://www.datatables.net/examples/resources/details_close.png") no-repeat center center;
|
|
}
|
|
|
|
table.dataTable th.dt-left,
|
|
table.dataTable td.dt-left {
|
|
text-align: left;
|
|
}
|
|
table.dataTable th.dt-center,
|
|
table.dataTable td.dt-center,
|
|
table.dataTable td.dataTables_empty {
|
|
text-align: center;
|
|
}
|
|
table.dataTable th.dt-right,
|
|
table.dataTable td.dt-right {
|
|
text-align: right;
|
|
}
|
|
table.dataTable th.dt-justify,
|
|
table.dataTable td.dt-justify {
|
|
text-align: justify;
|
|
}
|
|
table.dataTable th.dt-nowrap,
|
|
table.dataTable td.dt-nowrap {
|
|
white-space: nowrap;
|
|
}
|
|
table.dataTable thead th.dt-head-left,
|
|
table.dataTable thead td.dt-head-left,
|
|
table.dataTable tfoot th.dt-head-left,
|
|
table.dataTable tfoot td.dt-head-left {
|
|
text-align: left;
|
|
}
|
|
table.dataTable thead th.dt-head-center,
|
|
table.dataTable thead td.dt-head-center,
|
|
table.dataTable tfoot th.dt-head-center,
|
|
table.dataTable tfoot td.dt-head-center {
|
|
text-align: center;
|
|
}
|
|
table.dataTable thead th.dt-head-right,
|
|
table.dataTable thead td.dt-head-right,
|
|
table.dataTable tfoot th.dt-head-right,
|
|
table.dataTable tfoot td.dt-head-right {
|
|
text-align: right;
|
|
}
|
|
table.dataTable thead th.dt-head-justify,
|
|
table.dataTable thead td.dt-head-justify,
|
|
table.dataTable tfoot th.dt-head-justify,
|
|
table.dataTable tfoot td.dt-head-justify {
|
|
text-align: justify;
|
|
}
|
|
table.dataTable thead th.dt-head-nowrap,
|
|
table.dataTable thead td.dt-head-nowrap,
|
|
table.dataTable tfoot th.dt-head-nowrap,
|
|
table.dataTable tfoot td.dt-head-nowrap {
|
|
white-space: nowrap;
|
|
}
|
|
table.dataTable tbody th.dt-body-left,
|
|
table.dataTable tbody td.dt-body-left {
|
|
text-align: left;
|
|
}
|
|
table.dataTable tbody th.dt-body-center,
|
|
table.dataTable tbody td.dt-body-center {
|
|
text-align: center;
|
|
}
|
|
table.dataTable tbody th.dt-body-right,
|
|
table.dataTable tbody td.dt-body-right {
|
|
text-align: right;
|
|
}
|
|
table.dataTable tbody th.dt-body-justify,
|
|
table.dataTable tbody td.dt-body-justify {
|
|
text-align: justify;
|
|
}
|
|
table.dataTable tbody th.dt-body-nowrap,
|
|
table.dataTable tbody td.dt-body-nowrap {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
/*! DataTables Bulma integration
|
|
* ©2020 SpryMedia Ltd - datatables.net/license
|
|
*/
|
|
table.dataTable {
|
|
clear: both;
|
|
margin-top: 6px !important;
|
|
margin-bottom: 6px !important;
|
|
max-width: none !important;
|
|
border-collapse: separate !important;
|
|
border-spacing: 0;
|
|
}
|
|
table.dataTable td,
|
|
table.dataTable th {
|
|
-webkit-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
}
|
|
table.dataTable td.dataTables_empty,
|
|
table.dataTable th.dataTables_empty {
|
|
text-align: center;
|
|
}
|
|
table.dataTable.nowrap th,
|
|
table.dataTable.nowrap td {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
div.dataTables_wrapper div.dataTables_length label {
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
}
|
|
div.dataTables_wrapper div.dataTables_length div {
|
|
vertical-align: middle;
|
|
}
|
|
div.dataTables_wrapper div.dataTables_length select {
|
|
width: auto;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
div.dataTables_wrapper div.dataTables_filter {
|
|
text-align: right;
|
|
}
|
|
div.dataTables_wrapper div.dataTables_filter label {
|
|
font-weight: normal;
|
|
white-space: nowrap;
|
|
text-align: left;
|
|
}
|
|
div.dataTables_wrapper div.dataTables_filter input {
|
|
margin-left: 0.5em;
|
|
width: auto;
|
|
vertical-align: middle;
|
|
}
|
|
div.dataTables_wrapper div.dataTables_info {
|
|
padding-top: 0.5em;
|
|
}
|
|
div.dataTables_wrapper div.dataTables_paginate ul {
|
|
justify-content: flex-end;
|
|
list-style: none;
|
|
margin: 0;
|
|
}
|
|
div.dataTables_wrapper div.dataTables_processing {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
width: 200px;
|
|
margin-left: -100px;
|
|
margin-top: -26px;
|
|
text-align: center;
|
|
padding: 1em 0;
|
|
}
|
|
|
|
table.dataTable > thead > tr > th:active,
|
|
table.dataTable > thead > tr > td:active {
|
|
outline: none;
|
|
}
|
|
table.dataTable > thead > tr > th:not(.sorting_disabled),
|
|
table.dataTable > thead > tr > td:not(.sorting_disabled) {
|
|
padding-right: 30px;
|
|
}
|
|
table.dataTable > thead .sorting,
|
|
table.dataTable > thead .sorting_asc,
|
|
table.dataTable > thead .sorting_desc,
|
|
table.dataTable > thead .sorting_asc_disabled,
|
|
table.dataTable > thead .sorting_desc_disabled {
|
|
cursor: pointer;
|
|
position: relative;
|
|
}
|
|
table.dataTable > thead .sorting:before, table.dataTable > thead .sorting:after,
|
|
table.dataTable > thead .sorting_asc:before,
|
|
table.dataTable > thead .sorting_asc:after,
|
|
table.dataTable > thead .sorting_desc:before,
|
|
table.dataTable > thead .sorting_desc:after,
|
|
table.dataTable > thead .sorting_asc_disabled:before,
|
|
table.dataTable > thead .sorting_asc_disabled:after,
|
|
table.dataTable > thead .sorting_desc_disabled:before,
|
|
table.dataTable > thead .sorting_desc_disabled:after {
|
|
position: absolute;
|
|
bottom: 0.7em;
|
|
display: block;
|
|
opacity: 0.3;
|
|
}
|
|
table.dataTable > thead .sorting:before,
|
|
table.dataTable > thead .sorting_asc:before,
|
|
table.dataTable > thead .sorting_desc:before,
|
|
table.dataTable > thead .sorting_asc_disabled:before,
|
|
table.dataTable > thead .sorting_desc_disabled:before {
|
|
right: 1em;
|
|
content: "↑";
|
|
}
|
|
table.dataTable > thead .sorting:after,
|
|
table.dataTable > thead .sorting_asc:after,
|
|
table.dataTable > thead .sorting_desc:after,
|
|
table.dataTable > thead .sorting_asc_disabled:after,
|
|
table.dataTable > thead .sorting_desc_disabled:after {
|
|
right: 0.5em;
|
|
content: "↓";
|
|
}
|
|
table.dataTable > thead .sorting_asc:before,
|
|
table.dataTable > thead .sorting_desc:after {
|
|
opacity: 1;
|
|
}
|
|
table.dataTable > thead .sorting_asc_disabled:before,
|
|
table.dataTable > thead .sorting_desc_disabled:after {
|
|
opacity: 0;
|
|
}
|
|
|
|
div.dataTables_scrollHead table.dataTable {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
div.dataTables_scrollBody table {
|
|
border-top: none;
|
|
margin-top: 0 !important;
|
|
margin-bottom: 0 !important;
|
|
}
|
|
div.dataTables_scrollBody table thead .sorting:before,
|
|
div.dataTables_scrollBody table thead .sorting_asc:before,
|
|
div.dataTables_scrollBody table thead .sorting_desc:before,
|
|
div.dataTables_scrollBody table thead .sorting:after,
|
|
div.dataTables_scrollBody table thead .sorting_asc:after,
|
|
div.dataTables_scrollBody table thead .sorting_desc:after {
|
|
display: none;
|
|
}
|
|
div.dataTables_scrollBody table tbody tr:first-child th,
|
|
div.dataTables_scrollBody table tbody tr:first-child td {
|
|
border-top: none;
|
|
}
|
|
|
|
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
|
|
box-sizing: content-box;
|
|
}
|
|
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
|
|
margin-top: 0 !important;
|
|
border-top: none;
|
|
}
|
|
|
|
|
|
table.dataTable.fixedHeader-floating,
|
|
table.dataTable.fixedHeader-locked {
|
|
background-color: white;
|
|
margin-top: 0 !important;
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
table.dataTable.fixedHeader-locked {
|
|
position: absolute !important;
|
|
}
|
|
|
|
@media print {
|
|
table.fixedHeader-floating {
|
|
display: none;
|
|
}
|
|
}
|
|
.table td,
|
|
.table th {
|
|
padding: 7px 11px !important;
|
|
}
|
|
|
|
|
|
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
|
|
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
|
|
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
|
|
cursor: default !important;
|
|
}
|
|
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
|
|
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
|
|
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
|
|
display: none !important;
|
|
}
|
|
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
|
|
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
|
|
position: relative;
|
|
padding-left: 30px;
|
|
cursor: pointer;
|
|
}
|
|
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
|
|
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
|
|
top: 50%;
|
|
left: 5px;
|
|
height: 1em;
|
|
width: 1em;
|
|
margin-top: -9px;
|
|
display: block;
|
|
position: absolute;
|
|
color: white;
|
|
border: 0.15em solid white;
|
|
border-radius: 1em;
|
|
box-shadow: 0 0 0.2em #444;
|
|
box-sizing: content-box;
|
|
text-align: center;
|
|
text-indent: 0 !important;
|
|
font-family: "Courier New", Courier, monospace;
|
|
line-height: 1em;
|
|
content: "+";
|
|
background-color: #00D1B2;
|
|
}
|
|
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
|
|
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
|
|
content: "-";
|
|
background-color: #d33333;
|
|
}
|
|
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
|
|
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
|
|
padding-left: 27px;
|
|
}
|
|
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before,
|
|
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
|
|
left: 4px;
|
|
height: 14px;
|
|
width: 14px;
|
|
border-radius: 14px;
|
|
line-height: 14px;
|
|
text-indent: 3px;
|
|
}
|
|
table.dataTable.dtr-column > tbody > tr > td.dtr-control,
|
|
table.dataTable.dtr-column > tbody > tr > th.dtr-control,
|
|
table.dataTable.dtr-column > tbody > tr > td.control,
|
|
table.dataTable.dtr-column > tbody > tr > th.control {
|
|
position: relative;
|
|
cursor: pointer;
|
|
}
|
|
table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
|
|
table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
|
|
table.dataTable.dtr-column > tbody > tr > td.control:before,
|
|
table.dataTable.dtr-column > tbody > tr > th.control:before {
|
|
top: 50%;
|
|
left: 50%;
|
|
height: 0.8em;
|
|
width: 0.8em;
|
|
margin-top: -0.5em;
|
|
margin-left: -0.5em;
|
|
display: block;
|
|
position: absolute;
|
|
color: white;
|
|
border: 0.15em solid white;
|
|
border-radius: 1em;
|
|
box-shadow: 0 0 0.2em #444;
|
|
box-sizing: content-box;
|
|
text-align: center;
|
|
text-indent: 0 !important;
|
|
font-family: "Courier New", Courier, monospace;
|
|
line-height: 1em;
|
|
content: "+";
|
|
background-color: #00D1B2;
|
|
}
|
|
table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before,
|
|
table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before,
|
|
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
|
|
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
|
|
content: "-";
|
|
background-color: #d33333;
|
|
}
|
|
table.dataTable > tbody > tr.child {
|
|
padding: 0.5em 1em;
|
|
}
|
|
table.dataTable > tbody > tr.child:hover {
|
|
background: transparent !important;
|
|
}
|
|
table.dataTable > tbody > tr.child ul.dtr-details {
|
|
display: inline-block;
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
table.dataTable > tbody > tr.child ul.dtr-details > li {
|
|
border-bottom: 1px solid #efefef;
|
|
padding: 0.5em 0;
|
|
}
|
|
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
|
|
padding-top: 0;
|
|
}
|
|
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
|
|
border-bottom: none;
|
|
}
|
|
table.dataTable > tbody > tr.child span.dtr-title {
|
|
display: inline-block;
|
|
min-width: 75px;
|
|
font-weight: bold;
|
|
}
|
|
div.dtr-modal {
|
|
position: fixed;
|
|
box-sizing: border-box;
|
|
top: 0;
|
|
left: 0;
|
|
height: 100%;
|
|
width: 100%;
|
|
z-index: 100;
|
|
padding: 10em 1em;
|
|
}
|
|
div.dtr-modal div.dtr-modal-display {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
width: 50%;
|
|
height: 50%;
|
|
overflow: auto;
|
|
margin: auto;
|
|
z-index: 102;
|
|
overflow: auto;
|
|
background-color: #f5f5f7;
|
|
border: 1px solid black;
|
|
border-radius: 0.5em;
|
|
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
|
|
}
|
|
div.dtr-modal div.dtr-modal-content {
|
|
position: relative;
|
|
padding: 1em;
|
|
}
|
|
div.dtr-modal div.dtr-modal-close {
|
|
position: absolute;
|
|
top: 6px;
|
|
right: 6px;
|
|
width: 22px;
|
|
height: 22px;
|
|
border: 1px solid #eaeaea;
|
|
background-color: #f9f9f9;
|
|
text-align: center;
|
|
border-radius: 3px;
|
|
cursor: pointer;
|
|
z-index: 12;
|
|
}
|
|
div.dtr-modal div.dtr-modal-close:hover {
|
|
background-color: #eaeaea;
|
|
}
|
|
div.dtr-modal div.dtr-modal-background {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
z-index: 101;
|
|
background: rgba(0, 0, 0, 0.6);
|
|
}
|
|
|
|
@media screen and (max-width: 767px) {
|
|
div.dtr-modal div.dtr-modal-display {
|
|
width: 95%;
|
|
}
|
|
}
|
|
table.dataTable > tbody > tr.child ul {
|
|
font-size: 1em;
|
|
}
|
|
|
|
div.modal-content {
|
|
padding: 20px;
|
|
background: white;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
|
|
div.dts {
|
|
display: block !important;
|
|
}
|
|
div.dts tbody th,
|
|
div.dts tbody td {
|
|
white-space: nowrap;
|
|
}
|
|
div.dts div.dts_loading {
|
|
z-index: 1;
|
|
}
|
|
div.dts div.dts_label {
|
|
position: absolute;
|
|
right: 10px;
|
|
background: rgba(0, 0, 0, 0.8);
|
|
color: white;
|
|
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
|
|
text-align: right;
|
|
border-radius: 3px;
|
|
padding: 0.4em;
|
|
z-index: 2;
|
|
display: none;
|
|
}
|
|
div.dts div.dataTables_scrollBody {
|
|
background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, white 10px, white 20px);
|
|
}
|
|
div.dts div.dataTables_scrollBody table {
|
|
z-index: 2;
|
|
}
|
|
div.dts div.dataTables_paginate,
|
|
div.dts div.dataTables_length {
|
|
display: none;
|
|
}
|
|
|
|
|