From 2dd5a3245a6a906f4b9ecfe9815c4235dd2cf2bb Mon Sep 17 00:00:00 2001 From: "aiyion.prime" Date: Fri, 13 Dec 2024 20:43:10 +0100 Subject: [PATCH] build: Bump bootstrap 4.6.7 --- css/grayscale.css | 16 +- index.html | 92 +- js/grayscale.js | 4 +- package-lock.json | 36 +- package.json | 2 +- satzung.html | 38 +- vendor/bootstrap/css/bootstrap-grid.css | 3872 ++++ vendor/bootstrap/css/bootstrap-grid.css.map | 1 + vendor/bootstrap/css/bootstrap-grid.min.css | 7 + .../bootstrap/css/bootstrap-grid.min.css.map | 1 + vendor/bootstrap/css/bootstrap-reboot.css | 325 + vendor/bootstrap/css/bootstrap-reboot.css.map | 1 + vendor/bootstrap/css/bootstrap-reboot.min.css | 8 + .../css/bootstrap-reboot.min.css.map | 1 + vendor/bootstrap/css/bootstrap-theme.css | 587 - vendor/bootstrap/css/bootstrap-theme.css.map | 1 - vendor/bootstrap/css/bootstrap-theme.min.css | 6 - .../bootstrap/css/bootstrap-theme.min.css.map | 1 - vendor/bootstrap/css/bootstrap.css | 15208 ++++++++++------ vendor/bootstrap/css/bootstrap.css.map | 2 +- vendor/bootstrap/css/bootstrap.min.css | 9 +- vendor/bootstrap/css/bootstrap.min.css.map | 2 +- .../fonts/glyphicons-halflings-regular.eot | Bin 20127 -> 0 bytes .../fonts/glyphicons-halflings-regular.svg | 288 - .../fonts/glyphicons-halflings-regular.ttf | Bin 45404 -> 0 bytes .../fonts/glyphicons-halflings-regular.woff | Bin 23424 -> 0 bytes .../fonts/glyphicons-halflings-regular.woff2 | Bin 18028 -> 0 bytes vendor/bootstrap/js/bootstrap.bundle.js | 6971 +++++++ vendor/bootstrap/js/bootstrap.bundle.js.map | 1 + vendor/bootstrap/js/bootstrap.bundle.min.js | 7 + .../bootstrap/js/bootstrap.bundle.min.js.map | 1 + vendor/bootstrap/js/bootstrap.js | 5612 ++++-- vendor/bootstrap/js/bootstrap.js.map | 1 + vendor/bootstrap/js/bootstrap.min.js | 11 +- vendor/bootstrap/js/bootstrap.min.js.map | 1 + vendor/bootstrap/js/npm.js | 13 - 36 files changed, 24362 insertions(+), 8764 deletions(-) create mode 100644 vendor/bootstrap/css/bootstrap-grid.css create mode 100644 vendor/bootstrap/css/bootstrap-grid.css.map create mode 100644 vendor/bootstrap/css/bootstrap-grid.min.css create mode 100644 vendor/bootstrap/css/bootstrap-grid.min.css.map create mode 100644 vendor/bootstrap/css/bootstrap-reboot.css create mode 100644 vendor/bootstrap/css/bootstrap-reboot.css.map create mode 100644 vendor/bootstrap/css/bootstrap-reboot.min.css create mode 100644 vendor/bootstrap/css/bootstrap-reboot.min.css.map delete mode 100644 vendor/bootstrap/css/bootstrap-theme.css delete mode 100644 vendor/bootstrap/css/bootstrap-theme.css.map delete mode 100644 vendor/bootstrap/css/bootstrap-theme.min.css delete mode 100644 vendor/bootstrap/css/bootstrap-theme.min.css.map delete mode 100644 vendor/bootstrap/fonts/glyphicons-halflings-regular.eot delete mode 100644 vendor/bootstrap/fonts/glyphicons-halflings-regular.svg delete mode 100644 vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf delete mode 100644 vendor/bootstrap/fonts/glyphicons-halflings-regular.woff delete mode 100644 vendor/bootstrap/fonts/glyphicons-halflings-regular.woff2 create mode 100644 vendor/bootstrap/js/bootstrap.bundle.js create mode 100644 vendor/bootstrap/js/bootstrap.bundle.js.map create mode 100644 vendor/bootstrap/js/bootstrap.bundle.min.js create mode 100644 vendor/bootstrap/js/bootstrap.bundle.min.js.map create mode 100644 vendor/bootstrap/js/bootstrap.js.map create mode 100644 vendor/bootstrap/js/bootstrap.min.js.map delete mode 100644 vendor/bootstrap/js/npm.js diff --git a/css/grayscale.css b/css/grayscale.css index fb7be31..9af5dfa 100644 --- a/css/grayscale.css +++ b/css/grayscale.css @@ -107,13 +107,13 @@ a:focus { outline: none; background-color: transparent; } -.navbar-custom .nav li.active { +.navbar-custom .nav li:has(a.active) { outline: none; } -.navbar-custom .nav li.active a { +.navbar-custom .nav li a.active { background-color: rgba(255, 255, 255, 0.3); } -.navbar-custom .nav li.active a:hover { +.navbar-custom .nav li a.active:hover { color: white; } @media (min-width: 768px) { @@ -140,11 +140,11 @@ a:focus { .navbar-header .fa-bars { color: #fff; } -.navbar-fixed-top { +.fixed-top { padding: 0 0 0 0; height: auto; } -.navbar-fixed-top .navbar-collapse { +.fixed-top .navbar-collapse { /* menu do not jump */ padding: 0 15px; } @@ -291,13 +291,13 @@ a:focus { transition: all 0.3s ease-in-out; border-radius: 0; } -.btn-default { +.btn-secondary { border: 1px solid #42DCA3; color: #42DCA3; background-color: transparent; } -.btn-default:hover, -.btn-default:focus { +.btn-secondary:hover, +.btn-secondary:focus { border: 1px solid #42DCA3; outline: none; color: black; diff --git a/index.html b/index.html index d5718bb..95c3e5d 100644 --- a/index.html +++ b/index.html @@ -37,7 +37,7 @@ - + @@ -45,7 +45,7 @@
-
+

Förderverein freier Netzwerke im Norden.

@@ -58,42 +58,40 @@ -