From 2b6970d33afd75be5bfef951dc3691d492004d43 Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Tue, 18 Apr 2023 01:11:37 +0300 Subject: admin back-office environment (skeleton); admin categories --- .../Scroller-2.1.1/css/scroller.bootstrap.css | 37 ++++++++++++++++++++++ .../Scroller-2.1.1/css/scroller.bootstrap.min.css | 1 + .../Scroller-2.1.1/css/scroller.bootstrap4.css | 37 ++++++++++++++++++++++ .../Scroller-2.1.1/css/scroller.bootstrap4.min.css | 1 + .../Scroller-2.1.1/css/scroller.bootstrap5.css | 37 ++++++++++++++++++++++ .../Scroller-2.1.1/css/scroller.bootstrap5.min.css | 1 + .../Scroller-2.1.1/css/scroller.bulma.css | 33 +++++++++++++++++++ .../Scroller-2.1.1/css/scroller.bulma.min.css | 1 + .../Scroller-2.1.1/css/scroller.dataTables.css | 33 +++++++++++++++++++ .../Scroller-2.1.1/css/scroller.dataTables.min.css | 1 + .../Scroller-2.1.1/css/scroller.foundation.css | 17 ++++++++++ .../Scroller-2.1.1/css/scroller.foundation.min.css | 1 + .../Scroller-2.1.1/css/scroller.jqueryui.css | 33 +++++++++++++++++++ .../Scroller-2.1.1/css/scroller.jqueryui.min.css | 1 + .../Scroller-2.1.1/css/scroller.semanticui.css | 33 +++++++++++++++++++ .../Scroller-2.1.1/css/scroller.semanticui.min.css | 1 + 16 files changed, 268 insertions(+) create mode 100644 public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bootstrap.css create mode 100644 public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bootstrap.min.css create mode 100644 public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bootstrap4.css create mode 100644 public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bootstrap4.min.css create mode 100644 public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bootstrap5.css create mode 100644 public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bootstrap5.min.css create mode 100644 public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bulma.css create mode 100644 public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bulma.min.css create mode 100644 public/assets/js/DataTables/Scroller-2.1.1/css/scroller.dataTables.css create mode 100644 public/assets/js/DataTables/Scroller-2.1.1/css/scroller.dataTables.min.css create mode 100644 public/assets/js/DataTables/Scroller-2.1.1/css/scroller.foundation.css create mode 100644 public/assets/js/DataTables/Scroller-2.1.1/css/scroller.foundation.min.css create mode 100644 public/assets/js/DataTables/Scroller-2.1.1/css/scroller.jqueryui.css create mode 100644 public/assets/js/DataTables/Scroller-2.1.1/css/scroller.jqueryui.min.css create mode 100644 public/assets/js/DataTables/Scroller-2.1.1/css/scroller.semanticui.css create mode 100644 public/assets/js/DataTables/Scroller-2.1.1/css/scroller.semanticui.min.css (limited to 'public/assets/js/DataTables/Scroller-2.1.1/css') diff --git a/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bootstrap.css b/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bootstrap.css new file mode 100644 index 0000000..849a26c --- /dev/null +++ b/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bootstrap.css @@ -0,0 +1,37 @@ +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 { + background-color: white; + z-index: 2; +} +div.dts div.dataTables_paginate, +div.dts div.dataTables_length { + display: none; +} + +div.DTS tbody tr { + background-color: white; +} diff --git a/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bootstrap.min.css b/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bootstrap.min.css new file mode 100644 index 0000000..8f7eae8 --- /dev/null +++ b/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bootstrap.min.css @@ -0,0 +1 @@ +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:.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{background-color:white;z-index:2}div.dts div.dataTables_paginate,div.dts div.dataTables_length{display:none}div.DTS tbody tr{background-color:white} diff --git a/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bootstrap4.css b/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bootstrap4.css new file mode 100644 index 0000000..ff5791a --- /dev/null +++ b/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bootstrap4.css @@ -0,0 +1,37 @@ +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 { + background-color: white; + z-index: 2; +} +div.dts div.dataTables_paginate, +div.dts div.dataTables_length { + display: none; +} + +div.DTS div.dataTables_scrollBody table { + background-color: white; +} diff --git a/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bootstrap4.min.css b/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bootstrap4.min.css new file mode 100644 index 0000000..a22cb2f --- /dev/null +++ b/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bootstrap4.min.css @@ -0,0 +1 @@ +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:.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{background-color:white;z-index:2}div.dts div.dataTables_paginate,div.dts div.dataTables_length{display:none}div.DTS div.dataTables_scrollBody table{background-color:white} diff --git a/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bootstrap5.css b/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bootstrap5.css new file mode 100644 index 0000000..ff5791a --- /dev/null +++ b/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bootstrap5.css @@ -0,0 +1,37 @@ +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 { + background-color: white; + z-index: 2; +} +div.dts div.dataTables_paginate, +div.dts div.dataTables_length { + display: none; +} + +div.DTS div.dataTables_scrollBody table { + background-color: white; +} diff --git a/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bootstrap5.min.css b/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bootstrap5.min.css new file mode 100644 index 0000000..a22cb2f --- /dev/null +++ b/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bootstrap5.min.css @@ -0,0 +1 @@ +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:.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{background-color:white;z-index:2}div.dts div.dataTables_paginate,div.dts div.dataTables_length{display:none}div.DTS div.dataTables_scrollBody table{background-color:white} diff --git a/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bulma.css b/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bulma.css new file mode 100644 index 0000000..ce5959d --- /dev/null +++ b/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bulma.css @@ -0,0 +1,33 @@ +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 { + background-color: white; + z-index: 2; +} +div.dts div.dataTables_paginate, +div.dts div.dataTables_length { + display: none; +} diff --git a/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bulma.min.css b/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bulma.min.css new file mode 100644 index 0000000..08fb958 --- /dev/null +++ b/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bulma.min.css @@ -0,0 +1 @@ +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:.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{background-color:white;z-index:2}div.dts div.dataTables_paginate,div.dts div.dataTables_length{display:none} diff --git a/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.dataTables.css b/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.dataTables.css new file mode 100644 index 0000000..ce5959d --- /dev/null +++ b/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.dataTables.css @@ -0,0 +1,33 @@ +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 { + background-color: white; + z-index: 2; +} +div.dts div.dataTables_paginate, +div.dts div.dataTables_length { + display: none; +} diff --git a/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.dataTables.min.css b/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.dataTables.min.css new file mode 100644 index 0000000..08fb958 --- /dev/null +++ b/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.dataTables.min.css @@ -0,0 +1 @@ +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:.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{background-color:white;z-index:2}div.dts div.dataTables_paginate,div.dts div.dataTables_length{display:none} diff --git a/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.foundation.css b/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.foundation.css new file mode 100644 index 0000000..29d3a46 --- /dev/null +++ b/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.foundation.css @@ -0,0 +1,17 @@ +div.DTS tbody th, +div.DTS tbody td { + white-space: nowrap; +} +div.DTS div.DTS_Loading { + z-index: 1; +} +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; +} diff --git a/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.foundation.min.css b/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.foundation.min.css new file mode 100644 index 0000000..0c83fee --- /dev/null +++ b/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.foundation.min.css @@ -0,0 +1 @@ +div.DTS tbody th,div.DTS tbody td{white-space:nowrap}div.DTS div.DTS_Loading{z-index:1}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} diff --git a/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.jqueryui.css b/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.jqueryui.css new file mode 100644 index 0000000..ce5959d --- /dev/null +++ b/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.jqueryui.css @@ -0,0 +1,33 @@ +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 { + background-color: white; + z-index: 2; +} +div.dts div.dataTables_paginate, +div.dts div.dataTables_length { + display: none; +} diff --git a/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.jqueryui.min.css b/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.jqueryui.min.css new file mode 100644 index 0000000..08fb958 --- /dev/null +++ b/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.jqueryui.min.css @@ -0,0 +1 @@ +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:.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{background-color:white;z-index:2}div.dts div.dataTables_paginate,div.dts div.dataTables_length{display:none} diff --git a/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.semanticui.css b/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.semanticui.css new file mode 100644 index 0000000..ce5959d --- /dev/null +++ b/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.semanticui.css @@ -0,0 +1,33 @@ +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 { + background-color: white; + z-index: 2; +} +div.dts div.dataTables_paginate, +div.dts div.dataTables_length { + display: none; +} diff --git a/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.semanticui.min.css b/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.semanticui.min.css new file mode 100644 index 0000000..08fb958 --- /dev/null +++ b/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.semanticui.min.css @@ -0,0 +1 @@ +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:.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{background-color:white;z-index:2}div.dts div.dataTables_paginate,div.dts div.dataTables_length{display:none} -- cgit v1.2.3