jekyll-theme-centos 2.2.0.pre.true.3 → 2.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_data/aws-images.csv +81 -0
- data/_data/full-altarchlist.csv +74 -0
- data/_data/full-mirrorlist.csv +609 -0
- data/_includes/breadcrumbs.html +1 -1
- data/_includes/default/header.html +10 -2
- data/_includes/footer.html +1 -1
- data/_includes/head-datatables.html +3 -3
- data/_includes/head.html +1 -1
- data/_includes/home/distributions.html +1 -1
- data/_includes/home/header.html +2 -2
- data/_includes/home/news-and-events.html +6 -9
- data/_includes/home/planet.html +9 -10
- data/_includes/home/sponsors.html +1 -1
- data/_includes/people/about.html +12 -14
- data/_includes/people/posts.html +16 -14
- data/_includes/people/projects.html +19 -17
- data/_includes/people/pubkeys.html +15 -16
- data/_includes/people/support.html +13 -10
- data/_includes/post-nav-explorer.html +1 -1
- data/_includes/search.html +2 -2
- data/_layouts/blog.html +1 -1
- data/_layouts/default.html +2 -10
- data/_layouts/home.html +0 -1
- data/_sass/bootstrap/_accordion.scss +149 -0
- data/_sass/bootstrap/_alert.scss +71 -0
- data/_sass/bootstrap/_badge.scss +38 -0
- data/_sass/bootstrap/_breadcrumb.scss +40 -0
- data/_sass/bootstrap/_button-group.scss +142 -0
- data/_sass/bootstrap/_buttons.scss +207 -0
- data/_sass/bootstrap/_card.scss +234 -0
- data/_sass/bootstrap/_carousel.scss +226 -0
- data/_sass/bootstrap/_close.scss +40 -0
- data/_sass/bootstrap/_containers.scss +41 -0
- data/_sass/bootstrap/_dropdown.scss +249 -0
- data/_sass/bootstrap/_forms.scss +9 -0
- data/_sass/bootstrap/_functions.scss +302 -0
- data/_sass/bootstrap/_grid.scss +33 -0
- data/_sass/bootstrap/_helpers.scss +10 -0
- data/_sass/bootstrap/_images.scss +42 -0
- data/_sass/bootstrap/_list-group.scss +192 -0
- data/_sass/bootstrap/_maps.scss +54 -0
- data/_sass/bootstrap/_mixins.scss +43 -0
- data/_sass/bootstrap/_modal.scss +237 -0
- data/_sass/bootstrap/_nav.scss +172 -0
- data/_sass/bootstrap/_navbar.scss +278 -0
- data/_sass/bootstrap/_offcanvas.scss +144 -0
- data/_sass/bootstrap/_pagination.scss +109 -0
- data/_sass/bootstrap/_placeholders.scss +51 -0
- data/_sass/bootstrap/_popover.scss +196 -0
- data/_sass/bootstrap/_progress.scss +59 -0
- data/_sass/bootstrap/_reboot.scss +610 -0
- data/_sass/bootstrap/_root.scss +73 -0
- data/_sass/bootstrap/_spinners.scss +85 -0
- data/_sass/bootstrap/_tables.scss +164 -0
- data/_sass/bootstrap/_toasts.scss +73 -0
- data/_sass/bootstrap/_tooltip.scss +120 -0
- data/_sass/bootstrap/_transitions.scss +27 -0
- data/_sass/bootstrap/_type.scss +106 -0
- data/_sass/bootstrap/_utilities.scss +647 -0
- data/_sass/bootstrap/_variables.scss +1634 -0
- data/_sass/bootstrap/bootstrap-grid.scss +64 -0
- data/_sass/bootstrap/bootstrap-reboot.scss +9 -0
- data/_sass/bootstrap/bootstrap-utilities.scss +18 -0
- data/_sass/bootstrap/bootstrap.scss +51 -0
- data/_sass/bootstrap/forms/_floating-labels.scss +75 -0
- data/_sass/bootstrap/forms/_form-check.scss +175 -0
- data/_sass/bootstrap/forms/_form-control.scss +194 -0
- data/_sass/bootstrap/forms/_form-range.scss +91 -0
- data/_sass/bootstrap/forms/_form-select.scss +71 -0
- data/_sass/bootstrap/forms/_form-text.scss +11 -0
- data/_sass/bootstrap/forms/_input-group.scss +132 -0
- data/_sass/bootstrap/forms/_labels.scss +36 -0
- data/_sass/bootstrap/forms/_validation.scss +12 -0
- data/_sass/bootstrap/helpers/_clearfix.scss +3 -0
- data/_sass/bootstrap/helpers/_color-bg.scss +10 -0
- data/_sass/bootstrap/helpers/_colored-links.scss +12 -0
- data/_sass/bootstrap/helpers/_position.scss +36 -0
- data/_sass/bootstrap/helpers/_ratio.scss +26 -0
- data/_sass/bootstrap/helpers/_stacks.scss +15 -0
- data/_sass/bootstrap/helpers/_stretched-link.scss +15 -0
- data/_sass/bootstrap/helpers/_text-truncation.scss +7 -0
- data/_sass/bootstrap/helpers/_visually-hidden.scss +8 -0
- data/_sass/bootstrap/helpers/_vr.scss +8 -0
- data/_sass/bootstrap/mixins/_alert.scss +15 -0
- data/_sass/bootstrap/mixins/_backdrop.scss +14 -0
- data/_sass/bootstrap/mixins/_banner.scss +9 -0
- data/_sass/bootstrap/mixins/_border-radius.scss +78 -0
- data/_sass/bootstrap/mixins/_box-shadow.scss +18 -0
- data/_sass/bootstrap/mixins/_breakpoints.scss +127 -0
- data/_sass/bootstrap/mixins/_buttons.scss +70 -0
- data/_sass/bootstrap/mixins/_caret.scss +64 -0
- data/_sass/bootstrap/mixins/_clearfix.scss +9 -0
- data/_sass/bootstrap/mixins/_color-scheme.scss +7 -0
- data/_sass/bootstrap/mixins/_container.scss +11 -0
- data/_sass/bootstrap/mixins/_deprecate.scss +10 -0
- data/_sass/bootstrap/mixins/_forms.scss +152 -0
- data/_sass/bootstrap/mixins/_gradients.scss +47 -0
- data/_sass/bootstrap/mixins/_grid.scss +151 -0
- data/_sass/bootstrap/mixins/_image.scss +16 -0
- data/_sass/bootstrap/mixins/_list-group.scss +24 -0
- data/_sass/bootstrap/mixins/_lists.scss +7 -0
- data/_sass/bootstrap/mixins/_pagination.scss +10 -0
- data/_sass/bootstrap/mixins/_reset-text.scss +17 -0
- data/_sass/bootstrap/mixins/_resize.scss +6 -0
- data/_sass/bootstrap/mixins/_table-variants.scss +24 -0
- data/_sass/bootstrap/mixins/_text-truncate.scss +8 -0
- data/_sass/bootstrap/mixins/_transition.scss +26 -0
- data/_sass/bootstrap/mixins/_utilities.scss +97 -0
- data/_sass/bootstrap/mixins/_visually-hidden.scss +29 -0
- data/_sass/bootstrap/utilities/_api.scss +47 -0
- data/_sass/bootstrap/vendor/_rfs.scss +354 -0
- data/_sass/centos/_headings.scss +17 -0
- data/_sass/centos/_links.scss +5 -56
- data/_sass/centos/_variables.scss +2 -4
- data/_sass/fontawesome-free/_animated.scss +153 -0
- data/_sass/fontawesome-free/_bordered-pulled.scss +20 -0
- data/_sass/fontawesome-free/_core.scss +43 -0
- data/_sass/fontawesome-free/_fixed-width.scss +7 -0
- data/_sass/fontawesome-free/_functions.scss +57 -0
- data/_sass/fontawesome-free/_icons.scss +9 -0
- data/_sass/fontawesome-free/_list.scss +18 -0
- data/_sass/fontawesome-free/_mixins.scss +75 -0
- data/_sass/fontawesome-free/_rotated-flipped.scss +31 -0
- data/_sass/fontawesome-free/_screen-reader.scss +14 -0
- data/_sass/fontawesome-free/_shims.scss +2042 -0
- data/_sass/fontawesome-free/_sizing.scss +16 -0
- data/_sass/fontawesome-free/_stacked.scss +32 -0
- data/_sass/fontawesome-free/_variables.scss +4957 -0
- data/_sass/fontawesome-free/brands.scss +30 -0
- data/_sass/fontawesome-free/fontawesome.scss +21 -0
- data/_sass/fontawesome-free/regular.scss +26 -0
- data/_sass/fontawesome-free/solid.scss +26 -0
- data/_sass/fontawesome-free/v4-shims.scss +11 -0
- data/_sass/montserrat/_montserrat.scss +79 -0
- data/_sass/overpass-mono/_overpass-mono.scss +33 -0
- data/assets/css/dataTables.bootstrap5.css +416 -0
- data/assets/css/dataTables.bootstrap5.min.css +2 -2
- data/assets/css/stylesheet.min.scss +15 -12
- data/assets/img/anaconda-symbolic.svg +1 -0
- data/assets/img/anaconda.svg +1 -0
- data/assets/img/centos-dynamicmsg-logo.svg +1 -0
- data/assets/img/centos-dynamicmsg-type.svg +1 -0
- data/assets/img/centos-dynamicmsg-whitelogo.svg +1 -0
- data/assets/img/centos-dynamicmsg-whitetype.svg +1 -0
- data/assets/img/centos-gdm-whitelogo.svg +1 -0
- data/assets/img/centos-ipa-whiteheader.svg +1 -0
- data/assets/img/centos-logo-2bits.svg +1 -0
- data/assets/img/centos-logo.svg +1 -103
- data/assets/img/centos-message-logo.svg +1 -0
- data/assets/img/centos-motif.png +0 -0
- data/assets/img/centos-poweredby-logo.svg +1 -0
- data/assets/img/centos-symbol-2bits.svg +1 -0
- data/assets/img/centos-symbol.svg +1 -69
- data/assets/img/centos-type.svg +1 -0
- data/assets/img/centos-vertical-logo.svg +1 -0
- data/assets/img/centos-vertical-message-logo.svg +1 -0
- data/assets/img/centos-whitelogo.svg +1 -109
- data/assets/js/bootstrap.bundle.js +7075 -0
- data/assets/js/bootstrap.bundle.js.map +1 -0
- data/assets/js/bootstrap.bundle.min.js +2 -2
- data/assets/js/bootstrap.bundle.min.js.map +1 -1
- data/assets/js/bootstrap.esm.js +5202 -0
- data/assets/js/bootstrap.esm.js.map +1 -0
- data/assets/js/bootstrap.esm.min.js +7 -0
- data/assets/js/bootstrap.esm.min.js.map +1 -0
- data/assets/js/bootstrap.js +5249 -0
- data/assets/js/bootstrap.js.map +1 -0
- data/assets/js/bootstrap.min.js +7 -0
- data/assets/js/bootstrap.min.js.map +1 -0
- data/assets/js/clipboard.js +890 -0
- data/assets/js/clipboard.min.js +0 -0
- data/assets/js/dataTables.bootstrap5.js +200 -0
- data/assets/js/dataTables.bootstrap5.min.js +4 -14
- data/assets/js/dataTables.bootstrap5.min.mjs +4 -0
- data/assets/js/dataTables.bootstrap5.mjs +164 -0
- data/assets/js/jquery.js +10993 -0
- data/assets/js/jquery.min.js +2 -2
- data/assets/js/jquery.min.map +1 -1
- data/assets/js/jquery.slim.js +8894 -0
- data/assets/js/jquery.slim.min.js +2 -0
- data/assets/js/jquery.slim.min.map +1 -0
- data/assets/webfonts/fa-brands-400.ttf +0 -0
- data/assets/webfonts/fa-brands-400.woff2 +0 -0
- data/assets/webfonts/fa-regular-400.ttf +0 -0
- data/assets/webfonts/fa-regular-400.woff2 +0 -0
- data/assets/webfonts/fa-solid-900.ttf +0 -0
- data/assets/webfonts/fa-solid-900.woff2 +0 -0
- data/assets/webfonts/fa-v4compatibility.ttf +0 -0
- data/assets/webfonts/fa-v4compatibility.woff2 +0 -0
- data/assets/webfonts/overpass-mono-bold.woff +0 -0
- data/assets/webfonts/overpass-mono-bold.woff2 +0 -0
- data/assets/webfonts/overpass-mono-light.woff +0 -0
- data/assets/webfonts/overpass-mono-light.woff2 +0 -0
- data/assets/webfonts/overpass-mono-regular.woff +0 -0
- data/assets/webfonts/overpass-mono-regular.woff2 +0 -0
- data/assets/webfonts/overpass-mono-semibold.woff +0 -0
- data/assets/webfonts/overpass-mono-semibold.woff2 +0 -0
- data/default.md +165 -0
- data/index.md +9 -0
- data/people.md +63 -0
- metadata +186 -145
- data/_sass/centos/centos-blog.scss +0 -46
- data/_sass/centos/centos-httpd.scss +0 -27
- data/_sass/centos/centos-lists.scss +0 -161
- data/_sass/centos/fonts/_montserrat.scss +0 -253
- data/_sass/centos/fonts/_overpass.scss +0 -43
- data/assets/img/centos-symbol-with-shadow.svg +0 -89
- data/assets/img/centos-symbol.png +0 -0
- data/assets/img/distributions/centos-linux/7/screenshot-1.png +0 -0
- data/assets/img/distributions/centos-linux/7/screenshot-2.png +0 -0
- data/assets/img/distributions/centos-linux/7/screenshot-3.png +0 -0
- data/assets/img/distributions/centos-linux/7/screenshot-4.png +0 -0
- data/assets/img/distributions/centos-stream/9/screenshot-1.png +0 -0
- data/assets/img/distributions/centos-stream/9/screenshot-2.png +0 -0
- data/assets/img/distributions/centos-stream/9/screenshot-3.png +0 -0
- data/assets/img/favicon.png +0 -0
- data/assets/img/sponsors/15minuteservers.png +0 -0
- data/assets/img/sponsors/2014-11-10-vi.gif +0 -0
- data/assets/img/sponsors/45drives.png +0 -0
- data/assets/img/sponsors/BackupVault.png +0 -0
- data/assets/img/sponsors/Banner_Castlegem_240x60.gif +0 -0
- data/assets/img/sponsors/CentOS-CBSL-02.png +0 -0
- data/assets/img/sponsors/GameHost.png +0 -0
- data/assets/img/sponsors/HOST1PLUS_240x60.jpg +0 -0
- data/assets/img/sponsors/HostDime_Logo_Slogan_300_71.png +0 -0
- data/assets/img/sponsors/NDCHost.png +0 -0
- data/assets/img/sponsors/OffshoreServers.png +0 -0
- data/assets/img/sponsors/OffshoreVPS.png +0 -0
- data/assets/img/sponsors/PNAP-Logo-CMYK.JPG +0 -0
- data/assets/img/sponsors/PNAP_Banner.gif +0 -0
- data/assets/img/sponsors/PSW_Banner_240x60.jpg +0 -0
- data/assets/img/sponsors/ad_lfcpxen_240x60.png +0 -0
- data/assets/img/sponsors/altushost.png +0 -0
- data/assets/img/sponsors/am-logo.png +0 -0
- data/assets/img/sponsors/aws.png +0 -0
- data/assets/img/sponsors/baseip_240x60.jpg +0 -0
- data/assets/img/sponsors/cdn77.png +0 -0
- data/assets/img/sponsors/centos-serverhub.png +0 -0
- data/assets/img/sponsors/clientvps.png +0 -0
- data/assets/img/sponsors/codero.png +0 -0
- data/assets/img/sponsors/codero_small.gif +0 -0
- data/assets/img/sponsors/coloau.png +0 -0
- data/assets/img/sponsors/colocation-america.png +0 -0
- data/assets/img/sponsors/cologuard.png +0 -0
- data/assets/img/sponsors/constant.png +0 -0
- data/assets/img/sponsors/coreix.jpg +0 -0
- data/assets/img/sponsors/cpanel.png +0 -0
- data/assets/img/sponsors/dbd_240_60.jpg +0 -0
- data/assets/img/sponsors/dedicatednow.gif +0 -0
- data/assets/img/sponsors/dedicatedsolutions.png +0 -0
- data/assets/img/sponsors/dtsnet.png +0 -0
- data/assets/img/sponsors/eStruxture.png +0 -0
- data/assets/img/sponsors/equinix.png +0 -0
- data/assets/img/sponsors/eukhost.png +0 -0
- data/assets/img/sponsors/exabytes.png +0 -0
- data/assets/img/sponsors/fasthosts.png +0 -0
- data/assets/img/sponsors/galaxy_small.gif +0 -0
- data/assets/img/sponsors/globotech.png +0 -0
- data/assets/img/sponsors/godaddy.jpg +0 -0
- data/assets/img/sponsors/heficed.png +0 -0
- data/assets/img/sponsors/host-engine.png +0 -0
- data/assets/img/sponsors/host-stage.png +0 -0
- data/assets/img/sponsors/host1plus_logo.png +0 -0
- data/assets/img/sponsors/hostasaurus240x60banner.gif +0 -0
- data/assets/img/sponsors/hostdime_br_small.jpg +0 -0
- data/assets/img/sponsors/hostingswift240x60.gif +0 -0
- data/assets/img/sponsors/hostiserver.png +0 -0
- data/assets/img/sponsors/hostkey_small.gif +0 -0
- data/assets/img/sponsors/internap.png +0 -0
- data/assets/img/sponsors/internetx.gif +0 -0
- data/assets/img/sponsors/intevation.png +0 -0
- data/assets/img/sponsors/iomart-240x60.gif +0 -0
- data/assets/img/sponsors/iomart.png +0 -0
- data/assets/img/sponsors/itsyndicate.png +0 -0
- data/assets/img/sponsors/leaseweb.png +0 -0
- data/assets/img/sponsors/liquidweb.png +0 -0
- data/assets/img/sponsors/lyrahosting.png +0 -0
- data/assets/img/sponsors/miva.png +0 -0
- data/assets/img/sponsors/multacom-240x60.gif +0 -0
- data/assets/img/sponsors/ndc_host_240.gif +0 -0
- data/assets/img/sponsors/netelligent_small.png +0 -0
- data/assets/img/sponsors/nexcess.png +0 -0
- data/assets/img/sponsors/packet.png +0 -0
- data/assets/img/sponsors/pidginhost.png +0 -0
- data/assets/img/sponsors/profvds.png +0 -0
- data/assets/img/sponsors/psychz-234x60.jpg +0 -0
- data/assets/img/sponsors/psychz_net.gif +0 -0
- data/assets/img/sponsors/ptisp.png +0 -0
- data/assets/img/sponsors/redstation.png +0 -0
- data/assets/img/sponsors/scaleway_logo.png +0 -0
- data/assets/img/sponsors/seedvps.png +0 -0
- data/assets/img/sponsors/serverel.png +0 -0
- data/assets/img/sponsors/servermania.gif +0 -0
- data/assets/img/sponsors/serverpoint.png +0 -0
- data/assets/img/sponsors/serverpronto_small.gif +0 -0
- data/assets/img/sponsors/shinjirubanner260x60.gif +0 -0
- data/assets/img/sponsors/space-hosting.png +0 -0
- data/assets/img/sponsors/sponsor_placeholder-240-60.png +0 -0
- data/assets/img/sponsors/steadfast.png +0 -0
- data/assets/img/sponsors/steadfast_234x60.gif +0 -0
- data/assets/img/sponsors/tailoredservers.png +0 -0
- data/assets/img/sponsors/trabia.png +0 -0
- data/assets/img/sponsors/vhostvn.gif +0 -0
- data/assets/img/sponsors/vitelity.png +0 -0
- data/assets/img/sponsors/voyant.png +0 -0
- data/assets/img/sponsors/vsys.png +0 -0
- data/assets/img/sponsors/webnx1.png +0 -0
- data/assets/img/sponsors/wehaveservers.png +0 -0
- data/assets/img/sponsors/whitelabelitsolutions.gif +0 -0
- data/assets/img/sponsors/wow.234x60.gif +0 -0
- data/assets/js/jquery.dataTables.min.js +0 -192
- data/assets/webfonts/Overpass-Black.woff2 +0 -0
- data/assets/webfonts/Overpass-BlackItalic.woff2 +0 -0
- data/assets/webfonts/Overpass-Bold.woff2 +0 -0
- data/assets/webfonts/Overpass-BoldItalic.woff2 +0 -0
- data/assets/webfonts/Overpass-ExtraBold.woff2 +0 -0
- data/assets/webfonts/Overpass-ExtraBoldItalic.woff2 +0 -0
- data/assets/webfonts/Overpass-ExtraLight.woff2 +0 -0
- data/assets/webfonts/Overpass-ExtraLightItalic.woff2 +0 -0
- data/assets/webfonts/Overpass-Italic.woff2 +0 -0
- data/assets/webfonts/Overpass-Light.woff2 +0 -0
- data/assets/webfonts/Overpass-LightItalic.woff2 +0 -0
- data/assets/webfonts/Overpass-Medium.woff2 +0 -0
- data/assets/webfonts/Overpass-MediumItalic.woff2 +0 -0
- data/assets/webfonts/Overpass-Regular.woff2 +0 -0
- data/assets/webfonts/Overpass-SemiBold.woff2 +0 -0
- data/assets/webfonts/Overpass-SemiBoldItalic.woff2 +0 -0
- data/assets/webfonts/Overpass-Thin.woff2 +0 -0
- data/assets/webfonts/Overpass-ThinItalic.woff2 +0 -0
- data/assets/webfonts/OverpassMono-Bold.woff2 +0 -0
- data/assets/webfonts/OverpassMono-Light.woff2 +0 -0
- data/assets/webfonts/OverpassMono-Medium.woff2 +0 -0
- data/assets/webfonts/OverpassMono-Regular.woff2 +0 -0
- data/assets/webfonts/OverpassMono-SemiBold.woff2 +0 -0
- data/assets/webfonts/fa-brands-400.woff +0 -0
- data/assets/webfonts/fa-regular-400.woff +0 -0
- data/assets/webfonts/fa-solid-900.woff +0 -0
@@ -0,0 +1,30 @@
|
|
1
|
+
/*!
|
2
|
+
* Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
|
3
|
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4
|
+
* Copyright 2022 Fonticons, Inc.
|
5
|
+
*/
|
6
|
+
@import 'functions';
|
7
|
+
@import 'variables';
|
8
|
+
|
9
|
+
:root, :host {
|
10
|
+
--#{$fa-css-prefix}-style-family-brands: 'Font Awesome 6 Brands';
|
11
|
+
--#{$fa-css-prefix}-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
|
12
|
+
}
|
13
|
+
|
14
|
+
@font-face {
|
15
|
+
font-family: 'Font Awesome 6 Brands';
|
16
|
+
font-style: normal;
|
17
|
+
font-weight: 400;
|
18
|
+
font-display: $fa-font-display;
|
19
|
+
src: url('#{$fa-font-path}/fa-brands-400.woff2') format('woff2'),
|
20
|
+
url('#{$fa-font-path}/fa-brands-400.ttf') format('truetype');
|
21
|
+
}
|
22
|
+
|
23
|
+
.fab,
|
24
|
+
.#{$fa-css-prefix}-brands {
|
25
|
+
font-weight: 400;
|
26
|
+
}
|
27
|
+
|
28
|
+
@each $name, $icon in $fa-brand-icons {
|
29
|
+
.#{$fa-css-prefix}-#{$name}:before { content: unquote("\"#{ $icon }\""); }
|
30
|
+
}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
/*!
|
2
|
+
* Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
|
3
|
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4
|
+
* Copyright 2022 Fonticons, Inc.
|
5
|
+
*/
|
6
|
+
// Font Awesome core compile (Web Fonts-based)
|
7
|
+
// -------------------------
|
8
|
+
|
9
|
+
@import 'functions';
|
10
|
+
@import 'variables';
|
11
|
+
@import 'mixins';
|
12
|
+
@import 'core';
|
13
|
+
@import 'sizing';
|
14
|
+
@import 'fixed-width';
|
15
|
+
@import 'list';
|
16
|
+
@import 'bordered-pulled';
|
17
|
+
@import 'animated';
|
18
|
+
@import 'rotated-flipped';
|
19
|
+
@import 'stacked';
|
20
|
+
@import 'icons';
|
21
|
+
@import 'screen-reader';
|
@@ -0,0 +1,26 @@
|
|
1
|
+
/*!
|
2
|
+
* Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
|
3
|
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4
|
+
* Copyright 2022 Fonticons, Inc.
|
5
|
+
*/
|
6
|
+
@import 'functions';
|
7
|
+
@import 'variables';
|
8
|
+
|
9
|
+
:root, :host {
|
10
|
+
--#{$fa-css-prefix}-style-family-classic: '#{ $fa-style-family }';
|
11
|
+
--#{$fa-css-prefix}-font-regular: normal 400 1em/1 '#{ $fa-style-family }';
|
12
|
+
}
|
13
|
+
|
14
|
+
@font-face {
|
15
|
+
font-family: 'Font Awesome 6 Free';
|
16
|
+
font-style: normal;
|
17
|
+
font-weight: 400;
|
18
|
+
font-display: $fa-font-display;
|
19
|
+
src: url('#{$fa-font-path}/fa-regular-400.woff2') format('woff2'),
|
20
|
+
url('#{$fa-font-path}/fa-regular-400.ttf') format('truetype');
|
21
|
+
}
|
22
|
+
|
23
|
+
.far,
|
24
|
+
.#{$fa-css-prefix}-regular {
|
25
|
+
font-weight: 400;
|
26
|
+
}
|
@@ -0,0 +1,26 @@
|
|
1
|
+
/*!
|
2
|
+
* Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
|
3
|
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4
|
+
* Copyright 2022 Fonticons, Inc.
|
5
|
+
*/
|
6
|
+
@import 'functions';
|
7
|
+
@import 'variables';
|
8
|
+
|
9
|
+
:root, :host {
|
10
|
+
--#{$fa-css-prefix}-style-family-classic: '#{ $fa-style-family }';
|
11
|
+
--#{$fa-css-prefix}-font-solid: normal 900 1em/1 '#{ $fa-style-family }';
|
12
|
+
}
|
13
|
+
|
14
|
+
@font-face {
|
15
|
+
font-family: 'Font Awesome 6 Free';
|
16
|
+
font-style: normal;
|
17
|
+
font-weight: 900;
|
18
|
+
font-display: $fa-font-display;
|
19
|
+
src: url('#{$fa-font-path}/fa-solid-900.woff2') format('woff2'),
|
20
|
+
url('#{$fa-font-path}/fa-solid-900.ttf') format('truetype');
|
21
|
+
}
|
22
|
+
|
23
|
+
.fas,
|
24
|
+
.#{$fa-css-prefix}-solid {
|
25
|
+
font-weight: 900;
|
26
|
+
}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*!
|
2
|
+
* Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
|
3
|
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4
|
+
* Copyright 2022 Fonticons, Inc.
|
5
|
+
*/
|
6
|
+
// V4 shims compile (Web Fonts-based)
|
7
|
+
// -------------------------
|
8
|
+
|
9
|
+
@import 'functions';
|
10
|
+
@import 'variables';
|
11
|
+
@import 'shims';
|
@@ -0,0 +1,79 @@
|
|
1
|
+
/* Montserrat helper mixins (adapted from Overpass helper mixins) */
|
2
|
+
|
3
|
+
//-- This is a map of the current font weights, keyed on their file names
|
4
|
+
$supported-weights: (
|
5
|
+
Thin: 100,
|
6
|
+
ExtraLight: 200,
|
7
|
+
Light: 300,
|
8
|
+
Regular: 400,
|
9
|
+
Medium: 500,
|
10
|
+
SemiBold: 600,
|
11
|
+
Bold: 700,
|
12
|
+
ExtraBold: 800,
|
13
|
+
Black: 900
|
14
|
+
);
|
15
|
+
|
16
|
+
$supported-italic-weights: (
|
17
|
+
ThinItalic: 100,
|
18
|
+
ExtraLightItalic: 200,
|
19
|
+
LightItalic: 300,
|
20
|
+
Italic: 400,
|
21
|
+
MediumItalic: 500,
|
22
|
+
SemiBoldItalic: 600,
|
23
|
+
BoldItalic: 700,
|
24
|
+
ExtraBoldItalic: 800,
|
25
|
+
BlackItalic: 900
|
26
|
+
);
|
27
|
+
|
28
|
+
//-- This mixins will dynamically print the font-face declarations based on your levels of support
|
29
|
+
// * Weights can be limited to those your wish to incorporate in your styles; if left with defaults,
|
30
|
+
// this will add support for all supported font variations
|
31
|
+
// * The weight map can be customized if you wish to set your own values
|
32
|
+
// Example: To use `font-weight: bolder` instead of `font-weight: 600`, we create a custom map
|
33
|
+
// that maps the key bold to the value bolder -> `bold: bolder`
|
34
|
+
// * The path to dist represents the location of the overpass font files relative to your architecture
|
35
|
+
@mixin print-montserrat-font-face(
|
36
|
+
|
37
|
+
$weights: map-keys($supported-weights),
|
38
|
+
$weight-map: $supported-weights,
|
39
|
+
|
40
|
+
$italic-weights: map-keys($supported-italic-weights),
|
41
|
+
$italic-weight-map: $supported-italic-weights,
|
42
|
+
|
43
|
+
$path_to_dist: '../webfonts/'
|
44
|
+
) {
|
45
|
+
@each $weight in $weights {
|
46
|
+
@font-face {
|
47
|
+
font-family: 'Montserrat';
|
48
|
+
src: url("#{$path_to_dist}Montserrat-#{$weight}.woff2") format("woff2"), url("#{$path_to_dist}Montserrat-#{$weight}.woff") format("woff");
|
49
|
+
font-weight: map-get($weight-map, $weight);
|
50
|
+
font-style: normal;
|
51
|
+
}
|
52
|
+
}
|
53
|
+
@each $italic-weight in $italic-weights {
|
54
|
+
@font-face {
|
55
|
+
font-family: 'Montserrat';
|
56
|
+
src: url("#{$path_to_dist}Montserrat-#{$italic-weight}.woff2") format("woff2"), url("#{$path_to_dist}Montserrat-#{$italic-weight}.woff") format("woff");
|
57
|
+
font-weight: map-get($italic-weight-map, $italic-weight);
|
58
|
+
font-style: italic;
|
59
|
+
}
|
60
|
+
}
|
61
|
+
@each $weight in $weights {
|
62
|
+
@font-face {
|
63
|
+
font-family: 'Montserrat Alternates';
|
64
|
+
src: url("#{$path_to_dist}MontserratAlternates-#{$weight}.woff2") format("woff2"), url("#{$path_to_dist}Montserrat-#{$weight}.woff") format("woff");
|
65
|
+
font-weight: map-get($weight-map, $weight);
|
66
|
+
font-style: normal;
|
67
|
+
}
|
68
|
+
}
|
69
|
+
@each $italic-weight in $italic-weights {
|
70
|
+
@font-face {
|
71
|
+
font-family: 'Montserrat Alternates';
|
72
|
+
src: url("#{$path_to_dist}MontserratAlternates-#{$italic-weight}.woff2") format("woff2"), url("#{$path_to_dist}Montserrat-#{$italic-weight}.woff") format("woff");
|
73
|
+
font-weight: map-get($italic-weight-map, $italic-weight);
|
74
|
+
font-style: italic;
|
75
|
+
}
|
76
|
+
}
|
77
|
+
}
|
78
|
+
|
79
|
+
@include print-montserrat-font-face;
|
@@ -0,0 +1,33 @@
|
|
1
|
+
/* Overpass Mono helper mixins */
|
2
|
+
|
3
|
+
//-- This is a map of the current font weights, keyed on their file names
|
4
|
+
$supported-weights: (
|
5
|
+
light: 300,
|
6
|
+
regular: 400,
|
7
|
+
semibold: 500,
|
8
|
+
bold: 600
|
9
|
+
);
|
10
|
+
|
11
|
+
//-- This mixins will dynamically print the font-face declarations based on your levels of support
|
12
|
+
// * Weights can be limited to those your wish to incorporate in your styles; if left with defaults,
|
13
|
+
// this will add support for all supported font variations
|
14
|
+
// * The weight map can be customized if you wish to set your own values
|
15
|
+
// Example: To use `font-weight: bolder` instead of `font-weight: 600`, we create a custom map
|
16
|
+
// that maps the key bold to the value bolder -> `bold: bolder`
|
17
|
+
// * The path to dist represents the location of the overpass font files relative to your architecture
|
18
|
+
@mixin print-overpass-mono-font-face(
|
19
|
+
$weights: map-keys($supported-weights),
|
20
|
+
$weight-map: $supported-weights,
|
21
|
+
$path_to_dist: '../webfonts/'
|
22
|
+
) {
|
23
|
+
@each $weight in $weights {
|
24
|
+
@font-face {
|
25
|
+
font-family: 'overpass-mono';
|
26
|
+
src: url("#{$path_to_dist}overpass-mono-#{$weight}.woff2") format("woff2"), url("#{$path_to_dist}overpass-mono-#{$weight}.woff") format("woff");
|
27
|
+
font-weight: map-get($weight-map, $weight);
|
28
|
+
font-style: normal;
|
29
|
+
}
|
30
|
+
}
|
31
|
+
}
|
32
|
+
|
33
|
+
@include print-overpass-mono-font-face;
|
@@ -0,0 +1,416 @@
|
|
1
|
+
@charset "UTF-8";
|
2
|
+
table.dataTable td.dt-control {
|
3
|
+
text-align: center;
|
4
|
+
cursor: pointer;
|
5
|
+
}
|
6
|
+
table.dataTable td.dt-control:before {
|
7
|
+
height: 1em;
|
8
|
+
width: 1em;
|
9
|
+
margin-top: -9px;
|
10
|
+
display: inline-block;
|
11
|
+
color: white;
|
12
|
+
border: 0.15em solid white;
|
13
|
+
border-radius: 1em;
|
14
|
+
box-shadow: 0 0 0.2em #444;
|
15
|
+
box-sizing: content-box;
|
16
|
+
text-align: center;
|
17
|
+
text-indent: 0 !important;
|
18
|
+
font-family: "Courier New", Courier, monospace;
|
19
|
+
line-height: 1em;
|
20
|
+
content: "+";
|
21
|
+
background-color: #31b131;
|
22
|
+
}
|
23
|
+
table.dataTable tr.dt-hasChild td.dt-control:before {
|
24
|
+
content: "-";
|
25
|
+
background-color: #d33333;
|
26
|
+
}
|
27
|
+
|
28
|
+
table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled,
|
29
|
+
table.dataTable thead > tr > td.sorting,
|
30
|
+
table.dataTable thead > tr > td.sorting_asc,
|
31
|
+
table.dataTable thead > tr > td.sorting_desc,
|
32
|
+
table.dataTable thead > tr > td.sorting_asc_disabled,
|
33
|
+
table.dataTable thead > tr > td.sorting_desc_disabled {
|
34
|
+
cursor: pointer;
|
35
|
+
position: relative;
|
36
|
+
padding-right: 26px;
|
37
|
+
}
|
38
|
+
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after,
|
39
|
+
table.dataTable thead > tr > td.sorting:before,
|
40
|
+
table.dataTable thead > tr > td.sorting:after,
|
41
|
+
table.dataTable thead > tr > td.sorting_asc:before,
|
42
|
+
table.dataTable thead > tr > td.sorting_asc:after,
|
43
|
+
table.dataTable thead > tr > td.sorting_desc:before,
|
44
|
+
table.dataTable thead > tr > td.sorting_desc:after,
|
45
|
+
table.dataTable thead > tr > td.sorting_asc_disabled:before,
|
46
|
+
table.dataTable thead > tr > td.sorting_asc_disabled:after,
|
47
|
+
table.dataTable thead > tr > td.sorting_desc_disabled:before,
|
48
|
+
table.dataTable thead > tr > td.sorting_desc_disabled:after {
|
49
|
+
position: absolute;
|
50
|
+
display: block;
|
51
|
+
opacity: 0.125;
|
52
|
+
right: 10px;
|
53
|
+
line-height: 9px;
|
54
|
+
font-size: 0.8em;
|
55
|
+
}
|
56
|
+
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before,
|
57
|
+
table.dataTable thead > tr > td.sorting:before,
|
58
|
+
table.dataTable thead > tr > td.sorting_asc:before,
|
59
|
+
table.dataTable thead > tr > td.sorting_desc:before,
|
60
|
+
table.dataTable thead > tr > td.sorting_asc_disabled:before,
|
61
|
+
table.dataTable thead > tr > td.sorting_desc_disabled:before {
|
62
|
+
bottom: 50%;
|
63
|
+
content: "▲";
|
64
|
+
}
|
65
|
+
table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after,
|
66
|
+
table.dataTable thead > tr > td.sorting:after,
|
67
|
+
table.dataTable thead > tr > td.sorting_asc:after,
|
68
|
+
table.dataTable thead > tr > td.sorting_desc:after,
|
69
|
+
table.dataTable thead > tr > td.sorting_asc_disabled:after,
|
70
|
+
table.dataTable thead > tr > td.sorting_desc_disabled:after {
|
71
|
+
top: 50%;
|
72
|
+
content: "▼";
|
73
|
+
}
|
74
|
+
table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after,
|
75
|
+
table.dataTable thead > tr > td.sorting_asc:before,
|
76
|
+
table.dataTable thead > tr > td.sorting_desc:after {
|
77
|
+
opacity: 0.6;
|
78
|
+
}
|
79
|
+
table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before,
|
80
|
+
table.dataTable thead > tr > td.sorting_desc_disabled:after,
|
81
|
+
table.dataTable thead > tr > td.sorting_asc_disabled:before {
|
82
|
+
display: none;
|
83
|
+
}
|
84
|
+
table.dataTable thead > tr > th:active,
|
85
|
+
table.dataTable thead > tr > td:active {
|
86
|
+
outline: none;
|
87
|
+
}
|
88
|
+
|
89
|
+
div.dataTables_scrollBody table.dataTable thead > tr > th:before, div.dataTables_scrollBody table.dataTable thead > tr > th:after,
|
90
|
+
div.dataTables_scrollBody table.dataTable thead > tr > td:before,
|
91
|
+
div.dataTables_scrollBody table.dataTable thead > tr > td:after {
|
92
|
+
display: none;
|
93
|
+
}
|
94
|
+
|
95
|
+
div.dataTables_processing {
|
96
|
+
position: absolute;
|
97
|
+
top: 50%;
|
98
|
+
left: 50%;
|
99
|
+
width: 200px;
|
100
|
+
margin-left: -100px;
|
101
|
+
margin-top: -26px;
|
102
|
+
text-align: center;
|
103
|
+
padding: 2px;
|
104
|
+
}
|
105
|
+
div.dataTables_processing > div:last-child {
|
106
|
+
position: relative;
|
107
|
+
width: 80px;
|
108
|
+
height: 15px;
|
109
|
+
margin: 1em auto;
|
110
|
+
}
|
111
|
+
div.dataTables_processing > div:last-child > div {
|
112
|
+
position: absolute;
|
113
|
+
top: 0;
|
114
|
+
width: 13px;
|
115
|
+
height: 13px;
|
116
|
+
border-radius: 50%;
|
117
|
+
background: rgba(13, 110, 253, 0.9);
|
118
|
+
animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
119
|
+
}
|
120
|
+
div.dataTables_processing > div:last-child > div:nth-child(1) {
|
121
|
+
left: 8px;
|
122
|
+
animation: datatables-loader-1 0.6s infinite;
|
123
|
+
}
|
124
|
+
div.dataTables_processing > div:last-child > div:nth-child(2) {
|
125
|
+
left: 8px;
|
126
|
+
animation: datatables-loader-2 0.6s infinite;
|
127
|
+
}
|
128
|
+
div.dataTables_processing > div:last-child > div:nth-child(3) {
|
129
|
+
left: 32px;
|
130
|
+
animation: datatables-loader-2 0.6s infinite;
|
131
|
+
}
|
132
|
+
div.dataTables_processing > div:last-child > div:nth-child(4) {
|
133
|
+
left: 56px;
|
134
|
+
animation: datatables-loader-3 0.6s infinite;
|
135
|
+
}
|
136
|
+
|
137
|
+
@keyframes datatables-loader-1 {
|
138
|
+
0% {
|
139
|
+
transform: scale(0);
|
140
|
+
}
|
141
|
+
100% {
|
142
|
+
transform: scale(1);
|
143
|
+
}
|
144
|
+
}
|
145
|
+
@keyframes datatables-loader-3 {
|
146
|
+
0% {
|
147
|
+
transform: scale(1);
|
148
|
+
}
|
149
|
+
100% {
|
150
|
+
transform: scale(0);
|
151
|
+
}
|
152
|
+
}
|
153
|
+
@keyframes datatables-loader-2 {
|
154
|
+
0% {
|
155
|
+
transform: translate(0, 0);
|
156
|
+
}
|
157
|
+
100% {
|
158
|
+
transform: translate(24px, 0);
|
159
|
+
}
|
160
|
+
}
|
161
|
+
table.dataTable.nowrap th, table.dataTable.nowrap td {
|
162
|
+
white-space: nowrap;
|
163
|
+
}
|
164
|
+
table.dataTable th.dt-left,
|
165
|
+
table.dataTable td.dt-left {
|
166
|
+
text-align: left;
|
167
|
+
}
|
168
|
+
table.dataTable th.dt-center,
|
169
|
+
table.dataTable td.dt-center,
|
170
|
+
table.dataTable td.dataTables_empty {
|
171
|
+
text-align: center;
|
172
|
+
}
|
173
|
+
table.dataTable th.dt-right,
|
174
|
+
table.dataTable td.dt-right {
|
175
|
+
text-align: right;
|
176
|
+
}
|
177
|
+
table.dataTable th.dt-justify,
|
178
|
+
table.dataTable td.dt-justify {
|
179
|
+
text-align: justify;
|
180
|
+
}
|
181
|
+
table.dataTable th.dt-nowrap,
|
182
|
+
table.dataTable td.dt-nowrap {
|
183
|
+
white-space: nowrap;
|
184
|
+
}
|
185
|
+
table.dataTable thead th,
|
186
|
+
table.dataTable thead td,
|
187
|
+
table.dataTable tfoot th,
|
188
|
+
table.dataTable tfoot td {
|
189
|
+
text-align: left;
|
190
|
+
}
|
191
|
+
table.dataTable thead th.dt-head-left,
|
192
|
+
table.dataTable thead td.dt-head-left,
|
193
|
+
table.dataTable tfoot th.dt-head-left,
|
194
|
+
table.dataTable tfoot td.dt-head-left {
|
195
|
+
text-align: left;
|
196
|
+
}
|
197
|
+
table.dataTable thead th.dt-head-center,
|
198
|
+
table.dataTable thead td.dt-head-center,
|
199
|
+
table.dataTable tfoot th.dt-head-center,
|
200
|
+
table.dataTable tfoot td.dt-head-center {
|
201
|
+
text-align: center;
|
202
|
+
}
|
203
|
+
table.dataTable thead th.dt-head-right,
|
204
|
+
table.dataTable thead td.dt-head-right,
|
205
|
+
table.dataTable tfoot th.dt-head-right,
|
206
|
+
table.dataTable tfoot td.dt-head-right {
|
207
|
+
text-align: right;
|
208
|
+
}
|
209
|
+
table.dataTable thead th.dt-head-justify,
|
210
|
+
table.dataTable thead td.dt-head-justify,
|
211
|
+
table.dataTable tfoot th.dt-head-justify,
|
212
|
+
table.dataTable tfoot td.dt-head-justify {
|
213
|
+
text-align: justify;
|
214
|
+
}
|
215
|
+
table.dataTable thead th.dt-head-nowrap,
|
216
|
+
table.dataTable thead td.dt-head-nowrap,
|
217
|
+
table.dataTable tfoot th.dt-head-nowrap,
|
218
|
+
table.dataTable tfoot td.dt-head-nowrap {
|
219
|
+
white-space: nowrap;
|
220
|
+
}
|
221
|
+
table.dataTable tbody th.dt-body-left,
|
222
|
+
table.dataTable tbody td.dt-body-left {
|
223
|
+
text-align: left;
|
224
|
+
}
|
225
|
+
table.dataTable tbody th.dt-body-center,
|
226
|
+
table.dataTable tbody td.dt-body-center {
|
227
|
+
text-align: center;
|
228
|
+
}
|
229
|
+
table.dataTable tbody th.dt-body-right,
|
230
|
+
table.dataTable tbody td.dt-body-right {
|
231
|
+
text-align: right;
|
232
|
+
}
|
233
|
+
table.dataTable tbody th.dt-body-justify,
|
234
|
+
table.dataTable tbody td.dt-body-justify {
|
235
|
+
text-align: justify;
|
236
|
+
}
|
237
|
+
table.dataTable tbody th.dt-body-nowrap,
|
238
|
+
table.dataTable tbody td.dt-body-nowrap {
|
239
|
+
white-space: nowrap;
|
240
|
+
}
|
241
|
+
|
242
|
+
/*! Bootstrap 5 integration for DataTables
|
243
|
+
*
|
244
|
+
* ©2020 SpryMedia Ltd, all rights reserved.
|
245
|
+
* License: MIT datatables.net/license/mit
|
246
|
+
*/
|
247
|
+
table.dataTable {
|
248
|
+
clear: both;
|
249
|
+
margin-top: 6px !important;
|
250
|
+
margin-bottom: 6px !important;
|
251
|
+
max-width: none !important;
|
252
|
+
border-collapse: separate !important;
|
253
|
+
border-spacing: 0;
|
254
|
+
}
|
255
|
+
table.dataTable td,
|
256
|
+
table.dataTable th {
|
257
|
+
-webkit-box-sizing: content-box;
|
258
|
+
box-sizing: content-box;
|
259
|
+
}
|
260
|
+
table.dataTable td.dataTables_empty,
|
261
|
+
table.dataTable th.dataTables_empty {
|
262
|
+
text-align: center;
|
263
|
+
}
|
264
|
+
table.dataTable.nowrap th,
|
265
|
+
table.dataTable.nowrap td {
|
266
|
+
white-space: nowrap;
|
267
|
+
}
|
268
|
+
table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
|
269
|
+
box-shadow: none;
|
270
|
+
}
|
271
|
+
table.dataTable > tbody > tr {
|
272
|
+
background-color: transparent;
|
273
|
+
}
|
274
|
+
table.dataTable > tbody > tr.selected > * {
|
275
|
+
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
|
276
|
+
color: white;
|
277
|
+
}
|
278
|
+
table.dataTable > tbody > tr.selected a {
|
279
|
+
color: #090a0b;
|
280
|
+
}
|
281
|
+
table.dataTable.table-striped > tbody > tr.odd > * {
|
282
|
+
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.05);
|
283
|
+
}
|
284
|
+
table.dataTable.table-striped > tbody > tr.odd.selected > * {
|
285
|
+
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.95);
|
286
|
+
}
|
287
|
+
table.dataTable.table-hover > tbody > tr:hover > * {
|
288
|
+
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.075);
|
289
|
+
}
|
290
|
+
table.dataTable.table-hover > tbody > tr.selected:hover > * {
|
291
|
+
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.975);
|
292
|
+
}
|
293
|
+
|
294
|
+
div.dataTables_wrapper div.dataTables_length label {
|
295
|
+
font-weight: normal;
|
296
|
+
text-align: left;
|
297
|
+
white-space: nowrap;
|
298
|
+
}
|
299
|
+
div.dataTables_wrapper div.dataTables_length select {
|
300
|
+
width: auto;
|
301
|
+
display: inline-block;
|
302
|
+
}
|
303
|
+
div.dataTables_wrapper div.dataTables_filter {
|
304
|
+
text-align: right;
|
305
|
+
}
|
306
|
+
div.dataTables_wrapper div.dataTables_filter label {
|
307
|
+
font-weight: normal;
|
308
|
+
white-space: nowrap;
|
309
|
+
text-align: left;
|
310
|
+
}
|
311
|
+
div.dataTables_wrapper div.dataTables_filter input {
|
312
|
+
margin-left: 0.5em;
|
313
|
+
display: inline-block;
|
314
|
+
width: auto;
|
315
|
+
}
|
316
|
+
div.dataTables_wrapper div.dataTables_info {
|
317
|
+
padding-top: 0.85em;
|
318
|
+
}
|
319
|
+
div.dataTables_wrapper div.dataTables_paginate {
|
320
|
+
margin: 0;
|
321
|
+
white-space: nowrap;
|
322
|
+
text-align: right;
|
323
|
+
}
|
324
|
+
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
|
325
|
+
margin: 2px 0;
|
326
|
+
white-space: nowrap;
|
327
|
+
justify-content: flex-end;
|
328
|
+
}
|
329
|
+
div.dataTables_wrapper div.dt-row {
|
330
|
+
position: relative;
|
331
|
+
}
|
332
|
+
|
333
|
+
div.dataTables_scrollHead table.dataTable {
|
334
|
+
margin-bottom: 0 !important;
|
335
|
+
}
|
336
|
+
|
337
|
+
div.dataTables_scrollBody > table {
|
338
|
+
border-top: none;
|
339
|
+
margin-top: 0 !important;
|
340
|
+
margin-bottom: 0 !important;
|
341
|
+
}
|
342
|
+
div.dataTables_scrollBody > table > thead .sorting:before,
|
343
|
+
div.dataTables_scrollBody > table > thead .sorting_asc:before,
|
344
|
+
div.dataTables_scrollBody > table > thead .sorting_desc:before,
|
345
|
+
div.dataTables_scrollBody > table > thead .sorting:after,
|
346
|
+
div.dataTables_scrollBody > table > thead .sorting_asc:after,
|
347
|
+
div.dataTables_scrollBody > table > thead .sorting_desc:after {
|
348
|
+
display: none;
|
349
|
+
}
|
350
|
+
div.dataTables_scrollBody > table > tbody tr:first-child th,
|
351
|
+
div.dataTables_scrollBody > table > tbody tr:first-child td {
|
352
|
+
border-top: none;
|
353
|
+
}
|
354
|
+
|
355
|
+
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
|
356
|
+
box-sizing: content-box;
|
357
|
+
}
|
358
|
+
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
|
359
|
+
margin-top: 0 !important;
|
360
|
+
border-top: none;
|
361
|
+
}
|
362
|
+
|
363
|
+
@media screen and (max-width: 767px) {
|
364
|
+
div.dataTables_wrapper div.dataTables_length,
|
365
|
+
div.dataTables_wrapper div.dataTables_filter,
|
366
|
+
div.dataTables_wrapper div.dataTables_info,
|
367
|
+
div.dataTables_wrapper div.dataTables_paginate {
|
368
|
+
text-align: center;
|
369
|
+
}
|
370
|
+
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
|
371
|
+
justify-content: center !important;
|
372
|
+
}
|
373
|
+
}
|
374
|
+
table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
|
375
|
+
padding-right: 20px;
|
376
|
+
}
|
377
|
+
|
378
|
+
table.table-bordered.dataTable {
|
379
|
+
border-right-width: 0;
|
380
|
+
}
|
381
|
+
table.table-bordered.dataTable thead tr:first-child th,
|
382
|
+
table.table-bordered.dataTable thead tr:first-child td {
|
383
|
+
border-top-width: 1px;
|
384
|
+
}
|
385
|
+
table.table-bordered.dataTable th,
|
386
|
+
table.table-bordered.dataTable td {
|
387
|
+
border-left-width: 0;
|
388
|
+
}
|
389
|
+
table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable th:first-child,
|
390
|
+
table.table-bordered.dataTable td:first-child,
|
391
|
+
table.table-bordered.dataTable td:first-child {
|
392
|
+
border-left-width: 1px;
|
393
|
+
}
|
394
|
+
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
|
395
|
+
table.table-bordered.dataTable td:last-child,
|
396
|
+
table.table-bordered.dataTable td:last-child {
|
397
|
+
border-right-width: 1px;
|
398
|
+
}
|
399
|
+
table.table-bordered.dataTable th,
|
400
|
+
table.table-bordered.dataTable td {
|
401
|
+
border-bottom-width: 1px;
|
402
|
+
}
|
403
|
+
|
404
|
+
div.dataTables_scrollHead table.table-bordered {
|
405
|
+
border-bottom-width: 0;
|
406
|
+
}
|
407
|
+
|
408
|
+
div.table-responsive > div.dataTables_wrapper > div.row {
|
409
|
+
margin: 0;
|
410
|
+
}
|
411
|
+
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
|
412
|
+
padding-left: 0;
|
413
|
+
}
|
414
|
+
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
|
415
|
+
padding-right: 0;
|
416
|
+
}
|