From d94d1ae41b350b5c345f4a06f1e0c4412281d9d6 Mon Sep 17 00:00:00 2001 From: Neea Date: Wed, 29 Jan 2025 16:00:55 -0500 Subject: [PATCH] edit website --- docs/_config.yml | 1 + .../{render_awards.html => awards.html} | 0 docs/_includes/footer.html | 7 - docs/_includes/head.html | 11 - docs/_includes/header.html | 7 - docs/_includes/jumbo_header.html | 15 +- docs/_includes/mathjax.html | 22 - docs/_includes/navbar.html | 35 + docs/_includes/page_header.html | 3 - .../{render_papers.html => papers.html} | 0 docs/_includes/semester_head.html | 5 + docs/_includes/semesters.html | 20 - docs/_layouts/current.html | 9 +- docs/_layouts/default.html | 82 +- docs/_layouts/page.html | 11 +- docs/_layouts/semester.html | 12 +- docs/_sass/_bootstrap_customization.scss | 682 ------------- docs/_sass/_syntax-highlighting.scss | 74 -- docs/_sass/_variables.scss | 133 --- .../_bootstrap-4-jekyll.scss | 8 - docs/_sass/bootstrap/__DO_NOT_MODIFY | 0 docs/_sass/bootstrap/_alert.scss | 51 - docs/_sass/bootstrap/_badge.scss | 47 - docs/_sass/bootstrap/_breadcrumb.scss | 41 - docs/_sass/bootstrap/_button-group.scss | 172 ---- docs/_sass/bootstrap/_buttons.scss | 144 --- docs/_sass/bootstrap/_card.scss | 301 ------ docs/_sass/bootstrap/_carousel.scss | 235 ----- docs/_sass/bootstrap/_close.scss | 34 - docs/_sass/bootstrap/_code.scss | 56 -- docs/_sass/bootstrap/_custom-forms.scss | 420 -------- docs/_sass/bootstrap/_dropdown.scss | 166 ---- docs/_sass/bootstrap/_forms.scss | 335 ------- docs/_sass/bootstrap/_functions.scss | 86 -- docs/_sass/bootstrap/_grid.scss | 52 - docs/_sass/bootstrap/_images.scss | 42 - docs/_sass/bootstrap/_input-group.scss | 159 --- docs/_sass/bootstrap/_jumbotron.scss | 16 - docs/_sass/bootstrap/_list-group.scss | 115 --- docs/_sass/bootstrap/_media.scss | 8 - docs/_sass/bootstrap/_mixins.scss | 41 - docs/_sass/bootstrap/_modal.scss | 168 ---- docs/_sass/bootstrap/_nav.scss | 118 --- docs/_sass/bootstrap/_navbar.scss | 299 ------ docs/_sass/bootstrap/_pagination.scss | 78 -- docs/_sass/bootstrap/_popover.scss | 183 ---- docs/_sass/bootstrap/_print.scss | 124 --- docs/_sass/bootstrap/_progress.scss | 34 - docs/_sass/bootstrap/_reboot.scss | 482 --------- docs/_sass/bootstrap/_root.scss | 19 - docs/_sass/bootstrap/_tables.scss | 188 ---- docs/_sass/bootstrap/_tooltip.scss | 115 --- docs/_sass/bootstrap/_transitions.scss | 22 - docs/_sass/bootstrap/_type.scss | 125 --- docs/_sass/bootstrap/_utilities.scss | 15 - docs/_sass/bootstrap/_variables.scss | 928 ------------------ docs/_sass/bootstrap/bootstrap-grid.scss | 32 - docs/_sass/bootstrap/bootstrap-reboot.scss | 12 - docs/_sass/bootstrap/bootstrap.scss | 42 - docs/_sass/bootstrap/mixins/_alert.scss | 13 - .../bootstrap/mixins/_background-variant.scss | 21 - docs/_sass/bootstrap/mixins/_badge.scss | 12 - .../bootstrap/mixins/_border-radius.scss | 35 - docs/_sass/bootstrap/mixins/_box-shadow.scss | 5 - docs/_sass/bootstrap/mixins/_breakpoints.scss | 123 --- docs/_sass/bootstrap/mixins/_buttons.scss | 109 -- docs/_sass/bootstrap/mixins/_caret.scss | 66 -- docs/_sass/bootstrap/mixins/_clearfix.scss | 7 - docs/_sass/bootstrap/mixins/_float.scss | 11 - docs/_sass/bootstrap/mixins/_forms.scss | 137 --- docs/_sass/bootstrap/mixins/_gradients.scss | 45 - .../bootstrap/mixins/_grid-framework.scss | 67 -- docs/_sass/bootstrap/mixins/_grid.scss | 52 - docs/_sass/bootstrap/mixins/_hover.scss | 37 - docs/_sass/bootstrap/mixins/_image.scss | 36 - docs/_sass/bootstrap/mixins/_list-group.scss | 21 - docs/_sass/bootstrap/mixins/_lists.scss | 7 - docs/_sass/bootstrap/mixins/_nav-divider.scss | 10 - docs/_sass/bootstrap/mixins/_pagination.scss | 22 - docs/_sass/bootstrap/mixins/_reset-text.scss | 17 - docs/_sass/bootstrap/mixins/_resize.scss | 6 - .../bootstrap/mixins/_screen-reader.scss | 33 - docs/_sass/bootstrap/mixins/_size.scss | 6 - docs/_sass/bootstrap/mixins/_table-row.scss | 30 - .../bootstrap/mixins/_text-emphasis.scss | 14 - docs/_sass/bootstrap/mixins/_text-hide.scss | 11 - .../bootstrap/mixins/_text-truncate.scss | 8 - docs/_sass/bootstrap/mixins/_transition.scss | 13 - docs/_sass/bootstrap/mixins/_visibility.scss | 7 - docs/_sass/bootstrap/utilities/_align.scss | 8 - .../bootstrap/utilities/_background.scss | 19 - docs/_sass/bootstrap/utilities/_borders.scss | 59 -- docs/_sass/bootstrap/utilities/_clearfix.scss | 3 - docs/_sass/bootstrap/utilities/_display.scss | 38 - docs/_sass/bootstrap/utilities/_embed.scss | 52 - docs/_sass/bootstrap/utilities/_flex.scss | 51 - docs/_sass/bootstrap/utilities/_float.scss | 9 - docs/_sass/bootstrap/utilities/_position.scss | 37 - .../bootstrap/utilities/_screenreaders.scss | 11 - docs/_sass/bootstrap/utilities/_shadows.scss | 6 - docs/_sass/bootstrap/utilities/_sizing.scss | 12 - docs/_sass/bootstrap/utilities/_spacing.scss | 51 - docs/_sass/bootstrap/utilities/_text.scss | 58 -- .../bootstrap/utilities/_visibility.scss | 11 - docs/assets/images/delta.svg | 49 + docs/assets/images/favicon.ico | Bin 7406 -> 4286 bytes docs/assets/images/index.png | Bin 3703 -> 5667 bytes .../javascript/bootstrap/__DO_NOT_MODIFY | 0 .../bootstrap/bootstrap.bundle.min.js | 7 - .../bootstrap/bootstrap.bundle.min.js.map | 1 - .../assets/javascript/bootstrap/jquery.min.js | 2 - .../javascript/bootstrap/jquery.min.map | 1 - docs/assets/main.scss | 9 - docs/assets/style.css | 86 +- docs/index.md | 11 +- docs/policies.md | 10 +- 116 files changed, 257 insertions(+), 7967 deletions(-) rename docs/_includes/{render_awards.html => awards.html} (100%) delete mode 100644 docs/_includes/footer.html delete mode 100644 docs/_includes/head.html delete mode 100644 docs/_includes/header.html delete mode 100644 docs/_includes/mathjax.html create mode 100644 docs/_includes/navbar.html delete mode 100644 docs/_includes/page_header.html rename docs/_includes/{render_papers.html => papers.html} (100%) create mode 100644 docs/_includes/semester_head.html delete mode 100644 docs/_includes/semesters.html delete mode 100644 docs/_sass/_bootstrap_customization.scss delete mode 100644 docs/_sass/_syntax-highlighting.scss delete mode 100644 docs/_sass/_variables.scss delete mode 100644 docs/_sass/bootstrap-4-jekyll/_bootstrap-4-jekyll.scss delete mode 100644 docs/_sass/bootstrap/__DO_NOT_MODIFY delete mode 100644 docs/_sass/bootstrap/_alert.scss delete mode 100644 docs/_sass/bootstrap/_badge.scss delete mode 100644 docs/_sass/bootstrap/_breadcrumb.scss delete mode 100644 docs/_sass/bootstrap/_button-group.scss delete mode 100644 docs/_sass/bootstrap/_buttons.scss delete mode 100644 docs/_sass/bootstrap/_card.scss delete mode 100644 docs/_sass/bootstrap/_carousel.scss delete mode 100644 docs/_sass/bootstrap/_close.scss delete mode 100644 docs/_sass/bootstrap/_code.scss delete mode 100644 docs/_sass/bootstrap/_custom-forms.scss delete mode 100644 docs/_sass/bootstrap/_dropdown.scss delete mode 100644 docs/_sass/bootstrap/_forms.scss delete mode 100644 docs/_sass/bootstrap/_functions.scss delete mode 100644 docs/_sass/bootstrap/_grid.scss delete mode 100644 docs/_sass/bootstrap/_images.scss delete mode 100644 docs/_sass/bootstrap/_input-group.scss delete mode 100644 docs/_sass/bootstrap/_jumbotron.scss delete mode 100644 docs/_sass/bootstrap/_list-group.scss delete mode 100644 docs/_sass/bootstrap/_media.scss delete mode 100644 docs/_sass/bootstrap/_mixins.scss delete mode 100644 docs/_sass/bootstrap/_modal.scss delete mode 100644 docs/_sass/bootstrap/_nav.scss delete mode 100644 docs/_sass/bootstrap/_navbar.scss delete mode 100644 docs/_sass/bootstrap/_pagination.scss delete mode 100644 docs/_sass/bootstrap/_popover.scss delete mode 100644 docs/_sass/bootstrap/_print.scss delete mode 100644 docs/_sass/bootstrap/_progress.scss delete mode 100644 docs/_sass/bootstrap/_reboot.scss delete mode 100644 docs/_sass/bootstrap/_root.scss delete mode 100644 docs/_sass/bootstrap/_tables.scss delete mode 100644 docs/_sass/bootstrap/_tooltip.scss delete mode 100644 docs/_sass/bootstrap/_transitions.scss delete mode 100644 docs/_sass/bootstrap/_type.scss delete mode 100644 docs/_sass/bootstrap/_utilities.scss delete mode 100644 docs/_sass/bootstrap/_variables.scss delete mode 100644 docs/_sass/bootstrap/bootstrap-grid.scss delete mode 100644 docs/_sass/bootstrap/bootstrap-reboot.scss delete mode 100644 docs/_sass/bootstrap/bootstrap.scss delete mode 100644 docs/_sass/bootstrap/mixins/_alert.scss delete mode 100644 docs/_sass/bootstrap/mixins/_background-variant.scss delete mode 100644 docs/_sass/bootstrap/mixins/_badge.scss delete mode 100644 docs/_sass/bootstrap/mixins/_border-radius.scss delete mode 100644 docs/_sass/bootstrap/mixins/_box-shadow.scss delete mode 100644 docs/_sass/bootstrap/mixins/_breakpoints.scss delete mode 100644 docs/_sass/bootstrap/mixins/_buttons.scss delete mode 100644 docs/_sass/bootstrap/mixins/_caret.scss delete mode 100644 docs/_sass/bootstrap/mixins/_clearfix.scss delete mode 100644 docs/_sass/bootstrap/mixins/_float.scss delete mode 100644 docs/_sass/bootstrap/mixins/_forms.scss delete mode 100644 docs/_sass/bootstrap/mixins/_gradients.scss delete mode 100644 docs/_sass/bootstrap/mixins/_grid-framework.scss delete mode 100644 docs/_sass/bootstrap/mixins/_grid.scss delete mode 100644 docs/_sass/bootstrap/mixins/_hover.scss delete mode 100644 docs/_sass/bootstrap/mixins/_image.scss delete mode 100644 docs/_sass/bootstrap/mixins/_list-group.scss delete mode 100644 docs/_sass/bootstrap/mixins/_lists.scss delete mode 100644 docs/_sass/bootstrap/mixins/_nav-divider.scss delete mode 100644 docs/_sass/bootstrap/mixins/_pagination.scss delete mode 100644 docs/_sass/bootstrap/mixins/_reset-text.scss delete mode 100644 docs/_sass/bootstrap/mixins/_resize.scss delete mode 100644 docs/_sass/bootstrap/mixins/_screen-reader.scss delete mode 100644 docs/_sass/bootstrap/mixins/_size.scss delete mode 100644 docs/_sass/bootstrap/mixins/_table-row.scss delete mode 100644 docs/_sass/bootstrap/mixins/_text-emphasis.scss delete mode 100644 docs/_sass/bootstrap/mixins/_text-hide.scss delete mode 100644 docs/_sass/bootstrap/mixins/_text-truncate.scss delete mode 100644 docs/_sass/bootstrap/mixins/_transition.scss delete mode 100644 docs/_sass/bootstrap/mixins/_visibility.scss delete mode 100644 docs/_sass/bootstrap/utilities/_align.scss delete mode 100644 docs/_sass/bootstrap/utilities/_background.scss delete mode 100644 docs/_sass/bootstrap/utilities/_borders.scss delete mode 100644 docs/_sass/bootstrap/utilities/_clearfix.scss delete mode 100644 docs/_sass/bootstrap/utilities/_display.scss delete mode 100644 docs/_sass/bootstrap/utilities/_embed.scss delete mode 100644 docs/_sass/bootstrap/utilities/_flex.scss delete mode 100644 docs/_sass/bootstrap/utilities/_float.scss delete mode 100644 docs/_sass/bootstrap/utilities/_position.scss delete mode 100644 docs/_sass/bootstrap/utilities/_screenreaders.scss delete mode 100644 docs/_sass/bootstrap/utilities/_shadows.scss delete mode 100644 docs/_sass/bootstrap/utilities/_sizing.scss delete mode 100644 docs/_sass/bootstrap/utilities/_spacing.scss delete mode 100644 docs/_sass/bootstrap/utilities/_text.scss delete mode 100644 docs/_sass/bootstrap/utilities/_visibility.scss create mode 100644 docs/assets/images/delta.svg delete mode 100644 docs/assets/javascript/bootstrap/__DO_NOT_MODIFY delete mode 100644 docs/assets/javascript/bootstrap/bootstrap.bundle.min.js delete mode 100644 docs/assets/javascript/bootstrap/bootstrap.bundle.min.js.map delete mode 100644 docs/assets/javascript/bootstrap/jquery.min.js delete mode 100644 docs/assets/javascript/bootstrap/jquery.min.map delete mode 100644 docs/assets/main.scss diff --git a/docs/_config.yml b/docs/_config.yml index 93e3ef1..7c459ee 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,4 +1,5 @@ title: Programming Languages Reading Group +short_title: PL Reading Group description: Augusta University Programming Languages Reading Group markdown: kramdown baseurl: "/plgroup" diff --git a/docs/_includes/render_awards.html b/docs/_includes/awards.html similarity index 100% rename from docs/_includes/render_awards.html rename to docs/_includes/awards.html diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html deleted file mode 100644 index 43acd2c..0000000 --- a/docs/_includes/footer.html +++ /dev/null @@ -1,7 +0,0 @@ -
-
-

- Augusta University -

-
-
diff --git a/docs/_includes/head.html b/docs/_includes/head.html deleted file mode 100644 index 5053c29..0000000 --- a/docs/_includes/head.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - {%- seo -%} - - {%- feed_meta -%} - - - - \ No newline at end of file diff --git a/docs/_includes/header.html b/docs/_includes/header.html deleted file mode 100644 index e80af78..0000000 --- a/docs/_includes/header.html +++ /dev/null @@ -1,7 +0,0 @@ - - diff --git a/docs/_includes/jumbo_header.html b/docs/_includes/jumbo_header.html index 2fa55c9..d7b9ca2 100644 --- a/docs/_includes/jumbo_header.html +++ b/docs/_includes/jumbo_header.html @@ -1,7 +1,10 @@ -
- {%- include page_header.html -%} -
-
- {{ content }} -
+
+
+ {%- include semester_head.html -%} +
+
+ {{ content }} +
+
diff --git a/docs/_includes/mathjax.html b/docs/_includes/mathjax.html deleted file mode 100644 index 4a7a4f9..0000000 --- a/docs/_includes/mathjax.html +++ /dev/null @@ -1,22 +0,0 @@ -{% if page.mathjax %} - - - -{% endif %} diff --git a/docs/_includes/navbar.html b/docs/_includes/navbar.html new file mode 100644 index 0000000..95cf2cc --- /dev/null +++ b/docs/_includes/navbar.html @@ -0,0 +1,35 @@ + diff --git a/docs/_includes/page_header.html b/docs/_includes/page_header.html deleted file mode 100644 index 8f2c860..0000000 --- a/docs/_includes/page_header.html +++ /dev/null @@ -1,3 +0,0 @@ -
-

{{ page.semester | escape }} {{ page.year | escape }} Reading Group

-
\ No newline at end of file diff --git a/docs/_includes/render_papers.html b/docs/_includes/papers.html similarity index 100% rename from docs/_includes/render_papers.html rename to docs/_includes/papers.html diff --git a/docs/_includes/semester_head.html b/docs/_includes/semester_head.html new file mode 100644 index 0000000..146d50a --- /dev/null +++ b/docs/_includes/semester_head.html @@ -0,0 +1,5 @@ +
+

+ {{ page.semester | escape }} {{ page.year | escape }} Reading Group +

+
\ No newline at end of file diff --git a/docs/_includes/semesters.html b/docs/_includes/semesters.html deleted file mode 100644 index 226b332..0000000 --- a/docs/_includes/semesters.html +++ /dev/null @@ -1,20 +0,0 @@ -
- -
diff --git a/docs/_layouts/current.html b/docs/_layouts/current.html index c36c2d8..5a5cb77 100644 --- a/docs/_layouts/current.html +++ b/docs/_layouts/current.html @@ -2,14 +2,9 @@ layout: default --- - - {%- include jumbo_header.html -%}
- - {%- include render_papers.html -%} - - {%- include render_awards.html -%} - + {%- include papers.html -%} + {%- include awards.html -%}
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 8dc5564..e9424d2 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -1,21 +1,73 @@ - - - {%- include head.html -%} - - - - {%- include header.html -%} - + + + + + + {%- seo -%} + {%- feed_meta -%} + + + + + +
+
+ +
+
-
- {%- include semesters.html -%} - {{ content }} - {%- include semesters.html -%} -
+
+ {{ content }} +
- {%- include footer.html -%} +
- +
+
+ {%- include navbar.html -%} +
+
+ + Augusta University +
+
+ + diff --git a/docs/_layouts/page.html b/docs/_layouts/page.html index 53f65a4..a11ea55 100644 --- a/docs/_layouts/page.html +++ b/docs/_layouts/page.html @@ -2,12 +2,13 @@ layout: default --- - - -{%- include page_header.html -%} +
+

{{ page.title | escape }}

+ {% if page.lead %} +

{{ page.lead | escape }}

+ {% endif %} +
-
{{ content }}
-
\ No newline at end of file diff --git a/docs/_layouts/semester.html b/docs/_layouts/semester.html index 2621205..64cf828 100644 --- a/docs/_layouts/semester.html +++ b/docs/_layouts/semester.html @@ -2,16 +2,10 @@ layout: default --- - - -{%- include page_header.html -%} +{%- include semester_head.html -%}
-
{{ content }}
- - {%- include render_papers.html -%} - - {%- include render_awards.html -%} - + {%- include papers.html -%} + {%- include awards.html -%}
diff --git a/docs/_sass/_bootstrap_customization.scss b/docs/_sass/_bootstrap_customization.scss deleted file mode 100644 index 1efd900..0000000 --- a/docs/_sass/_bootstrap_customization.scss +++ /dev/null @@ -1,682 +0,0 @@ -// Materia 4.1.3 -// Bootswatch - - -// Variables =================================================================== - -$web-font-path: "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" !default; -@import url($web-font-path); - -// Effects ===================================================================== - -@mixin ripple($color){ - position: relative; - - &:after { - content: ""; - display: block; - position: absolute; - width: 100%; - height: 100%; - top: 0; - left: 0; - margin-left: 0; - @include gradient-radial($color 10%, transparent 10.01%); - background-size: 1000% 1000%; - background-position: 50%; - border: none; - opacity: 0; - pointer-events: none; - transition: background .5s, opacity 1s; - } - - &:active:after { - background-size: 0 0; - opacity: .2; - transition: 0s; - } - - &.disabled, - &[disabled] { - &:after { - display: none; - } - } -} - -// Navbar ====================================================================== - -.navbar { - border: none; - box-shadow: 0 1px 2px rgba(0,0,0,.3); - - &-brand { - font-size: 24px; - } - - &-nav .nav-link { - padding-top: 0.9rem; - padding-bottom: 0.9rem; - } - - &.bg-dark, - &.bg-primary { - - input[type=text], - input[type=password] { - color: #fff; - box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5); - - &:focus { - box-shadow: inset 0 -2px 0 #fff; - } - - &::placeholder { - color: rgba(255, 255, 255, 0.5); - } - } - } -} - -// Buttons ===================================================================== - -@mixin btn($class,$bg,$color){ - .btn-#{$class} { - &:focus { - background-color: $bg; - box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); - } - - &:hover, - &:active:hover { - background-color: darken($bg, 6%); - } - - &:active { - box-shadow: 2px 2px 4px rgba(0,0,0,.4); - } - - @include ripple($color); - } - - .btn-outline-#{$class} { - @include ripple($color); - } -} - -@include btn(primary,$primary,$white); -@include btn(secondary,$secondary,$gray-500); -@include btn(success,$success,$white); -@include btn(info,$info,$white); -@include btn(warning,$warning,$white); -@include btn(danger,$danger,$white); -@include btn(dark,$dark,$white); -@include btn(light,$light,$white); - -.btn { - text-transform: uppercase; - border: none; - box-shadow: 0 1px 4px rgba(0,0,0,.4); - transition: all 0.4s; - - &-link { - box-shadow: none; - color: $link-color; - - &:hover, - &:focus { - box-shadow: none; - color: $link-hover-color; - text-decoration: $link-hover-decoration; - } - - &.disabled, // Although btn-link is intended for buttons, which want to look like link, I include here a.disable for the sake of consistency - &[disabled], - fieldset[disabled] & { - &:hover, - &:active:hover { - color: $btn-link-disabled-color; - text-decoration: none; - } - } - } - - &-secondary { - &.disabled, - &[disabled], - fieldset[disabled] & { - background-color: rgba(0, 0, 0, 0.1); - color: rgba(0, 0, 0, 0.4); - opacity: 1; - - &:hover, - &:focus { - background-color: rgba(0, 0, 0, 0.1); - } - } - } - - &-outline-secondary { - border-color: $gray-200; - color: $gray-300; - } - - &-warning { - color: $white; - } - - &.dropdown-toggle::before { - display: inline-block; - width: 0; - height: 0; - margin-left: 0.3em; - vertical-align: middle; - content: ""; - border-top: 0.3em solid; - border-right: 0.3em solid transparent; - border-left: 0.3em solid transparent; - } -} - -.btn-group { - .btn + .btn, - .btn + .btn-group, - .btn-group + .btn, - .btn-group + .btn-group { - margin-left: 0; - } - - &-vertical { - > .btn + .btn, - > .btn + .btn-group, - > .btn-group + .btn, - > .btn-group + .btn-group { - margin-top: 0; - } - } - - .btn + .btn, - .btn + .btn-group > .dropdown-toggle { - box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4); - } -} - -.border-secondary { - border: 1px solid #dfdfdf !important; -} - -// Typography ================================================================== - -body, -input, -button { - -webkit-font-smoothing: antialiased; - letter-spacing: .1px; -} - -p { - margin: 0 0 1em; -} - -a { - transition: all 0.2s; -} - -// Tables ====================================================================== - -.table-hover { - > tbody > tr, - > tbody > tr > th, - > tbody > tr > td { - transition: all 0.2s; - } -} - -.thead-inverse th { - background-color: $primary; - color: $white; -} - -// Forms ======================================================================= - -.col-form-label { - font-size: 16px; - - &-sm { - font-size: $font-size-sm; - } - - &-lg { - font-size: $font-size-lg; - } -} - -textarea, -textarea.form-control, -input.form-control, -input[type=text], -input[type=password], -input[type=email], -input[type=number], -[type=text].form-control, -[type=password].form-control, -[type=email].form-control, -[type=tel].form-control, -[contenteditable].form-control { - font-size: 1rem; - box-shadow: inset 0 -1px 0 #ddd; - transition: all 0.2s; - - &:focus { - box-shadow: inset 0 -2px 0 $primary; - } - - &[disabled], - &[readonly] { - box-shadow: none; - border-bottom: 1px dotted #ddd; - } - - &[disabled], - &[disabled]::placeholder { - color: #ddd; - } - - &:not(textarea) { - height: $input-height; - } - - &.form-control { - &-sm { - height: $input-height-sm; - font-size: $font-size-sm; - } - - &-lg { - height: $input-height-lg; - font-size: $font-size-lg; - } - } - - &::-ms-clear { - display: none; - } -} - -select, -select.form-control { - appearance: none; - padding: 0.5rem 0; - background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=); - background-size: 13px; - background-repeat: no-repeat; - background-position: right center; - box-shadow: inset 0 -1px 0 #ddd; - - &::-ms-expand { - display: none; - } - - &.input { - &-sm { - font-size: $font-size-sm; - } - - &-lg { - font-size: $font-size-lg; - } - } - - &:focus { - box-shadow: inset 0 -2px 0 $primary; - background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEUhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISF8S9ewAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=); - } - - &[multiple] { - background: none; - } -} - -.custom-control-label { - &::before { - top: 0; - border: 2px solid $gray-400; - } - &::after { - top: 0; - } - - .custom-control-input:checked ~ &::before { - border-color: $primary; - } -} - -.custom-checkbox .custom-control-input:checked { - ~ .custom-control-label::after { - transform: scale(1.5); - } -} - -.custom-radio .custom-control-input { - &:checked { - ~ .custom-control-label::before { - background-color: $white; - } - ~ .custom-control-label::after { - transform: scale(1.125); - transition: 240ms; - } - } - & { - ~ .custom-control-label::after { - transform: scale(.75); - } - } -} - -.has-warning { - input:not([type=checkbox]), - .form-control, - input.form-control[readonly], - input[type=text][readonly], - [type=text].form-control[readonly], - input:not([type=checkbox]):focus, - .form-control:focus { - border-bottom: none; - box-shadow: inset 0 -2px 0 $warning; - } -} - -.has-danger { - input:not([type=checkbox]), - .form-control, - input.form-control[readonly], - input[type=text][readonly], - [type=text].form-control[readonly], - input:not([type=checkbox]):focus, - .form-control:focus { - border-bottom: none; - box-shadow: inset 0 -2px 0 $danger; - } -} - -.has-success { - input:not([type=checkbox]), - .form-control, - input.form-control[readonly], - input[type=text][readonly], - [type=text].form-control[readonly], - input:not([type=checkbox]):focus, - .form-control:focus { - border-bottom: none; - box-shadow: inset 0 -2px 0 $success; - } -} - -// Remove the Bootstrap feedback styles for input addons -.input-group-addon { - .has-warning &, .has-danger &, .has-success & { - color: $input-color; - border-color: $input-group-addon-border-color; - background-color: $input-group-addon-bg; - } -} - -.input-group { - - > .input-group-prepend > .input-group-text { - padding-right: 0.25rem; - } - - > .input-group-append > .input-group-text { - padding-left: 0.25rem; - } - - .form-control { - padding-left: 0.25rem; - padding-right: 0.25rem; - } -} - -.input-group-sm { - - > .input-group-prepend > .btn, - > .input-group-append > .btn { - padding: $input-btn-padding-y-sm $input-btn-padding-x-sm; - } - - > .input-group-prepend > .input-group-text { - padding: $input-btn-padding-y-sm $input-btn-padding-x-sm $input-btn-padding-y-sm 0; - } - - > .input-group-append > .input-group-text { - padding: $input-btn-padding-y-sm 0 $input-btn-padding-y-sm $input-btn-padding-x-sm; - } - - > .input-group-prepend > .btn { - border-top-left-radius: $btn-border-radius-sm; - border-bottom-left-radius: $btn-border-radius-sm; - } - - > .input-group-append > .btn { - border-top-right-radius: $btn-border-radius-sm; - border-bottom-right-radius: $btn-border-radius-sm; - } -} - -.input-group-lg { - - > .input-group-prepend > .btn, - > .input-group-append > .btn { - padding: $input-btn-padding-y-lg $input-btn-padding-x-lg; - } - - > .input-group-prepend > .input-group-text { - padding: $input-btn-padding-y-lg $input-btn-padding-x-lg $input-btn-padding-y-lg 0; - } - - > .input-group-append > .input-group-text { - padding: $input-btn-padding-y-lg 0 $input-btn-padding-y-lg $input-btn-padding-x-lg; - } - - > .input-group-prepend > .btn { - border-top-left-radius: $btn-border-radius-lg; - border-bottom-left-radius: $btn-border-radius-lg; - } - - > .input-group-append > .btn { - border-top-right-radius: $btn-border-radius-lg; - border-bottom-right-radius: $btn-border-radius-lg; - } -} - - -.form-group-lg { - select, - select.form-control { - line-height: 1.5; - } -} - -// Navs ======================================================================== - -.nav-tabs { - .nav-item + .nav-item { - margin-left: 0; - } - - .nav-link, - .nav-link:focus { - margin-right: 0; - background-color: transparent; - border: none; - color: $body-color; - box-shadow: inset 0 -1px 0 #ddd; - transition: all 0.2s; - - &:hover { - background-color: transparent; - box-shadow: inset 0 -2px 0 $primary; - color: $primary; - } - } - - .nav-link.active, - .nav-link.active:focus { - border: none; - box-shadow: inset 0 -2px 0 $primary; - color: $primary; - - &:hover { - border: none; - color: $primary; - } - } - - .nav-link.disabled { - box-shadow: inset 0 -1px 0 #ddd; - } - - &.nav-justified { - - .nav-link, - .nav-link:hover, - .nav-link:focus, - .nav-link.active, - .nav-link.active:hover, - .nav-link.active:focus { - border: none; - } - } - - .dropdown-menu { - margin-top: 0; - } -} - -.dropdown-menu { - margin-top: 0; - border: none; - box-shadow: 0 1px 4px rgba(0,0,0,.3); -} - -// Indicators ================================================================== - -.alert { - padding-right: 2.5rem; - border: none; - - &, h1, h2, h3, h4, h5, h6 { - color: #fff; - } - - @each $color, $value in $theme-colors { - &-#{$color} { - @if $enable-gradients { - background: $value linear-gradient(180deg, mix($body-bg, $value, 15%), $value) repeat-x; - } @else { - background-color: $value; - } - } - } - - a:not(.btn), - .alert-link { - color: #fff; - font-weight: bold; - } - - .close { - color: #fff; - } - - &-secondary, - &-light { - &, - & a:not(.btn), - & .alert-link { - color: $body-color; - } - } -} - -.badge { - - &-secondary { - background-color: $gray-500; - color: $white; - } - - &-light { - background-color: $gray-200; - } - - &-warning { - color: $white; - } -} - -.tag { - padding: 4px 6px 4px; -} - -// Progress bars =============================================================== - -// Containers ================================================================== - -.close { - line-height: 0.5; - opacity: 0.6; - transition: all 0.2s; - - &:hover { - opacity: 1; - } -} - -.card { - box-shadow: 0 1px 4px rgba(0,0,0,.4); - - &.border-primary, - &.border-secondary, - &.border-success, - &.border-info, - &.border-warning, - &.border-danger, - &.border-light, - &.border-dark { - border-width: 1px; - } -} - -.alert-dismissible { - .close { - padding: 0.5rem 0.75rem; - } -} - -.list-group { - &-item-action.active { - h1, h2, h3, h4, h5, h6 { - color: $white; - } - } -} - -.modal-content { - border-radius: 0.2rem; - box-shadow: 0 6px 36px rgba(0,0,0,.3); -} - -.popover { - border: none; - box-shadow: 0 1px 4px rgba(0,0,0,.3); -} - -.carousel { - &-caption { - h1, h2, h3, h4, h5, h6 { - color: inherit; - } - } -} diff --git a/docs/_sass/_syntax-highlighting.scss b/docs/_sass/_syntax-highlighting.scss deleted file mode 100644 index f34d825..0000000 --- a/docs/_sass/_syntax-highlighting.scss +++ /dev/null @@ -1,74 +0,0 @@ -// Syntax highlighting styles, can be modified to match the theme - - -.highlight { - - color: #111; - - pre { - margin: 0; - padding: 8px 12px; - background: #eef; - border: 1px solid #e8e8e8; - } - - .c { color: #998; font-style: italic } // Comment - .err { color: #a61717; background-color: #e3d2d2 } // Error - .k { font-weight: bold } // Keyword - .o { font-weight: bold } // Operator - .cm { color: #998; font-style: italic } // Comment.Multiline - .cp { color: #999; font-weight: bold } // Comment.Preproc - .c1 { color: #998; font-style: italic } // Comment.Single - .cs { color: #999; font-weight: bold; font-style: italic } // Comment.Special - .gd { color: #000; background-color: #fdd } // Generic.Deleted - .gd .x { color: #000; background-color: #faa } // Generic.Deleted.Specific - .ge { font-style: italic } // Generic.Emph - .gr { color: #a00 } // Generic.Error - .gh { color: #999 } // Generic.Heading - .gi { color: #000; background-color: #dfd } // Generic.Inserted - .gi .x { color: #000; background-color: #afa } // Generic.Inserted.Specific - .go { color: #888 } // Generic.Output - .gp { color: #555 } // Generic.Prompt - .gs { font-weight: bold } // Generic.Strong - .gu { color: #aaa } // Generic.Subheading - .gt { color: #a00 } // Generic.Traceback - .kc { font-weight: bold } // Keyword.Constant - .kd { font-weight: bold } // Keyword.Declaration - .kp { font-weight: bold } // Keyword.Pseudo - .kr { font-weight: bold } // Keyword.Reserved - .kt { color: #458; font-weight: bold } // Keyword.Type - .m { color: #099 } // Literal.Number - .s { color: #d14 } // Literal.String - .na { color: #008080 } // Name.Attribute - .nb { color: #0086B3 } // Name.Builtin - .nc { color: #458; font-weight: bold } // Name.Class - .no { color: #008080 } // Name.Constant - .ni { color: #800080 } // Name.Entity - .ne { color: #900; font-weight: bold } // Name.Exception - .nf { color: #900; font-weight: bold } // Name.Function - .nn { color: #555 } // Name.Namespace - .nt { color: #000080 } // Name.Tag - .nv { color: #008080 } // Name.Variable - .ow { font-weight: bold } // Operator.Word - .w { color: #bbb } // Text.Whitespace - .mf { color: #099 } // Literal.Number.Float - .mh { color: #099 } // Literal.Number.Hex - .mi { color: #099 } // Literal.Number.Integer - .mo { color: #099 } // Literal.Number.Oct - .sb { color: #d14 } // Literal.String.Backtick - .sc { color: #d14 } // Literal.String.Char - .sd { color: #d14 } // Literal.String.Doc - .s2 { color: #d14 } // Literal.String.Double - .se { color: #d14 } // Literal.String.Escape - .sh { color: #d14 } // Literal.String.Heredoc - .si { color: #d14 } // Literal.String.Interpol - .sx { color: #d14 } // Literal.String.Other - .sr { color: #009926 } // Literal.String.Regex - .s1 { color: #d14 } // Literal.String.Single - .ss { color: #990073 } // Literal.String.Symbol - .bp { color: #999 } // Name.Builtin.Pseudo - .vc { color: #008080 } // Name.Variable.Class - .vg { color: #008080 } // Name.Variable.Global - .vi { color: #008080 } // Name.Variable.Instance - .il { color: #099 } // Literal.Number.Integer.Long -} diff --git a/docs/_sass/_variables.scss b/docs/_sass/_variables.scss deleted file mode 100644 index 2547b05..0000000 --- a/docs/_sass/_variables.scss +++ /dev/null @@ -1,133 +0,0 @@ -// Materia 4.1.3 -// Bootswatch - -// -// Color system -// - -$white: #fff !default; -$gray-100: #f8f9fa !default; -$gray-200: #eee !default; -$gray-300: #dee2e6 !default; -$gray-400: #ced4da !default; -$gray-500: #bbb !default; -$gray-600: #666 !default; -$gray-700: #444 !default; -$gray-800: #222 !default; -$gray-900: #212121 !default; -$black: #000 !default; - -$blue: #2196F3 !default; -$indigo: #6610f2 !default; -$purple: #6f42c1 !default; -$pink: #e83e8c !default; -$red: #e51c23 !default; -$orange: #fd7e14 !default; -$yellow: #ff9800 !default; -$green: #4CAF50 !default; -$teal: #20c997 !default; -$cyan: #9C27B0 !default; - -$primary: $blue !default; -$secondary: $white !default; -$success: $green !default; -$info: $cyan !default; -$warning: $yellow !default; -$danger: $red !default; -$light: $white !default; -$dark: $gray-800 !default; - -$yiq-contrasted-threshold: 170 !default; - -$enable-gradients: true; - -// Body - -$body-color: $gray-700 !default; - -// Fonts - -$font-family-sans-serif: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !default; - -$font-size-base: 1.1rem !default; - -$font-weight-base: 400 !default; - -// Buttons - -$input-btn-padding-y: 0.8rem !default; -$input-btn-padding-x: 1rem !default; - -// Forms - -$input-padding-y: 1rem !default; -$input-padding-x: 0 !default; - -$input-padding-y-sm: $font-size-base !default; -$input-padding-x-sm: 0 !default; - -$input-padding-y-lg: ($font-size-base * 1.25) !default; -$input-padding-x-lg: 0 !default; - -$input-bg: transparent !default; -$input-disabled-bg: transparent !default; - -$input-color: $gray-600 !default; -$input-border-color: transparent !default; -$input-border-width: 0rem !default; - -$input-border-radius: 0 !default; -$input-border-radius-lg: 0 !default; -$input-border-radius-sm: 0 !default; - -$input-placeholder-color: rgba(0,0,0,0.4) !default; - -$input-group-addon-bg: transparent !default; - -$custom-control-gutter: 1.75rem !default; - -$custom-control-indicator-focus-box-shadow: 0 !default; - -$custom-control-indicator-size: 1.25rem !default; -$custom-control-indicator-bg: $white; -$custom-checkbox-indicator-border-radius: 2px !default; - -$custom-control-indicator-disabled-bg: $gray-100 !default; - -$custom-radio-indicator-icon-checked: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='4' fill='%232196F3'/%3E%3C/svg%3E") !default; - -// Navs - -$nav-link-disabled-color: $gray-500 !default; - -$nav-tabs-border-color: transparent !default; - -// Navbar - -$navbar-padding-y: 1rem !default; - -$navbar-dark-color: rgba($white,.75) !default; -$navbar-dark-hover-color: $white !default; - -// Cards - -$card-border-width: 0; -$card-border-color: transparent; - -// Tooltips - -$tooltip-bg: $gray-700 !default; - -// Modals - -$modal-content-border-color: transparent !default; - -// Progress bars - -$progress-height: 0.375rem !default; -$progress-border-radius: 0 !default; - -// Close - -$close-font-size: 2.125rem !default; -$close-font-weight: 300 !default; diff --git a/docs/_sass/bootstrap-4-jekyll/_bootstrap-4-jekyll.scss b/docs/_sass/bootstrap-4-jekyll/_bootstrap-4-jekyll.scss deleted file mode 100644 index 7425977..0000000 --- a/docs/_sass/bootstrap-4-jekyll/_bootstrap-4-jekyll.scss +++ /dev/null @@ -1,8 +0,0 @@ -// Some CSS to ease the integration between Jekyll and Bootstrap 4. -// It is not recommended to edit this file. - -.page-content { - img { - max-width: 100%; - } -} diff --git a/docs/_sass/bootstrap/__DO_NOT_MODIFY b/docs/_sass/bootstrap/__DO_NOT_MODIFY deleted file mode 100644 index e69de29..0000000 diff --git a/docs/_sass/bootstrap/_alert.scss b/docs/_sass/bootstrap/_alert.scss deleted file mode 100644 index dd43e23..0000000 --- a/docs/_sass/bootstrap/_alert.scss +++ /dev/null @@ -1,51 +0,0 @@ -// -// Base styles -// - -.alert { - position: relative; - padding: $alert-padding-y $alert-padding-x; - margin-bottom: $alert-margin-bottom; - border: $alert-border-width solid transparent; - @include border-radius($alert-border-radius); -} - -// Headings for larger alerts -.alert-heading { - // Specified to prevent conflicts of changing $headings-color - color: inherit; -} - -// Provide class for links that match alerts -.alert-link { - font-weight: $alert-link-font-weight; -} - - -// Dismissible alerts -// -// Expand the right padding and account for the close button's positioning. - -.alert-dismissible { - padding-right: ($close-font-size + $alert-padding-x * 2); - - // Adjust close link position - .close { - position: absolute; - top: 0; - right: 0; - padding: $alert-padding-y $alert-padding-x; - color: inherit; - } -} - - -// Alternate styles -// -// Generate contextual modifier classes for colorizing the alert. - -@each $color, $value in $theme-colors { - .alert-#{$color} { - @include alert-variant(theme-color-level($color, $alert-bg-level), theme-color-level($color, $alert-border-level), theme-color-level($color, $alert-color-level)); - } -} diff --git a/docs/_sass/bootstrap/_badge.scss b/docs/_sass/bootstrap/_badge.scss deleted file mode 100644 index b87a1b0..0000000 --- a/docs/_sass/bootstrap/_badge.scss +++ /dev/null @@ -1,47 +0,0 @@ -// Base class -// -// Requires one of the contextual, color modifier classes for `color` and -// `background-color`. - -.badge { - display: inline-block; - padding: $badge-padding-y $badge-padding-x; - font-size: $badge-font-size; - font-weight: $badge-font-weight; - line-height: 1; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - @include border-radius($badge-border-radius); - - // Empty badges collapse automatically - &:empty { - display: none; - } -} - -// Quick fix for badges in buttons -.btn .badge { - position: relative; - top: -1px; -} - -// Pill badges -// -// Make them extra rounded with a modifier to replace v3's badges. - -.badge-pill { - padding-right: $badge-pill-padding-x; - padding-left: $badge-pill-padding-x; - @include border-radius($badge-pill-border-radius); -} - -// Colors -// -// Contextual variations (linked badges get darker on :hover). - -@each $color, $value in $theme-colors { - .badge-#{$color} { - @include badge-variant($value); - } -} diff --git a/docs/_sass/bootstrap/_breadcrumb.scss b/docs/_sass/bootstrap/_breadcrumb.scss deleted file mode 100644 index be30950..0000000 --- a/docs/_sass/bootstrap/_breadcrumb.scss +++ /dev/null @@ -1,41 +0,0 @@ -.breadcrumb { - display: flex; - flex-wrap: wrap; - padding: $breadcrumb-padding-y $breadcrumb-padding-x; - margin-bottom: $breadcrumb-margin-bottom; - list-style: none; - background-color: $breadcrumb-bg; - @include border-radius($breadcrumb-border-radius); -} - -.breadcrumb-item { - // The separator between breadcrumbs (by default, a forward-slash: "/") - + .breadcrumb-item { - padding-left: $breadcrumb-item-padding; - - &::before { - display: inline-block; // Suppress underlining of the separator in modern browsers - padding-right: $breadcrumb-item-padding; - color: $breadcrumb-divider-color; - content: $breadcrumb-divider; - } - } - - // IE9-11 hack to properly handle hyperlink underlines for breadcrumbs built - // without `