/* # ----------------------------------------------------------------------------- # ~/packages/100_template_css/theme_uno.scss # Theme Uno - Main index file # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ /* # ----------------------------------------------------------------------------- # ~/100_template_css/scss/theme_uno.scss # Theme Uno - Definitions AND partial index file|s # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ /* # ---------------------------------------------------------------------------- # Bootstrap MDE - addon mixins: Light Theme # ~/theme_uno/_mixins.scss # ---------------------------------------------------------------------------- */ /* # ----------------------------------------------------------------------------- # ~/theme_uno/_variables.scss # # This is the (SASS) entry point for all VARIABLES # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # ----------------------------------------------------------------------------- */ /* * ~/scss/theme_uno/bootstrap/_functions.scss */ /* * ~/scss/theme_uno/bootstrap/_variables.scss */ /* jadams 2013-03-11: ORIGINAL BS source code is using merged maps but fails because NO maps to merge. Code like this: $sizes: () !default; $sizes: map-merge(( 25: 25%, 50: 50%, 75: 75%, 100: 100% ), $sizes); Rewritten to simple maps. */ /* # ---------------------------------------------------------------------------- # ~/theme_uno/_mixins.scss # Bootstrap MDE - addon mixins: Light Theme # ---------------------------------------------------------------------------- */ /* # ----------------------------------------------------------------------------- # ~/theme_uno/_bootstrap.scss # # This is the (SASS) entry point for BOOTSTRAP resources # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # ----------------------------------------------------------------------------- */ /* * ~/scss/theme_uno/bootstrap/_functions.scss */ /* * ~/scss/theme_uno/bootstrap/_variables.scss */ /* jadams 2013-03-11: ORIGINAL BS source code is using merged maps but fails because NO maps to merge. Code like this: $sizes: () !default; $sizes: map-merge(( 25: 25%, 50: 50%, 75: 75%, 100: 100% ), $sizes); Rewritten to simple maps. */ /* * ~/scss/theme_uno/bootstrap/_mixins.scss */ /* jadams, 2018-03-10: suppress overflow */ figure { overflow: hidden; margin: 0 !important; /* jadams, overwrite reboot settings */ } /* * ~/scss/theme_uno/bootstrap/_reboot.scss */ *, *::before, *::after { box-sizing: border-box; } html { font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } @-ms-viewport { width: device-width; } article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; } body { margin: 0; font-family: "Roboto", "Helvetica", "Arial", sans-serif; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212121; text-align: left; background-color: #fafafa; } [tabindex="-1"]:focus { outline: none !important; } hr { box-sizing: content-box; height: 0; overflow: visible; } h1, h2, h3 { margin-top: 2.5rem; margin-bottom: 1.5rem; } h4, h5, h6 { margin-top: 1.5rem; margin-bottom: 1rem; } p { margin-top: 0; margin-bottom: 1rem; } abbr[title], abbr[data-original-title] { text-decoration: underline; text-decoration: underline dotted; cursor: help; border-bottom: 0; } address { margin-bottom: 1rem; font-style: normal; line-height: inherit; } ol, ul, dl { margin-top: 0; margin-bottom: 1rem; } ol ol, ul ul, ol ul, ul ol { margin-bottom: 0; } dt { font-weight: 700; } dd { margin-bottom: .5rem; margin-left: 0; } blockquote { margin: 0 0 1rem; } dfn { font-style: italic; } b, strong { font-weight: bolder; } small { font-size: 80%; } sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } sub { bottom: -.25em; } sup { top: -.5em; } a { color: #e91e63; font-weight: 400; text-decoration: none; background-color: transparent; -webkit-text-decoration-skip: objects; } a:hover { color: #3f51b5; font-weight: 400; text-decoration: none; } a:not([href]):not([tabindex]) { color: inherit; text-decoration: none; } a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { color: inherit; text-decoration: none; } a:not([href]):not([tabindex]):focus { outline: 0; } pre, code, kbd, samp { font-family: monospace, monospace; font-size: 1em; } pre { margin-top: 0; margin-bottom: 1rem; overflow: auto; } figure { margin: 0 0 1rem; } img { vertical-align: middle; border-style: none; } svg:not(:root) { overflow: hidden; } a, area, button, [role="button"], input, label, select, summary, textarea { touch-action: manipulation; } table { border-collapse: collapse; } caption { padding-top: 0.75rem; padding-bottom: 0.75rem; color: #757575; text-align: left; caption-side: bottom; } th { text-align: inherit; } label { display: inline-block; margin-bottom: .25rem; } button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; } input, button, select, optgroup, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; } button, input { overflow: visible; } button, select { text-transform: none; } button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { padding: 0; border-style: none; } input[type="radio"], input[type="checkbox"] { box-sizing: border-box; padding: 0; } input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] { -webkit-appearance: listbox; } textarea { overflow: auto; resize: vertical; } fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } legend { display: block; width: 100%; max-width: 100%; padding: 0; margin-bottom: .5rem; font-size: 1.5rem; line-height: inherit; color: inherit; white-space: normal; } progress { vertical-align: baseline; } [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } [type="search"] { outline-offset: -2px; -webkit-appearance: none; } [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; } output { display: inline-block; } summary { display: list-item; } template { display: none; } [hidden] { display: none !important; } /* * ~/scss/theme_uno/bootstrap/_print.scss */ @media print { *, *::before, *::after { text-shadow: none !important; box-shadow: none !important; } a, a:visited { text-decoration: underline; } abbr[title]::after { content: " (" attr(title) ")"; } pre { white-space: pre-wrap !important; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } .navbar { display: none; } .badge { border: 1px solid #000; } .table { border-collapse: collapse !important; } .table td, .table th { background-color: #fff !important; } .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } } /* * ~/scss/theme_uno/bootstrap/_type.scss */ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-bottom: 0.5rem; font-family: inherit; font-weight: 400; line-height: 1.1; color: rgba(0, 0, 0, 0.75); } h1, .h1 { font-size: 2.5rem; } h2, .h2 { font-size: 2rem; } h3, .h3 { font-size: 1.75rem; } h4, .h4 { font-size: 1.5rem; } h5, .h5 { font-size: 1.25rem; } h6, .h6 { font-size: 1rem; } .lead { font-size: 1.25rem; font-weight: 300; } .display-1 { font-size: 7rem; font-weight: 300; line-height: 1.1; } .display-2 { font-size: 3.5rem; font-weight: 300; line-height: 1.1; } .display-3 { font-size: 2.8125rem; font-weight: 300; line-height: 1.1; } .display-4 { font-size: 2.125rem; font-weight: 300; line-height: 1.1; } hr { margin-top: 1rem; margin-bottom: 1rem; border: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); } small, .small { font-size: 80%; font-weight: 400; } mark, .mark { padding: 0.2em; background-color: #fcf8e3; } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; list-style: none; } .list-inline-item { display: inline-block; } .list-inline-item:not(:last-child) { margin-right: 0.5rem; } .initialism { font-size: 90%; text-transform: uppercase; } .blockquote { margin-bottom: 1rem; font-size: 1.25rem; } .blockquote-footer { display: block; font-size: 80%; color: #757575; } .blockquote-footer::before { content: "\2014 \00A0"; } /* * ~/scss/theme_uno/bootstrap/_images.scss */ .img-fluid { max-width: 100%; height: auto; } .img-thumbnail { padding: 0.25rem; background-color: #fafafa; border: 1px solid #e0e0e0; border-radius: 0.125rem; transition: all 0.2s ease-in-out; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); max-width: 100%; height: auto; } .figure { display: inline-block; } .figure-img { margin-bottom: 0.5rem; line-height: 1; } .figure-caption { font-size: 90%; color: #757575; } /* * ~/scss/theme_uno/bootstrap/_code.scss */ code, kbd, pre, samp { font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } code { padding: 0.2rem 0.4rem; font-size: 90%; color: #bd4147; background-color: #eee; border-radius: 0.125rem; } a > code { padding: 0; color: inherit; background-color: inherit; } kbd { padding: 0.2rem 0.4rem; font-size: 90%; color: #fff; background-color: #212121; border-radius: 0.0625rem; box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25); } kbd kbd { padding: 0; font-size: 100%; font-weight: 700; box-shadow: none; } pre { display: block; margin-top: 0; margin-bottom: 1rem; font-size: 90%; color: #212121; } pre code { padding: 0; font-size: inherit; color: inherit; background-color: transparent; border-radius: 0; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } /* * ~/scss/theme_uno/bootstrap/_grid.scss */ .container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } @media (min-width: 576px) { .container { max-width: 540px; } } @media (min-width: 768px) { .container { max-width: 720px; } } @media (min-width: 992px) { .container { max-width: 960px; } } @media (min-width: 1200px) { .container { max-width: 1140px; } } .container-fluid { width: 100%; width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .row { display: flex; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; } .no-gutters { margin-right: 0; margin-left: 0; } .no-gutters > .col, .no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; } .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto { position: relative; width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px; } .col { flex-basis: 0; flex-grow: 1; max-width: 100%; } .col-auto { flex: 0 0 auto; width: auto; max-width: none; } .col-1 { flex: 0 0 8.33333%; max-width: 8.33333%; } .col-2 { flex: 0 0 16.66667%; max-width: 16.66667%; } .col-3 { flex: 0 0 25%; max-width: 25%; } .col-4 { flex: 0 0 33.33333%; max-width: 33.33333%; } .col-5 { flex: 0 0 41.66667%; max-width: 41.66667%; } .col-6 { flex: 0 0 50%; max-width: 50%; } .col-7 { flex: 0 0 58.33333%; max-width: 58.33333%; } .col-8 { flex: 0 0 66.66667%; max-width: 66.66667%; } .col-9 { flex: 0 0 75%; max-width: 75%; } .col-10 { flex: 0 0 83.33333%; max-width: 83.33333%; } .col-11 { flex: 0 0 91.66667%; max-width: 91.66667%; } .col-12 { flex: 0 0 100%; max-width: 100%; } .order-first { order: -1; } .order-1 { order: 1; } .order-2 { order: 2; } .order-3 { order: 3; } .order-4 { order: 4; } .order-5 { order: 5; } .order-6 { order: 6; } .order-7 { order: 7; } .order-8 { order: 8; } .order-9 { order: 9; } .order-10 { order: 10; } .order-11 { order: 11; } .order-12 { order: 12; } .offset-1 { margin-left: 8.33333%; } .offset-2 { margin-left: 16.66667%; } .offset-3 { margin-left: 25%; } .offset-4 { margin-left: 33.33333%; } .offset-5 { margin-left: 41.66667%; } .offset-6 { margin-left: 50%; } .offset-7 { margin-left: 58.33333%; } .offset-8 { margin-left: 66.66667%; } .offset-9 { margin-left: 75%; } .offset-10 { margin-left: 83.33333%; } .offset-11 { margin-left: 91.66667%; } @media (min-width: 576px) { .col-sm { flex-basis: 0; flex-grow: 1; max-width: 100%; } .col-sm-auto { flex: 0 0 auto; width: auto; max-width: none; } .col-sm-1 { flex: 0 0 8.33333%; max-width: 8.33333%; } .col-sm-2 { flex: 0 0 16.66667%; max-width: 16.66667%; } .col-sm-3 { flex: 0 0 25%; max-width: 25%; } .col-sm-4 { flex: 0 0 33.33333%; max-width: 33.33333%; } .col-sm-5 { flex: 0 0 41.66667%; max-width: 41.66667%; } .col-sm-6 { flex: 0 0 50%; max-width: 50%; } .col-sm-7 { flex: 0 0 58.33333%; max-width: 58.33333%; } .col-sm-8 { flex: 0 0 66.66667%; max-width: 66.66667%; } .col-sm-9 { flex: 0 0 75%; max-width: 75%; } .col-sm-10 { flex: 0 0 83.33333%; max-width: 83.33333%; } .col-sm-11 { flex: 0 0 91.66667%; max-width: 91.66667%; } .col-sm-12 { flex: 0 0 100%; max-width: 100%; } .order-sm-first { order: -1; } .order-sm-1 { order: 1; } .order-sm-2 { order: 2; } .order-sm-3 { order: 3; } .order-sm-4 { order: 4; } .order-sm-5 { order: 5; } .order-sm-6 { order: 6; } .order-sm-7 { order: 7; } .order-sm-8 { order: 8; } .order-sm-9 { order: 9; } .order-sm-10 { order: 10; } .order-sm-11 { order: 11; } .order-sm-12 { order: 12; } .offset-sm-0 { margin-left: 0; } .offset-sm-1 { margin-left: 8.33333%; } .offset-sm-2 { margin-left: 16.66667%; } .offset-sm-3 { margin-left: 25%; } .offset-sm-4 { margin-left: 33.33333%; } .offset-sm-5 { margin-left: 41.66667%; } .offset-sm-6 { margin-left: 50%; } .offset-sm-7 { margin-left: 58.33333%; } .offset-sm-8 { margin-left: 66.66667%; } .offset-sm-9 { margin-left: 75%; } .offset-sm-10 { margin-left: 83.33333%; } .offset-sm-11 { margin-left: 91.66667%; } } @media (min-width: 768px) { .col-md { flex-basis: 0; flex-grow: 1; max-width: 100%; } .col-md-auto { flex: 0 0 auto; width: auto; max-width: none; } .col-md-1 { flex: 0 0 8.33333%; max-width: 8.33333%; } .col-md-2 { flex: 0 0 16.66667%; max-width: 16.66667%; } .col-md-3 { flex: 0 0 25%; max-width: 25%; } .col-md-4 { flex: 0 0 33.33333%; max-width: 33.33333%; } .col-md-5 { flex: 0 0 41.66667%; max-width: 41.66667%; } .col-md-6 { flex: 0 0 50%; max-width: 50%; } .col-md-7 { flex: 0 0 58.33333%; max-width: 58.33333%; } .col-md-8 { flex: 0 0 66.66667%; max-width: 66.66667%; } .col-md-9 { flex: 0 0 75%; max-width: 75%; } .col-md-10 { flex: 0 0 83.33333%; max-width: 83.33333%; } .col-md-11 { flex: 0 0 91.66667%; max-width: 91.66667%; } .col-md-12 { flex: 0 0 100%; max-width: 100%; } .order-md-first { order: -1; } .order-md-1 { order: 1; } .order-md-2 { order: 2; } .order-md-3 { order: 3; } .order-md-4 { order: 4; } .order-md-5 { order: 5; } .order-md-6 { order: 6; } .order-md-7 { order: 7; } .order-md-8 { order: 8; } .order-md-9 { order: 9; } .order-md-10 { order: 10; } .order-md-11 { order: 11; } .order-md-12 { order: 12; } .offset-md-0 { margin-left: 0; } .offset-md-1 { margin-left: 8.33333%; } .offset-md-2 { margin-left: 16.66667%; } .offset-md-3 { margin-left: 25%; } .offset-md-4 { margin-left: 33.33333%; } .offset-md-5 { margin-left: 41.66667%; } .offset-md-6 { margin-left: 50%; } .offset-md-7 { margin-left: 58.33333%; } .offset-md-8 { margin-left: 66.66667%; } .offset-md-9 { margin-left: 75%; } .offset-md-10 { margin-left: 83.33333%; } .offset-md-11 { margin-left: 91.66667%; } } @media (min-width: 992px) { .col-lg { flex-basis: 0; flex-grow: 1; max-width: 100%; } .col-lg-auto { flex: 0 0 auto; width: auto; max-width: none; } .col-lg-1 { flex: 0 0 8.33333%; max-width: 8.33333%; } .col-lg-2 { flex: 0 0 16.66667%; max-width: 16.66667%; } .col-lg-3 { flex: 0 0 25%; max-width: 25%; } .col-lg-4 { flex: 0 0 33.33333%; max-width: 33.33333%; } .col-lg-5 { flex: 0 0 41.66667%; max-width: 41.66667%; } .col-lg-6 { flex: 0 0 50%; max-width: 50%; } .col-lg-7 { flex: 0 0 58.33333%; max-width: 58.33333%; } .col-lg-8 { flex: 0 0 66.66667%; max-width: 66.66667%; } .col-lg-9 { flex: 0 0 75%; max-width: 75%; } .col-lg-10 { flex: 0 0 83.33333%; max-width: 83.33333%; } .col-lg-11 { flex: 0 0 91.66667%; max-width: 91.66667%; } .col-lg-12 { flex: 0 0 100%; max-width: 100%; } .order-lg-first { order: -1; } .order-lg-1 { order: 1; } .order-lg-2 { order: 2; } .order-lg-3 { order: 3; } .order-lg-4 { order: 4; } .order-lg-5 { order: 5; } .order-lg-6 { order: 6; } .order-lg-7 { order: 7; } .order-lg-8 { order: 8; } .order-lg-9 { order: 9; } .order-lg-10 { order: 10; } .order-lg-11 { order: 11; } .order-lg-12 { order: 12; } .offset-lg-0 { margin-left: 0; } .offset-lg-1 { margin-left: 8.33333%; } .offset-lg-2 { margin-left: 16.66667%; } .offset-lg-3 { margin-left: 25%; } .offset-lg-4 { margin-left: 33.33333%; } .offset-lg-5 { margin-left: 41.66667%; } .offset-lg-6 { margin-left: 50%; } .offset-lg-7 { margin-left: 58.33333%; } .offset-lg-8 { margin-left: 66.66667%; } .offset-lg-9 { margin-left: 75%; } .offset-lg-10 { margin-left: 83.33333%; } .offset-lg-11 { margin-left: 91.66667%; } } @media (min-width: 1200px) { .col-xl { flex-basis: 0; flex-grow: 1; max-width: 100%; } .col-xl-auto { flex: 0 0 auto; width: auto; max-width: none; } .col-xl-1 { flex: 0 0 8.33333%; max-width: 8.33333%; } .col-xl-2 { flex: 0 0 16.66667%; max-width: 16.66667%; } .col-xl-3 { flex: 0 0 25%; max-width: 25%; } .col-xl-4 { flex: 0 0 33.33333%; max-width: 33.33333%; } .col-xl-5 { flex: 0 0 41.66667%; max-width: 41.66667%; } .col-xl-6 { flex: 0 0 50%; max-width: 50%; } .col-xl-7 { flex: 0 0 58.33333%; max-width: 58.33333%; } .col-xl-8 { flex: 0 0 66.66667%; max-width: 66.66667%; } .col-xl-9 { flex: 0 0 75%; max-width: 75%; } .col-xl-10 { flex: 0 0 83.33333%; max-width: 83.33333%; } .col-xl-11 { flex: 0 0 91.66667%; max-width: 91.66667%; } .col-xl-12 { flex: 0 0 100%; max-width: 100%; } .order-xl-first { order: -1; } .order-xl-1 { order: 1; } .order-xl-2 { order: 2; } .order-xl-3 { order: 3; } .order-xl-4 { order: 4; } .order-xl-5 { order: 5; } .order-xl-6 { order: 6; } .order-xl-7 { order: 7; } .order-xl-8 { order: 8; } .order-xl-9 { order: 9; } .order-xl-10 { order: 10; } .order-xl-11 { order: 11; } .order-xl-12 { order: 12; } .offset-xl-0 { margin-left: 0; } .offset-xl-1 { margin-left: 8.33333%; } .offset-xl-2 { margin-left: 16.66667%; } .offset-xl-3 { margin-left: 25%; } .offset-xl-4 { margin-left: 33.33333%; } .offset-xl-5 { margin-left: 41.66667%; } .offset-xl-6 { margin-left: 50%; } .offset-xl-7 { margin-left: 58.33333%; } .offset-xl-8 { margin-left: 66.66667%; } .offset-xl-9 { margin-left: 75%; } .offset-xl-10 { margin-left: 83.33333%; } .offset-xl-11 { margin-left: 91.66667%; } } /* * ~/scss/theme_uno/bootstrap/_tables.scss */ .table { width: 100%; max-width: 100%; margin-bottom: 1rem; background-color: transparent; } .table th, .table td { padding: 0.75rem; vertical-align: top; border-top: 1px solid rgba(0, 0, 0, 0.06); } .table thead th { vertical-align: bottom; border-bottom: 2px solid rgba(0, 0, 0, 0.06); } .table tbody + tbody { border-top: 2px solid rgba(0, 0, 0, 0.06); } .table .table { background-color: #fafafa; } .table-sm th, .table-sm td { padding: 0.3rem; } .table-bordered { border: 1px solid rgba(0, 0, 0, 0.06); } .table-bordered th, .table-bordered td { border: 1px solid rgba(0, 0, 0, 0.06); } .table-bordered thead th, .table-bordered thead td { border-bottom-width: 2px; } .table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.05); } .table-hover tbody tr:hover { background-color: #c5cae9; } .table-primary, .table-primary > th, .table-primary > td { background-color: #c9ceea; } .table-hover .table-primary:hover { background-color: #b7bde3; } .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th { background-color: #b7bde3; } .table-secondary, .table-secondary > th, .table-secondary > td { background-color: #d8d8d8; } .table-hover .table-secondary:hover { background-color: #cbcbcb; } .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th { background-color: #cbcbcb; } .table-success, .table-success > th, .table-success > td { background-color: #cde9ce; } .table-hover .table-success:hover { background-color: #bbe1bd; } .table-hover .table-success:hover > td, .table-hover .table-success:hover > th { background-color: #bbe1bd; } .table-info, .table-info > th, .table-info > td { background-color: #b8ecf3; } .table-hover .table-info:hover { background-color: #a2e6ef; } .table-hover .table-info:hover > td, .table-hover .table-info:hover > th { background-color: #a2e6ef; } .table-warning, .table-warning > th, .table-warning > td { background-color: #fff9c8; } .table-hover .table-warning:hover { background-color: #fff6af; } .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th { background-color: #fff6af; } .table-danger, .table-danger > th, .table-danger > td { background-color: #fccac7; } .table-hover .table-danger:hover { background-color: #fbb3af; } .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th { background-color: #fbb3af; } .table-light, .table-light > th, .table-light > td { background-color: #fafafa; } .table-hover .table-light:hover { background-color: #ededed; } .table-hover .table-light:hover > td, .table-hover .table-light:hover > th { background-color: #ededed; } .table-dark, .table-dark > th, .table-dark > td { background-color: #cacaca; } .table-hover .table-dark:hover { background-color: #bdbdbd; } .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th { background-color: #bdbdbd; } .table-active, .table-active > th, .table-active > td { background-color: #c5cae9; } .table-hover .table-active:hover { background-color: #b3b9e2; } .table-hover .table-active:hover > td, .table-hover .table-active:hover > th { background-color: #b3b9e2; } .thead-inverse th { color: #fafafa; background-color: #212121; } .thead-default th { color: #616161; background-color: #eee; } .table-inverse { color: #fafafa; background-color: #212121; } .table-inverse th, .table-inverse td, .table-inverse thead th { border-color: #343434; } .table-inverse.table-bordered { border: 0; } .table-inverse.table-striped tbody tr:nth-of-type(odd) { background-color: rgba(255, 255, 255, 0.05); } .table-inverse.table-hover tbody tr:hover { background-color: rgba(255, 255, 255, 0.075); } @media (max-width: 991px) { .table-responsive { display: block; width: 100%; overflow-x: auto; -ms-overflow-style: -ms-autohiding-scrollbar; } .table-responsive.table-bordered { border: 0; } } /* * ~/scss/theme_uno/bootstrap/_forms.scss */ .form-control { display: block; width: 100%; padding: 0.46875rem 1rem; font-size: 1rem; line-height: 1.5; color: #616161; background-color: rgba(0, 0, 0, 0); background-image: none; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.46); border-radius: 0; box-shadow: none; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } .form-control::-ms-expand { background-color: transparent; border: 0; } .form-control:focus { color: #616161; background-color: rgba(0, 0, 0, 0); border-color: #98a2db; outline: none; box-shadow: 0 0 0 0.2rem rgba(63, 81, 181, 0.25); } .form-control::placeholder { color: #757575; opacity: 1; } .form-control:disabled, .form-control[readonly] { background-color: #eee; opacity: 1; } select.form-control:not([size]):not([multiple]) { height: calc(2.4375rem + 2px); } select.form-control:focus::-ms-value { color: #616161; background-color: rgba(0, 0, 0, 0); } .form-control-file, .form-control-range { display: block; } .col-form-label { padding-top: calc(0.46875rem - 1px * 2); padding-bottom: calc(0.46875rem - 1px * 2); margin-bottom: 0; } .col-form-label-lg { padding-top: calc(0.5rem - 1px * 2); padding-bottom: calc(0.5rem - 1px * 2); font-size: 1.25rem; } .col-form-label-sm { padding-top: calc(0.40625rem - 1px * 2); padding-bottom: calc(0.40625rem - 1px * 2); font-size: 0.875rem; } .col-form-legend { padding-top: 0.46875rem; padding-bottom: 0.46875rem; margin-bottom: 0; font-size: 1rem; } .form-control-plaintext { padding-top: 0.46875rem; padding-bottom: 0.46875rem; margin-bottom: 0; line-height: 1.5; border: solid transparent; border-width: 1px 0; } .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .form-control-plaintext.input-group-addon, .input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .form-control-plaintext.input-group-addon, .input-group-lg > .input-group-btn > .form-control-plaintext.btn { padding-right: 0; padding-left: 0; } .form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { padding: 0.40625rem 0.5rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.0625rem; } select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.input-group-addon:not([size]):not([multiple]), .input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) { height: calc(2.125rem + 2px); } .form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0.3rem; } select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]), .input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) { height: calc(2.875rem + 2px); } .form-group { margin-bottom: 1rem; } .form-text { display: block; margin-top: 0.25rem; } .form-row { display: flex; flex-wrap: wrap; margin-right: -5px; margin-left: -5px; } .form-row > .col, .form-row > [class*="col-"] { padding-right: 5px; padding-left: 5px; } .form-check { position: relative; display: block; margin-bottom: 0.5rem; } .form-check.disabled .form-check-label { color: #757575; } .form-check-label { padding-left: 1.25rem; margin-bottom: 0; } .form-check-input { position: absolute; margin-top: 0.25rem; margin-left: -1.25rem; } .form-check-inline { display: inline-block; } .form-check-inline .form-check-label { vertical-align: middle; } .form-check-inline + .form-check-inline { margin-left: 0.75rem; } .invalid-feedback { display: none; margin-top: .25rem; font-size: .875rem; color: #f44336; } .invalid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; width: 250px; padding: .5rem; margin-top: .1rem; font-size: .875rem; line-height: 1; color: #fff; background-color: rgba(244, 67, 54, 0.8); border-radius: .2rem; } .was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid, .custom-select.is-valid { border-color: #4caf50; } .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus { box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25); } .was-validated .form-control:valid ~ .invalid-feedback, .was-validated .form-control:valid ~ .invalid-tooltip, .form-control.is-valid ~ .invalid-feedback, .form-control.is-valid ~ .invalid-tooltip, .was-validated .custom-select:valid ~ .invalid-feedback, .was-validated .custom-select:valid ~ .invalid-tooltip, .custom-select.is-valid ~ .invalid-feedback, .custom-select.is-valid ~ .invalid-tooltip { display: block; } .was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label { color: #4caf50; } .was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator { background-color: rgba(76, 175, 80, 0.25); } .was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description { color: #4caf50; } .was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control { border-color: #4caf50; } .was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before { border-color: inherit; } .was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus { box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25); } .was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid { border-color: #f44336; } .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus { box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25); } .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip { display: block; } .was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label { color: #f44336; } .was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator { background-color: rgba(244, 67, 54, 0.25); } .was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description { color: #f44336; } .was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control { border-color: #f44336; } .was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before { border-color: inherit; } .was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus { box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25); } .form-inline { display: flex; flex-flow: row wrap; align-items: center; } .form-inline .form-check { width: 100%; } @media (min-width: 576px) { .form-inline label { display: flex; align-items: center; justify-content: center; margin-bottom: 0; } .form-inline .form-group { display: flex; flex: 0 0 auto; flex-flow: row wrap; align-items: center; margin-bottom: 0; } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } .form-inline .form-control-plaintext { display: inline-block; } .form-inline .input-group { width: auto; } .form-inline .form-control-label { margin-bottom: 0; vertical-align: middle; } .form-inline .form-check { display: flex; align-items: center; justify-content: center; width: auto; margin-top: 0; margin-bottom: 0; } .form-inline .form-check-label { padding-left: 0; } .form-inline .form-check-input { position: relative; margin-top: 0; margin-right: 0.25rem; margin-left: 0; } .form-inline .custom-control { display: flex; align-items: center; justify-content: center; padding-left: 0; } .form-inline .custom-control-indicator { position: static; display: inline-block; margin-right: 0.25rem; vertical-align: text-bottom; } .form-inline .has-feedback .form-control-feedback { top: 0; } } /* * ~/scss/theme_uno/bootstrap/_buttons.scss */ /* scss-lint:disable QualifyingElement */ .btn { display: inline-block; font-weight: 500; text-align: center; white-space: nowrap; vertical-align: middle; user-select: none; border: 1px solid transparent; padding: 0.46875rem 1rem; font-size: 1rem; line-height: 1.5; border-radius: 0.125rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } .btn:focus, .btn:hover { text-decoration: none; } .btn:focus, .btn.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(63, 81, 181, 0.25); } .btn.disabled, .btn:disabled { opacity: .65; box-shadow: none; } .btn:active, .btn.active { background-image: none; box-shadow: 0 0 0 0.2rem rgba(63, 81, 181, 0.25), none; } a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; } .btn-primary { color: #fff; background-color: #3f51b5; border-color: #3f51b5; box-shadow: none; } .btn-primary:hover { color: #fff; background-color: #354499; border-color: #32408f; } .btn-primary:focus, .btn-primary.focus { box-shadow: none, 0 0 0 3px rgba(63, 81, 181, 0.5); } .btn-primary.disabled, .btn-primary:disabled { background-color: #3f51b5; border-color: #3f51b5; } .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle { background-color: #354499; background-image: none; border-color: #32408f; box-shadow: none; } .btn-secondary { color: #fff; background-color: #757575; border-color: #757575; box-shadow: none; } .btn-secondary:hover { color: #fff; background-color: #626262; border-color: #5c5c5c; } .btn-secondary:focus, .btn-secondary.focus { box-shadow: none, 0 0 0 3px rgba(117, 117, 117, 0.5); } .btn-secondary.disabled, .btn-secondary:disabled { background-color: #757575; border-color: #757575; } .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle { background-color: #626262; background-image: none; border-color: #5c5c5c; box-shadow: none; } .btn-success { color: #fff; background-color: #4caf50; border-color: #4caf50; box-shadow: none; } .btn-success:hover { color: #fff; background-color: #409444; border-color: #3d8b40; } .btn-success:focus, .btn-success.focus { box-shadow: none, 0 0 0 3px rgba(76, 175, 80, 0.5); } .btn-success.disabled, .btn-success:disabled { background-color: #4caf50; border-color: #4caf50; } .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle { background-color: #409444; background-image: none; border-color: #3d8b40; box-shadow: none; } .btn-info { color: #fff; background-color: #00bcd4; border-color: #00bcd4; box-shadow: none; } .btn-info:hover { color: #fff; background-color: #009aae; border-color: #008fa1; } .btn-info:focus, .btn-info.focus { box-shadow: none, 0 0 0 3px rgba(0, 188, 212, 0.5); } .btn-info.disabled, .btn-info:disabled { background-color: #00bcd4; border-color: #00bcd4; } .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle { background-color: #009aae; background-image: none; border-color: #008fa1; box-shadow: none; } .btn-warning { color: #111; background-color: #ffeb3b; border-color: #ffeb3b; box-shadow: none; } .btn-warning:hover { color: #111; background-color: #ffe715; border-color: #ffe608; } .btn-warning:focus, .btn-warning.focus { box-shadow: none, 0 0 0 3px rgba(255, 235, 59, 0.5); } .btn-warning.disabled, .btn-warning:disabled { background-color: #ffeb3b; border-color: #ffeb3b; } .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle { background-color: #ffe715; background-image: none; border-color: #ffe608; box-shadow: none; } .btn-danger { color: #fff; background-color: #f44336; border-color: #f44336; box-shadow: none; } .btn-danger:hover { color: #fff; background-color: #f22112; border-color: #ea1c0d; } .btn-danger:focus, .btn-danger.focus { box-shadow: none, 0 0 0 3px rgba(244, 67, 54, 0.5); } .btn-danger.disabled, .btn-danger:disabled { background-color: #f44336; border-color: #f44336; } .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle { background-color: #f22112; background-image: none; border-color: #ea1c0d; box-shadow: none; } .btn-light { color: #111; background-color: #eee; border-color: #eee; box-shadow: none; } .btn-light:hover { color: #111; background-color: #dbdbdb; border-color: #d5d5d5; } .btn-light:focus, .btn-light.focus { box-shadow: none, 0 0 0 3px rgba(238, 238, 238, 0.5); } .btn-light.disabled, .btn-light:disabled { background-color: #eee; border-color: #eee; } .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle { background-color: #dbdbdb; background-image: none; border-color: #d5d5d5; box-shadow: none; } .btn-dark { color: #fff; background-color: #424242; border-color: #424242; box-shadow: none; } .btn-dark:hover { color: #fff; background-color: #2f2f2f; border-color: #292929; } .btn-dark:focus, .btn-dark.focus { box-shadow: none, 0 0 0 3px rgba(66, 66, 66, 0.5); } .btn-dark.disabled, .btn-dark:disabled { background-color: #424242; border-color: #424242; } .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle { background-color: #2f2f2f; background-image: none; border-color: #292929; box-shadow: none; } .btn-outline-primary { color: #3f51b5; background-color: transparent; background-image: none; border-color: #3f51b5; } .btn-outline-primary:hover { color: #fff; background-color: #3f51b5; border-color: #3f51b5; } .btn-outline-primary:focus, .btn-outline-primary.focus { box-shadow: 0 0 0 3px rgba(63, 81, 181, 0.5); } .btn-outline-primary.disabled, .btn-outline-primary:disabled { color: #3f51b5; background-color: transparent; } .btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle { color: #fff; background-color: #3f51b5; border-color: #3f51b5; } .btn-outline-secondary { color: #757575; background-color: transparent; background-image: none; border-color: #757575; } .btn-outline-secondary:hover { color: #fff; background-color: #757575; border-color: #757575; } .btn-outline-secondary:focus, .btn-outline-secondary.focus { box-shadow: 0 0 0 3px rgba(117, 117, 117, 0.5); } .btn-outline-secondary.disabled, .btn-outline-secondary:disabled { color: #757575; background-color: transparent; } .btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle { color: #fff; background-color: #757575; border-color: #757575; } .btn-outline-success { color: #4caf50; background-color: transparent; background-image: none; border-color: #4caf50; } .btn-outline-success:hover { color: #fff; background-color: #4caf50; border-color: #4caf50; } .btn-outline-success:focus, .btn-outline-success.focus { box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.5); } .btn-outline-success.disabled, .btn-outline-success:disabled { color: #4caf50; background-color: transparent; } .btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle { color: #fff; background-color: #4caf50; border-color: #4caf50; } .btn-outline-info { color: #00bcd4; background-color: transparent; background-image: none; border-color: #00bcd4; } .btn-outline-info:hover { color: #fff; background-color: #00bcd4; border-color: #00bcd4; } .btn-outline-info:focus, .btn-outline-info.focus { box-shadow: 0 0 0 3px rgba(0, 188, 212, 0.5); } .btn-outline-info.disabled, .btn-outline-info:disabled { color: #00bcd4; background-color: transparent; } .btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle { color: #fff; background-color: #00bcd4; border-color: #00bcd4; } .btn-outline-warning { color: #ffeb3b; background-color: transparent; background-image: none; border-color: #ffeb3b; } .btn-outline-warning:hover { color: #fff; background-color: #ffeb3b; border-color: #ffeb3b; } .btn-outline-warning:focus, .btn-outline-warning.focus { box-shadow: 0 0 0 3px rgba(255, 235, 59, 0.5); } .btn-outline-warning.disabled, .btn-outline-warning:disabled { color: #ffeb3b; background-color: transparent; } .btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle { color: #fff; background-color: #ffeb3b; border-color: #ffeb3b; } .btn-outline-danger { color: #f44336; background-color: transparent; background-image: none; border-color: #f44336; } .btn-outline-danger:hover { color: #fff; background-color: #f44336; border-color: #f44336; } .btn-outline-danger:focus, .btn-outline-danger.focus { box-shadow: 0 0 0 3px rgba(244, 67, 54, 0.5); } .btn-outline-danger.disabled, .btn-outline-danger:disabled { color: #f44336; background-color: transparent; } .btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle { color: #fff; background-color: #f44336; border-color: #f44336; } .btn-outline-light { color: #eee; background-color: transparent; background-image: none; border-color: #eee; } .btn-outline-light:hover { color: #fff; background-color: #eee; border-color: #eee; } .btn-outline-light:focus, .btn-outline-light.focus { box-shadow: 0 0 0 3px rgba(238, 238, 238, 0.5); } .btn-outline-light.disabled, .btn-outline-light:disabled { color: #eee; background-color: transparent; } .btn-outline-light:active, .btn-outline-light.active, .show > .btn-outline-light.dropdown-toggle { color: #fff; background-color: #eee; border-color: #eee; } .btn-outline-dark { color: #424242; background-color: transparent; background-image: none; border-color: #424242; } .btn-outline-dark:hover { color: #fff; background-color: #424242; border-color: #424242; } .btn-outline-dark:focus, .btn-outline-dark.focus { box-shadow: 0 0 0 3px rgba(66, 66, 66, 0.5); } .btn-outline-dark.disabled, .btn-outline-dark:disabled { color: #424242; background-color: transparent; } .btn-outline-dark:active, .btn-outline-dark.active, .show > .btn-outline-dark.dropdown-toggle { color: #fff; background-color: #424242; border-color: #424242; } .btn-link { font-weight: 400; color: #e91e63; border-radius: 0; } .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled { background-color: transparent; box-shadow: none; } .btn-link, .btn-link:focus, .btn-link:active { border-color: transparent; box-shadow: none; } .btn-link:hover { border-color: transparent; } .btn-link:focus, .btn-link:hover { color: #3f51b5; text-decoration: none; background-color: transparent; } .btn-link:disabled { color: rgba(0, 0, 0, 0.46); } .btn-link:disabled:focus, .btn-link:disabled:hover { text-decoration: none; } .btn-lg, .btn-group-lg > .btn { padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0.3rem; } .btn-sm, .btn-group-sm > .btn { padding: 0.40625rem 0.5rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.0625rem; } .btn-block { display: block; width: 100%; } .btn-block + .btn-block { margin-top: 0.5rem; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } /* * ~/scss/theme_uno/bootstrap/_transitions.scss */ .fade { opacity: 0; transition: opacity 0.15s linear; } .fade.show { opacity: 1; } .collapse { display: none; } .collapse.show { display: block; } tr.collapse.show { display: table-row; } tbody.collapse.show { display: table-row-group; } .collapsing { position: relative; height: 0; overflow: hidden; transition: height 0.35s ease; } /* * ~/scss/theme_uno/bootstrap/_dropdown.scss */ .dropup, .dropdown { position: relative; } .dropdown-toggle::after { display: inline-block; width: 0; height: 0; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-left: 0.3em solid transparent; } .dropdown-toggle:empty::after { margin-left: 0; } .dropup .dropdown-menu { margin-top: 0; margin-bottom: 0.125rem; } .dropup .dropdown-toggle::after { border-top: 0; border-bottom: 0.3em solid; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: 0.5rem 0; margin: 0.125rem 0 0; font-size: 1rem; color: #212121; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.125rem; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); } .dropdown-divider { height: 0; margin: 0.5rem 0; overflow: hidden; border-top: 1px solid #eee; } .dropdown-item { display: block; width: 100%; padding: 0.25rem 1.5rem; clear: both; font-weight: 400; color: #212121; text-align: inherit; white-space: nowrap; background: none; border: 0; } .dropdown-item:focus, .dropdown-item:hover { color: #141414; text-decoration: none; background-color: #f5f5f5; } .dropdown-item.active, .dropdown-item:active { color: #fff; text-decoration: none; background-color: #3f51b5; } .dropdown-item.disabled, .dropdown-item:disabled { color: #757575; background-color: transparent; } .show > a { outline: 0; } .dropdown-menu.show { display: block; } .dropdown-header { display: block; padding: 0.5rem 1.5rem; margin-bottom: 0; font-size: 0.875rem; color: #757575; white-space: nowrap; } /* * ~/scss/theme_uno/bootstrap/_button-group.scss */ .btn-group, .btn-group-vertical { position: relative; display: inline-flex; vertical-align: middle; } .btn-group > .btn, .btn-group-vertical > .btn { position: relative; flex: 0 1 auto; margin-bottom: 0; } .btn-group > .btn:hover, .btn-group-vertical > .btn:hover { z-index: 2; } .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active { z-index: 2; } .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group { margin-left: -1px; } .btn-toolbar { display: flex; flex-wrap: wrap; justify-content: flex-start; } .btn-toolbar .input-group { width: auto; } .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } .btn-group > .btn:first-child { margin-left: 0; } .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } .btn-group > .btn-group { float: left; } .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-top-right-radius: 0; border-bottom-right-radius: 0; } .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-left-radius: 0; border-bottom-left-radius: 0; } .btn + .dropdown-toggle-split { padding-right: 0.75rem; padding-left: 0.75rem; } .btn + .dropdown-toggle-split::after { margin-left: 0; } .btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { padding-right: 0.375rem; padding-left: 0.375rem; } .btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { padding-right: 0.75rem; padding-left: 0.75rem; } .btn-group.show .dropdown-toggle { box-shadow: none; } .btn-group.show .dropdown-toggle.btn-link { box-shadow: none; } .btn-group-vertical { display: inline-flex; flex-direction: column; align-items: flex-start; justify-content: center; } .btn-group-vertical .btn, .btn-group-vertical .btn-group { width: 100%; } .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; } .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } .btn-group-vertical > .btn:first-child:not(:last-child) { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn:last-child:not(:first-child) { border-top-left-radius: 0; border-top-right-radius: 0; } .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-left-radius: 0; border-top-right-radius: 0; } [data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } /* * ~/scss/theme_uno/bootstrap/_input-group.scss */ .input-group { position: relative; display: flex; width: 100%; } .input-group .form-control { position: relative; z-index: 2; flex: 1 1 auto; width: 1%; margin-bottom: 0; } .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover { z-index: 3; } .input-group-addon, .input-group-btn, .input-group .form-control { display: flex; align-items: center; } .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; } .input-group-addon, .input-group-btn { white-space: nowrap; vertical-align: middle; } .input-group-addon { padding: 0 0; margin-bottom: 0; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #616161; text-align: center; background-color: transparent; background-clip: padding-box; border: 1px solid transparent; border-radius: 0; } .input-group-addon.form-control-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn { padding: 0.40625rem 0.5rem; font-size: 0.875rem; border-radius: 0.0625rem; } .input-group-addon.form-control-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn { padding: 0.5rem 1rem; font-size: 1.25rem; border-radius: 0.3rem; } .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; } .input-group .form-control:not(:last-child), .input-group-addon:not(:last-child), .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group > .btn, .input-group-btn:not(:last-child) > .dropdown-toggle, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn { border-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group-addon:not(:last-child) { border-right: 0; } .input-group .form-control:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group > .btn, .input-group-btn:not(:first-child) > .dropdown-toggle, .input-group-btn:not(:last-child) > .btn:not(:first-child), .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; } .form-control + .input-group-addon:not(:first-child) { border-left: 0; } .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } .input-group-btn > .btn { position: relative; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.46); } .input-group-btn > .btn + .btn { margin-left: -1px; } .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover { z-index: 3; } .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group { margin-right: -1px; } .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group { z-index: 2; margin-left: -1px; } .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover, .input-group-btn:not(:first-child) > .btn-group:focus, .input-group-btn:not(:first-child) > .btn-group:active, .input-group-btn:not(:first-child) > .btn-group:hover { z-index: 3; } /* * ~/scss/theme_uno/bootstrap/_custom-forms.scss */ .custom-control { position: relative; display: inline-flex; min-height: 1.5rem; padding-left: 1.5rem; margin-right: 1rem; } .custom-control-input { position: absolute; z-index: -1; opacity: 0; } .custom-control-input:checked ~ .custom-control-indicator { color: #fff; background-color: #3f51b5; box-shadow: none; } .custom-control-input:focus ~ .custom-control-indicator { box-shadow: 0 0 0 1px #fafafa, 0 0 0 3px #3f51b5; } .custom-control-input:active ~ .custom-control-indicator { color: #fff; background-color: #bec5e8; box-shadow: none; } .custom-control-input:disabled ~ .custom-control-indicator { background-color: #eee; } .custom-control-input:disabled ~ .custom-control-description { color: #757575; } .custom-control-indicator { position: absolute; top: 0.25rem; left: 0; display: block; width: 1rem; height: 1rem; pointer-events: none; user-select: none; background-color: #ddd; background-repeat: no-repeat; background-position: center center; background-size: 50% 50%; box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); } .custom-checkbox .custom-control-indicator { border-radius: 0.125rem; } .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); } .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator { background-color: #3f51b5; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); box-shadow: none; } .custom-radio .custom-control-indicator { border-radius: 50%; } .custom-radio .custom-control-input:checked ~ .custom-control-indicator { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); } .custom-controls-stacked { display: flex; flex-direction: column; } .custom-controls-stacked .custom-control { margin-bottom: 0.25rem; } .custom-controls-stacked .custom-control + .custom-control { margin-left: 0; } .custom-select { display: inline-block; max-width: 100%; height: calc(2.4375rem + 2px); padding: 0.375rem 1.75rem 0.375rem 0.75rem; line-height: 1.5; color: #616161; vertical-align: middle; background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center; background-clip: padding-box; background-size: 8px 10px; border: 1px solid rgba(0, 0, 0, 0.46); border-radius: 0.125rem; appearance: none; } .custom-select:focus { border-color: #98a2db; outline: none; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(152, 162, 219, 0.5); } .custom-select:focus::-ms-value { color: #616161; background-color: rgba(0, 0, 0, 0); } .custom-select:disabled { color: #757575; background-color: #eee; } .custom-select::-ms-expand { opacity: 0; } .custom-select-sm { height: calc(2.125rem + 2px); padding-top: 0.375rem; padding-bottom: 0.375rem; font-size: 75%; } .custom-file { position: relative; display: inline-block; max-width: 100%; height: calc(2.4375rem + 2px); margin-bottom: 0; } .custom-file-input { min-width: 14rem; max-width: 100%; height: calc(2.4375rem + 2px); margin: 0; opacity: 0; } .custom-file-input:focus ~ .custom-file-control { box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #3f51b5; } .custom-file-control { position: absolute; top: 0; right: 0; left: 0; z-index: 5; height: calc(2.4375rem + 2px); padding: 0.46875rem 1rem; overflow: hidden; line-height: 1.3; color: #616161; pointer-events: none; user-select: none; background-color: transparent; background-clip: padding-box; border: 0 solid rgba(0, 0, 0, 0.46); border-radius: 0; box-shadow: none; } .custom-file-control:lang(en):empty::after { content: "Choose file..."; } .custom-file-control::before { position: absolute; top: 0; right: 0; z-index: 6; display: block; height: calc(2.4375rem + 2px); padding: 0.46875rem 1rem; line-height: 1.3; color: #616161; background-color: transparent; border-left: 0 solid rgba(0, 0, 0, 0.46); } .custom-file-control:lang(en)::before { content: "Browse"; } /* * ~/scss/theme_uno/bootstrap/_nav.scss */ .nav { display: flex; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; } .nav-link { display: block; padding: 0.5rem 1rem; } .nav-link:focus, .nav-link:hover { text-decoration: none; } .nav-link.disabled { color: #757575; } .nav-link.active { color: rgba(0, 0, 0, 0.9); } .nav-tabs { border-bottom: 1px solid #ddd; } .nav-tabs .nav-item { margin-bottom: -1px; } .nav-tabs .nav-link { border: 1px solid transparent; border-top-left-radius: 0.125rem; border-top-right-radius: 0.125rem; } .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { border-color: #eee #eee #ddd; } .nav-tabs .nav-link.disabled { color: #757575; background-color: transparent; border-color: transparent; } .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link { color: #616161; background-color: #fafafa; border-color: #ddd #ddd #fafafa; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; } .nav-pills .nav-link { border-radius: 0.125rem; } .nav-pills .nav-link.active, .show > .nav-pills .nav-link { color: #fff; background-color: #3f51b5; } .nav-fill .nav-item { flex: 1 1 auto; text-align: center; } .nav-justified .nav-item { flex-basis: 0; flex-grow: 1; text-align: center; } .tab-content > .tab-pane { display: none; } .tab-content > .active { display: block; } /* * ~/scss/theme_uno/bootstrap/_navbar.scss */ .navbar { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 0.5rem 1rem; } .navbar > .container, .navbar > .container-fluid { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; } .navbar-brand { display: inline-block; padding-top: 0.3125rem; padding-bottom: 0.3125rem; margin-right: 1rem; font-size: 1.25rem; line-height: inherit; white-space: nowrap; } .navbar-brand:focus, .navbar-brand:hover { text-decoration: none; } .navbar-nav { display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none; } .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem; } .navbar-nav .dropdown-menu { position: static; float: none; } .navbar-text { display: inline-block; padding-top: 0.5rem; padding-bottom: 0.5rem; } .navbar-collapse { flex-basis: 100%; align-items: center; } .navbar-toggler { padding: 0.25rem 0.75rem; font-size: 1.25rem; line-height: 1; background: transparent; border: 1px solid transparent; border-radius: 0.125rem; } .navbar-toggler:focus, .navbar-toggler:hover { text-decoration: none; } .drawer-toggler { padding: 0.25rem 0.75rem; font-size: 1.25rem; line-height: 1; background: transparent; border: 0px solid transparent; border-radius: 0.125rem; } .drawer-toggler:focus, .drawer-toggler:hover { text-decoration: none; } .navbar-toggler-icon { display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; content: ""; background: no-repeat center center; background-size: 100% 100%; } @media (max-width: 575px) { .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid { padding-right: 0; padding-left: 0; } } @media (min-width: 576px) { .navbar-expand-sm { flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; } .navbar-expand-sm .navbar-nav { flex-direction: row; } .navbar-expand-sm .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-sm .navbar-nav .dropdown-menu-right { right: 0; left: auto; } .navbar-expand-sm .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem; } .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid { flex-wrap: nowrap; } .navbar-expand-sm .navbar-collapse { display: flex !important; } .navbar-expand-sm .navbar-toggler { display: none; } } @media (max-width: 767px) { .navbar-expand-md > .container, .navbar-expand-md > .container-fluid { padding-right: 0; padding-left: 0; } } @media (min-width: 768px) { .navbar-expand-md { flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; } .navbar-expand-md .navbar-nav { flex-direction: row; } .navbar-expand-md .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-md .navbar-nav .dropdown-menu-right { right: 0; left: auto; } .navbar-expand-md .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem; } .navbar-expand-md > .container, .navbar-expand-md > .container-fluid { flex-wrap: nowrap; } .navbar-expand-md .navbar-collapse { display: flex !important; } .navbar-expand-md .navbar-toggler { display: none; } } @media (max-width: 991px) { .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid { padding-right: 0; padding-left: 0; } } @media (min-width: 992px) { .navbar-expand-lg { flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; } .navbar-expand-lg .navbar-nav { flex-direction: row; } .navbar-expand-lg .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-lg .navbar-nav .dropdown-menu-right { right: 0; left: auto; } .navbar-expand-lg .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem; } .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid { flex-wrap: nowrap; } .navbar-expand-lg .navbar-collapse { display: flex !important; } .navbar-expand-lg .navbar-toggler { display: none; } } @media (max-width: 1199px) { .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid { padding-right: 0; padding-left: 0; } } @media (min-width: 1200px) { .navbar-expand-xl { flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; } .navbar-expand-xl .navbar-nav { flex-direction: row; } .navbar-expand-xl .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-xl .navbar-nav .dropdown-menu-right { right: 0; left: auto; } .navbar-expand-xl .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem; } .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid { flex-wrap: nowrap; } .navbar-expand-xl .navbar-collapse { display: flex !important; } .navbar-expand-xl .navbar-toggler { display: none; } } .navbar-expand { flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; } .navbar-expand > .container, .navbar-expand > .container-fluid { padding-right: 0; padding-left: 0; } .navbar-expand .navbar-nav { flex-direction: row; } .navbar-expand .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand .navbar-nav .dropdown-menu-right { right: 0; left: auto; } .navbar-expand .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem; } .navbar-expand > .container, .navbar-expand > .container-fluid { flex-wrap: nowrap; } .navbar-expand .navbar-collapse { display: flex !important; } .navbar-expand .navbar-toggler { display: none; } .navbar-light .navbar-brand { color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover { color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-nav .nav-link { color: rgba(0, 0, 0, 0.5); } .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { color: rgba(0, 0, 0, 0.7); } .navbar-light .navbar-nav .nav-link.disabled { color: rgba(0, 0, 0, 0.3); } .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active { color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-toggler { color: rgba(0, 0, 0, 0.5); border-color: rgba(0, 0, 0, 0.1); } .navbar-light .drawer-toggler { color: rgba(0, 0, 0, 0.5); } .navbar-light .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); } .navbar-light .navbar-text { color: rgba(0, 0, 0, 0.5); } .navbar-dark .navbar-brand { color: white; } .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover { color: white; } .navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.5); } .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover { color: rgba(255, 255, 255, 0.75); } .navbar-dark .navbar-nav .nav-link.disabled { color: rgba(255, 255, 255, 0.25); } .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active { color: white; } .navbar-dark .navbar-toggler { color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.1); } .navbar-dark .drawer-toggler { color: rgba(255, 255, 255, 0.5); } .navbar-dark .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); } .navbar-dark .navbar-text { color: rgba(255, 255, 255, 0.5); } /* * ~/scss/theme_uno/bootstrap/_card.scss */ .card { position: relative; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #FAFAFA; background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.23); border-radius: 0.125rem; } .card-body { flex: 1 1 auto; padding: 1.25rem; } .card-title { margin-bottom: 0.75rem; } .card-subtitle { margin-top: -0.375rem; margin-bottom: 0; } .card-text:last-child { margin-bottom: 0; } .card-link:hover { text-decoration: none; } .card-link + .card-link { margin-left: 1.25rem; } .card > .list-group:first-child .list-group-item:first-child { border-top-left-radius: 0.125rem; border-top-right-radius: 0.125rem; } .card > .list-group:last-child .list-group-item:last-child { border-bottom-right-radius: 0.125rem; border-bottom-left-radius: 0.125rem; } .card-header { padding: 0.75rem 1.25rem; margin-bottom: 0; background-color: #FAFAFA; border-bottom: 1px solid rgba(0, 0, 0, 0.23); } .card-header:first-child { border-radius: calc(0.125rem - 1px) calc(0.125rem - 1px) 0 0; } .card-footer { padding: 0.75rem 1.25rem; background-color: #FAFAFA; border-top: 1px solid rgba(0, 0, 0, 0.23); } .card-footer:last-child { border-radius: 0 0 calc(0.125rem - 1px) calc(0.125rem - 1px); } .card-header-tabs { margin-right: -0.625rem; margin-bottom: -0.75rem; margin-left: -0.625rem; border-bottom: 0; } .card-header-pills { margin-right: -0.625rem; margin-left: -0.625rem; } .card-img-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 1.25rem; } .card-img { width: 100%; border-radius: calc(0.125rem - 1px); } .card-img-top { width: 100%; border-top-left-radius: calc(0.125rem - 1px); border-top-right-radius: calc(0.125rem - 1px); } .card-img-bottom { width: 100%; border-bottom-right-radius: calc(0.125rem - 1px); border-bottom-left-radius: calc(0.125rem - 1px); } @media (min-width: 576px) { .card-deck { display: flex; flex-flow: row wrap; margin-right: -15px; margin-left: -15px; } .card-deck .card { display: flex; flex: 1 0 0%; flex-direction: column; margin-right: 15px; margin-left: 15px; } } @media (min-width: 576px) { .card-group { display: flex; flex-flow: row wrap; } .card-group .card { flex: 1 0 0%; } .card-group .card + .card { margin-left: 0; border-left: 0; } .card-group .card:first-child { border-top-right-radius: 0; border-bottom-right-radius: 0; } .card-group .card:first-child .card-img-top { border-top-right-radius: 0; } .card-group .card:first-child .card-img-bottom { border-bottom-right-radius: 0; } .card-group .card:last-child { border-top-left-radius: 0; border-bottom-left-radius: 0; } .card-group .card:last-child .card-img-top { border-top-left-radius: 0; } .card-group .card:last-child .card-img-bottom { border-bottom-left-radius: 0; } .card-group .card:not(:first-child):not(:last-child) { border-radius: 0; } .card-group .card:not(:first-child):not(:last-child) .card-img-top, .card-group .card:not(:first-child):not(:last-child) .card-img-bottom { border-radius: 0; } } .card-columns .card { margin-bottom: 0.75rem; } @media (min-width: 576px) { .card-columns { column-count: 3; column-gap: 1.25rem; } .card-columns .card { display: inline-block; width: 100%; } } /* * ~/scss/theme_uno/bootstrap/_breadcrumb.scss */ .breadcrumb { padding: 0.75rem 1rem; margin-bottom: 1rem; list-style: none; background-color: #eee; border-radius: 0.125rem; } .breadcrumb::after { display: block; clear: both; content: ""; } .breadcrumb-item { float: left; } .breadcrumb-item + .breadcrumb-item::before { display: inline-block; padding-right: 0.5rem; padding-left: 0.5rem; color: #757575; content: "|"; } .breadcrumb-item + .breadcrumb-item:hover::before { text-decoration: underline; } .breadcrumb-item + .breadcrumb-item:hover::before { text-decoration: none; } .breadcrumb-item.active { color: #757575; } /* * ~/scss/theme_uno/bootstrap/_pagination.scss */ .pagination { display: flex; padding-left: 0; list-style: none; border-radius: 0.125rem; } .page-item:first-child .page-link { margin-left: 0; border-top-left-radius: 0.125rem; border-bottom-left-radius: 0.125rem; } .page-item:last-child .page-link { border-top-right-radius: 0.125rem; border-bottom-right-radius: 0.125rem; } .page-item.active .page-link { z-index: 2; color: #fff; background-color: #3f51b5; border-color: #3f51b5; } .page-item.disabled .page-link { color: #757575; pointer-events: none; background-color: transparent; border-color: #ddd; } .page-link { position: relative; display: block; padding: 0.5rem 0.75rem; margin-left: -1px; line-height: 1.25; color: #3f51b5; background-color: transparent; border: 0 solid #ddd; } .page-link:focus, .page-link:hover { color: #2b387c; text-decoration: none; background-color: #eee; border-color: #ddd; } .pagination-lg .page-link { padding: 0.75rem 0; font-size: 1.25rem; line-height: 1.5; } .pagination-lg .page-item:first-child .page-link { border-top-left-radius: 0.3rem; border-bottom-left-radius: 0.3rem; } .pagination-lg .page-item:last-child .page-link { border-top-right-radius: 0.3rem; border-bottom-right-radius: 0.3rem; } .pagination-sm .page-link { padding: 0.25rem 0; font-size: 0.875rem; line-height: 1.5; } .pagination-sm .page-item:first-child .page-link { border-top-left-radius: 0.0625rem; border-bottom-left-radius: 0.0625rem; } .pagination-sm .page-item:last-child .page-link { border-top-right-radius: 0.0625rem; border-bottom-right-radius: 0.0625rem; } /* * ~/scss/theme_uno/bootstrap/_jumbotron-group.scss */ .jumbotron { padding: 2rem 1rem; margin-bottom: 2rem; background-color: #eee; border-radius: 0.3rem; } @media (min-width: 576px) { .jumbotron { padding: 4rem 2rem; } } .jumbotron-fluid { padding-right: 0; padding-left: 0; border-radius: 0; } /* * ~/scss/theme_uno/bootstrap/_alert.scss */ .alert { padding: 0.75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: 0.125rem; } .alert-heading { color: inherit; } .alert-link { font-weight: 700; } .alert-dismissible .close { position: relative; top: -0.75rem; right: -1.25rem; padding: 0.75rem 1.25rem; color: inherit; } .alert-primary { color: #212a5e; background-color: #d9dcf0; border-color: #c9ceea; } .alert-primary hr { border-top-color: #b7bde3; } .alert-primary .alert-link { color: #141938; } .alert-secondary { color: #3d3d3d; background-color: #e3e3e3; border-color: #d8d8d8; } .alert-secondary hr { border-top-color: #cbcbcb; } .alert-secondary .alert-link { color: #242424; } .alert-success { color: #285b2a; background-color: #dbefdc; border-color: #cde9ce; } .alert-success hr { border-top-color: #bbe1bd; } .alert-success .alert-link { color: #18381a; } .alert-info { color: #00626e; background-color: #ccf2f6; border-color: #b8ecf3; } .alert-info hr { border-top-color: #a2e6ef; } .alert-info .alert-link { color: #00353b; } .alert-warning { color: #857a1f; background-color: #fffbd8; border-color: #fff9c8; } .alert-warning hr { border-top-color: #fff6af; } .alert-warning .alert-link { color: #5c5415; } .alert-danger { color: #7f231c; background-color: #fdd9d7; border-color: #fccac7; } .alert-danger hr { border-top-color: #fbb3af; } .alert-danger .alert-link { color: #551713; } .alert-light { color: #7c7c7c; background-color: #fcfcfc; border-color: #fafafa; } .alert-light hr { border-top-color: #ededed; } .alert-light .alert-link { color: #636363; } .alert-dark { color: #222222; background-color: #d9d9d9; border-color: #cacaca; } .alert-dark hr { border-top-color: #bdbdbd; } .alert-dark .alert-link { color: #090909; } /* * ~/scss/theme_uno/bootstrap/_progress.scss */ @keyframes progress-bar-stripes { from { background-position: 1rem 0; } to { background-position: 0 0; } } .progress { display: flex; height: 1rem; overflow: hidden; font-size: 0.75rem; background-color: #eee; border-radius: 0.125rem; } .progress-bar { display: flex; align-items: center; justify-content: center; color: #fff; background-color: #3f51b5; } .progress-bar-striped { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 1rem 1rem; } .progress-bar-animated { animation: progress-bar-stripes 1s linear infinite; } /* * ~/scss/theme_uno/bootstrap/_media.scss */ .media { display: flex; align-items: flex-start; } .media-body { flex: 1; } /* * ~/scss/theme_uno/bootstrap/_list-group.scss */ .list-group { display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; } .list-group-item-action { width: 100%; color: #616161; text-align: inherit; } .list-group-item-action:focus, .list-group-item-action:hover { color: #616161; text-decoration: none; background-color: #f5f5f5; } .list-group-item-action:active { color: #212121; background-color: #eee; } .list-group-item { position: relative; display: block; padding: 0.75rem 1.25rem; margin-bottom: 0; background-color: inherit; border: 0 solid rgba(0, 0, 0, 0.125); } .list-group-item:first-child { border-top-left-radius: 0; border-top-right-radius: 0; } .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .list-group-item:focus, .list-group-item:hover { text-decoration: none; } .list-group-item.disabled, .list-group-item:disabled { color: #757575; background-color: inherit; } .list-group-item.active { z-index: 2; color: #fff; background-color: #3f51b5; border-color: #3f51b5; } .list-group-flush .list-group-item { border-right: 0; border-left: 0; border-radius: 0; } .list-group-flush:first-child .list-group-item:first-child { border-top: 0; } .list-group-flush:last-child .list-group-item:last-child { border-bottom: 0; } .list-group-item-primary { color: #212a5e; background-color: #c9ceea; } a.list-group-item-primary, button.list-group-item-primary { color: #212a5e; } a.list-group-item-primary:focus, a.list-group-item-primary:hover, button.list-group-item-primary:focus, button.list-group-item-primary:hover { color: #212a5e; background-color: #b7bde3; } a.list-group-item-primary.active, button.list-group-item-primary.active { color: #fff; background-color: #212a5e; border-color: #212a5e; } .list-group-item-secondary { color: #3d3d3d; background-color: #d8d8d8; } a.list-group-item-secondary, button.list-group-item-secondary { color: #3d3d3d; } a.list-group-item-secondary:focus, a.list-group-item-secondary:hover, button.list-group-item-secondary:focus, button.list-group-item-secondary:hover { color: #3d3d3d; background-color: #cbcbcb; } a.list-group-item-secondary.active, button.list-group-item-secondary.active { color: #fff; background-color: #3d3d3d; border-color: #3d3d3d; } .list-group-item-success { color: #285b2a; background-color: #cde9ce; } a.list-group-item-success, button.list-group-item-success { color: #285b2a; } a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover { color: #285b2a; background-color: #bbe1bd; } a.list-group-item-success.active, button.list-group-item-success.active { color: #fff; background-color: #285b2a; border-color: #285b2a; } .list-group-item-info { color: #00626e; background-color: #b8ecf3; } a.list-group-item-info, button.list-group-item-info { color: #00626e; } a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover { color: #00626e; background-color: #a2e6ef; } a.list-group-item-info.active, button.list-group-item-info.active { color: #fff; background-color: #00626e; border-color: #00626e; } .list-group-item-warning { color: #857a1f; background-color: #fff9c8; } a.list-group-item-warning, button.list-group-item-warning { color: #857a1f; } a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover { color: #857a1f; background-color: #fff6af; } a.list-group-item-warning.active, button.list-group-item-warning.active { color: #fff; background-color: #857a1f; border-color: #857a1f; } .list-group-item-danger { color: #7f231c; background-color: #fccac7; } a.list-group-item-danger, button.list-group-item-danger { color: #7f231c; } a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover { color: #7f231c; background-color: #fbb3af; } a.list-group-item-danger.active, button.list-group-item-danger.active { color: #fff; background-color: #7f231c; border-color: #7f231c; } .list-group-item-light { color: #7c7c7c; background-color: #fafafa; } a.list-group-item-light, button.list-group-item-light { color: #7c7c7c; } a.list-group-item-light:focus, a.list-group-item-light:hover, button.list-group-item-light:focus, button.list-group-item-light:hover { color: #7c7c7c; background-color: #ededed; } a.list-group-item-light.active, button.list-group-item-light.active { color: #fff; background-color: #7c7c7c; border-color: #7c7c7c; } .list-group-item-dark { color: #222222; background-color: #cacaca; } a.list-group-item-dark, button.list-group-item-dark { color: #222222; } a.list-group-item-dark:focus, a.list-group-item-dark:hover, button.list-group-item-dark:focus, button.list-group-item-dark:hover { color: #222222; background-color: #bdbdbd; } a.list-group-item-dark.active, button.list-group-item-dark.active { color: #fff; background-color: #222222; border-color: #222222; } /* * ~/scss/theme_uno/bootstrap/_close.scss */ .close { float: right; font-size: 1.5rem; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .5; } .close:focus, .close:hover { color: #000; text-decoration: none; opacity: .75; } button.close { padding: 0; background: transparent; border: 0; -webkit-appearance: none; } /* * ~/scss/theme_uno/bootstrap/_badge.scss */ .badge { display: inline-block; padding: 0.25em 0.4em; font-size: 75%; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 0.125rem; } .badge:empty { display: none; } .btn .badge { position: relative; top: -1px; } .badge-pill { padding-right: 0.6em; padding-left: 0.6em; border-radius: 10rem; } .badge-primary { color: #fff; background-color: #3f51b5; } .badge-primary[href]:focus, .badge-primary[href]:hover { color: #fff; text-decoration: none; background-color: #32408f; } .badge-secondary { color: #fff; background-color: #757575; } .badge-secondary[href]:focus, .badge-secondary[href]:hover { color: #fff; text-decoration: none; background-color: #5c5c5c; } .badge-success { color: #fff; background-color: #4caf50; } .badge-success[href]:focus, .badge-success[href]:hover { color: #fff; text-decoration: none; background-color: #3d8b40; } .badge-info { color: #fff; background-color: #00bcd4; } .badge-info[href]:focus, .badge-info[href]:hover { color: #fff; text-decoration: none; background-color: #008fa1; } .badge-warning { color: #111; background-color: #ffeb3b; } .badge-warning[href]:focus, .badge-warning[href]:hover { color: #111; text-decoration: none; background-color: #ffe608; } .badge-danger { color: #fff; background-color: #f44336; } .badge-danger[href]:focus, .badge-danger[href]:hover { color: #fff; text-decoration: none; background-color: #ea1c0d; } .badge-light { color: #111; background-color: #eee; } .badge-light[href]:focus, .badge-light[href]:hover { color: #111; text-decoration: none; background-color: #d5d5d5; } .badge-dark { color: #fff; background-color: #424242; } .badge-dark[href]:focus, .badge-dark[href]:hover { color: #fff; text-decoration: none; background-color: #292929; } /* * ~/scss/theme_uno/bootstrap/_modal.scss */ .modal-open { overflow: hidden; } .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; outline: 0; } .modal.fade .modal-dialog { transition: transform 0.3s ease-out; transform: translate(0, -25%); } .modal.show .modal-dialog { transform: translate(0, 0); } .modal-open .modal { overflow-x: hidden; overflow-y: auto; } .modal-dialog { position: relative; width: auto; margin: 0.5rem; } .modal-content { position: relative; display: flex; flex-direction: column; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5); outline: 0; } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; } .modal-backdrop.fade { opacity: 0; } .modal-backdrop.show { opacity: 0.26; } .modal-header { display: flex; align-items: center; justify-content: space-between; padding: 1rem; border-bottom: 1px solid #eee; } .modal-header .close { margin-left: auto; margin-top: -1.5rem; } .modal-title { margin-bottom: 0; line-height: 1.5; } .modal-body { position: relative; flex: 1 1 auto; padding: 1rem; } .modal-footer { display: flex; align-items: center; justify-content: flex-end; padding: 1rem; border-top: 1px solid #eee; } .modal-footer > :not(:first-child) { margin-left: .25rem; } .modal-footer > :not(:last-child) { margin-right: .25rem; } .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; } @media (min-width: 576px) { .modal-dialog { max-width: 500px; margin: 1.75rem auto; } .modal-content { box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5); } .modal-sm { max-width: 300px; } } @media (min-width: 992px) { .modal-lg { max-width: 800px; } } /* * ~/scss/theme_uno/bootstrap/_tooltip.scss */ .tooltip { position: absolute; z-index: 1070; display: block; margin: 0; font-family: "Roboto", "Helvetica", "Arial", sans-serif; font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; opacity: 0; } .tooltip.show { opacity: 0.9; } .tooltip .arrow { position: absolute; display: block; width: 5px; height: 5px; } .tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] { padding: 5px 0; } .tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow { bottom: 0; } .tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before { margin-left: -3px; content: ""; border-width: 5px 5px 0; border-top-color: rgba(97, 97, 97, 0.9); } .tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] { padding: 0 5px; } .tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow { left: 0; } .tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before { margin-top: -3px; content: ""; border-width: 5px 5px 5px 0; border-right-color: rgba(97, 97, 97, 0.9); } .tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] { padding: 5px 0; } .tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow { top: 0; } .tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before { margin-left: -3px; content: ""; border-width: 0 5px 5px; border-bottom-color: rgba(97, 97, 97, 0.9); } .tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] { padding: 0 5px; } .tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow { right: 0; } .tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before { right: 0; margin-top: -3px; content: ""; border-width: 5px 0 5px 5px; border-left-color: rgba(97, 97, 97, 0.9); } .tooltip .arrow::before { position: absolute; border-color: transparent; border-style: solid; } .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; background-color: rgba(97, 97, 97, 0.9); border-radius: 0.125rem; } /* * ~/scss/theme_uno/bootstrap/_popover.scss */ .popover { position: absolute; top: 0; left: 0; z-index: 1060; display: block; max-width: 276px; padding: 0.1rem; font-family: "Roboto", "Helvetica", "Arial", sans-serif; font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2); } .popover .arrow { position: absolute; display: block; width: 1rem; height: 0.5rem; } .popover .arrow::before, .popover .arrow::after { position: absolute; display: block; border-color: transparent; border-style: solid; } .popover .arrow::before { content: ""; border-width: 1.1rem; } .popover .arrow::after { content: ""; border-width: 1.1rem; } .popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] { margin-bottom: 1rem; } .popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow { bottom: 0; } .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before, .popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after { border-bottom-width: 0; } .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before { bottom: -1.1rem; margin-left: 3.9rem; border-top-color: rgba(0, 0, 0, 0.25); } .popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after { bottom: -0.1rem; margin-left: 3.9rem; border-top-color: #fff; } .popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] { margin-left: 1rem; } .popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow { left: 0; } .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before, .popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after { margin-top: 1.9rem; border-left-width: 0; } .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before { left: -1.1rem; border-right-color: rgba(0, 0, 0, 0.25); } .popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after { left: -0.1rem; border-right-color: #fff; } .popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] { margin-top: 1rem; } .popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow { top: 0; } .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before, .popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after { margin-left: 2rem; border-top-width: 0; } .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before { top: -1.1rem; border-bottom-color: rgba(0, 0, 0, 0.25); } .popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after { top: -0.1rem; border-bottom-color: #fff; } .popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before { position: absolute; top: 0; left: 50%; display: block; width: 20px; margin-left: -10px; content: ""; border-bottom: 1px solid #f7f7f7; } .popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] { margin-right: 1rem; } .popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow { right: 0; } .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before, .popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after { margin-top: 1.9rem; border-right-width: 0; } .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before { right: -1.1rem; border-left-color: rgba(0, 0, 0, 0.25); } .popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after { right: -0.1rem; border-left-color: #fff; } .popover-header { padding: 0.5rem 0.75rem; margin-bottom: 0; font-size: 1rem; color: rgba(0, 0, 0, 0.75); background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-top-left-radius: calc(0.3rem - 1px); border-top-right-radius: calc(0.3rem - 1px); } .popover-header:empty { display: none; } .popover-body { padding: 0.5rem 0.75rem; color: #212121; } /* * ~/scss/theme_uno/bootstrap/_carousel.scss */ .carousel { position: relative; } .carousel-inner { position: relative; width: 100%; overflow: hidden; } .carousel-item { position: relative; display: none; align-items: center; width: 100%; transition: transform 0.6s ease; backface-visibility: hidden; perspective: 1000px; } .carousel-item.active, .carousel-item-next, .carousel-item-prev { display: block; } .carousel-item-next, .carousel-item-prev { position: absolute; top: 0; } .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right { transform: translateX(0); } @supports (transform-style: preserve-3d) { .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right { transform: translate3d(0, 0, 0); } } .carousel-item-next, .active.carousel-item-right { transform: translateX(100%); } @supports (transform-style: preserve-3d) { .carousel-item-next, .active.carousel-item-right { transform: translate3d(100%, 0, 0); } } .carousel-item-prev, .active.carousel-item-left { transform: translateX(-100%); } @supports (transform-style: preserve-3d) { .carousel-item-prev, .active.carousel-item-left { transform: translate3d(-100%, 0, 0); } } .carousel-control-prev, .carousel-control-next { position: absolute; top: 0; bottom: 0; display: flex; align-items: center; justify-content: center; width: 15%; color: #fff; text-align: center; opacity: 0.5; } .carousel-control-prev:focus, .carousel-control-prev:hover, .carousel-control-next:focus, .carousel-control-next:hover { color: #fff; text-decoration: none; outline: 0; opacity: .9; } .carousel-control-prev { left: 0; } .carousel-control-next { right: 0; } .carousel-control-prev-icon, .carousel-control-next-icon { display: inline-block; width: 20px; height: 20px; background: transparent no-repeat center center; background-size: 100% 100%; } .carousel-control-prev-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); } .carousel-control-next-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); } .carousel-indicators { position: absolute; right: 0; bottom: 10px; left: 0; z-index: 15; display: flex; justify-content: center; padding-left: 0; margin-right: 15%; margin-left: 15%; list-style: none; } .carousel-indicators li { position: relative; flex: 0 1 auto; width: 30px; height: 3px; margin-right: 3px; margin-left: 3px; text-indent: -999px; background-color: rgba(255, 255, 255, 0.5); } .carousel-indicators li::before { position: absolute; top: -10px; left: 0; display: inline-block; width: 100%; height: 10px; content: ""; } .carousel-indicators li::after { position: absolute; bottom: -10px; left: 0; display: inline-block; width: 100%; height: 10px; content: ""; } .carousel-indicators .active { background-color: #fff; } .carousel-caption { position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; } /* * ~/scss/theme_uno/bootstrap/_utilities.scss */ .align-baseline { vertical-align: baseline !important; } .align-top { vertical-align: top !important; } .align-middle { vertical-align: middle !important; } .align-bottom { vertical-align: bottom !important; } .align-text-bottom { vertical-align: text-bottom !important; } .align-text-top { vertical-align: text-top !important; } .bg-primary { background-color: #3f51b5 !important; } a.bg-primary:focus, a.bg-primary:hover { background-color: #32408f !important; } .bg-secondary { background-color: #757575 !important; } a.bg-secondary:focus, a.bg-secondary:hover { background-color: #5c5c5c !important; } .bg-success { background-color: #4caf50 !important; } a.bg-success:focus, a.bg-success:hover { background-color: #3d8b40 !important; } .bg-info { background-color: #00bcd4 !important; } a.bg-info:focus, a.bg-info:hover { background-color: #008fa1 !important; } .bg-warning { background-color: #ffeb3b !important; } a.bg-warning:focus, a.bg-warning:hover { background-color: #ffe608 !important; } .bg-danger { background-color: #f44336 !important; } a.bg-danger:focus, a.bg-danger:hover { background-color: #ea1c0d !important; } .bg-light { background-color: #eee !important; } a.bg-light:focus, a.bg-light:hover { background-color: #d5d5d5 !important; } .bg-dark { background-color: #424242 !important; } a.bg-dark:focus, a.bg-dark:hover { background-color: #292929 !important; } .bg-white { background-color: #fff !important; } .bg-transparent { background-color: transparent !important; } .border { border: 1px solid #eee !important; } .border-0 { border: 0 !important; } .border-top-0 { border-top: 0 !important; } .border-right-0 { border-right: 0 !important; } .border-bottom-0 { border-bottom: 0 !important; } .border-left-0 { border-left: 0 !important; } .border-primary { border-color: #3f51b5 !important; } .border-secondary { border-color: #757575 !important; } .border-success { border-color: #4caf50 !important; } .border-info { border-color: #00bcd4 !important; } .border-warning { border-color: #ffeb3b !important; } .border-danger { border-color: #f44336 !important; } .border-light { border-color: #eee !important; } .border-dark { border-color: #424242 !important; } .border-white { border-color: #fff !important; } .rounded { border-radius: 0.125rem !important; } .rounded-top { border-top-left-radius: 0.125rem !important; border-top-right-radius: 0.125rem !important; } .rounded-right { border-top-right-radius: 0.125rem !important; border-bottom-right-radius: 0.125rem !important; } .rounded-bottom { border-bottom-right-radius: 0.125rem !important; border-bottom-left-radius: 0.125rem !important; } .rounded-left { border-top-left-radius: 0.125rem !important; border-bottom-left-radius: 0.125rem !important; } .rounded-circle { border-radius: 50%; } .rounded-0 { border-radius: 0; } .clearfix::after { display: block; clear: both; content: ""; } .d-none { display: none !important; } .d-inline { display: inline !important; } .d-inline-block { display: inline-block !important; } .d-block { display: block !important; } .d-table { display: table !important; } .d-table-cell { display: table-cell !important; } .d-flex { display: flex !important; } .d-inline-flex { display: inline-flex !important; } @media (min-width: 576px) { .d-sm-none { display: none !important; } .d-sm-inline { display: inline !important; } .d-sm-inline-block { display: inline-block !important; } .d-sm-block { display: block !important; } .d-sm-table { display: table !important; } .d-sm-table-cell { display: table-cell !important; } .d-sm-flex { display: flex !important; } .d-sm-inline-flex { display: inline-flex !important; } } @media (min-width: 768px) { .d-md-none { display: none !important; } .d-md-inline { display: inline !important; } .d-md-inline-block { display: inline-block !important; } .d-md-block { display: block !important; } .d-md-table { display: table !important; } .d-md-table-cell { display: table-cell !important; } .d-md-flex { display: flex !important; } .d-md-inline-flex { display: inline-flex !important; } } @media (min-width: 992px) { .d-lg-none { display: none !important; } .d-lg-inline { display: inline !important; } .d-lg-inline-block { display: inline-block !important; } .d-lg-block { display: block !important; } .d-lg-table { display: table !important; } .d-lg-table-cell { display: table-cell !important; } .d-lg-flex { display: flex !important; } .d-lg-inline-flex { display: inline-flex !important; } } @media (min-width: 1200px) { .d-xl-none { display: none !important; } .d-xl-inline { display: inline !important; } .d-xl-inline-block { display: inline-block !important; } .d-xl-block { display: block !important; } .d-xl-table { display: table !important; } .d-xl-table-cell { display: table-cell !important; } .d-xl-flex { display: flex !important; } .d-xl-inline-flex { display: inline-flex !important; } } .d-print-block { display: none !important; } @media print { .d-print-block { display: block !important; } } .d-print-inline { display: none !important; } @media print { .d-print-inline { display: inline !important; } } .d-print-inline-block { display: none !important; } @media print { .d-print-inline-block { display: inline-block !important; } } @media print { .d-print-none { display: none !important; } } .embed-responsive { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; } .embed-responsive::before { display: block; content: ""; } .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; } .embed-responsive-21by9::before { padding-top: 42.85714%; } .embed-responsive-16by9::before { padding-top: 56.25%; } .embed-responsive-4by3::before { padding-top: 75%; } .embed-responsive-1by1::before { padding-top: 100%; } .flex-row { flex-direction: row !important; } .flex-column { flex-direction: column !important; } .flex-row-reverse { flex-direction: row-reverse !important; } .flex-column-reverse { flex-direction: column-reverse !important; } .flex-wrap { flex-wrap: wrap !important; } .flex-nowrap { flex-wrap: nowrap !important; } .flex-wrap-reverse { flex-wrap: wrap-reverse !important; } .justify-content-start { justify-content: flex-start !important; } .justify-content-end { justify-content: flex-end !important; } .justify-content-center { justify-content: center !important; } .justify-content-between { justify-content: space-between !important; } .justify-content-around { justify-content: space-around !important; } .align-items-start { align-items: flex-start !important; } .align-items-end { align-items: flex-end !important; } .align-items-center { align-items: center !important; } .align-items-baseline { align-items: baseline !important; } .align-items-stretch { align-items: stretch !important; } .align-content-start { align-content: flex-start !important; } .align-content-end { align-content: flex-end !important; } .align-content-center { align-content: center !important; } .align-content-between { align-content: space-between !important; } .align-content-around { align-content: space-around !important; } .align-content-stretch { align-content: stretch !important; } .align-self-auto { align-self: auto !important; } .align-self-start { align-self: flex-start !important; } .align-self-end { align-self: flex-end !important; } .align-self-center { align-self: center !important; } .align-self-baseline { align-self: baseline !important; } .align-self-stretch { align-self: stretch !important; } @media (min-width: 576px) { .flex-sm-row { flex-direction: row !important; } .flex-sm-column { flex-direction: column !important; } .flex-sm-row-reverse { flex-direction: row-reverse !important; } .flex-sm-column-reverse { flex-direction: column-reverse !important; } .flex-sm-wrap { flex-wrap: wrap !important; } .flex-sm-nowrap { flex-wrap: nowrap !important; } .flex-sm-wrap-reverse { flex-wrap: wrap-reverse !important; } .justify-content-sm-start { justify-content: flex-start !important; } .justify-content-sm-end { justify-content: flex-end !important; } .justify-content-sm-center { justify-content: center !important; } .justify-content-sm-between { justify-content: space-between !important; } .justify-content-sm-around { justify-content: space-around !important; } .align-items-sm-start { align-items: flex-start !important; } .align-items-sm-end { align-items: flex-end !important; } .align-items-sm-center { align-items: center !important; } .align-items-sm-baseline { align-items: baseline !important; } .align-items-sm-stretch { align-items: stretch !important; } .align-content-sm-start { align-content: flex-start !important; } .align-content-sm-end { align-content: flex-end !important; } .align-content-sm-center { align-content: center !important; } .align-content-sm-between { align-content: space-between !important; } .align-content-sm-around { align-content: space-around !important; } .align-content-sm-stretch { align-content: stretch !important; } .align-self-sm-auto { align-self: auto !important; } .align-self-sm-start { align-self: flex-start !important; } .align-self-sm-end { align-self: flex-end !important; } .align-self-sm-center { align-self: center !important; } .align-self-sm-baseline { align-self: baseline !important; } .align-self-sm-stretch { align-self: stretch !important; } } @media (min-width: 768px) { .flex-md-row { flex-direction: row !important; } .flex-md-column { flex-direction: column !important; } .flex-md-row-reverse { flex-direction: row-reverse !important; } .flex-md-column-reverse { flex-direction: column-reverse !important; } .flex-md-wrap { flex-wrap: wrap !important; } .flex-md-nowrap { flex-wrap: nowrap !important; } .flex-md-wrap-reverse { flex-wrap: wrap-reverse !important; } .justify-content-md-start { justify-content: flex-start !important; } .justify-content-md-end { justify-content: flex-end !important; } .justify-content-md-center { justify-content: center !important; } .justify-content-md-between { justify-content: space-between !important; } .justify-content-md-around { justify-content: space-around !important; } .align-items-md-start { align-items: flex-start !important; } .align-items-md-end { align-items: flex-end !important; } .align-items-md-center { align-items: center !important; } .align-items-md-baseline { align-items: baseline !important; } .align-items-md-stretch { align-items: stretch !important; } .align-content-md-start { align-content: flex-start !important; } .align-content-md-end { align-content: flex-end !important; } .align-content-md-center { align-content: center !important; } .align-content-md-between { align-content: space-between !important; } .align-content-md-around { align-content: space-around !important; } .align-content-md-stretch { align-content: stretch !important; } .align-self-md-auto { align-self: auto !important; } .align-self-md-start { align-self: flex-start !important; } .align-self-md-end { align-self: flex-end !important; } .align-self-md-center { align-self: center !important; } .align-self-md-baseline { align-self: baseline !important; } .align-self-md-stretch { align-self: stretch !important; } } @media (min-width: 992px) { .flex-lg-row { flex-direction: row !important; } .flex-lg-column { flex-direction: column !important; } .flex-lg-row-reverse { flex-direction: row-reverse !important; } .flex-lg-column-reverse { flex-direction: column-reverse !important; } .flex-lg-wrap { flex-wrap: wrap !important; } .flex-lg-nowrap { flex-wrap: nowrap !important; } .flex-lg-wrap-reverse { flex-wrap: wrap-reverse !important; } .justify-content-lg-start { justify-content: flex-start !important; } .justify-content-lg-end { justify-content: flex-end !important; } .justify-content-lg-center { justify-content: center !important; } .justify-content-lg-between { justify-content: space-between !important; } .justify-content-lg-around { justify-content: space-around !important; } .align-items-lg-start { align-items: flex-start !important; } .align-items-lg-end { align-items: flex-end !important; } .align-items-lg-center { align-items: center !important; } .align-items-lg-baseline { align-items: baseline !important; } .align-items-lg-stretch { align-items: stretch !important; } .align-content-lg-start { align-content: flex-start !important; } .align-content-lg-end { align-content: flex-end !important; } .align-content-lg-center { align-content: center !important; } .align-content-lg-between { align-content: space-between !important; } .align-content-lg-around { align-content: space-around !important; } .align-content-lg-stretch { align-content: stretch !important; } .align-self-lg-auto { align-self: auto !important; } .align-self-lg-start { align-self: flex-start !important; } .align-self-lg-end { align-self: flex-end !important; } .align-self-lg-center { align-self: center !important; } .align-self-lg-baseline { align-self: baseline !important; } .align-self-lg-stretch { align-self: stretch !important; } } @media (min-width: 1200px) { .flex-xl-row { flex-direction: row !important; } .flex-xl-column { flex-direction: column !important; } .flex-xl-row-reverse { flex-direction: row-reverse !important; } .flex-xl-column-reverse { flex-direction: column-reverse !important; } .flex-xl-wrap { flex-wrap: wrap !important; } .flex-xl-nowrap { flex-wrap: nowrap !important; } .flex-xl-wrap-reverse { flex-wrap: wrap-reverse !important; } .justify-content-xl-start { justify-content: flex-start !important; } .justify-content-xl-end { justify-content: flex-end !important; } .justify-content-xl-center { justify-content: center !important; } .justify-content-xl-between { justify-content: space-between !important; } .justify-content-xl-around { justify-content: space-around !important; } .align-items-xl-start { align-items: flex-start !important; } .align-items-xl-end { align-items: flex-end !important; } .align-items-xl-center { align-items: center !important; } .align-items-xl-baseline { align-items: baseline !important; } .align-items-xl-stretch { align-items: stretch !important; } .align-content-xl-start { align-content: flex-start !important; } .align-content-xl-end { align-content: flex-end !important; } .align-content-xl-center { align-content: center !important; } .align-content-xl-between { align-content: space-between !important; } .align-content-xl-around { align-content: space-around !important; } .align-content-xl-stretch { align-content: stretch !important; } .align-self-xl-auto { align-self: auto !important; } .align-self-xl-start { align-self: flex-start !important; } .align-self-xl-end { align-self: flex-end !important; } .align-self-xl-center { align-self: center !important; } .align-self-xl-baseline { align-self: baseline !important; } .align-self-xl-stretch { align-self: stretch !important; } } .float-left { float: left !important; } .float-right { float: right !important; } .float-none { float: none !important; } @media (min-width: 576px) { .float-sm-left { float: left !important; } .float-sm-right { float: right !important; } .float-sm-none { float: none !important; } } @media (min-width: 768px) { .float-md-left { float: left !important; } .float-md-right { float: right !important; } .float-md-none { float: none !important; } } @media (min-width: 992px) { .float-lg-left { float: left !important; } .float-lg-right { float: right !important; } .float-lg-none { float: none !important; } } @media (min-width: 1200px) { .float-xl-left { float: left !important; } .float-xl-right { float: right !important; } .float-xl-none { float: none !important; } } .position-static { position: static !important; } .position-relative { position: relative !important; } .position-absolute { position: absolute !important; } .position-fixed { position: fixed !important; } .position-sticky { position: sticky !important; } .fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; } .fixed-bottom { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1030; } @supports (position: sticky) { .sticky-top { position: sticky; top: 0; z-index: 1020; } } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; clip-path: inset(50%); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; clip-path: none; } /* jadams: calculate w-*|h-* helper classes */ .w-25 { width: 25% !important; } .w-50 { width: 50% !important; } .w-75 { width: 75% !important; } .w-100 { width: 100% !important; } .h-25 { height: 25% !important; } .h-50 { height: 50% !important; } .h-75 { height: 75% !important; } .h-100 { height: 100% !important; } .mw-100 { max-width: 100% !important; } .mh-100 { max-height: 100% !important; } .m-0 { margin: 0 !important; } .mt-0, .my-0 { margin-top: 0 !important; } .mr-0, .mx-0 { margin-right: 0 !important; } .mb-0, .my-0 { margin-bottom: 0 !important; } .ml-0, .mx-0 { margin-left: 0 !important; } .m-1 { margin: 0.25rem !important; } .mt-1, .my-1 { margin-top: 0.25rem !important; } .mr-1, .mx-1 { margin-right: 0.25rem !important; } .mb-1, .my-1 { margin-bottom: 0.25rem !important; } .ml-1, .mx-1 { margin-left: 0.25rem !important; } .m-2 { margin: 0.5rem !important; } .mt-2, .my-2 { margin-top: 0.5rem !important; } .mr-2, .mx-2 { margin-right: 0.5rem !important; } .mb-2, .my-2 { margin-bottom: 0.5rem !important; } .ml-2, .mx-2 { margin-left: 0.5rem !important; } .m-3 { margin: 1rem !important; } .mt-3, .my-3 { margin-top: 1rem !important; } .mr-3, .mx-3 { margin-right: 1rem !important; } .mb-3, .my-3 { margin-bottom: 1rem !important; } .ml-3, .mx-3 { margin-left: 1rem !important; } .m-4 { margin: 1.5rem !important; } .mt-4, .my-4 { margin-top: 1.5rem !important; } .mr-4, .mx-4 { margin-right: 1.5rem !important; } .mb-4, .my-4 { margin-bottom: 1.5rem !important; } .ml-4, .mx-4 { margin-left: 1.5rem !important; } .m-5 { margin: 3rem !important; } .mt-5, .my-5 { margin-top: 3rem !important; } .mr-5, .mx-5 { margin-right: 3rem !important; } .mb-5, .my-5 { margin-bottom: 3rem !important; } .ml-5, .mx-5 { margin-left: 3rem !important; } .p-0 { padding: 0 !important; } .pt-0, .py-0 { padding-top: 0 !important; } .pr-0, .px-0 { padding-right: 0 !important; } .pb-0, .py-0 { padding-bottom: 0 !important; } .pl-0, .px-0 { padding-left: 0 !important; } .p-1 { padding: 0.25rem !important; } .pt-1, .py-1 { padding-top: 0.25rem !important; } .pr-1, .px-1 { padding-right: 0.25rem !important; } .pb-1, .py-1 { padding-bottom: 0.25rem !important; } .pl-1, .px-1 { padding-left: 0.25rem !important; } .p-2 { padding: 0.5rem !important; } .pt-2, .py-2 { padding-top: 0.5rem !important; } .pr-2, .px-2 { padding-right: 0.5rem !important; } .pb-2, .py-2 { padding-bottom: 0.5rem !important; } .pl-2, .px-2 { padding-left: 0.5rem !important; } .p-3 { padding: 1rem !important; } .pt-3, .py-3 { padding-top: 1rem !important; } .pr-3, .px-3 { padding-right: 1rem !important; } .pb-3, .py-3 { padding-bottom: 1rem !important; } .pl-3, .px-3 { padding-left: 1rem !important; } .p-4 { padding: 1.5rem !important; } .pt-4, .py-4 { padding-top: 1.5rem !important; } .pr-4, .px-4 { padding-right: 1.5rem !important; } .pb-4, .py-4 { padding-bottom: 1.5rem !important; } .pl-4, .px-4 { padding-left: 1.5rem !important; } .p-5 { padding: 3rem !important; } .pt-5, .py-5 { padding-top: 3rem !important; } .pr-5, .px-5 { padding-right: 3rem !important; } .pb-5, .py-5 { padding-bottom: 3rem !important; } .pl-5, .px-5 { padding-left: 3rem !important; } .m-auto { margin: auto !important; } .mt-auto, .my-auto { margin-top: auto !important; } .mr-auto, .mx-auto { margin-right: auto !important; } .mb-auto, .my-auto { margin-bottom: auto !important; } .ml-auto, .mx-auto { margin-left: auto !important; } @media (min-width: 576px) { .m-sm-0 { margin: 0 !important; } .mt-sm-0, .my-sm-0 { margin-top: 0 !important; } .mr-sm-0, .mx-sm-0 { margin-right: 0 !important; } .mb-sm-0, .my-sm-0 { margin-bottom: 0 !important; } .ml-sm-0, .mx-sm-0 { margin-left: 0 !important; } .m-sm-1 { margin: 0.25rem !important; } .mt-sm-1, .my-sm-1 { margin-top: 0.25rem !important; } .mr-sm-1, .mx-sm-1 { margin-right: 0.25rem !important; } .mb-sm-1, .my-sm-1 { margin-bottom: 0.25rem !important; } .ml-sm-1, .mx-sm-1 { margin-left: 0.25rem !important; } .m-sm-2 { margin: 0.5rem !important; } .mt-sm-2, .my-sm-2 { margin-top: 0.5rem !important; } .mr-sm-2, .mx-sm-2 { margin-right: 0.5rem !important; } .mb-sm-2, .my-sm-2 { margin-bottom: 0.5rem !important; } .ml-sm-2, .mx-sm-2 { margin-left: 0.5rem !important; } .m-sm-3 { margin: 1rem !important; } .mt-sm-3, .my-sm-3 { margin-top: 1rem !important; } .mr-sm-3, .mx-sm-3 { margin-right: 1rem !important; } .mb-sm-3, .my-sm-3 { margin-bottom: 1rem !important; } .ml-sm-3, .mx-sm-3 { margin-left: 1rem !important; } .m-sm-4 { margin: 1.5rem !important; } .mt-sm-4, .my-sm-4 { margin-top: 1.5rem !important; } .mr-sm-4, .mx-sm-4 { margin-right: 1.5rem !important; } .mb-sm-4, .my-sm-4 { margin-bottom: 1.5rem !important; } .ml-sm-4, .mx-sm-4 { margin-left: 1.5rem !important; } .m-sm-5 { margin: 3rem !important; } .mt-sm-5, .my-sm-5 { margin-top: 3rem !important; } .mr-sm-5, .mx-sm-5 { margin-right: 3rem !important; } .mb-sm-5, .my-sm-5 { margin-bottom: 3rem !important; } .ml-sm-5, .mx-sm-5 { margin-left: 3rem !important; } .p-sm-0 { padding: 0 !important; } .pt-sm-0, .py-sm-0 { padding-top: 0 !important; } .pr-sm-0, .px-sm-0 { padding-right: 0 !important; } .pb-sm-0, .py-sm-0 { padding-bottom: 0 !important; } .pl-sm-0, .px-sm-0 { padding-left: 0 !important; } .p-sm-1 { padding: 0.25rem !important; } .pt-sm-1, .py-sm-1 { padding-top: 0.25rem !important; } .pr-sm-1, .px-sm-1 { padding-right: 0.25rem !important; } .pb-sm-1, .py-sm-1 { padding-bottom: 0.25rem !important; } .pl-sm-1, .px-sm-1 { padding-left: 0.25rem !important; } .p-sm-2 { padding: 0.5rem !important; } .pt-sm-2, .py-sm-2 { padding-top: 0.5rem !important; } .pr-sm-2, .px-sm-2 { padding-right: 0.5rem !important; } .pb-sm-2, .py-sm-2 { padding-bottom: 0.5rem !important; } .pl-sm-2, .px-sm-2 { padding-left: 0.5rem !important; } .p-sm-3 { padding: 1rem !important; } .pt-sm-3, .py-sm-3 { padding-top: 1rem !important; } .pr-sm-3, .px-sm-3 { padding-right: 1rem !important; } .pb-sm-3, .py-sm-3 { padding-bottom: 1rem !important; } .pl-sm-3, .px-sm-3 { padding-left: 1rem !important; } .p-sm-4 { padding: 1.5rem !important; } .pt-sm-4, .py-sm-4 { padding-top: 1.5rem !important; } .pr-sm-4, .px-sm-4 { padding-right: 1.5rem !important; } .pb-sm-4, .py-sm-4 { padding-bottom: 1.5rem !important; } .pl-sm-4, .px-sm-4 { padding-left: 1.5rem !important; } .p-sm-5 { padding: 3rem !important; } .pt-sm-5, .py-sm-5 { padding-top: 3rem !important; } .pr-sm-5, .px-sm-5 { padding-right: 3rem !important; } .pb-sm-5, .py-sm-5 { padding-bottom: 3rem !important; } .pl-sm-5, .px-sm-5 { padding-left: 3rem !important; } .m-sm-auto { margin: auto !important; } .mt-sm-auto, .my-sm-auto { margin-top: auto !important; } .mr-sm-auto, .mx-sm-auto { margin-right: auto !important; } .mb-sm-auto, .my-sm-auto { margin-bottom: auto !important; } .ml-sm-auto, .mx-sm-auto { margin-left: auto !important; } } @media (min-width: 768px) { .m-md-0 { margin: 0 !important; } .mt-md-0, .my-md-0 { margin-top: 0 !important; } .mr-md-0, .mx-md-0 { margin-right: 0 !important; } .mb-md-0, .my-md-0 { margin-bottom: 0 !important; } .ml-md-0, .mx-md-0 { margin-left: 0 !important; } .m-md-1 { margin: 0.25rem !important; } .mt-md-1, .my-md-1 { margin-top: 0.25rem !important; } .mr-md-1, .mx-md-1 { margin-right: 0.25rem !important; } .mb-md-1, .my-md-1 { margin-bottom: 0.25rem !important; } .ml-md-1, .mx-md-1 { margin-left: 0.25rem !important; } .m-md-2 { margin: 0.5rem !important; } .mt-md-2, .my-md-2 { margin-top: 0.5rem !important; } .mr-md-2, .mx-md-2 { margin-right: 0.5rem !important; } .mb-md-2, .my-md-2 { margin-bottom: 0.5rem !important; } .ml-md-2, .mx-md-2 { margin-left: 0.5rem !important; } .m-md-3 { margin: 1rem !important; } .mt-md-3, .my-md-3 { margin-top: 1rem !important; } .mr-md-3, .mx-md-3 { margin-right: 1rem !important; } .mb-md-3, .my-md-3 { margin-bottom: 1rem !important; } .ml-md-3, .mx-md-3 { margin-left: 1rem !important; } .m-md-4 { margin: 1.5rem !important; } .mt-md-4, .my-md-4 { margin-top: 1.5rem !important; } .mr-md-4, .mx-md-4 { margin-right: 1.5rem !important; } .mb-md-4, .my-md-4 { margin-bottom: 1.5rem !important; } .ml-md-4, .mx-md-4 { margin-left: 1.5rem !important; } .m-md-5 { margin: 3rem !important; } .mt-md-5, .my-md-5 { margin-top: 3rem !important; } .mr-md-5, .mx-md-5 { margin-right: 3rem !important; } .mb-md-5, .my-md-5 { margin-bottom: 3rem !important; } .ml-md-5, .mx-md-5 { margin-left: 3rem !important; } .p-md-0 { padding: 0 !important; } .pt-md-0, .py-md-0 { padding-top: 0 !important; } .pr-md-0, .px-md-0 { padding-right: 0 !important; } .pb-md-0, .py-md-0 { padding-bottom: 0 !important; } .pl-md-0, .px-md-0 { padding-left: 0 !important; } .p-md-1 { padding: 0.25rem !important; } .pt-md-1, .py-md-1 { padding-top: 0.25rem !important; } .pr-md-1, .px-md-1 { padding-right: 0.25rem !important; } .pb-md-1, .py-md-1 { padding-bottom: 0.25rem !important; } .pl-md-1, .px-md-1 { padding-left: 0.25rem !important; } .p-md-2 { padding: 0.5rem !important; } .pt-md-2, .py-md-2 { padding-top: 0.5rem !important; } .pr-md-2, .px-md-2 { padding-right: 0.5rem !important; } .pb-md-2, .py-md-2 { padding-bottom: 0.5rem !important; } .pl-md-2, .px-md-2 { padding-left: 0.5rem !important; } .p-md-3 { padding: 1rem !important; } .pt-md-3, .py-md-3 { padding-top: 1rem !important; } .pr-md-3, .px-md-3 { padding-right: 1rem !important; } .pb-md-3, .py-md-3 { padding-bottom: 1rem !important; } .pl-md-3, .px-md-3 { padding-left: 1rem !important; } .p-md-4 { padding: 1.5rem !important; } .pt-md-4, .py-md-4 { padding-top: 1.5rem !important; } .pr-md-4, .px-md-4 { padding-right: 1.5rem !important; } .pb-md-4, .py-md-4 { padding-bottom: 1.5rem !important; } .pl-md-4, .px-md-4 { padding-left: 1.5rem !important; } .p-md-5 { padding: 3rem !important; } .pt-md-5, .py-md-5 { padding-top: 3rem !important; } .pr-md-5, .px-md-5 { padding-right: 3rem !important; } .pb-md-5, .py-md-5 { padding-bottom: 3rem !important; } .pl-md-5, .px-md-5 { padding-left: 3rem !important; } .m-md-auto { margin: auto !important; } .mt-md-auto, .my-md-auto { margin-top: auto !important; } .mr-md-auto, .mx-md-auto { margin-right: auto !important; } .mb-md-auto, .my-md-auto { margin-bottom: auto !important; } .ml-md-auto, .mx-md-auto { margin-left: auto !important; } } @media (min-width: 992px) { .m-lg-0 { margin: 0 !important; } .mt-lg-0, .my-lg-0 { margin-top: 0 !important; } .mr-lg-0, .mx-lg-0 { margin-right: 0 !important; } .mb-lg-0, .my-lg-0 { margin-bottom: 0 !important; } .ml-lg-0, .mx-lg-0 { margin-left: 0 !important; } .m-lg-1 { margin: 0.25rem !important; } .mt-lg-1, .my-lg-1 { margin-top: 0.25rem !important; } .mr-lg-1, .mx-lg-1 { margin-right: 0.25rem !important; } .mb-lg-1, .my-lg-1 { margin-bottom: 0.25rem !important; } .ml-lg-1, .mx-lg-1 { margin-left: 0.25rem !important; } .m-lg-2 { margin: 0.5rem !important; } .mt-lg-2, .my-lg-2 { margin-top: 0.5rem !important; } .mr-lg-2, .mx-lg-2 { margin-right: 0.5rem !important; } .mb-lg-2, .my-lg-2 { margin-bottom: 0.5rem !important; } .ml-lg-2, .mx-lg-2 { margin-left: 0.5rem !important; } .m-lg-3 { margin: 1rem !important; } .mt-lg-3, .my-lg-3 { margin-top: 1rem !important; } .mr-lg-3, .mx-lg-3 { margin-right: 1rem !important; } .mb-lg-3, .my-lg-3 { margin-bottom: 1rem !important; } .ml-lg-3, .mx-lg-3 { margin-left: 1rem !important; } .m-lg-4 { margin: 1.5rem !important; } .mt-lg-4, .my-lg-4 { margin-top: 1.5rem !important; } .mr-lg-4, .mx-lg-4 { margin-right: 1.5rem !important; } .mb-lg-4, .my-lg-4 { margin-bottom: 1.5rem !important; } .ml-lg-4, .mx-lg-4 { margin-left: 1.5rem !important; } .m-lg-5 { margin: 3rem !important; } .mt-lg-5, .my-lg-5 { margin-top: 3rem !important; } .mr-lg-5, .mx-lg-5 { margin-right: 3rem !important; } .mb-lg-5, .my-lg-5 { margin-bottom: 3rem !important; } .ml-lg-5, .mx-lg-5 { margin-left: 3rem !important; } .p-lg-0 { padding: 0 !important; } .pt-lg-0, .py-lg-0 { padding-top: 0 !important; } .pr-lg-0, .px-lg-0 { padding-right: 0 !important; } .pb-lg-0, .py-lg-0 { padding-bottom: 0 !important; } .pl-lg-0, .px-lg-0 { padding-left: 0 !important; } .p-lg-1 { padding: 0.25rem !important; } .pt-lg-1, .py-lg-1 { padding-top: 0.25rem !important; } .pr-lg-1, .px-lg-1 { padding-right: 0.25rem !important; } .pb-lg-1, .py-lg-1 { padding-bottom: 0.25rem !important; } .pl-lg-1, .px-lg-1 { padding-left: 0.25rem !important; } .p-lg-2 { padding: 0.5rem !important; } .pt-lg-2, .py-lg-2 { padding-top: 0.5rem !important; } .pr-lg-2, .px-lg-2 { padding-right: 0.5rem !important; } .pb-lg-2, .py-lg-2 { padding-bottom: 0.5rem !important; } .pl-lg-2, .px-lg-2 { padding-left: 0.5rem !important; } .p-lg-3 { padding: 1rem !important; } .pt-lg-3, .py-lg-3 { padding-top: 1rem !important; } .pr-lg-3, .px-lg-3 { padding-right: 1rem !important; } .pb-lg-3, .py-lg-3 { padding-bottom: 1rem !important; } .pl-lg-3, .px-lg-3 { padding-left: 1rem !important; } .p-lg-4 { padding: 1.5rem !important; } .pt-lg-4, .py-lg-4 { padding-top: 1.5rem !important; } .pr-lg-4, .px-lg-4 { padding-right: 1.5rem !important; } .pb-lg-4, .py-lg-4 { padding-bottom: 1.5rem !important; } .pl-lg-4, .px-lg-4 { padding-left: 1.5rem !important; } .p-lg-5 { padding: 3rem !important; } .pt-lg-5, .py-lg-5 { padding-top: 3rem !important; } .pr-lg-5, .px-lg-5 { padding-right: 3rem !important; } .pb-lg-5, .py-lg-5 { padding-bottom: 3rem !important; } .pl-lg-5, .px-lg-5 { padding-left: 3rem !important; } .m-lg-auto { margin: auto !important; } .mt-lg-auto, .my-lg-auto { margin-top: auto !important; } .mr-lg-auto, .mx-lg-auto { margin-right: auto !important; } .mb-lg-auto, .my-lg-auto { margin-bottom: auto !important; } .ml-lg-auto, .mx-lg-auto { margin-left: auto !important; } } @media (min-width: 1200px) { .m-xl-0 { margin: 0 !important; } .mt-xl-0, .my-xl-0 { margin-top: 0 !important; } .mr-xl-0, .mx-xl-0 { margin-right: 0 !important; } .mb-xl-0, .my-xl-0 { margin-bottom: 0 !important; } .ml-xl-0, .mx-xl-0 { margin-left: 0 !important; } .m-xl-1 { margin: 0.25rem !important; } .mt-xl-1, .my-xl-1 { margin-top: 0.25rem !important; } .mr-xl-1, .mx-xl-1 { margin-right: 0.25rem !important; } .mb-xl-1, .my-xl-1 { margin-bottom: 0.25rem !important; } .ml-xl-1, .mx-xl-1 { margin-left: 0.25rem !important; } .m-xl-2 { margin: 0.5rem !important; } .mt-xl-2, .my-xl-2 { margin-top: 0.5rem !important; } .mr-xl-2, .mx-xl-2 { margin-right: 0.5rem !important; } .mb-xl-2, .my-xl-2 { margin-bottom: 0.5rem !important; } .ml-xl-2, .mx-xl-2 { margin-left: 0.5rem !important; } .m-xl-3 { margin: 1rem !important; } .mt-xl-3, .my-xl-3 { margin-top: 1rem !important; } .mr-xl-3, .mx-xl-3 { margin-right: 1rem !important; } .mb-xl-3, .my-xl-3 { margin-bottom: 1rem !important; } .ml-xl-3, .mx-xl-3 { margin-left: 1rem !important; } .m-xl-4 { margin: 1.5rem !important; } .mt-xl-4, .my-xl-4 { margin-top: 1.5rem !important; } .mr-xl-4, .mx-xl-4 { margin-right: 1.5rem !important; } .mb-xl-4, .my-xl-4 { margin-bottom: 1.5rem !important; } .ml-xl-4, .mx-xl-4 { margin-left: 1.5rem !important; } .m-xl-5 { margin: 3rem !important; } .mt-xl-5, .my-xl-5 { margin-top: 3rem !important; } .mr-xl-5, .mx-xl-5 { margin-right: 3rem !important; } .mb-xl-5, .my-xl-5 { margin-bottom: 3rem !important; } .ml-xl-5, .mx-xl-5 { margin-left: 3rem !important; } .p-xl-0 { padding: 0 !important; } .pt-xl-0, .py-xl-0 { padding-top: 0 !important; } .pr-xl-0, .px-xl-0 { padding-right: 0 !important; } .pb-xl-0, .py-xl-0 { padding-bottom: 0 !important; } .pl-xl-0, .px-xl-0 { padding-left: 0 !important; } .p-xl-1 { padding: 0.25rem !important; } .pt-xl-1, .py-xl-1 { padding-top: 0.25rem !important; } .pr-xl-1, .px-xl-1 { padding-right: 0.25rem !important; } .pb-xl-1, .py-xl-1 { padding-bottom: 0.25rem !important; } .pl-xl-1, .px-xl-1 { padding-left: 0.25rem !important; } .p-xl-2 { padding: 0.5rem !important; } .pt-xl-2, .py-xl-2 { padding-top: 0.5rem !important; } .pr-xl-2, .px-xl-2 { padding-right: 0.5rem !important; } .pb-xl-2, .py-xl-2 { padding-bottom: 0.5rem !important; } .pl-xl-2, .px-xl-2 { padding-left: 0.5rem !important; } .p-xl-3 { padding: 1rem !important; } .pt-xl-3, .py-xl-3 { padding-top: 1rem !important; } .pr-xl-3, .px-xl-3 { padding-right: 1rem !important; } .pb-xl-3, .py-xl-3 { padding-bottom: 1rem !important; } .pl-xl-3, .px-xl-3 { padding-left: 1rem !important; } .p-xl-4 { padding: 1.5rem !important; } .pt-xl-4, .py-xl-4 { padding-top: 1.5rem !important; } .pr-xl-4, .px-xl-4 { padding-right: 1.5rem !important; } .pb-xl-4, .py-xl-4 { padding-bottom: 1.5rem !important; } .pl-xl-4, .px-xl-4 { padding-left: 1.5rem !important; } .p-xl-5 { padding: 3rem !important; } .pt-xl-5, .py-xl-5 { padding-top: 3rem !important; } .pr-xl-5, .px-xl-5 { padding-right: 3rem !important; } .pb-xl-5, .py-xl-5 { padding-bottom: 3rem !important; } .pl-xl-5, .px-xl-5 { padding-left: 3rem !important; } .m-xl-auto { margin: auto !important; } .mt-xl-auto, .my-xl-auto { margin-top: auto !important; } .mr-xl-auto, .mx-xl-auto { margin-right: auto !important; } .mb-xl-auto, .my-xl-auto { margin-bottom: auto !important; } .ml-xl-auto, .mx-xl-auto { margin-left: auto !important; } } .text-justify { text-align: justify !important; } .text-nowrap { white-space: nowrap !important; } .text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .text-left { text-align: left !important; } .text-right { text-align: right !important; } .text-center { text-align: center !important; } @media (min-width: 576px) { .text-sm-left { text-align: left !important; } .text-sm-right { text-align: right !important; } .text-sm-center { text-align: center !important; } } @media (min-width: 768px) { .text-md-left { text-align: left !important; } .text-md-right { text-align: right !important; } .text-md-center { text-align: center !important; } } @media (min-width: 992px) { .text-lg-left { text-align: left !important; } .text-lg-right { text-align: right !important; } .text-lg-center { text-align: center !important; } } @media (min-width: 1200px) { .text-xl-left { text-align: left !important; } .text-xl-right { text-align: right !important; } .text-xl-center { text-align: center !important; } } .text-lowercase { text-transform: lowercase !important; } .text-uppercase { text-transform: uppercase !important; } .text-capitalize { text-transform: capitalize !important; } .font-weight-light { font-weight: 300 !important; } .font-weight-normal { font-weight: 400 !important; } .font-weight-bold { font-weight: 700 !important; } .font-italic { font-style: italic !important; } .text-white { color: #fff !important; } .text-primary { color: #3f51b5 !important; } a.text-primary:focus, a.text-primary:hover { color: #32408f !important; } .text-secondary { color: #757575 !important; } a.text-secondary:focus, a.text-secondary:hover { color: #5c5c5c !important; } .text-success { color: #4caf50 !important; } a.text-success:focus, a.text-success:hover { color: #3d8b40 !important; } .text-info { color: #00bcd4 !important; } a.text-info:focus, a.text-info:hover { color: #008fa1 !important; } .text-warning { color: #ffeb3b !important; } a.text-warning:focus, a.text-warning:hover { color: #ffe608 !important; } .text-danger { color: #f44336 !important; } a.text-danger:focus, a.text-danger:hover { color: #ea1c0d !important; } .text-light { color: #eee !important; } a.text-light:focus, a.text-light:hover { color: #d5d5d5 !important; } .text-dark { color: #424242 !important; } a.text-dark:focus, a.text-dark:hover { color: #292929 !important; } .text-muted { color: #757575 !important; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .visible { visibility: visible !important; } .invisible { visibility: hidden !important; } /* # ----------------------------------------------------------------------------- # ~/theme_uno/_components.scss # # This is the (SASS) entry point for theme ADDONS # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # ----------------------------------------------------------------------------- */ /* # ----------------------------------------------------------------------------- # ~/theme_uno/components/_accordion_panel.scss # Provides styles for the J1 Accordion Panel # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ /* Accordion Block ------------------------------------------------------------------- */ a.accordion-toggler { display: inline-flex; align-items: center; } .accordion-block { display: block; } .accordion-block p, .accordion-block h2 { color: #fff; } .accordion-block .panel, .panel-heading, .panel-group .panel { border-radius: 0; /* border: none; */ } .accordion-block .panel-heading { color: #fff; padding-top: .5rem; padding-bottom: .5rem; } .accordion-block h2 a:hover { text-decoration: none; } .accordion-block-light, .accordion-block-default { background: #fafafa; border: solid 1px #eee; } .accordion-block-light, .accordion-block-default:hover { box-shadow: 0 0 8px #E5E5E5; } .accordion-block-light p, .accordion-block-light h2, .accordion-block-default p, .accordion-block-default h2 { color: #555; } .accordion-block-dark { background: #ecf0f1 !important; border: solid 1px #888A85; } .accordion-block-dark:hover { box-shadow: 0 0 8px #2E3436; } .accordion-block-dark p, .accordion-block-dark h2 { color: #2d2d2d; } /* Accordion Box ------------------------------------------------------------------- */ .accordion-box .panel-heading { padding: 0; box-shadow: none; } .accordion-box .panel-heading a { display: block; font-size: 24px; padding: 10px 15px; background: #fefefe; } /* Plus Toggle */ .accordion-box .panel-heading a:before { color: #3465A4; font-size: 20px; content: "\f063"; line-height: 12px; /* position: absolute; */ padding-left: 10px; top: 36px; background: transparent; font-family: FontAwesome; } .accordion-box .panel-heading a.collapsed:before { content: "\f061"; } .accordion-box .title { text-align: center; text-transform: uppercase; margin-top: 0px; margin-bottom: 20px; } .accordion-box .title:after { left: 50%; width: 70px; margin-left: -35px; } .accordion-box .tagline { padding-left: 60px; padding-right: 60px; font-size: 14px; } .accordion-box .description-title { text-align: left; font-size: 22px; text-transform: uppercase; margin-top: 0px; margin-bottom: 20px; } .accordion-box .description-text { text-align: justify; margin-top: 0px; margin-bottom: 20px; } h2.accordion-box { color: #555; position: relative; margin-bottom: 30px; } h2.accordion-box:after { left: 0; width: 70px; height: 2px; content: " "; bottom: -10px; background: #555; position: absolute; } .accordion-box p { position: relative; margin-bottom: 50px; } .accordion-box p:after { content: " "; left: 50%; height: 1px; width: 50px; bottom: -15px; position: absolute; margin-left: -25px; background: #3465A4; } .acc-icon a.accordion-toggle i { color: #555; margin-right: 8px; } .acc-icon a.accordion-toggle:hover i { color: #39414c; } /* Accordion Icon ------------------------------------------------------------------- */ .accordion-icon { padding-top: 15px; text-align: center; } .accordion-icon i { color: #fff; width: 90px; height: 90px; padding: 30px 20px 0px 20px; font-size: 50px; line-height: 30px; position: relative; text-align: center; background: #3465A4; margin-bottom: 5px; display: inline-block; } .accordion-icon i:after { top: -8px; left: -8px; right: -8px; bottom: -8px; content: " "; position: absolute; border: 1px solid #dedede; border-radius: 5px !important; } .accordion-icon:hover i, .accordion-icon:hover i:after { transition: all 0.3s ease-in-out; } .accordion-icon:hover i { background: #729FCF; } .accordion-icon:hover i:after { border-color: #729FCF; } /* # ----------------------------------------------------------------------------- # ~/theme_uno/components/_banner.scss # Provides general styles for the J1 Banner # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ .j1-banner-block.container, .j1-banner-block.container-fluid { padding-left: 0 !important; padding-right: 0 !important; } /* .j1-banner-block.row { padding-left: 0 !important; padding-right: 0 !important; } */ .box .content { padding: 15px 30px; } /* # ----------------------------------------------------------------------------- # ~/theme_uno/components/_banner_news.scss # Provides styles for the J1 News Banner # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ .banner-news-headline { display: block; margin: 12px 10px 25px 10px; border-bottom: 1px solid #E5E5E5; } .banner-news-headline h4 { color: #3F51B5 !important; font-size: 2.5rem; margin: 0 0 -1px 0; padding-bottom: 5px; padding-left: 10px; display: inline-block; border-bottom: 1px dotted #3465a4; } .banner-news-headline h4:hover { color: #353535 !important; text-decoration: none; } .banner-news { padding: 20px 0 20px; } .banner-news p { text-align: justify; } .banner-news .box-description { text-align: -webkit-center; } .banner-news .j1-banner-block .recent-news { padding-top: 0; } .banner-news .j1-banner-block .link-news { margin-bottom: 0; } .banner-news .j1-banner-block .link-news li { padding: 12px 0px; border-top: solid 1px #353535; } .banner-news .j1-banner-block .link-news li:first-child { padding-top: 0; border-top: none; } .banner-news .j1-banner-block .link-news li a { color: #3F51B5; font-size: 1.25em; font-weight: 400; margin-bottom: 3px; display: inline-block; } .banner-news .j1-banner-block .link-news a:hover { color: #353535 !important; text-decoration: none; } .banner-news .j1-banner-block .link-news li small { font-size: 1.5rem; color: #555; display: block; } @media (max-width: 768px) { .banner-news { margin: .5rem; } .recent-news { margin-left: 1.5rem !important; margin-right: 2.5rem !important; } } /* # ----------------------------------------------------------------------------- # ~/theme_uno/components/_banner_parallax.scss # Provides styles for the J1 Parallax Banner # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ /* # ----------------------------------------------------------------------------- # ~/theme_uno/components/_banner_teaser.scss # Provides styles for the J1 Teaser Banner # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ .banner-teaser { padding-bottom: 1.2rem; border-bottom: solid 1px #eee; background: linear-gradient(0deg, #C5CAE9 0%, #FFF 100%); } .banner-teaser p { margin-bottom: 0; text-align: justify; } .banner-teaser h3 { margin-bottom: 0.75rem; } .btn-row { text-align: initial; } @media (max-width: 768px) { .btn-row { text-align: center; } } @media (max-width: 640px) { .btn-row { text-align: center; } } @media (max-width: 480px) { .banner-teaser { padding: 1rem; } } /* # ----------------------------------------------------------------------------- # ~/theme_uno/components/_blog.scss # Provides general styles for the J1 Blog Posts # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ /* # ----------------------------------------------------------------------------- # ~/theme_uno/components/_blog_calendar.scss # Provides general styles for Blog Post generator of type 'calendar' # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ /* Header Box ------------------------------------------------------------------ */ .calendar-header-box { background: #fff; } .calendar-header-box .title { text-align: center; text-transform: uppercase; } .calendar-header-box .title:after { left: 50%; width: 70px; margin-left: -35px; } .calendar-header-box .tagline { padding-left: 60px; padding-right: 60px; font-size: 14px; } h2.calendar-header-box { color: #555; position: relative; margin-bottom: 30px; } h2.calendar-header-box:after { left: 0; width: 70px; height: 2px; content: " "; bottom: -10px; background: #555; position: absolute; } .calendar-header-box p { position: relative; margin-bottom: 50px; } .calendar-header-box p:after { content: " "; left: 50%; height: 1px; width: 50px; bottom: -15px; position: absolute; margin-left: -25px; background: #3465A4; } /* Calendar ------------------------------------------------------------------ */ .calendar { padding: 0; list-style: none; position: relative; } /* jadams 2016-09-20: */ .calendar-headline { display: block; margin: 10px 0 25px 0; border-bottom: 1px solid #E5E5E5; } .calendar-headline h4 { font-size: 24px; margin: 0 0 -1px 0; padding-bottom: 5px; padding-left: 10px; display: inline-block; border-bottom: 1px dotted #3465a4; } /* jadams 2016-09-20: */ .calendar a { color: #204a87; text-decoration: none; } /* jadams 2016-10-21: New styles */ .tmtime h2, .tmtime h3 { font-size: 28px; } .tmtime h4 { font-size: 24px; font-weight: 600; } /* The line */ .calendar > li { position: relative; } .calendar:before { top: 0; bottom: 0; left: 22%; width: 3px; content: ''; background: #EEEEEC; position: absolute; margin-left: -14px; } /* The date/time block */ .calendar > li .tmtime { width: 25%; display: block; position: absolute; padding-right: 40px; padding-left: 0px; } .calendar > li .tmtime span { top: 9px; display: block; text-align: right; position: relative; } .calendar > li .tmtime span:first-child { color: #999; font-size: 14px; line-height: 0.9; } .calendar > li .tmtime span:last-child { color: #585f69; font-size: 20px; font-weight: normal; } /* Content Boxex ------------------------------------------------------------------ */ /* Content Box (right) */ /* jadams 2016-09-20: added border-radius, might be an config option */ .calendar > li .tmlabel { color: #657B83; padding: 10px 20px 20px; background: #EEEEEC; line-height: 1.4; clear: both; position: relative; border-radius: 4px; margin: 0 0 40px 25%; } /* Timeline and label|icons ------------------------------------------------------------------ */ .calendar > li .tmlabel li { padding: 0; } .calendar > li .tmlabel .text-left { float: left; } .calendar > li .tmlabel p { margin: 0 0 -5px 0; } /* The triangle */ .calendar > li .tmlabel:after { right: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-right-color: #EEEEEC; border-width: 10px; top: 18px; } /* The icons */ .calendar > li .tmicon { top: 22px; left: 22%; width: 10px; height: 10px; position: absolute; background: #3465A4; margin: 0 0 0 -17px; box-shadow: 0 0 0 4px #E5E5E5; -webkit-font-smoothing: antialiased; } /* Footer ------------------------------------------------------------------ */ .calendar .calendar-footer { padding: 7px 12px; overflow: hidden; border-top: 1px solid #ccc; } .calendar .calendar-footer .blog-info { float: left; } .calendar .calendar-footer .blog-info i { color: #777; } .calendar .calendar-footer .likes { float: right; } .calendar .calendar-footer .likes i { margin-right: 2px; color: #777; } .calendar .calendar-footer .likes:hover { text-decoration: none; color: inherit; } .calendar .calendar-footer .likes:hover i { color: #729FCF; } a.calendar-list-unstyled { color: #204A87; } a.calendar-list-unstyled, a.calendar-list-unstyled:active, a.calendar-list-unstyled:focus, a.calendar-list-unstyled:hover { outline: none; font-size: 13px; text-decoration: none !important; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } a.calendar-list-unstyled:hover { color: #729FCF; text-decoration: none; } .calendar > li .tmlabel.equal-height-column { height: auto !important; } /* Media Queries ------------------------------------------------------------------ */ @media screen and (max-width: 65.375em) { .calendar > li .tmtime span:last-child { font-size: 1.5em; } } @media screen and (max-width: 47.2em) { .calendar:before { display: none; } .calendar > li .tmtime { width: 100%; position: relative; padding: 0 0 20px 0; } .calendar > li .tmtime span { text-align: left; } .calendar > li .tmlabel { padding: 1em; font-weight: 400; margin: 0 0 30px 0; } .calendar > li .tmlabel:after { left: 20px; top: -20px; right: auto; border-bottom-color: #EEEEEC; border-right-color: transparent; } .calendar > li .tmicon { left: auto; float: right; position: relative; margin: -55px 5px 0 0px; } } /* # ----------------------------------------------------------------------------- # ~/theme_uno/components/_blog_timeline.scss # Provides general styles for Blog Post generator of type 'timeline' # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # ----------------------------------------------------------------------------- */ /* Header Box ------------------------------------------------------------------ */ .timeline-header-box { background: #fff; } .timeline-header-box .title { text-align: center; text-transform: uppercase; } .timeline-header-box .title:after { left: 50%; width: 70px; margin-left: -35px; } .timeline-header-box .tagline { padding-left: 60px; padding-right: 60px; font-size: 14px; } h2.timeline-header-box { color: #555; position: relative; margin-bottom: 30px; } h2.timeline-header-box:after { left: 0; width: 70px; height: 2px; content: " "; bottom: -10px; background: #555; position: absolute; } .timeline-header-box p { position: relative; margin-bottom: 50px; } .timeline-header-box p:after { content: " "; left: 50%; height: 1px; width: 50px; bottom: -15px; position: absolute; margin-left: -25px; background: #3465A4; } /* Timeline ------------------------------------------------------------------ */ .timeline { padding: 20px 0; list-style: none; position: relative; } .timeline-title { display: block; margin: 1.25rem 0 .75rem .75rem; border-bottom: 1px solid #E5E5E5; } .timeline-title h2 { font-size: 24px; margin: 0 0 -1px 0; padding-bottom: 5px; padding-left: 10px; display: inline-block; border-bottom: 1px dotted #3465a4; } .timeline-title h4 { color: rgba(0, 0, 0, 0.5); font-weight: 400; margin: 0 0 -1px 0; padding-bottom: 5px; padding-left: 10px; display: inline-block; border-bottom: 1px dotted #3465a4; } .timeline-title h4:hover { color: rgba(0, 0, 0, 0.9); text-decoration: none; } .timeline-tagline { margin-bottom: 0.5rem; } .timeline-excerpt { display: block; } .timeline-icon { float: left; margin-right: 1.5rem; line-height: 1; } a.timeline-list-unstyled { color: #204A87; } a.timeline-list-unstyled, a.timeline-list-unstyled:active, a.timeline-list-unstyled:active, a.timeline-list-unstyled:hover { outline: none; font-size: 13px; text-decoration: none !important; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } a.timeline-list-unstyled:hover { color: #729FCF; text-decoration: none; } .timeline:before { top: 0; bottom: 0; position: absolute; content: " "; width: 3px; background-color: #eee; left: 50%; margin-left: -1.5px; } .timeline > li { margin-bottom: 40px; position: relative; width: 50%; float: left; clear: left; } .timeline > li:before, .timeline > li:after { content: " "; display: table; } .timeline > li:after { clear: both; } .timeline > li:before, .timeline > li:after { content: " "; display: table; } .timeline > li:after { clear: both; } .timeline > li > .timeline-panel { width: 94%; float: left; border: 1px solid #d4d4d4; border-radius: 4px; position: relative; } .timeline > li > .timeline-panel:before { position: absolute; top: 26px; right: -15px; display: inline-block; border-top: 15px solid transparent; border-left: 15px solid #ccc; border-right: 0 solid #ccc; border-bottom: 15px solid transparent; content: " "; } .timeline > li > .timeline-panel:after { position: absolute; top: 27px; right: -14px; display: inline-block; border-top: 14px solid transparent; border-left: 14px solid #fff; border-right: 0 solid #fff; border-bottom: 14px solid transparent; content: " "; } .timeline > li > .timeline-badge { width: 24px; text-align: center; position: absolute; top: 19px; right: -12px; z-index: 3; } .tmicon { top: 18px; border-radius: 50%; width: 10px; height: 10px; position: absolute; background: #3465A4; margin: 0 0 0 -5px; box-shadow: 0 0 0 4px #E5E5E5; -webkit-font-smoothing: antialiased; } .timeline > li.timeline-inverted > .timeline-panel { float: right; } .timeline > li.timeline-inverted > .timeline-panel:before { border-left-width: 0; border-right-width: 15px; left: -15px; right: auto; } .timeline > li.timeline-inverted > .timeline-panel:after { border-left-width: 0; border-right-width: 14px; left: -14px; right: auto; } .timeline > li > .timeline-panel .timeline-heading { padding: 5px; } .timeline > li > .timeline-panel .timeline-heading img { width: 100%; } .timeline .timeline-body { padding: 12px; } .timeline .timeline-footer { padding: 7px 12px; overflow: hidden; border-top: 1px solid #ccc; } .timeline .timeline-footer .blog-info { float: left; } .timeline .timeline-footer .blog-info i { color: #777; } .timeline .timeline-footer .likes { float: right; } .timeline .timeline-footer .likes i { margin-right: 2px; color: #777; } .timeline .timeline-footer .likes:hover { text-decoration: none; color: inherit; } .timeline .timeline-footer .likes:hover i { color: #729FCF; } .timeline > li.timeline-inverted { float: right; clear: right; margin-bottom: 40px; } .timeline > li:nth-child(even) { margin-top: 30px; } .timeline > li:nth-child(odd) { margin-top: 0px; } .timeline > li.timeline-inverted > .timeline-badge { left: -12px; } /* Media Queries ------------------------------------------------------------------ */ @media (max-width: 992px) { .timeline > li > .timeline-panel:before { top: 31px; right: -11px; border-top: 11px solid transparent; border-left: 11px solid #ccc; border-bottom: 11px solid transparent; } .timeline > li > .timeline-panel:after { top: 32px; right: -10px; border-top: 10px solid transparent; border-left: 10px solid #fff; border-bottom: 10px solid transparent; } .timeline > li.timeline-inverted > .timeline-panel:before { border-right-width: 11px; left: -11px; } .timeline > li.timeline-inverted > .timeline-panel:after { border-right-width: 10px; left: -10px; } } @media (max-width: 767px) { ul.timeline:before { left: 40px; } ul.timeline > li { margin-bottom: 20px; position: relative; width: 100%; float: left; clear: left; } ul.timeline > li > .timeline-panel { width: calc(100% - 70px); width: -moz-calc(100% - 70px); width: -webkit-calc(100% - 70px); } ul.timeline > li > .timeline-badge { left: 28px; margin-left: 0; top: 16px; } ul.timeline > li > .timeline-panel { float: right; } ul.timeline > li > .timeline-panel:before { top: 27px; right: -12px; border-top: 12px solid transparent; border-left: 12px solid #ccc; border-bottom: 12px solid transparent; } ul.timeline > li > .timeline-panel:after { top: 28px; right: -11px; border-top: 11px solid transparent; border-left: 11px solid #fff; border-bottom: 11px solid transparent; } ul.timeline > li > .timeline-panel:before { border-left-width: 0; border-right-width: 12px; left: -12px; right: auto; } ul.timeline > li > .timeline-panel:after { border-left-width: 0; border-right-width: 11px; left: -11px; right: auto; } .timeline > li.timeline-inverted { float: left; clear: left; margin-top: 30px; margin-bottom: 30px; } .timeline > li.timeline-inverted > .timeline-badge { left: 28px; } } /* # ----------------------------------------------------------------------------- # ~/theme_uno/components/_collection.scss # Provides all general collection styles for J1 Template # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ /* COLLECTION layout helper classes ------------------------------------------------------------------ */ .article-overview-heading { display: block; margin: 12px 10px 25px 0px; border-bottom: 1px solid #E5E5E5; } .article-overview-heading h3 { font-size: 24px; margin: 0 0 -1px 0; padding-bottom: 5px; padding-left: 10px; display: inline-block; border-bottom: 1px dotted #3465a4; } .article-overview-heading h3 > a { color: rgba(0, 0, 0, 0.5) !important; } .article-overview-heading h3 > a:hover { color: rgba(0, 0, 0, 0.9) !important; text-decoration: none; } .article-overview-description, .article-overview-excerpt { margin: 1rem 1.8rem 2rem .5rem; text-align: justify; } /* # ----------------------------------------------------------------------------- # ~/theme_uno/components/_container.scss # Provides all general container styles for J1 Template # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ /* CONTAINER layout helper classes ------------------------------------------------------------------ */ .no-padding { padding-right: 0 !important; padding-left: 0 !important; } /* # ----------------------------------------------------------------------------- # ~/theme_uno/components/_footer.scss # Provides general styles for footers used by J1 Template # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ /* jadams: background md_grey_900 */ .footer-light-theme .footer { padding: 70px 0; background: #212121; } .footer-light-theme .footer p { color: rgba(255, 255, 255, 0.4); font-size: 1em; font-family: sans-serif; } /*Heading Footer*/ .footer-light-theme .heading-footer { text-align: left; position: relative; margin-bottom: 30px; padding-bottom: 2px; } .footer-light-theme .heading-footer:after { left: 0; bottom: 0; height: 2px; width: 50px; content: " "; background: #204a87; position: absolute; } .footer-light-theme .heading-footer h2 { color: rgba(255, 255, 255, 0.9); font-size: 1.3em !important; text-transform: uppercase; } /*Link News*/ .footer-light-theme .footer .link-news { margin-bottom: 0; } .footer-light-theme .footer .link-news li { padding: 12px 0px; border-top: solid 1px #353535; } .footer-light-theme .footer .link-news li:first-child { padding-top: 0; border-top: none; } .footer-light-theme .footer .link-news li a { color: rgba(255, 255, 255, 0.5); font-size: 1em; margin-bottom: 3px; display: inline-block; } .footer-light-theme .footer .link-news a:hover { color: #FAFAFA !important; text-decoration: none; } .footer-light-theme .footer .link-news li small { color: #555; display: block; } /*Link List*/ .footer-light-theme .footer-link-list li { padding: 9px 0px; border-top: solid 1px #333; } .footer-light-theme .footer-link-list li:first-child { padding-top: 0; border-top: none; } .footer-light-theme .footer-link-list li a { color: rgba(255, 255, 255, 0.5); font-size: 1em; display: inline-block; font-family: sans-serif; } .footer-light-theme .footer-link-list a:hover { color: #FAFAFA !important; text-decoration: none; } /*Contacts*/ .footer-light-theme .footer .contacts { margin-bottom: 0; } .footer-light-theme .footer .contacts li { margin-bottom: 20px; } .footer-light-theme .footer .contacts li:before, .footer-light-theme .footer .contacts li:after { content: " "; display: table; } .footer-light-theme .footer .contacts li:after { clear: both; } .footer-light-theme .footer .contacts li i { float: left; width: 30px; height: 30px; color: rgba(255, 255, 255, 0.5); padding: 8px 5px; background: #333; text-align: center; margin: 4px 10px 0 0; display: inline-block; } .footer-light-theme .footer .contacts li p { margin-bottom: 0; } .footer-light-theme .footer .contacts li a { color: rgba(255, 255, 255, 0.5); } .footer-light-theme .footer .contacts li a:hover { color: #FAFAFA !important; text-decoration: none; } /*Footer Copyright*/ /* Enable horizontal list */ #inline ul li { display: inline; } /* jadams: md_grey_800 */ .footer-light-theme .copyright { padding: 15px 0; background: #424242; font-family: sans-serif; } .footer-light-theme .copyright p { font-size: 0.8em; font-family: sans-serif; margin-top: 3px; } /*Social Icons*/ .footer-light-theme .dark-social { margin: 5px 0 0; } .footer-light-theme .dark-social li { margin-left: 5px; } .footer-light-theme .dark-social li i { color: rgba(255, 255, 255, 0.5); } /*Terms Menu*/ .footer-light-theme .copyright .terms-menu { margin: 7px 0 0; } .footer-light-theme .copyright .terms-menu li { color: rgba(255, 255, 255, 0.5); font-size: 0.8em; padding-left: 0px !important; padding-right: 0px !important; } .footer-light-theme .copyright .terms-menu li:first-child { border-left: none; padding: 0 7px 0 0; } .footer-light-theme .copyright .terms-menu li a { color: rgba(255, 255, 255, 0.5); } .footer-light-theme .copyright .terms-menu li a:before { content: "\20 \B7 \20"; } .footer-light-theme .copyright .terms-menu li a:hover { color: #FAFAFA !important; text-decoration: none; } @media (max-width: 992px) { .footer-light-theme .copyright .terms-menu, .footer-light-theme .copyright .dark-social.pull-right { text-align: center; float: none !important; } } /* # ----------------------------------------------------------------------------- # ~/theme_uno/components/_header.scss # Provides general styles for headers used by J1 Template # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ /* Master Header (masthead) at the top of all pages ----------------------------------------------------------------------- */ .j1-masthead { position: relative; width: 100%; overflow: hidden; /* jadams, 2017-12-11: needed for image headers */ } .j1-masthead .j1-booticon { margin: 0 auto 30px; } .j1-masthead .head-title h2 { margin-top: 0; margin-bottom: .1em; font-weight: 600; line-height: 1; } .j1-masthead .head-tagline h3 { margin-top: 0; margin-bottom: 0; font-weight: 400; line-height: 1; font-style: italic; } .j1-masthead .lead { margin: 0 20px 30px; font-size: 20px; color: #babdb6; } .j1-masthead .version { margin-top: -10px; margin-bottom: 15px; font-size: 20px; font-weight: 500; color: #2e3436; } .j1-masthead .btn { width: 100%; padding: 15px 30px; font-size: 20px; } .j1-masthead-caption { display: none; text-align: right; position: absolute; right: 0; bottom: 0; padding-right: 15px; padding-bottom: 10px; font-size: 1.3rem; font-weight: 600; } .j1-masthead-caption-anchor a { color: #3F51B5 !important; text-decoration: none; } .j1-masthead-caption-anchor a:hover { border-bottom: 1px dotted #ebf1f5; color: #3F51B5 !important; text-decoration: none; } @media (min-width: 992px) { .j1-masthead .lead { width: 90%; font-size: 30px; } } @media (min-width: 768px) { .j1-masthead h1 { font-size: 60px; } .j1-masthead .lead { width: 95%; font-size: 24px; } } @media (min-width: 480px) { .j1-masthead .btn { width: auto; margin-top: 10px; } } /* Helper styles ----------------------------------------------------------------------- */ .text-emphasis-none { text-shadow: none !important; } .text-emphasis-strong { text-shadow: 0 2px 0 rgba(0, 0, 0, 0.4) !important; } .text-emphasis-stronger { text-shadow: 0 3px 0 rgba(0, 0, 0, 0.3) !important; } .text-emphasis-strongest { text-shadow: 0 4px 0 rgba(0, 0, 0, 0.2) !important; } /* # ----------------------------------------------------------------------------- # ~/theme_uno/components/_icons.scss # Provides all general icon styles for J1 Template # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ /* j1-icons ------------------------------------------------------------------ */ /* Social Icons ------------------------------------------------------- */ .social-icons { margin: 0; padding: 0; } .social-icons li { list-style: none; margin-right: 3px; margin-bottom: 5px; text-indent: -9999px; display: inline-block; } .social-icons li a, a.social-icon { width: 28px; height: 28px; display: block; background-position: 0 0; background-repeat: no-repeat; transition: all 0.3s ease-in-out; } .social-icons li:hover a { background-position: 0 -38px; } .social-icons-color li a { opacity: 0.7; background-position: 0 -38px !important; -webkit-backface-visibility: hidden; /*For Chrome*/ } .social-icons-color li a:hover { opacity: 1; } .social_amazon { background: url(/assets/images/icons/social/amazon.png) no-repeat; } .social_behance { background: url(/assets/images/icons/social/behance.png) no-repeat; } .social_blogger { background: url(/assets/images/icons/social/blogger.png) no-repeat; } .social_deviantart { background: url(/assets/images/icons/social/deviantart.png) no-repeat; } .social_dribbble { background: url(/assets/images/icons/social/dribbble.png) no-repeat; } .social_dropbox { background: url(/assets/images/icons/social/dropbox.png) no-repeat; } .social_evernote { background: url(/assets/images/icons/social/evernote.png) no-repeat; } .social_facebook { background: url(/assets/images/icons/social/facebook.png) no-repeat; } .social_forrst { background: url(/assets/images/icons/social/forrst.png) no-repeat; } .social_github { background: url(/assets/images/icons/social/github.png) no-repeat; } .social_googleplus { background: url(/assets/images/icons/social/googleplus.png) no-repeat; } .social_jolicloud { background: url(/assets/images/icons/social/jolicloud.png) no-repeat; } .social_last-fm { background: url(/assets/images/icons/social/last-fm.png) no-repeat; } .social_linkedin { background: url(/assets/images/icons/social/linkedin.png) no-repeat; } .social_picasa { background: url(/assets/images/icons/social/picasa.png) no-repeat; } .social_pintrest { background: url(/assets/images/icons/social/pintrest.png) no-repeat; } .social_rss { background: url(/assets/images/icons/social/rss.png) no-repeat; } .social_skype { background: url(/assets/images/icons/social/skype.png) no-repeat; } .social_spotify { background: url(/assets/images/icons/social/spotify.png) no-repeat; } .social_stumbleupon { background: url(/assets/images/icons/social/stumbleupon.png) no-repeat; } .social_tumblr { background: url(/assets/images/icons/social/tumblr.png) no-repeat; } .social_twitter { background: url(/assets/images/icons/social/twitter.png) no-repeat; } .social_vimeo { background: url(/assets/images/icons/social/vimeo.png) no-repeat; } .social_wordpress { background: url(/assets/images/icons/social/wordpress.png) no-repeat; } .social_xing { background: url(/assets/images/icons/social/xing.png) no-repeat; } .social_yahoo { background: url(/assets/images/icons/social/yahoo.png) no-repeat; } .social_youtube { background: url(/assets/images/icons/social/youtube.png) no-repeat; } .social_vk { background: url(/assets/images/icons/social/vk.png) no-repeat; } .social_instagram { background: url(/assets/images/icons/social/instagram.png) no-repeat; } /* # ----------------------------------------------------------------------------- # ~/theme_uno/components/_page.scss # Provides all general styles for J1 Template Pages # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ /* PAGE layout helper classes ------------------------------------------------------------------ */ /* # ----------------------------------------------------------------------------- # ~/theme_uno/components/_panel.scss # Provides all general styles for J1 Template Panel # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ /* Panel Block ------------------------------------------------------------------ */ .j1-panel-block.container, .j1-panel-block.container-fluid { padding-left: 0 !important; padding-right: 0 !important; } /* Media Queries ------------------------------------------------------------------ */ @media (max-width: 768px) { .j1-panel-block.row { margin-left: .5rem !important; margin-right: .5rem !important; } } /* # ----------------------------------------------------------------------------- # J1: ~src/scss/j1_template/core/_spinner.css # CSS spinner (e.g. used with header module|backstretch) # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ /* https://codepen.io/carpenumidium/pen/edngJ ------------------------------------------------------------------- */ .parallax-day-night { height: 100%; background-color: #222; background-image: linear-gradient(180deg, transparent, #bab3ab 0), linear-gradient(-45deg, #bab3ab 40%, transparent 0), linear-gradient(45deg, #bab3ab 40%, transparent 0), linear-gradient(45deg, transparent 40%, #bab3ab 0), linear-gradient(-45deg, transparent 40%, #bab3ab 0), linear-gradient(#bab3ab, #bab3ab), linear-gradient(45deg, transparent 40%, #bab3ab 0), linear-gradient(-45deg, transparent 40%, #bab3ab 0), linear-gradient(45deg, transparent 40%, #bab3ab 0), linear-gradient(-45deg, transparent 40%, #bab3ab 0), linear-gradient(#bab3ab, #bab3ab), linear-gradient(#bab3ab, #bab3ab), linear-gradient(#bab3ab, #bab3ab), linear-gradient(#bab3ab, #bab3ab), linear-gradient(#bab3ab, #bab3ab), linear-gradient(#bab3ab, #bab3ab), linear-gradient(#bab3ab, #bab3ab), linear-gradient(180deg, #a33d29, #a33d29, white, #598ca6, #8cbfd9, #4b3d8f, #6f6699, #4d4d4d, #a33d29); background-position: 50% 100%, calc(50% - 15px) calc(100% - 145px), calc(50% + 15px) calc(100% - 145px), calc(50% - 20px) calc(100% - 140px), calc(50% + 20px) calc(100% - 140px), 50% calc(100% - 135px), calc(50% - 15px) calc(100% - 130px), calc(50% + 15px) calc(100% - 130px), calc(50% - 10px) calc(100% - 120px), calc(50% + 10px) calc(100% - 120px), 50% calc(100% - 70px), calc(50% + 5px) calc(100% - 75px), calc(50% + 20px) calc(100% - 80px), calc(50% + 25px) calc(100% - 79px), calc(50% + 35px) calc(100% - 53px), calc(50% + 35px) calc(100% - 70px), 50% 100%, 0 0; background-size: 15px 161px, 30px 20px, 30px 20px, 30px 5px, 30px 5px, 40px 5px, 30px 5px, 30px 5px, 30px 5px, 30px 5px, 25px 30px, 25px 20px, 30px 5px, 3px 7px, 5px 30px, 7px 3px, 2px 185px, 100% 1500%; background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat-y; animation: weather 840s linear infinite; } .parallax-day-night html:after, .parallax-day-night html:before { content: ''; position: absolute; border-radius: 50%; z-index: 1; /*-webkit-filter: blur(1px)*/ } .parallax-day-night html:before { height: 150px; width: 150px; box-shadow: inset 20px -20px 50px rgba(191, 163, 194, 0.5); top: 20%; left: 60%; } .parallax-day-night html:after { height: 100px; width: 100px; box-shadow: inset 30px -30px 50px rgba(133, 139, 173, 0.5); top: 40%; left: 50%; } @keyframes weather { to { background-position: 50% 100%, calc(50% - 15px) calc(100% - 145px), calc(50% + 15px) calc(100% - 145px), calc(50% - 20px) calc(100% - 140px), calc(50% + 20px) calc(100% - 140px), 50% calc(100% - 135px), calc(50% - 15px) calc(100% - 130px), calc(50% + 15px) calc(100% - 130px), calc(50% - 10px) calc(100% - 120px), calc(50% + 10px) calc(100% - 120px), 50% calc(100% - 70px), calc(50% + 5px) calc(100% - 75px), calc(50% + 20px) calc(100% - 80px), calc(50% + 25px) calc(100% - 79px), calc(50% + 35px) calc(100% - 53px), calc(50% + 35px) calc(100% - 70px), 50% 100%, 0 1500%; } } /* https://codepen.io/carpenumidium/pen/vNNzyG ------------------------------------------------------------------- */ .parallax-horizontal { height: 100%; /* max-height: 600px; */ width: 1000px; background-color: rgba(46, 87, 107, 0.4); background-image: url("http://www.clker.com/cliparts/q/L/o/j/C/Q/forest-hi.png"), url("http://www.inserthtml.com/parallax/trees.png"), url("https://db.tt/cKICP4Xj"), url("http://www.augstudy.com/images/theme/impress/bg_mountains.png"), url("https://db.tt/vKBcgeOj"); background-repeat: repeat-x; background-position: 0 20%, 0 95%, 0 0, 0 100%, 0 0; background-size: 2500px, 800px, 500px 200px, 1000px, 400px 260px; animation: 50s para infinite linear; } @keyframes para { 100% { background-position: -5000px 20%, -800px 95%, 500px 0, 1000px 100%, 400px 0; } } /* # ----------------------------------------------------------------------------- # ~/theme_uno/components/_panel_intro.scss # Provides all general styles for J1 Template Intro Panel # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ /* Content ------------------------------------------------------------------ */ /* Service link block ------------------------------------------------------------------ */ ul.service-list > li > a { display: block; width: 100%; border-bottom: dotted 1px #e0e0e0; padding: 10px 30px 5px 30px; color: #9E9E9E; font-weight: 600; } ul.service-list > li > a:focus, ul.service-list > li > a:hover { color: #3F51B5 !important; text-decoration: none !important; } /* Media Queries ------------------------------------------------------------------ */ @media (max-width: 768px) { .intro-panel { margin: 3rem; } } @media (max-width: 640px) { .intro-panel { margin: 3rem; } } /* # ----------------------------------------------------------------------------- # ~/theme_uno/components/_panel_news.scss # Provides all general styles for J1 Template News Panel # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ /* Headlines ------------------------------------------------------------------ */ .panel-news-headline { display: block; margin: 12px 10px 25px 10px; border-bottom: 1px solid #E5E5E5; } /* jadams, 2017-08-27: unclear why color settings don't work on achor element */ .panel-news-headline h4 { color: #3F51B5 !important; font-size: 2.5rem; margin: 0 0 -1px 0; padding-bottom: 5px; padding-left: 10px; display: inline-block; border-bottom: 1px dotted #3465a4; } .panel-news-headline h4:hover { color: #353535 !important; text-decoration: none; } /* Content ------------------------------------------------------------------ */ .panel-news { /* text-align: center; */ padding: 20px 0 20px; /* border-bottom: solid 1px #eee; */ /* background: linear-gradient(0deg, #a9afd6 0%, #ece9e9 100%); */ } .panel-news p { text-align: justify; } .panel-news .box-description { text-align: -webkit-center; } .panel-news .j1-panel-block .recent-news { padding-top: 0; } /* news links in ul list ------------------------------------------------------------------ */ .panel-news .j1-panel-block .link-news { margin-bottom: 0; } .panel-news .j1-panel-block .link-news li { padding: 12px 0px; border-top: solid 1px #353535; } .panel-news .j1-panel-block .link-news li:first-child { padding-top: 0; border-top: none; } .panel-news .j1-panel-block .link-news li a { color: #3F51B5; font-size: 1.25em; font-weight: 400; margin-bottom: 3px; display: inline-block; } .panel-news .j1-panel-block .link-news a:hover { color: #353535 !important; text-decoration: none; } .panel-news .j1-panel-block .link-news li small { font-size: 1.5rem; color: #555; display: block; } /* Media Queries ------------------------------------------------------------------ */ @media (max-width: 768px) { .panel-news { margin: .5rem; } .recent-news { margin-left: 1.5rem !important; margin-right: 2.5rem !important; } } /* @media (max-width: 640px) { .panel-news { margin: 5rem; } } */ /* # ----------------------------------------------------------------------------- # ~/theme_uno/components/_panel_service.scss # Provides all general styles for J1 Template Service Panel # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ /* Content ------------------------------------------------------------------ */ .panel-service p { text-align: justify; } .panel-service .card-description { text-align: -webkit-center; } /* Media Queries ------------------------------------------------------------------ */ @media (max-width: 768px) { .panel-service { margin: 5rem; } } @media (max-width: 640px) { .panel-service { margin: 5rem; } } /* # ----------------------------------------------------------------------------- # ~/theme_uno/components/_post.scss # Provides all general styles for J1 Template Posts # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ .post-category-icon .fa, .post-category-icon .mdi, .post-category-icon .zmdi { margin-right: .5rem; } .post-timestamp { display: block; margin: 10px 0 25px 0; } .post-paginator { margin: 0 0 -1px 0; padding-bottom: 5px; padding-left: 10px; display: inline-block; border-bottom: 1px dotted #3465a4; } .post-headline { margin-bottom: 2rem; border-bottom: 1px solid #E5E5E5; } .post-headline h1 { color: rgba(0, 0, 0, 0.9); font-size: 3.5rem; font-weight: 400; margin: 0 0 -1px 0; padding-bottom: 5px; padding-left: 10px; display: inline-block; border-bottom: 1px dotted #3465a4; } .post-headline h2 { color: rgba(0, 0, 0, 0.9); font-size: 3.5rem; font-weight: 400; margin: 0 0 -1px 0; padding-bottom: 5px; padding-left: 10px; display: inline-block; border-bottom: 1px dotted #3465a4; } .post-search-results h2 { font-size: 3rem !important; font-weight: 400; } .post-search-results h3 { font-size: 2rem !important; font-weight: 400; } .post-search-results h4 { font-size: 2rem !important; font-weight: 400; } /* .post-search-results h4 { font-size: 1.25rem !important; font-weight: 200; margin-top: 0; } */ .post-search-results .link-news { margin-bottom: 0; } .post-search-results .link-news li { /* padding: 12px 0px; */ border-top: solid 1px #353535; } .post-search-results .link-news li:first-child { padding-top: 0; border-top: none; } .post-search-results .link-news li a, .link-news li a { color: rgba(0, 0, 0, 0.5); /* font-size: 1.25rem; */ font-weight: 400; margin-bottom: 3px; display: inline-block; } .post-search-results .link-news a:hover { color: rgba(0, 0, 0, 0.9) !important; text-decoration: none; } .post-search-results .link-news li small { font-size: 1.25rem; color: #555; display: block; } .post-archive-search-results .link-news li a, .link-news li a { color: rgba(0, 0, 0, 0.5); /* font-size: 1rem; */ font-weight: 400; margin-bottom: 3px; display: inline-block; } .post-date-search-results .link-news li a, .link-news li a { color: rgba(0, 0, 0, 0.5); /* font-size: 1rem; */ font-weight: 400; margin-bottom: 3px; display: inline-block; } .post-date-search-results h3 { font-size: 4rem !important; font-weight: 400; } .link-news a { text-decoration: none; } .link-news a:hover { color: rgba(0, 0, 0, 0.9) !important; text-decoration: none; } a.news-link { color: currentColor; height: 100%; font-size: 14px; text-decoration: none !important; } .series-navigator { display: inline-block; position: relative; width: 100%; } .series-navigator .content { margin-top: 1rem; padding-bottom: 3rem; } .series-navigation { margin-top: 10px; } .series-navigation ul { margin: 0; padding: 0; list-style: none; } .series-navigation ul li { display: inline-block; } .series-navigation ul li a { position: relative; display: inline-block; line-height: 2.5rem; padding: 0 1rem 0 1rem; background-color: #E91E63; border-radius: 3px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #fff; font-size: .75rem !important; font-weight: 400; text-decoration: none; -webkit-transition: .2s; transition: .2s; } .series-navigation ul li.current a { background-color: rgba(0, 0, 0, 0.5); } .series-navigation ul li.current a:hover { background-color: rgba(0, 0, 0, 0.9) !important; color: #fff !important; } .series-navigation ul li a:hover { background-color: rgba(0, 0, 0, 0.9); color: #fff !important; } .series-exerpt { text-align: justify; padding: 0px 20px 10px 0px; } .series-exerpt-title { margin-top: 0; font-family: inherit; font-weight: 400; line-height: 1.1; color: #444; } .series-navigator .series-navigator-footer { height: 10%; padding: 40px 0 0 0; } .series-navigator .series-navigator-footer button, .series-navigator .series-navigator-footer a { margin: 0px !important; position: relative; bottom: 25px; width: auto; } .series-navigator .series-navigator-footer button:first-child, .series-navigator .series-navigator-footer a:first-child { left: -5px; } /* # ----------------------------------------------------------------------------- # ~/theme_uno/components/_post_featured.scss # Provides styles for the J1 Featured Articles # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ .featured-article, featured-article-shadow-effect { padding-top: 30px; padding-bottom: 30px; } .featured-article-img { border-radius: 5px; /* padding-right: 30px; */ display: block; max-width: 100%; height: auto; } .featured-article-shadow-effect:hover { background: #FAFAFA; box-shadow: 0 0 5px #ddd; transition: box-shadow 0.2s ease-in-out; } /* jadams 2016-09-04: add new styles: timeline-headline|timeline-list-unstyled */ .featured-headline { display: block; margin: 10px 0 45px 0; border-bottom: 1px solid #e4e9f0; } /* jadams 2016-09-04: Headline moved to top|modified style */ /* .featured-headline h2, h3 { */ h2.featured-headline, h3.featured-headline { font-weight: 200; margin: 0 0 -2px 0; padding-bottom: 5px; padding-left: 10px; display: inline-block; border-bottom: 1px dotted #3465a4; } /* # ----------------------------------------------------------------------------- # ~/theme_uno/components/_sidebar.scss # Provides all general styles for J1 Template Sidebar Navigation (TOC) # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ /* Side navigation. Scrollspy and affixed enhanced navigation to highlight sections and secondary sections of docs content. ------------------------------------------------------------------ */ .j1-sidebar.affix { position: fixed !important; } @media (min-width: 768px) { .j1-sidebar { padding-left: 0px; } } /* First level of nav */ .j1-sidenav { margin-top: 20px; margin-bottom: 20px; } /* All levels of nav */ .j1-sidebar .nav > li > a { display: block; padding: 5px 20px; font-size: 13px; font-weight: 500; color: #767676; } .j1-sidebar .nav > li > a:hover, .j1-sidebar .nav > li > a:focus { padding-left: 19px; color: #3465a4; text-decoration: none; background-color: transparent; border-left: 1px solid #3465a4; } .j1-sidebar .nav > .active > a, .j1-sidebar .nav > .active:hover > a, .j1-sidebar .nav > .active:focus > a { padding-left: 18px; font-weight: bold; color: #204a87; background-color: transparent; border-left: 2px solid #204a87; } /* Nav: second level (shown on .active) */ .j1-sidebar .nav .nav { display: none; /* Hide by default, but at >768px, show it */ padding-bottom: 10px; } .j1-sidebar .nav .nav > li > a { padding-top: 3px; padding-bottom: 1px; padding-left: 30px; font-size: 12px; font-weight: normal; } .j1-sidebar .nav .nav > li > a:hover, .j1-sidebar .nav .nav > li > a:focus { padding-left: 29px; } .j1-sidebar .nav .nav > .active > a, .j1-sidebar .nav .nav > .active:hover > a, .j1-sidebar .nav .nav > .active:focus > a { padding-left: 28px; font-weight: 500; } /* Back to top (hidden on mobile) */ .back-to-top, .j1-theme-toggle { display: none; padding: 4px 10px; margin-top: 10px; margin-left: 10px; font-size: 14px; font-weight: 500; color: #555753; } .back-to-top:hover, .j1-theme-toggle:hover { color: #3465a4; text-decoration: none !important; } .j1-theme-toggle { margin-top: 0; } @media (min-width: 768px) { .back-to-top, .j1-theme-toggle { display: block; } } /* # ----------------------------------------------------------------------------- # ~/theme_uno/components/_slider.scss # Provides all general styles for J1 Template Slider # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ /* SLIDER helper classes ------------------------------------------------------------------- */ /* # ----------------------------------------------------------------------------- # J1: ~src/scss/j1_template/core/_spinner.css # CSS spinner (e.g. used with header module|backstretch) # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ /* https://codepen.io/carpenumidium/pen/GDkJj ------------------------------------------------------------------- */ .spinner-swiping-dots { height: 100%; background-image: radial-gradient(#222 65%, transparent 70%), radial-gradient(#222 65%, transparent 70%), radial-gradient(#222 65%, transparent 70%), radial-gradient(#222 65%, transparent 70%); background-repeat: no-repeat; background-size: 2em 2em, 2em 2em, 2em 2em, 2em 2em; background-position: calc(50% - 2.6em) 50%, calc(50% - 2.6em) 50%, 50% 50%, calc(50% + 2.6em) 50%; animation: loadrunner .6s infinite; } @keyframes loadrunner { 0% { background-size: 0em 0em, 2em 2em, 2em 2em, 2em 2em; background-position: calc(50% - 2.6em) 50%, calc(50% - 2.6em) 50%, 50% 50%, calc(50% + 2.6em) 50%; } 100% { background-size: 2em 2em, 2em 2em, 2em 2em, 0em 0em; background-position: calc(50% - 2.6em) 50%, 50% 50%, calc(50% + 2.6em) 50%, calc(50% + 2.6em) 50%; } } /* https://codepen.io/carpenumidium/pen/arvKG ------------------------------------------------------------------- */ .spinner-radial-dots { height: 100%; font-size: 1em; background-color: #222; background-image: radial-gradient(rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0) 60%), radial-gradient(rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0) 60%), radial-gradient(rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0) 60%), radial-gradient(white 50%, rgba(255, 255, 255, 0) 53%), radial-gradient(white 50%, rgba(255, 255, 255, 0) 53%), radial-gradient(white 50%, rgba(255, 255, 255, 0) 53%), radial-gradient(white 50%, rgba(255, 255, 255, 0) 53%), radial-gradient(rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0) 60%), radial-gradient(#47b4eb, #333333); background-position: 50% 50%, calc(50% + 3em) calc(50% - .5em), calc(50% + 4em) calc(50% - 1.5em), calc(50% + 3em) calc(50% - 2.5em), 50% calc(50% - 3em), calc(50% - 3em) calc(50% - 2.5em), calc(50% - 4em) calc(50% - 1.5em), calc(50% - 3em) calc(50% - .5em), 0 0; background-size: 3em 3em, 2.5em 3em, 1em 3em, 2.5em 3em, 3em 3em, 2.5em 3em, 1em 3em, 2.5em 3em, 100% 100%; background-repeat: no-repeat; animation: .3s ring linear infinite reverse; } @keyframes ring { 0% { background-position: 50% 50%, calc(50% + 3em) calc(50% - .5em), calc(50% + 4em) calc(50% - 1.5em), calc(50% + 3em) calc(50% - 2.5em), 50% calc(50% - 3em), calc(50% - 3em) calc(50% - 2.5em), calc(50% - 4em) calc(50% - 1.5em), calc(50% - 3em) calc(50% - .5em), 0 0; background-size: 3em 3em, 2.5em 3em, 1em 3em, 2.5em 3em, 3em 3em, 2.5em 3em, 1em 3em, 2.5em 3em, 100% 100%; } 100% { background-position: calc(50% - 3em) calc(50% - .5em), 50% 50%, calc(50% + 3em) calc(50% - .5em), calc(50% + 4em) calc(50% - 1.5em), calc(50% + 3em) calc(50% - 2.5em), 50% calc(50% - 3em), calc(50% - 3em) calc(50% - 2.5em), calc(50% - 4em) calc(50% - 1.5em), 0 0; background-size: 2.5em 3em, 3em 3em, 2.5em 3em, 1em 3em, 2.5em 3em, 3em 3em, 2.5em 3em, 1em 3em, 100% 100%; } } /* https://codepen.io/carpenumidium/pen/CFnJb ------------------------------------------------------------------- */ .spinner-moving-dots { height: 100%; background-color: #86bf40; background-image: radial-gradient(white 30%, rgba(255, 255, 255, 0) 35%), radial-gradient(white 30%, rgba(255, 255, 255, 0) 35%), radial-gradient(white 30%, rgba(255, 255, 255, 0) 35%), radial-gradient(white 30%, rgba(255, 255, 255, 0) 35%), radial-gradient(white 30%, rgba(255, 255, 255, 0) 35%), radial-gradient(white 30%, rgba(255, 255, 255, 0) 35%), radial-gradient(white 30%, rgba(255, 255, 255, 0) 35%), radial-gradient(white 30%, rgba(255, 255, 255, 0) 35%); background-position: 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%; background-size: 1.5em 1.5em; background-repeat: no-repeat; animation: bloom 2.5s infinite; } @keyframes bloom { 6.25% { background-position: 50% calc(50% - 1.5em), 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%; } 12.5% { background-position: 50% calc(50% - 1.5em), calc(50% + 1em) calc(50% - 1em), 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%; } 18.75% { background-position: 50% calc(50% - 1.5em), calc(50% + 1em) calc(50% - 1em), calc(50% + 1.5em) 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%; } 25% { background-position: 50% calc(50% - 1.5em), calc(50% + 1em) calc(50% - 1em), calc(50% + 1.5em) 50%, calc(50% + 1em) calc(50% + 1em), 50% 50%, 50% 50%, 50% 50%, 50% 50%; } 31.25% { background-position: 50% calc(50% - 1.5em), calc(50% + 1em) calc(50% - 1em), calc(50% + 1.5em) 50%, calc(50% + 1em) calc(50% + 1em), 50% calc(50% + 1.5em), 50% 50%, 50% 50%, 50% 50%; } 37.5% { background-position: 50% calc(50% - 1.5em), calc(50% + 1em) calc(50% - 1em), calc(50% + 1.5em) 50%, calc(50% + 1em) calc(50% + 1em), 50% calc(50% + 1.5em), calc(50% - 1em) calc(50% + 1em), 50% 50%, 50% 50%; } 43.75% { background-position: 50% calc(50% - 1.5em), calc(50% + 1em) calc(50% - 1em), calc(50% + 1.5em) 50%, calc(50% + 1em) calc(50% + 1em), 50% calc(50% + 1.5em), calc(50% - 1em) calc(50% + 1em), calc(50% - 1.5em) 50%, 50% 50%; } 50% { background-position: 50% 50%, calc(50% + 1em) calc(50% - 1em), calc(50% + 1.5em) 50%, calc(50% + 1em) calc(50% + 1em), 50% calc(50% + 1.5em), calc(50% - 1em) calc(50% + 1em), calc(50% - 1.5em) 50%, calc(50% - 1em) calc(50% - 1em); } 56.25% { background-position: 50% 50%, 50% 50%, calc(50% + 1.5em) 50%, calc(50% + 1em) calc(50% + 1em), 50% calc(50% + 1.5em), calc(50% - 1em) calc(50% + 1em), calc(50% - 1.5em) 50%, calc(50% - 1em) calc(50% - 1em); } 62.5% { background-position: 50% 50%, 50% 50%, 50% 50%, calc(50% + 1em) calc(50% + 1em), 50% calc(50% + 1.5em), calc(50% - 1em) calc(50% + 1em), calc(50% - 1.5em) 50%, calc(50% - 1em) calc(50% - 1em); } 68.75% { background-position: 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% calc(50% + 1.5em), calc(50% - 1em) calc(50% + 1em), calc(50% - 1.5em) 50%, calc(50% - 1em) calc(50% - 1em); } 75% { background-position: 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, calc(50% - 1em) calc(50% + 1em), calc(50% - 1.5em) 50%, calc(50% - 1em) calc(50% - 1em); } 81.25% { background-position: 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, calc(50% - 1.5em) 50%, calc(50% - 1em) calc(50% - 1em); } 87.5% { background-position: 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, calc(50% - 1em) calc(50% - 1em); } } /* https://codepen.io/carpenumidium/pen/oBtja ------------------------------------------------------------------- */ .spinner-pulsed { height: 100%; background-color: #3F51B5; background-image: linear-gradient(white, white), linear-gradient(white, white), linear-gradient(white, white), linear-gradient(white, white), linear-gradient(white, white), linear-gradient(white, white), linear-gradient(white, white); background-position: calc(50% - 30px) 50%, calc(50% - 20px) 50%, calc(50% - 10px) 50%, 50% 50%, calc(50% + 10px) 50%, calc(50% + 20px) 50%, calc(50% + 30px) 50%; background-size: 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px; background-repeat: no-repeat; animation: l-bars 1.6s linear infinite alternate; } @keyframes l-bars { 0% { background-size: 5px 30px, 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px; } 16.6% { background-size: 5px 10px, 5px 40px, 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px; } 33.2% { background-size: 5px 10px, 5px 10px, 5px 40px, 5px 10px, 5px 10px, 5px 10px, 5px 10px; } 49.8% { background-size: 5px 10px, 5px 10px, 5px 10px, 5px 40px, 5px 10px, 5px 10px, 5px 10px; } 66.4% { background-size: 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 40px, 5px 10px, 5px 10px; } 83% { background-size: 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 40px, 5px 10px; } 100% { background-size: 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 40px; } } /* See: https://codepen.io/carpenumidium/pen/svIqw ------------------------------------------------------------------- */ .spinner-rotate-dots { height: 100%; background-color: #3F51B5; background-image: radial-gradient(white 45%, transparent 50%), radial-gradient(rgba(255, 255, 255, 0.3) 5%, transparent 10%), radial-gradient(rgba(255, 255, 255, 0.4) 10%, transparent 15%), radial-gradient(rgba(255, 255, 255, 0.5) 10%, transparent 15%), radial-gradient(rgba(255, 255, 255, 0.6) 20%, transparent 25%), radial-gradient(rgba(255, 255, 255, 0.7) 20%, transparent 25%), radial-gradient(rgba(255, 255, 255, 0.8) 30%, transparent 35%), radial-gradient(rgba(255, 255, 255, 0.9) 30%, transparent 35%); background-position: 50% calc(50% - 20px), calc(50% + 16px) calc(50% - 16px), calc(50% + 24px) 50%, calc(50% + 16px) calc(50% + 16px), 50% calc(50% + 24px), calc(50% - 16px) calc(50% + 16px), calc(50% - 24px) 50%, calc(50% - 16px) calc(50% - 16px); background-size: 20px 20px; background-repeat: no-repeat; animation: load-dots 1s linear infinite; } @keyframes load-dots { 12.5% { background-image: radial-gradient(rgba(255, 255, 255, 0.9) 30%, transparent 35%), radial-gradient(white 45%, transparent 50%), radial-gradient(rgba(255, 255, 255, 0.3) 5%, transparent 10%), radial-gradient(rgba(255, 255, 255, 0.4) 10%, transparent 15%), radial-gradient(rgba(255, 255, 255, 0.5) 10%, transparent 15%), radial-gradient(rgba(255, 255, 255, 0.6) 20%, transparent 25%), radial-gradient(rgba(255, 255, 255, 0.7) 20%, transparent 25%), radial-gradient(rgba(255, 255, 255, 0.8) 30%, transparent 35%); } 25% { background-image: radial-gradient(rgba(255, 255, 255, 0.8) 30%, transparent 35%), radial-gradient(rgba(255, 255, 255, 0.9) 30%, transparent 35%), radial-gradient(white 45%, transparent 50%), radial-gradient(rgba(255, 255, 255, 0.3) 5%, transparent 10%), radial-gradient(rgba(255, 255, 255, 0.4) 10%, transparent 15%), radial-gradient(rgba(255, 255, 255, 0.5) 10%, transparent 15%), radial-gradient(rgba(255, 255, 255, 0.6) 20%, transparent 25%), radial-gradient(rgba(255, 255, 255, 0.7) 20%, transparent 25%); } 37.5% { background-image: radial-gradient(rgba(255, 255, 255, 0.7) 20%, transparent 25%), radial-gradient(rgba(255, 255, 255, 0.8) 30%, transparent 35%), radial-gradient(rgba(255, 255, 255, 0.9) 30%, transparent 35%), radial-gradient(white 45%, transparent 50%), radial-gradient(rgba(255, 255, 255, 0.3) 5%, transparent 10%), radial-gradient(rgba(255, 255, 255, 0.4) 10%, transparent 15%), radial-gradient(rgba(255, 255, 255, 0.5) 10%, transparent 15%), radial-gradient(rgba(255, 255, 255, 0.6) 20%, transparent 25%); } 50% { background-image: radial-gradient(rgba(255, 255, 255, 0.6) 20%, transparent 25%), radial-gradient(rgba(255, 255, 255, 0.7) 20%, transparent 25%), radial-gradient(rgba(255, 255, 255, 0.8) 30%, transparent 35%), radial-gradient(rgba(255, 255, 255, 0.9) 30%, transparent 35%), radial-gradient(white 45%, transparent 50%), radial-gradient(rgba(255, 255, 255, 0.3) 5%, transparent 10%), radial-gradient(rgba(255, 255, 255, 0.4) 10%, transparent 15%), radial-gradient(rgba(255, 255, 255, 0.5) 10%, transparent 15%); } 62.5% { background-image: radial-gradient(rgba(255, 255, 255, 0.5) 10%, transparent 15%), radial-gradient(rgba(255, 255, 255, 0.6) 20%, transparent 25%), radial-gradient(rgba(255, 255, 255, 0.7) 20%, transparent 25%), radial-gradient(rgba(255, 255, 255, 0.8) 30%, transparent 35%), radial-gradient(rgba(255, 255, 255, 0.9) 30%, transparent 35%), radial-gradient(white 45%, transparent 50%), radial-gradient(rgba(255, 255, 255, 0.3) 5%, transparent 10%), radial-gradient(rgba(255, 255, 255, 0.4) 10%, transparent 15%); } 75% { background-image: radial-gradient(rgba(255, 255, 255, 0.4) 10%, transparent 15%), radial-gradient(rgba(255, 255, 255, 0.5) 10%, transparent 15%), radial-gradient(rgba(255, 255, 255, 0.6) 20%, transparent 25%), radial-gradient(rgba(255, 255, 255, 0.7) 20%, transparent 25%), radial-gradient(rgba(255, 255, 255, 0.8) 30%, transparent 35%), radial-gradient(rgba(255, 255, 255, 0.9) 30%, transparent 35%), radial-gradient(white 45%, transparent 50%), radial-gradient(rgba(255, 255, 255, 0.3) 5%, transparent 10%); } 87.5% { background-image: radial-gradient(rgba(255, 255, 255, 0.3) 5%, transparent 10%), radial-gradient(rgba(255, 255, 255, 0.4) 10%, transparent 15%), radial-gradient(rgba(255, 255, 255, 0.5) 10%, transparent 15%), radial-gradient(rgba(255, 255, 255, 0.6) 20%, transparent 25%), radial-gradient(rgba(255, 255, 255, 0.7) 20%, transparent 25%), radial-gradient(rgba(255, 255, 255, 0.8) 30%, transparent 35%), radial-gradient(rgba(255, 255, 255, 0.9) 30%, transparent 35%), radial-gradient(white 45%, transparent 50%); } 100% { background-image: radial-gradient(white 45%, transparent 50%), radial-gradient(rgba(255, 255, 255, 0.3) 5%, transparent 10%), radial-gradient(rgba(255, 255, 255, 0.4) 10%, transparent 15%), radial-gradient(rgba(255, 255, 255, 0.5) 10%, transparent 15%), radial-gradient(rgba(255, 255, 255, 0.6) 20%, transparent 25%), radial-gradient(rgba(255, 255, 255, 0.7) 20%, transparent 25%), radial-gradient(rgba(255, 255, 255, 0.8) 30%, transparent 35%), radial-gradient(rgba(255, 255, 255, 0.9) 30%, transparent 35%); } } /* # ----------------------------------------------------------------------------- # ~/theme_uno/components/_slider_parallax.scss # Provides styles for J1 Template Parallax Slider # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ /* NOTE: Several styles are moved to ~/assets/data/panels.html for dynamic processing. ------------------------------------------------------------------- */ .parallax-slider { color: #fff; padding: 75px 0; position: relative; } .parallax-slider:before { top: 0; left: 0; width: 100%; height: 100%; content: " "; position: absolute; } .parallax-slider:after { top: 0; left: 0; width: 100%; height: 100%; content: " "; position: absolute; } /*Parallax Slider Inner*/ .parallax-slider-in { z-index: 1; padding: 0 45px; position: relative; } .parallax-slider-in p { color: #FAFAFA; font-size: 28px; font-family: "Open Sans", Arial, sans-serif; } /* moved to ~/assets/data/panels.html .parallax-slider-in p:after, .parallax-slider-in p:before { content: ' " '; position: absolute; font-family: Tahoma; } .parallax-slider-in p:after { margin-left: 5px; } .parallax-slider-in p:before { margin-left: -20px; } */ .parallax-slider-in small { color: #E5E5E5; font-size: 22px; font-weight: 400; text-transform: uppercase; } @media (max-width: 768px) { .parallax-slider-in { padding: 0 40px; } .parallax-slider-in p { font-size: 20px; } } /* # ----------------------------------------------------------------------------- # ~/theme_uno/components/_rtable.scss # Provides styles for J1 Template Responsive Tables # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ /* Resource ---------------------------------------------------------------------------- */ /* Document : rtable-no-more-table Created on : 28/02/2012, 11:01:54 AM Author : Simon Elvery Description: Demonstration of the responsive tables method described at by Chris Coyier at: http://elvery.net/demo/responsive-tables/#no-more-tables https://bootsnipp.com/snippets/featured/no-more-tables-respsonsive-table http://css-tricks.com/responsive-data-tables/ */ @media only screen and (max-width: 768px) { /* Force table to not be like tables anymore */ #rtable-no-more-table table, #rtable-no-more-table thead, #rtable-no-more-table tbody, #rtable-no-more-table th, #rtable-no-more-table td, #rtable-no-more-table tr { display: block; } /* Hide table headers (but not display: none;, for accessibility) */ #rtable-no-more-table thead tr { position: absolute; top: -9999px; left: -9999px; } #rtable-no-more-table tr { border: 1px solid #ccc; } #rtable-no-more-table td { /* Behave like a "row" */ border: none; border-bottom: 1px solid #eee; position: relative; padding-left: 50%; white-space: normal; text-align: left; } #rtable-no-more-table td:before { /* Now like a table header */ position: absolute; /* Top/left values mimic padding */ top: 6px; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap; text-align: left; font-weight: bold; } #rtable-no-more-table td:before { content: attr(data-title); } } @media only screen and (max-width: 768px) { #rtable-flip-scroll .rtable:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } #rtable-flip-scroll * html .rtable { zoom: 1; } #rtable-flip-scroll *:first-child + html .rtable { zoom: 1; } #rtable-flip-scroll table { width: 100%; border-collapse: collapse; border-spacing: 0; } #rtable-flip-scroll th, #rtable-flip-scroll td { margin: 0; vertical-align: top; } #rtable-flip-scroll th { text-align: left; } #rtable-flip-scroll table { display: block; position: relative; width: 100%; } #rtable-flip-scroll thead { display: block; float: left; } #rtable-flip-scroll tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; } #rtable-flip-scroll thead tr { display: block; } #rtable-flip-scroll th { display: block; text-align: right; } #rtable-flip-scroll tbody tr { display: inline-block; vertical-align: top; } #rtable-flip-scroll td { display: block; min-height: 1.25em; text-align: left; } #rtable-flip-scroll th { border-bottom: 0; border-left: 0; width: max-content; width: intrinsic; width: -moz-max-content; width: -webkit-max-content; width: -o-max-content; width: -ms-max-content; } #rtable-flip-scroll td { border-left: 0; border-right: 0; border-bottom: 0; } #rtable-flip-scroll tbody tr { border-left: 1px solid #babcbf; } #rtable-flip-scroll th:last-child, #rtable-flip-scroll td:last-child { border-bottom: 1px solid #babcbf; } #rtable-flip-scroll td:before { content: attr(data-title); } } /* # ----------------------------------------------------------------------------- # ~/theme_uno/components/_tag_box.scss # Provides styles for J1 Template Tag Box # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ /* Content ---------------------------------------------------------------------------- */ /* Service link block ---------------------------------------------------------------------------- */ .tag-box { list-style: none; margin: 0; padding: 4px 0; overflow: hidden; *zoom: 1; } .tag-box:before, .tag-box:after { display: table; content: ""; line-height: 0; } .tag-box:after { clear: both; } .tag-box.inline li { float: left; font-size: 1.25rem; font-weight: 600; line-height: 2.5; } .tag-box a { padding: 4px 6px; margin: 2px; color: #FAFAFA; background-color: #E91E63; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; text-decoration: none; } .tag-box a span { vertical-align: super; font-size: 0.9rem; } .page, .post { margin-bottom: 4em; } .page-title, .post-title, .post-title a { color: #303030; } .page-title, .post-title { margin-top: 0; } .post-date { display: block; margin-top: -.5rem; margin-bottom: 1rem; color: #9a9a9a; } ul.posts { list-style-type: none; margin-bottom: 2rem; padding: 0; } ul.posts li { padding: 0.2rem 0; } ul.posts li span { color: #9E9E9E; margin-left: 2rem; font-size: 2rem; font-weight: 600; } ul.posts li a { /* color: #9E9E9E; */ font-size: 1.75rem; font-weight: 400; } ul.posts li a:hover { color: #9E9E9E; text-decoration: none; font-weight: 600; } .related { padding-top: 2rem; padding-bottom: 2rem; border-top: 1px solid #eee; } .related-posts { padding-left: 0; list-style: none; } .related-posts h3 { margin-top: 0; } .related-posts li small { font-size: 75%; color: #999; } .related-posts li a:hover { color: #268bd2; text-decoration: none; } .related-posts li a:hover small { color: inherit; } /* jadams, 2017-11-21: disabled pagination styles */ /* .pagination { overflow: hidden; margin-left: -1rem; margin-right: -1rem; font-family: "PT Sans", Helvetica, Arial, sans-serif; color: #ccc; text-align: center } .pagination-item { display: block; padding: 1rem; border: 1px solid #eee } .pagination-item:first-child { margin-bottom: -1px } a.pagination-item:hover { background-color: #f5f5f5 } @media (min-width: 30em) { .pagination { margin:3rem 0 } .pagination-item { float: left; width: 50% } .pagination-item:first-child { margin-bottom: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px } .pagination-item:last-child { margin-left: -1px; border-top-right-radius: 4px; border-bottom-right-radius: 4px } } */ /* .tags > h1, h2 { font-size: 5rem !important; margin-top: 2rem !important; margin-bottom: 1rem !important; } */ /* Tag Cloud classes Inspired by Justin James. See: http://digitaldrummerj.me/, https://github.com/digitaldrummerj/digitaldrummerj.github.io ---------------------------------------------------------------------------- */ .tag-cloud { margin-bottom: 10px; margin-top: 20px; } .tag-cloud ul.cloud li { margin: 0; } .tag-cloud ul.cloud li a { padding: 0 1em 0 1em; /* border: none !important; */ padding-top: 5px; padding-bottom: 5px; } .tag-cloud ul { margin: 0; padding: 0; list-style: none; } .tag-cloud ul li { display: inline-block; margin: 0 .3em .3em 0; padding: 0; } .tag-cloud ul li a { position: relative; display: inline-block; /* max-width: 250px; */ /* height: 40px; */ line-height: 28px; padding: 0 2em 0 1em; background-color: #E91E63; /* border: 1px solid #aaa; */ border-radius: 3px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #fff; font-size: 1.5rem !important; font-weight: 400; text-decoration: none; -webkit-transition: .2s; transition: .2s; } .tag-cloud ul li a:hover { background-color: #3498db; /* border: 1px solid #3498db; */ color: #fff; } .tag-cloud ul li a:hover span { background-color: #fff; color: #3498db; } .tag-cloud ul li span { position: absolute; top: 5px; right: 5px; z-index: 2; width: 20px; height: 20px; line-height: 1.5; background-color: #fff; border-radius: 100%; color: #000; font-size: 11px; padding: 3px; margin: -1px 0px 5px 5px; text-align: center; -webkit-transition: .2s; transition: .2s; } .tag-numerator .badge { padding: 5px 20px; background-color: #444; } /* # ----------------------------------------------------------------------------- # ~/theme_uno/_modules.scss # This is the (SASS) entry point for theme build-in MODULES # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # ----------------------------------------------------------------------------- */ /* # ----------------------------------------------------------------------------- # ~/theme_uno/modules/_bootstrap_gallery.scss # Provides Styles for Bootstrap Gallery # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ #bsGalleryModal .modal-content { border-radius: 0; } #bsGalleryModal .modal-dialog img { text-align: center; margin: 0 auto; width: 100%; } #bsGalleryModal .modal-body { padding: 0px !important; } #bsGalleryModal .bsp-close { position: absolute; right: -14px; top: -11px; font-size: 30px; color: #fff; text-shadow: 1px 1px 18px #000; } #bsGalleryModal .bsp-close:hover { cursor: pointer; opacity: .6; text-shadow: none; } .bspHasModal { cursor: pointer; } .bspHasModal .text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .imgWrapper { overflow: hidden; /* max-height: 99px; */ } a.bsp-controls, a.bsp-controls:visited, a.bsp-controls:active { position: absolute; top: 44%; font-size: 26px; color: #fff; text-shadow: 1px 1px 18px #000; } a.bsp-controls.next { right: -10px; } a.bsp-controls.previous { left: -10px; } a.bsp-controls:hover { opacity: .6; text-shadow: none; } .bsp-text-container { clear: both; display: block; padding-bottom: 5px; } #bsGalleryModal h6 { margin-bottom: 0; font-weight: bold; color: #000; font-size: 14px; padding-left: 12px; padding-right: 12px; margin-bottom: 5px; } #bsGalleryModal .pText { font-size: 11px; margin-bottom: 0px; padding: 0 12px 5px; } /* ul, menu, dir { display: block; list-style-type: disc; -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 0px; -webkit-margin-end: 0px; -webkit-padding-start: 0px; } */ /* NO gutter for the row the gallery is placed */ .bs-gallery-gutter.row { margin-right: 0; margin-left: 0; } .bs-gallery-gutter > [class^="col-"], .bs-gallery-gutter > [class^=" col-"] { padding-right: 0; padding-left: 0; } /* 2px gutter */ .bs-gallery-gutter-2.row { margin-right: -1px; margin-left: -1px; } .bs-gallery-gutter-2 > [class^="col-"], .bs-gallery-gutter-2 > [class^=" col-"] { padding-right: 1px; padding-left: 1px; } /* Gallery title */ .bs-gallery-title { margin-left: 0.5rem; font-style: italic; font-weight: 400; color: rgba(0, 0, 0, 0.5); overflow: hidden; } @media screen and (max-width: 380px) { .col-xxs-12 { width: 100%; } .col-xxs-12 img { width: 100%; } } /* # ----------------------------------------------------------------------------- # ~/theme_uno/modules/_clipboard.scss # Provides CSS styles for J1 Clipboard # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ .tooltip-inner { background-color: #e91e63; border-radius: 0.125rem; } .tooltip.in { opacity: 1.0; } .tooltip.tooltip-top .tooltip-arrow { border-top-color: #e91e63; } .tooltip.bs-tether-element-attached-bottom .tooltip-arrow { border-top-color: #e91e63; } .btn-clipboard { position: absolute; top: .6rem; right: .5rem; z-index: 3; display: block; padding: .25rem .5rem; font-size: .75rem; color: #818a91; cursor: pointer; text-transform: uppercase; background-color: transparent; border-radius: .25rem; } .btn-clipboard:hover { color: #fff; background-color: #027de7; } .btn-clipboard + .tooltip > .tooltip-inner { background-color: #f00; } .j1-clipboard { position: relative; display: block; float: right; } .j1-tooltip + .tooltip > .tooltip-inner { background-color: #f00; } .j1-tooltip + .tooltip > .tooltip-arrow { background-color: #f00; } @media (min-width: 320px) and (max-width: 767px) { .j1-clipboard { display: none; } } /* # ----------------------------------------------------------------------------- # ~/theme_uno/modules/_cookiebar.css # Provides styles for the J1 CookieBar # # Product/Info: # # http://jekyll.one # http://www.primebox.co.uk/projects/jquery-cookiebar/ # # Copyright (C) 2019 Juergen Adams # Copyright (C) 2016 Ant Parsons (primebox.co.uk) # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # Cookiebar is licensed under Creative Commons Attribution 3.0 Unported License. # See: http://creativecommons.org/licenses/by/3.0/ # # ----------------------------------------------------------------------------- */ #cookie-bar { background: #354a60; height: auto; line-height: 24px; color: #eeeeee; text-align: center; padding: 3px 0; } #cookie-bar.fixed { position: fixed; top: 0; left: 0; width: 100%; } #cookie-bar.fixed.bottom { bottom: 0; top: auto; } #cookie-bar p { margin: 0; padding: 0; } #cookie-bar a { color: #ffffff; display: inline-block; border-radius: 3px; text-decoration: none; padding: 0 6px; margin-left: 8px; margin-bottom: 20px; } #cookie-bar .cb-enable { background: #007700; } #cookie-bar .cb-enable:hover { background: #007700; } #cookie-bar .cb-disable { background: #990000; } #cookie-bar .cb-disable:hover { background: #bb0000; } #cookie-bar .cb-policy { background: #0033bb; } #cookie-bar .cb-policy:hover { background: #0055dd; } /* # ---------------------------------------------------------------------------- # ~/theme_uno/modules/_datepicker.scss # Theme Uno - additional mde styles for Bootstrap Datepicker # ---------------------------------------------------------------------------- */ /* * Datepicker for Bootstrap * * Copyright 2012 Stefan Petre * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * */ .datepicker { top: 0; left: 0; padding: 4px; margin-top: 1px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .datepicker > div { display: none; } .datepicker table { width: 100%; margin: 0; } .datepicker td, .datepicker th { text-align: center; width: 20px; height: 20px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .datepicker td { text-align: center; } .datepicker td p { font-size: 1em; font-weight: 400; border-radius: 50%; height: 29px; line-height: 29px; margin: 3px 0 8px; width: 29px; } .datepicker td :hover { cursor: pointer; } .datepicker th { font-weight: 500; } .datepicker th.switch-datepicker { font-size: 1em; } .datepicker .prev p, .datepicker .next p { font-size: 1.825em; } .datepicker p:hover { background: #eeeeee; } .datepicker .day.disabled { color: #eeeeee; } .datepicker td.old, .datepicker td.new { color: #999999; border-top: 0; } .datepicker td.active p, .datepicker td.active:hover p { box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); color: #ffffff; background-color: #3f51b5; } .datepicker td.primary p, .datepicker td.primary:hover p { background-color: #3f51b5; } .datepicker td.info p, .datepicker td.info:hover p { background-color: #00bcd4; } .datepicker td.success p, .datepicker td.success:hover p { background-color: #4caf50; } .datepicker td.warning p, .datepicker td.warning:hover p { background-color: #ffeb3b; } .datepicker td.danger p, .datepicker td.danger:hover p { background-color: #f44336; } .datepicker span { display: block; width: 55px; height: 54px; line-height: 54px; float: left; margin: 2px; cursor: pointer; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .datepicker span.old { color: #999999; } .datepicker span.active, .datepicker span.active:focus, .datepicker span.active:hover, .datepicker span.active:active { background-color: #3f51b5; box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); } .datepicker span.active { color: #FFFFFF; } .datepicker span:hover { background-color: #EEEEEE; } .datepicker span.primary, .datepicker span.primary:hover { background-color: #3f51b5; } .datepicker span.info, .datepicker span.info:hover { background-color: #00bcd4; } .datepicker span.success, .datepicker span.success:hover { background-color: #4caf50; } .datepicker span.warning, .datepicker span.warning:hover { background-color: #ffeb3b; } .datepicker span.danger, .datepicker span.danger:hover { background-color: #f44336; } .datepicker th.switch-datepicker { width: 145px; } .datepicker th.next, .datepicker th.prev { font-size: 21px; } .datepicker thead tr:first-child th { cursor: pointer; } .datepicker thead tr:first-child th:hover { background: #eeeeee; } .datepicker.dropdown-menu { border-radius: 3px; box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); -webkit-transition: all 150ms linear; -moz-transition: all 150ms linear; -o-transition: all 150ms linear; -ms-transition: all 150ms linear; transition: all 150ms linear; margin-top: -20px; opacity: 0; visibility: hidden; } .datepicker.dropdown-menu.open { opacity: 1; visibility: visible; margin-top: 1px; } .datepicker .table-condensed > tbody > tr > td { padding: 2px; } .datepicker .table-condensed > thead > tr > th { padding: 0; } .input-append.date .add-on i, .input-prepend.date .add-on i { display: block; cursor: pointer; width: 16px; height: 16px; } .datepicker-months thead { padding: 0 0 3px; display: block; } /* Enhanced Bootstrap Modals (C) 2017 MDBootstrap https://mdbootstrap.com office@mdbootstrap.com */ body.modal-open { padding-right: 0 !important; } body.scrollable { overflow-y: auto; } .modal .modal-header .modal-title { font-weight: 300; } .modal .modal-header .lead { font-size: 1.5rem; font-weight: 400; } @media (min-width: 768px) { .modal .modal-dialog.modal-top { top: 0; } .modal .modal-dialog.modal-left { left: 0; } .modal .modal-dialog.modal-right { right: 0; } .modal .modal-dialog.modal-bottom { bottom: 0; } .modal .modal-dialog.modal-top-left { top: 10px; left: 10px; } .modal .modal-dialog.modal-top-right { top: 10px; right: 10px; } .modal .modal-dialog.modal-bottom-left { left: 10px; bottom: 10px; } .modal .modal-dialog.modal-bottom-right { right: 10px; bottom: 10px; } } .modal.fade.top:not(.show) .modal-dialog { transform: translate3d(0, -25%, 0); } .modal.fade.left:not(.show) .modal-dialog { transform: translate3d(-25%, 0, 0); } .modal.fade.right:not(.show) .modal-dialog { transform: translate3d(25%, 0, 0); } .modal.fade.bottom:not(.show) .modal-dialog { transform: translate3d(0, 25%, 0); } @media (min-width: 768px) { .modal.modal-scrolling { position: relative; } .modal.modal-scrolling .modal-dialog { position: fixed; z-index: 1050; } .modal .modal-fluid { width: 100%; max-width: 100%; } .modal .modal-fluid .modal-content { width: 100%; } .modal .modal-frame { position: absolute; width: 100%; max-width: 100%; margin: 0; } .modal .modal-frame.modal-bottom { bottom: 0; } .modal .modal-full-height { display: flex; position: absolute; width: 400px; height: 100%; margin: 0; top: 0; bottom: 0; right: 0; } .modal .modal-full-height.modal-top, .modal .modal-full-height.modal-bottom { display: block; width: 100%; max-width: 100%; height: auto; } .modal .modal-full-height.modal-top { bottom: auto; } .modal .modal-full-height.modal-bottom { top: auto; } .modal .modal-side { position: absolute; right: 10px; bottom: 10px; margin: 0; width: 400px; } } .modal-dialog.modal-notify .btn-outline-secondary-modal { background-color: transparent; } .modal-dialog.modal-notify.modal-info .badge { background-color: #5394ff; } .modal-dialog.modal-notify.modal-info .modal-header { background-color: #5394ff; } .modal-dialog.modal-notify.modal-info .fa, .modal-dialog.modal-notify.modal-info .mdi { color: #5394ff; } .modal-dialog.modal-notify.modal-info .btn-primary-modal { background: #5394ff; } .modal-dialog.modal-notify.modal-info .btn-primary-modal:active { background-color: #5394ff !important; } .modal-dialog.modal-notify.modal-info .btn-primary-modal:focus { background-color: #5394ff !important; } .modal-dialog.modal-notify.modal-info .btn-primary-modal:hover { background-color: #5394ff !important; } .modal-dialog.modal-notify.modal-info .btn-primary-modal.active { background-color: #0059ec !important; } .modal-dialog.modal-notify.modal-info .btn-outline-secondary-modal { border: 2px solid #5394ff; color: #5394ff !important; } .modal-dialog.modal-notify.modal-warning .badge { background-color: #ff8e38; } .modal-dialog.modal-notify.modal-warning .modal-header { background-color: #ff8e38; } .modal-dialog.modal-notify.modal-warning .fa, .modal-dialog.modal-notify.modal-warning .mdi { color: #ff8e38; } .modal-dialog.modal-notify.modal-warning .btn-primary-modal { background: #ff8e38; } .modal-dialog.modal-notify.modal-warning .btn-primary-modal:active { background-color: #ff9c52 !important; } .modal-dialog.modal-notify.modal-warning .btn-primary-modal:focus { background-color: #ff9c52 !important; } .modal-dialog.modal-notify.modal-warning .btn-primary-modal:hover { background-color: #ff9c52 !important; } .modal-dialog.modal-notify.modal-warning .btn-primary-modal.active { background-color: #d15a00 !important; } .modal-dialog.modal-notify.modal-warning .btn-outline-secondary-modal { border: 2px solid #ff8e38; color: #ff8e38 !important; } .modal-dialog.modal-notify.modal-success .badge { background-color: #01d36b; } .modal-dialog.modal-notify.modal-success .modal-header { background-color: #01d36b; } .modal-dialog.modal-notify.modal-success .fa, .modal-dialog.modal-notify.modal-success .mdi { color: #01d36b; } .modal-dialog.modal-notify.modal-success .btn-primary-modal { background: #01d36b; } .modal-dialog.modal-notify.modal-success .btn-primary-modal:active { background-color: #01ec78 !important; } .modal-dialog.modal-notify.modal-success .btn-primary-modal:focus { background-color: #01ec78 !important; } .modal-dialog.modal-notify.modal-success .btn-primary-modal:hover { background-color: #01ec78 !important; } .modal-dialog.modal-notify.modal-success .btn-primary-modal.active { background-color: #016d38 !important; } .modal-dialog.modal-notify.modal-success .btn-outline-secondary-modal { border: 2px solid #01d36b; color: #01d36b !important; } .modal-dialog.modal-notify.modal-danger .badge { background-color: #ff4b4b; } .modal-dialog.modal-notify.modal-danger .modal-header { background-color: #ff4b4b; } .modal-dialog.modal-notify.modal-danger .fa, .modal-dialog.modal-notify.modal-danger .mdi { color: #ff4b4b; } .modal-dialog.modal-notify.modal-danger .btn-primary-modal { background: #ff4b4b; } .modal-dialog.modal-notify.modal-danger .btn-primary-modal:active { background-color: #ff6565 !important; } .modal-dialog.modal-notify.modal-danger .btn-primary-modal:focus { background-color: #ff6565 !important; } .modal-dialog.modal-notify.modal-danger .btn-primary-modal:hover { background-color: #ff6565 !important; } .modal-dialog.modal-notify.modal-danger .btn-primary-modal.active { background-color: #e40000 !important; } .modal-dialog.modal-notify.modal-danger .btn-outline-secondary-modal { border: 2px solid #ff4b4b; color: #ff4b4b !important; } /* # ---------------------------------------------------------------------------- # ~/theme_uno/modules/_lightbox.scss # Theme Uno - additional mde styles for LightBox 2 # ---------------------------------------------------------------------------- */ html.lb-disable-scrolling { overflow: hidden; /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */ position: fixed; height: 100vh; width: 100vw; } .lightboxOverlay { position: absolute; top: 0; left: 0; z-index: 9999; background-color: black; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; display: none; } .lightbox { position: absolute; left: 0; width: 100%; z-index: 10000; text-align: center; line-height: 0; font-weight: normal; } .lightbox .lb-image { display: block; height: auto; max-width: inherit; max-height: none; border-radius: 2px; /* Image border */ /* jadams: Removed the irritating border */ /* border: 4px solid white; */ } .lightbox a img { border: none; } .lb-outerContainer { position: relative; *zoom: 1; width: 250px; height: 250px; margin: 0 auto; border-radius: 4px; /* Background color behind image. This is visible during transitions. */ background-color: white; } .lb-outerContainer:after { content: ""; display: table; clear: both; } .lb-loader { position: absolute; top: 43%; left: 0; height: 25%; width: 100%; text-align: center; line-height: 0; } .lb-cancel { display: block; width: 32px; height: 32px; margin: 0 auto; background: url(/assets/images/lightbox/loading.gif) no-repeat; } .lb-nav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; } .lb-container > .nav { left: 0; } .lb-nav a { outline: none; background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); } .lb-prev, .lb-next { height: 100%; cursor: pointer; display: block; } .lb-nav a.lb-prev { width: 34%; left: 0; float: left; background: url(/assets/images/lightbox/prev.png) left 48% no-repeat; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition: opacity 0.6s; -moz-transition: opacity 0.6s; -o-transition: opacity 0.6s; transition: opacity 0.6s; } .lb-nav a.lb-prev:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; } .lb-nav a.lb-next { width: 64%; right: 0; float: right; background: url(/assets/images/lightbox/next.png) right 48% no-repeat; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition: opacity 0.6s; -moz-transition: opacity 0.6s; -o-transition: opacity 0.6s; transition: opacity 0.6s; } .lb-nav a.lb-next:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; } .lb-dataContainer { margin: 0 auto; padding-top: 5px; *zoom: 1; width: 100%; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .lb-dataContainer:after { content: ""; display: table; clear: both; } .lb-closeContainer { margin-top: 0.5rem; } .lb-data { padding: 0 4px; color: #ccc; } .lb-data .lb-details { width: 85%; margin-top: 0.25rem; float: left; text-align: left; line-height: 1.25rem; } .lb-data .lb-caption { margin-top: 0.25rem; font-size: 1rem; font-weight: bold; line-height: 1.25rem; } .lb-data .lb-caption a { color: #4ae; } .lb-data .lb-number { display: block; clear: left; padding-bottom: 1em; font-size: 12px; color: #999999; } .lb-data .lb-close { display: block; float: right; width: 30px; height: 30px; background: url(/assets/images/lightbox/close.png) top right no-repeat; text-align: right; outline: none; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity: 0.7; -webkit-transition: opacity 0.2s; -moz-transition: opacity 0.2s; -o-transition: opacity 0.2s; transition: opacity 0.2s; } .lb-data .lb-close:hover { cursor: pointer; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; } /* # ----------------------------------------------------------------------------- # ~/theme_uno/modules/_navigator.scss # Styles for J1 Navigator (NAV Module) # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ .stop-scrolling { position: fixed; overflow-y: scroll; top: 0; right: 0; bottom: 0; left: 0; } .dropdown-menu { padding-bottom: 0.1rem; } #bootsnav_nav_menu .dropdown-menu { transform: scale(1); padding-bottom: unset; } .nav.navigator { flex-wrap: nowrap; } .nav.navbar-nav.navigator { margin-top: 0px; padding-top: 0; } ul.menu-col { padding: 0; margin: 0; font-size: 13px; } ul.menu-col li a { color: #6f6f6f; } ul.menu-col li a:hover { text-decoration: none; } ul.menu-col li a:focus { text-decoration: none; } li.close-full-menu { padding-top: 30px !important; padding-bottom: 30px !important; } li.close-full-menu > a { padding-top: 0 !important; padding-bottom: 0 !important; } .heading:after { left: 0; bottom: 0; height: 2px; width: 50px; content: " "; background: #204a87; position: absolute; } .heading-footer h2 { color: #eee; font-size: 18px; text-transform: uppercase; } .navbar-default .navbar-nav > li > a:focus { background-color: transparent !important; } .navbar-default .navbar-nav > li > a:hover { background-color: transparent !important; } .nav.navbar.navigator.open ul.dropdown-menu.megamenu-content .content { display: block !important; height: auto !important; } nav.navbar.navigator .navbar-nav .nav-item.open { border-bottom: 0px; background-image: linear-gradient(#141414, #1c1c1c 40%, #212121); background-repeat: no-repeat; } nav.navigator .container { position: relative; } nav.navigator .megamenu-content { padding: 15px; width: 100% !important; } nav.navigator .megamenu-content .title { margin-top: 0; } nav.navigator.navbar-full { padding-bottom: 10px; padding-top: 10px; } nav.navigator.navbar-full .navbar-header { display: block; width: 100%; } nav.navigator.navbar-full .navbar-toggle { display: inline-block; margin-right: 0; position: relative; top: 0; font-size: 30px; transition: all 1s ease-in-out; } nav.navigator.navbar-full .navbar-collapse { position: fixed; width: 100%; height: 100% !important; top: 0; left: 0; padding: 0; display: none !important; z-index: 9; } nav.navigator.navbar-full .navbar-collapse.in { display: block !important; } nav.navigator.navbar-full .navbar-collapse .nav-full { overflow: auto; } nav.navigator.navbar-full .navbar-collapse .wrap-full-menu { display: table-cell; vertical-align: middle; background-color: #fff; overflow: auto; } nav.navigator.navbar-full .navbar-collapse .nav-full::-webkit-scrollbar { width: 0; } nav.navigator.navbar-full .navbar-collapse .nav-full::-moz-scrollbar { width: 0; } nav.navigator.navbar-full .navbar-collapse .nav-full::-ms-scrollbar { width: 0; } nav.navigator.navbar-full .navbar-collapse .nav-full::-o-scrollbar { width: 0; } nav.navigator.navbar-full .navbar-collapse ul.nav { display: block; width: 100%; overflow: auto; } nav.navigator.navbar-full .navbar-collapse ul.nav a { background-color: transparent; } nav.navigator.navbar-full .navbar-collapse ul.nav a:hover { background-color: transparent; } nav.navigator.navbar-full .navbar-collapse ul.nav a:focus { background-color: transparent; } nav.navigator.navbar-full .navbar-collapse ul.nav > li { float: none; display: block; text-align: center; } nav.navigator.navbar-full .navbar-collapse ul.nav > li > a { display: table; margin: auto; text-transform: uppercase; font-weight: bold; letter-spacing: 2px; font-size: 24px; padding: 10px 15px; } nav.navigator.navbar-brand-top .navbar-header { display: block; width: 100%; text-align: center; } nav.navigator.navbar-brand-top .navbar-header .navbar-brand { display: inline-block; float: none; margin: 0; } nav.navigator.navbar-brand-top .navbar-collapse { text-align: center; } nav.navigator.navbar-brand-top ul.nav { display: inline-block; float: none; margin: 0 0 -5px 0; } nav.navigator.navbar-brand-top ul.nav > li.dropdown > ul.dropdown-menu { margin-top: 2px; } nav.navigator.navbar-brand-top ul.nav > li.dropdown.megamenu-fw > ul.dropdown-menu { margin-top: 0; } nav.navigator.brand-center .navbar-header { display: block; width: 100%; position: absolute; text-align: center; top: 0; left: 0; } nav.navigator.brand-center .navbar-brand { display: inline-block; float: none; } nav.navigator.brand-center .navbar-collapse { text-align: center; display: inline-block; padding-left: 0; padding-right: 0; } nav.navigator.brand-center .navbar-collapse .col-half { width: 50%; float: left; display: block; } nav.navigator.brand-center .navbar-collapse .col-half.left { text-align: right; padding-right: 100px; } nav.navigator.brand-center .navbar-collapse .col-half.right { text-align: left; padding-left: 100px; } nav.navigator.brand-center ul.nav { float: none !important; margin-bottom: -5px !important; display: inline-block !important; } nav.navigator.brand-center ul.nav.navbar-right { margin: 0; } nav.navigator.brand-center ul.nav > li.dropdown > ul.dropdown-menu { margin-top: 2px; } nav.navigator.brand-center ul.nav > li.dropdown.megamenu-fw > ul.dropdown-menu { margin-top: 0; } nav.navigator.brand-center.center-side .navbar-collapse .col-half.left { text-align: left; padding-right: 100px; } nav.navigator.brand-center.center-side .navbar-collapse .col-half.right { text-align: right; padding-left: 100px; } nav.navigator.navbar-sidebar { position: fixed; width: 260px; overflow: hidden; left: 0; padding: 0 0 0 0 !important; background: #fff; box-shadow: 1px 0 1px 0 #eee; } nav.navigator.navbar-sidebar .scroller { width: 280px; overflow-y: auto; overflow-x: hidden; } nav.navigator.navbar-sidebar .container-fluid { padding: 0 !important; } nav.navigator.navbar-sidebar .container { padding: 0 !important; } nav.navigator.navbar-sidebar .navbar-header { float: none; display: block; width: 260px; padding: 10px 15px; margin: 10px 0 0 0 !important; } nav.navigator.navbar-sidebar .navbar-collapse { padding: 0 !important; width: 260px; } nav.navigator.navbar-sidebar ul.nav { float: none; display: block; width: 100%; padding: 0 15px !important; margin: 0 0 30px 0; } nav.navigator.navbar-sidebar ul.nav li { float: none !important; } nav.navigator.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu { left: 100%; top: 0; position: relative !important; left: 0 !important; width: 100% !important; height: auto !important; background-color: transparent; border: none !important; padding: 0; box-shadow: 0 0 0; padding-left: 0; float: none; margin-bottom: 0; } nav.navigator.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a { padding: 5px 15px; color: #6f6f6f; border: none; } nav.navigator.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li.dropdown > a:before { font-family: Material Design Icons; content: "\f793"; } nav.navigator.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu ul.dropdown-menu { padding-left: 15px; margin-top: 0; } nav.navigator.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.open > a:before { content: "\f795"; } nav.navigator.navbar-sidebar ul.nav > li > a { padding: 10px 15px; font-weight: bold; } nav.navigator.navbar-sidebar ul.nav > li.dropdown > a:after { float: right; } nav.navigator.navbar-sidebar ul.nav > li.dropdown > ul.dropdown-menu { margin-bottom: 15px; } nav.navigator.navbar-sidebar ul.nav .megamenu-content .col-menu { border: none !important; } nav.navigator.navbar-sidebar ul.dropdown-menu.megamenu-content > li { padding: 0 !important; } nav.navigator.navbar-sidebar .dropdown .megamenu-content .col-menu { display: block; float: none !important; padding: 0; margin: 0; width: 100%; border: none; } nav.navigator.navbar-sidebar .dropdown .megamenu-content .col-menu .title { padding: 7px 0; text-transform: none; font-weight: 400; letter-spacing: 0; margin-bottom: 0; cursor: pointer; color: #6f6f6f; } nav.navigator.navbar-sidebar .dropdown .megamenu-content .col-menu .content { padding: 0 0 0 15px; } nav.navigator.navbar-sidebar .dropdown .megamenu-content .col-menu ul.menu-col li a { padding: 3px 0 !important; } nav.navigator .dropdown.megamenu-fw { position: static; } nav.navigator .dropdown.megamenu-fw .dropdown-menu { left: 0; right: 0; } nav.navigator .megamenu-fw .dropdown-menu { left: auto; } nav.navbar.navigator { margin-bottom: 0; border-radius: 0; background-color: #fff; border: none; z-index: 9; padding: 0; width: 100%; box-shadow: unset; } nav.navbar.navigator ul.nav li.megamenu-fw > a:hover { background-color: transparent; } nav.navbar.navigator ul.nav li.megamenu-fw > a:focus { background-color: transparent; } nav.navbar.navigator ul.nav li.active > a { background-color: transparent; } nav.navbar.navigator ul.nav li.active > a:hover { background-color: transparent; } nav.navbar.navigator ul.nav li.active > a:focus { background-color: transparent; } nav.navbar.navigator ul.nav.navigator .nav-item .nav-link { text-transform: none; width: max-content; width: intrinsic; width: -moz-max-content; width: -webkit-max-content; width: -o-max-content; width: -ms-max-content; font-weight: 400; font-size: 1.1rem; } nav.navbar.navigator ul.nav.navigator .dropdown.nav-item .nav-link { text-transform: none; width: max-content; width: intrinsic; width: -moz-max-content; width: -webkit-max-content; width: -o-max-content; width: -ms-max-content; font-weight: 400; font-size: 1.1rem; } nav.navbar.navigator ul.nav > li > a { background-color: transparent; /* padding: 30px 15px; */ padding: 25px 10px; font-weight: 300; } nav.navbar.navigator ul.nav .dropdown-menu .dropdown-menu { top: 0; left: 100%; margin-top: -2px; } nav.navbar.navigator ul.nav ul.dropdown-menu > li > a { white-space: normal; } nav.navbar.navigator ul.nav.navbar-right .dropdown-menu .dropdown-menu { left: -200px; } nav.navbar.navigator ul.navbar-right li.dropdown ul.dropdown-menu li a { text-align: right; } nav.navbar.navigator ul.dropdown-menu.megamenu-content { padding: 0 15px !important; } nav.navbar.navigator ul.dropdown-menu.megamenu-content > li { padding: 25px 0 20px; } nav.navbar.navigator ul.dropdown-menu.megamenu-content.tabbed { padding: 0; } nav.navbar.navigator ul.dropdown-menu.megamenu-content.tabbed > li { padding: 0; } nav.navbar.navigator ul.dropdown-menu.megamenu-content .col-menu { border-left: solid 1px #eee; /* &:last-child { border-right: none; } */ } nav.navbar.navigator ul.dropdown-menu.megamenu-content .col-menu:first-child { border-left: none; } nav.navbar.navigator ul.dropdown-menu.megamenu-content .content ul.menu-col li a { text-align: left; padding: 5px 0; display: block; width: 100%; margin-bottom: 0; border-bottom: none; color: #6f6f6f; } nav.navbar.navigator .navbar-toggle { background-color: transparent !important; border: none; padding: 0; font-size: 18px; position: relative; top: 5px; } nav.navbar.navigator.navbar-fixed { position: fixed; } nav.navbar.navigator.navbar-fixed.navbar-transparent .logo-scrolled { display: none; } nav.navbar.navigator.navbar-fixed.navbar-transparent .logo-display { display: block; } nav.navbar.navigator.navbar-fixed.no-background .logo-scrolled { display: none; } nav.navbar.navigator.navbar-fixed.no-background .logo-display { display: block; } nav.navbar.navigator.navbar-fixed .logo-display { display: none; } nav.navbar.navigator.navbar-fixed .logo-scrolled { display: block; } nav.navbar.navigator.no-background { transition: all 1s ease-in-out; background-color: transparent; border-bottom: 0; } nav.navbar.navigator.navbar-transparent .attr-nav { padding-left: 15px; margin-left: 30px; } nav.navbar.navigator.navbar-transparent.light { background-color: rgba(255, 255, 255, 0.3); border-bottom: solid 3px #fafafa; } nav.navbar.navigator.navbar-transparent.dark { background-color: rgba(0, 0, 0, 0.3); border-bottom: solid 3px #555; border-left: solid 1px #555; } nav.navbar.navigator.menu-center .container { position: relative; } nav.navbar.navigator.menu-center .navbar-header { position: absolute; } nav.navbar.navigator.menu-center .attr-nav { position: absolute; right: 15px; } nav.navbar.navigator.menu-center ul.nav.navbar-center { float: none; margin: 0 auto; display: table; table-layout: fixed; } nav.navbar.navigator.navbar-shadow { box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); } nav.navbar.navigator > .active > a { bottom: -2px; position: relative; border-bottom: solid 2px #6f6f6f; } nav.navbar.navigator li.dropdown ul.dropdown-menu { padding-top: 2px; margin-top: 0; min-width: 250px; background: #fff; border-top: solid 8px; border-right: solid 1px; border-left: solid 1px; } nav.navbar.navigator li.dropdown ul.dropdown-menu > li a:hover { background-color: transparent; } nav.navbar.navigator li.dropdown ul.dropdown-menu > li:last-child > a { border-bottom: none; } nav.navbar.navigator li.dropdown ul.dropdown-menu ul.dropdown-menu { top: -3px; } nav.navbar.navigator.on ul.dropdown-menu.megamenu-content .content { display: block !important; height: auto !important; } nav.navbar.navbar-inverse.navigator.navbar-transparent.dark { background-color: rgba(0, 0, 0, 0.3); border-bottom: solid 3px #555; border-left: solid 1px #555; } .attr-nav { margin-left: 13px; margin-right: -20px; float: right; position: relative; display: inline-block; margin-right: 20px; } .attr-nav > ul { padding: 0; list-style: none; display: inline-block; } .attr-nav > ul > li { float: left; display: block; } .attr-nav > ul > li > a { display: block; padding: 10px 5px; position: relative; } .attr-nav > ul > li > a span.badge { position: absolute; top: 50%; margin-top: -15px; right: 5px; font-size: 10px; padding: 0; width: 15px; height: 15px; padding-top: 2px; } .attr-nav > ul > li.dropdown ul.dropdown-menu { border-radius: 0; box-shadow: 0 0 0; border: solid 1px #e0e0e0; margin-top: 0; margin-left: 55px; width: 250px; left: -250px; } .top-search { padding: 10px 0; display: none; position: sticky; top: 0; } .top-search .input-group-addon { border: none; color: #fff; padding-left: 0; padding-right: 0; background-color: transparent; } .top-search .input-group-addon.close-search { cursor: pointer; } .top-search input.form-control { border: none; box-shadow: 0 0 0; color: #fff; height: 40px; padding: 0 15px; background-color: transparent; height: 61px; } body { transition: all 0.3s ease-in-out; } body.on-side { margin-left: -380px; } body.on-side .wrap-sticky nav.navbar.navigator.sticked { left: -380px; } body.wrap-nav-sidebar .wrapper { padding-left: 260px; overflow-x: hidden; } .wrap-sticky { position: relative; transition: all 0.3s ease-in-out; } .wrap-sticky nav.navbar.navigator { position: absolute; width: 100%; left: 0; top: 0; } .wrap-sticky nav.navbar.navigator.sticked { position: fixed; transition: all 0.2s ease-in-out; } .side { background-color: #fff; position: fixed; overflow-y: auto; top: 0; right: -380px; width: 380px; padding: 25px 30px; height: 100%; display: block; transition: all 0.3s ease-in-out; z-index: 9; } .side.on { right: 0; } .side .close-side { color: #fff; position: relative; z-index: 2; } .side .widget { position: relative; z-index: 1; margin-bottom: 25px; } .side .widget .title { color: #fff; margin-bottom: 15px; border-left: 3px solid #204a87; padding-left: 5px; } .side .widget .heading { text-align: left; color: #eee; font-size: 18px; text-transform: uppercase; position: relative; margin-bottom: 10px; padding-bottom: 10px; } .side .widget ul.link { font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14px; padding: 0; margin: 0; list-style: none; } .side .widget ul.link li a { color: #aaa; } .side .widget ul.link li a:focus { color: #fafafa; text-decoration: none; } .side .widget ul.link li a:hover { color: #fafafa; text-decoration: none; } @media (min-width: 992px) { .dropdown-submenu { position: relative; } .dropdown-submenu > a::after { border-bottom: 0.3em solid transparent; border-left-color: inherit; border-left-style: solid; border-left-width: 0.3em; border-top: 0.3em solid transparent; content: " "; display: block; float: right; height: 0; margin-right: -0.6em; margin-top: -0.95em; width: 0; } .dropdown-submenu.pull-left { float: none; } .dropdown-submenu.pull-left > .dropdown-menu { left: -75%; } .dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-top: -6px; margin-left: 0; } .dropdown-submenu:hover > .dropdown-menu { display: block; } body.wrap-nav-sidebar .wrapper .container { width: 100%; padding-left: 30px; padding-right: 30px; } nav.navbar.navigator .dropdown-menu { transform-origin: unset; will-change: unset; transition: unset; } nav.navbar.navigator .dropdown-menu .dropdown-item { padding: 0.5em 1em .5em 1em; } nav.navbar.navigator .dropdown-menu .dropdown-megamenu-item { padding-left: .25em; list-style: none; font-size: .75em; } nav.navbar.navigator .dropdown-menu .dropdown-megamenu-item:hover { background: #ECEFF1; } nav.navbar.navigator .navbar-brand { /* padding: 0 1rem; */ margin-right: 0; } nav.navbar.navigator .dropdown .nav-item { padding: 0.5em 1em .5em 1em; } nav.navbar.navigator ul.nav.navigator .dropdown.nav-item .dropdown-toggle:after { display: none; } nav.navbar.navigator ul.nav.navigator .dropdown.megamenu-fw .dropdown-toggle:after { display: none; } nav.navbar.navigator ul.nav .dropdown-menu .dropdown-menu { margin-top: -2px; } nav.navbar.navigator li.dropdown ul.dropdown-menu.megamenu-content { left: 0; } nav.navbar.navigator li.dropdown ul.dropdown-menu > li > a { display: inline-flex; align-items: center; border-bottom: 0; text-decoration: none; } .nav-item + .nav-item { margin-left: 0 !important; } .dropdown-menu .divider { background-color: #e5e5e5; height: 1px; margin: 9px 0; overflow: hidden; } } @media (max-width: 992px) { nav.navigator.brand-center .navbar-collapse { display: block; } nav.navigator.brand-center .navbar-collapse .col-half { width: 100%; float: none; display: block; } nav.navigator.brand-center .navbar-collapse .col-half.left { margin-bottom: 0; } nav.navigator.brand-center ul.nav { margin-bottom: 0 !important; } nav.navigator .megamenu-content { padding: 0; } nav.navigator .megamenu-content .col-menu { padding-bottom: 0; } nav.navigator .megamenu-content .title { cursor: pointer; display: block; padding: 10px 15px; margin-bottom: 0; font-weight: normal; } nav.navigator.navbar-full .navbar-brand { float: left !important; padding-left: 0; } nav.navigator.navbar-full .navbar-toggle { display: inline-block; float: right; margin-right: 0; margin-top: 10px; } nav.navigator.navbar-full .navbar-header { padding-left: 15px; padding-right: 15px; } nav.navigator.navbar-full ul.nav { margin-left: 0; } nav.navigator.navbar-full ul.nav > li > a { border: none; } nav.navbar.navigator { background-color: #3f51b5; /* .dropdown-menu .dropdown-item { padding: .5rem; max-width: unset; } */ } nav.navbar.navigator .navbar-brand { display: inline-block; float: none !important; margin: 0 !important; padding: 0 1rem; } nav.navbar.navigator .navbar-header { float: none; display: block; text-align: center; padding-left: 30px; padding-right: 30px; } nav.navbar.navigator .navbar-collapse { border: none; margin-bottom: 0; } nav.navbar.navigator .navbar-collapse.collapse { display: none !important; } nav.navbar.navigator .navbar-collapse.collapse.in { display: block !important; } nav.navbar.navigator .navbar-collapse.collapse.show { display: block !important; background-color: #3f51b5; } nav.navbar.navigator .navbar-nav { float: none !important; padding-left: 30px; padding-right: 30px; } nav.navbar.navigator .navbar-nav > li { float: none; } nav.navbar.navigator .navbar-nav > li > a { display: block; width: 100%; padding: 10px 0; padding-bottom: 20px; border-bottom: 0; } nav.navbar.navigator .navbar-nav > li:first-child > a { border-top: none; } nav.navbar.navigator .navbar-nav .nav-item { width: 95%; line-height: .1rem; border-bottom: dotted 1px #e0e0e0; } nav.navbar.navigator .navbar-nav .nav-item:first-child { margin-top: .5rem; } nav.navbar.navigator .navbar-nav .nav-item:last-child { border-bottom: 0px; margin-bottom: .5rem; } nav.navbar.navigator .navbar-nav.open { border-bottom: 0px; background-image: linear-gradient(#141414, #1c1c1c 40%, #212121); background-repeat: no-repeat; } nav.navbar.navigator ul.nav.navigator .dropdown.nav-item .nav-link { min-height: 3rem; width: auto; font-weight: 400; font-size: 1.5rem; color: rgba(255, 255, 255, 0.5); } nav.navbar.navigator ul.nav.navigator .dropdown.nav-item .nav-link:hover { color: rgba(255, 255, 255, 0.9); } nav.navbar.navigator ul.nav.navigator .dropdown.nav-item .nav-link:active nav.navbar.navigator ul.nav.navigator .nav-item .nav-link:hover { color: rgba(255, 255, 255, 0.9); } nav.navbar.navigator ul.nav.navigator .dropdown.nav-item .dropdown-toggle:after { display: none; } nav.navbar.navigator ul.nav.navigator .dropdown.megamenu-fw .dropdown-toggle:after { display: none; } nav.navbar.navigator ul.nav.navigator .nav-item .nav-link { min-height: 3rem; width: auto; font-weight: 400; font-size: 1.5rem; color: rgba(255, 255, 255, 0.5); } nav.navbar.navigator ul.nav.navigator .nav-item .nav-link:active { color: rgba(255, 255, 255, 0.9); } nav.navbar.navigator ul.nav li.dropdown li a.dropdown-toggle { position: relative; display: inline-flex; align-items: center; width: 100%; } nav.navbar.navigator ul.nav li.dropdown ul.dropdown-menu { min-width: 250px !important; position: relative !important; background-color: transparent; float: none; padding: 0 0 0 15px !important; margin: 0 0 -1px 0 !important; line-height: 1rem; } nav.navbar.navigator ul.nav li.dropdown ul.dropdown-menu > li > a { width: 100%; color: #fafafa !important; padding: .5rem 0 .5rem .5rem; display: inline-flex; align-items: center; } nav.navbar.navigator ul.nav li.dropdown ul.dropdown-menu > li > a:hover { color: #2196f3 !important; } nav.navbar.navigator ul.nav li.dropdown ul.dropdown-menu > li:last-child > a { border-bottom: 0px; } nav.navbar.navigator ul.nav ul.dropdown-menu li a:hover { background-color: transparent; } nav.navbar.navigator ul.nav ul.dropdown-menu li a:focus { background-color: transparent; } nav.navbar.navigator ul.nav ul.dropdown-menu li.dropdown.open > ul.dropdown-menu { line-height: 1; } nav.navbar.navigator ul.nav ul.dropdown-menu ul.dropdown-menu { float: none !important; left: 0; padding: 0 0 0 15px; position: relative; background: transparent; width: 100%; } nav.navbar.navigator.navbar-mobile .navbar-collapse { position: fixed; overflow-y: auto !important; overflow-x: hidden !important; display: block; background: #fff; z-index: 99; width: 280px; height: 100% !important; left: -280px; top: 0; padding: 0; transition: all 0.3s ease-in-out; } nav.navbar.navigator.navbar-mobile .navbar-collapse.in { left: 0; } nav.navbar.navigator.navbar-mobile .navbar-collapse [class*=' col-'] { width: 100%; } nav.navbar.navigator.navbar-mobile .tab-menu { width: 100%; display: block; } nav.navbar.navigator.navbar-mobile .tab-content { width: 100%; display: block; } nav.navbar.navigator.navbar-mobile ul.nav { width: 293px; padding-right: 0; padding-left: 15px; } nav.navbar.navigator.navbar-mobile ul.nav > li > a { padding: 15px; } nav.navbar.navigator.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title { padding-right: 30px !important; padding-top: 13px !important; padding-bottom: 13px !important; } nav.navbar.navigator.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a { padding-top: 13px !important; padding-bottom: 13px !important; } nav.navbar.navigator.navbar-mobile ul.nav ul.dropdown-menu > li > a { padding-right: 15px !important; padding-top: 15px !important; padding-bottom: 15px !important; } nav.navbar.navigator.navbar-fixed .logo-scrolled { display: block !important; } nav.navbar.navigator.navbar-fixed .logo-display { display: none !important; } nav.navbar.navigator .navbar-toggler { color: rgba(255, 255, 255, 0.5) !important; padding: 1rem 1.75rem; border: 0; border-color: transparent; border-radius: 0; } nav.navbar.navigator .dropdown-item:focus { background-color: rgba(0, 0, 0, 0.5) !important; } nav.navbar.navigator .dropdown-item:hover { background-color: rgba(0, 0, 0, 0.5) !important; } nav.navbar.navigator.no-full .navbar-collapse { max-height: 450px; overflow-y: auto !important; } nav.navbar.navigator li.dropdown.nav-item.nav-sub-item { font-size: 1rem; line-height: 2rem; } nav.navbar.navigator li.dropdown.nav-item.nav-sub-item.open > a.dropdown-toggle:before { content: "\f795"; } nav.navbar.navigator li.dropdown.nav-item.open > a.dropdown-toggle:before { content: "\f795"; } nav.navbar.navigator li.dropdown a.dropdown-toggle:before { font-size: 2rem; font-family: Material Design Icons; content: "\f793"; margin-right: 1.5rem; margin-left: -1rem; } nav.navbar.navigator li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:after { display: none; } nav.navbar.navigator .dropdown .megamenu-content .col-menu .title { padding: 10px 15px 10px 0; line-height: 24px; text-transform: none; font-weight: 400; letter-spacing: 0; margin-bottom: 0; cursor: pointer; border-bottom: solid 1px #e0e0e0; color: #6f6f6f; } nav.navbar.navigator .dropdown .megamenu-content .col-menu:last-child .title { border-bottom: none; } nav.navbar.navigator .dropdown .megamenu-content .col-menu:last-child ul.menu-col li:last-child a { border-bottom: none; } nav.navbar.navigator .dropdown .megamenu-content .col-menu .content { padding: 0 0 0 15px; } nav.navbar.navigator .dropdown .megamenu-content .col-menu ul > li > a { display: block; width: 100%; border-bottom: solid 1px #e0e0e0; padding: 8px 0; } nav.navbar.navigator .dropdown .megamenu-content .col-menu.on:last-child .title { border-bottom: solid 1px #e0e0e0; } nav.navbar.navigator .dropdown .megamenu-content .col-menu.open:last-child .title { border-bottom: solid 1px #e0e0e0; } nav.navbar.navigator.navbar-sidebar .share { padding: 30px 15px; margin-bottom: 0; } nav.navbar.navigator .megamenu-content.tabbed { padding-left: 0 !important; } nav.navbar.navigator .tabbed > li { padding: 25px 0; margin-left: -15px !important; } nav.navbar.navigator .nav-link:hover { background-image: unset; background-repeat: unset; } nav.navbar.navigator .navbar-default .navbar-nav > li > a { color: #fafafa !important; } nav.navbar.navigator .navbar-default .navbar-nav > li > a:hover { color: #2196f3 !important; } nav.navbar.navigator.navbar-transparent.light { background-color: #3f51b5; border-bottom: 0; } .attr-nav { position: absolute; right: 60px; margin-right: 0; right: 35px; } .attr-nav > ul { padding: 0; margin: 0 -15px -7px 0; } .attr-nav > ul > li > a { padding: 16px 15px 15px; } .attr-nav > ul > li.dropdown > a.dropdown-toggle:before { display: none; } .attr-nav > ul > li.dropdown ul.dropdown-menu { margin-top: 2px; margin-left: 55px; width: 250px; left: -250px; border-top: solid 5px; } body > .wrapper { overflow-x: hidden; transition: all 0.3s ease-in-out; } body.side-right > .wrapper { margin-left: 280px; margin-right: -280px !important; } .top-search .container { padding: 0 45px; } .navbar .nav-link:focus { background-image: unset; background-repeat: unset; } .dropdown-menu .dropdown-item { padding: 0; } .nav-item + .nav-item { margin-left: 0 !important; } } @media (max-width: 768px) { nav.navbar.navigator .navbar-header { padding-left: 15px; padding-right: 15px; } nav.navbar.navigator .navbar-nav { padding-left: 15px; padding-right: 15px; } nav.navbar.navigator.navbar-mobile .navbar-collapse { margin-left: 0; } nav.navbar.navigator.navbar-mobile.navbar-sidebar .share { padding: 30px 15px !important; margin-bottom: 0; } nav.navbar.navigator.navbar-mobile ul.nav { margin-left: -15px; border-top: solid 1px #fff; } nav.navbar.navigator.navbar-sidebar .share { padding: 30px 15px !important; padding: 30px 0 !important; margin-bottom: 0; } nav.navigator.navbar-full .navbar-collapse { left: 15px; } nav.navigator.navbar-full .navbar-header { padding-right: 0; } nav.navigator.navbar-full .navbar-toggle { margin-right: -15px; } nav.navigator.navbar-full ul.nav > li > a { font-size: 18px !important; line-height: 24px !important; padding: 5px 10px !important; } .attr-nav { right: 30px; } .attr-nav > ul { margin-right: -10px; } .attr-nav > ul > li > a { padding: 16px 10px 15px; padding-left: 0; } .attr-nav > ul > li.dropdown ul.dropdown-menu { left: -275px; } .top-search .container { padding: 0 15px; } body.side-right > .wrapper { margin-left: 280px; margin-right: -280px !important; } li.close-full-menu { padding-top: 15px !important; padding-bottom: 15px !important; } } /* # ---------------------------------------------------------------------------- # ~/theme_uno/modules/_noui_slider.scss # Theme Uno - additional mde styles for noUiSlider # ---------------------------------------------------------------------------- */ .noUi-target, .noUi-target * { -webkit-touch-callout: none; -ms-touch-action: none; user-select: none; box-sizing: border-box; } .noUi-base { width: 100%; height: 100%; position: relative; } .noUi-origin { position: absolute; right: 0; top: 0; left: 0; bottom: 0; } .noUi-handle { position: relative; z-index: 1; box-sizing: border-box; } .noUi-handle:focus { outline-width: 0; } .noUi-stacking .noUi-handle { z-index: 10; } .noUi-state-tap .noUi-origin { transition: left 0.3s, top 0.3s; } .noUi-state-drag * { cursor: inherit !important; } .noUi-horizontal { height: 10px; } .noUi-handle { box-sizing: border-box; width: 24px; height: 24px; left: -10px; top: -11px; cursor: pointer; border-radius: 100%; transition: all 0.2s ease-out; border: 1px solid; background: #FFFFFF; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); } .noUi-vertical .noUi-handle { margin-left: 5px; cursor: ns-resize; } .noUi-horizontal.noUi-extended { padding: 0 15px; } .noUi-horizontal.noUi-extended .noUi-origin { right: -15px; } .noUi-background { height: 2px; margin: 20px 0; } .noUi-origin { margin: 0; border-radius: 0; height: 2px; background: #c8c8c8; } .noUi-origin[style^="left: 0"] .noUi-handle { background-color: #fff; border: 2px solid #c8c8c8; } .noUi-origin[style^="left: 0"] .noUi-handle.noUi-active { border-width: 1px; } .noUi-target { border-radius: 3px; } .noUi-horizontal { height: 2px; margin: 15px 0; } .noUi-vertical { height: 100%; width: 2px; margin: 0 15px; display: inline-block; } .noUi-handle.noUi-active { transform: scale3d(2, 2, 1); } [disabled].noUi-slider { opacity: 0.5; } [disabled] .noUi-handle { cursor: not-allowed; } .slider { background: #c8c8c8; } .slider.noUi-connect { background-color: #3f51b5; } .slider .noUi-handle { border-color: #3f51b5; } .slider.slider-info .noUi-connect, .slider.slider-info.noUi-connect { background-color: #00bcd4; } .slider.slider-info .noUi-handle { border-color: #00bcd4; } .slider.slider-success .noUi-connect, .slider.slider-success.noUi-connect { background-color: #4caf50; } .slider.slider-success .noUi-handle { border-color: #4caf50; } .slider.slider-warning .noUi-connect, .slider.slider-warning.noUi-connect { background-color: #ffeb3b; } .slider.slider-warning .noUi-handle { border-color: #ffeb3b; } .slider.slider-danger .noUi-connect, .slider.slider-danger.noUi-connect { background-color: #f44336; } .slider.slider-danger .noUi-handle { border-color: #f44336; } /* # ---------------------------------------------------------------------------- # Theme Uno - additional mde styles for noUiSlider # ~/theme_uno/extensions/mde/_mde_noui_slider.scss # ---------------------------------------------------------------------------- */ /* // Additional styles // ----------------------------------------------------------------------------- .noUi-slider label { position: relative; padding-left: .5rem;; } // Default styles // ----------------------------------------------------------------------------- .noUi-target, .noUi-target * { touch-action: none; -webkit-touch-callout: none; -ms-touch-action: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } // jadams, 2017-05-22, limit the slider to 80% for the right .noUi-base { width: 80%; height: 100%; position: relative; background: #FCE4EC; } .noUi-connect { position: absolute; right: 0; top: 0; left: 0; bottom: 0; background-color: #F06292; } .noUi-origin { position: absolute; height: 2px; top: 0; left: 0; margin: 0; bottom: 0; border-radius: 0; } .noUi-stacking .noUi-handle { z-index: 10; } .noUi-state-tap .noUi-origin { -webkit-transition: left 0.3s, top 0.3s; -o-transition: left 0.3s, top 0.3s; transition: left 0.3s, top 0.3s; } .noUi-state-drag * { cursor: inherit !important; } .noUi-horizontal { height: 2px; } // jadams 2017-05-22, limit the handle on the left .noUi-horizontal .noUi-handle { left: -5px; } // jadams 2017-05-22, style of the handle .noUi-base .noUi-handle { background-color: #E91E63; border: none; border-radius: 6px; box-shadow: none; color: #FFFFFF; display: table; height: 30px; width: 40px; margin-top: -15px; padding: 0; position: absolute; text-align: center; z-index: 2; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); -webkit-transition: left 0.2s ease-in, background-color 0.2s ease-in, -webkit-transform 0.3s ease; transition: left 0.2s ease-in, background-color 0.2s ease-in, -webkit-transform 0.3s ease; -o-transition: left 0.2s ease-in, background-color 0.2s ease-in, transform 0.3s ease, -o-transform 0.3s ease; } .noUi-base .noUi-handle::before { background: transparent; content: attr(data-value); display: table-cell; font-size: 1rem; font-weight: 100; position: static; width: 100%; vertical-align: middle; } .noUi-base .noUi-handle::after { display: none; } .noUi-horizontal.noUi-extended { padding-right: 32px; } .noUi-horizontal.noUi-extended .noUi-handle { left: -1px; } .noUi-horizontal.noUi-extended .noUi-origin { right: -2px; } .noUi-background { height: 2px; margin: 20px 0; } .noUi-origin[style^="left: 0"] .noUi-handle { background-color: #F06292; border: 2px solid #c8c8c8; } .noUi-origin[style^="left: 0"] .noUi-handle.noUi-active { border-width: 1px; } .noUi-origin[style^="left: 100"] .noUi-handle { background-color: #880E4F; border: 2px solid #c8c8c8; } .noUi-origin[style^="left: 100"] .noUi-handle.noUi-active { border-width: 1px; } .noUi-target { border-radius: 2px; } .noUi-horizontal { height: 2px; margin: 15px 0; } .noUi-base .noUi-handle:hover { background-color: #F06292; } .noUi-base .noUi-handle.noUi-active { background-color: #E91E63; z-index: 3; } */ /* # ----------------------------------------------------------------------------- # ~/theme_uno/modules/_searcher.scss # Provides styles for Simple-Jekyll-Search # # Product/Info: # http://jekyll.one # https://github.com/christian-fei/Simple-Jekyll-Search # # Copyright (C) 2019 Juergen Adams # Copyright (C) 2015 Christian Fei # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # Simple-Jekyll-Search is licensed under the MIT License. # See: https://github.com/christian-fei/Simple-Jekyll-Search/ # # ----------------------------------------------------------------------------- */ #jekyll-search-container { list-style: none; font-size: 12px; background-color: white; position: absolute; top: 40px; left: 20px; z-index: -1; width: 223px; border-left: 1px solid #dedede; box-shadow: 2px 3px 2px #dedede; } #jss-input-sidebar { padding: .5em; margin-left: 20px; margin-right: 20px; width: 20em; font-size: 0.8em; box-sizing: border-box; float: right; margin-top: 15px; } #jss-input-index { padding: .5em; margin-left: 0; margin-right: 20px; width: 20em; font-size: 0.8em; box-sizing: border-box; float: right; margin-top: 15px; } .panel-search { margin: 35px; border-radius: 2px !important; max-height: 350px; width: 98%; overflow-y: auto !important; } .panel-search p { font-size: 1.1em; margin-left: .5em; margin-bottom: 0 !important; } .panel-search > .panel-heading { color: #424242 !important; background-color: #9e9e9e !important; border-color: #000 !important; } .panel-search-index { margin-left: 0; } .panel-heading { padding: 10px 15px; font-weight: 400; } .result-group-item-text { color: #3f51b5 !important; line-height: 1.3; } #jss-results li { padding-top: .2rem; padding-bottom: .2rem; display: inherit; } #jss-results li:last-child { padding-bottom: 2rem; } #jss-results li > a { text-decoration: none; color: rgba(0, 0, 0, 0.5); } #jss-results li > a:hover { color: rgba(0, 0, 0, 0.9); } .result-item { display: flex; flex-flow: row wrap; align-items: center; line-height: 1; } .result-group-item p { color: rgba(0, 0, 0, 0.8); font-size: 1.75rem; line-height: 1.3; } .panel-body p { font-size: 1.1em; margin-left: 1.5em; margin-bottom: .5rem !important; font-weight: 400; color: #424242; } /* # ---------------------------------------------------------------------------- # ~/theme_uno/modules/_selectize.scss # Bootstrap MDE - Selectize plugin styles: Light Theme # ---------------------------------------------------------------------------- */ /* # ---------------------------------------------------------------------------- # ~/theme_uno/modules/_snackbarjs.scss # Bootstrap MDE - SnackbarJS plugin styles: Light Theme # ---------------------------------------------------------------------------- */ #snackbar-container { position: fixed; bottom: 0; left: 0; z-index: 99999; display: flex; flex-direction: column; align-items: center; width: 100%; } .snackbar { display: inline-block; min-width: 100%; max-height: 0; opacity: 0; transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1), opacity 0s 0.25s, max-height 0.25s; transform: translateY(100%); } .snackbar.toast .snackbar-content { border-radius: 10rem; } .snackbar-content { display: block; padding: 0.8rem 1.5rem; margin-top: 3px; font-size: .9rem; color: #fff; background-color: #323232; border-radius: 2px; } .snackbar-content .btn { margin-bottom: 0; } .snackbar.snackbar-opened { max-height: 100px; opacity: 1; transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1), opacity 0s 0s, max-height 0.25s; transform: translateY(0%); } @media (min-width: 576px) { #snackbar-container { right: 1rem; left: 1rem; width: 100%; } .snackbar { min-width: 280px; } } /* # ----------------------------------------------------------------------------- # ~/theme_uno/modules/_toccer.scss # Provides base styles for the toc navigation based on Tim Scanlin's Tocbot # # Product/Info: # https://jekyll-one.com # https://tscanlin.github.io/tocbot # # Copyright (C) 2016 Tim Scanlin # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # Tocbot: Licensed under Open Source Iniative MIT. # See: http://opensource.org/licenses/MIT # # ----------------------------------------------------------------------------- */ .toc { overflow-y: auto; } .toc ul { overflow: hidden; position: relative; list-style: none; list-style-type: none !important; } .toc-list { margin: 0; padding-left: 10px; } .toc-link::before { background-color: #eee; content: ' '; display: inline-block; height: inherit; left: 0; margin-top: -1px; position: absolute; width: 2px; } .is-collapsible { max-height: 1000px; overflow: hidden; transition: all 300ms ease-in-out; } .is-collapsed { max-height: 0; } .is-position-fixed { position: fixed !important; top: 0; } .j1-sidebar.affix { position: fixed !important; } a.toc-link { color: currentColor; height: 100%; font-size: 1.1rem; text-decoration: none !important; } /* # ----------------------------------------------------------------------------- # ~/theme_uno/modules/_totop.scss # Provides CSS styles for J1 Back2Top # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ /* --------------------------------------------------------------------- NOTE: Styles #topcontrol.position, #topcontrol.background, #topcontrol.content:after, #topcontrol.font-family:after #topcontrol.background:hover set dynamically via j1_adapter_back_to_top.js -------------------------------------------------------------------- */ #topcontrol { color: #fff; z-index: 99; width: 30px; height: 30px; font-size: 20px; border-radius: 3px !important; } #topcontrol:after { top: 0; left: 5px; position: absolute; text-align: center; } #topcontrol:hover { color: #fff; transition: all 0.3s ease-in-out; } /* # ----------------------------------------------------------------------------- # ~/theme_uno/_pages.scss # # This is the (SASS) entry point for special PAGES # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # ----------------------------------------------------------------------------- */ /* # ----------------------------------------------------------------------------- # ~/theme_uno/pages/flex-in-a-day.scss # Provides all styles for FLEX examples (Kickstarter) # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ /* Helper classes ------------------------------------------------------------------- */ .fix-height-150 { height: 150px; } .fix-height-300 { height: 300px; } .fix-height-600 { height: 600px; } /* Container (Parent) classes ------------------------------------------------------------------- */ .flex-container-v2 { padding: 0; margin: 0; list-style: none; background-color: #3F51B5; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; justify-content: space-around; } .flex-container { display: flex; align-items: center; background-color: #3F51B5; margin-bottom: 2rem; } .flex-container div { background-color: #E8EAF6; width: 100px; margin: 10px; text-align: center; line-height: 75px; font-weight: bold; font-size: 3em; } /* Flex Item (Child) classes ------------------------------------------------------------------- */ .flex-item-v2 { background-color: #E8EAF6; width: 100px; margin: 10px; text-align: center; line-height: 75px; font-weight: bold; font-size: 3em; } /* Flex PARENT property flex-direction ------------------------------------------------------------------- */ .flex-direction-column { flex-direction: column; } .flex-direction-column-reverse { flex-direction: column-reverse; } .flex-direction-row { flex-direction: row; } .flex-direction-row-reverse { flex-direction: row-reverse; } /* Flex PARENT property flex-wrap ------------------------------------------------------------------- */ .flex-wrap-nowrap { flex-wrap: nowrap; } .flex-wrap-wrap { flex-wrap: wrap; } .flex-wrap-wrap-reverse { flex-wrap: wrap-reverse; } /* Flex PARENT property flex-wrap ------------------------------------------------------------------- */ .flex-flow-row-wrap { flex-flow: row wrap; } .flex-flow-row-nowrap { flex-flow: row nowrap; } /* Flex PARENT property justify-content ------------------------------------------------------------------- */ .flex-justify-content-center { justify-content: center; } .flex-justify-content-flex-start { justify-content: flex-start; } .flex-justify-content-flex-end { justify-content: flex-end; } .flex-justify-content-space-around { justify-content: space-around; } .flex-justify-content-space-between { justify-content: space-between; } /* Flex PARENT property align-items ------------------------------------------------------------------- */ .flex-align-items-baseline { align-items: baseline; } .flex-align-items-center { align-items: center; } .flex-align-items-start { align-items: flex-start; } .flex-align-items-end { align-items: flex-end; } .flex-align-items-stretch { align-items: stretch; } /* Flex PARENT property align-content ------------------------------------------------------------------- */ .flex-align-content-center { align-content: center; } .flex-align-content-flex-start { align-content: flex-start; } .flex-align-content-flex-end { align-content: flex-end; } .flex-align-content-space-around { align-content: space-around; } .flex-align-content-space-between { align-content: space-between; } .flex-align-content-stretch { align-content: stretch; } /* Navigation example ------------------------------------------------------------------- */ .navigation { list-style: none; margin: 0; background: deepskyblue; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; justify-content: flex-end; } .navigation a { text-decoration: none; display: block; padding: 1em; color: white; } .navigation a:hover { background-color: #3F51B5; } @media all and (max-width: 800px) { .navigation { justify-content: space-around; } } @media all and (max-width: 600px) { .navigation { -webkit-flex-flow: column wrap; flex-flow: column wrap; padding: 0; } .navigation a { text-align: center; padding: 10px; border-top: 1px solid rgba(255, 255, 255, 0.3); border-bottom: 1px solid rgba(0, 0, 0, 0.1); } .navigation li:last-of-type a { border-bottom: none; } } /* 3-Columns Layout example ------------------------------------------------------------------- */ .wrapper-mobile { display: flex; flex-flow: row wrap; font-weight: bold; text-align: center; } .wrapper-mobile > * { padding: 10px; flex: 1 100%; } .header-mobile { background: tomato; } .footer-mobile { background: lightgreen; } .main-mobile { text-align: left; background: deepskyblue; } .aside-1 { background: gold; } .aside-2 { background: hotpink; } @media all and (min-width: 600px) { .aside { flex: 1 auto; } } @media all and (min-width: 800px) { .main-mobile { flex: 3 0px; } .aside-1 { order: 1; } .main-mobile { order: 2; } .aside-2 { order: 3; } .footer-mobile { order: 4; } } /* # ----------------------------------------------------------------------------- # ~/theme_uno/pages/mdi-previewer.scss # Provides all styles for the MDI Icon Previewer # # Product/Info: # https://jekyll-one.com # https://MaterialDesignIcons.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ .icons { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 2rem; -moz-column-gap: 2rem; column-gap: 2rem; } .icons div { line-height: 3rem; color: rgba(0, 0, 0, 0.6); } .icons div span { cursor: pointer; font-size: 1rem; text-overflow: ellipsis; display: inline-block; max-width: calc(100% - 90px); overflow: hidden; vertical-align: middle; white-space: nowrap; margin-left: .5rem; } .icons div code:hover, .icons div span:hover, .icons div i:hover { color: rgba(0, 0, 0, 0.9); } .icons div code:hover { border-color: #3c90be; } .icons div code { border: 1px solid #DDD; width: 80px; margin-left: 2px; margin-right: 4px; border-radius: 4px; display: inline-block; vertical-align: middle; text-align: center; line-height: 24px; cursor: pointer; } .icons div i { display: inline-block; width: 32px; height: 24px; margin-right: .5rem; text-align: center; vertical-align: middle; cursor: pointer; line-height: 24px; } .icons .mdi:before { font-size: 24px; } div.copied { position: fixed; top: 100px; left: 50%; width: 200px; text-align: center; color: #3c763d; background-color: #dff0d8; border: 1px solid #d6e9c6; padding: 10px 15px; border-radius: 4px; margin-left: -100px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); } /* # ----------------------------------------------------------------------------- # ~/theme_uno/pages/twitter-emoji-previewer.scss # Provides all styles for the Twitter Emoji Icon Previewer # # Product/Info: # https://jekyll-one.com # https://MaterialDesignIcons.com # # Copyright (C) 2019 Juergen Adams # Copyright (C) 2018 Twitter Inc. and other contributors # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # Twitter Emoji is licensed under the MIT License. # See: https://github.com/twitter/twemoji/blob/gh-pages/LICENSE # # ----------------------------------------------------------------------------- */ ul.emoji-list * { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } ul.emoji-list li { font-size: 36px; float: left; display: inline-block; padding: 2px; margin: 4px; } img.emoji { cursor: pointer; height: 1em; width: 1em; margin: 0 .05em 0 .1em; vertical-align: -0.1em; } .twemoji-wrap { position: relative; } .twemoji-wrap img { margin: 0 .05em 0 .1em; vertical-align: -0.1em; } .twemoji-textarea { background-color: #FFF; border: 1px solid #ccc; border-radius: 3px; height: 100%; padding: 6px 30px 6px 12px; overflow-y: auto; } .twemoji-textarea[contentEditable=true]:empty:before { content: attr(placeholder); color: #9E9E9E; } .twemoji-picker { background-color: #fff; border: 1px solid #e7e7e7; border-radius: 3px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); position: absolute; right: 0; z-index: 1; } .twemoji-icon-picker { margin-top: 0.5rem; margin-bottom: 0.5rem; } .twemoji-icon-picker img { right: 21px; top: 6px; } .twemoji-icon-picker img, .twemoji-picker img { cursor: pointer; -moz-user-select: none; -ms-user-select: none; -webkit-user-select: none; user-select: none; } .twemoji-picker-category { background-color: #e7e7e7; } .twemoji-picker-category img { padding: 5px; } .twemoji-picker-category .active, .twemoji-picker-category span:hover { border-bottom: 2px solid #728691; line-height: 22px; } .twemoji-picker-category .close { cursor: pointer; float: right; font-size: 25px; font-weight: 700; line-height: 1; margin-right: 2px; opacity: .5; } .twemoji-picker-category .close:hover { opacity: .3; } .twemoji-list { margin-top: 1.5rem; margin-left: 1.5rem; overflow-y: auto; } .twemoji-list img { margin-top: 2px; padding: 5px; } .twemoji-list img:hover { background-color: #e7e7e7; }