This commit is contained in:
Trygve 2021-10-29 22:48:29 +02:00
parent 829934ce17
commit 6884f981ae
13 changed files with 8 additions and 1 deletions

0
LICENSE Normal file → Executable file
View File

0
common/header.html Normal file → Executable file
View File

9
css/main.css Normal file → Executable file
View File

@ -9,6 +9,8 @@
--dark-link-color: #5C6BC0; --dark-link-color: #5C6BC0;
--dark-shadow-color: #1a1a1a; --dark-shadow-color: #1a1a1a;
--dark-green-bg-color: #26a269;
--dark-green-border-color: #176943;
} }
body { body {
min-height: 100%; min-height: 100%;
@ -23,8 +25,11 @@ body {
--btn-color: #303f9f; --btn-color: #303f9f;
--link-color: #3949AB; --link-color: #3949AB;
--shadow-color: rgba(0,0,0,.15); --shadow-color: rgba(0,0,0,.15);
--green-bg-color: #8ff0a4;
--green-border-color: #33d17a;
background-color: var(--bg-color); background-color: var(--bg-color);
background-image: url(/img/noise.png);
color: var(--text-color); color: var(--text-color);
} }
@ -89,6 +94,8 @@ a {
grid-area: main; grid-area: main;
} }
.alert {
}
.center-txt{ .center-txt{
text-align: center; text-align: center;

0
diverse/index.php Normal file → Executable file
View File

0
fuglekasse/index.php Normal file → Executable file
View File

0
img/icons/Jitsi_Logo.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

0
img/icons/Matrix_Logo.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

0
img/icons/Nextcloud_Logo.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

0
index.php Normal file → Executable file
View File

0
mumble_info/index.php Normal file → Executable file
View File

0
speedtest/index.php Normal file → Executable file
View File

0
speedtest/ui.css Normal file → Executable file
View File

0
speedtest/ui.js Normal file → Executable file
View File