|
|
| Line 1: |
Line 1: |
| | <html lang="en" dir="ltr" class="client-nojs" xmlns="http://www.w3.org/1999/html"> | | <html lang="en" dir="ltr" class="client-nojs" xmlns="http://www.w3.org/1999/html"> |
| | | | |
| − | <meta charset="UTF-8"/> | + | <meta charset="UTF-8" /> |
| | | | |
| | <style> | | <style> |
| − | /* Paste this css to your style sheet file or under head tag */
| + | /* Paste this css to your style sheet file or under head tag */ |
| − | /* This only works with JavaScript,
| + | /* This only works with JavaScript, |
| | if it's not present, don't show loader */ | | if it's not present, don't show loader */ |
| − | .js #loader {
| + | .js #loader { |
| − | display: block;
| + | display: block; |
| − | position: absolute;
| + | position: absolute; |
| − | left: 100px;
| + | left: 100px; |
| − | top: 0;
| + | top: 0; |
| − | }
| + | } |
| | | | |
| − | .se-pre-con {
| + | .se-pre-con { |
| − | position: fixed;
| + | position: fixed; |
| − | left: 0px;
| + | left: 0px; |
| − | top: 0px;
| + | top: 0px; |
| − | width: 100%;
| + | width: 100%; |
| − | height: 100%;
| + | height: 100%; |
| − | z-index: 9999;
| + | z-index: 9999; |
| − | background: #2B2B35;
| + | background: #2B2B35; |
| − | }
| + | } |
| | | | |
| | + | .se-pre-con img { |
| | + | width: 40%; |
| | + | height: 40%; |
| | + | margin-left: 30%; |
| | + | margin-top: 15%; |
| | + | } |
| | + | |
| | + | @media screen and (min-width: 1500px) { |
| | .se-pre-con img { | | .se-pre-con img { |
| − | width: 40%; | + | margin-top: 20%; |
| − | height: 40%; | + | width: 25%; |
| − | margin-left: 30%; | + | height: 15%; |
| − | margin-top: 15%; | + | margin-left: 35%; |
| | } | | } |
| | + | } |
| | | | |
| − | @media screen and (min-width: 1500px ) {
| + | @media screen and (max-width: 1100px) { |
| − | .se-pre-con img {
| + | .se-pre-con img { |
| − | margin-top: 20%;
| + | margin-top: 20%; |
| − | width: 25%;
| + | height: 30%; |
| − | height: 15%;
| + | width: 50%; |
| − | margin-left: 35%;
| + | margin-left: 25%; |
| − | }
| + | |
| | } | | } |
| | + | } |
| | | | |
| − | @media screen and (max-width: 1100px ) {
| + | @media screen and (max-width: 700px) { |
| − | .se-pre-con img {
| + | .se-pre-con img { |
| − | margin-top: 20%;
| + | margin-top: 18%; |
| − | height: 30%;
| + | height: 20%; |
| − | width: 50%;
| + | |
| − | margin-left: 25%;
| + | |
| − | }
| + | |
| | } | | } |
| − | | + | } |
| − | @media screen and (max-width: 700px ) {
| + | </style> |
| − | .se-pre-con img {
| + | |
| − | margin-top: 18%;
| + | |
| − | height: 20%;
| + | |
| − | }
| + | |
| − | }
| + | |
| − | </style>
| + | |
| | </head> | | </head> |
| | + | |
| | <body> | | <body> |
| − | <div class="se-pre-con"> | + | <div class="se-pre-con"> |
| − | <img src="https://2019.igem.org/wiki/images/8/83/T--Tuebingen--preloader.gif">
| + | <img src="https://2019.igem.org/wiki/images/8/83/T--Tuebingen--preloader.gif"> |
| − | </div> | + | </div> |
| − | <script src="https://2019.igem.org/Team:Tuebingen/jqueryLoadJS?action=raw&ctype=text/javascript"></script> | + | <script src="https://2019.igem.org/Team:Tuebingen/jqueryLoadJS?action=raw&ctype=text/javascript"></script> |
| − | <script src="https://2019.igem.org/Team:Tuebingen/jmodernizerJS?action=raw&ctype=text/javascript"></script> | + | <script src="https://2019.igem.org/Team:Tuebingen/jmodernizerJS?action=raw&ctype=text/javascript"></script> |
| − | <script> | + | <script> |
| − | $(window).load(function () {
| + | $(window).load(function () { |
| − | setTimeout(removeLoader, 1000);
| + | setTimeout(removeLoader, 1000); |
| − | }); //wait for page load PLUS one seconds.
| + | }); //wait for page load PLUS one seconds. |
| − | function removeLoader() {
| + | function removeLoader() { |
| − | $(".se-pre-con").fadeOut(500, function () {
| + | $(".se-pre-con").fadeOut(500, function () { |
| − | // fadeOut complete. Remove the loading div
| + | // fadeOut complete. Remove the loading div |
| − | $(".se-pre-con").remove(); //makes page more lightweight
| + | $(".se-pre-con").remove(); //makes page more lightweight |
| − | });
| + | }); |
| − | }
| + | } |
| − | </script> | + | </script> |
| | </body> | | </body> |
| | | | |
| Line 114: |
Line 115: |
| | } | | } |
| | | | |
| − | *, ::after, ::before { | + | *, |
| | + | ::after, |
| | + | ::before { |
| | box-sizing: border-box | | box-sizing: border-box |
| | } | | } |
| Line 131: |
Line 134: |
| | } | | } |
| | | | |
| − | article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section { | + | article, |
| | + | aside, |
| | + | dialog, |
| | + | figcaption, |
| | + | figure, |
| | + | footer, |
| | + | header, |
| | + | hgroup, |
| | + | main, |
| | + | nav, |
| | + | section { |
| | display: block | | display: block |
| | } | | } |
| Line 156: |
Line 169: |
| | } | | } |
| | | | |
| − | h1, h2, h3, h4, h5, h6 { | + | h1, |
| | + | h2, |
| | + | h3, |
| | + | h4, |
| | + | h5, |
| | + | h6 { |
| | margin-top: 0; | | margin-top: 0; |
| | margin-bottom: .5rem | | margin-bottom: .5rem |
| Line 167: |
Line 185: |
| | } | | } |
| | | | |
| − | abbr[data-original-title], abbr[title] { | + | abbr[data-original-title], |
| | + | abbr[title] { |
| | text-decoration: underline; | | text-decoration: underline; |
| | -webkit-text-decoration: underline dotted; | | -webkit-text-decoration: underline dotted; |
| Line 181: |
Line 200: |
| | } | | } |
| | | | |
| − | dl, ol, ul { | + | dl, |
| | + | ol, |
| | + | ul { |
| | margin-top: 0; | | margin-top: 0; |
| | margin-bottom: 1rem | | margin-bottom: 1rem |
| | } | | } |
| | | | |
| − | ol ol, ol ul, ul ol, ul ul { | + | ol ol, |
| | + | ol ul, |
| | + | ul ol, |
| | + | ul ul { |
| | margin-bottom: 0 | | margin-bottom: 0 |
| | } | | } |
| Line 207: |
Line 231: |
| | } | | } |
| | | | |
| − | b, strong { | + | b, |
| | + | strong { |
| | font-weight: bolder | | font-weight: bolder |
| | } | | } |
| Line 215: |
Line 240: |
| | } | | } |
| | | | |
| − | sub, sup { | + | sub, |
| | + | sup { |
| | position: relative; | | position: relative; |
| | font-size: 75%; | | font-size: 75%; |
| Line 247: |
Line 273: |
| | } | | } |
| | | | |
| − | a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { | + | a:not([href]):not([tabindex]):focus, |
| | + | a:not([href]):not([tabindex]):hover { |
| | color: inherit; | | color: inherit; |
| | text-decoration: none | | text-decoration: none |
| Line 256: |
Line 283: |
| | } | | } |
| | | | |
| − | code, kbd, pre, samp { | + | code, |
| | + | kbd, |
| | + | pre, |
| | + | samp { |
| | font-family: monospace, monospace; | | font-family: monospace, monospace; |
| | font-size: 1em | | font-size: 1em |
| Line 311: |
Line 341: |
| | } | | } |
| | | | |
| − | button, input, optgroup, select, textarea { | + | button, |
| | + | input, |
| | + | optgroup, |
| | + | select, |
| | + | textarea { |
| | margin: 0; | | margin: 0; |
| | font-family: inherit; | | font-family: inherit; |
| Line 318: |
Line 352: |
| | } | | } |
| | | | |
| − | button, input { | + | button, |
| | + | input { |
| | overflow: visible | | overflow: visible |
| | } | | } |
| | | | |
| − | button, select { | + | button, |
| | + | select { |
| | text-transform: none | | text-transform: none |
| | } | | } |
| | | | |
| − | [type=reset], [type=submit], button, html [type=button] { | + | [type=reset], |
| | + | [type=submit], |
| | + | button, |
| | + | html [type=button] { |
| | -webkit-appearance: button | | -webkit-appearance: button |
| | } | | } |
| | | | |
| − | [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner { | + | [type=button]::-moz-focus-inner, |
| | + | [type=reset]::-moz-focus-inner, |
| | + | [type=submit]::-moz-focus-inner, |
| | + | button::-moz-focus-inner { |
| | padding: 0; | | padding: 0; |
| | border-style: none | | border-style: none |
| | } | | } |
| | | | |
| − | input[type=checkbox], input[type=radio] { | + | input[type=checkbox], |
| | + | input[type=radio] { |
| | box-sizing: border-box; | | box-sizing: border-box; |
| | padding: 0 | | padding: 0 |
| | } | | } |
| | | | |
| − | input[type=date], input[type=datetime-local], input[type=month], input[type=time] { | + | input[type=date], |
| | + | input[type=datetime-local], |
| | + | input[type=month], |
| | + | input[type=time] { |
| | -webkit-appearance: listbox | | -webkit-appearance: listbox |
| | } | | } |
| Line 372: |
Line 418: |
| | } | | } |
| | | | |
| − | [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button { | + | [type=number]::-webkit-inner-spin-button, |
| | + | [type=number]::-webkit-outer-spin-button { |
| | height: auto | | height: auto |
| | } | | } |
| Line 381: |
Line 428: |
| | } | | } |
| | | | |
| − | [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration { | + | [type=search]::-webkit-search-cancel-button, |
| | + | [type=search]::-webkit-search-decoration { |
| | -webkit-appearance: none | | -webkit-appearance: none |
| | } | | } |
| Line 407: |
Line 455: |
| | } | | } |
| | | | |
| − | .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { | + | .h1, |
| | + | .h2, |
| | + | .h3, |
| | + | .h4, |
| | + | .h5, |
| | + | .h6, |
| | + | h1, |
| | + | h2, |
| | + | h3, |
| | + | h4, |
| | + | h5, |
| | + | h6 { |
| | margin-bottom: .5rem; | | margin-bottom: .5rem; |
| | font-family: inherit; | | font-family: inherit; |
| Line 415: |
Line 474: |
| | } | | } |
| | | | |
| − | .h1, h1 { | + | .h1, |
| | + | h1 { |
| | font-size: 2.5rem | | font-size: 2.5rem |
| | } | | } |
| | | | |
| − | .h2, h2 { | + | .h2, |
| | + | h2 { |
| | font-size: 2rem | | font-size: 2rem |
| | } | | } |
| | | | |
| − | .h3, h3 { | + | .h3, |
| | + | h3 { |
| | font-size: 1.75rem | | font-size: 1.75rem |
| | } | | } |
| | | | |
| − | .h4, h4 { | + | .h4, |
| | + | h4 { |
| | font-size: 1.5rem | | font-size: 1.5rem |
| | } | | } |
| | | | |
| − | .h5, h5 { | + | .h5, |
| | + | h5 { |
| | font-size: 1.25rem | | font-size: 1.25rem |
| | } | | } |
| | | | |
| − | .h6, h6 { | + | .h6, |
| | + | h6 { |
| | font-size: 1rem | | font-size: 1rem |
| | } | | } |
| Line 475: |
Line 540: |
| | } | | } |
| | | | |
| − | .small, small { | + | .small, |
| | + | small { |
| | font-size: 80%; | | font-size: 80%; |
| | font-weight: 400 | | font-weight: 400 |
| | } | | } |
| | | | |
| − | .mark, mark { | + | .mark, |
| | + | mark { |
| | padding: .2em; | | padding: .2em; |
| | background-color: #fcf8e3 | | background-color: #fcf8e3 |
| Line 551: |
Line 618: |
| | } | | } |
| | | | |
| − | code, kbd, pre, samp { | + | code, |
| | + | kbd, |
| | + | pre, |
| | + | samp { |
| | font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace | | font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace |
| | } | | } |
| Line 561: |
Line 631: |
| | } | | } |
| | | | |
| − | a > code { | + | a>code { |
| | color: inherit | | color: inherit |
| | } | | } |
| Line 650: |
Line 720: |
| | } | | } |
| | | | |
| − | .no-gutters > .col, .no-gutters > [class*=col-] { | + | .no-gutters>.col, |
| | + | .no-gutters>[class*=col-] { |
| | padding-right: 0; | | padding-right: 0; |
| | padding-left: 0 | | padding-left: 0 |
| | } | | } |
| | | | |
| − | .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto { | + | .col, |
| | + | .col-1, |
| | + | .col-10, |
| | + | .col-11, |
| | + | .col-12, |
| | + | .col-2, |
| | + | .col-3, |
| | + | .col-4, |
| | + | .col-5, |
| | + | .col-6, |
| | + | .col-7, |
| | + | .col-8, |
| | + | .col-9, |
| | + | .col-auto, |
| | + | .col-lg, |
| | + | .col-lg-1, |
| | + | .col-lg-10, |
| | + | .col-lg-11, |
| | + | .col-lg-12, |
| | + | .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-auto, |
| | + | .col-md, |
| | + | .col-md-1, |
| | + | .col-md-10, |
| | + | .col-md-11, |
| | + | .col-md-12, |
| | + | .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-auto, |
| | + | .col-sm, |
| | + | .col-sm-1, |
| | + | .col-sm-10, |
| | + | .col-sm-11, |
| | + | .col-sm-12, |
| | + | .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-auto, |
| | + | .col-xl, |
| | + | .col-xl-1, |
| | + | .col-xl-10, |
| | + | .col-xl-11, |
| | + | .col-xl-12, |
| | + | .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-auto { |
| | position: relative; | | position: relative; |
| | width: 100%; | | width: 100%; |
| Line 1,722: |
Line 1,862: |
| | margin-bottom: 1rem; | | margin-bottom: 1rem; |
| | background-color: transparent; | | background-color: transparent; |
| − | z-index:100; | + | z-index: 100; |
| | } | | } |
| | + | |
| | .veggie td, | | .veggie td, |
| | .veggie th { | | .veggie th { |
| Line 1,731: |
Line 1,872: |
| | color: #F4F0DE; | | color: #F4F0DE; |
| | border-bottom: 1px solid #F4F0DE; | | border-bottom: 1px solid #F4F0DE; |
| − | z-index:100; | + | z-index: 100; |
| | } | | } |
| | + | |
| | .veggie th { | | .veggie th { |
| | background-color: #2ecc71 !important; | | background-color: #2ecc71 !important; |
| | color: #232323 !important; | | color: #232323 !important; |
| − | z-index:100; | + | z-index: 100; |
| | } | | } |
| | + | |
| | .veggie caption { | | .veggie caption { |
| | color: #adb3b7; | | color: #adb3b7; |
| − | z-index:100; | + | z-index: 100; |
| | } | | } |
| | + | |
| | .veggie thead th { | | .veggie thead th { |
| | vertical-align: bottom; | | vertical-align: bottom; |
| | border-bottom: 2px solid #dee2e6; | | border-bottom: 2px solid #dee2e6; |
| − | z-index:100; | + | z-index: 100; |
| | } | | } |
| | + | |
| | .veggie tbody+tbody { | | .veggie tbody+tbody { |
| | border-top: 2px solid #dee2e6; | | border-top: 2px solid #dee2e6; |
| − | z-index:100; | + | z-index: 100; |
| | } | | } |
| | | | |
| Line 1,755: |
Line 1,900: |
| | .veggie { | | .veggie { |
| | font-size: xx-small; | | font-size: xx-small; |
| − | z-index:100; | + | z-index: 100; |
| | } | | } |
| | } | | } |
| Line 1,766: |
Line 1,911: |
| | } | | } |
| | | | |
| − | .table td, .table th { | + | .table td, |
| | + | .table th { |
| | padding: .75rem; | | padding: .75rem; |
| | vertical-align: top; | | vertical-align: top; |
| Line 1,777: |
Line 1,923: |
| | } | | } |
| | | | |
| − | .table tbody + tbody { | + | .table tbody+tbody { |
| | border-top: 2px solid #dee2e6 | | border-top: 2px solid #dee2e6 |
| | } | | } |
| Line 1,785: |
Line 1,931: |
| | } | | } |
| | | | |
| − | .table-sm td, .table-sm th { | + | .table-sm td, |
| | + | .table-sm th { |
| | padding: .3rem | | padding: .3rem |
| | } | | } |
| Line 1,793: |
Line 1,940: |
| | } | | } |
| | | | |
| − | .table-bordered td, .table-bordered th { | + | .table-bordered td, |
| | + | .table-bordered th { |
| | border: 1px solid #dee2e6 | | border: 1px solid #dee2e6 |
| | } | | } |
| | | | |
| − | .table-bordered thead td, .table-bordered thead th { | + | .table-bordered thead td, |
| | + | .table-bordered thead th { |
| | border-bottom-width: 2px | | border-bottom-width: 2px |
| | } | | } |
| | | | |
| − | .table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th { | + | .table-borderless tbody+tbody, |
| | + | .table-borderless td, |
| | + | .table-borderless th, |
| | + | .table-borderless thead th { |
| | border: 0 | | border: 0 |
| | } | | } |
| Line 1,813: |
Line 1,965: |
| | } | | } |
| | | | |
| − | .table-primary, .table-primary > td, .table-primary > th { | + | .table-primary, |
| | + | .table-primary>td, |
| | + | .table-primary>th { |
| | background-color: #b8daff | | background-color: #b8daff |
| | } | | } |
| Line 1,821: |
Line 1,975: |
| | } | | } |
| | | | |
| − | .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th { | + | .table-hover .table-primary:hover>td, |
| | + | .table-hover .table-primary:hover>th { |
| | background-color: #9fcdff | | background-color: #9fcdff |
| | } | | } |
| | | | |
| − | .table-secondary, .table-secondary > td, .table-secondary > th { | + | .table-secondary, |
| | + | .table-secondary>td, |
| | + | .table-secondary>th { |
| | background-color: #d6d8db | | background-color: #d6d8db |
| | } | | } |
| Line 1,833: |
Line 1,990: |
| | } | | } |
| | | | |
| − | .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th { | + | .table-hover .table-secondary:hover>td, |
| | + | .table-hover .table-secondary:hover>th { |
| | background-color: #c8cbcf | | background-color: #c8cbcf |
| | } | | } |
| | | | |
| − | .table-success, .table-success > td, .table-success > th { | + | .table-success, |
| | + | .table-success>td, |
| | + | .table-success>th { |
| | background-color: #c3e6cb | | background-color: #c3e6cb |
| | } | | } |
| Line 1,845: |
Line 2,005: |
| | } | | } |
| | | | |
| − | .table-hover .table-success:hover > td, .table-hover .table-success:hover > th { | + | .table-hover .table-success:hover>td, |
| | + | .table-hover .table-success:hover>th { |
| | background-color: #b1dfbb | | background-color: #b1dfbb |
| | } | | } |
| | | | |
| − | .table-info, .table-info > td, .table-info > th { | + | .table-info, |
| | + | .table-info>td, |
| | + | .table-info>th { |
| | background-color: #bee5eb | | background-color: #bee5eb |
| | } | | } |
| Line 1,857: |
Line 2,020: |
| | } | | } |
| | | | |
| − | .table-hover .table-info:hover > td, .table-hover .table-info:hover > th { | + | .table-hover .table-info:hover>td, |
| | + | .table-hover .table-info:hover>th { |
| | background-color: #abdde5 | | background-color: #abdde5 |
| | } | | } |
| | | | |
| − | .table-warning, .table-warning > td, .table-warning > th { | + | .table-warning, |
| | + | .table-warning>td, |
| | + | .table-warning>th { |
| | background-color: #ffeeba | | background-color: #ffeeba |
| | } | | } |
| Line 1,869: |
Line 2,035: |
| | } | | } |
| | | | |
| − | .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th { | + | .table-hover .table-warning:hover>td, |
| | + | .table-hover .table-warning:hover>th { |
| | background-color: #ffe8a1 | | background-color: #ffe8a1 |
| | } | | } |
| | | | |
| − | .table-danger, .table-danger > td, .table-danger > th { | + | .table-danger, |
| | + | .table-danger>td, |
| | + | .table-danger>th { |
| | background-color: #f5c6cb | | background-color: #f5c6cb |
| | } | | } |
| Line 1,881: |
Line 2,050: |
| | } | | } |
| | | | |
| − | .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th { | + | .table-hover .table-danger:hover>td, |
| | + | .table-hover .table-danger:hover>th { |
| | background-color: #f1b0b7 | | background-color: #f1b0b7 |
| | } | | } |
| | | | |
| − | .table-light, .table-light > td, .table-light > th { | + | .table-light, |
| | + | .table-light>td, |
| | + | .table-light>th { |
| | background-color: #fdfdfe | | background-color: #fdfdfe |
| | } | | } |
| Line 1,893: |
Line 2,065: |
| | } | | } |
| | | | |
| − | .table-hover .table-light:hover > td, .table-hover .table-light:hover > th { | + | .table-hover .table-light:hover>td, |
| | + | .table-hover .table-light:hover>th { |
| | background-color: #ececf6 | | background-color: #ececf6 |
| | } | | } |
| | | | |
| − | .table-dark, .table-dark > td, .table-dark > th { | + | .table-dark, |
| | + | .table-dark>td, |
| | + | .table-dark>th { |
| | background-color: #c6c8ca | | background-color: #c6c8ca |
| | } | | } |
| Line 1,905: |
Line 2,080: |
| | } | | } |
| | | | |
| − | .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th { | + | .table-hover .table-dark:hover>td, |
| | + | .table-hover .table-dark:hover>th { |
| | background-color: #b9bbbe | | background-color: #b9bbbe |
| | } | | } |
| | | | |
| − | .table-active, .table-active > td, .table-active > th { | + | .table-active, |
| | + | .table-active>td, |
| | + | .table-active>th { |
| | background-color: rgba(0, 0, 0, .075) | | background-color: rgba(0, 0, 0, .075) |
| | } | | } |
| Line 1,917: |
Line 2,095: |
| | } | | } |
| | | | |
| − | .table-hover .table-active:hover > td, .table-hover .table-active:hover > th { | + | .table-hover .table-active:hover>td, |
| | + | .table-hover .table-active:hover>th { |
| | background-color: rgba(0, 0, 0, .075) | | background-color: rgba(0, 0, 0, .075) |
| | } | | } |
| Line 1,938: |
Line 2,117: |
| | } | | } |
| | | | |
| − | .table-dark td, .table-dark th, .table-dark thead th { | + | .table-dark td, |
| | + | .table-dark th, |
| | + | .table-dark thead th { |
| | border-color: #32383e | | border-color: #32383e |
| | } | | } |
| Line 1,963: |
Line 2,144: |
| | } | | } |
| | | | |
| − | .table-responsive-sm > .table-bordered { | + | .table-responsive-sm>.table-bordered { |
| | border: 0 | | border: 0 |
| | } | | } |
| Line 1,977: |
Line 2,158: |
| | } | | } |
| | | | |
| − | .table-responsive-md > .table-bordered { | + | .table-responsive-md>.table-bordered { |
| | border: 0 | | border: 0 |
| | } | | } |
| Line 1,991: |
Line 2,172: |
| | } | | } |
| | | | |
| − | .table-responsive-lg > .table-bordered { | + | .table-responsive-lg>.table-bordered { |
| | border: 0 | | border: 0 |
| | } | | } |
| Line 2,005: |
Line 2,186: |
| | } | | } |
| | | | |
| − | .table-responsive-xl > .table-bordered { | + | .table-responsive-xl>.table-bordered { |
| | border: 0 | | border: 0 |
| | } | | } |
| Line 2,018: |
Line 2,199: |
| | } | | } |
| | | | |
| − | .table-responsive > .table-bordered { | + | .table-responsive>.table-bordered { |
| | border: 0 | | border: 0 |
| | } | | } |
| Line 2,080: |
Line 2,261: |
| | } | | } |
| | | | |
| − | .form-control:disabled, .form-control[readonly] { | + | .form-control:disabled, |
| | + | .form-control[readonly] { |
| | background-color: #e9ecef; | | background-color: #e9ecef; |
| | opacity: 1 | | opacity: 1 |
| Line 2,094: |
Line 2,276: |
| | } | | } |
| | | | |
| − | .form-control-file, .form-control-range { | + | .form-control-file, |
| | + | .form-control-range { |
| | display: block; | | display: block; |
| | width: 100% | | width: 100% |
| Line 2,134: |
Line 2,317: |
| | } | | } |
| | | | |
| − | .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text { | + | .form-control-plaintext.form-control-lg, |
| | + | .form-control-plaintext.form-control-sm, |
| | + | .input-group-lg>.form-control-plaintext.form-control, |
| | + | .input-group-lg>.input-group-append>.form-control-plaintext.btn, |
| | + | .input-group-lg>.input-group-append>.form-control-plaintext.input-group-text, |
| | + | .input-group-lg>.input-group-prepend>.form-control-plaintext.btn, |
| | + | .input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text, |
| | + | .input-group-sm>.form-control-plaintext.form-control, |
| | + | .input-group-sm>.input-group-append>.form-control-plaintext.btn, |
| | + | .input-group-sm>.input-group-append>.form-control-plaintext.input-group-text, |
| | + | .input-group-sm>.input-group-prepend>.form-control-plaintext.btn, |
| | + | .input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text { |
| | padding-right: 0; | | padding-right: 0; |
| | padding-left: 0 | | padding-left: 0 |
| | } | | } |
| | | | |
| − | .form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text { | + | .form-control-sm, |
| | + | .input-group-sm>.form-control, |
| | + | .input-group-sm>.input-group-append>.btn, |
| | + | .input-group-sm>.input-group-append>.input-group-text, |
| | + | .input-group-sm>.input-group-prepend>.btn, |
| | + | .input-group-sm>.input-group-prepend>.input-group-text { |
| | padding: .25rem .5rem; | | padding: .25rem .5rem; |
| | font-size: .875rem; | | font-size: .875rem; |
| Line 2,146: |
Line 2,345: |
| | } | | } |
| | | | |
| − | .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) { | + | .input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]), |
| | + | .input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]), |
| | + | .input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]), |
| | + | .input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]), |
| | + | .input-group-sm>select.form-control:not([size]):not([multiple]), |
| | + | select.form-control-sm:not([size]):not([multiple]) { |
| | height: calc(1.8125rem + 2px) | | height: calc(1.8125rem + 2px) |
| | } | | } |
| | | | |
| − | .form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text { | + | .form-control-lg, |
| | + | .input-group-lg>.form-control, |
| | + | .input-group-lg>.input-group-append>.btn, |
| | + | .input-group-lg>.input-group-append>.input-group-text, |
| | + | .input-group-lg>.input-group-prepend>.btn, |
| | + | .input-group-lg>.input-group-prepend>.input-group-text { |
| | padding: .5rem 1rem; | | padding: .5rem 1rem; |
| | font-size: 1.25rem; | | font-size: 1.25rem; |
| Line 2,157: |
Line 2,366: |
| | } | | } |
| | | | |
| − | .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) { | + | .input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]), |
| | + | .input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]), |
| | + | .input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]), |
| | + | .input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]), |
| | + | .input-group-lg>select.form-control:not([size]):not([multiple]), |
| | + | select.form-control-lg:not([size]):not([multiple]) { |
| | height: calc(2.875rem + 2px) | | height: calc(2.875rem + 2px) |
| | } | | } |
| Line 2,179: |
Line 2,393: |
| | } | | } |
| | | | |
| − | .form-row > .col, .form-row > [class*=col-] { | + | .form-row>.col, |
| | + | .form-row>[class*=col-] { |
| | padding-right: 5px; | | padding-right: 5px; |
| | padding-left: 5px | | padding-left: 5px |
| Line 2,196: |
Line 2,411: |
| | } | | } |
| | | | |
| − | .form-check-input:disabled ~ .form-check-label { | + | .form-check-input:disabled~.form-check-label { |
| | color: #6c757d | | color: #6c757d |
| | } | | } |
| Line 2,243: |
Line 2,458: |
| | } | | } |
| | | | |
| − | .custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid { | + | .custom-select.is-valid, |
| | + | .form-control.is-valid, |
| | + | .was-validated .custom-select:valid, |
| | + | .was-validated .form-control:valid { |
| | border-color: #28a745 | | border-color: #28a745 |
| | } | | } |
| | | | |
| − | .custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus { | + | .custom-select.is-valid:focus, |
| | + | .form-control.is-valid:focus, |
| | + | .was-validated .custom-select:valid:focus, |
| | + | .was-validated .form-control:valid:focus { |
| | border-color: #28a745; | | border-color: #28a745; |
| | box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25) | | box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25) |
| | } | | } |
| | | | |
| − | .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip { | + | .custom-select.is-valid~.valid-feedback, |
| | + | .custom-select.is-valid~.valid-tooltip, |
| | + | .form-control.is-valid~.valid-feedback, |
| | + | .form-control.is-valid~.valid-tooltip, |
| | + | .was-validated .custom-select:valid~.valid-feedback, |
| | + | .was-validated .custom-select:valid~.valid-tooltip, |
| | + | .was-validated .form-control:valid~.valid-feedback, |
| | + | .was-validated .form-control:valid~.valid-tooltip { |
| | display: block | | display: block |
| | } | | } |
| | | | |
| − | .form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label { | + | .form-check-input.is-valid~.form-check-label, |
| | + | .was-validated .form-check-input:valid~.form-check-label { |
| | color: #28a745 | | color: #28a745 |
| | } | | } |
| | | | |
| − | .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip { | + | .form-check-input.is-valid~.valid-feedback, |
| | + | .form-check-input.is-valid~.valid-tooltip, |
| | + | .was-validated .form-check-input:valid~.valid-feedback, |
| | + | .was-validated .form-check-input:valid~.valid-tooltip { |
| | display: block | | display: block |
| | } | | } |
| | | | |
| − | .custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label { | + | .custom-control-input.is-valid~.custom-control-label, |
| | + | .was-validated .custom-control-input:valid~.custom-control-label { |
| | color: #28a745 | | color: #28a745 |
| | } | | } |
| | | | |
| − | .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before { | + | .custom-control-input.is-valid~.custom-control-label::before, |
| | + | .was-validated .custom-control-input:valid~.custom-control-label::before { |
| | background-color: #71dd8a | | background-color: #71dd8a |
| | } | | } |
| | | | |
| − | .custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip { | + | .custom-control-input.is-valid~.valid-feedback, |
| | + | .custom-control-input.is-valid~.valid-tooltip, |
| | + | .was-validated .custom-control-input:valid~.valid-feedback, |
| | + | .was-validated .custom-control-input:valid~.valid-tooltip { |
| | display: block | | display: block |
| | } | | } |
| | | | |
| − | .custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before { | + | .custom-control-input.is-valid:checked~.custom-control-label::before, |
| | + | .was-validated .custom-control-input:valid:checked~.custom-control-label::before { |
| | background-color: #34ce57 | | background-color: #34ce57 |
| | } | | } |
| | | | |
| − | .custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before { | + | .custom-control-input.is-valid:focus~.custom-control-label::before, |
| | + | .was-validated .custom-control-input:valid:focus~.custom-control-label::before { |
| | box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25) | | box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25) |
| | } | | } |
| | | | |
| − | .custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label { | + | .custom-file-input.is-valid~.custom-file-label, |
| | + | .was-validated .custom-file-input:valid~.custom-file-label { |
| | border-color: #28a745 | | border-color: #28a745 |
| | } | | } |
| | | | |
| − | .custom-file-input.is-valid ~ .custom-file-label::before, .was-validated .custom-file-input:valid ~ .custom-file-label::before { | + | .custom-file-input.is-valid~.custom-file-label::before, |
| | + | .was-validated .custom-file-input:valid~.custom-file-label::before { |
| | border-color: inherit | | border-color: inherit |
| | } | | } |
| | | | |
| − | .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip { | + | .custom-file-input.is-valid~.valid-feedback, |
| | + | .custom-file-input.is-valid~.valid-tooltip, |
| | + | .was-validated .custom-file-input:valid~.valid-feedback, |
| | + | .was-validated .custom-file-input:valid~.valid-tooltip { |
| | display: block | | display: block |
| | } | | } |
| | | | |
| − | .custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label { | + | .custom-file-input.is-valid:focus~.custom-file-label, |
| | + | .was-validated .custom-file-input:valid:focus~.custom-file-label { |
| | box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25) | | box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25) |
| | } | | } |
| Line 2,323: |
Line 2,568: |
| | } | | } |
| | | | |
| − | .custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid { | + | .custom-select.is-invalid, |
| | + | .form-control.is-invalid, |
| | + | .was-validated .custom-select:invalid, |
| | + | .was-validated .form-control:invalid { |
| | border-color: #dc3545 | | border-color: #dc3545 |
| | } | | } |
| | | | |
| − | .custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus { | + | .custom-select.is-invalid:focus, |
| | + | .form-control.is-invalid:focus, |
| | + | .was-validated .custom-select:invalid:focus, |
| | + | .was-validated .form-control:invalid:focus { |
| | border-color: #dc3545; | | border-color: #dc3545; |
| | box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25) | | box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25) |
| | } | | } |
| | | | |
| − | .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-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, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip { | + | .custom-select.is-invalid~.invalid-feedback, |
| | + | .custom-select.is-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, |
| | + | .was-validated .form-control:invalid~.invalid-feedback, |
| | + | .was-validated .form-control:invalid~.invalid-tooltip { |
| | display: block | | display: block |
| | } | | } |
| | | | |
| − | .form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label { | + | .form-check-input.is-invalid~.form-check-label, |
| | + | .was-validated .form-check-input:invalid~.form-check-label { |
| | color: #dc3545 | | color: #dc3545 |
| | } | | } |
| | | | |
| − | .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip { | + | .form-check-input.is-invalid~.invalid-feedback, |
| | + | .form-check-input.is-invalid~.invalid-tooltip, |
| | + | .was-validated .form-check-input:invalid~.invalid-feedback, |
| | + | .was-validated .form-check-input:invalid~.invalid-tooltip { |
| | display: block | | display: block |
| | } | | } |
| | | | |
| − | .custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label { | + | .custom-control-input.is-invalid~.custom-control-label, |
| | + | .was-validated .custom-control-input:invalid~.custom-control-label { |
| | color: #dc3545 | | color: #dc3545 |
| | } | | } |
| | | | |
| − | .custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before { | + | .custom-control-input.is-invalid~.custom-control-label::before, |
| | + | .was-validated .custom-control-input:invalid~.custom-control-label::before { |
| | background-color: #efa2a9 | | background-color: #efa2a9 |
| | } | | } |
| | | | |
| − | .custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip { | + | .custom-control-input.is-invalid~.invalid-feedback, |
| | + | .custom-control-input.is-invalid~.invalid-tooltip, |
| | + | .was-validated .custom-control-input:invalid~.invalid-feedback, |
| | + | .was-validated .custom-control-input:invalid~.invalid-tooltip { |
| | display: block | | display: block |
| | } | | } |
| | | | |
| − | .custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before { | + | .custom-control-input.is-invalid:checked~.custom-control-label::before, |
| | + | .was-validated .custom-control-input:invalid:checked~.custom-control-label::before { |
| | background-color: #e4606d | | background-color: #e4606d |
| | } | | } |
| | | | |
| − | .custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before { | + | .custom-control-input.is-invalid:focus~.custom-control-label::before, |
| | + | .was-validated .custom-control-input:invalid:focus~.custom-control-label::before { |
| | box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25) | | box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25) |
| | } | | } |
| | | | |
| − | .custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label { | + | .custom-file-input.is-invalid~.custom-file-label, |
| | + | .was-validated .custom-file-input:invalid~.custom-file-label { |
| | border-color: #dc3545 | | border-color: #dc3545 |
| | } | | } |
| | | | |
| − | .custom-file-input.is-invalid ~ .custom-file-label::before, .was-validated .custom-file-input:invalid ~ .custom-file-label::before { | + | .custom-file-input.is-invalid~.custom-file-label::before, |
| | + | .was-validated .custom-file-input:invalid~.custom-file-label::before { |
| | border-color: inherit | | border-color: inherit |
| | } | | } |
| | | | |
| − | .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip { | + | .custom-file-input.is-invalid~.invalid-feedback, |
| | + | .custom-file-input.is-invalid~.invalid-tooltip, |
| | + | .was-validated .custom-file-input:invalid~.invalid-feedback, |
| | + | .was-validated .custom-file-input:invalid~.invalid-tooltip { |
| | display: block | | display: block |
| | } | | } |
| | | | |
| − | .custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label { | + | .custom-file-input.is-invalid:focus~.custom-file-label, |
| | + | .was-validated .custom-file-input:invalid:focus~.custom-file-label { |
| | box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25) | | box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25) |
| | } | | } |
| Line 2,426: |
Line 2,701: |
| | } | | } |
| | | | |
| − | .form-inline .custom-select, .form-inline .input-group { | + | .form-inline .custom-select, |
| | + | .form-inline .input-group { |
| | width: auto | | width: auto |
| | } | | } |
| Line 2,484: |
Line 2,760: |
| | } | | } |
| | | | |
| − | .btn:focus, .btn:hover { | + | .btn:focus, |
| | + | .btn:hover { |
| | text-decoration: none | | text-decoration: none |
| | } | | } |
| | | | |
| − | .btn.focus, .btn:focus { | + | .btn.focus, |
| | + | .btn:focus { |
| | outline: 0; | | outline: 0; |
| | box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25) | | box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25) |
| | } | | } |
| | | | |
| − | .btn.disabled, .btn:disabled { | + | .btn.disabled, |
| | + | .btn:disabled { |
| | opacity: .65 | | opacity: .65 |
| | } | | } |
| Line 2,501: |
Line 2,780: |
| | } | | } |
| | | | |
| − | .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active { | + | .btn:not(:disabled):not(.disabled).active, |
| | + | .btn:not(:disabled):not(.disabled):active { |
| | background-image: none | | background-image: none |
| | } | | } |
| | | | |
| − | a.btn.disabled, fieldset:disabled a.btn { | + | a.btn.disabled, |
| | + | fieldset:disabled a.btn { |
| | pointer-events: none | | pointer-events: none |
| | } | | } |
| Line 2,521: |
Line 2,802: |
| | } | | } |
| | | | |
| − | .btn-primary.focus, .btn-primary:focus { | + | .btn-primary.focus, |
| | + | .btn-primary:focus { |
| | box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5) | | box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5) |
| | } | | } |
| | | | |
| − | .btn-primary.disabled, .btn-primary:disabled { | + | .btn-primary.disabled, |
| | + | .btn-primary:disabled { |
| | color: #fff; | | color: #fff; |
| | background-color: #007bff; | | background-color: #007bff; |
| Line 2,531: |
Line 2,814: |
| | } | | } |
| | | | |
| − | .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle { | + | .btn-primary:not(:disabled):not(.disabled).active, |
| | + | .btn-primary:not(:disabled):not(.disabled):active, |
| | + | .show>.btn-primary.dropdown-toggle { |
| | color: #fff; | | color: #fff; |
| | background-color: #0062cc; | | background-color: #0062cc; |
| Line 2,537: |
Line 2,822: |
| | } | | } |
| | | | |
| − | .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus { | + | .btn-primary:not(:disabled):not(.disabled).active:focus, |
| | + | .btn-primary:not(:disabled):not(.disabled):active:focus, |
| | + | .show>.btn-primary.dropdown-toggle:focus { |
| | box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5) | | box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5) |
| | } | | } |
| Line 2,553: |
Line 2,840: |
| | } | | } |
| | | | |
| − | .btn-secondary.focus, .btn-secondary:focus { | + | .btn-secondary.focus, |
| | + | .btn-secondary:focus { |
| | box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5) | | box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5) |
| | } | | } |
| | | | |
| − | .btn-secondary.disabled, .btn-secondary:disabled { | + | .btn-secondary.disabled, |
| | + | .btn-secondary:disabled { |
| | color: #fff; | | color: #fff; |
| | background-color: #6c757d; | | background-color: #6c757d; |
| Line 2,563: |
Line 2,852: |
| | } | | } |
| | | | |
| − | .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle { | + | .btn-secondary:not(:disabled):not(.disabled).active, |
| | + | .btn-secondary:not(:disabled):not(.disabled):active, |
| | + | .show>.btn-secondary.dropdown-toggle { |
| | color: #fff; | | color: #fff; |
| | background-color: #545b62; | | background-color: #545b62; |
| Line 2,569: |
Line 2,860: |
| | } | | } |
| | | | |
| − | .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus { | + | .btn-secondary:not(:disabled):not(.disabled).active:focus, |
| | + | .btn-secondary:not(:disabled):not(.disabled):active:focus, |
| | + | .show>.btn-secondary.dropdown-toggle:focus { |
| | box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5) | | box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5) |
| | } | | } |
| Line 2,585: |
Line 2,878: |
| | } | | } |
| | | | |
| − | .btn-success.focus, .btn-success:focus { | + | .btn-success.focus, |
| | + | .btn-success:focus { |
| | box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5) | | box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5) |
| | } | | } |
| | | | |
| − | .btn-success.disabled, .btn-success:disabled { | + | .btn-success.disabled, |
| | + | .btn-success:disabled { |
| | color: #fff; | | color: #fff; |
| | background-color: #28a745; | | background-color: #28a745; |
| Line 2,595: |
Line 2,890: |
| | } | | } |
| | | | |
| − | .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle { | + | .btn-success:not(:disabled):not(.disabled).active, |
| | + | .btn-success:not(:disabled):not(.disabled):active, |
| | + | .show>.btn-success.dropdown-toggle { |
| | color: #fff; | | color: #fff; |
| | background-color: #1e7e34; | | background-color: #1e7e34; |
| Line 2,601: |
Line 2,898: |
| | } | | } |
| | | | |
| − | .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus { | + | .btn-success:not(:disabled):not(.disabled).active:focus, |
| | + | .btn-success:not(:disabled):not(.disabled):active:focus, |
| | + | .show>.btn-success.dropdown-toggle:focus { |
| | box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5) | | box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5) |
| | } | | } |
| Line 2,617: |
Line 2,916: |
| | } | | } |
| | | | |
| − | .btn-info.focus, .btn-info:focus { | + | .btn-info.focus, |
| | + | .btn-info:focus { |
| | box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5) | | box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5) |
| | } | | } |
| | | | |
| − | .btn-info.disabled, .btn-info:disabled { | + | .btn-info.disabled, |
| | + | .btn-info:disabled { |
| | color: #fff; | | color: #fff; |
| | background-color: #17a2b8; | | background-color: #17a2b8; |
| Line 2,627: |
Line 2,928: |
| | } | | } |
| | | | |
| − | .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle { | + | .btn-info:not(:disabled):not(.disabled).active, |
| | + | .btn-info:not(:disabled):not(.disabled):active, |
| | + | .show>.btn-info.dropdown-toggle { |
| | color: #fff; | | color: #fff; |
| | background-color: #117a8b; | | background-color: #117a8b; |
| Line 2,633: |
Line 2,936: |
| | } | | } |
| | | | |
| − | .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus { | + | .btn-info:not(:disabled):not(.disabled).active:focus, |
| | + | .btn-info:not(:disabled):not(.disabled):active:focus, |
| | + | .show>.btn-info.dropdown-toggle:focus { |
| | box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5) | | box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5) |
| | } | | } |
| Line 2,649: |
Line 2,954: |
| | } | | } |
| | | | |
| − | .btn-warning.focus, .btn-warning:focus { | + | .btn-warning.focus, |
| | + | .btn-warning:focus { |
| | box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5) | | box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5) |
| | } | | } |
| | | | |
| − | .btn-warning.disabled, .btn-warning:disabled { | + | .btn-warning.disabled, |
| | + | .btn-warning:disabled { |
| | color: #212529; | | color: #212529; |
| | background-color: #ffc107; | | background-color: #ffc107; |
| Line 2,659: |
Line 2,966: |
| | } | | } |
| | | | |
| − | .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle { | + | .btn-warning:not(:disabled):not(.disabled).active, |
| | + | .btn-warning:not(:disabled):not(.disabled):active, |
| | + | .show>.btn-warning.dropdown-toggle { |
| | color: #212529; | | color: #212529; |
| | background-color: #d39e00; | | background-color: #d39e00; |
| Line 2,665: |
Line 2,974: |
| | } | | } |
| | | | |
| − | .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus { | + | .btn-warning:not(:disabled):not(.disabled).active:focus, |
| | + | .btn-warning:not(:disabled):not(.disabled):active:focus, |
| | + | .show>.btn-warning.dropdown-toggle:focus { |
| | box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5) | | box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5) |
| | } | | } |
| Line 2,681: |
Line 2,992: |
| | } | | } |
| | | | |
| − | .btn-danger.focus, .btn-danger:focus { | + | .btn-danger.focus, |
| | + | .btn-danger:focus { |
| | box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5) | | box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5) |
| | } | | } |
| | | | |
| − | .btn-danger.disabled, .btn-danger:disabled { | + | .btn-danger.disabled, |
| | + | .btn-danger:disabled { |
| | color: #fff; | | color: #fff; |
| | background-color: #dc3545; | | background-color: #dc3545; |
| Line 2,691: |
Line 3,004: |
| | } | | } |
| | | | |
| − | .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle { | + | .btn-danger:not(:disabled):not(.disabled).active, |
| | + | .btn-danger:not(:disabled):not(.disabled):active, |
| | + | .show>.btn-danger.dropdown-toggle { |
| | color: #fff; | | color: #fff; |
| | background-color: #bd2130; | | background-color: #bd2130; |
| Line 2,697: |
Line 3,012: |
| | } | | } |
| | | | |
| − | .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus { | + | .btn-danger:not(:disabled):not(.disabled).active:focus, |
| | + | .btn-danger:not(:disabled):not(.disabled):active:focus, |
| | + | .show>.btn-danger.dropdown-toggle:focus { |
| | box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5) | | box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5) |
| | } | | } |
| Line 2,713: |
Line 3,030: |
| | } | | } |
| | | | |
| − | .btn-light.focus, .btn-light:focus { | + | .btn-light.focus, |
| | + | .btn-light:focus { |
| | box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5) | | box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5) |
| | } | | } |
| | | | |
| − | .btn-light.disabled, .btn-light:disabled { | + | .btn-light.disabled, |
| | + | .btn-light:disabled { |
| | color: #212529; | | color: #212529; |
| | background-color: #f8f9fa; | | background-color: #f8f9fa; |
| Line 2,723: |
Line 3,042: |
| | } | | } |
| | | | |
| − | .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle { | + | .btn-light:not(:disabled):not(.disabled).active, |
| | + | .btn-light:not(:disabled):not(.disabled):active, |
| | + | .show>.btn-light.dropdown-toggle { |
| | color: #212529; | | color: #212529; |
| | background-color: #dae0e5; | | background-color: #dae0e5; |
| Line 2,729: |
Line 3,050: |
| | } | | } |
| | | | |
| − | .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus { | + | .btn-light:not(:disabled):not(.disabled).active:focus, |
| | + | .btn-light:not(:disabled):not(.disabled):active:focus, |
| | + | .show>.btn-light.dropdown-toggle:focus { |
| | box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5) | | box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5) |
| | } | | } |
| Line 2,745: |
Line 3,068: |
| | } | | } |
| | | | |
| − | .btn-dark.focus, .btn-dark:focus { | + | .btn-dark.focus, |
| | + | .btn-dark:focus { |
| | box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) | | box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) |
| | } | | } |
| | | | |
| − | .btn-dark.disabled, .btn-dark:disabled { | + | .btn-dark.disabled, |
| | + | .btn-dark:disabled { |
| | color: #fff; | | color: #fff; |
| | background-color: #343a40; | | background-color: #343a40; |
| Line 2,755: |
Line 3,080: |
| | } | | } |
| | | | |
| − | .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle { | + | .btn-dark:not(:disabled):not(.disabled).active, |
| | + | .btn-dark:not(:disabled):not(.disabled):active, |
| | + | .show>.btn-dark.dropdown-toggle { |
| | color: #fff; | | color: #fff; |
| | background-color: #1d2124; | | background-color: #1d2124; |
| Line 2,761: |
Line 3,088: |
| | } | | } |
| | | | |
| − | .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus { | + | .btn-dark:not(:disabled):not(.disabled).active:focus, |
| | + | .btn-dark:not(:disabled):not(.disabled):active:focus, |
| | + | .show>.btn-dark.dropdown-toggle:focus { |
| | box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) | | box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) |
| | } | | } |
| Line 2,778: |
Line 3,107: |
| | } | | } |
| | | | |
| − | .btn-outline-primary.focus, .btn-outline-primary:focus { | + | .btn-outline-primary.focus, |
| | + | .btn-outline-primary:focus { |
| | box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5) | | box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5) |
| | } | | } |
| | | | |
| − | .btn-outline-primary.disabled, .btn-outline-primary:disabled { | + | .btn-outline-primary.disabled, |
| | + | .btn-outline-primary:disabled { |
| | color: #007bff; | | color: #007bff; |
| | background-color: transparent | | background-color: transparent |
| | } | | } |
| | | | |
| − | .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle { | + | .btn-outline-primary:not(:disabled):not(.disabled).active, |
| | + | .btn-outline-primary:not(:disabled):not(.disabled):active, |
| | + | .show>.btn-outline-primary.dropdown-toggle { |
| | color: #fff; | | color: #fff; |
| | background-color: #007bff; | | background-color: #007bff; |
| Line 2,793: |
Line 3,126: |
| | } | | } |
| | | | |
| − | .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus { | + | .btn-outline-primary:not(:disabled):not(.disabled).active:focus, |
| | + | .btn-outline-primary:not(:disabled):not(.disabled):active:focus, |
| | + | .show>.btn-outline-primary.dropdown-toggle:focus { |
| | box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5) | | box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5) |
| | } | | } |
| Line 2,810: |
Line 3,145: |
| | } | | } |
| | | | |
| − | .btn-outline-secondary.focus, .btn-outline-secondary:focus { | + | .btn-outline-secondary.focus, |
| | + | .btn-outline-secondary:focus { |
| | box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5) | | box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5) |
| | } | | } |
| | | | |
| − | .btn-outline-secondary.disabled, .btn-outline-secondary:disabled { | + | .btn-outline-secondary.disabled, |
| | + | .btn-outline-secondary:disabled { |
| | color: #6c757d; | | color: #6c757d; |
| | background-color: transparent | | background-color: transparent |
| | } | | } |
| | | | |
| − | .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle { | + | .btn-outline-secondary:not(:disabled):not(.disabled).active, |
| | + | .btn-outline-secondary:not(:disabled):not(.disabled):active, |
| | + | .show>.btn-outline-secondary.dropdown-toggle { |
| | color: #fff; | | color: #fff; |
| | background-color: #6c757d; | | background-color: #6c757d; |
| Line 2,825: |
Line 3,164: |
| | } | | } |
| | | | |
| − | .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus { | + | .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, |
| | + | .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, |
| | + | .show>.btn-outline-secondary.dropdown-toggle:focus { |
| | box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5) | | box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5) |
| | } | | } |
| Line 2,842: |
Line 3,183: |
| | } | | } |
| | | | |
| − | .btn-outline-success.focus, .btn-outline-success:focus { | + | .btn-outline-success.focus, |
| | + | .btn-outline-success:focus { |
| | box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5) | | box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5) |
| | } | | } |
| | | | |
| − | .btn-outline-success.disabled, .btn-outline-success:disabled { | + | .btn-outline-success.disabled, |
| | + | .btn-outline-success:disabled { |
| | color: #28a745; | | color: #28a745; |
| | background-color: transparent | | background-color: transparent |
| | } | | } |
| | | | |
| − | .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle { | + | .btn-outline-success:not(:disabled):not(.disabled).active, |
| | + | .btn-outline-success:not(:disabled):not(.disabled):active, |
| | + | .show>.btn-outline-success.dropdown-toggle { |
| | color: #fff; | | color: #fff; |
| | background-color: #28a745; | | background-color: #28a745; |
| Line 2,857: |
Line 3,202: |
| | } | | } |
| | | | |
| − | .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus { | + | .btn-outline-success:not(:disabled):not(.disabled).active:focus, |
| | + | .btn-outline-success:not(:disabled):not(.disabled):active:focus, |
| | + | .show>.btn-outline-success.dropdown-toggle:focus { |
| | box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5) | | box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5) |
| | } | | } |
| Line 2,874: |
Line 3,221: |
| | } | | } |
| | | | |
| − | .btn-outline-info.focus, .btn-outline-info:focus { | + | .btn-outline-info.focus, |
| | + | .btn-outline-info:focus { |
| | box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5) | | box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5) |
| | } | | } |
| | | | |
| − | .btn-outline-info.disabled, .btn-outline-info:disabled { | + | .btn-outline-info.disabled, |
| | + | .btn-outline-info:disabled { |
| | color: #17a2b8; | | color: #17a2b8; |
| | background-color: transparent | | background-color: transparent |
| | } | | } |
| | | | |
| − | .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle { | + | .btn-outline-info:not(:disabled):not(.disabled).active, |
| | + | .btn-outline-info:not(:disabled):not(.disabled):active, |
| | + | .show>.btn-outline-info.dropdown-toggle { |
| | color: #fff; | | color: #fff; |
| | background-color: #17a2b8; | | background-color: #17a2b8; |
| Line 2,889: |
Line 3,240: |
| | } | | } |
| | | | |
| − | .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus { | + | .btn-outline-info:not(:disabled):not(.disabled).active:focus, |
| | + | .btn-outline-info:not(:disabled):not(.disabled):active:focus, |
| | + | .show>.btn-outline-info.dropdown-toggle:focus { |
| | box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5) | | box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5) |
| | } | | } |
| Line 2,906: |
Line 3,259: |
| | } | | } |
| | | | |
| − | .btn-outline-warning.focus, .btn-outline-warning:focus { | + | .btn-outline-warning.focus, |
| | + | .btn-outline-warning:focus { |
| | box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5) | | box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5) |
| | } | | } |
| | | | |
| − | .btn-outline-warning.disabled, .btn-outline-warning:disabled { | + | .btn-outline-warning.disabled, |
| | + | .btn-outline-warning:disabled { |
| | color: #ffc107; | | color: #ffc107; |
| | background-color: transparent | | background-color: transparent |
| | } | | } |
| | | | |
| − | .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle { | + | .btn-outline-warning:not(:disabled):not(.disabled).active, |
| | + | .btn-outline-warning:not(:disabled):not(.disabled):active, |
| | + | .show>.btn-outline-warning.dropdown-toggle { |
| | color: #212529; | | color: #212529; |
| | background-color: #ffc107; | | background-color: #ffc107; |
| Line 2,921: |
Line 3,278: |
| | } | | } |
| | | | |
| − | .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus { | + | .btn-outline-warning:not(:disabled):not(.disabled).active:focus, |
| | + | .btn-outline-warning:not(:disabled):not(.disabled):active:focus, |
| | + | .show>.btn-outline-warning.dropdown-toggle:focus { |
| | box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5) | | box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5) |
| | } | | } |
| Line 2,938: |
Line 3,297: |
| | } | | } |
| | | | |
| − | .btn-outline-danger.focus, .btn-outline-danger:focus { | + | .btn-outline-danger.focus, |
| | + | .btn-outline-danger:focus { |
| | box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5) | | box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5) |
| | } | | } |
| | | | |
| − | .btn-outline-danger.disabled, .btn-outline-danger:disabled { | + | .btn-outline-danger.disabled, |
| | + | .btn-outline-danger:disabled { |
| | color: #dc3545; | | color: #dc3545; |
| | background-color: transparent | | background-color: transparent |
| | } | | } |
| | | | |
| − | .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle { | + | .btn-outline-danger:not(:disabled):not(.disabled).active, |
| | + | .btn-outline-danger:not(:disabled):not(.disabled):active, |
| | + | .show>.btn-outline-danger.dropdown-toggle { |
| | color: #fff; | | color: #fff; |
| | background-color: #dc3545; | | background-color: #dc3545; |
| Line 2,953: |
Line 3,316: |
| | } | | } |
| | | | |
| − | .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus { | + | .btn-outline-danger:not(:disabled):not(.disabled).active:focus, |
| | + | .btn-outline-danger:not(:disabled):not(.disabled):active:focus, |
| | + | .show>.btn-outline-danger.dropdown-toggle:focus { |
| | box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5) | | box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5) |
| | } | | } |
| Line 2,970: |
Line 3,335: |
| | } | | } |
| | | | |
| − | .btn-outline-light.focus, .btn-outline-light:focus { | + | .btn-outline-light.focus, |
| | + | .btn-outline-light:focus { |
| | box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5) | | box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5) |
| | } | | } |
| | | | |
| − | .btn-outline-light.disabled, .btn-outline-light:disabled { | + | .btn-outline-light.disabled, |
| | + | .btn-outline-light:disabled { |
| | color: #f8f9fa; | | color: #f8f9fa; |
| | background-color: transparent | | background-color: transparent |
| | } | | } |
| | | | |
| − | .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle { | + | .btn-outline-light:not(:disabled):not(.disabled).active, |
| | + | .btn-outline-light:not(:disabled):not(.disabled):active, |
| | + | .show>.btn-outline-light.dropdown-toggle { |
| | color: #212529; | | color: #212529; |
| | background-color: #f8f9fa; | | background-color: #f8f9fa; |
| Line 2,985: |
Line 3,354: |
| | } | | } |
| | | | |
| − | .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus { | + | .btn-outline-light:not(:disabled):not(.disabled).active:focus, |
| | + | .btn-outline-light:not(:disabled):not(.disabled):active:focus, |
| | + | .show>.btn-outline-light.dropdown-toggle:focus { |
| | box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5) | | box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5) |
| | } | | } |
| Line 3,002: |
Line 3,373: |
| | } | | } |
| | | | |
| − | .btn-outline-dark.focus, .btn-outline-dark:focus { | + | .btn-outline-dark.focus, |
| | + | .btn-outline-dark:focus { |
| | box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) | | box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) |
| | } | | } |
| | | | |
| − | .btn-outline-dark.disabled, .btn-outline-dark:disabled { | + | .btn-outline-dark.disabled, |
| | + | .btn-outline-dark:disabled { |
| | color: #343a40; | | color: #343a40; |
| | background-color: transparent | | background-color: transparent |
| | } | | } |
| | | | |
| − | .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle { | + | .btn-outline-dark:not(:disabled):not(.disabled).active, |
| | + | .btn-outline-dark:not(:disabled):not(.disabled):active, |
| | + | .show>.btn-outline-dark.dropdown-toggle { |
| | color: #fff; | | color: #fff; |
| | background-color: #343a40; | | background-color: #343a40; |
| Line 3,017: |
Line 3,392: |
| | } | | } |
| | | | |
| − | .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus { | + | .btn-outline-dark:not(:disabled):not(.disabled).active:focus, |
| | + | .btn-outline-dark:not(:disabled):not(.disabled):active:focus, |
| | + | .show>.btn-outline-dark.dropdown-toggle:focus { |
| | box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) | | box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) |
| | } | | } |
| | | | |
| − | .btn-group-lg > .btn, .btn-lg { | + | .btn-group-lg>.btn, |
| | + | .btn-lg { |
| | padding: .5rem 1rem; | | padding: .5rem 1rem; |
| | font-size: 1.25rem; | | font-size: 1.25rem; |
| Line 3,028: |
Line 3,406: |
| | } | | } |
| | | | |
| − | .btn-group-sm > .btn, .btn-sm { | + | .btn-group-sm>.btn, |
| | + | .btn-sm { |
| | padding: .25rem .5rem; | | padding: .25rem .5rem; |
| | font-size: .875rem; | | font-size: .875rem; |
| Line 3,040: |
Line 3,419: |
| | } | | } |
| | | | |
| − | .btn-block + .btn-block { | + | .btn-block+.btn-block { |
| | margin-top: .5rem | | margin-top: .5rem |
| | } | | } |
| | | | |
| − | input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block { | + | input[type=button].btn-block, |
| | + | input[type=reset].btn-block, |
| | + | input[type=submit].btn-block { |
| | width: 100% | | width: 100% |
| | } | | } |
| Line 3,079: |
Line 3,460: |
| | } | | } |
| | | | |
| − | .dropdown, .dropleft, .dropright, .dropup { | + | .dropdown, |
| | + | .dropleft, |
| | + | .dropright, |
| | + | .dropup { |
| | position: relative | | position: relative |
| | } | | } |
| Line 3,219: |
Line 3,603: |
| | } | | } |
| | | | |
| − | .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] { | + | .dropdown-menu[x-placement^=bottom], |
| | + | .dropdown-menu[x-placement^=left], |
| | + | .dropdown-menu[x-placement^=right], |
| | + | .dropdown-menu[x-placement^=top] { |
| | right: auto; | | right: auto; |
| | bottom: auto | | bottom: auto |
| Line 3,244: |
Line 3,631: |
| | } | | } |
| | | | |
| − | .dropdown-item:focus, .dropdown-item:hover { | + | .dropdown-item:focus, |
| | + | .dropdown-item:hover { |
| | color: #16181b; | | color: #16181b; |
| | text-decoration: none; | | text-decoration: none; |
| Line 3,250: |
Line 3,638: |
| | } | | } |
| | | | |
| − | .dropdown-item.active, .dropdown-item:active { | + | .dropdown-item.active, |
| | + | .dropdown-item:active { |
| | color: #fff; | | color: #fff; |
| | text-decoration: none; | | text-decoration: none; |
| Line 3,256: |
Line 3,645: |
| | } | | } |
| | | | |
| − | .dropdown-item.disabled, .dropdown-item:disabled { | + | .dropdown-item.disabled, |
| | + | .dropdown-item:disabled { |
| | color: #6c757d; | | color: #6c757d; |
| | background-color: transparent | | background-color: transparent |
| Line 3,280: |
Line 3,670: |
| | } | | } |
| | | | |
| − | .btn-group, .btn-group-vertical { | + | .btn-group, |
| | + | .btn-group-vertical { |
| | position: relative; | | position: relative; |
| | display: -ms-inline-flexbox; | | display: -ms-inline-flexbox; |
| Line 3,287: |
Line 3,678: |
| | } | | } |
| | | | |
| − | .btn-group-vertical > .btn, .btn-group > .btn { | + | .btn-group-vertical>.btn, |
| | + | .btn-group>.btn { |
| | position: relative; | | position: relative; |
| | -ms-flex: 0 1 auto; | | -ms-flex: 0 1 auto; |
| Line 3,293: |
Line 3,685: |
| | } | | } |
| | | | |
| − | .btn-group-vertical > .btn:hover, .btn-group > .btn:hover { | + | .btn-group-vertical>.btn:hover, |
| | + | .btn-group>.btn:hover { |
| | z-index: 1 | | z-index: 1 |
| | } | | } |
| | | | |
| − | .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus { | + | .btn-group-vertical>.btn.active, |
| | + | .btn-group-vertical>.btn:active, |
| | + | .btn-group-vertical>.btn:focus, |
| | + | .btn-group>.btn.active, |
| | + | .btn-group>.btn:active, |
| | + | .btn-group>.btn:focus { |
| | z-index: 1 | | z-index: 1 |
| | } | | } |
| | | | |
| − | .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 { | + | .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 | | margin-left: -1px |
| | } | | } |
| Line 3,318: |
Line 3,723: |
| | } | | } |
| | | | |
| − | .btn-group > .btn:first-child { | + | .btn-group>.btn:first-child { |
| | margin-left: 0 | | margin-left: 0 |
| | } | | } |
| | | | |
| − | .btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) { | + | .btn-group>.btn-group:not(:last-child)>.btn, |
| | + | .btn-group>.btn:not(:last-child):not(.dropdown-toggle) { |
| | border-top-right-radius: 0; | | border-top-right-radius: 0; |
| | border-bottom-right-radius: 0 | | border-bottom-right-radius: 0 |
| | } | | } |
| | | | |
| − | .btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) { | + | .btn-group>.btn-group:not(:first-child)>.btn, |
| | + | .btn-group>.btn:not(:first-child) { |
| | border-top-left-radius: 0; | | border-top-left-radius: 0; |
| | border-bottom-left-radius: 0 | | border-bottom-left-radius: 0 |
| Line 3,337: |
Line 3,744: |
| | } | | } |
| | | | |
| − | .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after { | + | .dropdown-toggle-split::after, |
| | + | .dropright .dropdown-toggle-split::after, |
| | + | .dropup .dropdown-toggle-split::after { |
| | margin-left: 0 | | margin-left: 0 |
| | } | | } |
| Line 3,345: |
Line 3,754: |
| | } | | } |
| | | | |
| − | .btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split { | + | .btn-group-sm>.btn+.dropdown-toggle-split, |
| | + | .btn-sm+.dropdown-toggle-split { |
| | padding-right: .375rem; | | padding-right: .375rem; |
| | padding-left: .375rem | | padding-left: .375rem |
| | } | | } |
| | | | |
| − | .btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split { | + | .btn-group-lg>.btn+.dropdown-toggle-split, |
| | + | .btn-lg+.dropdown-toggle-split { |
| | padding-right: .75rem; | | padding-right: .75rem; |
| | padding-left: .75rem | | padding-left: .75rem |
| Line 3,364: |
Line 3,775: |
| | } | | } |
| | | | |
| − | .btn-group-vertical .btn, .btn-group-vertical .btn-group { | + | .btn-group-vertical .btn, |
| | + | .btn-group-vertical .btn-group { |
| | width: 100% | | 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 { | + | .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-top: -1px; |
| | margin-left: 0 | | margin-left: 0 |
| | } | | } |
| | | | |
| − | .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) { | + | .btn-group-vertical>.btn-group:not(:last-child)>.btn, |
| | + | .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) { |
| | border-bottom-right-radius: 0; | | border-bottom-right-radius: 0; |
| | border-bottom-left-radius: 0 | | border-bottom-left-radius: 0 |
| | } | | } |
| | | | |
| − | .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) { | + | .btn-group-vertical>.btn-group:not(:first-child)>.btn, |
| | + | .btn-group-vertical>.btn:not(:first-child) { |
| | border-top-left-radius: 0; | | border-top-left-radius: 0; |
| | border-top-right-radius: 0 | | border-top-right-radius: 0 |
| | } | | } |
| | | | |
| − | .btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn { | + | .btn-group-toggle>.btn, |
| | + | .btn-group-toggle>.btn-group>.btn { |
| | margin-bottom: 0 | | margin-bottom: 0 |
| | } | | } |
| | | | |
| − | .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] { | + | .btn-group-toggle>.btn input[type=checkbox], |
| | + | .btn-group-toggle>.btn input[type=radio], |
| | + | .btn-group-toggle>.btn-group>.btn input[type=checkbox], |
| | + | .btn-group-toggle>.btn-group>.btn input[type=radio] { |
| | position: absolute; | | position: absolute; |
| | clip: rect(0, 0, 0, 0); | | clip: rect(0, 0, 0, 0); |
| Line 3,404: |
Line 3,825: |
| | } | | } |
| | | | |
| − | .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control { | + | .input-group>.custom-file, |
| | + | .input-group>.custom-select, |
| | + | .input-group>.form-control { |
| | position: relative; | | position: relative; |
| | -ms-flex: 1 1 auto; | | -ms-flex: 1 1 auto; |
| Line 3,412: |
Line 3,835: |
| | } | | } |
| | | | |
| − | .input-group > .custom-file:focus, .input-group > .custom-select:focus, .input-group > .form-control:focus { | + | .input-group>.custom-file:focus, |
| | + | .input-group>.custom-select:focus, |
| | + | .input-group>.form-control:focus { |
| | z-index: 3 | | z-index: 3 |
| | } | | } |
| | | | |
| − | .input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control { | + | .input-group>.custom-file+.custom-file, |
| | + | .input-group>.custom-file+.custom-select, |
| | + | .input-group>.custom-file+.form-control, |
| | + | .input-group>.custom-select+.custom-file, |
| | + | .input-group>.custom-select+.custom-select, |
| | + | .input-group>.custom-select+.form-control, |
| | + | .input-group>.form-control+.custom-file, |
| | + | .input-group>.form-control+.custom-select, |
| | + | .input-group>.form-control+.form-control { |
| | margin-left: -1px | | margin-left: -1px |
| | } | | } |
| | | | |
| − | .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) { | + | .input-group>.custom-select:not(:last-child), |
| | + | .input-group>.form-control:not(:last-child) { |
| | border-top-right-radius: 0; | | border-top-right-radius: 0; |
| | border-bottom-right-radius: 0 | | border-bottom-right-radius: 0 |
| | } | | } |
| | | | |
| − | .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) { | + | .input-group>.custom-select:not(:first-child), |
| | + | .input-group>.form-control:not(:first-child) { |
| | border-top-left-radius: 0; | | border-top-left-radius: 0; |
| | border-bottom-left-radius: 0 | | border-bottom-left-radius: 0 |
| | } | | } |
| | | | |
| − | .input-group > .custom-file { | + | .input-group>.custom-file { |
| | display: -ms-flexbox; | | display: -ms-flexbox; |
| | display: flex; | | display: flex; |
| Line 3,437: |
Line 3,872: |
| | } | | } |
| | | | |
| − | .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after { | + | .input-group>.custom-file:not(:last-child) .custom-file-label, |
| | + | .input-group>.custom-file:not(:last-child) .custom-file-label::after { |
| | border-top-right-radius: 0; | | border-top-right-radius: 0; |
| | border-bottom-right-radius: 0 | | border-bottom-right-radius: 0 |
| | } | | } |
| | | | |
| − | .input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::after { | + | .input-group>.custom-file:not(:first-child) .custom-file-label, |
| | + | .input-group>.custom-file:not(:first-child) .custom-file-label::after { |
| | border-top-left-radius: 0; | | border-top-left-radius: 0; |
| | border-bottom-left-radius: 0 | | border-bottom-left-radius: 0 |
| | } | | } |
| | | | |
| − | .input-group-append, .input-group-prepend { | + | .input-group-append, |
| | + | .input-group-prepend { |
| | display: -ms-flexbox; | | display: -ms-flexbox; |
| | display: flex | | display: flex |
| | } | | } |
| | | | |
| − | .input-group-append .btn, .input-group-prepend .btn { | + | .input-group-append .btn, |
| | + | .input-group-prepend .btn { |
| | position: relative; | | position: relative; |
| | z-index: 2 | | z-index: 2 |
| | } | | } |
| | | | |
| − | .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text { | + | .input-group-append .btn+.btn, |
| | + | .input-group-append .btn+.input-group-text, |
| | + | .input-group-append .input-group-text+.btn, |
| | + | .input-group-append .input-group-text+.input-group-text, |
| | + | .input-group-prepend .btn+.btn, |
| | + | .input-group-prepend .btn+.input-group-text, |
| | + | .input-group-prepend .input-group-text+.btn, |
| | + | .input-group-prepend .input-group-text+.input-group-text { |
| | margin-left: -1px | | margin-left: -1px |
| | } | | } |
| Line 3,487: |
Line 3,933: |
| | } | | } |
| | | | |
| − | .input-group-text input[type=checkbox], .input-group-text input[type=radio] { | + | .input-group-text input[type=checkbox], |
| | + | .input-group-text input[type=radio] { |
| | margin-top: 0 | | margin-top: 0 |
| | } | | } |
| | | | |
| − | .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text { | + | .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), |
| | + | .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), |
| | + | .input-group>.input-group-append:not(:last-child)>.btn, |
| | + | .input-group>.input-group-append:not(:last-child)>.input-group-text, |
| | + | .input-group>.input-group-prepend>.btn, |
| | + | .input-group>.input-group-prepend>.input-group-text { |
| | border-top-right-radius: 0; | | border-top-right-radius: 0; |
| | border-bottom-right-radius: 0 | | border-bottom-right-radius: 0 |
| | } | | } |
| | | | |
| − | .input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text { | + | .input-group>.input-group-append>.btn, |
| | + | .input-group>.input-group-append>.input-group-text, |
| | + | .input-group>.input-group-prepend:first-child>.btn:not(:first-child), |
| | + | .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), |
| | + | .input-group>.input-group-prepend:not(:first-child)>.btn, |
| | + | .input-group>.input-group-prepend:not(:first-child)>.input-group-text { |
| | border-top-left-radius: 0; | | border-top-left-radius: 0; |
| | border-bottom-left-radius: 0 | | border-bottom-left-radius: 0 |
| Line 3,520: |
Line 3,977: |
| | } | | } |
| | | | |
| − | .custom-control-input:checked ~ .custom-control-label::before { | + | .custom-control-input:checked~.custom-control-label::before { |
| | color: #fff; | | color: #fff; |
| | background-color: #007bff | | background-color: #007bff |
| | } | | } |
| | | | |
| − | .custom-control-input:focus ~ .custom-control-label::before { | + | .custom-control-input:focus~.custom-control-label::before { |
| | box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25) | | box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25) |
| | } | | } |
| | | | |
| − | .custom-control-input:active ~ .custom-control-label::before { | + | .custom-control-input:active~.custom-control-label::before { |
| | color: #fff; | | color: #fff; |
| | background-color: #b3d7ff | | background-color: #b3d7ff |
| | } | | } |
| | | | |
| − | .custom-control-input:disabled ~ .custom-control-label { | + | .custom-control-input:disabled~.custom-control-label { |
| | color: #6c757d | | color: #6c757d |
| | } | | } |
| | | | |
| − | .custom-control-input:disabled ~ .custom-control-label::before { | + | .custom-control-input:disabled~.custom-control-label::before { |
| | background-color: #e9ecef | | background-color: #e9ecef |
| | } | | } |
| Line 3,579: |
Line 4,036: |
| | } | | } |
| | | | |
| − | .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before { | + | .custom-checkbox .custom-control-input:checked~.custom-control-label::before { |
| | background-color: #007bff | | background-color: #007bff |
| | } | | } |
| | | | |
| − | .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { | + | .custom-checkbox .custom-control-input:checked~.custom-control-label::after { |
| | 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") | | 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-label::before { | + | .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before { |
| | background-color: #007bff | | background-color: #007bff |
| | } | | } |
| | | | |
| − | .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after { | + | .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after { |
| | 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") | | 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") |
| | } | | } |
| | | | |
| − | .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before { | + | .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before { |
| | background-color: rgba(0, 123, 255, .5) | | background-color: rgba(0, 123, 255, .5) |
| | } | | } |
| | | | |
| − | .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before { | + | .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before { |
| | background-color: rgba(0, 123, 255, .5) | | background-color: rgba(0, 123, 255, .5) |
| | } | | } |
| Line 3,607: |
Line 4,064: |
| | } | | } |
| | | | |
| − | .custom-radio .custom-control-input:checked ~ .custom-control-label::before { | + | .custom-radio .custom-control-input:checked~.custom-control-label::before { |
| | background-color: #007bff | | background-color: #007bff |
| | } | | } |
| | | | |
| − | .custom-radio .custom-control-input:checked ~ .custom-control-label::after { | + | .custom-radio .custom-control-input:checked~.custom-control-label::after { |
| | 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") | | 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-radio .custom-control-input:disabled:checked ~ .custom-control-label::before { | + | .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before { |
| | background-color: rgba(0, 123, 255, .5) | | background-color: rgba(0, 123, 255, .5) |
| | } | | } |
| Line 3,647: |
Line 4,104: |
| | } | | } |
| | | | |
| − | .custom-select[multiple], .custom-select[size]:not([size="1"]) { | + | .custom-select[multiple], |
| | + | .custom-select[size]:not([size="1"]) { |
| | height: auto; | | height: auto; |
| | padding-right: .75rem; | | padding-right: .75rem; |
| Line 3,693: |
Line 4,151: |
| | } | | } |
| | | | |
| − | .custom-file-input:focus ~ .custom-file-label { | + | .custom-file-input:focus~.custom-file-label { |
| | border-color: #80bdff; | | border-color: #80bdff; |
| | box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25) | | box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25) |
| | } | | } |
| | | | |
| − | .custom-file-input:focus ~ .custom-file-label::after { | + | .custom-file-input:focus~.custom-file-label::after { |
| | border-color: #80bdff | | border-color: #80bdff |
| | } | | } |
| | | | |
| − | .custom-file-input:lang(en) ~ .custom-file-label::after { | + | .custom-file-input:lang(en)~.custom-file-label::after { |
| | content: "Browse" | | content: "Browse" |
| | } | | } |
| Line 3,868: |
Line 4,326: |
| | } | | } |
| | | | |
| − | .nav-link:focus, .nav-link:hover { | + | .nav-link:focus, |
| | + | .nav-link:hover { |
| | text-decoration: none | | text-decoration: none |
| | } | | } |
| Line 3,890: |
Line 4,349: |
| | } | | } |
| | | | |
| − | .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { | + | .nav-tabs .nav-link:focus, |
| | + | .nav-tabs .nav-link:hover { |
| | border-color: #e9ecef #e9ecef #dee2e6 | | border-color: #e9ecef #e9ecef #dee2e6 |
| | } | | } |
| Line 3,900: |
Line 4,360: |
| | } | | } |
| | | | |
| − | .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { | + | .nav-tabs .nav-item.show .nav-link, |
| | + | .nav-tabs .nav-link.active { |
| | color: #495057; | | color: #495057; |
| | background-color: #fff; | | background-color: #fff; |
| Line 3,916: |
Line 4,377: |
| | } | | } |
| | | | |
| − | .nav-pills .nav-link.active, .nav-pills .show > .nav-link { | + | .nav-pills .nav-link.active, |
| | + | .nav-pills .show>.nav-link { |
| | color: #fff; | | color: #fff; |
| | background-color: #007bff | | background-color: #007bff |
| Line 3,935: |
Line 4,397: |
| | } | | } |
| | | | |
| − | .tab-content > .tab-pane { | + | .tab-content>.tab-pane { |
| | display: none | | display: none |
| | } | | } |
| | | | |
| − | .tab-content > .active { | + | .tab-content>.active { |
| | display: block | | display: block |
| | } | | } |
| Line 3,956: |
Line 4,418: |
| | } | | } |
| | | | |
| − | .navbar > .container, .navbar > .container-fluid { | + | .navbar>.container, |
| | + | .navbar>.container-fluid { |
| | display: -ms-flexbox; | | display: -ms-flexbox; |
| | display: flex; | | display: flex; |
| Line 3,977: |
Line 4,440: |
| | } | | } |
| | | | |
| − | .navbar-brand:focus, .navbar-brand:hover { | + | .navbar-brand:focus, |
| | + | .navbar-brand:hover { |
| | text-decoration: none | | text-decoration: none |
| | } | | } |
| Line 4,025: |
Line 4,489: |
| | } | | } |
| | | | |
| − | .navbar-toggler:focus, .navbar-toggler:hover { | + | .navbar-toggler:focus, |
| | + | .navbar-toggler:hover { |
| | text-decoration: none | | text-decoration: none |
| | } | | } |
| Line 4,044: |
Line 4,509: |
| | | | |
| | @media (max-width: 575.98px) { | | @media (max-width: 575.98px) { |
| − | .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid { | + | |
| | + | .navbar-expand-sm>.container, |
| | + | .navbar-expand-sm>.container-fluid { |
| | padding-right: 0; | | padding-right: 0; |
| | padding-left: 0 | | padding-left: 0 |
| Line 4,072: |
Line 4,539: |
| | } | | } |
| | | | |
| − | .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid { | + | .navbar-expand-sm>.container, |
| | + | .navbar-expand-sm>.container-fluid { |
| | -ms-flex-wrap: nowrap; | | -ms-flex-wrap: nowrap; |
| | flex-wrap: nowrap | | flex-wrap: nowrap |
| Line 4,090: |
Line 4,558: |
| | | | |
| | @media (max-width: 1199.98px) { | | @media (max-width: 1199.98px) { |
| − | .navbar-expand-md > .container, .navbar-expand-md > .container-fluid { | + | |
| | + | .navbar-expand-md>.container, |
| | + | .navbar-expand-md>.container-fluid { |
| | padding-right: 0; | | padding-right: 0; |
| | padding-left: 0 | | padding-left: 0 |
| Line 4,118: |
Line 4,588: |
| | } | | } |
| | | | |
| − | .navbar-expand-md > .container, .navbar-expand-md > .container-fluid { | + | .navbar-expand-md>.container, |
| | + | .navbar-expand-md>.container-fluid { |
| | -ms-flex-wrap: nowrap; | | -ms-flex-wrap: nowrap; |
| | flex-wrap: nowrap | | flex-wrap: nowrap |
| Line 4,136: |
Line 4,607: |
| | | | |
| | @media (max-width: 991.98px) { | | @media (max-width: 991.98px) { |
| − | .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid { | + | |
| | + | .navbar-expand-lg>.container, |
| | + | .navbar-expand-lg>.container-fluid { |
| | padding-right: 0; | | padding-right: 0; |
| | padding-left: 0 | | padding-left: 0 |
| Line 4,164: |
Line 4,637: |
| | } | | } |
| | | | |
| − | .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid { | + | .navbar-expand-lg>.container, |
| | + | .navbar-expand-lg>.container-fluid { |
| | -ms-flex-wrap: nowrap; | | -ms-flex-wrap: nowrap; |
| | flex-wrap: nowrap | | flex-wrap: nowrap |
| Line 4,182: |
Line 4,656: |
| | | | |
| | @media (max-width: 1199.98px) { | | @media (max-width: 1199.98px) { |
| − | .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid { | + | |
| | + | .navbar-expand-xl>.container, |
| | + | .navbar-expand-xl>.container-fluid { |
| | padding-right: 0; | | padding-right: 0; |
| | padding-left: 0 | | padding-left: 0 |
| Line 4,210: |
Line 4,686: |
| | } | | } |
| | | | |
| − | .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid { | + | .navbar-expand-xl>.container, |
| | + | .navbar-expand-xl>.container-fluid { |
| | -ms-flex-wrap: nowrap; | | -ms-flex-wrap: nowrap; |
| | flex-wrap: nowrap | | flex-wrap: nowrap |
| Line 4,234: |
Line 4,711: |
| | } | | } |
| | | | |
| − | .navbar-expand > .container, .navbar-expand > .container-fluid { | + | .navbar-expand>.container, |
| | + | .navbar-expand>.container-fluid { |
| | padding-right: 0; | | padding-right: 0; |
| | padding-left: 0 | | padding-left: 0 |
| Line 4,253: |
Line 4,731: |
| | } | | } |
| | | | |
| − | .navbar-expand > .container, .navbar-expand > .container-fluid { | + | .navbar-expand>.container, |
| | + | .navbar-expand>.container-fluid { |
| | -ms-flex-wrap: nowrap; | | -ms-flex-wrap: nowrap; |
| | flex-wrap: nowrap | | flex-wrap: nowrap |
| Line 4,273: |
Line 4,752: |
| | } | | } |
| | | | |
| − | .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover { | + | .navbar-light .navbar-brand:focus, |
| | + | .navbar-light .navbar-brand:hover { |
| | color: rgba(0, 0, 0, .9) | | color: rgba(0, 0, 0, .9) |
| | } | | } |
| Line 4,281: |
Line 4,761: |
| | } | | } |
| | | | |
| − | .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { | + | .navbar-light .navbar-nav .nav-link:focus, |
| | + | .navbar-light .navbar-nav .nav-link:hover { |
| | color: rgba(0, 0, 0, .7) | | color: rgba(0, 0, 0, .7) |
| | } | | } |
| Line 4,289: |
Line 4,770: |
| | } | | } |
| | | | |
| − | .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link { | + | .navbar-light .navbar-nav .active>.nav-link, |
| | + | .navbar-light .navbar-nav .nav-link.active, |
| | + | .navbar-light .navbar-nav .nav-link.show, |
| | + | .navbar-light .navbar-nav .show>.nav-link { |
| | color: rgba(0, 0, 0, .9) | | color: rgba(0, 0, 0, .9) |
| | } | | } |
| Line 4,310: |
Line 4,794: |
| | } | | } |
| | | | |
| − | .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover { | + | .navbar-light .navbar-text a:focus, |
| | + | .navbar-light .navbar-text a:hover { |
| | color: rgba(0, 0, 0, .9) | | color: rgba(0, 0, 0, .9) |
| | } | | } |
| Line 4,318: |
Line 4,803: |
| | } | | } |
| | | | |
| − | .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover { | + | .navbar-dark .navbar-brand:focus, |
| | + | .navbar-dark .navbar-brand:hover { |
| | color: #fff | | color: #fff |
| | } | | } |
| Line 4,326: |
Line 4,812: |
| | } | | } |
| | | | |
| − | .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover { | + | .navbar-dark .navbar-nav .nav-link:focus, |
| | + | .navbar-dark .navbar-nav .nav-link:hover { |
| | color: rgba(255, 255, 255, .75) | | color: rgba(255, 255, 255, .75) |
| | } | | } |
| Line 4,334: |
Line 4,821: |
| | } | | } |
| | | | |
| − | .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link { | + | .navbar-dark .navbar-nav .active>.nav-link, |
| | + | .navbar-dark .navbar-nav .nav-link.active, |
| | + | .navbar-dark .navbar-nav .nav-link.show, |
| | + | .navbar-dark .navbar-nav .show>.nav-link { |
| | color: #fff | | color: #fff |
| | } | | } |
| Line 4,355: |
Line 4,845: |
| | } | | } |
| | | | |
| − | .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover { | + | .navbar-dark .navbar-text a:focus, |
| | + | .navbar-dark .navbar-text a:hover { |
| | color: #fff | | color: #fff |
| | } | | } |
| Line 4,373: |
Line 4,864: |
| | } | | } |
| | | | |
| − | .card > hr { | + | .card>hr { |
| | margin-right: 0; | | margin-right: 0; |
| | margin-left: 0 | | margin-left: 0 |
| | } | | } |
| | | | |
| − | .card > .list-group:first-child .list-group-item:first-child { | + | .card>.list-group:first-child .list-group-item:first-child { |
| | border-top-left-radius: .25rem; | | border-top-left-radius: .25rem; |
| | border-top-right-radius: .25rem | | border-top-right-radius: .25rem |
| | } | | } |
| | | | |
| − | .card > .list-group:last-child .list-group-item:last-child { | + | .card>.list-group:last-child .list-group-item:last-child { |
| | border-bottom-right-radius: .25rem; | | border-bottom-right-radius: .25rem; |
| | border-bottom-left-radius: .25rem | | border-bottom-left-radius: .25rem |
| Line 4,411: |
Line 4,902: |
| | } | | } |
| | | | |
| − | .card-link + .card-link { | + | .card-link+.card-link { |
| | margin-left: 1.25rem | | margin-left: 1.25rem |
| | } | | } |
| Line 4,426: |
Line 4,917: |
| | } | | } |
| | | | |
| − | .card-header + .list-group .list-group-item:first-child { | + | .card-header+.list-group .list-group-item:first-child { |
| | border-top: 0 | | border-top: 0 |
| | } | | } |
| Line 4,517: |
Line 5,008: |
| | } | | } |
| | | | |
| − | .card-group > .card { | + | .card-group>.card { |
| | margin-bottom: 15px | | margin-bottom: 15px |
| | } | | } |
| Line 4,527: |
Line 5,018: |
| | } | | } |
| | | | |
| − | .card-group > .card { | + | .card-group>.card { |
| | -ms-flex: 1 0 0%; | | -ms-flex: 1 0 0%; |
| | flex: 1 0 0%; | | flex: 1 0 0%; |
| Line 4,533: |
Line 5,024: |
| | } | | } |
| | | | |
| − | .card-group > .card + .card { | + | .card-group>.card+.card { |
| | margin-left: 0; | | margin-left: 0; |
| | border-left: 0 | | border-left: 0 |
| | } | | } |
| | | | |
| − | .card-group > .card:first-child { | + | .card-group>.card:first-child { |
| | border-top-right-radius: 0; | | border-top-right-radius: 0; |
| | border-bottom-right-radius: 0 | | border-bottom-right-radius: 0 |
| | } | | } |
| | | | |
| − | .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top { | + | .card-group>.card:first-child .card-header, |
| | + | .card-group>.card:first-child .card-img-top { |
| | border-top-right-radius: 0 | | border-top-right-radius: 0 |
| | } | | } |
| | | | |
| − | .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom { | + | .card-group>.card:first-child .card-footer, |
| | + | .card-group>.card:first-child .card-img-bottom { |
| | border-bottom-right-radius: 0 | | border-bottom-right-radius: 0 |
| | } | | } |
| | | | |
| − | .card-group > .card:last-child { | + | .card-group>.card:last-child { |
| | border-top-left-radius: 0; | | border-top-left-radius: 0; |
| | border-bottom-left-radius: 0 | | border-bottom-left-radius: 0 |
| | } | | } |
| | | | |
| − | .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top { | + | .card-group>.card:last-child .card-header, |
| | + | .card-group>.card:last-child .card-img-top { |
| | border-top-left-radius: 0 | | border-top-left-radius: 0 |
| | } | | } |
| | | | |
| − | .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom { | + | .card-group>.card:last-child .card-footer, |
| | + | .card-group>.card:last-child .card-img-bottom { |
| | border-bottom-left-radius: 0 | | border-bottom-left-radius: 0 |
| | } | | } |
| | | | |
| − | .card-group > .card:only-child { | + | .card-group>.card:only-child { |
| | border-radius: .25rem | | border-radius: .25rem |
| | } | | } |
| | | | |
| − | .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top { | + | .card-group>.card:only-child .card-header, |
| | + | .card-group>.card:only-child .card-img-top { |
| | border-top-left-radius: .25rem; | | border-top-left-radius: .25rem; |
| | border-top-right-radius: .25rem | | border-top-right-radius: .25rem |
| | } | | } |
| | | | |
| − | .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom { | + | .card-group>.card:only-child .card-footer, |
| | + | .card-group>.card:only-child .card-img-bottom { |
| | border-bottom-right-radius: .25rem; | | border-bottom-right-radius: .25rem; |
| | border-bottom-left-radius: .25rem | | border-bottom-left-radius: .25rem |
| | } | | } |
| | | | |
| − | .card-group > .card:not(:first-child):not(:last-child):not(:only-child) { | + | .card-group>.card:not(:first-child):not(:last-child):not(:only-child) { |
| | border-radius: 0 | | border-radius: 0 |
| | } | | } |
| | | | |
| − | .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top { | + | .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer, |
| | + | .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header, |
| | + | .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, |
| | + | .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top { |
| | border-radius: 0 | | border-radius: 0 |
| | } | | } |
| Line 4,641: |
Line 5,141: |
| | } | | } |
| | | | |
| − | .breadcrumb-item + .breadcrumb-item { | + | .breadcrumb-item+.breadcrumb-item { |
| | padding-left: .5rem | | padding-left: .5rem |
| | } | | } |
| | | | |
| − | .breadcrumb-item + .breadcrumb-item::before { | + | .breadcrumb-item+.breadcrumb-item::before { |
| | display: inline-block; | | display: inline-block; |
| | padding-right: .5rem; | | padding-right: .5rem; |
| Line 4,652: |
Line 5,152: |
| | } | | } |
| | | | |
| − | .breadcrumb-item + .breadcrumb-item:hover::before { | + | .breadcrumb-item+.breadcrumb-item:hover::before { |
| | text-decoration: underline | | text-decoration: underline |
| | } | | } |
| | | | |
| − | .breadcrumb-item + .breadcrumb-item:hover::before { | + | .breadcrumb-item+.breadcrumb-item:hover::before { |
| | text-decoration: none | | text-decoration: none |
| | } | | } |
| Line 4,791: |
Line 5,291: |
| | } | | } |
| | | | |
| − | .badge-primary[href]:focus, .badge-primary[href]:hover { | + | .badge-primary[href]:focus, |
| | + | .badge-primary[href]:hover { |
| | color: #fff; | | color: #fff; |
| | text-decoration: none; | | text-decoration: none; |
| Line 4,802: |
Line 5,303: |
| | } | | } |
| | | | |
| − | .badge-secondary[href]:focus, .badge-secondary[href]:hover { | + | .badge-secondary[href]:focus, |
| | + | .badge-secondary[href]:hover { |
| | color: #fff; | | color: #fff; |
| | text-decoration: none; | | text-decoration: none; |
| Line 4,813: |
Line 5,315: |
| | } | | } |
| | | | |
| − | .badge-success[href]:focus, .badge-success[href]:hover { | + | .badge-success[href]:focus, |
| | + | .badge-success[href]:hover { |
| | color: #fff; | | color: #fff; |
| | text-decoration: none; | | text-decoration: none; |
| Line 4,824: |
Line 5,327: |
| | } | | } |
| | | | |
| − | .badge-info[href]:focus, .badge-info[href]:hover { | + | .badge-info[href]:focus, |
| | + | .badge-info[href]:hover { |
| | color: #fff; | | color: #fff; |
| | text-decoration: none; | | text-decoration: none; |
| Line 4,835: |
Line 5,339: |
| | } | | } |
| | | | |
| − | .badge-warning[href]:focus, .badge-warning[href]:hover { | + | .badge-warning[href]:focus, |
| | + | .badge-warning[href]:hover { |
| | color: #212529; | | color: #212529; |
| | text-decoration: none; | | text-decoration: none; |
| Line 4,846: |
Line 5,351: |
| | } | | } |
| | | | |
| − | .badge-danger[href]:focus, .badge-danger[href]:hover { | + | .badge-danger[href]:focus, |
| | + | .badge-danger[href]:hover { |
| | color: #fff; | | color: #fff; |
| | text-decoration: none; | | text-decoration: none; |
| Line 4,857: |
Line 5,363: |
| | } | | } |
| | | | |
| − | .badge-light[href]:focus, .badge-light[href]:hover { | + | .badge-light[href]:focus, |
| | + | .badge-light[href]:hover { |
| | color: #212529; | | color: #212529; |
| | text-decoration: none; | | text-decoration: none; |
| Line 4,868: |
Line 5,375: |
| | } | | } |
| | | | |
| − | .badge-dark[href]:focus, .badge-dark[href]:hover { | + | .badge-dark[href]:focus, |
| | + | .badge-dark[href]:hover { |
| | color: #fff; | | color: #fff; |
| | text-decoration: none; | | text-decoration: none; |
| Line 5,037: |
Line 5,545: |
| | background-position: 1rem 0 | | background-position: 1rem 0 |
| | } | | } |
| | + | |
| | to { | | to { |
| | background-position: 0 0 | | background-position: 0 0 |
| Line 5,046: |
Line 5,555: |
| | background-position: 1rem 0 | | background-position: 1rem 0 |
| | } | | } |
| | + | |
| | to { | | to { |
| | background-position: 0 0 | | background-position: 0 0 |
| Line 5,118: |
Line 5,628: |
| | } | | } |
| | | | |
| − | .list-group-item-action:focus, .list-group-item-action:hover { | + | .list-group-item-action:focus, |
| | + | .list-group-item-action:hover { |
| | color: #495057; | | color: #495057; |
| | text-decoration: none; | | text-decoration: none; |
| Line 5,149: |
Line 5,660: |
| | } | | } |
| | | | |
| − | .list-group-item:focus, .list-group-item:hover { | + | .list-group-item:focus, |
| | + | .list-group-item:hover { |
| | z-index: 1; | | z-index: 1; |
| | text-decoration: none | | text-decoration: none |
| | } | | } |
| | | | |
| − | .list-group-item.disabled, .list-group-item:disabled { | + | .list-group-item.disabled, |
| | + | .list-group-item:disabled { |
| | color: #6c757d; | | color: #6c757d; |
| | background-color: #fff | | background-color: #fff |
| Line 5,185: |
Line 5,698: |
| | } | | } |
| | | | |
| − | .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover { | + | .list-group-item-primary.list-group-item-action:focus, |
| | + | .list-group-item-primary.list-group-item-action:hover { |
| | color: #004085; | | color: #004085; |
| | background-color: #9fcdff | | background-color: #9fcdff |
| Line 5,201: |
Line 5,715: |
| | } | | } |
| | | | |
| − | .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover { | + | .list-group-item-secondary.list-group-item-action:focus, |
| | + | .list-group-item-secondary.list-group-item-action:hover { |
| | color: #383d41; | | color: #383d41; |
| | background-color: #c8cbcf | | background-color: #c8cbcf |
| Line 5,217: |
Line 5,732: |
| | } | | } |
| | | | |
| − | .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover { | + | .list-group-item-success.list-group-item-action:focus, |
| | + | .list-group-item-success.list-group-item-action:hover { |
| | color: #155724; | | color: #155724; |
| | background-color: #b1dfbb | | background-color: #b1dfbb |
| Line 5,233: |
Line 5,749: |
| | } | | } |
| | | | |
| − | .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover { | + | .list-group-item-info.list-group-item-action:focus, |
| | + | .list-group-item-info.list-group-item-action:hover { |
| | color: #0c5460; | | color: #0c5460; |
| | background-color: #abdde5 | | background-color: #abdde5 |
| Line 5,249: |
Line 5,766: |
| | } | | } |
| | | | |
| − | .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover { | + | .list-group-item-warning.list-group-item-action:focus, |
| | + | .list-group-item-warning.list-group-item-action:hover { |
| | color: #856404; | | color: #856404; |
| | background-color: #ffe8a1 | | background-color: #ffe8a1 |
| Line 5,265: |
Line 5,783: |
| | } | | } |
| | | | |
| − | .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover { | + | .list-group-item-danger.list-group-item-action:focus, |
| | + | .list-group-item-danger.list-group-item-action:hover { |
| | color: #721c24; | | color: #721c24; |
| | background-color: #f1b0b7 | | background-color: #f1b0b7 |
| Line 5,281: |
Line 5,800: |
| | } | | } |
| | | | |
| − | .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover { | + | .list-group-item-light.list-group-item-action:focus, |
| | + | .list-group-item-light.list-group-item-action:hover { |
| | color: #818182; | | color: #818182; |
| | background-color: #ececf6 | | background-color: #ececf6 |
| Line 5,297: |
Line 5,817: |
| | } | | } |
| | | | |
| − | .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover { | + | .list-group-item-dark.list-group-item-action:focus, |
| | + | .list-group-item-dark.list-group-item-action:hover { |
| | color: #1b1e21; | | color: #1b1e21; |
| | background-color: #b9bbbe | | background-color: #b9bbbe |
| Line 5,318: |
Line 5,839: |
| | } | | } |
| | | | |
| − | .close:focus, .close:hover { | + | .close:focus, |
| | + | .close:hover { |
| | color: #000; | | color: #000; |
| | text-decoration: none; | | text-decoration: none; |
| Line 5,464: |
Line 5,986: |
| | } | | } |
| | | | |
| − | .modal-footer > :not(:first-child) { | + | .modal-footer> :not(:first-child) { |
| | margin-left: .25rem | | margin-left: .25rem |
| | } | | } |
| | | | |
| − | .modal-footer > :not(:last-child) { | + | .modal-footer> :not(:last-child) { |
| | margin-right: .25rem | | margin-right: .25rem |
| | } | | } |
| Line 5,543: |
Line 6,065: |
| | } | | } |
| | | | |
| − | .bs-tooltip-auto[x-placement^=top], .bs-tooltip-top { | + | .bs-tooltip-auto[x-placement^=top], |
| | + | .bs-tooltip-top { |
| | padding: .4rem 0 | | padding: .4rem 0 |
| | } | | } |
| | | | |
| − | .bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow { | + | .bs-tooltip-auto[x-placement^=top] .arrow, |
| | + | .bs-tooltip-top .arrow { |
| | bottom: 0 | | bottom: 0 |
| | } | | } |
| | | | |
| − | .bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before { | + | .bs-tooltip-auto[x-placement^=top] .arrow::before, |
| | + | .bs-tooltip-top .arrow::before { |
| | top: 0; | | top: 0; |
| | border-width: .4rem .4rem 0; | | border-width: .4rem .4rem 0; |
| Line 5,557: |
Line 6,082: |
| | } | | } |
| | | | |
| − | .bs-tooltip-auto[x-placement^=right], .bs-tooltip-right { | + | .bs-tooltip-auto[x-placement^=right], |
| | + | .bs-tooltip-right { |
| | padding: 0 .4rem | | padding: 0 .4rem |
| | } | | } |
| | | | |
| − | .bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow { | + | .bs-tooltip-auto[x-placement^=right] .arrow, |
| | + | .bs-tooltip-right .arrow { |
| | left: 0; | | left: 0; |
| | width: .4rem; | | width: .4rem; |
| Line 5,567: |
Line 6,094: |
| | } | | } |
| | | | |
| − | .bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before { | + | .bs-tooltip-auto[x-placement^=right] .arrow::before, |
| | + | .bs-tooltip-right .arrow::before { |
| | right: 0; | | right: 0; |
| | border-width: .4rem .4rem .4rem 0; | | border-width: .4rem .4rem .4rem 0; |
| Line 5,573: |
Line 6,101: |
| | } | | } |
| | | | |
| − | .bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom { | + | .bs-tooltip-auto[x-placement^=bottom], |
| | + | .bs-tooltip-bottom { |
| | padding: .4rem 0 | | padding: .4rem 0 |
| | } | | } |
| | | | |
| − | .bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow { | + | .bs-tooltip-auto[x-placement^=bottom] .arrow, |
| | + | .bs-tooltip-bottom .arrow { |
| | top: 0 | | top: 0 |
| | } | | } |
| | | | |
| − | .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before { | + | .bs-tooltip-auto[x-placement^=bottom] .arrow::before, |
| | + | .bs-tooltip-bottom .arrow::before { |
| | bottom: 0; | | bottom: 0; |
| | border-width: 0 .4rem .4rem; | | border-width: 0 .4rem .4rem; |
| Line 5,587: |
Line 6,118: |
| | } | | } |
| | | | |
| − | .bs-tooltip-auto[x-placement^=left], .bs-tooltip-left { | + | .bs-tooltip-auto[x-placement^=left], |
| | + | .bs-tooltip-left { |
| | padding: 0 .4rem | | padding: 0 .4rem |
| | } | | } |
| | | | |
| − | .bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow { | + | .bs-tooltip-auto[x-placement^=left] .arrow, |
| | + | .bs-tooltip-left .arrow { |
| | right: 0; | | right: 0; |
| | width: .4rem; | | width: .4rem; |
| Line 5,597: |
Line 6,130: |
| | } | | } |
| | | | |
| − | .bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before { | + | .bs-tooltip-auto[x-placement^=left] .arrow::before, |
| | + | .bs-tooltip-left .arrow::before { |
| | left: 0; | | left: 0; |
| | border-width: .4rem 0 .4rem .4rem; | | border-width: .4rem 0 .4rem .4rem; |
| Line 5,649: |
Line 6,183: |
| | } | | } |
| | | | |
| − | .popover .arrow::after, .popover .arrow::before { | + | .popover .arrow::after, |
| | + | .popover .arrow::before { |
| | position: absolute; | | position: absolute; |
| | display: block; | | display: block; |
| Line 5,657: |
Line 6,192: |
| | } | | } |
| | | | |
| − | .bs-popover-auto[x-placement^=top], .bs-popover-top { | + | .bs-popover-auto[x-placement^=top], |
| | + | .bs-popover-top { |
| | margin-bottom: .5rem | | margin-bottom: .5rem |
| | } | | } |
| | | | |
| − | .bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow { | + | .bs-popover-auto[x-placement^=top] .arrow, |
| | + | .bs-popover-top .arrow { |
| | bottom: calc((.5rem + 1px) * -1) | | bottom: calc((.5rem + 1px) * -1) |
| | } | | } |
| | | | |
| − | .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before { | + | .bs-popover-auto[x-placement^=top] .arrow::after, |
| | + | .bs-popover-auto[x-placement^=top] .arrow::before, |
| | + | .bs-popover-top .arrow::after, |
| | + | .bs-popover-top .arrow::before { |
| | border-width: .5rem .5rem 0 | | border-width: .5rem .5rem 0 |
| | } | | } |
| | | | |
| − | .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before { | + | .bs-popover-auto[x-placement^=top] .arrow::before, |
| | + | .bs-popover-top .arrow::before { |
| | bottom: 0; | | bottom: 0; |
| | border-top-color: rgba(0, 0, 0, .25) | | border-top-color: rgba(0, 0, 0, .25) |
| | } | | } |
| | | | |
| − | .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after { | + | .bs-popover-auto[x-placement^=top] .arrow::after, |
| | + | .bs-popover-top .arrow::after { |
| | bottom: 1px; | | bottom: 1px; |
| | border-top-color: #fff | | border-top-color: #fff |
| | } | | } |
| | | | |
| − | .bs-popover-auto[x-placement^=right], .bs-popover-right { | + | .bs-popover-auto[x-placement^=right], |
| | + | .bs-popover-right { |
| | margin-left: .5rem | | margin-left: .5rem |
| | } | | } |
| | | | |
| − | .bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow { | + | .bs-popover-auto[x-placement^=right] .arrow, |
| | + | .bs-popover-right .arrow { |
| | left: calc((.5rem + 1px) * -1); | | left: calc((.5rem + 1px) * -1); |
| | width: .5rem; | | width: .5rem; |
| Line 5,690: |
Line 6,234: |
| | } | | } |
| | | | |
| − | .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before { | + | .bs-popover-auto[x-placement^=right] .arrow::after, |
| | + | .bs-popover-auto[x-placement^=right] .arrow::before, |
| | + | .bs-popover-right .arrow::after, |
| | + | .bs-popover-right .arrow::before { |
| | border-width: .5rem .5rem .5rem 0 | | border-width: .5rem .5rem .5rem 0 |
| | } | | } |
| | | | |
| − | .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before { | + | .bs-popover-auto[x-placement^=right] .arrow::before, |
| | + | .bs-popover-right .arrow::before { |
| | left: 0; | | left: 0; |
| | border-right-color: rgba(0, 0, 0, .25) | | border-right-color: rgba(0, 0, 0, .25) |
| | } | | } |
| | | | |
| − | .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after { | + | .bs-popover-auto[x-placement^=right] .arrow::after, |
| | + | .bs-popover-right .arrow::after { |
| | left: 1px; | | left: 1px; |
| | border-right-color: #fff | | border-right-color: #fff |
| | } | | } |
| | | | |
| − | .bs-popover-auto[x-placement^=bottom], .bs-popover-bottom { | + | .bs-popover-auto[x-placement^=bottom], |
| | + | .bs-popover-bottom { |
| | margin-top: .5rem | | margin-top: .5rem |
| | } | | } |
| | | | |
| − | .bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow { | + | .bs-popover-auto[x-placement^=bottom] .arrow, |
| | + | .bs-popover-bottom .arrow { |
| | top: calc((.5rem + 1px) * -1) | | top: calc((.5rem + 1px) * -1) |
| | } | | } |
| | | | |
| − | .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before { | + | .bs-popover-auto[x-placement^=bottom] .arrow::after, |
| | + | .bs-popover-auto[x-placement^=bottom] .arrow::before, |
| | + | .bs-popover-bottom .arrow::after, |
| | + | .bs-popover-bottom .arrow::before { |
| | border-width: 0 .5rem .5rem .5rem | | border-width: 0 .5rem .5rem .5rem |
| | } | | } |
| | | | |
| − | .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before { | + | .bs-popover-auto[x-placement^=bottom] .arrow::before, |
| | + | .bs-popover-bottom .arrow::before { |
| | top: 0; | | top: 0; |
| | border-bottom-color: rgba(0, 0, 0, .25) | | border-bottom-color: rgba(0, 0, 0, .25) |
| | } | | } |
| | | | |
| − | .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after { | + | .bs-popover-auto[x-placement^=bottom] .arrow::after, |
| | + | .bs-popover-bottom .arrow::after { |
| | top: 1px; | | top: 1px; |
| | border-bottom-color: #fff | | border-bottom-color: #fff |
| | } | | } |
| | | | |
| − | .bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before { | + | .bs-popover-auto[x-placement^=bottom] .popover-header::before, |
| | + | .bs-popover-bottom .popover-header::before { |
| | position: absolute; | | position: absolute; |
| | top: 0; | | top: 0; |
| Line 5,737: |
Line 6,294: |
| | } | | } |
| | | | |
| − | .bs-popover-auto[x-placement^=left], .bs-popover-left { | + | .bs-popover-auto[x-placement^=left], |
| | + | .bs-popover-left { |
| | margin-right: .5rem | | margin-right: .5rem |
| | } | | } |
| | | | |
| − | .bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow { | + | .bs-popover-auto[x-placement^=left] .arrow, |
| | + | .bs-popover-left .arrow { |
| | right: calc((.5rem + 1px) * -1); | | right: calc((.5rem + 1px) * -1); |
| | width: .5rem; | | width: .5rem; |
| Line 5,748: |
Line 6,307: |
| | } | | } |
| | | | |
| − | .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before { | + | .bs-popover-auto[x-placement^=left] .arrow::after, |
| | + | .bs-popover-auto[x-placement^=left] .arrow::before, |
| | + | .bs-popover-left .arrow::after, |
| | + | .bs-popover-left .arrow::before { |
| | border-width: .5rem 0 .5rem .5rem | | border-width: .5rem 0 .5rem .5rem |
| | } | | } |
| | | | |
| − | .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before { | + | .bs-popover-auto[x-placement^=left] .arrow::before, |
| | + | .bs-popover-left .arrow::before { |
| | right: 0; | | right: 0; |
| | border-left-color: rgba(0, 0, 0, .25) | | border-left-color: rgba(0, 0, 0, .25) |
| | } | | } |
| | | | |
| − | .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after { | + | .bs-popover-auto[x-placement^=left] .arrow::after, |
| | + | .bs-popover-left .arrow::after { |
| | right: 1px; | | right: 1px; |
| | border-left-color: #fff | | border-left-color: #fff |
| Line 5,813: |
Line 6,377: |
| | } | | } |
| | | | |
| − | .carousel-item-next, .carousel-item-prev, .carousel-item.active { | + | .carousel-item-next, |
| | + | .carousel-item-prev, |
| | + | .carousel-item.active { |
| | display: block | | display: block |
| | } | | } |
| | | | |
| − | .carousel-item-next, .carousel-item-prev { | + | .carousel-item-next, |
| | + | .carousel-item-prev { |
| | position: absolute; | | position: absolute; |
| | top: 0 | | top: 0 |
| | } | | } |
| | | | |
| − | .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right { | + | .carousel-item-next.carousel-item-left, |
| | + | .carousel-item-prev.carousel-item-right { |
| | -webkit-transform: translateX(0); | | -webkit-transform: translateX(0); |
| | transform: translateX(0) | | transform: translateX(0) |
| Line 5,828: |
Line 6,396: |
| | | | |
| | @supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) { | | @supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) { |
| − | .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right { | + | |
| | + | .carousel-item-next.carousel-item-left, |
| | + | .carousel-item-prev.carousel-item-right { |
| | -webkit-transform: translate3d(0, 0, 0); | | -webkit-transform: translate3d(0, 0, 0); |
| | transform: translate3d(0, 0, 0) | | transform: translate3d(0, 0, 0) |
| Line 5,834: |
Line 6,404: |
| | } | | } |
| | | | |
| − | .active.carousel-item-right, .carousel-item-next { | + | .active.carousel-item-right, |
| | + | .carousel-item-next { |
| | -webkit-transform: translateX(100%); | | -webkit-transform: translateX(100%); |
| | transform: translateX(100%) | | transform: translateX(100%) |
| Line 5,840: |
Line 6,411: |
| | | | |
| | @supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) { | | @supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) { |
| − | .active.carousel-item-right, .carousel-item-next { | + | |
| | + | .active.carousel-item-right, |
| | + | .carousel-item-next { |
| | -webkit-transform: translate3d(100%, 0, 0); | | -webkit-transform: translate3d(100%, 0, 0); |
| | transform: translate3d(100%, 0, 0) | | transform: translate3d(100%, 0, 0) |
| Line 5,846: |
Line 6,419: |
| | } | | } |
| | | | |
| − | .active.carousel-item-left, .carousel-item-prev { | + | .active.carousel-item-left, |
| | + | .carousel-item-prev { |
| | -webkit-transform: translateX(-100%); | | -webkit-transform: translateX(-100%); |
| | transform: translateX(-100%) | | transform: translateX(-100%) |
| Line 5,852: |
Line 6,426: |
| | | | |
| | @supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) { | | @supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) { |
| − | .active.carousel-item-left, .carousel-item-prev { | + | |
| | + | .active.carousel-item-left, |
| | + | .carousel-item-prev { |
| | -webkit-transform: translate3d(-100%, 0, 0); | | -webkit-transform: translate3d(-100%, 0, 0); |
| | transform: translate3d(-100%, 0, 0) | | transform: translate3d(-100%, 0, 0) |
| Line 5,864: |
Line 6,440: |
| | } | | } |
| | | | |
| − | .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active { | + | .carousel-fade .carousel-item-next.carousel-item-left, |
| | + | .carousel-fade .carousel-item-prev.carousel-item-right, |
| | + | .carousel-fade .carousel-item.active { |
| | opacity: 1 | | opacity: 1 |
| | } | | } |
| | | | |
| − | .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right { | + | .carousel-fade .active.carousel-item-left, |
| | + | .carousel-fade .active.carousel-item-right { |
| | opacity: 0 | | opacity: 0 |
| | } | | } |
| | | | |
| − | .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active { | + | .carousel-fade .active.carousel-item-left, |
| | + | .carousel-fade .active.carousel-item-prev, |
| | + | .carousel-fade .carousel-item-next, |
| | + | .carousel-fade .carousel-item-prev, |
| | + | .carousel-fade .carousel-item.active { |
| | -webkit-transform: translateX(0); | | -webkit-transform: translateX(0); |
| | transform: translateX(0) | | transform: translateX(0) |
| Line 5,878: |
Line 6,461: |
| | | | |
| | @supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) { | | @supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) { |
| − | .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active { | + | |
| | + | .carousel-fade .active.carousel-item-left, |
| | + | .carousel-fade .active.carousel-item-prev, |
| | + | .carousel-fade .carousel-item-next, |
| | + | .carousel-fade .carousel-item-prev, |
| | + | .carousel-fade .carousel-item.active { |
| | -webkit-transform: translate3d(0, 0, 0); | | -webkit-transform: translate3d(0, 0, 0); |
| | transform: translate3d(0, 0, 0) | | transform: translate3d(0, 0, 0) |
| Line 5,884: |
Line 6,472: |
| | } | | } |
| | | | |
| − | .carousel-control-next, .carousel-control-prev { | + | .carousel-control-next, |
| | + | .carousel-control-prev { |
| | position: absolute; | | position: absolute; |
| | top: 0; | | top: 0; |
| Line 5,900: |
Line 6,489: |
| | } | | } |
| | | | |
| − | .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover { | + | .carousel-control-next:focus, |
| | + | .carousel-control-next:hover, |
| | + | .carousel-control-prev:focus, |
| | + | .carousel-control-prev:hover { |
| | color: #fff; | | color: #fff; |
| | text-decoration: none; | | text-decoration: none; |
| Line 5,915: |
Line 6,507: |
| | } | | } |
| | | | |
| − | .carousel-control-next-icon, .carousel-control-prev-icon { | + | .carousel-control-next-icon, |
| | + | .carousel-control-prev-icon { |
| | display: inline-block; | | display: inline-block; |
| | width: 20px; | | width: 20px; |
| Line 6,023: |
Line 6,616: |
| | } | | } |
| | | | |
| − | a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover { | + | a.bg-primary:focus, |
| | + | a.bg-primary:hover, |
| | + | button.bg-primary:focus, |
| | + | button.bg-primary:hover { |
| | background-color: #0062cc !important | | background-color: #0062cc !important |
| | } | | } |
| Line 6,031: |
Line 6,627: |
| | } | | } |
| | | | |
| − | a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover { | + | a.bg-secondary:focus, |
| | + | a.bg-secondary:hover, |
| | + | button.bg-secondary:focus, |
| | + | button.bg-secondary:hover { |
| | background-color: #545b62 !important | | background-color: #545b62 !important |
| | } | | } |
| Line 6,039: |
Line 6,638: |
| | } | | } |
| | | | |
| − | a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover { | + | a.bg-success:focus, |
| | + | a.bg-success:hover, |
| | + | button.bg-success:focus, |
| | + | button.bg-success:hover { |
| | background-color: #1e7e34 !important | | background-color: #1e7e34 !important |
| | } | | } |
| Line 6,047: |
Line 6,649: |
| | } | | } |
| | | | |
| − | a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover { | + | a.bg-info:focus, |
| | + | a.bg-info:hover, |
| | + | button.bg-info:focus, |
| | + | button.bg-info:hover { |
| | background-color: #117a8b !important | | background-color: #117a8b !important |
| | } | | } |
| Line 6,055: |
Line 6,660: |
| | } | | } |
| | | | |
| − | a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover { | + | a.bg-warning:focus, |
| | + | a.bg-warning:hover, |
| | + | button.bg-warning:focus, |
| | + | button.bg-warning:hover { |
| | background-color: #d39e00 !important | | background-color: #d39e00 !important |
| | } | | } |
| Line 6,063: |
Line 6,671: |
| | } | | } |
| | | | |
| − | a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover { | + | a.bg-danger:focus, |
| | + | a.bg-danger:hover, |
| | + | button.bg-danger:focus, |
| | + | button.bg-danger:hover { |
| | background-color: #bd2130 !important | | background-color: #bd2130 !important |
| | } | | } |
| Line 6,071: |
Line 6,682: |
| | } | | } |
| | | | |
| − | a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover { | + | a.bg-light:focus, |
| | + | a.bg-light:hover, |
| | + | button.bg-light:focus, |
| | + | button.bg-light:hover { |
| | background-color: #dae0e5 !important | | background-color: #dae0e5 !important |
| | } | | } |
| Line 6,079: |
Line 6,693: |
| | } | | } |
| | | | |
| − | a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover { | + | a.bg-dark:focus, |
| | + | a.bg-dark:hover, |
| | + | button.bg-dark:focus, |
| | + | button.bg-dark:hover { |
| | background-color: #1d2124 !important | | background-color: #1d2124 !important |
| | } | | } |
| Line 6,456: |
Line 7,073: |
| | } | | } |
| | | | |
| − | .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video { | + | .embed-responsive .embed-responsive-item, |
| | + | .embed-responsive embed, |
| | + | .embed-responsive iframe, |
| | + | .embed-responsive object, |
| | + | .embed-responsive video { |
| | position: absolute; | | position: absolute; |
| | top: 0; | | top: 0; |
| Line 7,465: |
Line 8,086: |
| | } | | } |
| | | | |
| − | .sr-only-focusable:active, .sr-only-focusable:focus { | + | .sr-only-focusable:active, |
| | + | .sr-only-focusable:focus { |
| | position: static; | | position: static; |
| | width: auto; | | width: auto; |
| Line 7,542: |
Line 8,164: |
| | } | | } |
| | | | |
| − | .mt-0, .my-0 { | + | .mt-0, |
| | + | .my-0 { |
| | margin-top: 0 !important | | margin-top: 0 !important |
| | } | | } |
| | | | |
| − | .mr-0, .mx-0 { | + | .mr-0, |
| | + | .mx-0 { |
| | margin-right: 0 !important | | margin-right: 0 !important |
| | } | | } |
| | | | |
| − | .mb-0, .my-0 { | + | .mb-0, |
| | + | .my-0 { |
| | margin-bottom: 0 !important | | margin-bottom: 0 !important |
| | } | | } |
| | | | |
| − | .ml-0, .mx-0 { | + | .ml-0, |
| | + | .mx-0 { |
| | margin-left: 0 !important | | margin-left: 0 !important |
| | } | | } |
| Line 7,562: |
Line 8,188: |
| | } | | } |
| | | | |
| − | .mt-1, .my-1 { | + | .mt-1, |
| | + | .my-1 { |
| | margin-top: .25rem !important | | margin-top: .25rem !important |
| | } | | } |
| | | | |
| − | .mr-1, .mx-1 { | + | .mr-1, |
| | + | .mx-1 { |
| | margin-right: .25rem !important | | margin-right: .25rem !important |
| | } | | } |
| | | | |
| − | .mb-1, .my-1 { | + | .mb-1, |
| | + | .my-1 { |
| | margin-bottom: .25rem !important | | margin-bottom: .25rem !important |
| | } | | } |
| | | | |
| − | .ml-1, .mx-1 { | + | .ml-1, |
| | + | .mx-1 { |
| | margin-left: .25rem !important | | margin-left: .25rem !important |
| | } | | } |
| Line 7,582: |
Line 8,212: |
| | } | | } |
| | | | |
| − | .mt-2, .my-2 { | + | .mt-2, |
| | + | .my-2 { |
| | margin-top: .5rem !important | | margin-top: .5rem !important |
| | } | | } |
| | | | |
| − | .mr-2, .mx-2 { | + | .mr-2, |
| | + | .mx-2 { |
| | margin-right: .5rem !important | | margin-right: .5rem !important |
| | } | | } |
| | | | |
| − | .mb-2, .my-2 { | + | .mb-2, |
| | + | .my-2 { |
| | margin-bottom: .5rem !important | | margin-bottom: .5rem !important |
| | } | | } |
| | | | |
| − | .ml-2, .mx-2 { | + | .ml-2, |
| | + | .mx-2 { |
| | margin-left: .5rem !important | | margin-left: .5rem !important |
| | } | | } |
| Line 7,602: |
Line 8,236: |
| | } | | } |
| | | | |
| − | .mt-3, .my-3 { | + | .mt-3, |
| | + | .my-3 { |
| | margin-top: 1rem !important | | margin-top: 1rem !important |
| | } | | } |
| | | | |
| − | .mr-3, .mx-3 { | + | .mr-3, |
| | + | .mx-3 { |
| | margin-right: 1rem !important | | margin-right: 1rem !important |
| | } | | } |
| | | | |
| − | .mb-3, .my-3 { | + | .mb-3, |
| | + | .my-3 { |
| | margin-bottom: 1rem !important | | margin-bottom: 1rem !important |
| | } | | } |
| | | | |
| − | .ml-3, .mx-3 { | + | .ml-3, |
| | + | .mx-3 { |
| | margin-left: 1rem !important | | margin-left: 1rem !important |
| | } | | } |
| Line 7,622: |
Line 8,260: |
| | } | | } |
| | | | |
| − | .mt-4, .my-4 { | + | .mt-4, |
| | + | .my-4 { |
| | margin-top: 1.5rem !important | | margin-top: 1.5rem !important |
| | } | | } |
| | | | |
| − | .mr-4, .mx-4 { | + | .mr-4, |
| | + | .mx-4 { |
| | margin-right: 1.5rem !important | | margin-right: 1.5rem !important |
| | } | | } |
| | | | |
| − | .mb-4, .my-4 { | + | .mb-4, |
| | + | .my-4 { |
| | margin-bottom: 1.5rem !important | | margin-bottom: 1.5rem !important |
| | } | | } |
| | | | |
| − | .ml-4, .mx-4 { | + | .ml-4, |
| | + | .mx-4 { |
| | margin-left: 1.5rem !important | | margin-left: 1.5rem !important |
| | } | | } |
| Line 7,642: |
Line 8,284: |
| | } | | } |
| | | | |
| − | .mt-5, .my-5 { | + | .mt-5, |
| | + | .my-5 { |
| | margin-top: 3rem !important | | margin-top: 3rem !important |
| | } | | } |
| | | | |
| − | .mr-5, .mx-5 { | + | .mr-5, |
| | + | .mx-5 { |
| | margin-right: 3rem !important | | margin-right: 3rem !important |
| | } | | } |
| | | | |
| − | .mb-5, .my-5 { | + | .mb-5, |
| | + | .my-5 { |
| | margin-bottom: 3rem !important | | margin-bottom: 3rem !important |
| | } | | } |
| | | | |
| − | .ml-5, .mx-5 { | + | .ml-5, |
| | + | .mx-5 { |
| | margin-left: 3rem !important | | margin-left: 3rem !important |
| | } | | } |
| Line 7,662: |
Line 8,308: |
| | } | | } |
| | | | |
| − | .pt-0, .py-0 { | + | .pt-0, |
| | + | .py-0 { |
| | padding-top: 0 !important | | padding-top: 0 !important |
| | } | | } |
| | | | |
| − | .pr-0, .px-0 { | + | .pr-0, |
| | + | .px-0 { |
| | padding-right: 0 !important | | padding-right: 0 !important |
| | } | | } |
| | | | |
| − | .pb-0, .py-0 { | + | .pb-0, |
| | + | .py-0 { |
| | padding-bottom: 0 !important | | padding-bottom: 0 !important |
| | } | | } |
| | | | |
| − | .pl-0, .px-0 { | + | .pl-0, |
| | + | .px-0 { |
| | padding-left: 0 !important | | padding-left: 0 !important |
| | } | | } |
| Line 7,682: |
Line 8,332: |
| | } | | } |
| | | | |
| − | .pt-1, .py-1 { | + | .pt-1, |
| | + | .py-1 { |
| | padding-top: .25rem !important | | padding-top: .25rem !important |
| | } | | } |
| | | | |
| − | .pr-1, .px-1 { | + | .pr-1, |
| | + | .px-1 { |
| | padding-right: .25rem !important | | padding-right: .25rem !important |
| | } | | } |
| | | | |
| − | .pb-1, .py-1 { | + | .pb-1, |
| | + | .py-1 { |
| | padding-bottom: .25rem !important | | padding-bottom: .25rem !important |
| | } | | } |
| | | | |
| − | .pl-1, .px-1 { | + | .pl-1, |
| | + | .px-1 { |
| | padding-left: .25rem !important | | padding-left: .25rem !important |
| | } | | } |
| Line 7,702: |
Line 8,356: |
| | } | | } |
| | | | |
| − | .pt-2, .py-2 { | + | .pt-2, |
| | + | .py-2 { |
| | padding-top: .5rem !important | | padding-top: .5rem !important |
| | } | | } |
| | | | |
| − | .pr-2, .px-2 { | + | .pr-2, |
| | + | .px-2 { |
| | padding-right: .5rem !important | | padding-right: .5rem !important |
| | } | | } |
| | | | |
| − | .pb-2, .py-2 { | + | .pb-2, |
| | + | .py-2 { |
| | padding-bottom: .5rem !important | | padding-bottom: .5rem !important |
| | } | | } |
| | | | |
| − | .pl-2, .px-2 { | + | .pl-2, |
| | + | .px-2 { |
| | padding-left: .5rem !important | | padding-left: .5rem !important |
| | } | | } |
| Line 7,722: |
Line 8,380: |
| | } | | } |
| | | | |
| − | .pt-3, .py-3 { | + | .pt-3, |
| | + | .py-3 { |
| | padding-top: 1rem !important | | padding-top: 1rem !important |
| | } | | } |
| | | | |
| − | .pr-3, .px-3 { | + | .pr-3, |
| | + | .px-3 { |
| | padding-right: 1rem !important | | padding-right: 1rem !important |
| | } | | } |
| | | | |
| − | .pb-3, .py-3 { | + | .pb-3, |
| | + | .py-3 { |
| | padding-bottom: 1rem !important | | padding-bottom: 1rem !important |
| | } | | } |
| | | | |
| − | .pl-3, .px-3 { | + | .pl-3, |
| | + | .px-3 { |
| | padding-left: 1rem !important | | padding-left: 1rem !important |
| | } | | } |
| Line 7,742: |
Line 8,404: |
| | } | | } |
| | | | |
| − | .pt-4, .py-4 { | + | .pt-4, |
| | + | .py-4 { |
| | padding-top: 1.5rem !important | | padding-top: 1.5rem !important |
| | } | | } |
| | | | |
| − | .pr-4, .px-4 { | + | .pr-4, |
| | + | .px-4 { |
| | padding-right: 1.5rem !important | | padding-right: 1.5rem !important |
| | } | | } |
| | | | |
| − | .pb-4, .py-4 { | + | .pb-4, |
| | + | .py-4 { |
| | padding-bottom: 1.5rem !important | | padding-bottom: 1.5rem !important |
| | } | | } |
| | | | |
| − | .pl-4, .px-4 { | + | .pl-4, |
| | + | .px-4 { |
| | padding-left: 1.5rem !important | | padding-left: 1.5rem !important |
| | } | | } |
| Line 7,762: |
Line 8,428: |
| | } | | } |
| | | | |
| − | .pt-5, .py-5 { | + | .pt-5, |
| | + | .py-5 { |
| | padding-top: 3rem !important | | padding-top: 3rem !important |
| | } | | } |
| | | | |
| − | .pr-5, .px-5 { | + | .pr-5, |
| | + | .px-5 { |
| | padding-right: 3rem !important | | padding-right: 3rem !important |
| | } | | } |
| | | | |
| − | .pb-5, .py-5 { | + | .pb-5, |
| | + | .py-5 { |
| | padding-bottom: 3rem !important | | padding-bottom: 3rem !important |
| | } | | } |
| | | | |
| − | .pl-5, .px-5 { | + | .pl-5, |
| | + | .px-5 { |
| | padding-left: 3rem !important | | padding-left: 3rem !important |
| | } | | } |
| Line 7,782: |
Line 8,452: |
| | } | | } |
| | | | |
| − | .mt-auto, .my-auto { | + | .mt-auto, |
| | + | .my-auto { |
| | margin-top: auto !important | | margin-top: auto !important |
| | } | | } |
| | | | |
| − | .mr-auto, .mx-auto { | + | .mr-auto, |
| | + | .mx-auto { |
| | margin-right: auto !important | | margin-right: auto !important |
| | } | | } |
| | | | |
| − | .mb-auto, .my-auto { | + | .mb-auto, |
| | + | .my-auto { |
| | margin-bottom: auto !important | | margin-bottom: auto !important |
| | } | | } |
| | | | |
| − | .ml-auto, .mx-auto { | + | .ml-auto, |
| | + | .mx-auto { |
| | margin-left: auto !important | | margin-left: auto !important |
| | } | | } |
| Line 7,803: |
Line 8,477: |
| | } | | } |
| | | | |
| − | .mt-sm-0, .my-sm-0 { | + | .mt-sm-0, |
| | + | .my-sm-0 { |
| | margin-top: 0 !important | | margin-top: 0 !important |
| | } | | } |
| | | | |
| − | .mr-sm-0, .mx-sm-0 { | + | .mr-sm-0, |
| | + | .mx-sm-0 { |
| | margin-right: 0 !important | | margin-right: 0 !important |
| | } | | } |
| | | | |
| − | .mb-sm-0, .my-sm-0 { | + | .mb-sm-0, |
| | + | .my-sm-0 { |
| | margin-bottom: 0 !important | | margin-bottom: 0 !important |
| | } | | } |
| | | | |
| − | .ml-sm-0, .mx-sm-0 { | + | .ml-sm-0, |
| | + | .mx-sm-0 { |
| | margin-left: 0 !important | | margin-left: 0 !important |
| | } | | } |
| Line 7,823: |
Line 8,501: |
| | } | | } |
| | | | |
| − | .mt-sm-1, .my-sm-1 { | + | .mt-sm-1, |
| | + | .my-sm-1 { |
| | margin-top: .25rem !important | | margin-top: .25rem !important |
| | } | | } |
| | | | |
| − | .mr-sm-1, .mx-sm-1 { | + | .mr-sm-1, |
| | + | .mx-sm-1 { |
| | margin-right: .25rem !important | | margin-right: .25rem !important |
| | } | | } |
| | | | |
| − | .mb-sm-1, .my-sm-1 { | + | .mb-sm-1, |
| | + | .my-sm-1 { |
| | margin-bottom: .25rem !important | | margin-bottom: .25rem !important |
| | } | | } |
| | | | |
| − | .ml-sm-1, .mx-sm-1 { | + | .ml-sm-1, |
| | + | .mx-sm-1 { |
| | margin-left: .25rem !important | | margin-left: .25rem !important |
| | } | | } |
| Line 7,843: |
Line 8,525: |
| | } | | } |
| | | | |
| − | .mt-sm-2, .my-sm-2 { | + | .mt-sm-2, |
| | + | .my-sm-2 { |
| | margin-top: .5rem !important | | margin-top: .5rem !important |
| | } | | } |
| | | | |
| − | .mr-sm-2, .mx-sm-2 { | + | .mr-sm-2, |
| | + | .mx-sm-2 { |
| | margin-right: .5rem !important | | margin-right: .5rem !important |
| | } | | } |
| | | | |
| − | .mb-sm-2, .my-sm-2 { | + | .mb-sm-2, |
| | + | .my-sm-2 { |
| | margin-bottom: .5rem !important | | margin-bottom: .5rem !important |
| | } | | } |
| | | | |
| − | .ml-sm-2, .mx-sm-2 { | + | .ml-sm-2, |
| | + | .mx-sm-2 { |
| | margin-left: .5rem !important | | margin-left: .5rem !important |
| | } | | } |
| Line 7,863: |
Line 8,549: |
| | } | | } |
| | | | |
| − | .mt-sm-3, .my-sm-3 { | + | .mt-sm-3, |
| | + | .my-sm-3 { |
| | margin-top: 1rem !important | | margin-top: 1rem !important |
| | } | | } |
| | | | |
| − | .mr-sm-3, .mx-sm-3 { | + | .mr-sm-3, |
| | + | .mx-sm-3 { |
| | margin-right: 1rem !important | | margin-right: 1rem !important |
| | } | | } |
| | | | |
| − | .mb-sm-3, .my-sm-3 { | + | .mb-sm-3, |
| | + | .my-sm-3 { |
| | margin-bottom: 1rem !important | | margin-bottom: 1rem !important |
| | } | | } |
| | | | |
| − | .ml-sm-3, .mx-sm-3 { | + | .ml-sm-3, |
| | + | .mx-sm-3 { |
| | margin-left: 1rem !important | | margin-left: 1rem !important |
| | } | | } |
| Line 7,883: |
Line 8,573: |
| | } | | } |
| | | | |
| − | .mt-sm-4, .my-sm-4 { | + | .mt-sm-4, |
| | + | .my-sm-4 { |
| | margin-top: 1.5rem !important | | margin-top: 1.5rem !important |
| | } | | } |
| | | | |
| − | .mr-sm-4, .mx-sm-4 { | + | .mr-sm-4, |
| | + | .mx-sm-4 { |
| | margin-right: 1.5rem !important | | margin-right: 1.5rem !important |
| | } | | } |
| | | | |
| − | .mb-sm-4, .my-sm-4 { | + | .mb-sm-4, |
| | + | .my-sm-4 { |
| | margin-bottom: 1.5rem !important | | margin-bottom: 1.5rem !important |
| | } | | } |
| | | | |
| − | .ml-sm-4, .mx-sm-4 { | + | .ml-sm-4, |
| | + | .mx-sm-4 { |
| | margin-left: 1.5rem !important | | margin-left: 1.5rem !important |
| | } | | } |
| Line 7,903: |
Line 8,597: |
| | } | | } |
| | | | |
| − | .mt-sm-5, .my-sm-5 { | + | .mt-sm-5, |
| | + | .my-sm-5 { |
| | margin-top: 3rem !important | | margin-top: 3rem !important |
| | } | | } |
| | | | |
| − | .mr-sm-5, .mx-sm-5 { | + | .mr-sm-5, |
| | + | .mx-sm-5 { |
| | margin-right: 3rem !important | | margin-right: 3rem !important |
| | } | | } |
| | | | |
| − | .mb-sm-5, .my-sm-5 { | + | .mb-sm-5, |
| | + | .my-sm-5 { |
| | margin-bottom: 3rem !important | | margin-bottom: 3rem !important |
| | } | | } |
| | | | |
| − | .ml-sm-5, .mx-sm-5 { | + | .ml-sm-5, |
| | + | .mx-sm-5 { |
| | margin-left: 3rem !important | | margin-left: 3rem !important |
| | } | | } |
| Line 7,923: |
Line 8,621: |
| | } | | } |
| | | | |
| − | .pt-sm-0, .py-sm-0 { | + | .pt-sm-0, |
| | + | .py-sm-0 { |
| | padding-top: 0 !important | | padding-top: 0 !important |
| | } | | } |
| | | | |
| − | .pr-sm-0, .px-sm-0 { | + | .pr-sm-0, |
| | + | .px-sm-0 { |
| | padding-right: 0 !important | | padding-right: 0 !important |
| | } | | } |
| | | | |
| − | .pb-sm-0, .py-sm-0 { | + | .pb-sm-0, |
| | + | .py-sm-0 { |
| | padding-bottom: 0 !important | | padding-bottom: 0 !important |
| | } | | } |
| | | | |
| − | .pl-sm-0, .px-sm-0 { | + | .pl-sm-0, |
| | + | .px-sm-0 { |
| | padding-left: 0 !important | | padding-left: 0 !important |
| | } | | } |
| Line 7,943: |
Line 8,645: |
| | } | | } |
| | | | |
| − | .pt-sm-1, .py-sm-1 { | + | .pt-sm-1, |
| | + | .py-sm-1 { |
| | padding-top: .25rem !important | | padding-top: .25rem !important |
| | } | | } |
| | | | |
| − | .pr-sm-1, .px-sm-1 { | + | .pr-sm-1, |
| | + | .px-sm-1 { |
| | padding-right: .25rem !important | | padding-right: .25rem !important |
| | } | | } |
| | | | |
| − | .pb-sm-1, .py-sm-1 { | + | .pb-sm-1, |
| | + | .py-sm-1 { |
| | padding-bottom: .25rem !important | | padding-bottom: .25rem !important |
| | } | | } |
| | | | |
| − | .pl-sm-1, .px-sm-1 { | + | .pl-sm-1, |
| | + | .px-sm-1 { |
| | padding-left: .25rem !important | | padding-left: .25rem !important |
| | } | | } |
| Line 7,963: |
Line 8,669: |
| | } | | } |
| | | | |
| − | .pt-sm-2, .py-sm-2 { | + | .pt-sm-2, |
| | + | .py-sm-2 { |
| | padding-top: .5rem !important | | padding-top: .5rem !important |
| | } | | } |
| | | | |
| − | .pr-sm-2, .px-sm-2 { | + | .pr-sm-2, |
| | + | .px-sm-2 { |
| | padding-right: .5rem !important | | padding-right: .5rem !important |
| | } | | } |
| | | | |
| − | .pb-sm-2, .py-sm-2 { | + | .pb-sm-2, |
| | + | .py-sm-2 { |
| | padding-bottom: .5rem !important | | padding-bottom: .5rem !important |
| | } | | } |
| | | | |
| − | .pl-sm-2, .px-sm-2 { | + | .pl-sm-2, |
| | + | .px-sm-2 { |
| | padding-left: .5rem !important | | padding-left: .5rem !important |
| | } | | } |
| Line 7,983: |
Line 8,693: |
| | } | | } |
| | | | |
| − | .pt-sm-3, .py-sm-3 { | + | .pt-sm-3, |
| | + | .py-sm-3 { |
| | padding-top: 1rem !important | | padding-top: 1rem !important |
| | } | | } |
| | | | |
| − | .pr-sm-3, .px-sm-3 { | + | .pr-sm-3, |
| | + | .px-sm-3 { |
| | padding-right: 1rem !important | | padding-right: 1rem !important |
| | } | | } |
| | | | |
| − | .pb-sm-3, .py-sm-3 { | + | .pb-sm-3, |
| | + | .py-sm-3 { |
| | padding-bottom: 1rem !important | | padding-bottom: 1rem !important |
| | } | | } |
| | | | |
| − | .pl-sm-3, .px-sm-3 { | + | .pl-sm-3, |
| | + | .px-sm-3 { |
| | padding-left: 1rem !important | | padding-left: 1rem !important |
| | } | | } |
| Line 8,003: |
Line 8,717: |
| | } | | } |
| | | | |
| − | .pt-sm-4, .py-sm-4 { | + | .pt-sm-4, |
| | + | .py-sm-4 { |
| | padding-top: 1.5rem !important | | padding-top: 1.5rem !important |
| | } | | } |
| | | | |
| − | .pr-sm-4, .px-sm-4 { | + | .pr-sm-4, |
| | + | .px-sm-4 { |
| | padding-right: 1.5rem !important | | padding-right: 1.5rem !important |
| | } | | } |
| | | | |
| − | .pb-sm-4, .py-sm-4 { | + | .pb-sm-4, |
| | + | .py-sm-4 { |
| | padding-bottom: 1.5rem !important | | padding-bottom: 1.5rem !important |
| | } | | } |
| | | | |
| − | .pl-sm-4, .px-sm-4 { | + | .pl-sm-4, |
| | + | .px-sm-4 { |
| | padding-left: 1.5rem !important | | padding-left: 1.5rem !important |
| | } | | } |
| Line 8,023: |
Line 8,741: |
| | } | | } |
| | | | |
| − | .pt-sm-5, .py-sm-5 { | + | .pt-sm-5, |
| | + | .py-sm-5 { |
| | padding-top: 3rem !important | | padding-top: 3rem !important |
| | } | | } |
| | | | |
| − | .pr-sm-5, .px-sm-5 { | + | .pr-sm-5, |
| | + | .px-sm-5 { |
| | padding-right: 3rem !important | | padding-right: 3rem !important |
| | } | | } |
| | | | |
| − | .pb-sm-5, .py-sm-5 { | + | .pb-sm-5, |
| | + | .py-sm-5 { |
| | padding-bottom: 3rem !important | | padding-bottom: 3rem !important |
| | } | | } |
| | | | |
| − | .pl-sm-5, .px-sm-5 { | + | .pl-sm-5, |
| | + | .px-sm-5 { |
| | padding-left: 3rem !important | | padding-left: 3rem !important |
| | } | | } |
| Line 8,043: |
Line 8,765: |
| | } | | } |
| | | | |
| − | .mt-sm-auto, .my-sm-auto { | + | .mt-sm-auto, |
| | + | .my-sm-auto { |
| | margin-top: auto !important | | margin-top: auto !important |
| | } | | } |
| | | | |
| − | .mr-sm-auto, .mx-sm-auto { | + | .mr-sm-auto, |
| | + | .mx-sm-auto { |
| | margin-right: auto !important | | margin-right: auto !important |
| | } | | } |
| | | | |
| − | .mb-sm-auto, .my-sm-auto { | + | .mb-sm-auto, |
| | + | .my-sm-auto { |
| | margin-bottom: auto !important | | margin-bottom: auto !important |
| | } | | } |
| | | | |
| − | .ml-sm-auto, .mx-sm-auto { | + | .ml-sm-auto, |
| | + | .mx-sm-auto { |
| | margin-left: auto !important | | margin-left: auto !important |
| | } | | } |
| Line 8,065: |
Line 8,791: |
| | } | | } |
| | | | |
| − | .mt-md-0, .my-md-0 { | + | .mt-md-0, |
| | + | .my-md-0 { |
| | margin-top: 0 !important | | margin-top: 0 !important |
| | } | | } |
| | | | |
| − | .mr-md-0, .mx-md-0 { | + | .mr-md-0, |
| | + | .mx-md-0 { |
| | margin-right: 0 !important | | margin-right: 0 !important |
| | } | | } |
| | | | |
| − | .mb-md-0, .my-md-0 { | + | .mb-md-0, |
| | + | .my-md-0 { |
| | margin-bottom: 0 !important | | margin-bottom: 0 !important |
| | } | | } |
| | | | |
| − | .ml-md-0, .mx-md-0 { | + | .ml-md-0, |
| | + | .mx-md-0 { |
| | margin-left: 0 !important | | margin-left: 0 !important |
| | } | | } |
| Line 8,085: |
Line 8,815: |
| | } | | } |
| | | | |
| − | .mt-md-1, .my-md-1 { | + | .mt-md-1, |
| | + | .my-md-1 { |
| | margin-top: .25rem !important | | margin-top: .25rem !important |
| | } | | } |
| | | | |
| − | .mr-md-1, .mx-md-1 { | + | .mr-md-1, |
| | + | .mx-md-1 { |
| | margin-right: .25rem !important | | margin-right: .25rem !important |
| | } | | } |
| | | | |
| − | .mb-md-1, .my-md-1 { | + | .mb-md-1, |
| | + | .my-md-1 { |
| | margin-bottom: .25rem !important | | margin-bottom: .25rem !important |
| | } | | } |
| | | | |
| − | .ml-md-1, .mx-md-1 { | + | .ml-md-1, |
| | + | .mx-md-1 { |
| | margin-left: .25rem !important | | margin-left: .25rem !important |
| | } | | } |
| Line 8,105: |
Line 8,839: |
| | } | | } |
| | | | |
| − | .mt-md-2, .my-md-2 { | + | .mt-md-2, |
| | + | .my-md-2 { |
| | margin-top: .5rem !important | | margin-top: .5rem !important |
| | } | | } |
| | | | |
| − | .mr-md-2, .mx-md-2 { | + | .mr-md-2, |
| | + | .mx-md-2 { |
| | margin-right: .5rem !important | | margin-right: .5rem !important |
| | } | | } |
| | | | |
| − | .mb-md-2, .my-md-2 { | + | .mb-md-2, |
| | + | .my-md-2 { |
| | margin-bottom: .5rem !important | | margin-bottom: .5rem !important |
| | } | | } |
| | | | |
| − | .ml-md-2, .mx-md-2 { | + | .ml-md-2, |
| | + | .mx-md-2 { |
| | margin-left: .5rem !important | | margin-left: .5rem !important |
| | } | | } |
| Line 8,125: |
Line 8,863: |
| | } | | } |
| | | | |
| − | .mt-md-3, .my-md-3 { | + | .mt-md-3, |
| | + | .my-md-3 { |
| | margin-top: 1rem !important | | margin-top: 1rem !important |
| | } | | } |
| | | | |
| − | .mr-md-3, .mx-md-3 { | + | .mr-md-3, |
| | + | .mx-md-3 { |
| | margin-right: 1rem !important | | margin-right: 1rem !important |
| | } | | } |
| | | | |
| − | .mb-md-3, .my-md-3 { | + | .mb-md-3, |
| | + | .my-md-3 { |
| | margin-bottom: 1rem !important | | margin-bottom: 1rem !important |
| | } | | } |
| | | | |
| − | .ml-md-3, .mx-md-3 { | + | .ml-md-3, |
| | + | .mx-md-3 { |
| | margin-left: 1rem !important | | margin-left: 1rem !important |
| | } | | } |
| Line 8,145: |
Line 8,887: |
| | } | | } |
| | | | |
| − | .mt-md-4, .my-md-4 { | + | .mt-md-4, |
| | + | .my-md-4 { |
| | margin-top: 1.5rem !important | | margin-top: 1.5rem !important |
| | } | | } |
| | | | |
| − | .mr-md-4, .mx-md-4 { | + | .mr-md-4, |
| | + | .mx-md-4 { |
| | margin-right: 1.5rem !important | | margin-right: 1.5rem !important |
| | } | | } |
| | | | |
| − | .mb-md-4, .my-md-4 { | + | .mb-md-4, |
| | + | .my-md-4 { |
| | margin-bottom: 1.5rem !important | | margin-bottom: 1.5rem !important |
| | } | | } |
| | | | |
| − | .ml-md-4, .mx-md-4 { | + | .ml-md-4, |
| | + | .mx-md-4 { |
| | margin-left: 1.5rem !important | | margin-left: 1.5rem !important |
| | } | | } |
| Line 8,165: |
Line 8,911: |
| | } | | } |
| | | | |
| − | .mt-md-5, .my-md-5 { | + | .mt-md-5, |
| | + | .my-md-5 { |
| | margin-top: 3rem !important | | margin-top: 3rem !important |
| | } | | } |
| | | | |
| − | .mr-md-5, .mx-md-5 { | + | .mr-md-5, |
| | + | .mx-md-5 { |
| | margin-right: 3rem !important | | margin-right: 3rem !important |
| | } | | } |
| | | | |
| − | .mb-md-5, .my-md-5 { | + | .mb-md-5, |
| | + | .my-md-5 { |
| | margin-bottom: 3rem !important | | margin-bottom: 3rem !important |
| | } | | } |
| | | | |
| − | .ml-md-5, .mx-md-5 { | + | .ml-md-5, |
| | + | .mx-md-5 { |
| | margin-left: 3rem !important | | margin-left: 3rem !important |
| | } | | } |
| Line 8,185: |
Line 8,935: |
| | } | | } |
| | | | |
| − | .pt-md-0, .py-md-0 { | + | .pt-md-0, |
| | + | .py-md-0 { |
| | padding-top: 0 !important | | padding-top: 0 !important |
| | } | | } |
| | | | |
| − | .pr-md-0, .px-md-0 { | + | .pr-md-0, |
| | + | .px-md-0 { |
| | padding-right: 0 !important | | padding-right: 0 !important |
| | } | | } |
| | | | |
| − | .pb-md-0, .py-md-0 { | + | .pb-md-0, |
| | + | .py-md-0 { |
| | padding-bottom: 0 !important | | padding-bottom: 0 !important |
| | } | | } |
| | | | |
| − | .pl-md-0, .px-md-0 { | + | .pl-md-0, |
| | + | .px-md-0 { |
| | padding-left: 0 !important | | padding-left: 0 !important |
| | } | | } |
| Line 8,205: |
Line 8,959: |
| | } | | } |
| | | | |
| − | .pt-md-1, .py-md-1 { | + | .pt-md-1, |
| | + | .py-md-1 { |
| | padding-top: .25rem !important | | padding-top: .25rem !important |
| | } | | } |
| | | | |
| − | .pr-md-1, .px-md-1 { | + | .pr-md-1, |
| | + | .px-md-1 { |
| | padding-right: .25rem !important | | padding-right: .25rem !important |
| | } | | } |
| | | | |
| − | .pb-md-1, .py-md-1 { | + | .pb-md-1, |
| | + | .py-md-1 { |
| | padding-bottom: .25rem !important | | padding-bottom: .25rem !important |
| | } | | } |
| | | | |
| − | .pl-md-1, .px-md-1 { | + | .pl-md-1, |
| | + | .px-md-1 { |
| | padding-left: .25rem !important | | padding-left: .25rem !important |
| | } | | } |
| Line 8,225: |
Line 8,983: |
| | } | | } |
| | | | |
| − | .pt-md-2, .py-md-2 { | + | .pt-md-2, |
| | + | .py-md-2 { |
| | padding-top: .5rem !important | | padding-top: .5rem !important |
| | } | | } |
| | | | |
| − | .pr-md-2, .px-md-2 { | + | .pr-md-2, |
| | + | .px-md-2 { |
| | padding-right: .5rem !important | | padding-right: .5rem !important |
| | } | | } |
| | | | |
| − | .pb-md-2, .py-md-2 { | + | .pb-md-2, |
| | + | .py-md-2 { |
| | padding-bottom: .5rem !important | | padding-bottom: .5rem !important |
| | } | | } |
| | | | |
| − | .pl-md-2, .px-md-2 { | + | .pl-md-2, |
| | + | .px-md-2 { |
| | padding-left: .5rem !important | | padding-left: .5rem !important |
| | } | | } |
| Line 8,245: |
Line 9,007: |
| | } | | } |
| | | | |
| − | .pt-md-3, .py-md-3 { | + | .pt-md-3, |
| | + | .py-md-3 { |
| | padding-top: 1rem !important | | padding-top: 1rem !important |
| | } | | } |
| | | | |
| − | .pr-md-3, .px-md-3 { | + | .pr-md-3, |
| | + | .px-md-3 { |
| | padding-right: 1rem !important | | padding-right: 1rem !important |
| | } | | } |
| | | | |
| − | .pb-md-3, .py-md-3 { | + | .pb-md-3, |
| | + | .py-md-3 { |
| | padding-bottom: 1rem !important | | padding-bottom: 1rem !important |
| | } | | } |
| | | | |
| − | .pl-md-3, .px-md-3 { | + | .pl-md-3, |
| | + | .px-md-3 { |
| | padding-left: 1rem !important | | padding-left: 1rem !important |
| | } | | } |
| Line 8,265: |
Line 9,031: |
| | } | | } |
| | | | |
| − | .pt-md-4, .py-md-4 { | + | .pt-md-4, |
| | + | .py-md-4 { |
| | padding-top: 1.5rem !important | | padding-top: 1.5rem !important |
| | } | | } |
| | | | |
| − | .pr-md-4, .px-md-4 { | + | .pr-md-4, |
| | + | .px-md-4 { |
| | padding-right: 1.5rem !important | | padding-right: 1.5rem !important |
| | } | | } |
| | | | |
| − | .pb-md-4, .py-md-4 { | + | .pb-md-4, |
| | + | .py-md-4 { |
| | padding-bottom: 1.5rem !important | | padding-bottom: 1.5rem !important |
| | } | | } |
| | | | |
| − | .pl-md-4, .px-md-4 { | + | .pl-md-4, |
| | + | .px-md-4 { |
| | padding-left: 1.5rem !important | | padding-left: 1.5rem !important |
| | } | | } |
| Line 8,285: |
Line 9,055: |
| | } | | } |
| | | | |
| − | .pt-md-5, .py-md-5 { | + | .pt-md-5, |
| | + | .py-md-5 { |
| | padding-top: 3rem !important | | padding-top: 3rem !important |
| | } | | } |
| | | | |
| − | .pr-md-5, .px-md-5 { | + | .pr-md-5, |
| | + | .px-md-5 { |
| | padding-right: 3rem !important | | padding-right: 3rem !important |
| | } | | } |
| | | | |
| − | .pb-md-5, .py-md-5 { | + | .pb-md-5, |
| | + | .py-md-5 { |
| | padding-bottom: 3rem !important | | padding-bottom: 3rem !important |
| | } | | } |
| | | | |
| − | .pl-md-5, .px-md-5 { | + | .pl-md-5, |
| | + | .px-md-5 { |
| | padding-left: 3rem !important | | padding-left: 3rem !important |
| | } | | } |
| Line 8,305: |
Line 9,079: |
| | } | | } |
| | | | |
| − | .mt-md-auto, .my-md-auto { | + | .mt-md-auto, |
| | + | .my-md-auto { |
| | margin-top: auto !important | | margin-top: auto !important |
| | } | | } |
| | | | |
| − | .mr-md-auto, .mx-md-auto { | + | .mr-md-auto, |
| | + | .mx-md-auto { |
| | margin-right: auto !important | | margin-right: auto !important |
| | } | | } |
| | | | |
| − | .mb-md-auto, .my-md-auto { | + | .mb-md-auto, |
| | + | .my-md-auto { |
| | margin-bottom: auto !important | | margin-bottom: auto !important |
| | } | | } |
| | | | |
| − | .ml-md-auto, .mx-md-auto { | + | .ml-md-auto, |
| | + | .mx-md-auto { |
| | margin-left: auto !important | | margin-left: auto !important |
| | } | | } |
| Line 8,327: |
Line 9,105: |
| | } | | } |
| | | | |
| − | .mt-lg-0, .my-lg-0 { | + | .mt-lg-0, |
| | + | .my-lg-0 { |
| | margin-top: 0 !important | | margin-top: 0 !important |
| | } | | } |
| | | | |
| − | .mr-lg-0, .mx-lg-0 { | + | .mr-lg-0, |
| | + | .mx-lg-0 { |
| | margin-right: 0 !important | | margin-right: 0 !important |
| | } | | } |
| | | | |
| − | .mb-lg-0, .my-lg-0 { | + | .mb-lg-0, |
| | + | .my-lg-0 { |
| | margin-bottom: 0 !important | | margin-bottom: 0 !important |
| | } | | } |
| | | | |
| − | .ml-lg-0, .mx-lg-0 { | + | .ml-lg-0, |
| | + | .mx-lg-0 { |
| | margin-left: 0 !important | | margin-left: 0 !important |
| | } | | } |
| Line 8,347: |
Line 9,129: |
| | } | | } |
| | | | |
| − | .mt-lg-1, .my-lg-1 { | + | .mt-lg-1, |
| | + | .my-lg-1 { |
| | margin-top: .25rem !important | | margin-top: .25rem !important |
| | } | | } |
| | | | |
| − | .mr-lg-1, .mx-lg-1 { | + | .mr-lg-1, |
| | + | .mx-lg-1 { |
| | margin-right: .25rem !important | | margin-right: .25rem !important |
| | } | | } |
| | | | |
| − | .mb-lg-1, .my-lg-1 { | + | .mb-lg-1, |
| | + | .my-lg-1 { |
| | margin-bottom: .25rem !important | | margin-bottom: .25rem !important |
| | } | | } |
| | | | |
| − | .ml-lg-1, .mx-lg-1 { | + | .ml-lg-1, |
| | + | .mx-lg-1 { |
| | margin-left: .25rem !important | | margin-left: .25rem !important |
| | } | | } |
| Line 8,367: |
Line 9,153: |
| | } | | } |
| | | | |
| − | .mt-lg-2, .my-lg-2 { | + | .mt-lg-2, |
| | + | .my-lg-2 { |
| | margin-top: .5rem !important | | margin-top: .5rem !important |
| | } | | } |
| | | | |
| − | .mr-lg-2, .mx-lg-2 { | + | .mr-lg-2, |
| | + | .mx-lg-2 { |
| | margin-right: .5rem !important | | margin-right: .5rem !important |
| | } | | } |
| | | | |
| − | .mb-lg-2, .my-lg-2 { | + | .mb-lg-2, |
| | + | .my-lg-2 { |
| | margin-bottom: .5rem !important | | margin-bottom: .5rem !important |
| | } | | } |
| | | | |
| − | .ml-lg-2, .mx-lg-2 { | + | .ml-lg-2, |
| | + | .mx-lg-2 { |
| | margin-left: .5rem !important | | margin-left: .5rem !important |
| | } | | } |
| Line 8,387: |
Line 9,177: |
| | } | | } |
| | | | |
| − | .mt-lg-3, .my-lg-3 { | + | .mt-lg-3, |
| | + | .my-lg-3 { |
| | margin-top: 1rem !important | | margin-top: 1rem !important |
| | } | | } |
| | | | |
| − | .mr-lg-3, .mx-lg-3 { | + | .mr-lg-3, |
| | + | .mx-lg-3 { |
| | margin-right: 1rem !important | | margin-right: 1rem !important |
| | } | | } |
| | | | |
| − | .mb-lg-3, .my-lg-3 { | + | .mb-lg-3, |
| | + | .my-lg-3 { |
| | margin-bottom: 1rem !important | | margin-bottom: 1rem !important |
| | } | | } |
| | | | |
| − | .ml-lg-3, .mx-lg-3 { | + | .ml-lg-3, |
| | + | .mx-lg-3 { |
| | margin-left: 1rem !important | | margin-left: 1rem !important |
| | } | | } |
| Line 8,407: |
Line 9,201: |
| | } | | } |
| | | | |
| − | .mt-lg-4, .my-lg-4 { | + | .mt-lg-4, |
| | + | .my-lg-4 { |
| | margin-top: 1.5rem !important | | margin-top: 1.5rem !important |
| | } | | } |
| | | | |
| − | .mr-lg-4, .mx-lg-4 { | + | .mr-lg-4, |
| | + | .mx-lg-4 { |
| | margin-right: 1.5rem !important | | margin-right: 1.5rem !important |
| | } | | } |
| | | | |
| − | .mb-lg-4, .my-lg-4 { | + | .mb-lg-4, |
| | + | .my-lg-4 { |
| | margin-bottom: 1.5rem !important | | margin-bottom: 1.5rem !important |
| | } | | } |
| | | | |
| − | .ml-lg-4, .mx-lg-4 { | + | .ml-lg-4, |
| | + | .mx-lg-4 { |
| | margin-left: 1.5rem !important | | margin-left: 1.5rem !important |
| | } | | } |
| Line 8,427: |
Line 9,225: |
| | } | | } |
| | | | |
| − | .mt-lg-5, .my-lg-5 { | + | .mt-lg-5, |
| | + | .my-lg-5 { |
| | margin-top: 3rem !important | | margin-top: 3rem !important |
| | } | | } |
| | | | |
| − | .mr-lg-5, .mx-lg-5 { | + | .mr-lg-5, |
| | + | .mx-lg-5 { |
| | margin-right: 3rem !important | | margin-right: 3rem !important |
| | } | | } |
| | | | |
| − | .mb-lg-5, .my-lg-5 { | + | .mb-lg-5, |
| | + | .my-lg-5 { |
| | margin-bottom: 3rem !important | | margin-bottom: 3rem !important |
| | } | | } |
| | | | |
| − | .ml-lg-5, .mx-lg-5 { | + | .ml-lg-5, |
| | + | .mx-lg-5 { |
| | margin-left: 3rem !important | | margin-left: 3rem !important |
| | } | | } |
| Line 8,447: |
Line 9,249: |
| | } | | } |
| | | | |
| − | .pt-lg-0, .py-lg-0 { | + | .pt-lg-0, |
| | + | .py-lg-0 { |
| | padding-top: 0 !important | | padding-top: 0 !important |
| | } | | } |
| | | | |
| − | .pr-lg-0, .px-lg-0 { | + | .pr-lg-0, |
| | + | .px-lg-0 { |
| | padding-right: 0 !important | | padding-right: 0 !important |
| | } | | } |
| | | | |
| − | .pb-lg-0, .py-lg-0 { | + | .pb-lg-0, |
| | + | .py-lg-0 { |
| | padding-bottom: 0 !important | | padding-bottom: 0 !important |
| | } | | } |
| | | | |
| − | .pl-lg-0, .px-lg-0 { | + | .pl-lg-0, |
| | + | .px-lg-0 { |
| | padding-left: 0 !important | | padding-left: 0 !important |
| | } | | } |
| Line 8,467: |
Line 9,273: |
| | } | | } |
| | | | |
| − | .pt-lg-1, .py-lg-1 { | + | .pt-lg-1, |
| | + | .py-lg-1 { |
| | padding-top: .25rem !important | | padding-top: .25rem !important |
| | } | | } |
| | | | |
| − | .pr-lg-1, .px-lg-1 { | + | .pr-lg-1, |
| | + | .px-lg-1 { |
| | padding-right: .25rem !important | | padding-right: .25rem !important |
| | } | | } |
| | | | |
| − | .pb-lg-1, .py-lg-1 { | + | .pb-lg-1, |
| | + | .py-lg-1 { |
| | padding-bottom: .25rem !important | | padding-bottom: .25rem !important |
| | } | | } |
| | | | |
| − | .pl-lg-1, .px-lg-1 { | + | .pl-lg-1, |
| | + | .px-lg-1 { |
| | padding-left: .25rem !important | | padding-left: .25rem !important |
| | } | | } |
| Line 8,487: |
Line 9,297: |
| | } | | } |
| | | | |
| − | .pt-lg-2, .py-lg-2 { | + | .pt-lg-2, |
| | + | .py-lg-2 { |
| | padding-top: .5rem !important | | padding-top: .5rem !important |
| | } | | } |
| | | | |
| − | .pr-lg-2, .px-lg-2 { | + | .pr-lg-2, |
| | + | .px-lg-2 { |
| | padding-right: .5rem !important | | padding-right: .5rem !important |
| | } | | } |
| | | | |
| − | .pb-lg-2, .py-lg-2 { | + | .pb-lg-2, |
| | + | .py-lg-2 { |
| | padding-bottom: .5rem !important | | padding-bottom: .5rem !important |
| | } | | } |
| | | | |
| − | .pl-lg-2, .px-lg-2 { | + | .pl-lg-2, |
| | + | .px-lg-2 { |
| | padding-left: .5rem !important | | padding-left: .5rem !important |
| | } | | } |
| Line 8,507: |
Line 9,321: |
| | } | | } |
| | | | |
| − | .pt-lg-3, .py-lg-3 { | + | .pt-lg-3, |
| | + | .py-lg-3 { |
| | padding-top: 1rem !important | | padding-top: 1rem !important |
| | } | | } |
| | | | |
| − | .pr-lg-3, .px-lg-3 { | + | .pr-lg-3, |
| | + | .px-lg-3 { |
| | padding-right: 1rem !important | | padding-right: 1rem !important |
| | } | | } |
| | | | |
| − | .pb-lg-3, .py-lg-3 { | + | .pb-lg-3, |
| | + | .py-lg-3 { |
| | padding-bottom: 1rem !important | | padding-bottom: 1rem !important |
| | } | | } |
| | | | |
| − | .pl-lg-3, .px-lg-3 { | + | .pl-lg-3, |
| | + | .px-lg-3 { |
| | padding-left: 1rem !important | | padding-left: 1rem !important |
| | } | | } |
| Line 8,527: |
Line 9,345: |
| | } | | } |
| | | | |
| − | .pt-lg-4, .py-lg-4 { | + | .pt-lg-4, |
| | + | .py-lg-4 { |
| | padding-top: 1.5rem !important | | padding-top: 1.5rem !important |
| | } | | } |
| | | | |
| − | .pr-lg-4, .px-lg-4 { | + | .pr-lg-4, |
| | + | .px-lg-4 { |
| | padding-right: 1.5rem !important | | padding-right: 1.5rem !important |
| | } | | } |
| | | | |
| − | .pb-lg-4, .py-lg-4 { | + | .pb-lg-4, |
| | + | .py-lg-4 { |
| | padding-bottom: 1.5rem !important | | padding-bottom: 1.5rem !important |
| | } | | } |
| | | | |
| − | .pl-lg-4, .px-lg-4 { | + | .pl-lg-4, |
| | + | .px-lg-4 { |
| | padding-left: 1.5rem !important | | padding-left: 1.5rem !important |
| | } | | } |
| Line 8,547: |
Line 9,369: |
| | } | | } |
| | | | |
| − | .pt-lg-5, .py-lg-5 { | + | .pt-lg-5, |
| | + | .py-lg-5 { |
| | padding-top: 3rem !important | | padding-top: 3rem !important |
| | } | | } |
| | | | |
| − | .pr-lg-5, .px-lg-5 { | + | .pr-lg-5, |
| | + | .px-lg-5 { |
| | padding-right: 3rem !important | | padding-right: 3rem !important |
| | } | | } |
| | | | |
| − | .pb-lg-5, .py-lg-5 { | + | .pb-lg-5, |
| | + | .py-lg-5 { |
| | padding-bottom: 3rem !important | | padding-bottom: 3rem !important |
| | } | | } |
| | | | |
| − | .pl-lg-5, .px-lg-5 { | + | .pl-lg-5, |
| | + | .px-lg-5 { |
| | padding-left: 3rem !important | | padding-left: 3rem !important |
| | } | | } |
| Line 8,567: |
Line 9,393: |
| | } | | } |
| | | | |
| − | .mt-lg-auto, .my-lg-auto { | + | .mt-lg-auto, |
| | + | .my-lg-auto { |
| | margin-top: auto !important | | margin-top: auto !important |
| | } | | } |
| | | | |
| − | .mr-lg-auto, .mx-lg-auto { | + | .mr-lg-auto, |
| | + | .mx-lg-auto { |
| | margin-right: auto !important | | margin-right: auto !important |
| | } | | } |
| | | | |
| − | .mb-lg-auto, .my-lg-auto { | + | .mb-lg-auto, |
| | + | .my-lg-auto { |
| | margin-bottom: auto !important | | margin-bottom: auto !important |
| | } | | } |
| | | | |
| − | .ml-lg-auto, .mx-lg-auto { | + | .ml-lg-auto, |
| | + | .mx-lg-auto { |
| | margin-left: auto !important | | margin-left: auto !important |
| | } | | } |
| Line 8,589: |
Line 9,419: |
| | } | | } |
| | | | |
| − | .mt-xl-0, .my-xl-0 { | + | .mt-xl-0, |
| | + | .my-xl-0 { |
| | margin-top: 0 !important | | margin-top: 0 !important |
| | } | | } |
| | | | |
| − | .mr-xl-0, .mx-xl-0 { | + | .mr-xl-0, |
| | + | .mx-xl-0 { |
| | margin-right: 0 !important | | margin-right: 0 !important |
| | } | | } |
| | | | |
| − | .mb-xl-0, .my-xl-0 { | + | .mb-xl-0, |
| | + | .my-xl-0 { |
| | margin-bottom: 0 !important | | margin-bottom: 0 !important |
| | } | | } |
| | | | |
| − | .ml-xl-0, .mx-xl-0 { | + | .ml-xl-0, |
| | + | .mx-xl-0 { |
| | margin-left: 0 !important | | margin-left: 0 !important |
| | } | | } |
| Line 8,609: |
Line 9,443: |
| | } | | } |
| | | | |
| − | .mt-xl-1, .my-xl-1 { | + | .mt-xl-1, |
| | + | .my-xl-1 { |
| | margin-top: .25rem !important | | margin-top: .25rem !important |
| | } | | } |
| | | | |
| − | .mr-xl-1, .mx-xl-1 { | + | .mr-xl-1, |
| | + | .mx-xl-1 { |
| | margin-right: .25rem !important | | margin-right: .25rem !important |
| | } | | } |
| | | | |
| − | .mb-xl-1, .my-xl-1 { | + | .mb-xl-1, |
| | + | .my-xl-1 { |
| | margin-bottom: .25rem !important | | margin-bottom: .25rem !important |
| | } | | } |
| | | | |
| − | .ml-xl-1, .mx-xl-1 { | + | .ml-xl-1, |
| | + | .mx-xl-1 { |
| | margin-left: .25rem !important | | margin-left: .25rem !important |
| | } | | } |
| Line 8,629: |
Line 9,467: |
| | } | | } |
| | | | |
| − | .mt-xl-2, .my-xl-2 { | + | .mt-xl-2, |
| | + | .my-xl-2 { |
| | margin-top: .5rem !important | | margin-top: .5rem !important |
| | } | | } |
| | | | |
| − | .mr-xl-2, .mx-xl-2 { | + | .mr-xl-2, |
| | + | .mx-xl-2 { |
| | margin-right: .5rem !important | | margin-right: .5rem !important |
| | } | | } |
| | | | |
| − | .mb-xl-2, .my-xl-2 { | + | .mb-xl-2, |
| | + | .my-xl-2 { |
| | margin-bottom: .5rem !important | | margin-bottom: .5rem !important |
| | } | | } |
| | | | |
| − | .ml-xl-2, .mx-xl-2 { | + | .ml-xl-2, |
| | + | .mx-xl-2 { |
| | margin-left: .5rem !important | | margin-left: .5rem !important |
| | } | | } |
| Line 8,649: |
Line 9,491: |
| | } | | } |
| | | | |
| − | .mt-xl-3, .my-xl-3 { | + | .mt-xl-3, |
| | + | .my-xl-3 { |
| | margin-top: 1rem !important | | margin-top: 1rem !important |
| | } | | } |
| | | | |
| − | .mr-xl-3, .mx-xl-3 { | + | .mr-xl-3, |
| | + | .mx-xl-3 { |
| | margin-right: 1rem !important | | margin-right: 1rem !important |
| | } | | } |
| | | | |
| − | .mb-xl-3, .my-xl-3 { | + | .mb-xl-3, |
| | + | .my-xl-3 { |
| | margin-bottom: 1rem !important | | margin-bottom: 1rem !important |
| | } | | } |
| | | | |
| − | .ml-xl-3, .mx-xl-3 { | + | .ml-xl-3, |
| | + | .mx-xl-3 { |
| | margin-left: 1rem !important | | margin-left: 1rem !important |
| | } | | } |
| Line 8,669: |
Line 9,515: |
| | } | | } |
| | | | |
| − | .mt-xl-4, .my-xl-4 { | + | .mt-xl-4, |
| | + | .my-xl-4 { |
| | margin-top: 1.5rem !important | | margin-top: 1.5rem !important |
| | } | | } |
| | | | |
| − | .mr-xl-4, .mx-xl-4 { | + | .mr-xl-4, |
| | + | .mx-xl-4 { |
| | margin-right: 1.5rem !important | | margin-right: 1.5rem !important |
| | } | | } |
| | | | |
| − | .mb-xl-4, .my-xl-4 { | + | .mb-xl-4, |
| | + | .my-xl-4 { |
| | margin-bottom: 1.5rem !important | | margin-bottom: 1.5rem !important |
| | } | | } |
| | | | |
| − | .ml-xl-4, .mx-xl-4 { | + | .ml-xl-4, |
| | + | .mx-xl-4 { |
| | margin-left: 1.5rem !important | | margin-left: 1.5rem !important |
| | } | | } |
| Line 8,689: |
Line 9,539: |
| | } | | } |
| | | | |
| − | .mt-xl-5, .my-xl-5 { | + | .mt-xl-5, |
| | + | .my-xl-5 { |
| | margin-top: 3rem !important | | margin-top: 3rem !important |
| | } | | } |
| | | | |
| − | .mr-xl-5, .mx-xl-5 { | + | .mr-xl-5, |
| | + | .mx-xl-5 { |
| | margin-right: 3rem !important | | margin-right: 3rem !important |
| | } | | } |
| | | | |
| − | .mb-xl-5, .my-xl-5 { | + | .mb-xl-5, |
| | + | .my-xl-5 { |
| | margin-bottom: 3rem !important | | margin-bottom: 3rem !important |
| | } | | } |
| | | | |
| − | .ml-xl-5, .mx-xl-5 { | + | .ml-xl-5, |
| | + | .mx-xl-5 { |
| | margin-left: 3rem !important | | margin-left: 3rem !important |
| | } | | } |
| Line 8,709: |
Line 9,563: |
| | } | | } |
| | | | |
| − | .pt-xl-0, .py-xl-0 { | + | .pt-xl-0, |
| | + | .py-xl-0 { |
| | padding-top: 0 !important | | padding-top: 0 !important |
| | } | | } |
| | | | |
| − | .pr-xl-0, .px-xl-0 { | + | .pr-xl-0, |
| | + | .px-xl-0 { |
| | padding-right: 0 !important | | padding-right: 0 !important |
| | } | | } |
| | | | |
| − | .pb-xl-0, .py-xl-0 { | + | .pb-xl-0, |
| | + | .py-xl-0 { |
| | padding-bottom: 0 !important | | padding-bottom: 0 !important |
| | } | | } |
| | | | |
| − | .pl-xl-0, .px-xl-0 { | + | .pl-xl-0, |
| | + | .px-xl-0 { |
| | padding-left: 0 !important | | padding-left: 0 !important |
| | } | | } |
| Line 8,729: |
Line 9,587: |
| | } | | } |
| | | | |
| − | .pt-xl-1, .py-xl-1 { | + | .pt-xl-1, |
| | + | .py-xl-1 { |
| | padding-top: .25rem !important | | padding-top: .25rem !important |
| | } | | } |
| | | | |
| − | .pr-xl-1, .px-xl-1 { | + | .pr-xl-1, |
| | + | .px-xl-1 { |
| | padding-right: .25rem !important | | padding-right: .25rem !important |
| | } | | } |
| | | | |
| − | .pb-xl-1, .py-xl-1 { | + | .pb-xl-1, |
| | + | .py-xl-1 { |
| | padding-bottom: .25rem !important | | padding-bottom: .25rem !important |
| | } | | } |
| | | | |
| − | .pl-xl-1, .px-xl-1 { | + | .pl-xl-1, |
| | + | .px-xl-1 { |
| | padding-left: .25rem !important | | padding-left: .25rem !important |
| | } | | } |
| Line 8,749: |
Line 9,611: |
| | } | | } |
| | | | |
| − | .pt-xl-2, .py-xl-2 { | + | .pt-xl-2, |
| | + | .py-xl-2 { |
| | padding-top: .5rem !important | | padding-top: .5rem !important |
| | } | | } |
| | | | |
| − | .pr-xl-2, .px-xl-2 { | + | .pr-xl-2, |
| | + | .px-xl-2 { |
| | padding-right: .5rem !important | | padding-right: .5rem !important |
| | } | | } |
| | | | |
| − | .pb-xl-2, .py-xl-2 { | + | .pb-xl-2, |
| | + | .py-xl-2 { |
| | padding-bottom: .5rem !important | | padding-bottom: .5rem !important |
| | } | | } |
| | | | |
| − | .pl-xl-2, .px-xl-2 { | + | .pl-xl-2, |
| | + | .px-xl-2 { |
| | padding-left: .5rem !important | | padding-left: .5rem !important |
| | } | | } |
| Line 8,769: |
Line 9,635: |
| | } | | } |
| | | | |
| − | .pt-xl-3, .py-xl-3 { | + | .pt-xl-3, |
| | + | .py-xl-3 { |
| | padding-top: 1rem !important | | padding-top: 1rem !important |
| | } | | } |
| | | | |
| − | .pr-xl-3, .px-xl-3 { | + | .pr-xl-3, |
| | + | .px-xl-3 { |
| | padding-right: 1rem !important | | padding-right: 1rem !important |
| | } | | } |
| | | | |
| − | .pb-xl-3, .py-xl-3 { | + | .pb-xl-3, |
| | + | .py-xl-3 { |
| | padding-bottom: 1rem !important | | padding-bottom: 1rem !important |
| | } | | } |
| | | | |
| − | .pl-xl-3, .px-xl-3 { | + | .pl-xl-3, |
| | + | .px-xl-3 { |
| | padding-left: 1rem !important | | padding-left: 1rem !important |
| | } | | } |
| Line 8,789: |
Line 9,659: |
| | } | | } |
| | | | |
| − | .pt-xl-4, .py-xl-4 { | + | .pt-xl-4, |
| | + | .py-xl-4 { |
| | padding-top: 1.5rem !important | | padding-top: 1.5rem !important |
| | } | | } |
| | | | |
| − | .pr-xl-4, .px-xl-4 { | + | .pr-xl-4, |
| | + | .px-xl-4 { |
| | padding-right: 1.5rem !important | | padding-right: 1.5rem !important |
| | } | | } |
| | | | |
| − | .pb-xl-4, .py-xl-4 { | + | .pb-xl-4, |
| | + | .py-xl-4 { |
| | padding-bottom: 1.5rem !important | | padding-bottom: 1.5rem !important |
| | } | | } |
| | | | |
| − | .pl-xl-4, .px-xl-4 { | + | .pl-xl-4, |
| | + | .px-xl-4 { |
| | padding-left: 1.5rem !important | | padding-left: 1.5rem !important |
| | } | | } |
| Line 8,809: |
Line 9,683: |
| | } | | } |
| | | | |
| − | .pt-xl-5, .py-xl-5 { | + | .pt-xl-5, |
| | + | .py-xl-5 { |
| | padding-top: 3rem !important | | padding-top: 3rem !important |
| | } | | } |
| | | | |
| − | .pr-xl-5, .px-xl-5 { | + | .pr-xl-5, |
| | + | .px-xl-5 { |
| | padding-right: 3rem !important | | padding-right: 3rem !important |
| | } | | } |
| | | | |
| − | .pb-xl-5, .py-xl-5 { | + | .pb-xl-5, |
| | + | .py-xl-5 { |
| | padding-bottom: 3rem !important | | padding-bottom: 3rem !important |
| | } | | } |
| | | | |
| − | .pl-xl-5, .px-xl-5 { | + | .pl-xl-5, |
| | + | .px-xl-5 { |
| | padding-left: 3rem !important | | padding-left: 3rem !important |
| | } | | } |
| Line 8,829: |
Line 9,707: |
| | } | | } |
| | | | |
| − | .mt-xl-auto, .my-xl-auto { | + | .mt-xl-auto, |
| | + | .my-xl-auto { |
| | margin-top: auto !important | | margin-top: auto !important |
| | } | | } |
| | | | |
| − | .mr-xl-auto, .mx-xl-auto { | + | .mr-xl-auto, |
| | + | .mx-xl-auto { |
| | margin-right: auto !important | | margin-right: auto !important |
| | } | | } |
| | | | |
| − | .mb-xl-auto, .my-xl-auto { | + | .mb-xl-auto, |
| | + | .my-xl-auto { |
| | margin-bottom: auto !important | | margin-bottom: auto !important |
| | } | | } |
| | | | |
| − | .ml-xl-auto, .mx-xl-auto { | + | .ml-xl-auto, |
| | + | .mx-xl-auto { |
| | margin-left: auto !important | | margin-left: auto !important |
| | } | | } |
| Line 8,968: |
Line 9,850: |
| | } | | } |
| | | | |
| − | a.text-primary:focus, a.text-primary:hover { | + | a.text-primary:focus, |
| | + | a.text-primary:hover { |
| | color: #0062cc !important | | color: #0062cc !important |
| | } | | } |
| Line 8,976: |
Line 9,859: |
| | } | | } |
| | | | |
| − | a.text-secondary:focus, a.text-secondary:hover { | + | a.text-secondary:focus, |
| | + | a.text-secondary:hover { |
| | color: #545b62 !important | | color: #545b62 !important |
| | } | | } |
| Line 8,984: |
Line 9,868: |
| | } | | } |
| | | | |
| − | a.text-success:focus, a.text-success:hover { | + | a.text-success:focus, |
| | + | a.text-success:hover { |
| | color: #1e7e34 !important | | color: #1e7e34 !important |
| | } | | } |
| Line 8,992: |
Line 9,877: |
| | } | | } |
| | | | |
| − | a.text-info:focus, a.text-info:hover { | + | a.text-info:focus, |
| | + | a.text-info:hover { |
| | color: #117a8b !important | | color: #117a8b !important |
| | } | | } |
| Line 9,000: |
Line 9,886: |
| | } | | } |
| | | | |
| − | a.text-warning:focus, a.text-warning:hover { | + | a.text-warning:focus, |
| | + | a.text-warning:hover { |
| | color: #d39e00 !important | | color: #d39e00 !important |
| | } | | } |
| Line 9,008: |
Line 9,895: |
| | } | | } |
| | | | |
| − | a.text-danger:focus, a.text-danger:hover { | + | a.text-danger:focus, |
| | + | a.text-danger:hover { |
| | color: #bd2130 !important | | color: #bd2130 !important |
| | } | | } |
| Line 9,016: |
Line 9,904: |
| | } | | } |
| | | | |
| − | a.text-light:focus, a.text-light:hover { | + | a.text-light:focus, |
| | + | a.text-light:hover { |
| | color: #dae0e5 !important | | color: #dae0e5 !important |
| | } | | } |
| Line 9,024: |
Line 9,913: |
| | } | | } |
| | | | |
| − | a.text-dark:focus, a.text-dark:hover { | + | a.text-dark:focus, |
| | + | a.text-dark:hover { |
| | color: #1d2124 !important | | color: #1d2124 !important |
| | } | | } |
| Line 9,061: |
Line 9,951: |
| | | | |
| | @media print { | | @media print { |
| − | *, ::after, ::before { | + | |
| | + | *, |
| | + | ::after, |
| | + | ::before { |
| | text-shadow: none !important; | | text-shadow: none !important; |
| | box-shadow: none !important | | box-shadow: none !important |
| Line 9,071: |
Line 9,964: |
| | | | |
| | abbr[title]::after { | | abbr[title]::after { |
| − | content: " (" attr(title) ")" | + | content: " ("attr(title) ")" |
| | } | | } |
| | | | |
| Line 9,078: |
Line 9,971: |
| | } | | } |
| | | | |
| − | blockquote, pre { | + | blockquote, |
| | + | pre { |
| | border: 1px solid #adb5bd; | | border: 1px solid #adb5bd; |
| | page-break-inside: avoid | | page-break-inside: avoid |
| Line 9,087: |
Line 9,981: |
| | } | | } |
| | | | |
| − | img, tr { | + | img, |
| | + | tr { |
| | page-break-inside: avoid | | page-break-inside: avoid |
| | } | | } |
| | | | |
| − | h2, h3, p { | + | h2, |
| | + | h3, |
| | + | p { |
| | orphans: 3; | | orphans: 3; |
| | widows: 3 | | widows: 3 |
| | } | | } |
| | | | |
| − | h2, h3 { | + | h2, |
| | + | h3 { |
| | page-break-after: avoid | | page-break-after: avoid |
| | } | | } |
| Line 9,124: |
Line 10,022: |
| | } | | } |
| | | | |
| − | .table td, .table th { | + | .table td, |
| | + | .table th { |
| | background-color: #fff !important | | background-color: #fff !important |
| | } | | } |
| | | | |
| − | .table-bordered td, .table-bordered th { | + | .table-bordered td, |
| | + | .table-bordered th { |
| | border: 1px solid #dee2e6 !important | | border: 1px solid #dee2e6 !important |
| | } | | } |
| Line 9,142: |
Line 10,042: |
| | | | |
| | | | |
| − | #home_logo, #sideMenu { | + | #home_logo, |
| | + | #sideMenu { |
| | display: none; | | display: none; |
| | } | | } |
| | | | |
| − | #sideMenu, #top_title, .patrollink { | + | #sideMenu, |
| | + | #top_title, |
| | + | .patrollink { |
| | display: none; | | display: none; |
| | } | | } |
| Line 9,162: |
Line 10,065: |
| | } | | } |
| | | | |
| − | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { | + | #bodyContent h1, |
| | + | #bodyContent h2, |
| | + | #bodyContent h3, |
| | + | #bodyContent h4, |
| | + | #bodyContent h5 { |
| | margin-bottom: 0px; | | margin-bottom: 0px; |
| | } | | } |
| Line 9,181: |
Line 10,088: |
| | } | | } |
| | | | |
| − | #HQ_page h1, h2, h3, h4, h5 { | + | #HQ_page h1, |
| | + | h2, |
| | + | h3, |
| | + | h4, |
| | + | h5 { |
| | font-family: inherit; | | font-family: inherit; |
| | } | | } |
| Line 9,213: |
Line 10,124: |
| | } | | } |
| | | | |
| − | #bodyContent a[href ^="https://"], .link-https { | + | #bodyContent a[href ^="https://"], |
| | + | .link-https { |
| | padding-right: 0px; | | padding-right: 0px; |
| | } | | } |
| Line 9,303: |
Line 10,215: |
| | | | |
| | .sponsorLogo img { | | .sponsorLogo img { |
| − | -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ | + | -webkit-filter: grayscale(100%); |
| | + | /* Safari 6.0 - 9.0 */ |
| | filter: grayscale(100%); | | filter: grayscale(100%); |
| | max-height: 50px; | | max-height: 50px; |
| Line 9,309: |
Line 10,222: |
| | | | |
| | .sponsorLogo img:hover { | | .sponsorLogo img:hover { |
| − | -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */ | + | -webkit-filter: grayscale(0%); |
| | + | /* Safari 6.0 - 9.0 */ |
| | filter: grayscale(0%); | | filter: grayscale(0%); |
| | } | | } |
| Line 9,315: |
Line 10,229: |
| | /*++++++++++++++++++++++++++++++++ | | /*++++++++++++++++++++++++++++++++ |
| | Nav CSS ++++++++++++++++++++++++++++++*/ | | Nav CSS ++++++++++++++++++++++++++++++*/ |
| − | .dropdown:hover > .dropdown-menu { | + | .dropdown:hover>.dropdown-menu { |
| | display: block; | | display: block; |
| | } | | } |
| Line 9,323: |
Line 10,237: |
| | } | | } |
| | | | |
| − | .dropdown-item, .dropdown-item:visited { | + | .dropdown-item, |
| | + | .dropdown-item:visited { |
| | color: white; | | color: white; |
| | } | | } |
| | | | |
| − | .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active { | + | .dropdown-item:hover, |
| | + | .dropdown-item.active, |
| | + | .dropdown-item:active { |
| | color: white; | | color: white; |
| | background-color: rgba(0, 158, 198, 1); | | background-color: rgba(0, 158, 198, 1); |
| | } | | } |
| | | | |
| − | /*++++++++++++++++++++++++++++++++ | + | /*++++++++++++++++++++++++++++++++ |
| | contents CSS ++++++++++++++++++++++++++++++*/ | | contents CSS ++++++++++++++++++++++++++++++*/ |
| | * { | | * { |
| Line 9,346: |
Line 10,263: |
| | } | | } |
| | | | |
| − | .glpContainer > * { | + | .glpContainer>* { |
| | padding: 20px 25px; | | padding: 20px 25px; |
| | } | | } |
| Line 9,414: |
Line 10,331: |
| | | | |
| | #glpreferences a { | | #glpreferences a { |
| − | color: #F4F0DE!important | + | color: #F4F0DE !important |
| | } | | } |
| | | | |
| | ol li { | | ol li { |
| − | counter-increment: list;
| + | counter-increment: list; |
| − | list-style-type: none;
| + | list-style-type: none; |
| − | position: relative;
| + | position: relative; |
| − | } | + | } |
| − | /* Outout the numbers using the counter() function, but use a custom color, and position the numbers how we want */ | + | |
| | + | /* Outout the numbers using the counter() function, but use a custom color, and position the numbers how we want */ |
| | ol li:before { | | ol li:before { |
| − | color: #F4F0DE;
| + | color: #F4F0DE; |
| − | content: counter(list) ".";
| + | content: counter(list) "."; |
| − | left:-32px;
| + | left: -32px; |
| − | position: absolute;
| + | position: absolute; |
| − | text-align: right;
| + | text-align: right; |
| − | width: 26px;
| + | width: 26px; |
| − | } | + | } |
| | | | |
| | | | |
| Line 9,461: |
Line 10,379: |
| | } | | } |
| | | | |
| − | .table-of-contents li + li { | + | .table-of-contents li+li { |
| | margin-top: 2em; | | margin-top: 2em; |
| | } | | } |
| Line 9,612: |
Line 10,530: |
| | } | | } |
| | | | |
| − | .quote-card.blue-card:before, .quote-card.blue-card:after { | + | .quote-card.blue-card:before, |
| | + | .quote-card.blue-card:after { |
| | color: rgba(0, 203, 177, 1); | | color: rgba(0, 203, 177, 1); |
| | } | | } |
| Line 9,622: |
Line 10,541: |
| | } | | } |
| | | | |
| − | .quote-card.red-card:before, .quote-card.red-card:after { | + | .quote-card.red-card:before, |
| | + | .quote-card.red-card:after { |
| | color: #f44336; | | color: #f44336; |
| | } | | } |
| Line 9,632: |
Line 10,552: |
| | } | | } |
| | | | |
| − | .quote-card.yellow-card:before, .quote-card.yellow-card:after { | + | .quote-card.yellow-card:before, |
| | + | .quote-card.yellow-card:after { |
| | color: #fbc02d; | | color: #fbc02d; |
| | } | | } |
| Line 9,703: |
Line 10,624: |
| | gallery End ++++++++++++++++++++++++++++++*/ | | gallery End ++++++++++++++++++++++++++++++*/ |
| | | | |
| − | @media only screen and (max-width: 575.98px) { | + | @media only screen and (max-width: 575.98px) {} |
| − | }
| + | |
| | | | |
| | @media only screen and (max-width: 767.98px) { | | @media only screen and (max-width: 767.98px) { |
| Line 9,729: |
Line 10,649: |
| | } | | } |
| | | | |
| − | .glpContainer > * { | + | .glpContainer>* { |
| | padding: 0; | | padding: 0; |
| | } | | } |
| Line 9,754: |
Line 10,674: |
| | | | |
| | | | |
| − | @media only screen and (max-width: 1199.98px) { | + | @media only screen and (max-width: 1199.98px) {} |
| − | | + | |
| − | }
| + | |
| | | | |
| | @media only screen and (max-width: 1400px) { | | @media only screen and (max-width: 1400px) { |
| Line 9,763: |
Line 10,681: |
| | } | | } |
| | | | |
| − | .table-of-contents li + li { | + | .table-of-contents li+li { |
| | margin-top: 1.5em; | | margin-top: 1.5em; |
| | } | | } |
| | } | | } |
| | </style> | | </style> |
| − | <head>
| |
| − | <title>GLP.exe</title>
| |
| − | <meta charset="utf-8">
| |
| − | <meta name="viewport" content="width=device-width, initial-scale=1">
| |
| − | <link rel="stylesheet" href="https://2019.igem.org/Template:Tuebingen/FontAwesomeCSS">
| |
| − | <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Righteous" />
| |
| − | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" type="text/css"/>
| |
| − | <style>
| |
| − | .mfp-bg {
| |
| − | top: 0;
| |
| − | left: 0;
| |
| − | width: 100%;
| |
| − | height: 100%;
| |
| − | z-index: 1042;
| |
| − | overflow: hidden;
| |
| − | position: fixed;
| |
| − | background: #0b0b0b;
| |
| − | opacity: 0.8;
| |
| − | }
| |
| | | | |
| − | .mfp-wrap {
| + | <head> |
| − | top: 0;
| + | <title>GLP.exe - Experimenta</title> |
| − | left: 0;
| + | <meta charset="utf-8"> |
| − | width: 100%;
| + | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| − | height: 100%;
| + | <link rel="stylesheet" href="https://2019.igem.org/Template:Tuebingen/FontAwesomeCSS"> |
| − | z-index: 1043;
| + | <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Righteous" /> |
| − | position: fixed;
| + | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" |
| − | outline: none !important;
| + | type="text/css" /> |
| − | -webkit-backface-visibility: hidden;
| + | <style> |
| − | }
| + | .mfp-bg { |
| | + | top: 0; |
| | + | left: 0; |
| | + | width: 100%; |
| | + | height: 100%; |
| | + | z-index: 1042; |
| | + | overflow: hidden; |
| | + | position: fixed; |
| | + | background: #0b0b0b; |
| | + | opacity: 0.8; |
| | + | } |
| | | | |
| − | .mfp-container {
| + | .mfp-wrap { |
| − | text-align: center;
| + | top: 0; |
| − | position: absolute;
| + | left: 0; |
| − | width: 100%;
| + | width: 100%; |
| − | height: 100%;
| + | height: 100%; |
| − | left: 0;
| + | z-index: 1043; |
| − | top: 0;
| + | position: fixed; |
| − | padding: 0 8px;
| + | outline: none !important; |
| − | box-sizing: border-box;
| + | -webkit-backface-visibility: hidden; |
| − | }
| + | } |
| | | | |
| − | .mfp-container:before {
| + | .mfp-container { |
| − | content: '';
| + | text-align: center; |
| − | display: inline-block;
| + | position: absolute; |
| − | height: 100%;
| + | width: 100%; |
| − | vertical-align: middle;
| + | height: 100%; |
| − | } | + | left: 0; |
| | + | top: 0; |
| | + | padding: 0 8px; |
| | + | box-sizing: border-box; |
| | + | } |
| | | | |
| − | .mfp-align-top .mfp-container:before {
| + | .mfp-container:before { |
| − | display: none;
| + | content: ''; |
| − | } | + | display: inline-block; |
| | + | height: 100%; |
| | + | vertical-align: middle; |
| | + | } |
| | | | |
| − | .mfp-content {
| + | .mfp-align-top .mfp-container:before { |
| − | position: relative;
| + | display: none; |
| − | display: inline-block;
| + | } |
| − | vertical-align: middle;
| + | |
| − | margin: 0 auto;
| + | |
| − | text-align: left;
| + | |
| − | z-index: 1045;
| + | |
| − | }
| + | |
| | | | |
| − | .mfp-inline-holder .mfp-content,
| + | .mfp-content { |
| − | .mfp-ajax-holder .mfp-content { | + | position: relative; |
| − | width: 100%;
| + | display: inline-block; |
| − | cursor: auto;
| + | vertical-align: middle; |
| − | } | + | margin: 0 auto; |
| | + | text-align: left; |
| | + | z-index: 1045; |
| | + | } |
| | | | |
| − | .mfp-ajax-cur {
| + | .mfp-inline-holder .mfp-content, |
| − | cursor: progress;
| + | .mfp-ajax-holder .mfp-content { |
| − | } | + | width: 100%; |
| | + | cursor: auto; |
| | + | } |
| | | | |
| − | .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
| + | .mfp-ajax-cur { |
| − | cursor: -moz-zoom-out;
| + | cursor: progress; |
| − | cursor: -webkit-zoom-out;
| + | } |
| − | cursor: zoom-out;
| + | |
| − | }
| + | |
| | | | |
| − | .mfp-zoom {
| + | .mfp-zoom-out-cur, |
| − | cursor: pointer;
| + | .mfp-zoom-out-cur .mfp-image-holder .mfp-close { |
| − | cursor: -webkit-zoom-in;
| + | cursor: -moz-zoom-out; |
| − | cursor: -moz-zoom-in;
| + | cursor: -webkit-zoom-out; |
| − | cursor: zoom-in;
| + | cursor: zoom-out; |
| − | }
| + | } |
| | | | |
| − | .mfp-auto-cursor .mfp-content {
| + | .mfp-zoom { |
| − | cursor: auto;
| + | cursor: pointer; |
| − | } | + | cursor: -webkit-zoom-in; |
| | + | cursor: -moz-zoom-in; |
| | + | cursor: zoom-in; |
| | + | } |
| | | | |
| − | .mfp-close,
| + | .mfp-auto-cursor .mfp-content { |
| − | .mfp-arrow,
| + | cursor: auto; |
| − | .mfp-preloader,
| + | } |
| − | .mfp-counter { | + | |
| − | -webkit-user-select: none;
| + | |
| − | -moz-user-select: none;
| + | |
| − | user-select: none;
| + | |
| − | }
| + | |
| | | | |
| − | .mfp-loading.mfp-figure {
| + | .mfp-close, |
| − | display: none;
| + | .mfp-arrow, |
| − | } | + | .mfp-preloader, |
| | + | .mfp-counter { |
| | + | -webkit-user-select: none; |
| | + | -moz-user-select: none; |
| | + | user-select: none; |
| | + | } |
| | | | |
| − | .mfp-hide {
| + | .mfp-loading.mfp-figure { |
| − | display: none !important;
| + | display: none; |
| − | }
| + | } |
| | | | |
| − | .mfp-preloader {
| + | .mfp-hide { |
| − | color: #CCC;
| + | display: none !important; |
| − | position: absolute;
| + | } |
| − | top: 50%;
| + | |
| − | width: auto;
| + | |
| − | text-align: center;
| + | |
| − | margin-top: -0.8em;
| + | |
| − | left: 8px;
| + | |
| − | right: 8px;
| + | |
| − | z-index: 1044;
| + | |
| − | }
| + | |
| | | | |
| − | .mfp-preloader a {
| + | .mfp-preloader { |
| − | color: #CCC;
| + | color: #CCC; |
| − | } | + | position: absolute; |
| | + | top: 50%; |
| | + | width: auto; |
| | + | text-align: center; |
| | + | margin-top: -0.8em; |
| | + | left: 8px; |
| | + | right: 8px; |
| | + | z-index: 1044; |
| | + | } |
| | | | |
| − | .mfp-preloader a:hover {
| + | .mfp-preloader a { |
| − | color: #FFF;
| + | color: #CCC; |
| − | }
| + | } |
| | | | |
| − | .mfp-s-ready .mfp-preloader {
| + | .mfp-preloader a:hover { |
| − | display: none;
| + | color: #FFF; |
| − | }
| + | } |
| | | | |
| − | .mfp-s-error .mfp-content {
| + | .mfp-s-ready .mfp-preloader { |
| − | display: none;
| + | display: none; |
| − | }
| + | } |
| | | | |
| − | button.mfp-close,
| + | .mfp-s-error .mfp-content { |
| − | button.mfp-arrow {
| + | display: none; |
| − | overflow: visible;
| + | } |
| − | cursor: pointer;
| + | |
| − | background: transparent;
| + | |
| − | border: 0;
| + | |
| − | -webkit-appearance: none;
| + | |
| − | display: block;
| + | |
| − | outline: none;
| + | |
| − | padding: 0;
| + | |
| − | z-index: 1046;
| + | |
| − | box-shadow: none;
| + | |
| − | touch-action: manipulation;
| + | |
| − | }
| + | |
| | | | |
| − | button::-moz-focus-inner {
| + | button.mfp-close, |
| − | padding: 0;
| + | button.mfp-arrow { |
| − | border: 0;
| + | overflow: visible; |
| − | } | + | cursor: pointer; |
| | + | background: transparent; |
| | + | border: 0; |
| | + | -webkit-appearance: none; |
| | + | display: block; |
| | + | outline: none; |
| | + | padding: 0; |
| | + | z-index: 1046; |
| | + | box-shadow: none; |
| | + | touch-action: manipulation; |
| | + | } |
| | | | |
| − | .mfp-close {
| + | button::-moz-focus-inner { |
| − | width: 44px;
| + | padding: 0; |
| − | height: 44px;
| + | border: 0; |
| − | line-height: 44px;
| + | } |
| − | position: absolute;
| + | |
| − | right: 0;
| + | |
| − | top: 0;
| + | |
| − | text-decoration: none;
| + | |
| − | text-align: center;
| + | |
| − | opacity: 0.65;
| + | |
| − | padding: 0 0 18px 10px;
| + | |
| − | color: #FFF;
| + | |
| − | font-style: normal;
| + | |
| − | font-size: 28px;
| + | |
| − | font-family: Arial, Baskerville, monospace;
| + | |
| − | }
| + | |
| | | | |
| − | .mfp-close:hover,
| + | .mfp-close { |
| − | .mfp-close:focus { | + | width: 44px; |
| − | opacity: 1;
| + | height: 44px; |
| − | } | + | line-height: 44px; |
| | + | position: absolute; |
| | + | right: 0; |
| | + | top: 0; |
| | + | text-decoration: none; |
| | + | text-align: center; |
| | + | opacity: 0.65; |
| | + | padding: 0 0 18px 10px; |
| | + | color: #FFF; |
| | + | font-style: normal; |
| | + | font-size: 28px; |
| | + | font-family: Arial, Baskerville, monospace; |
| | + | } |
| | | | |
| − | .mfp-close:active {
| + | .mfp-close:hover, |
| − | top: 1px;
| + | .mfp-close:focus { |
| − | }
| + | opacity: 1; |
| | + | } |
| | | | |
| − | .mfp-close-btn-in .mfp-close {
| + | .mfp-close:active { |
| − | color: #333;
| + | top: 1px; |
| − | }
| + | } |
| | | | |
| − | .mfp-image-holder .mfp-close,
| + | .mfp-close-btn-in .mfp-close { |
| − | .mfp-iframe-holder .mfp-close {
| + | color: #333; |
| − | color: #FFF;
| + | } |
| − | right: -6px;
| + | |
| − | text-align: right;
| + | |
| − | padding-right: 6px;
| + | |
| − | width: 100%;
| + | |
| − | }
| + | |
| | | | |
| − | .mfp-counter {
| + | .mfp-image-holder .mfp-close, |
| − | position: absolute;
| + | .mfp-iframe-holder .mfp-close { |
| − | top: 0;
| + | color: #FFF; |
| − | right: 0;
| + | right: -6px; |
| − | color: #CCC;
| + | text-align: right; |
| − | font-size: 12px;
| + | padding-right: 6px; |
| − | line-height: 18px;
| + | width: 100%; |
| − | white-space: nowrap;
| + | } |
| − | }
| + | |
| | | | |
| − | .mfp-arrow {
| + | .mfp-counter { |
| − | position: absolute;
| + | position: absolute; |
| − | opacity: 0.65;
| + | top: 0; |
| − | margin: 0;
| + | right: 0; |
| − | top: 50%;
| + | color: #CCC; |
| − | margin-top: -55px;
| + | font-size: 12px; |
| − | padding: 0;
| + | line-height: 18px; |
| − | width: 90px;
| + | white-space: nowrap; |
| − | height: 110px;
| + | } |
| − | -webkit-tap-highlight-color: transparent;
| + | |
| − | }
| + | |
| | | | |
| − | .mfp-arrow:active {
| + | .mfp-arrow { |
| − | margin-top: -54px;
| + | position: absolute; |
| − | } | + | opacity: 0.65; |
| | + | margin: 0; |
| | + | top: 50%; |
| | + | margin-top: -55px; |
| | + | padding: 0; |
| | + | width: 90px; |
| | + | height: 110px; |
| | + | -webkit-tap-highlight-color: transparent; |
| | + | } |
| | | | |
| − | .mfp-arrow:hover,
| + | .mfp-arrow:active { |
| − | .mfp-arrow:focus { | + | margin-top: -54px; |
| − | opacity: 1;
| + | } |
| − | }
| + | |
| | | | |
| − | .mfp-arrow:before,
| + | .mfp-arrow:hover, |
| − | .mfp-arrow:after {
| + | .mfp-arrow:focus { |
| − | content: '';
| + | opacity: 1; |
| − | display: block;
| + | } |
| − | width: 0;
| + | |
| − | height: 0;
| + | |
| − | position: absolute;
| + | |
| − | left: 0;
| + | |
| − | top: 0;
| + | |
| − | margin-top: 35px;
| + | |
| − | margin-left: 35px;
| + | |
| − | border: medium inset transparent;
| + | |
| − | }
| + | |
| | | | |
| − | .mfp-arrow:after {
| + | .mfp-arrow:before, |
| − | border-top-width: 13px;
| + | .mfp-arrow:after { |
| − | border-bottom-width: 13px;
| + | content: ''; |
| − | top: 8px;
| + | display: block; |
| − | } | + | width: 0; |
| | + | height: 0; |
| | + | position: absolute; |
| | + | left: 0; |
| | + | top: 0; |
| | + | margin-top: 35px; |
| | + | margin-left: 35px; |
| | + | border: medium inset transparent; |
| | + | } |
| | | | |
| − | .mfp-arrow:before {
| + | .mfp-arrow:after { |
| − | border-top-width: 21px;
| + | border-top-width: 13px; |
| − | border-bottom-width: 21px;
| + | border-bottom-width: 13px; |
| − | opacity: 0.7;
| + | top: 8px; |
| − | }
| + | } |
| | | | |
| − | .mfp-arrow-left {
| + | .mfp-arrow:before { |
| − | left: 0;
| + | border-top-width: 21px; |
| − | } | + | border-bottom-width: 21px; |
| | + | opacity: 0.7; |
| | + | } |
| | | | |
| − | .mfp-arrow-left:after {
| + | .mfp-arrow-left { |
| − | border-right: 17px solid #FFF;
| + | left: 0; |
| − | margin-left: 31px;
| + | } |
| − | }
| + | |
| | | | |
| − | .mfp-arrow-left:before {
| + | .mfp-arrow-left:after { |
| − | margin-left: 25px;
| + | border-right: 17px solid #FFF; |
| − | border-right: 27px solid #3F3F3F;
| + | margin-left: 31px; |
| − | } | + | } |
| | | | |
| − | .mfp-arrow-right {
| + | .mfp-arrow-left:before { |
| − | right: 0;
| + | margin-left: 25px; |
| − | } | + | border-right: 27px solid #3F3F3F; |
| | + | } |
| | | | |
| − | .mfp-arrow-right:after {
| + | .mfp-arrow-right { |
| − | border-left: 17px solid #FFF;
| + | right: 0; |
| − | margin-left: 39px;
| + | } |
| − | }
| + | |
| | | | |
| − | .mfp-arrow-right:before {
| + | .mfp-arrow-right:after { |
| − | border-left: 27px solid #3F3F3F;
| + | border-left: 17px solid #FFF; |
| − | } | + | margin-left: 39px; |
| | + | } |
| | | | |
| − | .mfp-iframe-holder {
| + | .mfp-arrow-right:before { |
| − | padding-top: 40px;
| + | border-left: 27px solid #3F3F3F; |
| − | padding-bottom: 40px;
| + | } |
| − | }
| + | |
| | | | |
| − | .mfp-iframe-holder .mfp-content {
| + | .mfp-iframe-holder { |
| − | line-height: 0;
| + | padding-top: 40px; |
| − | width: 100%;
| + | padding-bottom: 40px; |
| − | max-width: 900px;
| + | } |
| − | }
| + | |
| | | | |
| − | .mfp-iframe-holder .mfp-close {
| + | .mfp-iframe-holder .mfp-content { |
| − | top: -40px;
| + | line-height: 0; |
| − | } | + | width: 100%; |
| | + | max-width: 900px; |
| | + | } |
| | | | |
| − | .mfp-iframe-scaler {
| + | .mfp-iframe-holder .mfp-close { |
| − | width: 100%;
| + | top: -40px; |
| − | height: 0;
| + | } |
| − | overflow: hidden;
| + | |
| − | padding-top: 56.25%;
| + | |
| − | }
| + | |
| | | | |
| − | .mfp-iframe-scaler iframe {
| + | .mfp-iframe-scaler { |
| − | position: absolute;
| + | width: 100%; |
| − | display: block;
| + | height: 0; |
| − | top: 0;
| + | overflow: hidden; |
| − | left: 0;
| + | padding-top: 56.25%; |
| − | width: 100%;
| + | } |
| − | height: 100%;
| + | |
| − | box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
| + | |
| − | background: #000;
| + | |
| − | }
| + | |
| | | | |
| − | /* Main image in popup */
| + | .mfp-iframe-scaler iframe { |
| − | img.mfp-img {
| + | position: absolute; |
| − | width: auto;
| + | display: block; |
| − | max-width: 100%;
| + | top: 0; |
| − | height: auto;
| + | left: 0; |
| − | display: block;
| + | width: 100%; |
| − | line-height: 0;
| + | height: 100%; |
| − | box-sizing: border-box;
| + | box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); |
| − | padding: 40px 0 40px;
| + | background: #000; |
| − | margin: 0 auto;
| + | } |
| − | }
| + | |
| | | | |
| − | /* The shadow behind the image */
| + | /* Main image in popup */ |
| − | .mfp-figure {
| + | img.mfp-img { |
| − | line-height: 0;
| + | width: auto; |
| − | } | + | max-width: 100%; |
| | + | height: auto; |
| | + | display: block; |
| | + | line-height: 0; |
| | + | box-sizing: border-box; |
| | + | padding: 40px 0 40px; |
| | + | margin: 0 auto; |
| | + | } |
| | | | |
| − | .mfp-figure:after {
| + | /* The shadow behind the image */ |
| − | content: '';
| + | .mfp-figure { |
| − | position: absolute;
| + | line-height: 0; |
| − | left: 0;
| + | } |
| − | top: 40px;
| + | |
| − | bottom: 40px;
| + | |
| − | display: block;
| + | |
| − | right: 0;
| + | |
| − | width: auto;
| + | |
| − | height: auto;
| + | |
| − | z-index: -1;
| + | |
| − | box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
| + | |
| − | background: #444;
| + | |
| − | }
| + | |
| | | | |
| − | .mfp-figure small {
| + | .mfp-figure:after { |
| − | color: #BDBDBD;
| + | content: ''; |
| − | display: block;
| + | position: absolute; |
| − | font-size: 12px;
| + | left: 0; |
| − | line-height: 14px;
| + | top: 40px; |
| − | } | + | bottom: 40px; |
| | + | display: block; |
| | + | right: 0; |
| | + | width: auto; |
| | + | height: auto; |
| | + | z-index: -1; |
| | + | box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); |
| | + | background: #444; |
| | + | } |
| | | | |
| − | .mfp-figure figure {
| + | .mfp-figure small { |
| − | margin: 0;
| + | color: #BDBDBD; |
| − | } | + | display: block; |
| | + | font-size: 12px; |
| | + | line-height: 14px; |
| | + | } |
| | | | |
| − | .mfp-bottom-bar {
| + | .mfp-figure figure { |
| − | margin-top: -36px;
| + | margin: 0; |
| − | position: absolute;
| + | } |
| − | top: 100%;
| + | |
| − | left: 0;
| + | |
| − | width: 100%;
| + | |
| − | cursor: auto;
| + | |
| − | }
| + | |
| | | | |
| − | .mfp-title {
| + | .mfp-bottom-bar { |
| − | text-align: left;
| + | margin-top: -36px; |
| − | line-height: 18px;
| + | position: absolute; |
| − | color: #F3F3F3;
| + | top: 100%; |
| − | word-wrap: break-word;
| + | left: 0; |
| − | padding-right: 36px;
| + | width: 100%; |
| − | } | + | cursor: auto; |
| | + | } |
| | | | |
| − | .mfp-image-holder .mfp-content {
| + | .mfp-title { |
| − | max-width: 100%;
| + | text-align: left; |
| − | } | + | line-height: 18px; |
| | + | color: #F3F3F3; |
| | + | word-wrap: break-word; |
| | + | padding-right: 36px; |
| | + | } |
| | | | |
| − | .mfp-gallery .mfp-image-holder .mfp-figure { | + | .mfp-image-holder .mfp-content { |
| − | cursor: pointer;
| + | max-width: 100%; |
| − | }
| + | } |
| | + | |
| | + | .mfp-gallery .mfp-image-holder .mfp-figure { |
| | + | cursor: pointer; |
| | + | } |
| | + | |
| | + | @media screen and (max-width: 800px) and (orientation: landscape), |
| | + | screen and (max-height: 300px) { |
| | | | |
| − | @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { | + | /** |
| − | /**
| + | |
| | * Remove all paddings around the image on small screen | | * Remove all paddings around the image on small screen |
| | */ | | */ |
| − | .mfp-img-mobile .mfp-image-holder {
| + | .mfp-img-mobile .mfp-image-holder { |
| − | padding-left: 0;
| + | padding-left: 0; |
| − | padding-right: 0;
| + | padding-right: 0; |
| − | }
| + | } |
| | | | |
| − | .mfp-img-mobile img.mfp-img {
| + | .mfp-img-mobile img.mfp-img { |
| − | padding: 0;
| + | padding: 0; |
| − | }
| + | } |
| | | | |
| − | .mfp-img-mobile .mfp-figure:after {
| + | .mfp-img-mobile .mfp-figure:after { |
| − | top: 0;
| + | top: 0; |
| − | bottom: 0;
| + | bottom: 0; |
| − | }
| + | } |
| | | | |
| − | .mfp-img-mobile .mfp-figure small {
| + | .mfp-img-mobile .mfp-figure small { |
| − | display: inline;
| + | display: inline; |
| − | margin-left: 5px;
| + | margin-left: 5px; |
| − | }
| + | |
| − | | + | |
| − | .mfp-img-mobile .mfp-bottom-bar {
| + | |
| − | background: rgba(0, 0, 0, 0.6);
| + | |
| − | bottom: 0;
| + | |
| − | margin: 0;
| + | |
| − | top: auto;
| + | |
| − | padding: 3px 5px;
| + | |
| − | position: fixed;
| + | |
| − | box-sizing: border-box;
| + | |
| − | }
| + | |
| − | | + | |
| − | .mfp-img-mobile .mfp-bottom-bar:empty {
| + | |
| − | padding: 0;
| + | |
| − | }
| + | |
| − | | + | |
| − | .mfp-img-mobile .mfp-counter {
| + | |
| − | right: 5px;
| + | |
| − | top: 3px;
| + | |
| − | }
| + | |
| − | | + | |
| − | .mfp-img-mobile .mfp-close {
| + | |
| − | top: 0;
| + | |
| − | right: 0;
| + | |
| − | width: 35px;
| + | |
| − | height: 35px;
| + | |
| − | line-height: 35px;
| + | |
| − | background: rgba(0, 0, 0, 0.6);
| + | |
| − | position: fixed;
| + | |
| − | text-align: center;
| + | |
| − | padding: 0;
| + | |
| − | }
| + | |
| | } | | } |
| | | | |
| − | @media all and (max-width: 900px) { | + | .mfp-img-mobile .mfp-bottom-bar { |
| − | .mfp-arrow {
| + | background: rgba(0, 0, 0, 0.6); |
| − | -webkit-transform: scale(0.75);
| + | bottom: 0; |
| − | transform: scale(0.75);
| + | margin: 0; |
| − | } | + | top: auto; |
| − | | + | padding: 3px 5px; |
| − | .mfp-arrow-left {
| + | position: fixed; |
| − | -webkit-transform-origin: 0;
| + | box-sizing: border-box; |
| − | transform-origin: 0;
| + | |
| − | } | + | |
| − | | + | |
| − | .mfp-arrow-right {
| + | |
| − | -webkit-transform-origin: 100%;
| + | |
| − | transform-origin: 100%;
| + | |
| − | } | + | |
| − | | + | |
| − | .mfp-container {
| + | |
| − | padding-left: 6px;
| + | |
| − | padding-right: 6px;
| + | |
| − | }
| + | |
| | } | | } |
| | | | |
| − | .mfp-zoom-out { | + | .mfp-img-mobile .mfp-bottom-bar:empty { |
| − | /* start state */ | + | padding: 0; |
| − | /* animate in */
| + | |
| − | /* animate out */
| + | |
| | } | | } |
| | | | |
| − | .mfp-zoom-out .mfp-with-anim { | + | .mfp-img-mobile .mfp-counter { |
| − | opacity: 0; | + | right: 5px; |
| − | transition: all 0.3s ease-in-out; | + | top: 3px; |
| − | transform: scale(1.3);
| + | |
| | } | | } |
| | | | |
| − | .mfp-zoom-out.mfp-bg { | + | .mfp-img-mobile .mfp-close { |
| − | opacity: 0; | + | top: 0; |
| − | transition: all 0.3s ease-out; | + | right: 0; |
| | + | width: 35px; |
| | + | height: 35px; |
| | + | line-height: 35px; |
| | + | background: rgba(0, 0, 0, 0.6); |
| | + | position: fixed; |
| | + | text-align: center; |
| | + | padding: 0; |
| | } | | } |
| | + | } |
| | | | |
| − | .mfp-zoom-out.mfp-ready .mfp-with-anim { | + | @media all and (max-width: 900px) { |
| − | opacity: 1; | + | .mfp-arrow { |
| − | transform: scale(1); | + | -webkit-transform: scale(0.75); |
| | + | transform: scale(0.75); |
| | } | | } |
| | | | |
| − | .mfp-zoom-out.mfp-ready.mfp-bg { | + | .mfp-arrow-left { |
| − | opacity: 0.8; | + | -webkit-transform-origin: 0; |
| | + | transform-origin: 0; |
| | } | | } |
| | | | |
| − | .mfp-zoom-out.mfp-removing .mfp-with-anim { | + | .mfp-arrow-right { |
| − | transform: scale(1.3); | + | -webkit-transform-origin: 100%; |
| − | opacity: 0; | + | transform-origin: 100%; |
| | } | | } |
| | | | |
| − | .mfp-zoom-out.mfp-removing.mfp-bg { | + | .mfp-container { |
| − | opacity: 0; | + | padding-left: 6px; |
| | + | padding-right: 6px; |
| | } | | } |
| − | </style> | + | } |
| | | | |
| − | </head> | + | .mfp-zoom-out { |
| | + | /* start state */ |
| | + | /* animate in */ |
| | + | /* animate out */ |
| | + | } |
| | + | |
| | + | .mfp-zoom-out .mfp-with-anim { |
| | + | opacity: 0; |
| | + | transition: all 0.3s ease-in-out; |
| | + | transform: scale(1.3); |
| | + | } |
| | + | |
| | + | .mfp-zoom-out.mfp-bg { |
| | + | opacity: 0; |
| | + | transition: all 0.3s ease-out; |
| | + | } |
| | + | |
| | + | .mfp-zoom-out.mfp-ready .mfp-with-anim { |
| | + | opacity: 1; |
| | + | transform: scale(1); |
| | + | } |
| | + | |
| | + | .mfp-zoom-out.mfp-ready.mfp-bg { |
| | + | opacity: 0.8; |
| | + | } |
| | + | |
| | + | .mfp-zoom-out.mfp-removing .mfp-with-anim { |
| | + | transform: scale(1.3); |
| | + | opacity: 0; |
| | + | } |
| | + | |
| | + | .mfp-zoom-out.mfp-removing.mfp-bg { |
| | + | opacity: 0; |
| | + | } |
| | + | </style> |
| | + | |
| | + | </head> |
| | | | |
| | <body style=""> | | <body style=""> |
| − | <section id="nav-placeholder">
| + | <section id="nav-placeholder"> |
| − | <nav class="shadow navbar navbar-expand-md navbar-dark fixed-top"
| + | <nav class="shadow navbar navbar-expand-md navbar-dark fixed-top" |
| − | style="background-color: rgba(30, 30, 30, 0.3); z-index: 100;">
| + | style="background-color: rgba(30, 30, 30, 0.3); z-index: 100;"> |
| − | <a class="navbar-brand" href="https://2019.igem.org/Team:Tuebingen">
| + | <a class="navbar-brand" href="https://2019.igem.org/Team:Tuebingen"> |
| − | <img src="https://2019.igem.org/wiki/images/2/2a/T--Tuebingen--white_logo_animated.gif" alt="logo"
| + | <img src="https://2019.igem.org/wiki/images/2/2a/T--Tuebingen--white_logo_animated.gif" alt="logo" |
| − | style="width:70px;">
| + | style="width:70px;"> |
| − | <h5 class="d-inline ml-3" style="font-family: 'Righteous', cursive; font-weight: normal;">GLP.exe</h5>
| + | <h5 class="d-inline ml-3" style="font-family: 'Righteous', cursive; font-weight: normal;">GLP.exe</h5> |
| − | </a>
| + | </a> |
| − | <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
| + | <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar"> |
| − | <span class="navbar-toggler-icon"></span>
| + | <span class="navbar-toggler-icon"></span> |
| − | </button>
| + | </button> |
| − | <div class="collapse navbar-collapse justify-content-around" id="collapsibleNavbar">
| + | <div class="collapse navbar-collapse justify-content-around" id="collapsibleNavbar"> |
| − | <ul class="navbar-nav">
| + | <ul class="navbar-nav"> |
| − | <li id="ourStoryButton" class="nav-item mx-3">
| + | <li id="ourStoryButton" class="nav-item mx-3"> |
| − | <a class="nav-link" href="/Team:Tuebingen/Story"
| + | <a class="nav-link" href="/Team:Tuebingen/Story" |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">OUR
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">OUR |
| − | STORY</a>
| + | STORY</a> |
| − | </li>
| + | </li> |
| | | | |
| − | <li class="nav-item dropdown mx-3">
| + | <li class="nav-item dropdown mx-3"> |
| − | <a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown"
| + | <a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown" |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;"> |
| − | PROJECT
| + | PROJECT |
| − | </a>
| + | </a> |
| − | <div class="dropdown-menu">
| + | <div class="dropdown-menu"> |
| − | <a class="dropdown-item" href="/Team:Tuebingen/Description"
| + | <a class="dropdown-item" href="/Team:Tuebingen/Description" |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Description</a>
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Description</a> |
| − | <a class="dropdown-item" href="/Team:Tuebingen/Killswitch"
| + | <a class="dropdown-item" href="/Team:Tuebingen/Killswitch" |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Kill Switch</a>
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Kill |
| − | <a class="dropdown-item" href="/Team:Tuebingen/Nissle"
| + | Switch</a> |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Nissle</a>
| + | <a class="dropdown-item" href="/Team:Tuebingen/Nissle" |
| − | <a class="dropdown-item" href="/Team:Tuebingen/Incretin"
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Nissle</a> |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Incretin</a>
| + | <a class="dropdown-item" href="/Team:Tuebingen/Incretin" |
| − | <a class="dropdown-item" href="/Team:Tuebingen/Model"
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Incretin</a> |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Model</a>
| + | <a class="dropdown-item" href="/Team:Tuebingen/Model" |
| − | <a class="dropdown-item" href="/Team:Tuebingen/Software"
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Model</a> |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Software</a>
| + | <a class="dropdown-item" href="/Team:Tuebingen/Software" |
| − | <a class="dropdown-item" href="/Team:Tuebingen/Results"
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Software</a> |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Results</a>
| + | <a class="dropdown-item" href="/Team:Tuebingen/Results" |
| − | <a class="dropdown-item" href="/Team:Tuebingen/Demonstrate"
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Results</a> |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Demonstrate</a>
| + | <a class="dropdown-item" href="/Team:Tuebingen/Demonstrate" |
| − | <a class="dropdown-item" href="/Team:Tuebingen/Notebook"
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Demonstrate</a> |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Notebook</a>
| + | <a class="dropdown-item" href="/Team:Tuebingen/Notebook" |
| − | <a class="dropdown-item" href="/Team:Tuebingen/Outlook"
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Notebook</a> |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Outlook</a>
| + | <a class="dropdown-item" href="/Team:Tuebingen/Outlook" |
| − | <a class="dropdown-item" href="/Team:Tuebingen/Entrepreneurship"
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Outlook</a> |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Entrepreneurship</a>
| + | <a class="dropdown-item" href="/Team:Tuebingen/Entrepreneurship" |
| − | </div>
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Entrepreneurship</a> |
| − | </li>
| + | </div> |
| − | <li class="nav-item dropdown mx-3">
| + | </li> |
| − | <a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown"
| + | <li class="nav-item dropdown mx-3"> |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">
| + | <a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown" |
| − | PARTS
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;"> |
| − | </a>
| + | PARTS |
| − | <div class="dropdown-menu">
| + | </a> |
| − | <a class="dropdown-item" href="/Team:Tuebingen/Parts"
| + | <div class="dropdown-menu"> |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Parts
| + | <a class="dropdown-item" href="/Team:Tuebingen/Parts" |
| − | Overview</a>
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Parts |
| − | <a class="dropdown-item" href="/Team:Tuebingen/Basic_Part"
| + | Overview</a> |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Basic
| + | <a class="dropdown-item" href="/Team:Tuebingen/Basic_Part" |
| − | Parts</a>
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Basic |
| − | <a class="dropdown-item" href="/Team:Tuebingen/Improved_Part"
| + | Parts</a> |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Improved
| + | <a class="dropdown-item" href="/Team:Tuebingen/Improved_Part" |
| − | Parts</a>
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Improved |
| − | <a class="dropdown-item" href="/Team:Tuebingen/Characterized_Part"
| + | Parts</a> |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Improved
| + | <a class="dropdown-item" href="/Team:Tuebingen/Characterized_Part" |
| − | Parts</a>
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Characterized |
| − | <a class="dropdown-item" href="/Team:Tuebingen/Composite_Part"
| + | Parts</a> |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Composite
| + | <a class="dropdown-item" href="/Team:Tuebingen/Composite_Part" |
| − | Parts</a>
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Composite |
| − | <a class="dropdown-item" href="/Team:Tuebingen/Part_Collection"
| + | Parts</a> |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Part
| + | <a class="dropdown-item" href="/Team:Tuebingen/Part_Collection" |
| − | Collection</a>
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Part |
| − | <a class="dropdown-item" href="/Team:Tuebingen/Downloads"
| + | Collection</a> |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Downloads</a>
| + | <a class="dropdown-item" href="/Team:Tuebingen/Downloads" |
| − | </div>
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Downloads</a> |
| − | </li>
| + | </div> |
| | + | </li> |
| | | | |
| − | <li class="nav-item dropdown mx-3">
| + | <li class="nav-item dropdown mx-3"> |
| − | <a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown"
| + | <a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown" |
| − | style="font-family: 'Righteous', cursive; font-weight: normal;color: #2ecc71;">
| + | style="font-family: 'Righteous', cursive; font-weight: normal;color: #2ecc71;"> |
| − | PEOPLE
| + | PEOPLE |
| − | </a>
| + | </a> |
| − | <div class="dropdown-menu">
| + | <div class="dropdown-menu"> |
| − | <a class="dropdown-item" href="/Team:Tuebingen/Team"
| + | <a class="dropdown-item" href="/Team:Tuebingen/Team" |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Team</a>
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Team</a> |
| − | <a class="dropdown-item" href="/Team:Tuebingen/Collaborations"
| + | <a class="dropdown-item" href="/Team:Tuebingen/Collaborations" |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Collaborations</a>
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Collaborations</a> |
| − | <a class="dropdown-item" href="/Team:Tuebingen/Sponsors"
| + | <a class="dropdown-item" href="/Team:Tuebingen/Sponsors" |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Sponsors</a>
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Sponsors</a> |
| − | <a class="dropdown-item" href="/Team:Tuebingen/Attributions"
| + | <a class="dropdown-item" href="/Team:Tuebingen/Attributions" |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Attributions</a>
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Attributions</a> |
| − | <a class="dropdown-item" href="/Team:Tuebingen/Gallery"
| + | <a class="dropdown-item" href="/Team:Tuebingen/Gallery" |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Gallery</a>
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Gallery</a> |
| − | </div>
| + | </div> |
| − | </li>
| + | </li> |
| | | | |
| − | <li class="nav-item dropdown mx-3">
| + | <li class="nav-item dropdown mx-3"> |
| − | <a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown"
| + | <a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown" |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;"> |
| − | HUMAN PRACTICES
| + | HUMAN PRACTICES |
| − | </a>
| + | </a> |
| − | <div class="dropdown-menu">
| + | <div class="dropdown-menu"> |
| − | <a class="dropdown-item" href="/Team:Tuebingen/Human_Practices"
| + | <a class="dropdown-item" href="/Team:Tuebingen/Human_Practices" |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Overview</a>
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Overview</a> |
| − | <a class="dropdown-item" href="/Team:Tuebingen/Public_Engagement"
| + | <a class="dropdown-item" href="/Team:Tuebingen/Public_Engagement" |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Education & Public Engagement</a>
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Education |
| − | <a class="dropdown-item" href="/Team:Tuebingen/Experts"
| + | & Public Engagement</a> |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Experts</a>
| + | <a class="dropdown-item" href="/Team:Tuebingen/Experts" |
| − | <a class="dropdown-item" href="/Team:Tuebingen/SDG"
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Experts</a> |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Sustainable Development Goals</a>
| + | <a class="dropdown-item" href="/Team:Tuebingen/SDG" |
| − | <a class="dropdown-item" href="/Team:Tuebingen/Experimenta"
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Sustainable |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Experimenta
| + | Development Goals</a> |
| − | Science Center</a>
| + | <a class="dropdown-item" href="/Team:Tuebingen/Experimenta" |
| − | <a class="dropdown-item" href="/Team:Tuebingen/Survey"
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Experimenta |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Survey</a>
| + | Science Center</a> |
| − | </div>
| + | <a class="dropdown-item" href="/Team:Tuebingen/Survey" |
| − | </li>
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Survey</a> |
| − | <li class="nav-item dropdown mx-3">
| + | </div> |
| − | <a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown"
| + | </li> |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">
| + | <li class="nav-item dropdown mx-3"> |
| − | AWARDS
| + | <a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown" |
| − | </a>
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;"> |
| − | <div class="dropdown-menu">
| + | AWARDS |
| − | <a class="dropdown-item" href="/Team:Tuebingen/Human_Practices"
| + | </a> |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Integrated Human Practise</a>
| + | <div class="dropdown-menu"> |
| − | <a class="dropdown-item" href="/Team:Tuebingen/Public_Engagement"
| + | <a class="dropdown-item" href="/Team:Tuebingen/Human_Practices" |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Education & Public Engagement</a>
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Integrated |
| − | <a class="dropdown-item" href="/Team:Tuebingen/Entrepreneurship"
| + | Human Practise</a> |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Supporting Entrepreneurship</a>
| + | <a class="dropdown-item" href="/Team:Tuebingen/Public_Engagement" |
| − | <a class="dropdown-item" href="/Team:Tuebingen/Model"
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Education |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Model</a>
| + | & Public Engagement</a> |
| − | <a class="dropdown-item" href="/Team:Tuebingen/Software"
| + | <a class="dropdown-item" href="/Team:Tuebingen/Entrepreneurship" |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Software</a>
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Supporting |
| − | </div>
| + | Entrepreneurship</a> |
| − | </li>
| + | <a class="dropdown-item" href="/Team:Tuebingen/Model" |
| | + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Model</a> |
| | + | <a class="dropdown-item" href="/Team:Tuebingen/Software" |
| | + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Software</a> |
| | + | </div> |
| | + | </li> |
| | | | |
| − | <li class="nav-item mx-3">
| + | <li class="nav-item mx-3"> |
| − | <a class="nav-link" href="/Team:Tuebingen/Safety"
| + | <a class="nav-link" href="/Team:Tuebingen/Safety" |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">SAFETY</a>
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">SAFETY</a> |
| − | </li>
| + | </li> |
| | | | |
| − | <li class="nav-item mx-3">
| + | <li class="nav-item mx-3"> |
| − | <a class="nav-link" href="https://igem.org/2019_Judging_Form?team=Tuebingen" target="_blank"
| + | <a class="nav-link" href="https://igem.org/2019_Judging_Form?team=Tuebingen" target="_blank" |
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">JUDGING FORM ⇗</a>
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">JUDGING FORM |
| − | </li>
| + | ⇗</a> |
| | + | </li> |
| | | | |
| − | <li class="nav-item mx-1 pt-2">
| + | <li class="nav-item mx-1 pt-2"> |
| − | <a href="https://www.facebook.com/igemtuebingen/" class="fa fa-facebook" target="_blank"></a>
| + | <a href="https://www.facebook.com/igemtuebingen/" class="fa fa-facebook" target="_blank"></a> |
| − | </li>
| + | </li> |
| − | <li class="nav-item mx-1 pt-2">
| + | <li class="nav-item mx-1 pt-2"> |
| − | <a href="https://twitter.com/iGEMTuebingen" class="fa fa-twitter" target="_blank"></a>
| + | <a href="https://twitter.com/iGEMTuebingen" class="fa fa-twitter" target="_blank"></a> |
| − | </li>
| + | </li> |
| − | <li class="nav-item mx-1 pt-2">
| + | <li class="nav-item mx-1 pt-2"> |
| − | <a href="https://www.instagram.com/igem_tuebingen/" class="fa fa-instagram" target="_blank"></a>
| + | <a href="https://www.instagram.com/igem_tuebingen/" class="fa fa-instagram" target="_blank"></a> |
| − | </li>
| + | </li> |
| | | | |
| − | </ul>
| + | </ul> |
| − | </div>
| + | </div> |
| − | </nav>
| + | </nav> |
| − | </section> | + | </section> |
| − | <script> | + | <script> |
| − | var url = window.location.href;
| + | var url = window.location.href; |
| − | $(function () {
| + | $(function () { |
| − | $('.nav-link[href="' + url + '"]').addClass("active");
| + | $('.nav-link[href="' + url + '"]').addClass("active"); |
| − | $('.dropdown-item[href="' + url + '"]').addClass("active");
| + | $('.dropdown-item[href="' + url + '"]').addClass("active"); |
| − | $('.dropdown-item[href="' + url + '"]').parent().parent().addClass("active");
| + | $('.dropdown-item[href="' + url + '"]').parent().parent().addClass("active"); |
| − | });
| + | }); |
| − | </script> | + | </script> |
| − | <script src="https://2019.igem.org/Team:Tuebingen/jqueryminjs?action=raw&ctype=text/javascript"></script> | + | <script src="https://2019.igem.org/Team:Tuebingen/jqueryminjs?action=raw&ctype=text/javascript"></script> |
| − | <script src="https://2019.igem.org/Team:Tuebingen/popperjs?action=raw&ctype=text/javascript"></script> | + | <script src="https://2019.igem.org/Team:Tuebingen/popperjs?action=raw&ctype=text/javascript"></script> |
| − | <script src="https://2019.igem.org/Team:Tuebingen/bootstrapjs?action=raw&ctype=text/javascript"></script> | + | <script src="https://2019.igem.org/Team:Tuebingen/bootstrapjs?action=raw&ctype=text/javascript"></script> |
| − | <script src="https://2019.igem.org/Template:Tuebingen/GLPexeJS?action=raw&ctype=text/javascript"></script> | + | <script src="https://2019.igem.org/Template:Tuebingen/GLPexeJS?action=raw&ctype=text/javascript"></script> |
| | </body> | | </body> |
| | | | |
| | <style> | | <style> |
| − |
| |
| | .pictureTitle { | | .pictureTitle { |
| | background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .5)), url("http://2018.igem.org/wiki/images/2/21/T--Munich--header_projectdesign.png"); | | background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .5)), url("http://2018.igem.org/wiki/images/2/21/T--Munich--header_projectdesign.png"); |
| Line 10,447: |
Line 11,376: |
| | | | |
| | | | |
| − | @media only screen and (max-width: 575.98px) { | + | @media only screen and (max-width: 575.98px) {} |
| − | }
| + | |
| | | | |
| − | @media only screen and (max-width: 767.98px) { | + | @media only screen and (max-width: 767.98px) {} |
| − | }
| + | |
| | | | |
| − | @media only screen and (max-width: 991.98px) { | + | @media only screen and (max-width: 991.98px) {} |
| − | }
| + | |
| | | | |
| − | @media only screen and (max-width: 1199.98px) { | + | @media only screen and (max-width: 1199.98px) {} |
| − | }
| + | |
| | | | |
| | /* | | /* |
| Line 10,465: |
Line 11,390: |
| | */ | | */ |
| | | | |
| − | .btn-link { | + | .btn-link { |
| | font-weight: 400; | | font-weight: 400; |
| | color: #007bff; | | color: #007bff; |
| Line 10,478: |
Line 11,403: |
| | } | | } |
| | | | |
| − | .btn-link.focus, .btn-link:focus { | + | .btn-link.focus, |
| | + | .btn-link:focus { |
| | text-decoration: underline; | | text-decoration: underline; |
| | border-color: transparent; | | border-color: transparent; |
| Line 10,484: |
Line 11,410: |
| | } | | } |
| | | | |
| − | .btn-link.disabled, .btn-link:disabled { | + | .btn-link.disabled, |
| | + | .btn-link:disabled { |
| | color: #6c757d; | | color: #6c757d; |
| | pointer-events: none | | pointer-events: none |
| | } | | } |
| | | | |
| − | .btn-link{ | + | .btn-link { |
| − | opacity: 0.8; | + | opacity: 0.8; |
| − | text-decoration: none; | + | text-decoration: none; |
| − | color: white; | + | color: white; |
| − | } | + | } |
| − | .btn-link:hover{ | + | |
| − | opacity: 1; | + | .btn-link:hover { |
| − | text-decoration: none; | + | opacity: 1; |
| − | color: rgba(105, 202, 98, 1.1);
| + | text-decoration: none; |
| − | } | + | color: rgba(105, 202, 98, 1.1); |
| − | .btn-link:focus{ | + | } |
| − | opacity: 1; | + | |
| − | text-decoration: none; | + | .btn-link:focus { |
| − | color: rgba(105, 202, 98, 1.1);
| + | opacity: 1; |
| − | } | + | text-decoration: none; |
| − | .card-header{ | + | color: rgba(105, 202, 98, 1.1); |
| − | background-color: rgba(50,50,50,1); | + | } |
| − | } | + | |
| − | .card button{ | + | .card-header { |
| − | width: 100%; | + | background-color: rgba(50, 50, 50, 1); |
| − | font-size: 1.5rem; | + | } |
| − | } | + | |
| | + | .card button { |
| | + | width: 100%; |
| | + | font-size: 1.5rem; |
| | + | } |
| | + | |
| | /* | | /* |
| | ======================== | | ======================== |
| Line 10,522: |
Line 11,454: |
| | ======================== | | ======================== |
| | */ | | */ |
| − | .btn-one { | + | .btn-one { |
| − | color: rgba(105, 202, 98, 1.1);
| + | color: rgba(105, 202, 98, 1.1); |
| − | transition: all 0.3s;
| + | transition: all 0.3s; |
| − | position: relative;
| + | position: relative; |
| − | } | + | } |
| − | .btn-one span { | + | |
| − | transition: all 0.3s;
| + | .btn-one span { |
| − | } | + | transition: all 0.3s; |
| − | .btn-one::before { | + | } |
| − | content: '';
| + | |
| − | position: absolute;
| + | .btn-one::before { |
| − | bottom: 0;
| + | content: ''; |
| − | left: 0;
| + | position: absolute; |
| − | width: 100%;
| + | bottom: 0; |
| − | height: 100%;
| + | left: 0; |
| − | z-index: 1;
| + | width: 100%; |
| − | opacity: 0;
| + | height: 100%; |
| − | transition: all 0.3s;
| + | z-index: 1; |
| − | border-top-width: 1px;
| + | opacity: 0; |
| − | border-bottom-width: 1px;
| + | transition: all 0.3s; |
| − | border-top-style: solid;
| + | border-top-width: 1px; |
| − | border-bottom-style: solid;
| + | border-bottom-width: 1px; |
| − | border-top-color: rgba(105, 202, 98, 1.1);
| + | border-top-style: solid; |
| − | border-bottom-color: rgba(105, 202, 98, 1.1);
| + | border-bottom-style: solid; |
| − | transform: scale(0.1, 1);
| + | border-top-color: rgba(105, 202, 98, 1.1); |
| − | } | + | border-bottom-color: rgba(105, 202, 98, 1.1); |
| − | .btn-one:hover span { | + | transform: scale(0.1, 1); |
| − | letter-spacing: 2px;
| + | } |
| − | } | + | |
| − | .btn-one:hover::before { | + | .btn-one:hover span { |
| − | opacity: 1;
| + | letter-spacing: 2px; |
| − | transform: scale(1, 1);
| + | } |
| − | } | + | |
| − | .btn-one::after { | + | .btn-one:hover::before { |
| − | content: '';
| + | opacity: 1; |
| − | position: absolute;
| + | transform: scale(1, 1); |
| − | bottom: 0;
| + | } |
| − | left: 0;
| + | |
| − | width: 100%;
| + | .btn-one::after { |
| − | height: 100%;
| + | content: ''; |
| − | z-index: 1;
| + | position: absolute; |
| − | transition: all 0.3s;
| + | bottom: 0; |
| − | background-color: rgba(255,255,255,0.05);
| + | left: 0; |
| − | } | + | width: 100%; |
| − | .btn-one:hover::after { | + | height: 100%; |
| − | opacity: 0;
| + | z-index: 1; |
| − | transform: scale(0.1, 1);}
| + | transition: all 0.3s; |
| | + | background-color: rgba(255, 255, 255, 0.05); |
| | + | } |
| | + | |
| | + | .btn-one:hover::after { |
| | + | opacity: 0; |
| | + | transform: scale(0.1, 1); |
| | + | } |
| | + | |
| | /* | | /* |
| | ======================== | | ======================== |
| Line 10,634: |
Line 11,574: |
| | } | | } |
| | | | |
| − | .info h1{ | + | .info h1 { |
| − | font-size:3.0em; | + | font-size: 3.0em; |
| | } | | } |
| | | | |
| − | .info h4, .meta { | + | .info h4, |
| | + | .meta { |
| | font-size: 0.7em | | font-size: 0.7em |
| | } | | } |
| Line 10,677: |
Line 11,618: |
| | font-size: 2.3em; | | font-size: 2.3em; |
| | } | | } |
| − | | + | .header { |
| − | | + | height: 40vh; |
| | + | } |
| | } | | } |
| | | | |
| Line 10,687: |
Line 11,629: |
| | margin-top: 15%; | | margin-top: 15%; |
| | } | | } |
| | + | |
| | .header { | | .header { |
| − | height: 40vh; | + | height: 35vh; |
| | } | | } |
| | } | | } |
| | | | |
| | + | |
| | + | @media only screen and (max-width: 500px) { |
| | + | .header { |
| | + | height: 30vh; |
| | + | } |
| | + | } |
| | | | |
| | | | |
| | @media only screen and (max-width: 470px) { | | @media only screen and (max-width: 470px) { |
| | .info h1 { | | .info h1 { |
| − | margin-top: 10%; | + | margin-top: 15%; |
| | font-size: 1.9em; | | font-size: 1.9em; |
| | } | | } |
| Line 10,707: |
Line 11,656: |
| | margin-top: 20%; | | margin-top: 20%; |
| | } | | } |
| | + | |
| | .header { | | .header { |
| | height: 27vh; | | height: 27vh; |
| Line 10,714: |
Line 11,664: |
| | @media only screen and (max-width: 350px) { | | @media only screen and (max-width: 350px) { |
| | .info h1 { | | .info h1 { |
| − | margin-top: 25%; | + | margin-top: 15%; |
| | + | font-size: 20px; |
| | + | } |
| | + | |
| | + | .header { |
| | + | height: 20vh; |
| | } | | } |
| | } | | } |
| Line 10,722: |
Line 11,677: |
| | transform: scale(1) | | transform: scale(1) |
| | } | | } |
| | + | |
| | 50% { | | 50% { |
| | transform: scale(1.2) | | transform: scale(1.2) |
| Line 10,731: |
Line 11,687: |
| | ========================== | | ========================== |
| | */ | | */ |
| − |
| |
| | </style> | | </style> |
| | | | |
| | <!-- Header Banner Begin--> | | <!-- Header Banner Begin--> |
| | <div class="header"> | | <div class="header"> |
| − | <div class="info">
| + | <div class="info"> |
| − | <h1 style="font-family: 'Righteous', cursive; font-weight: normal; color:#2ecc71;">Experimenta</h1>
| + | <h1 style="font-family: 'Righteous', cursive; font-weight: normal; color:#2ecc71;">Experimenta</h1> |
| − | </div>
| + | </div> |
| | </div> | | </div> |
| | <!-- Header Banner End--> | | <!-- Header Banner End--> |
| Line 10,745: |
Line 11,700: |
| | <div style="background-color: #232323; overflow-x: fragments; overflow-wrap: break-word"> | | <div style="background-color: #232323; overflow-x: fragments; overflow-wrap: break-word"> |
| | | | |
| − | <div class="glpContainer"> | + | <div class="glpContainer"> |
| − | <aside id="glpContentsOuter" style="background-color: #232323">
| + | <aside id="glpContentsOuter" style="background-color: #232323"> |
| − | <aside id="phaContents" class="table-of-contents">
| + | <aside id="phaContents" class="table-of-contents"> |
| − | <!-- will be generated with JS -->
| + | <!-- will be generated with JS --> |
| | + | </aside> |
| | </aside> | | </aside> |
| − | </aside>
| |
| | | | |
| − | <main class="post-content">
| + | <main class="post-content"> |
| − | <div id="image-popups">
| + | <div id="image-popups"> |
| | | | |
| − | <h2 style="font-family:'Righteous'; color:#2ecc71;">The Experimenta Science Center Heilbronn</h2>
| + | <h2 style="font-family:'Righteous'; color:#2ecc71;">The Experimenta Science Center Heilbronn</h2> |
| − | <div class="row">
| + | <div class="row"> |
| − | <div class="col-12">
| + | <div class="col-12"> |
| − | <p>
| + | <p> |
| − | The Experimenta Science Center (<a href="https://www.experimenta.science/" onclick='window.open("https://www.experimenta.science/","_self");'>Experimenta</a>) in Heilbronn, Baden-Wuerttemberg,
| + | The Experimenta Science Center (<a href="https://www.experimenta.science/" |
| − | Germany offers science at your fingertips on an area of around 25,000 square metres with around 275
| + | onclick='window.open("https://www.experimenta.science/","_self");'>Experimenta</a>) in |
| − | interactive exhibits, four creative studios and nine laboratories, as well as an observatory and an
| + | Heilbronn, Baden-Wuerttemberg, |
| − | extraordinary science dome with spectacular science shows. Additionally, last year, they set up the
| + | Germany offers science at your fingertips on an area of around 25,000 square metres with |
| − | “Schülerforschungszentrum” (SFZ), where young researchers are actively supported in their initial
| + | around 275 |
| − | scientific work. It is directed at students from high schools in Heilbronn. Their general idea is to
| + | interactive exhibits, four creative studios and nine laboratories, as well as an observatory |
| − | encourage students to develop their own projects while funding, lab space and supervision is granted.
| + | and an |
| − | </p>
| + | extraordinary science dome with spectacular science shows. Additionally, last year, they set |
| − | </div>
| + | up the |
| − | </div>
| + | “Schülerforschungszentrum” (SFZ), where young researchers are actively supported in their |
| − | | + | initial |
| − | <h2 style="font-family:'Righteous'; color:#2ecc71;">Our 4 Day Lab Course</h2>
| + | scientific work. It is directed at students from high schools in Heilbronn. Their general |
| − | <div class="row">
| + | idea is to |
| − | <div class="col-12">
| + | encourage students to develop their own projects while funding, lab space and supervision is |
| − | <p>The course was held in a collaborative manner over a span of four days. Dr. Robert Friedrich,
| + | granted. |
| − | a biologist working for the SFZ, gave the general lab introduction and provided the overall lab
| + | </p> |
| − | responsibility, while we were mainly responsible to teach the required theoretical background,
| + | </div> |
| − | introduce bioinformatics data analysis (DNA-Seq) and finally project development. Additionally,
| + | |
| − | we were supporting Dr. Friedrich during the experiments and closely supervised the students.</p>
| + | |
| | </div> | | </div> |
| − | </div>
| |
| − | <div class="row">
| |
| − | <div class="col-12">
| |
| − | <div class="row align-items-center">
| |
| − | <div class="col-12 col-md-6">
| |
| − | <figure>
| |
| − | <a style="font-size: small"
| |
| − | href="https://2019.igem.org/wiki/images/e/e8/T--Tuebingen--Experimenta-Lab4.png"
| |
| − | data-effect="mfp-zoom-out"
| |
| − | title="Some title">
| |
| − | <img src="https://2019.igem.org/wiki/images/e/e8/T--Tuebingen--Experimenta-Lab4.png"
| |
| − | class="figure-img img-fluid rounded"
| |
| − | alt="Placeholder"></a>
| |
| − | </figure>
| |
| | | | |
| − | </div>
| + | <h2 style="font-family:'Righteous'; color:#2ecc71;">Our 4 Day Lab Course</h2> |
| − | <div class="col-12 col-md-6 ">
| + | |
| − | <p>We conveyed the required theoretical background in a modern and interactive way, with the use of
| + | <div class="row"> |
| − | smart boards and current web tools. We focused on teaching the highly motivated students cutting-edge
| + | |
| − | research, while providing a theoretical foundation, preparing them for different biology competitions
| + | <div class="col-12 col-md-6 "> |
| − | and eventually university.</p>
| + | <p>The course was held in a collaborative manner over a span of four days. Dr. Robert Friedrich, |
| − | </div>
| + | a biologist working for the SFZ, gave the general lab introduction and provided the overall |
| − | </div>
| + | lab |
| | + | responsibility, while we were mainly responsible to teach the required theoretical |
| | + | background, |
| | + | introduce bioinformatics data analysis (DNA-Seq) and finally project development. |
| | + | Additionally, |
| | + | we were supporting Dr. Friedrich during the experiments and closely supervised the students. |
| | + | </p> |
| | + | <p>We conveyed the required theoretical background in a modern and interactive way, with |
| | + | the use of |
| | + | smart boards and current web tools. We focused on teaching the highly motivated |
| | + | students cutting-edge |
| | + | research, while providing a theoretical foundation, preparing them for different |
| | + | biology competitions |
| | + | and eventually university.</p> |
| | + | </div> |
| | + | <div class="col-12 col-md-6"> |
| | + | <figure> |
| | + | <a style="font-size: small" |
| | + | href="https://2019.igem.org/wiki/images/e/e8/T--Tuebingen--Experimenta-Lab4.png" |
| | + | data-effect="mfp-zoom-out" title="Day 1: Pipetting"> |
| | + | <img src="https://2019.igem.org/wiki/images/e/e8/T--Tuebingen--Experimenta-Lab4.png" |
| | + | class="figure-img img-fluid rounded" alt="Placeholder"></a> |
| | + | </figure> |
| | + | </div> |
| | </div> | | </div> |
| − | </div>
| |
| | | | |
| − | <div class="row">
| + | <div class="row"> |
| − | <div class="col-12">
| + | <div class="col-12"> |
| − | <div class="row align-items-center">
| + | <div class="row align-items-center"> |
| − | <div class="col-12 col-md-6">
| + | <div class="col-12 col-md-6"> |
| − | <figure>
| + | <figure> |
| − | <a style="font-size: small"
| + | <a style="font-size: small" |
| − | href="https://2019.igem.org/wiki/images/9/94/T--Tuebingen--Experimenta-Lab3.png"
| + | href="https://2019.igem.org/wiki/images/9/94/T--Tuebingen--Experimenta-Lab3.png" |
| − | data-effect="mfp-zoom-out"
| + | data-effect="mfp-zoom-out" title="Experimenta Day 4"> |
| − | title="Some title">
| + | <img src="https://2019.igem.org/wiki/images/9/94/T--Tuebingen--Experimenta-Lab3.png" |
| − | <img src="https://2019.igem.org/wiki/images/9/94/T--Tuebingen--Experimenta-Lab3.png"
| + | class="figure-img img-fluid rounded" alt="Placeholder"></a> |
| − | class="figure-img img-fluid rounded"
| + | </figure> |
| − | alt="Placeholder"></a>
| + | |
| − | </figure>
| + | |
| | | | |
| − | </div>
| + | </div> |
| − | <div class="col-12 col-md-6 ">
| + | <div class="col-12 col-md-6 "> |
| − | <figure>
| + | <figure> |
| − | <a style="font-size: small"
| + | <a style="font-size: small" |
| − | href="https://2019.igem.org/wiki/images/6/69/T--Tuebingen--Experimenta-Lab5.png"
| + | href="https://2019.igem.org/wiki/images/6/69/T--Tuebingen--Experimenta-Lab5.png" |
| − | data-effect="mfp-zoom-out"
| + | data-effect="mfp-zoom-out" title="Experimenta: Drylab work"> |
| − | title="Some title">
| + | <img src="https://2019.igem.org/wiki/images/6/69/T--Tuebingen--Experimenta-Lab5.png" |
| − | <img src="https://2019.igem.org/wiki/images/6/69/T--Tuebingen--Experimenta-Lab5.png"
| + | class="figure-img img-fluid rounded" alt="Placeholder"></a> |
| − | class="figure-img img-fluid rounded"
| + | </figure> |
| − | alt="Placeholder"></a>
| + | </div> |
| − | </figure>
| + | </div> |
| − | </div>
| + | <p> |
| | + | Please check out the material we prepared for the course - a script covering all the |
| | + | theoretical |
| | + | background and a presentation: |
| | + | </p> |
| | + | <ul style="color:#F4F0DE;"> |
| | + | <li><a href="https://2019.igem.org/wiki/images/6/6c/T--Tuebingen--Experimenta_Labkurs_Skript.pdf" |
| | + | onclick='window.open("https://2019.igem.org/wiki/images/6/6c/T--Tuebingen--Experimenta_Labkurs_Skript.pdf","_self");'>LabCourse |
| | + | Script</a></li> |
| | + | <li><a href="https://2019.igem.org/wiki/images/1/10/T--Tuebingen--LabCoursePresentation.pdf" |
| | + | onclick='window.open("https://2019.igem.org/wiki/images/1/10/T--Tuebingen--LabCoursePresentation.pdf","_self");'>LabCourse |
| | + | Presentation</a></li> |
| | + | </ul> |
| | + | <p> |
| | + | Please see the schedule below. |
| | + | </p> |
| | </div> | | </div> |
| − | <p>
| |
| − | Please check out the material we prepared for the course - a script covering all the theoretical
| |
| − | background and a presentation:
| |
| − | </p>
| |
| − | <ul style="color:#F4F0DE;">
| |
| − | <li><a href="https://2019.igem.org/wiki/images/6/6c/T--Tuebingen--Experimenta_Labkurs_Skript.pdf" onclick='window.open("https://2019.igem.org/wiki/images/6/6c/T--Tuebingen--Experimenta_Labkurs_Skript.pdf","_self");'>Experimenta Labkurs</a></li>
| |
| − | <li><a href="https://2019.igem.org/wiki/images/1/10/T--Tuebingen--LabCoursePresentation.pdf" onclick='window.open("https://2019.igem.org/wiki/images/1/10/T--Tuebingen--LabCoursePresentation.pdf","_self");'>LabCourse Presentation</a>)</li>
| |
| − | </ul>
| |
| − | <p>
| |
| − | Please see the schedule below.
| |
| − | </p>
| |
| | </div> | | </div> |
| − | </div>
| |
| | | | |
| − | <div class="row">
| + | <div class="row"> |
| − | <div class="col-12">
| + | <div class="col-12"> |
| − | <figure>
| + | <figure> |
| − | <a style="font-size: small"
| + | <a style="font-size: small" |
| − | href="https://2019.igem.org/wiki/images/f/f1/T--Tuebingen--table_test.png"
| + | href="https://2019.igem.org/wiki/images/f/f1/T--Tuebingen--table_test.png" |
| − | data-effect="mfp-zoom-out"
| + | data-effect="mfp-zoom-out" title="Experimenta schedule"> |
| − | title="Some title">
| + | <img src="https://2019.igem.org/wiki/images/f/f1/T--Tuebingen--table_test.png" |
| − | <img src="https://2019.igem.org/wiki/images/f/f1/T--Tuebingen--table_test.png"
| + | class="figure-img img-fluid rounded" alt="Placeholder"></a> |
| − | class="figure-img img-fluid rounded"
| + | </figure> |
| − | alt="Placeholder"></a>
| + | </div> |
| − | </figure>
| + | |
| | </div> | | </div> |
| − | </div>
| |
| | | | |
| − | <div class="row">
| + | <div class="row"> |
| − | <div class="col-12">
| + | <div class="col-12"> |
| − | <p>Due to the interactive design of the course, we also discussed the experiments with the students
| + | <p>Due to the interactive design of the course, we also discussed the experiments with the |
| − | and tried to summarize what we did on the blackboard:</p>
| + | students |
| | + | and tried to summarize what we did on the blackboard:</p> |
| | | | |
| − | <div class="row align-items-center">
| + | <div class="row align-items-center"> |
| − | <div class="col-12 col-md-6">
| + | <div class="col-12 col-md-6"> |
| − | <figure>
| + | <figure> |
| − | <a style="font-size: small"
| + | <a style="font-size: small" |
| − | href="https://2019.igem.org/wiki/images/b/be/T--Tuebingen--Experimenta-Lab1.png"
| + | href="https://2019.igem.org/wiki/images/b/be/T--Tuebingen--Experimenta-Lab1.png" |
| − | data-effect="mfp-zoom-out"
| + | data-effect="mfp-zoom-out" title="Workflow"> |
| − | title="Some title">
| + | <img src="https://2019.igem.org/wiki/images/b/be/T--Tuebingen--Experimenta-Lab1.png" |
| − | <img src="https://2019.igem.org/wiki/images/b/be/T--Tuebingen--Experimenta-Lab1.png"
| + | class="figure-img img-fluid rounded" alt="Placeholder"></a> |
| − | class="figure-img img-fluid rounded"
| + | </figure> |
| − | alt="Placeholder"></a>
| + | |
| − | </figure>
| + | |
| | | | |
| − | </div>
| + | </div> |
| − | <div class="col-12 col-md-6 ">
| + | <div class="col-12 col-md-6 "> |
| − | <figure>
| + | <figure> |
| − | <a style="font-size: small"
| + | <a style="font-size: small" |
| − | href="https://2019.igem.org/wiki/images/d/df/T--Tuebingen--Experimenta-Lab2.png"
| + | href="https://2019.igem.org/wiki/images/d/df/T--Tuebingen--Experimenta-Lab2.png" |
| − | data-effect="mfp-zoom-out"
| + | data-effect="mfp-zoom-out" title="Project Plan"> |
| − | title="Some title">
| + | <img src="https://2019.igem.org/wiki/images/d/df/T--Tuebingen--Experimenta-Lab2.png" |
| − | <img src="https://2019.igem.org/wiki/images/d/df/T--Tuebingen--Experimenta-Lab2.png"
| + | class="figure-img img-fluid rounded" alt="Placeholder"></a> |
| − | class="figure-img img-fluid rounded"
| + | </figure> |
| − | alt="Placeholder"></a>
| + | </div> |
| − | </figure>
| + | </div> |
| − | </div>
| + | |
| | </div> | | </div> |
| | </div> | | </div> |
| − | </div>
| |
| | | | |
| − | <div class="row">
| + | <div class="row"> |
| − | <div class="col-12">
| + | <div class="col-12"> |
| − | <p>The students were also very interested in iGEM and our work. Hence, we not only introduced iGEM
| + | <p>The students were also very interested in iGEM and our work. Hence, we not only introduced |
| − | and our project to them, but also let them critically evaluate our project. They were also given
| + | iGEM |
| − | the chance to conduct PCRs related to our project and could therefore gain insights into the upcoming
| + | and our project to them, but also let them critically evaluate our project. They were also |
| − | challenges when starting a new project or experiment where not everything has been optimised for
| + | given |
| − | easy functionality. Many students were interested in the iGEM competition itself and in the process
| + | the chance to conduct PCRs related to our project and could therefore gain insights into the |
| − | of finding a project and making it feasible. Therefore, we also invested into giving valuable input
| + | upcoming |
| − | and advice on starting a project and encouraged the students to participate in iGEM or similar projects
| + | challenges when starting a new project or experiment where not everything has been optimised |
| − | themselves. Several questions and concerns relating the functionality of our probiotic under different
| + | for |
| − | conditions, such as patients taking medications or antibiotics were also raised by the students. These
| + | easy functionality. Many students were interested in the iGEM competition itself and in the |
| − | fruitful discussions, as well as our exchange with several experts, contributed to the final design
| + | process |
| − | of our RNA-Seq experiment providing valuable input and different aspects to be considered
| + | of finding a project and making it feasible. Therefore, we also invested into giving |
| − | [<a href="https://2019.igem.org/Team:Tuebingen/Experts" onclick='window.open("https://2019.igem.org/Team:Tuebingen/Experts","_self");'>Experts</a>, <a href="https://2019.igem.org/Team:Tuebingen/Nissle" onclick='window.open("https://2019.igem.org/Team:Tuebingen/Nissle","_self");'>Nissle</a>].</p>
| + | valuable input |
| | + | and advice on starting a project and encouraged the students to participate in iGEM or |
| | + | similar projects |
| | + | themselves. Several questions and concerns relating the functionality of our probiotic under |
| | + | different |
| | + | conditions, such as patients taking medications or antibiotics were also raised by the |
| | + | students. These |
| | + | fruitful discussions, as well as our exchange with several experts, contributed to the final |
| | + | design |
| | + | of our RNA-Seq experiment providing valuable input and different aspects to be considered |
| | + | [<a href="https://2019.igem.org/Team:Tuebingen/Experts" |
| | + | onclick='window.open("https://2019.igem.org/Team:Tuebingen/Experts","_self");'>Experts</a>, |
| | + | <a href="https://2019.igem.org/Team:Tuebingen/Nissle" |
| | + | onclick='window.open("https://2019.igem.org/Team:Tuebingen/Nissle","_self");'>Nissle</a>]. |
| | + | </p> |
| | | | |
| − | <p>
| + | <p> |
| − | Due to the high interest of the students and the positive feedback from the Experimenta itself,
| + | Due to the high interest of the students and the positive feedback from the Experimenta |
| − | we discussed the possibility of creating an iGEM high school team in Heilbronn in 2020.
| + | itself, |
| − | The Experimenta is highly interested in participating in iGEM 2020 with motivated students and
| + | we discussed the possibility of creating an iGEM high school team in Heilbronn in 2020. |
| − | will provide the required laboratories, supervision and funding. Our team will still be serving
| + | The Experimenta is highly interested in participating in iGEM 2020 with motivated students |
| − | as advisors for the planned iGEM high school team next year. Furthermore, a new student lab course
| + | and |
| − | on CRISPR/Cas will be introduced at the Experimenta on the grounds of the theoretical background,
| + | will provide the required laboratories, supervision and funding. Our team will still be |
| − | input and inspiration iGEM Tuebingen conveyed.
| + | serving |
| − | </p>
| + | as advisors for the planned iGEM high school team next year. Furthermore, a new student lab |
| | + | course |
| | + | on CRISPR/Cas will be introduced at the Experimenta on the grounds of the theoretical |
| | + | background, |
| | + | input and inspiration iGEM Tuebingen conveyed. |
| | + | </p> |
| | + | </div> |
| | </div> | | </div> |
| − | </div>
| |
| | | | |
| − | <h3 style="font-family:'Righteous'; color:#2ecc71;">Panel Discussion - „Biohacking – genetic experiments done at home“</h3>
| + | <h2 style="font-family:'Righteous'; color:#2ecc71;">Panel Discussion - „Biohacking – genetic experiments |
| − | <div class="row">
| + | done at home“</h2> |
| − | <div class="col-12">
| + | <div class="row"> |
| − | <p>In addition to the lab course, we also decided to host a panel discussion at the Experimenta.
| + | <div class="col-12"> |
| − | At the beginning of the <a href="https://2019.igem.org/wiki/images/2/24/T--Tuebingen--panelDiscussion.pdf" onclick='window.open("https://2019.igem.org/wiki/images/2/24/T--Tuebingen--panelDiscussion.pdf","_self");'>panel discussion</a>, we gave a talk about on the CRISPR / Cas method itself.
| + | <p>In addition to the lab course, we also decided to host a panel discussion at the Experimenta. |
| − | We also included an overview of our ongoing project and the iGEM competition in general.</p>
| + | At the beginning of the <a |
| | + | href="https://2019.igem.org/wiki/images/2/24/T--Tuebingen--panelDiscussion.pdf" |
| | + | onclick='window.open("https://2019.igem.org/wiki/images/2/24/T--Tuebingen--panelDiscussion.pdf","_self");'>panel |
| | + | discussion</a>, we gave a talk about on the CRISPR / Cas method itself. |
| | + | We also included an overview of our ongoing project and the iGEM competition in general.</p> |
| | | | |
| − | <p>
| + | <p> |
| − | In collaboration with Dr. Robert Friedrich, we designed a discussion around the status of current
| + | In collaboration with Dr. Robert Friedrich, we designed a discussion around the status of |
| − | research on CRISPR / Cas, the effectiveness of the method and its limitations, the prospects of
| + | current |
| − | future CRISPR / Cas developments, the availability and legality of so-called Do-It-Yourself CRISPR /
| + | research on CRISPR / Cas, the effectiveness of the method and its limitations, the prospects |
| − | Cas Kits and the ethical implications on society. The panel consisted out of Prof. Dr. Christoph
| + | of |
| − | Thyssen (<a href="www.bio.uni-kl.de/organisation/mitarbeiter/s-u/thyssen-christoph/" onclick='window.open("www.bio.uni-kl.de/organisation/mitarbeiter/s-u/thyssen-christoph/","_self");'>Christoph Thyssen</a>), an expert for subject
| + | future CRISPR / Cas developments, the availability and legality of so-called Do-It-Yourself |
| − | didactics in biology and two of our team members - Marietheres Evers and Famke Baeuerle.
| + | CRISPR / |
| − | </p>
| + | Cas Kits and the ethical implications on society. The panel consisted out of Prof. Dr. |
| | + | Christoph |
| | + | Thyssen (<a href="www.bio.uni-kl.de/organisation/mitarbeiter/s-u/thyssen-christoph/" |
| | + | onclick='window.open("www.bio.uni-kl.de/organisation/mitarbeiter/s-u/thyssen-christoph/","_self");'>Christoph |
| | + | Thyssen</a>), an expert for subject |
| | + | didactics in biology and two of our team members - Marietheres Evers and Famke Baeuerle. |
| | + | </p> |
| | | | |
| − | <div class="row align-items-center">
| + | <div class="row align-items-center"> |
| − | <div class="col-12 col-md-6">
| + | <div class="col-12 col-md-6"> |
| − | <figure>
| + | <figure> |
| − | <a style="font-size: small"
| + | <a style="font-size: small" |
| − | href="https://2019.igem.org/wiki/images/5/54/T--Tuebingen--Biohacking_05.jpg"
| + | href="https://2019.igem.org/wiki/images/5/54/T--Tuebingen--Biohacking_05.jpg" |
| − | data-effect="mfp-zoom-out"
| + | data-effect="mfp-zoom-out" title="Biohacking"> |
| − | title="Some title">
| + | <img src="https://2019.igem.org/wiki/images/5/54/T--Tuebingen--Biohacking_05.jpg" |
| − | <img src="https://2019.igem.org/wiki/images/5/54/T--Tuebingen--Biohacking_05.jpg"
| + | class="figure-img img-fluid rounded" alt="Placeholder"></a> |
| − | class="figure-img img-fluid rounded"
| + | </figure> |
| − | alt="Placeholder"></a>
| + | |
| − | </figure>
| + | |
| | | | |
| − | </div>
| + | </div> |
| − | <div class="col-12 col-md-6 ">
| + | <div class="col-12 col-md-6 "> |
| − | <figure>
| + | <figure> |
| − | <a style="font-size: small"
| + | <a style="font-size: small" |
| − | href="https://2019.igem.org/wiki/images/4/4d/T--Tuebingen--Biohacking_10.jpg"
| + | href="https://2019.igem.org/wiki/images/4/4d/T--Tuebingen--Biohacking_10.jpg" |
| − | data-effect="mfp-zoom-out"
| + | data-effect="mfp-zoom-out" title="Presentation"> |
| − | title="Some title">
| + | <img src="https://2019.igem.org/wiki/images/4/4d/T--Tuebingen--Biohacking_10.jpg" |
| − | <img src="https://2019.igem.org/wiki/images/4/4d/T--Tuebingen--Biohacking_10.jpg"
| + | class="figure-img img-fluid rounded" alt="Placeholder"></a> |
| − | class="figure-img img-fluid rounded"
| + | </figure> |
| − | alt="Placeholder"></a>
| + | </div> |
| − | </figure>
| + | </div> |
| − | </div>
| + | <p> |
| | + | A lot of questions were asked during the <a |
| | + | href="https://2019.igem.org/wiki/images/1/13/T--Tuebingen--Panel_discussion_allg.pdf" |
| | + | onclick='window.open("https://2019.igem.org/wiki/images/1/13/T--Tuebingen--Panel_discussion_allg.pdf","_self");'>panel |
| | + | discussion</a> and the presentation. We discussed |
| | + | the ethical implications of the CRISPR / Cas Method with the audience. Surprisingly, |
| | + | many participants were eager to talk about scenarios they have heard about. |
| | + | </p> |
| | </div> | | </div> |
| − | <p>
| |
| − | A lot of questions were asked during the <a href="https://2019.igem.org/wiki/images/1/13/T--Tuebingen--Panel_discussion_allg.pdf" onclick='window.open("https://2019.igem.org/wiki/images/1/13/T--Tuebingen--Panel_discussion_allg.pdf","_self");'>panel discussion</a> and the presentation. We discussed
| |
| − | the ethical implications of the CRISPR / Cas Method with the audience. Surprisingly,
| |
| − | many participants were eager to talk about scenarios they have heard about.
| |
| − | </p>
| |
| | </div> | | </div> |
| − | </div>
| |
| | | | |
| − | <h3 style="font-family:'Righteous'; color:#2ecc71;">Outlook - Advisors of the Experimenta iGEM team 2020 & New student lab course</h3>
| + | <h2 style="font-family:'Righteous'; color:#2ecc71;">Outlook - Advisors of the Experimenta iGEM team 2020 |
| − | <div class="row">
| + | & New student lab course</h2> |
| − | <div class="col-12">
| + | <div class="row"> |
| − | <p>During the collaboration with the Experimenta Heilbronn, we sat together with Dr. Robert Friedrich
| + | <div class="col-12"> |
| − | and Norbert Hommrichhausen to discuss the foundation of an iGEM high school team at the Experimenta
| + | <p>During the collaboration with the Experimenta Heilbronn, we sat together with Dr. Robert |
| − | Heilbronn. The Experimenta is highly interested in starting a team in Heilbronn and the motivated
| + | Friedrich |
| − | and interested students encouraged us to team up and further pursue this plan. Plans for an iGEM
| + | and Norbert Hommrichhausen to discuss the foundation of an iGEM high school team at the |
| − | high school team 2020 were made, in which the Experimenta Heilbronn will be the main partner
| + | Experimenta |
| − | providing lab space, supervision and funding. The role of the iGEM Team Tuebingen is that of
| + | Heilbronn. The Experimenta is highly interested in starting a team in Heilbronn and the |
| − | experienced advisors, who can assist in questions concerning the iGEM competition itself, the
| + | motivated |
| − | workflow of an iGEM year, as well as deliver expert knowledge and guidance in the laboratory or
| + | and interested students encouraged us to team up and further pursue this plan. Plans for an |
| − | in questions concerning bioinformatics, design and human practices. Both the Experimenta and the
| + | iGEM |
| − | iGEM Team Tuebingen aim at establishing a long-term collaboration in the scope of iGEM.</p>
| + | high school team 2020 were made, in which the Experimenta Heilbronn will be the main partner |
| | + | providing lab space, supervision and funding. The role of the iGEM Team Tuebingen is that of |
| | + | experienced advisors, who can assist in questions concerning the iGEM competition itself, |
| | + | the |
| | + | workflow of an iGEM year, as well as deliver expert knowledge and guidance in the laboratory |
| | + | or |
| | + | in questions concerning bioinformatics, design and human practices. Both the Experimenta and |
| | + | the |
| | + | iGEM Team Tuebingen aim at establishing a long-term collaboration in the scope of iGEM.</p> |
| | | | |
| − | <p>
| + | <p> |
| − | Next to the foundation of a high school iGEM team, the Experimenta will also introduce new lab
| + | Next to the foundation of a high school iGEM team, the Experimenta will also introduce new |
| − | courses for school classes, one of them being a CRISPR/Cas course. The theoretical background,
| + | lab |
| − | first steps and foundation of this course arose from the collaboration with iGEM Tuebingen this year.
| + | courses for school classes, one of them being a CRISPR/Cas course. The theoretical |
| − | A more detailed outline and implementation of the course will be part of another collaboration
| + | background, |
| − | between the Experimenta and iGEM Tuebingen.
| + | first steps and foundation of this course arose from the collaboration with iGEM Tuebingen |
| − | </p>
| + | this year. |
| | + | A more detailed outline and implementation of the course will be part of another |
| | + | collaboration |
| | + | between the Experimenta and iGEM Tuebingen. |
| | + | </p> |
| | + | </div> |
| | </div> | | </div> |
| | </div> | | </div> |
| − | </div> | + | </main> |
| − | </main> | + | </div> |
| − | </div> | + | |
| | </div> | | </div> |
| | | | |
| Line 11,003: |
Line 12,000: |
| | <script src="https://2019.igem.org/Team:Tuebingen/smoothScrollJS?action=raw&ctype=text/javascript"></script> | | <script src="https://2019.igem.org/Team:Tuebingen/smoothScrollJS?action=raw&ctype=text/javascript"></script> |
| | <script> | | <script> |
| − | var scroll = new SmoothScroll('a[href*="#"]');
| + | var scroll = new SmoothScroll('a[href*="#"]'); |
| | </script> | | </script> |
| | <script src="https://2019.igem.org/Team:Tuebingen/magni-popup-minJS?action=raw&ctype=text/javascript"></script> | | <script src="https://2019.igem.org/Team:Tuebingen/magni-popup-minJS?action=raw&ctype=text/javascript"></script> |
| | <script src="https://2019.igem.org/Team:Tuebingen/popup-imagesJS?action=raw&ctype=text/javascript"></script> | | <script src="https://2019.igem.org/Team:Tuebingen/popup-imagesJS?action=raw&ctype=text/javascript"></script> |
| | | | |
| − | <div class='container-fluid p-3' style="background-color: rgba(35, 35, 35, 0.4);">
| + | <div class='container-fluid p-3' style="background-color: #919191;"> |
| − | <hr>
| + | <hr> |
| − | <div class='row align-items-center'>
| + | <div class='row align-items-center'> |
| − | <div class='col-6 col-md-2 sponsorLogo text-center'>
| + | <div class='col-6 col-md-2 sponsorLogo text-center'> |
| − | <a href="https://www.stura-tuebingen.de/" target="_blank2"><img class="img-fluid"
| + | <a href="https://www.stura-tuebingen.de/" target="_blank2"><img class="img-fluid" |
| − | src="https://2019.igem.org/wiki/images/1/10/T--Tuebingen--stura_logo.png"
| + | src="https://2019.igem.org/wiki/images/1/10/T--Tuebingen--stura_logo.png" |
| − | style="max-height: 80px;"></a>
| + | style="max-height: 80px;"></a> |
| − | </div>
| + | </div> |
| − | <div class='col-6 col-md-2 sponsorLogo text-center'>
| + | |
| − | <a href="https://www.embl.de/" target="_blank2"><img class="img-fluid" | + | <div class='col-6 col-md-2 sponsorLogo text-center'> |
| − | src="https://2019.igem.org/wiki/images/c/c4/T--Tuebingen--embl_logo.png"
| + | <a href="https://www.kohlbacherlab.org" target="_blank2"><img class="img-fluid" |
| − | style="max-height: 80px;"></a>
| + | src="https://2019.igem.org/wiki/images/9/99/T--Tuebingen--kohlbacher_logo.png" |
| − | </div>
| + | style="max-height: 80px;"></a> |
| | + | </div> |
| | + | <div class='col-6 col-md-2 sponsorLogo text-center'> |
| | + | <a href="https://www.dieter-schwarz-stiftung.de/homepage.html" target="_blank2"><img class="img-fluid" |
| | + | src="https://2019.igem.org/wiki/images/8/86/T--Tuebingen--LogoDSS.png" |
| | + | style="max-height: 80px;"></a> |
| | + | </div> |
| | + | |
| | + | <div class='col-6 col-md-2 sponsorLogo text-center'> |
| | + | <a href="https://www.embl.de/" target="_blank2"><img class="img-fluid" |
| | + | src="https://2019.igem.org/wiki/images/c/c4/T--Tuebingen--embl_logo.png" |
| | + | style="max-height: 80px;"></a> |
| | + | </div> |
| | + | |
| | + | <div class='col-6 col-md-2 sponsorLogo text-center'> |
| | + | <a href="https://www.experimenta.science/en/" target="_blank2"><img class="img-fluid" |
| | + | src="https://2019.igem.org/wiki/images/e/eb/T--Tuebingen--Logo-Experimenta.png" |
| | + | style="max-height: 80px;"></a> |
| | + | </div> |
| | + | |
| | <div class='col-6 col-md-2 sponsorLogo text-center'> | | <div class='col-6 col-md-2 sponsorLogo text-center'> |
| − | <a href="https://www.medizin.uni-tuebingen.de/de/medizinische-fakultaet/forschung/core-facilities/ncct"
| + | <a href="https://www.medizin.uni-tuebingen.de/de/medizinische-fakultaet/forschung/core-facilities/ncct" |
| − | target="_blank2"><img class="img-fluid"
| + | target="_blank2"><img class="img-fluid" |
| − | src="https://2019.igem.org/wiki/images/e/ec/T--Tuebingen--NCCT.png"
| + | src="https://2019.igem.org/wiki/images/e/ec/T--Tuebingen--NCCT.png" |
| − | style="max-height: 80px;"></a>
| + | style="max-height: 80px;"></a> |
| | + | </div> |
| | + | |
| | </div> | | </div> |
| − | <div class='col-6 col-md-2 sponsorLogo text-center'> | + | |
| − | <a href="https://www.kohlbacherlab.org" target="_blank2"><img class="img-fluid"
| + | <hr> |
| − | src="https://2019.igem.org/wiki/images/9/99/T--Tuebingen--kohlbacher_logo.png"
| + | <div class='row align-items-center'> |
| − | style="max-height: 80px;"></a>
| + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> |
| | + | <a href="https://www.lexogen.com/" target="_blank2"><img class="img-fluid" |
| | + | src="https://2019.igem.org/wiki/images/4/43/T--Tuebingen--lexogen_logo.png"></a> |
| | + | </div> |
| | + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> |
| | + | <a href="https://www.zmbp.uni-tuebingen.de/zmbp.html" target="_blank2"><img class="img-fluid" |
| | + | src="https://2019.igem.org/wiki/images/d/d8/T--Tuebingen--zmbp_logo.png" |
| | + | style="max-height: 80px;"></a> |
| | + | </div> |
| | + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> |
| | + | <a href="http://s466755640.online.de/4bl/" target="_blank2"><img class="img-fluid" |
| | + | src="https://2019.igem.org/wiki/images/0/0b/T--Tuebingen--4base_logo.png"></a> |
| | + | </div> |
| | + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> |
| | + | <a href="https://www.agilent.com/" target="_blank2"><img class="img-fluid" |
| | + | src="https://2019.igem.org/wiki/images/e/e7/T--Tuebingen--agilent_logo.png"></a> |
| | + | </div> |
| | + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> |
| | + | <a href="https://www.digitalocean.com/" target="_blank2"><img class="img-fluid" |
| | + | src="https://2019.igem.org/wiki/images/6/67/T--Tuebingen--digitalocean_logo.png"></a> |
| | + | </div> |
| | + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> |
| | + | <a href="https://dwk.com/" target="_blank2"><img class="img-fluid" |
| | + | src="https://2019.igem.org/wiki/images/c/ce/T--Tuebingen--dwk_logo.png"></a> |
| | + | </div> |
| | + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> |
| | + | <a href="https://www.eppendorf.com/" target="_blank2"><img class="img-fluid" |
| | + | src="https://2019.igem.org/wiki/images/a/a6/T--Tuebingen--eppendorf_logo.png"></a> |
| | + | </div> |
| | + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> |
| | + | <a href="https://www.implen.de/" target="_blank2"><img class="img-fluid" |
| | + | src="https://2019.igem.org/wiki/images/b/bb/T--Tuebingen--Logo-Implen.png"></a> |
| | + | </div> |
| | + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> |
| | + | <a href="https://www.jenabioscience.com/" target="_blank2"><img class="img-fluid" |
| | + | src="https://2019.igem.org/wiki/images/3/31/T--Tuebingen--JBS_logo.png"></a> |
| | + | </div> |
| | + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> |
| | + | <a href="https://www.gbo.com/" target="_blank2"><img class="img-fluid" |
| | + | src="https://2019.igem.org/wiki/images/a/ae/T--Tuebingen--greiner_logo.png"></a> |
| | + | </div> |
| | + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> |
| | + | <a href="http://www.metabion.com/" target="_blank2"><img class="img-fluid" |
| | + | src="https://2019.igem.org/wiki/images/4/41/T--Tuebingen--Logo-Metabion.png"></a> |
| | + | </div> |
| | + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> |
| | + | <a href="https://www.microsynth.ch/home-ch.html" target="_blank2"><img class="img-fluid" |
| | + | src="https://2019.igem.org/wiki/images/1/18/T--Tuebingen--microsynth_logo.png"></a> |
| | + | </div> |
| | </div> | | </div> |
| − | <div class='col-6 col-md-2 sponsorLogo text-center'> | + | |
| − | <a href="https://www.dieter-schwarz-stiftung.de/homepage.html" target="_blank2"><img class="img-fluid" | + | <div class='row align-items-center'> |
| − | src="https://2019.igem.org/wiki/images/8/86/T--Tuebingen--LogoDSS.png"
| + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> |
| − | style="max-height: 80px;"></a>
| + | <a href="https://www.neb.com/" target="_blank2"><img class="img-fluid" |
| | + | src="https://2019.igem.org/wiki/images/2/29/T--Tuebingen--neb_logo.png"></a> |
| | + | </div> |
| | + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> |
| | + | <a href="https://www.promega.de/en/" target="_blank2"><img class="img-fluid" |
| | + | src="https://2019.igem.org/wiki/images/f/f8/T--Tuebingen--promega_logo.png"></a> |
| | + | </div> |
| | + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> |
| | + | <a href="https://www.qiagen.com/us/" target="_blank2"><img class="img-fluid" |
| | + | src="https://2019.igem.org/wiki/images/9/92/T--Tuebingen--qiagen_logo.png"></a> |
| | + | </div> |
| | + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> |
| | + | <a href="https://www.carlroth.com/en/en" target="_blank2"><img class="img-fluid" |
| | + | src="https://2019.igem.org/wiki/images/6/61/T--Tuebingen--roth_logo.png"></a> |
| | + | </div> |
| | + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> |
| | + | <a href="https://www.sitoolsbiotech.com/" target="_blank2"><img class="img-fluid" |
| | + | src="https://2019.igem.org/wiki/images/3/31/T--Tuebingen--sibiotools_logo.png"></a> |
| | + | </div> |
| | + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> |
| | + | <a href="https://www.snapgene.com/" target="_blank2"><img class="img-fluid" |
| | + | src="https://2019.igem.org/wiki/images/3/3a/T--Tuebingen--snapgene_logo.png"></a> |
| | + | </div> |
| | + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> |
| | + | <a href="https://www.trilinkbiotech.com/" target="_blank2"><img class="img-fluid" |
| | + | src="https://2019.igem.org/wiki/images/b/b6/T--Tuebingen--trilink_logo.png"></a> |
| | + | </div> |
| | + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> |
| | + | <a href="https://twistbioscience.com/" target="_blank2"><img class="img-fluid" |
| | + | src="https://2019.igem.org/wiki/images/4/4c/T--Tuebingen--Logo-Twist.png"></a> |
| | + | </div> |
| | + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> |
| | + | <a href="http://www.vazymebiotech.com/" target="_blank2"><img class="img-fluid" |
| | + | src="https://2019.igem.org/wiki/images/b/b7/T--Tuebingen--vazyme_logo.png"></a> |
| | + | </div> |
| | + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> |
| | + | <a href="https://www.biolegend.com/" target="_blank2"><img class="img-fluid" |
| | + | src="https://2019.igem.org/wiki/images/c/c3/T--Tuebingen--biolegend_logo.png"></a> |
| | + | </div> |
| | + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> |
| | + | <a href="https://www.zymoresearch.de/" target="_blank2"><img class="img-fluid" |
| | + | src="https://2019.igem.org/wiki/images/6/6e/T--Tuebingen--zymo_logo.png"></a> |
| | + | </div> |
| | + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> |
| | + | <a href="https://www.eurofins.com/" target="_blank2"><img class="img-fluid" |
| | + | src="https://2019.igem.org/wiki/images/c/cd/T--Tuebingen--eurofins_logo.svg"></a> |
| | + | </div> |
| | + | |
| | </div> | | </div> |
| − |
| |
| − | <div class='col-6 col-md-2 sponsorLogo text-center'>
| |
| − | <a href="https://www.experimenta.science/en/" target="_blank2"><img class="img-fluid"
| |
| − | src="https://2019.igem.org/wiki/images/e/eb/T--Tuebingen--Logo-Experimenta.png"
| |
| − | style="max-height: 80px;"></a>
| |
| − | </div>
| |
| − |
| |
| | </div> | | </div> |
| − |
| |
| − | <hr>
| |
| − | <div class='row align-items-center'>
| |
| − | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
| |
| − | <a href="https://www.lexogen.com/" target="_blank2"><img class="img-fluid"
| |
| − | src="https://2019.igem.org/wiki/images/4/43/T--Tuebingen--lexogen_logo.png"></a>
| |
| − | </div>
| |
| − | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
| |
| − | <a href="https://www.zmbp.uni-tuebingen.de/zmbp.html" target="_blank2"><img class="img-fluid"
| |
| − | src="https://2019.igem.org/wiki/images/d/d8/T--Tuebingen--zmbp_logo.png"
| |
| − | style="max-height: 80px;"></a>
| |
| − | </div>
| |
| − | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
| |
| − | <a href="http://s466755640.online.de/4bl/" target="_blank2"><img class="img-fluid"
| |
| − | src="https://2019.igem.org/wiki/images/0/0b/T--Tuebingen--4base_logo.png"></a>
| |
| − | </div>
| |
| − | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
| |
| − | <a href="https://www.agilent.com/" target="_blank2"><img class="img-fluid"
| |
| − | src="https://2019.igem.org/wiki/images/e/e7/T--Tuebingen--agilent_logo.png"></a>
| |
| − | </div>
| |
| − | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
| |
| − | <a href="https://www.digitalocean.com/" target="_blank2"><img class="img-fluid"
| |
| − | src="https://2019.igem.org/wiki/images/6/67/T--Tuebingen--digitalocean_logo.png"></a>
| |
| − | </div>
| |
| − | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
| |
| − | <a href="https://dwk.com/" target="_blank2"><img class="img-fluid"
| |
| − | src="https://2019.igem.org/wiki/images/c/ce/T--Tuebingen--dwk_logo.png"></a>
| |
| − | </div>
| |
| − | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
| |
| − | <a href="https://www.eppendorf.com/" target="_blank2"><img class="img-fluid"
| |
| − | src="https://2019.igem.org/wiki/images/a/a6/T--Tuebingen--eppendorf_logo.png"></a>
| |
| − | </div>
| |
| − | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
| |
| − | <a href="https://www.implen.de/" target="_blank2"><img class="img-fluid"
| |
| − | src="https://2019.igem.org/wiki/images/b/bb/T--Tuebingen--Logo-Implen.png"></a>
| |
| − | </div>
| |
| − | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
| |
| − | <a href="https://www.jenabioscience.com/" target="_blank2"><img class="img-fluid"
| |
| − | src="https://2019.igem.org/wiki/images/3/31/T--Tuebingen--JBS_logo.png"></a>
| |
| − | </div>
| |
| − | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
| |
| − | <a href="https://www.gbo.com/" target="_blank2"><img class="img-fluid"
| |
| − | src="https://2019.igem.org/wiki/images/a/ae/T--Tuebingen--greiner_logo.png"></a>
| |
| − | </div>
| |
| − | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
| |
| − | <a href="http://www.metabion.com/" target="_blank2"><img class="img-fluid"
| |
| − | src="https://2019.igem.org/wiki/images/4/41/T--Tuebingen--Logo-Metabion.png"></a>
| |
| − | </div>
| |
| − | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
| |
| − | <a href="https://www.microsynth.ch/home-ch.html" target="_blank2"><img class="img-fluid"
| |
| − | src="https://2019.igem.org/wiki/images/1/18/T--Tuebingen--microsynth_logo.png"></a>
| |
| − | </div>
| |
| − | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
| |
| − | <a href="https://www.neb.com/" target="_blank2"><img class="img-fluid"
| |
| − | src="https://2019.igem.org/wiki/images/2/29/T--Tuebingen--neb_logo.png"></a>
| |
| − | </div>
| |
| − | </div>
| |
| − |
| |
| − | <div class='row align-items-center'>
| |
| − | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
| |
| − | <a href="https://www.promega.de/en/" target="_blank2"><img class="img-fluid"
| |
| − | src="https://2019.igem.org/wiki/images/f/f8/T--Tuebingen--promega_logo.png"></a>
| |
| − | </div>
| |
| − | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
| |
| − | <a href="https://www.qiagen.com/us/" target="_blank2"><img class="img-fluid"
| |
| − | src="https://2019.igem.org/wiki/images/9/92/T--Tuebingen--qiagen_logo.png"></a>
| |
| − | </div>
| |
| − | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
| |
| − | <a href="https://www.carlroth.com/en/en" target="_blank2"><img class="img-fluid"
| |
| − | src="https://2019.igem.org/wiki/images/6/61/T--Tuebingen--roth_logo.png"></a>
| |
| − | </div>
| |
| − | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
| |
| − | <a href="https://www.sitoolsbiotech.com/" target="_blank2"><img class="img-fluid"
| |
| − | src="https://2019.igem.org/wiki/images/3/31/T--Tuebingen--sibiotools_logo.png"></a>
| |
| − | </div>
| |
| − | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
| |
| − | <a href="https://www.snapgene.com/" target="_blank2"><img class="img-fluid"
| |
| − | src="https://2019.igem.org/wiki/images/3/3a/T--Tuebingen--snapgene_logo.png"></a>
| |
| − | </div>
| |
| − | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
| |
| − | <a href="https://www.trilinkbiotech.com/" target="_blank2"><img class="img-fluid"
| |
| − | src="https://2019.igem.org/wiki/images/b/b6/T--Tuebingen--trilink_logo.png"></a>
| |
| − | </div>
| |
| − | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
| |
| − | <a href="https://twistbioscience.com/" target="_blank2"><img class="img-fluid"
| |
| − | src="https://2019.igem.org/wiki/images/4/4c/T--Tuebingen--Logo-Twist.png"></a>
| |
| − | </div>
| |
| − | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
| |
| − | <a href="http://www.vazymebiotech.com/" target="_blank2"><img class="img-fluid"
| |
| − | src="https://2019.igem.org/wiki/images/b/b7/T--Tuebingen--vazyme_logo.png"></a>
| |
| − | </div>
| |
| − | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
| |
| − | <a href="https://www.biolegend.com/" target="_blank2"><img class="img-fluid"
| |
| − | src="https://2019.igem.org/wiki/images/c/c3/T--Tuebingen--biolegend_logo.png"></a>
| |
| − | </div>
| |
| − | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
| |
| − | <a href="https://www.zymoresearch.de/" target="_blank2"><img class="img-fluid"
| |
| − | src="https://2019.igem.org/wiki/images/6/6e/T--Tuebingen--zymo_logo.png"></a>
| |
| − | </div>
| |
| − |
| |
| − | </div>
| |
| − | </div>
| |
| | | | |
| | <script src="https://2019.igem.org/Team:Tuebingen/magni-popup-minJS?action=raw&ctype=text/javascript"></script> | | <script src="https://2019.igem.org/Team:Tuebingen/magni-popup-minJS?action=raw&ctype=text/javascript"></script> |
| | <script src="https://2019.igem.org/Team:Tuebingen/popup-imagesJS?action=raw&ctype=text/javascript"></script> | | <script src="https://2019.igem.org/Team:Tuebingen/popup-imagesJS?action=raw&ctype=text/javascript"></script> |
| | <div class="visualClear"></div> | | <div class="visualClear"></div> |
| | + | |
| | </html> | | </html> |