j1-template 2021.0.3 → 2021.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +10 -10
- data/assets/data/quicklinks.html +2 -2
- data/assets/themes/j1/adapter/js/mmenu.js +18 -22
- data/assets/themes/j1/adapter/js/{lunr_search.js → quicksearch.js} +11 -11
- data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-brands-400.eot → eot/fa-brands-400.eot} +0 -0
- data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-regular-400.eot → eot/fa-regular-400.eot} +0 -0
- data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-solid-900.eot → eot/fa-solid-900.eot} +0 -0
- data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-brands-400.svg → svg/fa-brands-400.svg} +0 -0
- data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-regular-400.svg → svg/fa-regular-400.svg} +0 -0
- data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-solid-900.svg → svg/fa-solid-900.svg} +0 -0
- data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-brands-400.ttf → ttf/fa-brands-400.ttf} +0 -0
- data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-regular-400.ttf → ttf/fa-regular-400.ttf} +0 -0
- data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-solid-900.ttf → ttf/fa-solid-900.ttf} +0 -0
- data/assets/themes/j1/core/fonts/materialdesign_icons/fonts/{materialdesignicons-webfont.eot → eot/materialdesignicons-webfont.eot} +0 -0
- data/assets/themes/j1/core/fonts/materialdesign_icons/fonts/{materialdesignicons-webfont.svg → svg/materialdesignicons-webfont.svg} +0 -0
- data/assets/themes/j1/core/fonts/materialdesign_icons/fonts/{materialdesignicons-webfont.ttf → ttf/materialdesignicons-webfont.ttf} +0 -0
- data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Bold.eot → eot/Roboto-Bold.eot} +0 -0
- data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Light.eot → eot/Roboto-Light.eot} +0 -0
- data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Medium.eot → eot/Roboto-Medium.eot} +0 -0
- data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Regular.eot → eot/Roboto-Regular.eot} +0 -0
- data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Thin.eot → eot/Roboto-Thin.eot} +0 -0
- data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Black.ttf → ttf/Roboto-Black.ttf} +0 -0
- data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-BlackItalic.ttf → ttf/Roboto-BlackItalic.ttf} +0 -0
- data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Bold.ttf → ttf/Roboto-Bold.ttf} +0 -0
- data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-BoldItalic.ttf → ttf/Roboto-BoldItalic.ttf} +0 -0
- data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Italic.ttf → ttf/Roboto-Italic.ttf} +0 -0
- data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Light.ttf → ttf/Roboto-Light.ttf} +0 -0
- data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-LightItalic.ttf → ttf/Roboto-LightItalic.ttf} +0 -0
- data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Medium.ttf → ttf/Roboto-Medium.ttf} +0 -0
- data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-MediumItalic.ttf → ttf/Roboto-MediumItalic.ttf} +0 -0
- data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Regular.ttf → ttf/Roboto-Regular.ttf} +0 -0
- data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Thin.ttf → ttf/Roboto-Thin.ttf} +0 -0
- data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-ThinItalic.ttf → ttf/Roboto-ThinItalic.ttf} +0 -0
- data/assets/themes/j1/modules/datatables/css/DataTables-1.10.16/images/sort_asc.png +0 -0
- data/assets/themes/j1/modules/datatables/css/DataTables-1.10.16/images/sort_asc_disabled.png +0 -0
- data/assets/themes/j1/modules/datatables/css/DataTables-1.10.16/images/sort_both.png +0 -0
- data/assets/themes/j1/modules/datatables/css/DataTables-1.10.16/images/sort_desc.png +0 -0
- data/assets/themes/j1/modules/datatables/css/DataTables-1.10.16/images/sort_desc_disabled.png +0 -0
- data/assets/themes/j1/modules/datatables/css/datatables.css +1113 -0
- data/assets/themes/j1/modules/datatables/css/datatables.min.css +136 -0
- data/assets/themes/j1/modules/datatables/css/theme/uno.css +473 -0
- data/assets/themes/j1/modules/datatables/js/datatables.js +95360 -0
- data/assets/themes/j1/modules/datatables/js/datatables.min.js +533 -0
- data/assets/themes/j1/modules/lunrSearch/css/{lunr_search.css → quicksearch.css} +0 -0
- data/assets/themes/j1/modules/lunrSearch/css/{lunr_search.min.css → quicksearch.min.css} +0 -0
- data/assets/themes/j1/modules/lunrSearch/js/lunr.language.support.js +304 -0
- data/assets/themes/j1/modules/lunrSearch/js/lunr.language.support.min.js +1 -0
- data/assets/themes/j1/modules/lunrSearch/js/{lunr_search.js → quicksearch.js} +22 -3
- data/assets/themes/j1/modules/lunrSearch/js/{lunr_search.min.js → quicksearch.min.js} +0 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.ar.js +381 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.ar.min.js +1 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.da.js +284 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.da.min.js +18 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.de.js +384 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.de.min.js +18 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.du.js +450 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.du.min.js +18 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.es.js +599 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.es.min.js +18 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.fi.js +541 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.fi.min.js +18 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.fr.js +703 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.fr.min.js +18 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.hu.js +565 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.hu.min.js +18 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.it.js +617 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.it.min.js +18 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.ja.js +188 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.ja.min.js +1 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.jp.js +5 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.jp.min.js +1 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.multi.js +79 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.multi.min.js +1 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.nl.js +448 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.nl.min.js +18 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.no.js +258 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.no.min.js +18 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.pt.js +570 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.pt.min.js +18 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.ro.js +558 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.ro.min.js +18 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.ru.js +391 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.ru.min.js +18 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.sv.js +256 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.sv.min.js +18 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.th.js +97 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.tr.js +1087 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.tr.min.js +18 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.vi.js +84 -0
- data/assets/themes/j1/modules/lunrSearch/languages/lunr.vi.min.js +1 -0
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +1 -2
- data/lib/starter_web/_config.yml +2 -2
- data/lib/starter_web/_data/asciidoc2pdf/fonts/ABOUT-mplus1mn-subset +26 -0
- data/lib/starter_web/_data/asciidoc2pdf/fonts/ABOUT-mplus1p-subset +26 -0
- data/lib/starter_web/_data/asciidoc2pdf/fonts/ABOUT-notoemoji-subset +3 -0
- data/lib/starter_web/_data/asciidoc2pdf/fonts/ABOUT-notoserif-subset +26 -0
- data/lib/starter_web/_data/asciidoc2pdf/fonts/LICENSE-mplus +16 -0
- data/lib/starter_web/_data/asciidoc2pdf/fonts/LICENSE-notoemoji +201 -0
- data/lib/starter_web/_data/asciidoc2pdf/fonts/LICENSE-notoserif +201 -0
- data/lib/starter_web/_data/asciidoc2pdf/fonts/LICENSE-roboto +11 -0
- data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-Black.ttf +0 -0
- data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-BlackItalic.ttf +0 -0
- data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-Bold.ttf +0 -0
- data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-BoldItalic.ttf +0 -0
- data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-Italic.ttf +0 -0
- data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-Light.ttf +0 -0
- data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-LightItalic.ttf +0 -0
- data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-Medium.ttf +0 -0
- data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-MediumItalic.ttf +0 -0
- data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-Regular.ttf +0 -0
- data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-Thin.ttf +0 -0
- data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-ThinItalic.ttf +0 -0
- data/lib/starter_web/_data/asciidoc2pdf/fonts/mplus1mn-bold-subset.ttf +0 -0
- data/lib/starter_web/_data/asciidoc2pdf/fonts/mplus1mn-bold_italic-subset.ttf +0 -0
- data/lib/starter_web/_data/asciidoc2pdf/fonts/mplus1mn-italic-subset.ttf +0 -0
- data/lib/starter_web/_data/asciidoc2pdf/fonts/mplus1mn-regular-subset.ttf +0 -0
- data/{assets/themes/j1/core/fonts/roboto → lib/starter_web/_data/asciidoc2pdf}/fonts/mplus1p-regular-fallback.ttf +0 -0
- data/lib/starter_web/_data/asciidoc2pdf/fonts/notoemoji-subset.ttf +0 -0
- data/{assets/themes/j1/core/fonts/roboto → lib/starter_web/_data/asciidoc2pdf}/fonts/notoserif-bold-subset.ttf +0 -0
- data/{assets/themes/j1/core/fonts/roboto → lib/starter_web/_data/asciidoc2pdf}/fonts/notoserif-bold_italic-subset.ttf +0 -0
- data/{assets/themes/j1/core/fonts/roboto → lib/starter_web/_data/asciidoc2pdf}/fonts/notoserif-italic-subset.ttf +0 -0
- data/{assets/themes/j1/core/fonts/roboto → lib/starter_web/_data/asciidoc2pdf}/fonts/notoserif-regular-subset.ttf +0 -0
- data/lib/starter_web/_data/asciidoc2pdf/themes/base-theme.yml +130 -0
- data/lib/starter_web/_data/asciidoc2pdf/themes/default-for-print-theme.yml +36 -0
- data/lib/starter_web/_data/asciidoc2pdf/themes/default-for-print-with-fallback-font-theme.yml +15 -0
- data/lib/starter_web/_data/asciidoc2pdf/themes/default-theme.yml +298 -0
- data/lib/starter_web/_data/asciidoc2pdf/themes/default-with-fallback-font-theme.yml +21 -0
- data/lib/starter_web/_data/asciidoc2pdf/themes/j1-theme.yml +315 -0
- data/lib/starter_web/_data/modules/defaults/quicksearch.yml +73 -0
- data/lib/starter_web/_data/modules/navigator.yml +4 -6
- data/lib/starter_web/_data/modules/{lunr_search.yml → quicksearch.yml} +3 -3
- data/lib/starter_web/_data/modules/themer.yml +1 -1
- data/lib/starter_web/_data/resources.yml +34 -37
- data/lib/starter_web/_includes/attributes.asciidoc +3 -1
- data/lib/starter_web/_plugins/lunr_index.rb +19 -8
- data/lib/starter_web/assets/images/modules/icons/d1/scalable/d1.svg +1 -1
- data/lib/starter_web/dot.gitattributes +2 -16
- data/lib/starter_web/package.json +6 -6
- data/lib/starter_web/pages/protected/site_search.adoc +2 -7
- data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/100_meet_and_greet_jekyll.adoc +1 -1
- data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/200_preparations.adoc +2 -2
- data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/300_first_awesome_web.adoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/600_lunr.adoc +146 -47
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +127 -49
- data/assets/themes/j1/core/fonts/materialdesign_icons/license.md +0 -97
- data/assets/themes/j1/core/fonts/roboto/fonts/OpenSansEmoji.ttf +0 -0
- data/assets/themes/j1/core/fonts/roboto/fonts/mplus1mn-bold-ascii.ttf +0 -0
- data/assets/themes/j1/core/fonts/roboto/fonts/mplus1mn-bold_italic-ascii.ttf +0 -0
- data/assets/themes/j1/core/fonts/roboto/fonts/mplus1mn-italic-ascii.ttf +0 -0
- data/assets/themes/j1/core/fonts/roboto/fonts/mplus1mn-regular-ascii-conums.ttf +0 -0
- data/lib/starter_web/_data/modules/defaults/lunr_search.yml +0 -171
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 50c181630d557744f7d7fc9ba320cedd66db7a6cc9be255ea3a2cf74a2d3a13f
|
4
|
+
data.tar.gz: b347750c7846e427935fe014be0ef8dc53a453f165096ce5a206e778b2826b5b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e1ff95ca498183f91cf142d3796d67b961589264450c16ccbd9dea51370eee29a6816611e343e33ef8f9ef23dc46e24d99900229e278adf0de7df174f3d7ef59
|
7
|
+
data.tar.gz: a8572cf35b922dba8325239024a848b56aa5d7c199b6893e50878d9af807e95ac4639db61d5939fda116f8be46b856cd8b6ca92d4140956813667b474c5b3b04
|
@@ -1,18 +1,18 @@
|
|
1
1
|
{% comment %}
|
2
2
|
# -----------------------------------------------------------------------------
|
3
|
-
#
|
4
|
-
#
|
3
|
+
# ~/_includes/templates/j1/modules/navigator/procedures/topsearch.proc
|
4
|
+
# Liquid PROCEDURE template to create search input for the quicklinks bar
|
5
5
|
#
|
6
|
-
#
|
7
|
-
#
|
6
|
+
# Product/Info:
|
7
|
+
# https://jekyll.one
|
8
8
|
#
|
9
|
-
#
|
9
|
+
# Copyright (C) 2021 Juergen Adams
|
10
10
|
#
|
11
|
-
#
|
12
|
-
#
|
11
|
+
# J1 Template is licensed under the MIT License.
|
12
|
+
# See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
|
13
13
|
#
|
14
14
|
# -----------------------------------------------------------------------------
|
15
|
-
#
|
15
|
+
# Test data:
|
16
16
|
# liquid_var: {{ liquid_var | debug }}
|
17
17
|
# topsearch_options: {{ topsearch_options | debug }}
|
18
18
|
# -----------------------------------------------------------------------------
|
@@ -114,8 +114,8 @@
|
|
114
114
|
</p>
|
115
115
|
<p class="result-item-text">{{description}}</p>
|
116
116
|
<p class="result-item-text small text-muted mb-3">
|
117
|
-
<i class="mdi mdi-tag mdi-18px mr-1"></i>{{#tags}} {{.}} {{/tags}}
|
118
|
-
<i class="mdi mdi-tag-text-outline mdi-18px mr-1 ml-2"></i>{{#categories}} {{.}} {{/categories}}
|
117
|
+
<i class="mdi mdi-tag mdi-18px mr-1"></i><span class="sr-tags">{{#tags}} {{.}} · {{/tags}}</span>
|
118
|
+
<i class="mdi mdi-tag-text-outline mdi-18px mr-1 ml-2"></i><span class="sr-categories">{{#categories}} {{.}} · {{/categories}}</span>
|
119
119
|
</p>
|
120
120
|
</li>
|
121
121
|
{{/docs}}
|
data/assets/data/quicklinks.html
CHANGED
@@ -40,8 +40,8 @@ regenerate: true
|
|
40
40
|
{% assign navigator_settings = modules.navigator.settings %}
|
41
41
|
{% assign cookie_defaults = modules.defaults.cookiebar.defaults %}
|
42
42
|
{% assign cookie_settings = modules.cookiebar.settings %}
|
43
|
-
{% assign quick_search_defaults = modules.defaults.
|
44
|
-
{% assign quick_search_settings = modules.
|
43
|
+
{% assign quick_search_defaults = modules.defaults.quicksearch.defaults %}
|
44
|
+
{% assign quick_search_settings = modules.quicksearch.settings %}
|
45
45
|
|
46
46
|
{% comment %} Control Center disabled
|
47
47
|
--------------------------------------------------------------------------------
|
@@ -223,24 +223,12 @@ j1.adapter['mmenu'] = (function (j1, window) {
|
|
223
223
|
{% capture id_list %}{{id_list}}{{menu_id}}{% if forloop.last %}{% else %},{% endif %} {% endcapture %}
|
224
224
|
{% endfor %} // ENDFOR menus
|
225
225
|
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
_this.setState('processing');
|
233
|
-
logger.info('status: ' + _this.getState());
|
234
|
-
logger.info('initialize navs and drawers');
|
235
|
-
_this.mmenuInitializer(mmOptions);
|
236
|
-
|
237
|
-
_this.setState('finished');
|
238
|
-
logger.info('state: ' + _this.getState());
|
239
|
-
logger.info('module initialized successfully');
|
240
|
-
logger.info('met dependencies for: xhrData');
|
241
|
-
clearInterval(dependencies_met_all_menu_loaded);
|
242
|
-
}
|
243
|
-
}, 25); // END dependencies_met_all_menu_loaded
|
226
|
+
logger.info('initialize navs and drawers');
|
227
|
+
_this.mmenuInitializer(mmOptions);
|
228
|
+
_this.setState('finished');
|
229
|
+
logger.info('state: ' + _this.getState());
|
230
|
+
logger.info('module initialized successfully');
|
231
|
+
|
244
232
|
}, // END dataLoader
|
245
233
|
|
246
234
|
// -------------------------------------------------------------------------
|
@@ -267,9 +255,12 @@ j1.adapter['mmenu'] = (function (j1, window) {
|
|
267
255
|
// ---------------------------------------------------------------------
|
268
256
|
// menu initializer (NAVIGATION)
|
269
257
|
// ---------------------------------------------------------------------
|
258
|
+
// NOTE: Run load check (j1.xhrDataState) before initialization
|
259
|
+
//
|
270
260
|
logger.info('initialize mmenu on id: #{{menu_id}}');
|
271
261
|
var dependencies_met_{{menu_id}}_loaded = setInterval (function () {
|
272
|
-
if ({{menu_id}}) {
|
262
|
+
if (j1.xhrDataState['#{{menu_id}}'] == 'success' ) {
|
263
|
+
logger.info('met dependencies for: xhrData/{{menu_id}}');
|
273
264
|
const menu_selector = document.querySelector('#{{menu_id}}');
|
274
265
|
const mmenu_{{menu_id}} = new MmenuLight (
|
275
266
|
menu_selector,
|
@@ -342,11 +333,16 @@ j1.adapter['mmenu'] = (function (j1, window) {
|
|
342
333
|
// -------------------------------------------------------------------
|
343
334
|
// menu initializer (DRAWER)
|
344
335
|
// -------------------------------------------------------------------
|
336
|
+
// TODO: Check if Toggle button make sense/should be implemented
|
337
|
+
// NOTE: Run load check (j1.xhrDataState) before initialization
|
338
|
+
//
|
345
339
|
logger.info('initialize mmenu on id: #{{menu_id}}');
|
346
340
|
var dependencies_met_{{menu_id}}_loaded = setInterval (function () {
|
347
|
-
if ({{menu_id}}
|
348
|
-
|
341
|
+
if (j1.xhrDataState['#{{menu_id}}'] == 'success' &&
|
342
|
+
$('{{item.menu.content.button}}').length) {
|
343
|
+
logger.info('met dependencies for: xhrData/{{menu_id}}');
|
349
344
|
|
345
|
+
const menu_selector = document.querySelector('#{{menu_id}}');
|
350
346
|
const mmenu_{{menu_id}} = new MmenuLight (
|
351
347
|
menu_selector,
|
352
348
|
'(max-width: ' + mmOptions.mmenu_plugin.max_width +'px)', {
|
@@ -369,7 +365,7 @@ j1.adapter['mmenu'] = (function (j1, window) {
|
|
369
365
|
var hasClass;
|
370
366
|
|
371
367
|
// check if the button should be activated
|
372
|
-
// e.g for TOC only if
|
368
|
+
// e.g for TOC only if class js-toc-content is found
|
373
369
|
//
|
374
370
|
if ('{{item.menu.content.button_activated}}' != 'always') {
|
375
371
|
hasClass = $('main').hasClass('{{item.menu.content.button_activated}}');
|
@@ -6,8 +6,8 @@ regenerate: true
|
|
6
6
|
|
7
7
|
{% comment %}
|
8
8
|
# -----------------------------------------------------------------------------
|
9
|
-
# ~/assets/themes/j1/adapter/js/
|
10
|
-
# Liquid template to adapt
|
9
|
+
# ~/assets/themes/j1/adapter/js/quicksearch.js
|
10
|
+
# Liquid template to adapt Lunr for J1 TemplATE
|
11
11
|
#
|
12
12
|
# Product/Info:
|
13
13
|
# https://jekyll.one
|
@@ -38,12 +38,12 @@ regenerate: true
|
|
38
38
|
{% assign environment = site.environment %}
|
39
39
|
{% assign template_version = site.version %}
|
40
40
|
|
41
|
-
{% assign
|
42
|
-
{% assign
|
41
|
+
{% assign quicksearch_defaults = modules.defaults.quicksearch.defaults %}
|
42
|
+
{% assign quicksearch_settings = modules.quicksearch.settings %}
|
43
43
|
|
44
44
|
{% comment %} Set config options
|
45
45
|
-------------------------------------------------------------------------------- {% endcomment %}
|
46
|
-
{% assign lunr_search_options =
|
46
|
+
{% assign lunr_search_options = quicksearch_defaults | merge: quicksearch_settings %}
|
47
47
|
|
48
48
|
{% assign production = false %}
|
49
49
|
{% if environment == 'prod' or environment == 'production' %}
|
@@ -52,8 +52,8 @@ regenerate: true
|
|
52
52
|
|
53
53
|
/*
|
54
54
|
# -----------------------------------------------------------------------------
|
55
|
-
# ~/assets/themes/j1/adapter/js/
|
56
|
-
# J1 Adapter for
|
55
|
+
# ~/assets/themes/j1/adapter/js/quicksearch.js
|
56
|
+
# J1 Adapter for J1 QuickSearch (Lunr)
|
57
57
|
#
|
58
58
|
# Product/Info:
|
59
59
|
# https://jekyll.one
|
@@ -76,7 +76,7 @@ regenerate: true
|
|
76
76
|
|
77
77
|
{% comment %} Main
|
78
78
|
-------------------------------------------------------------------------------- {% endcomment %}
|
79
|
-
j1.adapter['
|
79
|
+
j1.adapter['quicksearch'] = (function (j1, window) {
|
80
80
|
|
81
81
|
{% comment %} Set global variables
|
82
82
|
------------------------------------------------------------------------------ {% endcomment %}
|
@@ -103,8 +103,8 @@ j1.adapter['lunr_search'] = (function (j1, window) {
|
|
103
103
|
// -----------------------------------------------------------------------
|
104
104
|
// globals
|
105
105
|
// -----------------------------------------------------------------------
|
106
|
-
_this = j1.adapter.
|
107
|
-
logger = log4javascript.getLogger('j1.adapter.
|
106
|
+
_this = j1.adapter.quicksearch;
|
107
|
+
logger = log4javascript.getLogger('j1.adapter.quicksearch');
|
108
108
|
|
109
109
|
// initialize state flag
|
110
110
|
_this.setState('started');
|
@@ -115,7 +115,7 @@ j1.adapter['lunr_search'] = (function (j1, window) {
|
|
115
115
|
// defaults
|
116
116
|
// -----------------------------------------------------------------------
|
117
117
|
var settings = $.extend({
|
118
|
-
module_name: 'j1.adapter.
|
118
|
+
module_name: 'j1.adapter.quicksearch',
|
119
119
|
generated: '{{site.time}}'
|
120
120
|
}, options);
|
121
121
|
|
data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-brands-400.eot → eot/fa-brands-400.eot}
RENAMED
File without changes
|
data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-regular-400.eot → eot/fa-regular-400.eot}
RENAMED
File without changes
|
data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-solid-900.eot → eot/fa-solid-900.eot}
RENAMED
File without changes
|
data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-brands-400.svg → svg/fa-brands-400.svg}
RENAMED
File without changes
|
data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-regular-400.svg → svg/fa-regular-400.svg}
RENAMED
File without changes
|
data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-solid-900.svg → svg/fa-solid-900.svg}
RENAMED
File without changes
|
data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-brands-400.ttf → ttf/fa-brands-400.ttf}
RENAMED
File without changes
|
data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-regular-400.ttf → ttf/fa-regular-400.ttf}
RENAMED
File without changes
|
data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-solid-900.ttf → ttf/fa-solid-900.ttf}
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-BlackItalic.ttf → ttf/Roboto-BlackItalic.ttf}
RENAMED
File without changes
|
File without changes
|
data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-BoldItalic.ttf → ttf/Roboto-BoldItalic.ttf}
RENAMED
File without changes
|
File without changes
|
File without changes
|
data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-LightItalic.ttf → ttf/Roboto-LightItalic.ttf}
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-ThinItalic.ttf → ttf/Roboto-ThinItalic.ttf}
RENAMED
File without changes
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,1113 @@
|
|
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/pdfmake-0.1.32/dt-1.10.16/af-2.2.2/b-1.4.2/b-colvis-1.4.2/b-html5-1.4.2/b-print-1.4.2/cr-1.4.1/fc-3.2.3/fh-3.1.3/kt-2.3.2/r-2.2.0/rg-1.0.2/rr-1.2.3/sc-1.4.3
|
8
|
+
*
|
9
|
+
* Included libraries:
|
10
|
+
* pdfmake 0.1.32, DataTables 1.10.16, AutoFill 2.2.2, Buttons 1.4.2, Column visibility 1.4.2, HTML5 export 1.4.2, Print view 1.4.2, ColReorder 1.4.1, FixedColumns 3.2.3, FixedHeader 3.1.3, KeyTable 2.3.2, Responsive 2.2.0, RowGroup 1.0.2, RowReorder 1.2.3, Scroller 1.4.3
|
11
|
+
*/
|
12
|
+
|
13
|
+
/*
|
14
|
+
* Table styles
|
15
|
+
*/
|
16
|
+
table.dataTable {
|
17
|
+
width: 100%;
|
18
|
+
margin: 0 auto;
|
19
|
+
clear: both;
|
20
|
+
border-collapse: separate;
|
21
|
+
border-spacing: 0;
|
22
|
+
/*
|
23
|
+
* Header and footer styles
|
24
|
+
*/
|
25
|
+
/*
|
26
|
+
* Body styles
|
27
|
+
*/
|
28
|
+
}
|
29
|
+
table.dataTable thead th,
|
30
|
+
table.dataTable tfoot th {
|
31
|
+
font-weight: bold;
|
32
|
+
}
|
33
|
+
table.dataTable thead th,
|
34
|
+
table.dataTable thead td {
|
35
|
+
padding: 10px 18px;
|
36
|
+
border-bottom: 1px solid #111;
|
37
|
+
}
|
38
|
+
table.dataTable thead th:active,
|
39
|
+
table.dataTable thead td:active {
|
40
|
+
outline: none;
|
41
|
+
}
|
42
|
+
table.dataTable tfoot th,
|
43
|
+
table.dataTable tfoot td {
|
44
|
+
padding: 10px 18px 6px 18px;
|
45
|
+
border-top: 1px solid #111;
|
46
|
+
}
|
47
|
+
table.dataTable thead .sorting,
|
48
|
+
table.dataTable thead .sorting_asc,
|
49
|
+
table.dataTable thead .sorting_desc,
|
50
|
+
table.dataTable thead .sorting_asc_disabled,
|
51
|
+
table.dataTable thead .sorting_desc_disabled {
|
52
|
+
cursor: pointer;
|
53
|
+
*cursor: hand;
|
54
|
+
background-repeat: no-repeat;
|
55
|
+
background-position: center right;
|
56
|
+
}
|
57
|
+
table.dataTable thead .sorting {
|
58
|
+
background-image: url("DataTables-1.10.16/images/sort_both.png");
|
59
|
+
}
|
60
|
+
table.dataTable thead .sorting_asc {
|
61
|
+
background-image: url("DataTables-1.10.16/images/sort_asc.png");
|
62
|
+
}
|
63
|
+
table.dataTable thead .sorting_desc {
|
64
|
+
background-image: url("DataTables-1.10.16/images/sort_desc.png");
|
65
|
+
}
|
66
|
+
table.dataTable thead .sorting_asc_disabled {
|
67
|
+
background-image: url("DataTables-1.10.16/images/sort_asc_disabled.png");
|
68
|
+
}
|
69
|
+
table.dataTable thead .sorting_desc_disabled {
|
70
|
+
background-image: url("DataTables-1.10.16/images/sort_desc_disabled.png");
|
71
|
+
}
|
72
|
+
table.dataTable tbody tr {
|
73
|
+
background-color: #ffffff;
|
74
|
+
}
|
75
|
+
table.dataTable tbody tr.selected {
|
76
|
+
background-color: #B0BED9;
|
77
|
+
}
|
78
|
+
table.dataTable tbody th,
|
79
|
+
table.dataTable tbody td {
|
80
|
+
padding: 8px 10px;
|
81
|
+
}
|
82
|
+
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
|
83
|
+
border-top: 1px solid #ddd;
|
84
|
+
}
|
85
|
+
table.dataTable.row-border tbody tr:first-child th,
|
86
|
+
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
|
87
|
+
table.dataTable.display tbody tr:first-child td {
|
88
|
+
border-top: none;
|
89
|
+
}
|
90
|
+
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
|
91
|
+
border-top: 1px solid #ddd;
|
92
|
+
border-right: 1px solid #ddd;
|
93
|
+
}
|
94
|
+
table.dataTable.cell-border tbody tr th:first-child,
|
95
|
+
table.dataTable.cell-border tbody tr td:first-child {
|
96
|
+
border-left: 1px solid #ddd;
|
97
|
+
}
|
98
|
+
table.dataTable.cell-border tbody tr:first-child th,
|
99
|
+
table.dataTable.cell-border tbody tr:first-child td {
|
100
|
+
border-top: none;
|
101
|
+
}
|
102
|
+
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
|
103
|
+
background-color: #f9f9f9;
|
104
|
+
}
|
105
|
+
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
|
106
|
+
background-color: #acbad4;
|
107
|
+
}
|
108
|
+
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
|
109
|
+
background-color: #f6f6f6;
|
110
|
+
}
|
111
|
+
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
|
112
|
+
background-color: #aab7d1;
|
113
|
+
}
|
114
|
+
table.dataTable.order-column tbody tr > .sorting_1,
|
115
|
+
table.dataTable.order-column tbody tr > .sorting_2,
|
116
|
+
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
|
117
|
+
table.dataTable.display tbody tr > .sorting_2,
|
118
|
+
table.dataTable.display tbody tr > .sorting_3 {
|
119
|
+
background-color: #fafafa;
|
120
|
+
}
|
121
|
+
table.dataTable.order-column tbody tr.selected > .sorting_1,
|
122
|
+
table.dataTable.order-column tbody tr.selected > .sorting_2,
|
123
|
+
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
|
124
|
+
table.dataTable.display tbody tr.selected > .sorting_2,
|
125
|
+
table.dataTable.display tbody tr.selected > .sorting_3 {
|
126
|
+
background-color: #acbad5;
|
127
|
+
}
|
128
|
+
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
|
129
|
+
background-color: #f1f1f1;
|
130
|
+
}
|
131
|
+
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
|
132
|
+
background-color: #f3f3f3;
|
133
|
+
}
|
134
|
+
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
|
135
|
+
background-color: whitesmoke;
|
136
|
+
}
|
137
|
+
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
|
138
|
+
background-color: #a6b4cd;
|
139
|
+
}
|
140
|
+
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
|
141
|
+
background-color: #a8b5cf;
|
142
|
+
}
|
143
|
+
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
|
144
|
+
background-color: #a9b7d1;
|
145
|
+
}
|
146
|
+
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
|
147
|
+
background-color: #fafafa;
|
148
|
+
}
|
149
|
+
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
|
150
|
+
background-color: #fcfcfc;
|
151
|
+
}
|
152
|
+
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
|
153
|
+
background-color: #fefefe;
|
154
|
+
}
|
155
|
+
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
|
156
|
+
background-color: #acbad5;
|
157
|
+
}
|
158
|
+
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
|
159
|
+
background-color: #aebcd6;
|
160
|
+
}
|
161
|
+
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
|
162
|
+
background-color: #afbdd8;
|
163
|
+
}
|
164
|
+
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
|
165
|
+
background-color: #eaeaea;
|
166
|
+
}
|
167
|
+
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
|
168
|
+
background-color: #ececec;
|
169
|
+
}
|
170
|
+
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
|
171
|
+
background-color: #efefef;
|
172
|
+
}
|
173
|
+
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
|
174
|
+
background-color: #a2aec7;
|
175
|
+
}
|
176
|
+
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
|
177
|
+
background-color: #a3b0c9;
|
178
|
+
}
|
179
|
+
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
|
180
|
+
background-color: #a5b2cb;
|
181
|
+
}
|
182
|
+
table.dataTable.no-footer {
|
183
|
+
border-bottom: 1px solid #111;
|
184
|
+
}
|
185
|
+
table.dataTable.nowrap th, table.dataTable.nowrap td {
|
186
|
+
white-space: nowrap;
|
187
|
+
}
|
188
|
+
table.dataTable.compact thead th,
|
189
|
+
table.dataTable.compact thead td {
|
190
|
+
padding: 4px 17px 4px 4px;
|
191
|
+
}
|
192
|
+
table.dataTable.compact tfoot th,
|
193
|
+
table.dataTable.compact tfoot td {
|
194
|
+
padding: 4px;
|
195
|
+
}
|
196
|
+
table.dataTable.compact tbody th,
|
197
|
+
table.dataTable.compact tbody td {
|
198
|
+
padding: 4px;
|
199
|
+
}
|
200
|
+
table.dataTable th.dt-left,
|
201
|
+
table.dataTable td.dt-left {
|
202
|
+
text-align: left;
|
203
|
+
}
|
204
|
+
table.dataTable th.dt-center,
|
205
|
+
table.dataTable td.dt-center,
|
206
|
+
table.dataTable td.dataTables_empty {
|
207
|
+
text-align: center;
|
208
|
+
}
|
209
|
+
table.dataTable th.dt-right,
|
210
|
+
table.dataTable td.dt-right {
|
211
|
+
text-align: right;
|
212
|
+
}
|
213
|
+
table.dataTable th.dt-justify,
|
214
|
+
table.dataTable td.dt-justify {
|
215
|
+
text-align: justify;
|
216
|
+
}
|
217
|
+
table.dataTable th.dt-nowrap,
|
218
|
+
table.dataTable td.dt-nowrap {
|
219
|
+
white-space: nowrap;
|
220
|
+
}
|
221
|
+
table.dataTable thead th.dt-head-left,
|
222
|
+
table.dataTable thead td.dt-head-left,
|
223
|
+
table.dataTable tfoot th.dt-head-left,
|
224
|
+
table.dataTable tfoot td.dt-head-left {
|
225
|
+
text-align: left;
|
226
|
+
}
|
227
|
+
table.dataTable thead th.dt-head-center,
|
228
|
+
table.dataTable thead td.dt-head-center,
|
229
|
+
table.dataTable tfoot th.dt-head-center,
|
230
|
+
table.dataTable tfoot td.dt-head-center {
|
231
|
+
text-align: center;
|
232
|
+
}
|
233
|
+
table.dataTable thead th.dt-head-right,
|
234
|
+
table.dataTable thead td.dt-head-right,
|
235
|
+
table.dataTable tfoot th.dt-head-right,
|
236
|
+
table.dataTable tfoot td.dt-head-right {
|
237
|
+
text-align: right;
|
238
|
+
}
|
239
|
+
table.dataTable thead th.dt-head-justify,
|
240
|
+
table.dataTable thead td.dt-head-justify,
|
241
|
+
table.dataTable tfoot th.dt-head-justify,
|
242
|
+
table.dataTable tfoot td.dt-head-justify {
|
243
|
+
text-align: justify;
|
244
|
+
}
|
245
|
+
table.dataTable thead th.dt-head-nowrap,
|
246
|
+
table.dataTable thead td.dt-head-nowrap,
|
247
|
+
table.dataTable tfoot th.dt-head-nowrap,
|
248
|
+
table.dataTable tfoot td.dt-head-nowrap {
|
249
|
+
white-space: nowrap;
|
250
|
+
}
|
251
|
+
table.dataTable tbody th.dt-body-left,
|
252
|
+
table.dataTable tbody td.dt-body-left {
|
253
|
+
text-align: left;
|
254
|
+
}
|
255
|
+
table.dataTable tbody th.dt-body-center,
|
256
|
+
table.dataTable tbody td.dt-body-center {
|
257
|
+
text-align: center;
|
258
|
+
}
|
259
|
+
table.dataTable tbody th.dt-body-right,
|
260
|
+
table.dataTable tbody td.dt-body-right {
|
261
|
+
text-align: right;
|
262
|
+
}
|
263
|
+
table.dataTable tbody th.dt-body-justify,
|
264
|
+
table.dataTable tbody td.dt-body-justify {
|
265
|
+
text-align: justify;
|
266
|
+
}
|
267
|
+
table.dataTable tbody th.dt-body-nowrap,
|
268
|
+
table.dataTable tbody td.dt-body-nowrap {
|
269
|
+
white-space: nowrap;
|
270
|
+
}
|
271
|
+
|
272
|
+
table.dataTable,
|
273
|
+
table.dataTable th,
|
274
|
+
table.dataTable td {
|
275
|
+
box-sizing: content-box;
|
276
|
+
}
|
277
|
+
|
278
|
+
/*
|
279
|
+
* Control feature layout
|
280
|
+
*/
|
281
|
+
.dataTables_wrapper {
|
282
|
+
position: relative;
|
283
|
+
clear: both;
|
284
|
+
*zoom: 1;
|
285
|
+
zoom: 1;
|
286
|
+
}
|
287
|
+
.dataTables_wrapper .dataTables_length {
|
288
|
+
float: left;
|
289
|
+
}
|
290
|
+
.dataTables_wrapper .dataTables_filter {
|
291
|
+
float: right;
|
292
|
+
text-align: right;
|
293
|
+
}
|
294
|
+
.dataTables_wrapper .dataTables_filter input {
|
295
|
+
margin-left: 0.5em;
|
296
|
+
}
|
297
|
+
.dataTables_wrapper .dataTables_info {
|
298
|
+
clear: both;
|
299
|
+
float: left;
|
300
|
+
padding-top: 0.755em;
|
301
|
+
}
|
302
|
+
.dataTables_wrapper .dataTables_paginate {
|
303
|
+
float: right;
|
304
|
+
text-align: right;
|
305
|
+
padding-top: 0.25em;
|
306
|
+
}
|
307
|
+
.dataTables_wrapper .dataTables_paginate .paginate_button {
|
308
|
+
box-sizing: border-box;
|
309
|
+
display: inline-block;
|
310
|
+
min-width: 1.5em;
|
311
|
+
padding: 0.5em 1em;
|
312
|
+
margin-left: 2px;
|
313
|
+
text-align: center;
|
314
|
+
text-decoration: none !important;
|
315
|
+
cursor: pointer;
|
316
|
+
*cursor: hand;
|
317
|
+
color: #333 !important;
|
318
|
+
border: 1px solid transparent;
|
319
|
+
border-radius: 2px;
|
320
|
+
}
|
321
|
+
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
|
322
|
+
color: #333 !important;
|
323
|
+
border: 1px solid #979797;
|
324
|
+
background-color: white;
|
325
|
+
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
|
326
|
+
/* Chrome,Safari4+ */
|
327
|
+
background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
|
328
|
+
/* Chrome10+,Safari5.1+ */
|
329
|
+
background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
|
330
|
+
/* FF3.6+ */
|
331
|
+
background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
|
332
|
+
/* IE10+ */
|
333
|
+
background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
|
334
|
+
/* Opera 11.10+ */
|
335
|
+
background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
|
336
|
+
/* W3C */
|
337
|
+
}
|
338
|
+
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
|
339
|
+
cursor: default;
|
340
|
+
color: #666 !important;
|
341
|
+
border: 1px solid transparent;
|
342
|
+
background: transparent;
|
343
|
+
box-shadow: none;
|
344
|
+
}
|
345
|
+
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
|
346
|
+
color: white !important;
|
347
|
+
border: 1px solid #111;
|
348
|
+
background-color: #585858;
|
349
|
+
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
|
350
|
+
/* Chrome,Safari4+ */
|
351
|
+
background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
|
352
|
+
/* Chrome10+,Safari5.1+ */
|
353
|
+
background: -moz-linear-gradient(top, #585858 0%, #111 100%);
|
354
|
+
/* FF3.6+ */
|
355
|
+
background: -ms-linear-gradient(top, #585858 0%, #111 100%);
|
356
|
+
/* IE10+ */
|
357
|
+
background: -o-linear-gradient(top, #585858 0%, #111 100%);
|
358
|
+
/* Opera 11.10+ */
|
359
|
+
background: linear-gradient(to bottom, #585858 0%, #111 100%);
|
360
|
+
/* W3C */
|
361
|
+
}
|
362
|
+
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
|
363
|
+
outline: none;
|
364
|
+
background-color: #2b2b2b;
|
365
|
+
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
|
366
|
+
/* Chrome,Safari4+ */
|
367
|
+
background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
|
368
|
+
/* Chrome10+,Safari5.1+ */
|
369
|
+
background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
|
370
|
+
/* FF3.6+ */
|
371
|
+
background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
|
372
|
+
/* IE10+ */
|
373
|
+
background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
|
374
|
+
/* Opera 11.10+ */
|
375
|
+
background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
|
376
|
+
/* W3C */
|
377
|
+
box-shadow: inset 0 0 3px #111;
|
378
|
+
}
|
379
|
+
.dataTables_wrapper .dataTables_paginate .ellipsis {
|
380
|
+
padding: 0 1em;
|
381
|
+
}
|
382
|
+
.dataTables_wrapper .dataTables_processing {
|
383
|
+
position: absolute;
|
384
|
+
top: 50%;
|
385
|
+
left: 50%;
|
386
|
+
width: 100%;
|
387
|
+
height: 40px;
|
388
|
+
margin-left: -50%;
|
389
|
+
margin-top: -25px;
|
390
|
+
padding-top: 20px;
|
391
|
+
text-align: center;
|
392
|
+
font-size: 1.2em;
|
393
|
+
background-color: white;
|
394
|
+
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)));
|
395
|
+
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%);
|
396
|
+
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%);
|
397
|
+
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%);
|
398
|
+
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%);
|
399
|
+
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%);
|
400
|
+
}
|
401
|
+
.dataTables_wrapper .dataTables_length,
|
402
|
+
.dataTables_wrapper .dataTables_filter,
|
403
|
+
.dataTables_wrapper .dataTables_info,
|
404
|
+
.dataTables_wrapper .dataTables_processing,
|
405
|
+
.dataTables_wrapper .dataTables_paginate {
|
406
|
+
color: #333;
|
407
|
+
}
|
408
|
+
.dataTables_wrapper .dataTables_scroll {
|
409
|
+
clear: both;
|
410
|
+
}
|
411
|
+
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
|
412
|
+
*margin-top: -1px;
|
413
|
+
-webkit-overflow-scrolling: touch;
|
414
|
+
}
|
415
|
+
.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 {
|
416
|
+
vertical-align: middle;
|
417
|
+
}
|
418
|
+
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
|
419
|
+
.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,
|
420
|
+
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
|
421
|
+
height: 0;
|
422
|
+
overflow: hidden;
|
423
|
+
margin: 0 !important;
|
424
|
+
padding: 0 !important;
|
425
|
+
}
|
426
|
+
.dataTables_wrapper.no-footer .dataTables_scrollBody {
|
427
|
+
border-bottom: 1px solid #111;
|
428
|
+
}
|
429
|
+
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
|
430
|
+
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
|
431
|
+
border-bottom: none;
|
432
|
+
}
|
433
|
+
.dataTables_wrapper:after {
|
434
|
+
visibility: hidden;
|
435
|
+
display: block;
|
436
|
+
content: "";
|
437
|
+
clear: both;
|
438
|
+
height: 0;
|
439
|
+
}
|
440
|
+
|
441
|
+
@media screen and (max-width: 767px) {
|
442
|
+
.dataTables_wrapper .dataTables_info,
|
443
|
+
.dataTables_wrapper .dataTables_paginate {
|
444
|
+
float: none;
|
445
|
+
text-align: center;
|
446
|
+
}
|
447
|
+
.dataTables_wrapper .dataTables_paginate {
|
448
|
+
margin-top: 0.5em;
|
449
|
+
}
|
450
|
+
}
|
451
|
+
@media screen and (max-width: 640px) {
|
452
|
+
.dataTables_wrapper .dataTables_length,
|
453
|
+
.dataTables_wrapper .dataTables_filter {
|
454
|
+
float: none;
|
455
|
+
text-align: center;
|
456
|
+
}
|
457
|
+
.dataTables_wrapper .dataTables_filter {
|
458
|
+
margin-top: 0.5em;
|
459
|
+
}
|
460
|
+
}
|
461
|
+
|
462
|
+
|
463
|
+
div.dt-autofill-handle{position:absolute;height:8px;width:8px;z-index:102;box-sizing:border-box;border:1px solid #316ad1;background:linear-gradient(to bottom, #abcffb 0%, #4989de 100%)}div.dt-autofill-select{position:absolute;z-index:1001;background-color:#4989de;background-image:repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255,255,255,0.5) 5px, rgba(255,255,255,0.5) 10px)}div.dt-autofill-select.top,div.dt-autofill-select.bottom{height:3px;margin-top:-1px}div.dt-autofill-select.left,div.dt-autofill-select.right{width:3px;margin-left:-1px}div.dt-autofill-list{position:fixed;top:50%;left:50%;width:500px;margin-left:-250px;background-color:white;border-radius:6px;box-shadow:0 0 5px #555;border:2px solid #444;z-index:11;box-sizing:border-box;padding:1.5em 2em}div.dt-autofill-list ul{display:table;margin:0;padding:0;list-style:none;width:100%}div.dt-autofill-list ul li{display:table-row}div.dt-autofill-list ul li:last-child div.dt-autofill-question,div.dt-autofill-list ul li:last-child div.dt-autofill-button{border-bottom:none}div.dt-autofill-list ul li:hover{background-color:#f6f6f6}div.dt-autofill-list div.dt-autofill-question{display:table-cell;padding:0.5em 0;border-bottom:1px solid #ccc}div.dt-autofill-list div.dt-autofill-question input[type=number]{padding:6px;width:30px;margin:-2px 0}div.dt-autofill-list div.dt-autofill-button{display:table-cell;padding:0.5em 0;border-bottom:1px solid #ccc}div.dt-autofill-list div.dt-autofill-button button{color:white;margin:0;padding:6px 12px;text-align:center;border:1px solid #2e6da4;background-color:#337ab7;border-radius:4px;cursor:pointer;vertical-align:middle}div.dt-autofill-background{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.7);background:radial-gradient(ellipse farthest-corner at center, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);z-index:10}
|
464
|
+
|
465
|
+
|
466
|
+
@keyframes dtb-spinner {
|
467
|
+
100% {
|
468
|
+
transform: rotate(360deg);
|
469
|
+
}
|
470
|
+
}
|
471
|
+
@-o-keyframes dtb-spinner {
|
472
|
+
100% {
|
473
|
+
-o-transform: rotate(360deg);
|
474
|
+
transform: rotate(360deg);
|
475
|
+
}
|
476
|
+
}
|
477
|
+
@-ms-keyframes dtb-spinner {
|
478
|
+
100% {
|
479
|
+
-ms-transform: rotate(360deg);
|
480
|
+
transform: rotate(360deg);
|
481
|
+
}
|
482
|
+
}
|
483
|
+
@-webkit-keyframes dtb-spinner {
|
484
|
+
100% {
|
485
|
+
-webkit-transform: rotate(360deg);
|
486
|
+
transform: rotate(360deg);
|
487
|
+
}
|
488
|
+
}
|
489
|
+
@-moz-keyframes dtb-spinner {
|
490
|
+
100% {
|
491
|
+
-moz-transform: rotate(360deg);
|
492
|
+
transform: rotate(360deg);
|
493
|
+
}
|
494
|
+
}
|
495
|
+
div.dt-button-info {
|
496
|
+
position: fixed;
|
497
|
+
top: 50%;
|
498
|
+
left: 50%;
|
499
|
+
width: 400px;
|
500
|
+
margin-top: -100px;
|
501
|
+
margin-left: -200px;
|
502
|
+
background-color: white;
|
503
|
+
border: 2px solid #111;
|
504
|
+
box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
|
505
|
+
border-radius: 3px;
|
506
|
+
text-align: center;
|
507
|
+
z-index: 21;
|
508
|
+
}
|
509
|
+
div.dt-button-info h2 {
|
510
|
+
padding: 0.5em;
|
511
|
+
margin: 0;
|
512
|
+
font-weight: normal;
|
513
|
+
border-bottom: 1px solid #ddd;
|
514
|
+
background-color: #f3f3f3;
|
515
|
+
}
|
516
|
+
div.dt-button-info > div {
|
517
|
+
padding: 1em;
|
518
|
+
}
|
519
|
+
|
520
|
+
button.dt-button,
|
521
|
+
div.dt-button,
|
522
|
+
a.dt-button {
|
523
|
+
position: relative;
|
524
|
+
display: inline-block;
|
525
|
+
box-sizing: border-box;
|
526
|
+
margin-right: 0.333em;
|
527
|
+
padding: 0.5em 1em;
|
528
|
+
border: 1px solid #999;
|
529
|
+
border-radius: 2px;
|
530
|
+
cursor: pointer;
|
531
|
+
font-size: 0.88em;
|
532
|
+
color: black;
|
533
|
+
white-space: nowrap;
|
534
|
+
overflow: hidden;
|
535
|
+
background-color: #e9e9e9;
|
536
|
+
/* Fallback */
|
537
|
+
background-image: -webkit-linear-gradient(top, white 0%, #e9e9e9 100%);
|
538
|
+
/* Chrome 10+, Saf5.1+, iOS 5+ */
|
539
|
+
background-image: -moz-linear-gradient(top, white 0%, #e9e9e9 100%);
|
540
|
+
/* FF3.6 */
|
541
|
+
background-image: -ms-linear-gradient(top, white 0%, #e9e9e9 100%);
|
542
|
+
/* IE10 */
|
543
|
+
background-image: -o-linear-gradient(top, white 0%, #e9e9e9 100%);
|
544
|
+
/* Opera 11.10+ */
|
545
|
+
background-image: linear-gradient(to bottom, white 0%, #e9e9e9 100%);
|
546
|
+
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
|
547
|
+
-webkit-user-select: none;
|
548
|
+
-moz-user-select: none;
|
549
|
+
-ms-user-select: none;
|
550
|
+
user-select: none;
|
551
|
+
text-decoration: none;
|
552
|
+
outline: none;
|
553
|
+
}
|
554
|
+
button.dt-button.disabled,
|
555
|
+
div.dt-button.disabled,
|
556
|
+
a.dt-button.disabled {
|
557
|
+
color: #999;
|
558
|
+
border: 1px solid #d0d0d0;
|
559
|
+
cursor: default;
|
560
|
+
background-color: #f9f9f9;
|
561
|
+
/* Fallback */
|
562
|
+
background-image: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
|
563
|
+
/* Chrome 10+, Saf5.1+, iOS 5+ */
|
564
|
+
background-image: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
|
565
|
+
/* FF3.6 */
|
566
|
+
background-image: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
|
567
|
+
/* IE10 */
|
568
|
+
background-image: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
|
569
|
+
/* Opera 11.10+ */
|
570
|
+
background-image: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%);
|
571
|
+
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#f9f9f9');
|
572
|
+
}
|
573
|
+
button.dt-button:active:not(.disabled), button.dt-button.active:not(.disabled),
|
574
|
+
div.dt-button:active:not(.disabled),
|
575
|
+
div.dt-button.active:not(.disabled),
|
576
|
+
a.dt-button:active:not(.disabled),
|
577
|
+
a.dt-button.active:not(.disabled) {
|
578
|
+
background-color: #e2e2e2;
|
579
|
+
/* Fallback */
|
580
|
+
background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
|
581
|
+
/* Chrome 10+, Saf5.1+, iOS 5+ */
|
582
|
+
background-image: -moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
|
583
|
+
/* FF3.6 */
|
584
|
+
background-image: -ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
|
585
|
+
/* IE10 */
|
586
|
+
background-image: -o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
|
587
|
+
/* Opera 11.10+ */
|
588
|
+
background-image: linear-gradient(to bottom, #f3f3f3 0%, #e2e2e2 100%);
|
589
|
+
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f3f3f3', EndColorStr='#e2e2e2');
|
590
|
+
box-shadow: inset 1px 1px 3px #999999;
|
591
|
+
}
|
592
|
+
button.dt-button:active:not(.disabled):hover:not(.disabled), button.dt-button.active:not(.disabled):hover:not(.disabled),
|
593
|
+
div.dt-button:active:not(.disabled):hover:not(.disabled),
|
594
|
+
div.dt-button.active:not(.disabled):hover:not(.disabled),
|
595
|
+
a.dt-button:active:not(.disabled):hover:not(.disabled),
|
596
|
+
a.dt-button.active:not(.disabled):hover:not(.disabled) {
|
597
|
+
box-shadow: inset 1px 1px 3px #999999;
|
598
|
+
background-color: #cccccc;
|
599
|
+
/* Fallback */
|
600
|
+
background-image: -webkit-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
|
601
|
+
/* Chrome 10+, Saf5.1+, iOS 5+ */
|
602
|
+
background-image: -moz-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
|
603
|
+
/* FF3.6 */
|
604
|
+
background-image: -ms-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
|
605
|
+
/* IE10 */
|
606
|
+
background-image: -o-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
|
607
|
+
/* Opera 11.10+ */
|
608
|
+
background-image: linear-gradient(to bottom, #eaeaea 0%, #cccccc 100%);
|
609
|
+
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eaeaea', EndColorStr='#cccccc');
|
610
|
+
}
|
611
|
+
button.dt-button:hover,
|
612
|
+
div.dt-button:hover,
|
613
|
+
a.dt-button:hover {
|
614
|
+
text-decoration: none;
|
615
|
+
}
|
616
|
+
button.dt-button:hover:not(.disabled),
|
617
|
+
div.dt-button:hover:not(.disabled),
|
618
|
+
a.dt-button:hover:not(.disabled) {
|
619
|
+
border: 1px solid #666;
|
620
|
+
background-color: #e0e0e0;
|
621
|
+
/* Fallback */
|
622
|
+
background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
|
623
|
+
/* Chrome 10+, Saf5.1+, iOS 5+ */
|
624
|
+
background-image: -moz-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
|
625
|
+
/* FF3.6 */
|
626
|
+
background-image: -ms-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
|
627
|
+
/* IE10 */
|
628
|
+
background-image: -o-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
|
629
|
+
/* Opera 11.10+ */
|
630
|
+
background-image: linear-gradient(to bottom, #f9f9f9 0%, #e0e0e0 100%);
|
631
|
+
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e0e0e0');
|
632
|
+
}
|
633
|
+
button.dt-button:focus:not(.disabled),
|
634
|
+
div.dt-button:focus:not(.disabled),
|
635
|
+
a.dt-button:focus:not(.disabled) {
|
636
|
+
border: 1px solid #426c9e;
|
637
|
+
text-shadow: 0 1px 0 #c4def1;
|
638
|
+
outline: none;
|
639
|
+
background-color: #79ace9;
|
640
|
+
/* Fallback */
|
641
|
+
background-image: -webkit-linear-gradient(top, #bddef4 0%, #79ace9 100%);
|
642
|
+
/* Chrome 10+, Saf5.1+, iOS 5+ */
|
643
|
+
background-image: -moz-linear-gradient(top, #bddef4 0%, #79ace9 100%);
|
644
|
+
/* FF3.6 */
|
645
|
+
background-image: -ms-linear-gradient(top, #bddef4 0%, #79ace9 100%);
|
646
|
+
/* IE10 */
|
647
|
+
background-image: -o-linear-gradient(top, #bddef4 0%, #79ace9 100%);
|
648
|
+
/* Opera 11.10+ */
|
649
|
+
background-image: linear-gradient(to bottom, #bddef4 0%, #79ace9 100%);
|
650
|
+
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#bddef4', EndColorStr='#79ace9');
|
651
|
+
}
|
652
|
+
|
653
|
+
.dt-button embed {
|
654
|
+
outline: none;
|
655
|
+
}
|
656
|
+
|
657
|
+
div.dt-buttons {
|
658
|
+
position: relative;
|
659
|
+
float: left;
|
660
|
+
}
|
661
|
+
div.dt-buttons.buttons-right {
|
662
|
+
float: right;
|
663
|
+
}
|
664
|
+
|
665
|
+
div.dt-button-collection {
|
666
|
+
position: absolute;
|
667
|
+
top: 0;
|
668
|
+
left: 0;
|
669
|
+
width: 150px;
|
670
|
+
margin-top: 3px;
|
671
|
+
padding: 8px 8px 4px 8px;
|
672
|
+
border: 1px solid #ccc;
|
673
|
+
border: 1px solid rgba(0, 0, 0, 0.4);
|
674
|
+
background-color: white;
|
675
|
+
overflow: hidden;
|
676
|
+
z-index: 2002;
|
677
|
+
border-radius: 5px;
|
678
|
+
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
|
679
|
+
z-index: 2002;
|
680
|
+
-webkit-column-gap: 8px;
|
681
|
+
-moz-column-gap: 8px;
|
682
|
+
-ms-column-gap: 8px;
|
683
|
+
-o-column-gap: 8px;
|
684
|
+
column-gap: 8px;
|
685
|
+
}
|
686
|
+
div.dt-button-collection button.dt-button,
|
687
|
+
div.dt-button-collection div.dt-button,
|
688
|
+
div.dt-button-collection a.dt-button {
|
689
|
+
position: relative;
|
690
|
+
left: 0;
|
691
|
+
right: 0;
|
692
|
+
display: block;
|
693
|
+
float: none;
|
694
|
+
margin-bottom: 4px;
|
695
|
+
margin-right: 0;
|
696
|
+
}
|
697
|
+
div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled),
|
698
|
+
div.dt-button-collection div.dt-button:active:not(.disabled),
|
699
|
+
div.dt-button-collection div.dt-button.active:not(.disabled),
|
700
|
+
div.dt-button-collection a.dt-button:active:not(.disabled),
|
701
|
+
div.dt-button-collection a.dt-button.active:not(.disabled) {
|
702
|
+
background-color: #dadada;
|
703
|
+
/* Fallback */
|
704
|
+
background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
|
705
|
+
/* Chrome 10+, Saf5.1+, iOS 5+ */
|
706
|
+
background-image: -moz-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
|
707
|
+
/* FF3.6 */
|
708
|
+
background-image: -ms-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
|
709
|
+
/* IE10 */
|
710
|
+
background-image: -o-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
|
711
|
+
/* Opera 11.10+ */
|
712
|
+
background-image: linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);
|
713
|
+
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0f0f0', EndColorStr='#dadada');
|
714
|
+
box-shadow: inset 1px 1px 3px #666;
|
715
|
+
}
|
716
|
+
div.dt-button-collection.fixed {
|
717
|
+
position: fixed;
|
718
|
+
top: 50%;
|
719
|
+
left: 50%;
|
720
|
+
margin-left: -75px;
|
721
|
+
border-radius: 0;
|
722
|
+
}
|
723
|
+
div.dt-button-collection.fixed.two-column {
|
724
|
+
margin-left: -150px;
|
725
|
+
}
|
726
|
+
div.dt-button-collection.fixed.three-column {
|
727
|
+
margin-left: -225px;
|
728
|
+
}
|
729
|
+
div.dt-button-collection.fixed.four-column {
|
730
|
+
margin-left: -300px;
|
731
|
+
}
|
732
|
+
div.dt-button-collection > * {
|
733
|
+
-webkit-column-break-inside: avoid;
|
734
|
+
break-inside: avoid;
|
735
|
+
}
|
736
|
+
div.dt-button-collection.two-column {
|
737
|
+
width: 300px;
|
738
|
+
padding-bottom: 1px;
|
739
|
+
-webkit-column-count: 2;
|
740
|
+
-moz-column-count: 2;
|
741
|
+
-ms-column-count: 2;
|
742
|
+
-o-column-count: 2;
|
743
|
+
column-count: 2;
|
744
|
+
}
|
745
|
+
div.dt-button-collection.three-column {
|
746
|
+
width: 450px;
|
747
|
+
padding-bottom: 1px;
|
748
|
+
-webkit-column-count: 3;
|
749
|
+
-moz-column-count: 3;
|
750
|
+
-ms-column-count: 3;
|
751
|
+
-o-column-count: 3;
|
752
|
+
column-count: 3;
|
753
|
+
}
|
754
|
+
div.dt-button-collection.four-column {
|
755
|
+
width: 600px;
|
756
|
+
padding-bottom: 1px;
|
757
|
+
-webkit-column-count: 4;
|
758
|
+
-moz-column-count: 4;
|
759
|
+
-ms-column-count: 4;
|
760
|
+
-o-column-count: 4;
|
761
|
+
column-count: 4;
|
762
|
+
}
|
763
|
+
|
764
|
+
div.dt-button-background {
|
765
|
+
position: fixed;
|
766
|
+
top: 0;
|
767
|
+
left: 0;
|
768
|
+
width: 100%;
|
769
|
+
height: 100%;
|
770
|
+
background: rgba(0, 0, 0, 0.7);
|
771
|
+
/* Fallback */
|
772
|
+
background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
|
773
|
+
/* IE10 Consumer Preview */
|
774
|
+
background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
|
775
|
+
/* Firefox */
|
776
|
+
background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
|
777
|
+
/* Opera */
|
778
|
+
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)));
|
779
|
+
/* Webkit (Safari/Chrome 10) */
|
780
|
+
background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
|
781
|
+
/* Webkit (Chrome 11+) */
|
782
|
+
background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
|
783
|
+
/* W3C Markup, IE10 Release Preview */
|
784
|
+
z-index: 2001;
|
785
|
+
}
|
786
|
+
|
787
|
+
@media screen and (max-width: 640px) {
|
788
|
+
div.dt-buttons {
|
789
|
+
float: none !important;
|
790
|
+
text-align: center;
|
791
|
+
}
|
792
|
+
}
|
793
|
+
button.dt-button.processing,
|
794
|
+
div.dt-button.processing,
|
795
|
+
a.dt-button.processing {
|
796
|
+
color: rgba(0, 0, 0, 0.2);
|
797
|
+
}
|
798
|
+
button.dt-button.processing:after,
|
799
|
+
div.dt-button.processing:after,
|
800
|
+
a.dt-button.processing:after {
|
801
|
+
position: absolute;
|
802
|
+
top: 50%;
|
803
|
+
left: 50%;
|
804
|
+
width: 16px;
|
805
|
+
height: 16px;
|
806
|
+
margin: -8px 0 0 -8px;
|
807
|
+
box-sizing: border-box;
|
808
|
+
display: block;
|
809
|
+
content: ' ';
|
810
|
+
border: 2px solid #282828;
|
811
|
+
border-radius: 50%;
|
812
|
+
border-left-color: transparent;
|
813
|
+
border-right-color: transparent;
|
814
|
+
animation: dtb-spinner 1500ms infinite linear;
|
815
|
+
-o-animation: dtb-spinner 1500ms infinite linear;
|
816
|
+
-ms-animation: dtb-spinner 1500ms infinite linear;
|
817
|
+
-webkit-animation: dtb-spinner 1500ms infinite linear;
|
818
|
+
-moz-animation: dtb-spinner 1500ms infinite linear;
|
819
|
+
}
|
820
|
+
|
821
|
+
|
822
|
+
table.DTCR_clonedTable.dataTable {
|
823
|
+
position: absolute !important;
|
824
|
+
background-color: rgba(255, 255, 255, 0.7);
|
825
|
+
z-index: 202;
|
826
|
+
}
|
827
|
+
|
828
|
+
div.DTCR_pointer {
|
829
|
+
width: 1px;
|
830
|
+
background-color: #0259C4;
|
831
|
+
z-index: 201;
|
832
|
+
}
|
833
|
+
|
834
|
+
|
835
|
+
table.DTFC_Cloned thead,
|
836
|
+
table.DTFC_Cloned tfoot {
|
837
|
+
background-color: white;
|
838
|
+
}
|
839
|
+
|
840
|
+
div.DTFC_Blocker {
|
841
|
+
background-color: white;
|
842
|
+
}
|
843
|
+
|
844
|
+
div.DTFC_LeftWrapper table.dataTable,
|
845
|
+
div.DTFC_RightWrapper table.dataTable {
|
846
|
+
margin-bottom: 0;
|
847
|
+
z-index: 2;
|
848
|
+
}
|
849
|
+
div.DTFC_LeftWrapper table.dataTable.no-footer,
|
850
|
+
div.DTFC_RightWrapper table.dataTable.no-footer {
|
851
|
+
border-bottom: none;
|
852
|
+
}
|
853
|
+
|
854
|
+
|
855
|
+
table.fixedHeader-floating {
|
856
|
+
position: fixed !important;
|
857
|
+
background-color: white;
|
858
|
+
}
|
859
|
+
|
860
|
+
table.fixedHeader-floating.no-footer {
|
861
|
+
border-bottom-width: 0;
|
862
|
+
}
|
863
|
+
|
864
|
+
table.fixedHeader-locked {
|
865
|
+
position: absolute !important;
|
866
|
+
background-color: white;
|
867
|
+
}
|
868
|
+
|
869
|
+
@media print {
|
870
|
+
table.fixedHeader-floating {
|
871
|
+
display: none;
|
872
|
+
}
|
873
|
+
}
|
874
|
+
|
875
|
+
|
876
|
+
table.dataTable th.focus,
|
877
|
+
table.dataTable td.focus {
|
878
|
+
outline: 3px solid #3366FF;
|
879
|
+
outline-offset: -1px;
|
880
|
+
}
|
881
|
+
|
882
|
+
|
883
|
+
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
|
884
|
+
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
|
885
|
+
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
|
886
|
+
cursor: default !important;
|
887
|
+
}
|
888
|
+
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
|
889
|
+
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
|
890
|
+
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
|
891
|
+
display: none !important;
|
892
|
+
}
|
893
|
+
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
|
894
|
+
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
|
895
|
+
position: relative;
|
896
|
+
padding-left: 30px;
|
897
|
+
cursor: pointer;
|
898
|
+
}
|
899
|
+
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
|
900
|
+
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
|
901
|
+
top: 9px;
|
902
|
+
left: 4px;
|
903
|
+
height: 14px;
|
904
|
+
width: 14px;
|
905
|
+
display: block;
|
906
|
+
position: absolute;
|
907
|
+
color: white;
|
908
|
+
border: 2px solid white;
|
909
|
+
border-radius: 14px;
|
910
|
+
box-shadow: 0 0 3px #444;
|
911
|
+
box-sizing: content-box;
|
912
|
+
text-align: center;
|
913
|
+
text-indent: 0 !important;
|
914
|
+
font-family: 'Courier New', Courier, monospace;
|
915
|
+
line-height: 14px;
|
916
|
+
content: '+';
|
917
|
+
background-color: #31b131;
|
918
|
+
}
|
919
|
+
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
|
920
|
+
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
|
921
|
+
content: '-';
|
922
|
+
background-color: #d33333;
|
923
|
+
}
|
924
|
+
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
|
925
|
+
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
|
926
|
+
padding-left: 27px;
|
927
|
+
}
|
928
|
+
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
|
929
|
+
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
|
930
|
+
top: 5px;
|
931
|
+
left: 4px;
|
932
|
+
height: 14px;
|
933
|
+
width: 14px;
|
934
|
+
border-radius: 14px;
|
935
|
+
line-height: 14px;
|
936
|
+
text-indent: 3px;
|
937
|
+
}
|
938
|
+
table.dataTable.dtr-column > tbody > tr > td.control,
|
939
|
+
table.dataTable.dtr-column > tbody > tr > th.control {
|
940
|
+
position: relative;
|
941
|
+
cursor: pointer;
|
942
|
+
}
|
943
|
+
table.dataTable.dtr-column > tbody > tr > td.control:before,
|
944
|
+
table.dataTable.dtr-column > tbody > tr > th.control:before {
|
945
|
+
top: 50%;
|
946
|
+
left: 50%;
|
947
|
+
height: 16px;
|
948
|
+
width: 16px;
|
949
|
+
margin-top: -10px;
|
950
|
+
margin-left: -10px;
|
951
|
+
display: block;
|
952
|
+
position: absolute;
|
953
|
+
color: white;
|
954
|
+
border: 2px solid white;
|
955
|
+
border-radius: 14px;
|
956
|
+
box-shadow: 0 0 3px #444;
|
957
|
+
box-sizing: content-box;
|
958
|
+
text-align: center;
|
959
|
+
text-indent: 0 !important;
|
960
|
+
font-family: 'Courier New', Courier, monospace;
|
961
|
+
line-height: 14px;
|
962
|
+
content: '+';
|
963
|
+
background-color: #31b131;
|
964
|
+
}
|
965
|
+
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
|
966
|
+
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
|
967
|
+
content: '-';
|
968
|
+
background-color: #d33333;
|
969
|
+
}
|
970
|
+
table.dataTable > tbody > tr.child {
|
971
|
+
padding: 0.5em 1em;
|
972
|
+
}
|
973
|
+
table.dataTable > tbody > tr.child:hover {
|
974
|
+
background: transparent !important;
|
975
|
+
}
|
976
|
+
table.dataTable > tbody > tr.child ul.dtr-details {
|
977
|
+
display: inline-block;
|
978
|
+
list-style-type: none;
|
979
|
+
margin: 0;
|
980
|
+
padding: 0;
|
981
|
+
}
|
982
|
+
table.dataTable > tbody > tr.child ul.dtr-details > li {
|
983
|
+
border-bottom: 1px solid #efefef;
|
984
|
+
padding: 0.5em 0;
|
985
|
+
}
|
986
|
+
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
|
987
|
+
padding-top: 0;
|
988
|
+
}
|
989
|
+
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
|
990
|
+
border-bottom: none;
|
991
|
+
}
|
992
|
+
table.dataTable > tbody > tr.child span.dtr-title {
|
993
|
+
display: inline-block;
|
994
|
+
min-width: 75px;
|
995
|
+
font-weight: bold;
|
996
|
+
}
|
997
|
+
|
998
|
+
div.dtr-modal {
|
999
|
+
position: fixed;
|
1000
|
+
box-sizing: border-box;
|
1001
|
+
top: 0;
|
1002
|
+
left: 0;
|
1003
|
+
height: 100%;
|
1004
|
+
width: 100%;
|
1005
|
+
z-index: 100;
|
1006
|
+
padding: 10em 1em;
|
1007
|
+
}
|
1008
|
+
div.dtr-modal div.dtr-modal-display {
|
1009
|
+
position: absolute;
|
1010
|
+
top: 0;
|
1011
|
+
left: 0;
|
1012
|
+
bottom: 0;
|
1013
|
+
right: 0;
|
1014
|
+
width: 50%;
|
1015
|
+
height: 50%;
|
1016
|
+
overflow: auto;
|
1017
|
+
margin: auto;
|
1018
|
+
z-index: 102;
|
1019
|
+
overflow: auto;
|
1020
|
+
background-color: #f5f5f7;
|
1021
|
+
border: 1px solid black;
|
1022
|
+
border-radius: 0.5em;
|
1023
|
+
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
|
1024
|
+
}
|
1025
|
+
div.dtr-modal div.dtr-modal-content {
|
1026
|
+
position: relative;
|
1027
|
+
padding: 1em;
|
1028
|
+
}
|
1029
|
+
div.dtr-modal div.dtr-modal-close {
|
1030
|
+
position: absolute;
|
1031
|
+
top: 6px;
|
1032
|
+
right: 6px;
|
1033
|
+
width: 22px;
|
1034
|
+
height: 22px;
|
1035
|
+
border: 1px solid #eaeaea;
|
1036
|
+
background-color: #f9f9f9;
|
1037
|
+
text-align: center;
|
1038
|
+
border-radius: 3px;
|
1039
|
+
cursor: pointer;
|
1040
|
+
z-index: 12;
|
1041
|
+
}
|
1042
|
+
div.dtr-modal div.dtr-modal-close:hover {
|
1043
|
+
background-color: #eaeaea;
|
1044
|
+
}
|
1045
|
+
div.dtr-modal div.dtr-modal-background {
|
1046
|
+
position: fixed;
|
1047
|
+
top: 0;
|
1048
|
+
left: 0;
|
1049
|
+
right: 0;
|
1050
|
+
bottom: 0;
|
1051
|
+
z-index: 101;
|
1052
|
+
background: rgba(0, 0, 0, 0.6);
|
1053
|
+
}
|
1054
|
+
|
1055
|
+
@media screen and (max-width: 767px) {
|
1056
|
+
div.dtr-modal div.dtr-modal-display {
|
1057
|
+
width: 95%;
|
1058
|
+
}
|
1059
|
+
}
|
1060
|
+
|
1061
|
+
|
1062
|
+
table.dataTable tr.group td {
|
1063
|
+
font-weight: bold;
|
1064
|
+
background-color: #e0e0e0;
|
1065
|
+
}
|
1066
|
+
|
1067
|
+
|
1068
|
+
table.dt-rowReorder-float {
|
1069
|
+
position: absolute !important;
|
1070
|
+
opacity: 0.8;
|
1071
|
+
table-layout: fixed;
|
1072
|
+
outline: 2px solid #888;
|
1073
|
+
outline-offset: -2px;
|
1074
|
+
z-index: 2001;
|
1075
|
+
}
|
1076
|
+
|
1077
|
+
tr.dt-rowReorder-moving {
|
1078
|
+
outline: 2px solid #555;
|
1079
|
+
outline-offset: -2px;
|
1080
|
+
}
|
1081
|
+
|
1082
|
+
body.dt-rowReorder-noOverflow {
|
1083
|
+
overflow-x: hidden;
|
1084
|
+
}
|
1085
|
+
|
1086
|
+
table.dataTable td.reorder {
|
1087
|
+
text-align: center;
|
1088
|
+
cursor: move;
|
1089
|
+
}
|
1090
|
+
|
1091
|
+
|
1092
|
+
div.DTS {
|
1093
|
+
display: block !important;
|
1094
|
+
}
|
1095
|
+
div.DTS tbody th,
|
1096
|
+
div.DTS tbody td {
|
1097
|
+
white-space: nowrap;
|
1098
|
+
}
|
1099
|
+
div.DTS div.DTS_Loading {
|
1100
|
+
z-index: 1;
|
1101
|
+
}
|
1102
|
+
div.DTS div.dataTables_scrollBody {
|
1103
|
+
background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, white 10px, white 20px);
|
1104
|
+
}
|
1105
|
+
div.DTS div.dataTables_scrollBody table {
|
1106
|
+
z-index: 2;
|
1107
|
+
}
|
1108
|
+
div.DTS div.dataTables_paginate,
|
1109
|
+
div.DTS div.dataTables_length {
|
1110
|
+
display: none;
|
1111
|
+
}
|
1112
|
+
|
1113
|
+
|