2021-12-09T18:18:10+00:00 Deploy new site
This commit is contained in:
parent
e2061d6255
commit
564c8ed897
7 changed files with 32 additions and 15432 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
|||
@charset "UTF-8";
|
||||
/*!
|
||||
* Bootstrap v5.1.0 (https://getbootstrap.com/)
|
||||
* Bootstrap v5.1.3 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2021 The Bootstrap Authors
|
||||
* Copyright 2011-2021 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
|
|
@ -46,7 +46,8 @@
|
|||
--bs-dark-rgb: 33, 37, 41;
|
||||
--bs-white-rgb: 255, 255, 255;
|
||||
--bs-black-rgb: 0, 0, 0;
|
||||
--bs-body-rgb: 33, 37, 41;
|
||||
--bs-body-color-rgb: 33, 37, 41;
|
||||
--bs-body-bg-rgb: 255, 255, 255;
|
||||
--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
|
||||
|
|
@ -531,9 +532,9 @@ progress {
|
|||
--bs-gutter-y: 0;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin-top: calc(var(--bs-gutter-y) * -1);
|
||||
margin-right: calc(var(--bs-gutter-x) * -.5);
|
||||
margin-left: calc(var(--bs-gutter-x) * -.5); }
|
||||
margin-top: calc(-1 * var(--bs-gutter-y));
|
||||
margin-right: calc(-.5 * var(--bs-gutter-x));
|
||||
margin-left: calc(-.5 * var(--bs-gutter-x)); }
|
||||
.row > * {
|
||||
flex-shrink: 0;
|
||||
width: 100%;
|
||||
|
|
@ -1564,8 +1565,8 @@ progress {
|
|||
vertical-align: inherit; }
|
||||
.table > thead {
|
||||
vertical-align: bottom; }
|
||||
.table > :not(:last-child) > :last-child > * {
|
||||
border-bottom-color: currentColor; }
|
||||
.table > :not(:first-child) {
|
||||
border-top: 2px solid currentColor; }
|
||||
|
||||
.caption-top {
|
||||
caption-side: top; }
|
||||
|
|
@ -1580,8 +1581,10 @@ progress {
|
|||
|
||||
.table-borderless > :not(caption) > * > * {
|
||||
border-bottom-width: 0; }
|
||||
.table-borderless > :not(:first-child) {
|
||||
border-top-width: 0; }
|
||||
|
||||
.table-striped > tbody > tr:nth-of-type(odd) {
|
||||
.table-striped > tbody > tr:nth-of-type(odd) > * {
|
||||
--bs-table-accent-bg: var(--bs-table-striped-bg);
|
||||
color: var(--bs-table-striped-color); }
|
||||
|
||||
|
|
@ -1589,7 +1592,7 @@ progress {
|
|||
--bs-table-accent-bg: var(--bs-table-active-bg);
|
||||
color: var(--bs-table-active-color); }
|
||||
|
||||
.table-hover > tbody > tr:hover {
|
||||
.table-hover > tbody > tr:hover > * {
|
||||
--bs-table-accent-bg: var(--bs-table-hover-bg);
|
||||
color: var(--bs-table-hover-color); }
|
||||
|
||||
|
|
@ -1902,13 +1905,15 @@ textarea.form-control-lg {
|
|||
padding-top: 0.25rem;
|
||||
padding-bottom: 0.25rem;
|
||||
padding-left: 0.5rem;
|
||||
font-size: 0.875rem; }
|
||||
font-size: 0.875rem;
|
||||
border-radius: 0.2rem; }
|
||||
|
||||
.form-select-lg {
|
||||
padding-top: 0.5rem;
|
||||
padding-bottom: 0.5rem;
|
||||
padding-left: 1rem;
|
||||
font-size: 1.25rem; }
|
||||
font-size: 1.25rem;
|
||||
border-radius: 0.3rem; }
|
||||
|
||||
.form-check {
|
||||
display: block;
|
||||
|
|
@ -6010,7 +6015,7 @@ textarea.form-control-lg {
|
|||
|
||||
.text-body {
|
||||
--bs-text-opacity: 1;
|
||||
color: rgba(var(--bs-body-rgb), var(--bs-text-opacity)) !important; }
|
||||
color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; }
|
||||
|
||||
.text-muted {
|
||||
--bs-text-opacity: 1;
|
||||
|
|
@ -6082,7 +6087,7 @@ textarea.form-control-lg {
|
|||
|
||||
.bg-body {
|
||||
--bs-bg-opacity: 1;
|
||||
background-color: rgba(var(--bs-body-rgb), var(--bs-bg-opacity)) !important; }
|
||||
background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }
|
||||
|
||||
.bg-transparent {
|
||||
--bs-bg-opacity: 1;
|
||||
|
|
@ -13730,3 +13735,8 @@ p:last-child, dl:last-child, ul:last-child, ol:last-child {
|
|||
|
||||
#page-theater figure.headshot {
|
||||
max-height: 12rem; }
|
||||
|
||||
ul.skills {
|
||||
display: grid;
|
||||
grid-gap: .25rem;
|
||||
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
|
||||
Loading…
Add table
Add a link
Reference in a new issue