asciidocsy-jekyll-theme 0.3.0.pre.dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE +201 -0
- data/_config.yml +66 -0
- data/_data/theme/alerts.yml +21 -0
- data/_data/theme/blocks.yml +33 -0
- data/_data/theme/forms.yml +72 -0
- data/_data/theme/navigation.yml +53 -0
- data/_data/theme/page-actions.yml +83 -0
- data/_data/theme/policies.yml +68 -0
- data/_data/theme/release-hx.yml +163 -0
- data/_data/theme/scripts.yml +43 -0
- data/_data/theme/semantics.yml +14 -0
- data/_data/theme/strings.yml +13 -0
- data/_data/theme/styles.yml +8 -0
- data/_docs/snippets/example_tabset-source.adoc +60 -0
- data/_docs/snippets/example_tabset-source_data.json +16 -0
- data/_docs/snippets/example_tabset-source_data.xml +17 -0
- data/_docs/snippets/example_tabset-source_data.yml +10 -0
- data/_docs/snippets/example_toggles.adoc +25 -0
- data/_docs/snippets/handlers-table.adoc +40 -0
- data/_docs/snippets/reference-cluster.adoc +1 -0
- data/_docs/topics/advanced-applications_c.adoc +50 -0
- data/_docs/topics/config-api_r.adoc +21 -0
- data/_docs/topics/config-release-hx.adoc +4 -0
- data/_docs/topics/config-search-algolia.adoc +77 -0
- data/_docs/topics/config-search.adoc +47 -0
- data/_docs/topics/config-semantics.adoc +45 -0
- data/_docs/topics/config-switcher_r.adoc +33 -0
- data/_docs/topics/config-tabber_r.adoc +49 -0
- data/_docs/topics/config-toggle_r.adoc +20 -0
- data/_docs/topics/config-versioning-amenders_r.adoc +76 -0
- data/_docs/topics/config-versioning-swaps_r.adoc +193 -0
- data/_docs/topics/config-versioning-tabsets_r.adoc +51 -0
- data/_docs/topics/config-versioning-toggles_r.adoc +42 -0
- data/_docs/topics/config-versioning.adoc +134 -0
- data/_docs/topics/config_r.adoc +131 -0
- data/_docs/topics/extend.adoc +70 -0
- data/_docs/topics/frontend-overview.adoc +62 -0
- data/_docs/topics/history-converse.adoc +18 -0
- data/_docs/topics/history-patches-merged.adoc +18 -0
- data/_docs/topics/history.adoc +23 -0
- data/_docs/topics/intro.adoc +6 -0
- data/_docs/topics/setup-bootstrap_t.adoc +71 -0
- data/_docs/topics/setup-environment_rg.adoc +65 -0
- data/_docs/topics/setup-quickstart_t.adoc +10 -0
- data/_docs/topics/setup.adoc +9 -0
- data/_docs/topics/syntax-highlighter-examples_r.adoc +172 -0
- data/_docs/topics/toolchain.adoc +79 -0
- data/_includes/_settings.liquid +2 -0
- data/_includes/_variables.sass +12 -0
- data/_includes/breadcrumbs.html +20 -0
- data/_includes/breadcrumbs_alt.html +6 -0
- data/_includes/config-api-objects.asciidoc +23 -0
- data/_includes/config-api-properties.asciidoc +29 -0
- data/_includes/config-api.asciidoc +29 -0
- data/_includes/feedback.html +59 -0
- data/_includes/footer-links_sup.html +5 -0
- data/_includes/footer.html +59 -0
- data/_includes/gdpr-message.html +41 -0
- data/_includes/google-analytics.html +11 -0
- data/_includes/head.html +74 -0
- data/_includes/header.html +22 -0
- data/_includes/hook.liquid +26 -0
- data/_includes/nav-site.html +30 -0
- data/_includes/nav-subject-menu.html +49 -0
- data/_includes/page-links.html +45 -0
- data/_includes/path-active.liquid +18 -0
- data/_includes/release-hx-change.asciidoc +7 -0
- data/_includes/release-hx-changes-listing.asciidoc +14 -0
- data/_includes/release-hx-note.asciidoc +54 -0
- data/_includes/release-hx-notes-listing.asciidoc +16 -0
- data/_includes/release-hx-revision.asciidoc +86 -0
- data/_includes/release-hx.asciidoc +57 -0
- data/_includes/scripts.html +8 -0
- data/_includes/search-form.html +113 -0
- data/_includes/see-also.html +17 -0
- data/_includes/social-links.html +10 -0
- data/_includes/string-eval.liquid +38 -0
- data/_includes/tail.html +7 -0
- data/_includes/theme-api-object-sub.asciidoc +4 -0
- data/_includes/theme-api-object.asciidoc +35 -0
- data/_includes/version-handler.html +245 -0
- data/_includes/versioning-controls.html +88 -0
- data/_layouts/default.html +94 -0
- data/_layouts/landing.html +28 -0
- data/_layouts/page.html +9 -0
- data/_layouts/post.html +8 -0
- data/_layouts/reference.html +6 -0
- data/_layouts/search.html +110 -0
- data/_layouts/topic.html +19 -0
- data/_sass/_asciidocsy.scss +698 -0
- data/_sass/_custom.scss +3 -0
- data/_sass/bootstrap/_alert.scss +51 -0
- data/_sass/bootstrap/_badge.scss +54 -0
- data/_sass/bootstrap/_breadcrumb.scss +41 -0
- data/_sass/bootstrap/_button-group.scss +163 -0
- data/_sass/bootstrap/_buttons.scss +137 -0
- data/_sass/bootstrap/_card.scss +289 -0
- data/_sass/bootstrap/_carousel.scss +197 -0
- data/_sass/bootstrap/_close.scss +41 -0
- data/_sass/bootstrap/_code.scss +48 -0
- data/_sass/bootstrap/_custom-forms.scss +507 -0
- data/_sass/bootstrap/_dropdown.scss +191 -0
- data/_sass/bootstrap/_forms.scss +330 -0
- data/_sass/bootstrap/_functions.scss +86 -0
- data/_sass/bootstrap/_grid.scss +52 -0
- data/_sass/bootstrap/_images.scss +42 -0
- data/_sass/bootstrap/_input-group.scss +193 -0
- data/_sass/bootstrap/_jumbotron.scss +17 -0
- data/_sass/bootstrap/_list-group.scss +149 -0
- data/_sass/bootstrap/_media.scss +8 -0
- data/_sass/bootstrap/_mixins.scss +47 -0
- data/_sass/bootstrap/_modal.scss +229 -0
- data/_sass/bootstrap/_nav.scss +120 -0
- data/_sass/bootstrap/_navbar.scss +294 -0
- data/_sass/bootstrap/_pagination.scss +73 -0
- data/_sass/bootstrap/_popover.scss +171 -0
- data/_sass/bootstrap/_print.scss +141 -0
- data/_sass/bootstrap/_progress.scss +43 -0
- data/_sass/bootstrap/_reboot.scss +483 -0
- data/_sass/bootstrap/_root.scss +19 -0
- data/_sass/bootstrap/_spinners.scss +55 -0
- data/_sass/bootstrap/_tables.scss +185 -0
- data/_sass/bootstrap/_toasts.scss +44 -0
- data/_sass/bootstrap/_tooltip.scss +115 -0
- data/_sass/bootstrap/_transitions.scss +20 -0
- data/_sass/bootstrap/_type.scss +125 -0
- data/_sass/bootstrap/_utilities.scss +17 -0
- data/_sass/bootstrap/_variables.scss +1123 -0
- data/_sass/bootstrap/bootstrap-grid.scss +29 -0
- data/_sass/bootstrap/bootstrap-reboot.scss +12 -0
- data/_sass/bootstrap/bootstrap.scss +44 -0
- data/_sass/bootstrap/mixins/_alert.scss +13 -0
- data/_sass/bootstrap/mixins/_background-variant.scss +21 -0
- data/_sass/bootstrap/mixins/_badge.scss +17 -0
- data/_sass/bootstrap/mixins/_border-radius.scss +63 -0
- data/_sass/bootstrap/mixins/_box-shadow.scss +20 -0
- data/_sass/bootstrap/mixins/_breakpoints.scss +123 -0
- data/_sass/bootstrap/mixins/_buttons.scss +107 -0
- data/_sass/bootstrap/mixins/_caret.scss +62 -0
- data/_sass/bootstrap/mixins/_clearfix.scss +7 -0
- data/_sass/bootstrap/mixins/_deprecate.scss +10 -0
- data/_sass/bootstrap/mixins/_float.scss +14 -0
- data/_sass/bootstrap/mixins/_forms.scss +192 -0
- data/_sass/bootstrap/mixins/_gradients.scss +45 -0
- data/_sass/bootstrap/mixins/_grid-framework.scss +66 -0
- data/_sass/bootstrap/mixins/_grid.scss +51 -0
- data/_sass/bootstrap/mixins/_hover.scss +37 -0
- data/_sass/bootstrap/mixins/_image.scss +36 -0
- data/_sass/bootstrap/mixins/_list-group.scss +21 -0
- data/_sass/bootstrap/mixins/_lists.scss +7 -0
- data/_sass/bootstrap/mixins/_nav-divider.scss +10 -0
- data/_sass/bootstrap/mixins/_pagination.scss +22 -0
- data/_sass/bootstrap/mixins/_reset-text.scss +17 -0
- data/_sass/bootstrap/mixins/_resize.scss +6 -0
- data/_sass/bootstrap/mixins/_screen-reader.scss +33 -0
- data/_sass/bootstrap/mixins/_size.scss +7 -0
- data/_sass/bootstrap/mixins/_table-row.scss +39 -0
- data/_sass/bootstrap/mixins/_text-emphasis.scss +16 -0
- data/_sass/bootstrap/mixins/_text-hide.scss +11 -0
- data/_sass/bootstrap/mixins/_text-truncate.scss +8 -0
- data/_sass/bootstrap/mixins/_transition.scss +16 -0
- data/_sass/bootstrap/mixins/_visibility.scss +8 -0
- data/_sass/bootstrap/utilities/_align.scss +8 -0
- data/_sass/bootstrap/utilities/_background.scss +19 -0
- data/_sass/bootstrap/utilities/_borders.scss +75 -0
- data/_sass/bootstrap/utilities/_clearfix.scss +3 -0
- data/_sass/bootstrap/utilities/_display.scss +26 -0
- data/_sass/bootstrap/utilities/_embed.scss +39 -0
- data/_sass/bootstrap/utilities/_flex.scss +51 -0
- data/_sass/bootstrap/utilities/_float.scss +11 -0
- data/_sass/bootstrap/utilities/_overflow.scss +5 -0
- data/_sass/bootstrap/utilities/_position.scss +32 -0
- data/_sass/bootstrap/utilities/_screenreaders.scss +11 -0
- data/_sass/bootstrap/utilities/_shadows.scss +6 -0
- data/_sass/bootstrap/utilities/_sizing.scss +20 -0
- data/_sass/bootstrap/utilities/_spacing.scss +73 -0
- data/_sass/bootstrap/utilities/_stretched-link.scss +19 -0
- data/_sass/bootstrap/utilities/_text.scss +72 -0
- data/_sass/bootstrap/utilities/_visibility.scss +13 -0
- data/assets/css/asciidocsy.bak.css +722 -0
- data/assets/css/asciidocsy.scss +9 -0
- data/assets/css/asciidoctor.css +776 -0
- data/assets/css/bootstrap-4.3.bak.css +13780 -0
- data/assets/css/bootstrap-toc.css +60 -0
- data/assets/css/bootstrap.scss +4 -0
- data/assets/css/custom.css +2 -0
- data/assets/css/font-awesome.css +2337 -0
- data/assets/css/font-awesome.min.css +4 -0
- data/assets/css/jquery.navgoco.css +69 -0
- data/assets/css/palette.css +217 -0
- data/assets/css/skins/colony.css +734 -0
- data/assets/css/skins/foundation-lime.css +727 -0
- data/assets/css/skins/foundation-potion.css +727 -0
- data/assets/css/skins/foundation.css +720 -0
- data/assets/css/skins/github.css +741 -0
- data/assets/css/skins/golo.css +738 -0
- data/assets/css/skins/iconic.css +762 -0
- data/assets/css/skins/maker.css +738 -0
- data/assets/css/skins/readthedocs.css +739 -0
- data/assets/css/skins/riak.css +759 -0
- data/assets/css/skins/rocket-panda.css +734 -0
- data/assets/css/skins/rubygems.css +722 -0
- data/assets/css/syntax/hljs/a11y-dark.css +99 -0
- data/assets/css/syntax/hljs/a11y-light.css +99 -0
- data/assets/css/syntax/hljs/agate.css +108 -0
- data/assets/css/syntax/hljs/an-old-hope.css +89 -0
- data/assets/css/syntax/hljs/androidstudio.css +66 -0
- data/assets/css/syntax/hljs/arduino-light.css +87 -0
- data/assets/css/syntax/hljs/arta.css +73 -0
- data/assets/css/syntax/hljs/ascetic.css +45 -0
- data/assets/css/syntax/hljs/atelier-cave-dark.css +83 -0
- data/assets/css/syntax/hljs/atelier-cave-light.css +85 -0
- data/assets/css/syntax/hljs/atelier-dune-dark.css +69 -0
- data/assets/css/syntax/hljs/atelier-dune-light.css +69 -0
- data/assets/css/syntax/hljs/atelier-estuary-dark.css +84 -0
- data/assets/css/syntax/hljs/atelier-estuary-light.css +84 -0
- data/assets/css/syntax/hljs/atelier-forest-dark.css +69 -0
- data/assets/css/syntax/hljs/atelier-forest-light.css +69 -0
- data/assets/css/syntax/hljs/atelier-heath-dark.css +69 -0
- data/assets/css/syntax/hljs/atelier-heath-light.css +69 -0
- data/assets/css/syntax/hljs/atelier-lakeside-dark.css +69 -0
- data/assets/css/syntax/hljs/atelier-lakeside-light.css +69 -0
- data/assets/css/syntax/hljs/atelier-plateau-dark.css +84 -0
- data/assets/css/syntax/hljs/atelier-plateau-light.css +84 -0
- data/assets/css/syntax/hljs/atelier-savanna-dark.css +84 -0
- data/assets/css/syntax/hljs/atelier-savanna-light.css +84 -0
- data/assets/css/syntax/hljs/atelier-seaside-dark.css +69 -0
- data/assets/css/syntax/hljs/atelier-seaside-light.css +69 -0
- data/assets/css/syntax/hljs/atelier-sulphurpool-dark.css +69 -0
- data/assets/css/syntax/hljs/atelier-sulphurpool-light.css +69 -0
- data/assets/css/syntax/hljs/atom-one-dark-reasonable.css +75 -0
- data/assets/css/syntax/hljs/atom-one-dark.css +96 -0
- data/assets/css/syntax/hljs/atom-one-light.css +96 -0
- data/assets/css/syntax/hljs/brown-paper.css +64 -0
- data/assets/css/syntax/hljs/brown-papersq.png +0 -0
- data/assets/css/syntax/hljs/codepen-embed.css +60 -0
- data/assets/css/syntax/hljs/color-brewer.css +71 -0
- data/assets/css/syntax/hljs/darcula.css +74 -0
- data/assets/css/syntax/hljs/dark.css +63 -0
- data/assets/css/syntax/hljs/default.css +99 -0
- data/assets/css/syntax/hljs/docco.css +97 -0
- data/assets/css/syntax/hljs/dracula.css +76 -0
- data/assets/css/syntax/hljs/far.css +71 -0
- data/assets/css/syntax/hljs/foundation.css +89 -0
- data/assets/css/syntax/hljs/github-gist.css +79 -0
- data/assets/css/syntax/hljs/github.css +99 -0
- data/assets/css/syntax/hljs/gml.css +78 -0
- data/assets/css/syntax/hljs/googlecode.css +89 -0
- data/assets/css/syntax/hljs/gradient-dark.css +122 -0
- data/assets/css/syntax/hljs/gradient-light.css +130 -0
- data/assets/css/syntax/hljs/grayscale.css +101 -0
- data/assets/css/syntax/hljs/gruvbox-dark.css +108 -0
- data/assets/css/syntax/hljs/gruvbox-light.css +108 -0
- data/assets/css/syntax/hljs/hopscotch.css +84 -0
- data/assets/css/syntax/hljs/hybrid.css +102 -0
- data/assets/css/syntax/hljs/idea.css +97 -0
- data/assets/css/syntax/hljs/ir-black.css +73 -0
- data/assets/css/syntax/hljs/isbl-editor-dark.css +112 -0
- data/assets/css/syntax/hljs/isbl-editor-light.css +111 -0
- data/assets/css/syntax/hljs/kimbie.dark.css +74 -0
- data/assets/css/syntax/hljs/kimbie.light.css +74 -0
- data/assets/css/syntax/hljs/lightfair.css +88 -0
- data/assets/css/syntax/hljs/lioshi.css +88 -0
- data/assets/css/syntax/hljs/magula.css +70 -0
- data/assets/css/syntax/hljs/mono-blue.css +56 -0
- data/assets/css/syntax/hljs/monokai-sublime.css +83 -0
- data/assets/css/syntax/hljs/monokai.css +71 -0
- data/assets/css/syntax/hljs/night-owl.css +182 -0
- data/assets/css/syntax/hljs/nnfx-dark.css +106 -0
- data/assets/css/syntax/hljs/nnfx.css +106 -0
- data/assets/css/syntax/hljs/nord.css +309 -0
- data/assets/css/syntax/hljs/obsidian.css +88 -0
- data/assets/css/syntax/hljs/ocean.css +74 -0
- data/assets/css/syntax/hljs/paraiso-dark.css +72 -0
- data/assets/css/syntax/hljs/paraiso-light.css +72 -0
- data/assets/css/syntax/hljs/pojoaque.css +83 -0
- data/assets/css/syntax/hljs/pojoaque.jpg +0 -0
- data/assets/css/syntax/hljs/purebasic.css +96 -0
- data/assets/css/syntax/hljs/qtcreator_dark.css +83 -0
- data/assets/css/syntax/hljs/qtcreator_light.css +83 -0
- data/assets/css/syntax/hljs/railscasts.css +106 -0
- data/assets/css/syntax/hljs/rainbow.css +85 -0
- data/assets/css/syntax/hljs/routeros.css +108 -0
- data/assets/css/syntax/hljs/school-book.css +69 -0
- data/assets/css/syntax/hljs/school-book.png +0 -0
- data/assets/css/syntax/hljs/shades-of-purple.css +96 -0
- data/assets/css/syntax/hljs/solarized-dark.css +84 -0
- data/assets/css/syntax/hljs/solarized-light.css +84 -0
- data/assets/css/syntax/hljs/srcery.css +78 -0
- data/assets/css/syntax/hljs/stackoverflow-dark.css +78 -0
- data/assets/css/syntax/hljs/stackoverflow-light.css +78 -0
- data/assets/css/syntax/hljs/sunburst.css +102 -0
- data/assets/css/syntax/hljs/tomorrow-night-blue.css +75 -0
- data/assets/css/syntax/hljs/tomorrow-night-bright.css +74 -0
- data/assets/css/syntax/hljs/tomorrow-night-eighties.css +74 -0
- data/assets/css/syntax/hljs/tomorrow-night.css +75 -0
- data/assets/css/syntax/hljs/tomorrow.css +72 -0
- data/assets/css/syntax/hljs/vs.css +68 -0
- data/assets/css/syntax/hljs/vs2015.css +115 -0
- data/assets/css/syntax/hljs/xcode.css +104 -0
- data/assets/css/syntax/hljs/xt256.css +92 -0
- data/assets/css/syntax/hljs/zenburn.css +80 -0
- data/assets/fonts/FontAwesome.otf +0 -0
- data/assets/fonts/fontawesome-webfont.eot +0 -0
- data/assets/fonts/fontawesome-webfont.svg +2671 -0
- data/assets/fonts/fontawesome-webfont.ttf +0 -0
- data/assets/fonts/fontawesome-webfont.woff +0 -0
- data/assets/fonts/fontawesome-webfont.woff2 +0 -0
- data/assets/images/asciidocsy-nav-model.png +0 -0
- data/assets/images/asciidocsy-screenshot.png +0 -0
- data/assets/images/docops-labs-logo.png +0 -0
- data/assets/images/favicons/favicon-16x16.png +0 -0
- data/assets/images/favicons/favicon-32x32.png +0 -0
- data/assets/images/favicons/favicon.ico +0 -0
- data/assets/images/github-repo-download_screenshot.png +0 -0
- data/assets/images/logo-full.png +0 -0
- data/assets/images/logo.png +0 -0
- data/assets/images/logo.svg +87 -0
- data/assets/images/search-by-algolia-light-background.svg +1 -0
- data/assets/images/thumb-topic-data-source-edit.png +0 -0
- data/assets/js/anchor.min.js +9 -0
- data/assets/js/asciidoctor.min.js +1472 -0
- data/assets/js/bootstrap-toc.js +180 -0
- data/assets/js/bootstrap.min.js +7 -0
- data/assets/js/highlight.pack.js +870 -0
- data/assets/js/jquery-3.3.1.js +10364 -0
- data/assets/js/jquery-3.3.1.min.js +2 -0
- data/assets/js/jquery.cookie.js +114 -0
- data/assets/js/jquery.navgoco.js +314 -0
- data/assets/js/semantics.js +58 -0
- data/assets/js/tabber.js +111 -0
- data/assets/js/tail.js +37 -0
- data/assets/js/toggler.js +50 -0
- data/lib/asciidocsy/data/dependencies.yml +142 -0
- data/lib/asciidocsy/data/releases.yml +197 -0
- data/lib/asciidocsy/templates/notice-file.txt +16 -0
- data/lib/asciidocsy/version.rb +13 -0
- data/lib/asciidocsy.rb +1 -0
- metadata +423 -0
|
@@ -0,0 +1,294 @@
|
|
|
1
|
+
// Contents
|
|
2
|
+
//
|
|
3
|
+
// Navbar
|
|
4
|
+
// Navbar brand
|
|
5
|
+
// Navbar nav
|
|
6
|
+
// Navbar text
|
|
7
|
+
// Navbar divider
|
|
8
|
+
// Responsive navbar
|
|
9
|
+
// Navbar position
|
|
10
|
+
// Navbar themes
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
// Navbar
|
|
14
|
+
//
|
|
15
|
+
// Provide a static navbar from which we expand to create full-width, fixed, and
|
|
16
|
+
// other navbar variations.
|
|
17
|
+
|
|
18
|
+
.navbar {
|
|
19
|
+
position: relative;
|
|
20
|
+
display: flex;
|
|
21
|
+
flex-wrap: wrap; // allow us to do the line break for collapsing content
|
|
22
|
+
align-items: center;
|
|
23
|
+
justify-content: space-between; // space out brand from logo
|
|
24
|
+
padding: $navbar-padding-y $navbar-padding-x;
|
|
25
|
+
|
|
26
|
+
// Because flex properties aren't inherited, we need to redeclare these first
|
|
27
|
+
// few properties so that content nested within behave properly.
|
|
28
|
+
> .container,
|
|
29
|
+
> .container-fluid {
|
|
30
|
+
display: flex;
|
|
31
|
+
flex-wrap: wrap;
|
|
32
|
+
align-items: center;
|
|
33
|
+
justify-content: space-between;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
// Navbar brand
|
|
39
|
+
//
|
|
40
|
+
// Used for brand, project, or site names.
|
|
41
|
+
|
|
42
|
+
.navbar-brand {
|
|
43
|
+
display: inline-block;
|
|
44
|
+
padding-top: $navbar-brand-padding-y;
|
|
45
|
+
padding-bottom: $navbar-brand-padding-y;
|
|
46
|
+
margin-right: $navbar-padding-x;
|
|
47
|
+
@include font-size($navbar-brand-font-size);
|
|
48
|
+
line-height: inherit;
|
|
49
|
+
white-space: nowrap;
|
|
50
|
+
|
|
51
|
+
@include hover-focus {
|
|
52
|
+
text-decoration: none;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
// Navbar nav
|
|
58
|
+
//
|
|
59
|
+
// Custom navbar navigation (doesn't require `.nav`, but does make use of `.nav-link`).
|
|
60
|
+
|
|
61
|
+
.navbar-nav {
|
|
62
|
+
display: flex;
|
|
63
|
+
flex-direction: column; // cannot use `inherit` to get the `.navbar`s value
|
|
64
|
+
padding-left: 0;
|
|
65
|
+
margin-bottom: 0;
|
|
66
|
+
list-style: none;
|
|
67
|
+
|
|
68
|
+
.nav-link {
|
|
69
|
+
padding-right: 0;
|
|
70
|
+
padding-left: 0;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.dropdown-menu {
|
|
74
|
+
position: static;
|
|
75
|
+
float: none;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
// Navbar text
|
|
81
|
+
//
|
|
82
|
+
//
|
|
83
|
+
|
|
84
|
+
.navbar-text {
|
|
85
|
+
display: inline-block;
|
|
86
|
+
padding-top: $nav-link-padding-y;
|
|
87
|
+
padding-bottom: $nav-link-padding-y;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
// Responsive navbar
|
|
92
|
+
//
|
|
93
|
+
// Custom styles for responsive collapsing and toggling of navbar contents.
|
|
94
|
+
// Powered by the collapse Bootstrap JavaScript plugin.
|
|
95
|
+
|
|
96
|
+
// When collapsed, prevent the toggleable navbar contents from appearing in
|
|
97
|
+
// the default flexbox row orientation. Requires the use of `flex-wrap: wrap`
|
|
98
|
+
// on the `.navbar` parent.
|
|
99
|
+
.navbar-collapse {
|
|
100
|
+
flex-basis: 100%;
|
|
101
|
+
flex-grow: 1;
|
|
102
|
+
// For always expanded or extra full navbars, ensure content aligns itself
|
|
103
|
+
// properly vertically. Can be easily overridden with flex utilities.
|
|
104
|
+
align-items: center;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
// Button for toggling the navbar when in its collapsed state
|
|
108
|
+
.navbar-toggler {
|
|
109
|
+
padding: $navbar-toggler-padding-y $navbar-toggler-padding-x;
|
|
110
|
+
@include font-size($navbar-toggler-font-size);
|
|
111
|
+
line-height: 1;
|
|
112
|
+
background-color: transparent; // remove default button style
|
|
113
|
+
border: $border-width solid transparent; // remove default button style
|
|
114
|
+
@include border-radius($navbar-toggler-border-radius);
|
|
115
|
+
|
|
116
|
+
@include hover-focus {
|
|
117
|
+
text-decoration: none;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
// Keep as a separate element so folks can easily override it with another icon
|
|
122
|
+
// or image file as needed.
|
|
123
|
+
.navbar-toggler-icon {
|
|
124
|
+
display: inline-block;
|
|
125
|
+
width: 1.5em;
|
|
126
|
+
height: 1.5em;
|
|
127
|
+
vertical-align: middle;
|
|
128
|
+
content: "";
|
|
129
|
+
background: no-repeat center center;
|
|
130
|
+
background-size: 100% 100%;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
// Generate series of `.navbar-expand-*` responsive classes for configuring
|
|
134
|
+
// where your navbar collapses.
|
|
135
|
+
.navbar-expand {
|
|
136
|
+
@each $breakpoint in map-keys($grid-breakpoints) {
|
|
137
|
+
$next: breakpoint-next($breakpoint, $grid-breakpoints);
|
|
138
|
+
$infix: breakpoint-infix($next, $grid-breakpoints);
|
|
139
|
+
|
|
140
|
+
&#{$infix} {
|
|
141
|
+
@include media-breakpoint-down($breakpoint) {
|
|
142
|
+
> .container,
|
|
143
|
+
> .container-fluid {
|
|
144
|
+
padding-right: 0;
|
|
145
|
+
padding-left: 0;
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
@include media-breakpoint-up($next) {
|
|
150
|
+
flex-flow: row nowrap;
|
|
151
|
+
justify-content: flex-start;
|
|
152
|
+
|
|
153
|
+
.navbar-nav {
|
|
154
|
+
flex-direction: row;
|
|
155
|
+
|
|
156
|
+
.dropdown-menu {
|
|
157
|
+
position: absolute;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.nav-link {
|
|
161
|
+
padding-right: $navbar-nav-link-padding-x;
|
|
162
|
+
padding-left: $navbar-nav-link-padding-x;
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
// For nesting containers, have to redeclare for alignment purposes
|
|
167
|
+
> .container,
|
|
168
|
+
> .container-fluid {
|
|
169
|
+
flex-wrap: nowrap;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.navbar-collapse {
|
|
173
|
+
display: flex !important; // stylelint-disable-line declaration-no-important
|
|
174
|
+
|
|
175
|
+
// Changes flex-bases to auto because of an IE10 bug
|
|
176
|
+
flex-basis: auto;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.navbar-toggler {
|
|
180
|
+
display: none;
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
// Navbar themes
|
|
189
|
+
//
|
|
190
|
+
// Styles for switching between navbars with light or dark background.
|
|
191
|
+
|
|
192
|
+
// Dark links against a light background
|
|
193
|
+
.navbar-light {
|
|
194
|
+
.navbar-brand {
|
|
195
|
+
color: $navbar-light-brand-color;
|
|
196
|
+
|
|
197
|
+
@include hover-focus {
|
|
198
|
+
color: $navbar-light-brand-hover-color;
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.navbar-nav {
|
|
203
|
+
.nav-link {
|
|
204
|
+
color: $navbar-light-color;
|
|
205
|
+
|
|
206
|
+
@include hover-focus {
|
|
207
|
+
color: $navbar-light-hover-color;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
&.disabled {
|
|
211
|
+
color: $navbar-light-disabled-color;
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.show > .nav-link,
|
|
216
|
+
.active > .nav-link,
|
|
217
|
+
.nav-link.show,
|
|
218
|
+
.nav-link.active {
|
|
219
|
+
color: $navbar-light-active-color;
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.navbar-toggler {
|
|
224
|
+
color: $navbar-light-color;
|
|
225
|
+
border-color: $navbar-light-toggler-border-color;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
.navbar-toggler-icon {
|
|
229
|
+
background-image: $navbar-light-toggler-icon-bg;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.navbar-text {
|
|
233
|
+
color: $navbar-light-color;
|
|
234
|
+
a {
|
|
235
|
+
color: $navbar-light-active-color;
|
|
236
|
+
|
|
237
|
+
@include hover-focus {
|
|
238
|
+
color: $navbar-light-active-color;
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
// White links against a dark background
|
|
245
|
+
.navbar-dark {
|
|
246
|
+
.navbar-brand {
|
|
247
|
+
color: $navbar-dark-brand-color;
|
|
248
|
+
|
|
249
|
+
@include hover-focus {
|
|
250
|
+
color: $navbar-dark-brand-hover-color;
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.navbar-nav {
|
|
255
|
+
.nav-link {
|
|
256
|
+
color: $navbar-dark-color;
|
|
257
|
+
|
|
258
|
+
@include hover-focus {
|
|
259
|
+
color: $navbar-dark-hover-color;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
&.disabled {
|
|
263
|
+
color: $navbar-dark-disabled-color;
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.show > .nav-link,
|
|
268
|
+
.active > .nav-link,
|
|
269
|
+
.nav-link.show,
|
|
270
|
+
.nav-link.active {
|
|
271
|
+
color: $navbar-dark-active-color;
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.navbar-toggler {
|
|
276
|
+
color: $navbar-dark-color;
|
|
277
|
+
border-color: $navbar-dark-toggler-border-color;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
.navbar-toggler-icon {
|
|
281
|
+
background-image: $navbar-dark-toggler-icon-bg;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.navbar-text {
|
|
285
|
+
color: $navbar-dark-color;
|
|
286
|
+
a {
|
|
287
|
+
color: $navbar-dark-active-color;
|
|
288
|
+
|
|
289
|
+
@include hover-focus {
|
|
290
|
+
color: $navbar-dark-active-color;
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
.pagination {
|
|
2
|
+
display: flex;
|
|
3
|
+
@include list-unstyled();
|
|
4
|
+
@include border-radius();
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.page-link {
|
|
8
|
+
position: relative;
|
|
9
|
+
display: block;
|
|
10
|
+
padding: $pagination-padding-y $pagination-padding-x;
|
|
11
|
+
margin-left: -$pagination-border-width;
|
|
12
|
+
line-height: $pagination-line-height;
|
|
13
|
+
color: $pagination-color;
|
|
14
|
+
background-color: $pagination-bg;
|
|
15
|
+
border: $pagination-border-width solid $pagination-border-color;
|
|
16
|
+
|
|
17
|
+
&:hover {
|
|
18
|
+
z-index: 2;
|
|
19
|
+
color: $pagination-hover-color;
|
|
20
|
+
text-decoration: none;
|
|
21
|
+
background-color: $pagination-hover-bg;
|
|
22
|
+
border-color: $pagination-hover-border-color;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
&:focus {
|
|
26
|
+
z-index: 2;
|
|
27
|
+
outline: $pagination-focus-outline;
|
|
28
|
+
box-shadow: $pagination-focus-box-shadow;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.page-item {
|
|
33
|
+
&:first-child {
|
|
34
|
+
.page-link {
|
|
35
|
+
margin-left: 0;
|
|
36
|
+
@include border-left-radius($border-radius);
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
&:last-child {
|
|
40
|
+
.page-link {
|
|
41
|
+
@include border-right-radius($border-radius);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
&.active .page-link {
|
|
46
|
+
z-index: 1;
|
|
47
|
+
color: $pagination-active-color;
|
|
48
|
+
background-color: $pagination-active-bg;
|
|
49
|
+
border-color: $pagination-active-border-color;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
&.disabled .page-link {
|
|
53
|
+
color: $pagination-disabled-color;
|
|
54
|
+
pointer-events: none;
|
|
55
|
+
// Opinionated: remove the "hand" cursor set previously for .page-link
|
|
56
|
+
cursor: auto;
|
|
57
|
+
background-color: $pagination-disabled-bg;
|
|
58
|
+
border-color: $pagination-disabled-border-color;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
//
|
|
64
|
+
// Sizing
|
|
65
|
+
//
|
|
66
|
+
|
|
67
|
+
.pagination-lg {
|
|
68
|
+
@include pagination-size($pagination-padding-y-lg, $pagination-padding-x-lg, $font-size-lg, $line-height-lg, $border-radius-lg);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.pagination-sm {
|
|
72
|
+
@include pagination-size($pagination-padding-y-sm, $pagination-padding-x-sm, $font-size-sm, $line-height-sm, $border-radius-sm);
|
|
73
|
+
}
|
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
.popover {
|
|
2
|
+
position: absolute;
|
|
3
|
+
top: 0;
|
|
4
|
+
left: 0;
|
|
5
|
+
z-index: $zindex-popover;
|
|
6
|
+
display: block;
|
|
7
|
+
max-width: $popover-max-width;
|
|
8
|
+
// Our parent element can be arbitrary since tooltips are by default inserted as a sibling of their target element.
|
|
9
|
+
// So reset our font and text properties to avoid inheriting weird values.
|
|
10
|
+
@include reset-text();
|
|
11
|
+
@include font-size($popover-font-size);
|
|
12
|
+
// Allow breaking very long words so they don't overflow the popover's bounds
|
|
13
|
+
word-wrap: break-word;
|
|
14
|
+
background-color: $popover-bg;
|
|
15
|
+
background-clip: padding-box;
|
|
16
|
+
border: $popover-border-width solid $popover-border-color;
|
|
17
|
+
@include border-radius($popover-border-radius);
|
|
18
|
+
@include box-shadow($popover-box-shadow);
|
|
19
|
+
|
|
20
|
+
.arrow {
|
|
21
|
+
position: absolute;
|
|
22
|
+
display: block;
|
|
23
|
+
width: $popover-arrow-width;
|
|
24
|
+
height: $popover-arrow-height;
|
|
25
|
+
margin: 0 $border-radius-lg;
|
|
26
|
+
|
|
27
|
+
&::before,
|
|
28
|
+
&::after {
|
|
29
|
+
position: absolute;
|
|
30
|
+
display: block;
|
|
31
|
+
content: "";
|
|
32
|
+
border-color: transparent;
|
|
33
|
+
border-style: solid;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.bs-popover-top {
|
|
39
|
+
margin-bottom: $popover-arrow-height;
|
|
40
|
+
|
|
41
|
+
> .arrow {
|
|
42
|
+
bottom: calc((#{$popover-arrow-height} + #{$popover-border-width}) * -1);
|
|
43
|
+
|
|
44
|
+
&::before {
|
|
45
|
+
bottom: 0;
|
|
46
|
+
border-width: $popover-arrow-height ($popover-arrow-width / 2) 0;
|
|
47
|
+
border-top-color: $popover-arrow-outer-color;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
&::after {
|
|
51
|
+
bottom: $popover-border-width;
|
|
52
|
+
border-width: $popover-arrow-height ($popover-arrow-width / 2) 0;
|
|
53
|
+
border-top-color: $popover-arrow-color;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.bs-popover-right {
|
|
59
|
+
margin-left: $popover-arrow-height;
|
|
60
|
+
|
|
61
|
+
> .arrow {
|
|
62
|
+
left: calc((#{$popover-arrow-height} + #{$popover-border-width}) * -1);
|
|
63
|
+
width: $popover-arrow-height;
|
|
64
|
+
height: $popover-arrow-width;
|
|
65
|
+
margin: $border-radius-lg 0; // make sure the arrow does not touch the popover's rounded corners
|
|
66
|
+
|
|
67
|
+
&::before {
|
|
68
|
+
left: 0;
|
|
69
|
+
border-width: ($popover-arrow-width / 2) $popover-arrow-height ($popover-arrow-width / 2) 0;
|
|
70
|
+
border-right-color: $popover-arrow-outer-color;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
&::after {
|
|
74
|
+
left: $popover-border-width;
|
|
75
|
+
border-width: ($popover-arrow-width / 2) $popover-arrow-height ($popover-arrow-width / 2) 0;
|
|
76
|
+
border-right-color: $popover-arrow-color;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.bs-popover-bottom {
|
|
82
|
+
margin-top: $popover-arrow-height;
|
|
83
|
+
|
|
84
|
+
> .arrow {
|
|
85
|
+
top: calc((#{$popover-arrow-height} + #{$popover-border-width}) * -1);
|
|
86
|
+
|
|
87
|
+
&::before {
|
|
88
|
+
top: 0;
|
|
89
|
+
border-width: 0 ($popover-arrow-width / 2) $popover-arrow-height ($popover-arrow-width / 2);
|
|
90
|
+
border-bottom-color: $popover-arrow-outer-color;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
&::after {
|
|
94
|
+
top: $popover-border-width;
|
|
95
|
+
border-width: 0 ($popover-arrow-width / 2) $popover-arrow-height ($popover-arrow-width / 2);
|
|
96
|
+
border-bottom-color: $popover-arrow-color;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
// This will remove the popover-header's border just below the arrow
|
|
101
|
+
.popover-header::before {
|
|
102
|
+
position: absolute;
|
|
103
|
+
top: 0;
|
|
104
|
+
left: 50%;
|
|
105
|
+
display: block;
|
|
106
|
+
width: $popover-arrow-width;
|
|
107
|
+
margin-left: -$popover-arrow-width / 2;
|
|
108
|
+
content: "";
|
|
109
|
+
border-bottom: $popover-border-width solid $popover-header-bg;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.bs-popover-left {
|
|
114
|
+
margin-right: $popover-arrow-height;
|
|
115
|
+
|
|
116
|
+
> .arrow {
|
|
117
|
+
right: calc((#{$popover-arrow-height} + #{$popover-border-width}) * -1);
|
|
118
|
+
width: $popover-arrow-height;
|
|
119
|
+
height: $popover-arrow-width;
|
|
120
|
+
margin: $border-radius-lg 0; // make sure the arrow does not touch the popover's rounded corners
|
|
121
|
+
|
|
122
|
+
&::before {
|
|
123
|
+
right: 0;
|
|
124
|
+
border-width: ($popover-arrow-width / 2) 0 ($popover-arrow-width / 2) $popover-arrow-height;
|
|
125
|
+
border-left-color: $popover-arrow-outer-color;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
&::after {
|
|
129
|
+
right: $popover-border-width;
|
|
130
|
+
border-width: ($popover-arrow-width / 2) 0 ($popover-arrow-width / 2) $popover-arrow-height;
|
|
131
|
+
border-left-color: $popover-arrow-color;
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.bs-popover-auto {
|
|
137
|
+
&[x-placement^="top"] {
|
|
138
|
+
@extend .bs-popover-top;
|
|
139
|
+
}
|
|
140
|
+
&[x-placement^="right"] {
|
|
141
|
+
@extend .bs-popover-right;
|
|
142
|
+
}
|
|
143
|
+
&[x-placement^="bottom"] {
|
|
144
|
+
@extend .bs-popover-bottom;
|
|
145
|
+
}
|
|
146
|
+
&[x-placement^="left"] {
|
|
147
|
+
@extend .bs-popover-left;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
// Offset the popover to account for the popover arrow
|
|
153
|
+
.popover-header {
|
|
154
|
+
padding: $popover-header-padding-y $popover-header-padding-x;
|
|
155
|
+
margin-bottom: 0; // Reset the default from Reboot
|
|
156
|
+
@include font-size($font-size-base);
|
|
157
|
+
color: $popover-header-color;
|
|
158
|
+
background-color: $popover-header-bg;
|
|
159
|
+
border-bottom: $popover-border-width solid darken($popover-header-bg, 5%);
|
|
160
|
+
$offset-border-width: calc(#{$border-radius-lg} - #{$popover-border-width});
|
|
161
|
+
@include border-top-radius($offset-border-width);
|
|
162
|
+
|
|
163
|
+
&:empty {
|
|
164
|
+
display: none;
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.popover-body {
|
|
169
|
+
padding: $popover-body-padding-y $popover-body-padding-x;
|
|
170
|
+
color: $popover-body-color;
|
|
171
|
+
}
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
// stylelint-disable declaration-no-important, selector-no-qualifying-type
|
|
2
|
+
|
|
3
|
+
// Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css
|
|
4
|
+
|
|
5
|
+
// ==========================================================================
|
|
6
|
+
// Print styles.
|
|
7
|
+
// Inlined to avoid the additional HTTP request:
|
|
8
|
+
// https://www.phpied.com/delay-loading-your-print-css/
|
|
9
|
+
// ==========================================================================
|
|
10
|
+
|
|
11
|
+
@if $enable-print-styles {
|
|
12
|
+
@media print {
|
|
13
|
+
*,
|
|
14
|
+
*::before,
|
|
15
|
+
*::after {
|
|
16
|
+
// Bootstrap specific; comment out `color` and `background`
|
|
17
|
+
//color: $black !important; // Black prints faster
|
|
18
|
+
text-shadow: none !important;
|
|
19
|
+
//background: transparent !important;
|
|
20
|
+
box-shadow: none !important;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
a {
|
|
24
|
+
&:not(.btn) {
|
|
25
|
+
text-decoration: underline;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
// Bootstrap specific; comment the following selector out
|
|
30
|
+
//a[href]::after {
|
|
31
|
+
// content: " (" attr(href) ")";
|
|
32
|
+
//}
|
|
33
|
+
|
|
34
|
+
abbr[title]::after {
|
|
35
|
+
content: " (" attr(title) ")";
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
// Bootstrap specific; comment the following selector out
|
|
39
|
+
//
|
|
40
|
+
// Don't show links that are fragment identifiers,
|
|
41
|
+
// or use the `javascript:` pseudo protocol
|
|
42
|
+
//
|
|
43
|
+
|
|
44
|
+
//a[href^="#"]::after,
|
|
45
|
+
//a[href^="javascript:"]::after {
|
|
46
|
+
// content: "";
|
|
47
|
+
//}
|
|
48
|
+
|
|
49
|
+
pre {
|
|
50
|
+
white-space: pre-wrap !important;
|
|
51
|
+
}
|
|
52
|
+
pre,
|
|
53
|
+
blockquote {
|
|
54
|
+
border: $border-width solid $gray-500; // Bootstrap custom code; using `$border-width` instead of 1px
|
|
55
|
+
page-break-inside: avoid;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
//
|
|
59
|
+
// Printing Tables:
|
|
60
|
+
// http://css-discuss.incutio.com/wiki/Printing_Tables
|
|
61
|
+
//
|
|
62
|
+
|
|
63
|
+
thead {
|
|
64
|
+
display: table-header-group;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
tr,
|
|
68
|
+
img {
|
|
69
|
+
page-break-inside: avoid;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
p,
|
|
73
|
+
h2,
|
|
74
|
+
h3 {
|
|
75
|
+
orphans: 3;
|
|
76
|
+
widows: 3;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
h2,
|
|
80
|
+
h3 {
|
|
81
|
+
page-break-after: avoid;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
// Bootstrap specific changes start
|
|
85
|
+
|
|
86
|
+
// Specify a size and min-width to make printing closer across browsers.
|
|
87
|
+
// We don't set margin here because it breaks `size` in Chrome. We also
|
|
88
|
+
// don't use `!important` on `size` as it breaks in Chrome.
|
|
89
|
+
@page {
|
|
90
|
+
size: $print-page-size;
|
|
91
|
+
}
|
|
92
|
+
body {
|
|
93
|
+
min-width: $print-body-min-width !important;
|
|
94
|
+
}
|
|
95
|
+
.container {
|
|
96
|
+
min-width: $print-body-min-width !important;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
// Bootstrap components
|
|
100
|
+
.navbar {
|
|
101
|
+
display: none;
|
|
102
|
+
}
|
|
103
|
+
.badge {
|
|
104
|
+
border: $border-width solid $black;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.table {
|
|
108
|
+
border-collapse: collapse !important;
|
|
109
|
+
|
|
110
|
+
td,
|
|
111
|
+
th {
|
|
112
|
+
background-color: $white !important;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.table-bordered {
|
|
117
|
+
th,
|
|
118
|
+
td {
|
|
119
|
+
border: 1px solid $gray-300 !important;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.table-dark {
|
|
124
|
+
color: inherit;
|
|
125
|
+
|
|
126
|
+
th,
|
|
127
|
+
td,
|
|
128
|
+
thead th,
|
|
129
|
+
tbody + tbody {
|
|
130
|
+
border-color: $table-border-color;
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.table .thead-dark th {
|
|
135
|
+
color: inherit;
|
|
136
|
+
border-color: $table-border-color;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
// Bootstrap specific changes end
|
|
140
|
+
}
|
|
141
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
// Disable animation if transitions are disabled
|
|
2
|
+
@if $enable-transitions {
|
|
3
|
+
@keyframes progress-bar-stripes {
|
|
4
|
+
from { background-position: $progress-height 0; }
|
|
5
|
+
to { background-position: 0 0; }
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.progress {
|
|
10
|
+
display: flex;
|
|
11
|
+
height: $progress-height;
|
|
12
|
+
overflow: hidden; // force rounded corners by cropping it
|
|
13
|
+
@include font-size($progress-font-size);
|
|
14
|
+
background-color: $progress-bg;
|
|
15
|
+
@include border-radius($progress-border-radius);
|
|
16
|
+
@include box-shadow($progress-box-shadow);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.progress-bar {
|
|
20
|
+
display: flex;
|
|
21
|
+
flex-direction: column;
|
|
22
|
+
justify-content: center;
|
|
23
|
+
color: $progress-bar-color;
|
|
24
|
+
text-align: center;
|
|
25
|
+
white-space: nowrap;
|
|
26
|
+
background-color: $progress-bar-bg;
|
|
27
|
+
@include transition($progress-bar-transition);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.progress-bar-striped {
|
|
31
|
+
@include gradient-striped();
|
|
32
|
+
background-size: $progress-height $progress-height;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
@if $enable-transitions {
|
|
36
|
+
.progress-bar-animated {
|
|
37
|
+
animation: progress-bar-stripes $progress-bar-animation-timing;
|
|
38
|
+
|
|
39
|
+
@media (prefers-reduced-motion: reduce) {
|
|
40
|
+
animation: none;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|