From 6884f981aed6c0bc404ae60e8b2433f61881d304 Mon Sep 17 00:00:00 2001 From: Trygve Date: Fri, 29 Oct 2021 22:48:29 +0200 Subject: [PATCH] ? --- LICENSE | 0 common/header.html | 0 css/main.css | 9 ++++++++- diverse/index.php | 0 fuglekasse/index.php | 0 img/icons/Jitsi_Logo.svg | 0 img/icons/Matrix_Logo.svg | 0 img/icons/Nextcloud_Logo.svg | 0 index.php | 0 mumble_info/index.php | 0 speedtest/index.php | 0 speedtest/ui.css | 0 speedtest/ui.js | 0 13 files changed, 8 insertions(+), 1 deletion(-) mode change 100644 => 100755 LICENSE mode change 100644 => 100755 common/header.html mode change 100644 => 100755 css/main.css mode change 100644 => 100755 diverse/index.php mode change 100644 => 100755 fuglekasse/index.php mode change 100644 => 100755 img/icons/Jitsi_Logo.svg mode change 100644 => 100755 img/icons/Matrix_Logo.svg mode change 100644 => 100755 img/icons/Nextcloud_Logo.svg mode change 100644 => 100755 index.php mode change 100644 => 100755 mumble_info/index.php mode change 100644 => 100755 speedtest/index.php mode change 100644 => 100755 speedtest/ui.css mode change 100644 => 100755 speedtest/ui.js diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/common/header.html b/common/header.html old mode 100644 new mode 100755 diff --git a/css/main.css b/css/main.css old mode 100644 new mode 100755 index b01992c..79153a1 --- a/css/main.css +++ b/css/main.css @@ -9,6 +9,8 @@ --dark-link-color: #5C6BC0; --dark-shadow-color: #1a1a1a; + --dark-green-bg-color: #26a269; + --dark-green-border-color: #176943; } body { min-height: 100%; @@ -23,8 +25,11 @@ body { --btn-color: #303f9f; --link-color: #3949AB; --shadow-color: rgba(0,0,0,.15); + + --green-bg-color: #8ff0a4; + --green-border-color: #33d17a; + background-color: var(--bg-color); - background-image: url(/img/noise.png); color: var(--text-color); } @@ -89,6 +94,8 @@ a { grid-area: main; } +.alert { +} .center-txt{ text-align: center; diff --git a/diverse/index.php b/diverse/index.php old mode 100644 new mode 100755 diff --git a/fuglekasse/index.php b/fuglekasse/index.php old mode 100644 new mode 100755 diff --git a/img/icons/Jitsi_Logo.svg b/img/icons/Jitsi_Logo.svg old mode 100644 new mode 100755 diff --git a/img/icons/Matrix_Logo.svg b/img/icons/Matrix_Logo.svg old mode 100644 new mode 100755 diff --git a/img/icons/Nextcloud_Logo.svg b/img/icons/Nextcloud_Logo.svg old mode 100644 new mode 100755 diff --git a/index.php b/index.php old mode 100644 new mode 100755 diff --git a/mumble_info/index.php b/mumble_info/index.php old mode 100644 new mode 100755 diff --git a/speedtest/index.php b/speedtest/index.php old mode 100644 new mode 100755 diff --git a/speedtest/ui.css b/speedtest/ui.css old mode 100644 new mode 100755 diff --git a/speedtest/ui.js b/speedtest/ui.js old mode 100644 new mode 100755