summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2019-02-18 08:28:49 +0300
committerDevaev Maxim <[email protected]>2019-02-18 08:28:49 +0300
commit215337cc88b20d9dd6cf287b17ef45f16dfeb80b (patch)
treeb1a484c79e5e9811f0cf9fac5cb883e46cc2f3b3 /web
parent7b5588b8d10bbfcdee88e19d732255cffe73a4fa (diff)
license
Diffstat (limited to 'web')
-rw-r--r--web/index.html22
-rw-r--r--web/kvm/index.html22
-rw-r--r--web/login/index.html22
-rw-r--r--web/share/css/index/index.css22
-rw-r--r--web/share/css/kvm/about.css22
-rw-r--r--web/share/css/kvm/hid.css22
-rw-r--r--web/share/css/kvm/keyboard.css22
-rw-r--r--web/share/css/kvm/msd.css22
-rw-r--r--web/share/css/kvm/stream.css22
-rw-r--r--web/share/css/leds.css22
-rw-r--r--web/share/css/login/login.css22
-rw-r--r--web/share/css/main.css22
-rw-r--r--web/share/css/menu.css22
-rw-r--r--web/share/css/modals.css22
-rw-r--r--web/share/css/progress.css22
-rw-r--r--web/share/css/sliders.css22
-rw-r--r--web/share/css/switches.css22
-rw-r--r--web/share/css/vars.css22
-rw-r--r--web/share/css/windows.css22
19 files changed, 418 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html
index 0f519ee3..4a68a29a 100644
--- a/web/index.html
+++ b/web/index.html
@@ -1,4 +1,26 @@
<!DOCTYPE html>
+<!-- =========================================================================
+# #
+# KVMD - The The main Pi-KVM daemon. #
+# #
+# Copyright (C) 2018 Maxim Devaev <[email protected]> #
+# #
+# This program is free software: you can redistribute it and/or modify #
+# it under the terms of the GNU General Public License as published by #
+# the Free Software Foundation, either version 3 of the License, or #
+# (at your option) any later version. #
+# #
+# This program is distributed in the hope that it will be useful, #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
+# GNU General Public License for more details. #
+# #
+# You should have received a copy of the GNU General Public License #
+# along with this program. If not, see <https://www.gnu.org/licenses/>. #
+# #
+========================================================================== -->
+
+
<html lang="en">
<head>
<meta charset="utf-8" />
diff --git a/web/kvm/index.html b/web/kvm/index.html
index f106dd2c..81293eb2 100644
--- a/web/kvm/index.html
+++ b/web/kvm/index.html
@@ -1,4 +1,26 @@
<!DOCTYPE html>
+<!-- =========================================================================
+# #
+# KVMD - The The main Pi-KVM daemon. #
+# #
+# Copyright (C) 2018 Maxim Devaev <[email protected]> #
+# #
+# This program is free software: you can redistribute it and/or modify #
+# it under the terms of the GNU General Public License as published by #
+# the Free Software Foundation, either version 3 of the License, or #
+# (at your option) any later version. #
+# #
+# This program is distributed in the hope that it will be useful, #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
+# GNU General Public License for more details. #
+# #
+# You should have received a copy of the GNU General Public License #
+# along with this program. If not, see <https://www.gnu.org/licenses/>. #
+# #
+========================================================================== -->
+
+
<html lang="en">
<head>
<meta charset="utf-8" />
diff --git a/web/login/index.html b/web/login/index.html
index b376e8a3..79873651 100644
--- a/web/login/index.html
+++ b/web/login/index.html
@@ -1,4 +1,26 @@
<!DOCTYPE html>
+<!-- =========================================================================
+# #
+# KVMD - The The main Pi-KVM daemon. #
+# #
+# Copyright (C) 2018 Maxim Devaev <[email protected]> #
+# #
+# This program is free software: you can redistribute it and/or modify #
+# it under the terms of the GNU General Public License as published by #
+# the Free Software Foundation, either version 3 of the License, or #
+# (at your option) any later version. #
+# #
+# This program is distributed in the hope that it will be useful, #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
+# GNU General Public License for more details. #
+# #
+# You should have received a copy of the GNU General Public License #
+# along with this program. If not, see <https://www.gnu.org/licenses/>. #
+# #
+========================================================================== -->
+
+
<html lang="en">
<head>
<meta charset="utf-8" />
diff --git a/web/share/css/index/index.css b/web/share/css/index/index.css
index 72ab5c24..8df9dfc5 100644
--- a/web/share/css/index/index.css
+++ b/web/share/css/index/index.css
@@ -1,3 +1,25 @@
+/*****************************************************************************
+# #
+# KVMD - The The main Pi-KVM daemon. #
+# #
+# Copyright (C) 2018 Maxim Devaev <[email protected]> #
+# #
+# This program is free software: you can redistribute it and/or modify #
+# it under the terms of the GNU General Public License as published by #
+# the Free Software Foundation, either version 3 of the License, or #
+# (at your option) any later version. #
+# #
+# This program is distributed in the hope that it will be useful, #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
+# GNU General Public License for more details. #
+# #
+# You should have received a copy of the GNU General Public License #
+# along with this program. If not, see <https://www.gnu.org/licenses/>. #
+# #
+*****************************************************************************/
+
+
div#start-box {
display: flex;
flex-direction: column;
diff --git a/web/share/css/kvm/about.css b/web/share/css/kvm/about.css
index e6e2360f..a78cbf4f 100644
--- a/web/share/css/kvm/about.css
+++ b/web/share/css/kvm/about.css
@@ -1,3 +1,25 @@
+/*****************************************************************************
+# #
+# KVMD - The The main Pi-KVM daemon. #
+# #
+# Copyright (C) 2018 Maxim Devaev <[email protected]> #
+# #
+# This program is free software: you can redistribute it and/or modify #
+# it under the terms of the GNU General Public License as published by #
+# the Free Software Foundation, either version 3 of the License, or #
+# (at your option) any later version. #
+# #
+# This program is distributed in the hope that it will be useful, #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
+# GNU General Public License for more details. #
+# #
+# You should have received a copy of the GNU General Public License #
+# along with this program. If not, see <https://www.gnu.org/licenses/>. #
+# #
+*****************************************************************************/
+
+
div#about {
-webkit-user-select: text;
-moz-user-select: text;
diff --git a/web/share/css/kvm/hid.css b/web/share/css/kvm/hid.css
index 6663a85c..61e37334 100644
--- a/web/share/css/kvm/hid.css
+++ b/web/share/css/kvm/hid.css
@@ -1,3 +1,25 @@
+/*****************************************************************************
+# #
+# KVMD - The The main Pi-KVM daemon. #
+# #
+# Copyright (C) 2018 Maxim Devaev <[email protected]> #
+# #
+# This program is free software: you can redistribute it and/or modify #
+# it under the terms of the GNU General Public License as published by #
+# the Free Software Foundation, either version 3 of the License, or #
+# (at your option) any later version. #
+# #
+# This program is distributed in the hope that it will be useful, #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
+# GNU General Public License for more details. #
+# #
+# You should have received a copy of the GNU General Public License #
+# along with this program. If not, see <https://www.gnu.org/licenses/>. #
+# #
+*****************************************************************************/
+
+
textarea#hid-pak-text {
display: block;
resize: none;
diff --git a/web/share/css/kvm/keyboard.css b/web/share/css/kvm/keyboard.css
index 2ff622f3..782e1b0f 100644
--- a/web/share/css/kvm/keyboard.css
+++ b/web/share/css/kvm/keyboard.css
@@ -1,3 +1,25 @@
+/*****************************************************************************
+# #
+# KVMD - The The main Pi-KVM daemon. #
+# #
+# Copyright (C) 2018 Maxim Devaev <[email protected]> #
+# #
+# This program is free software: you can redistribute it and/or modify #
+# it under the terms of the GNU General Public License as published by #
+# the Free Software Foundation, either version 3 of the License, or #
+# (at your option) any later version. #
+# #
+# This program is distributed in the hope that it will be useful, #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
+# GNU General Public License for more details. #
+# #
+# You should have received a copy of the GNU General Public License #
+# along with this program. If not, see <https://www.gnu.org/licenses/>. #
+# #
+*****************************************************************************/
+
+
div.keyboard {
zoom: 0.8;
}
diff --git a/web/share/css/kvm/msd.css b/web/share/css/kvm/msd.css
index 4a1c5d28..59f0139f 100644
--- a/web/share/css/kvm/msd.css
+++ b/web/share/css/kvm/msd.css
@@ -1,3 +1,25 @@
+/*****************************************************************************
+# #
+# KVMD - The The main Pi-KVM daemon. #
+# #
+# Copyright (C) 2018 Maxim Devaev <[email protected]> #
+# #
+# This program is free software: you can redistribute it and/or modify #
+# it under the terms of the GNU General Public License as published by #
+# the Free Software Foundation, either version 3 of the License, or #
+# (at your option) any later version. #
+# #
+# This program is distributed in the hope that it will be useful, #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
+# GNU General Public License for more details. #
+# #
+# You should have received a copy of the GNU General Public License #
+# along with this program. If not, see <https://www.gnu.org/licenses/>. #
+# #
+*****************************************************************************/
+
+
div#msd-menu {
width: 450px;
}
diff --git a/web/share/css/kvm/stream.css b/web/share/css/kvm/stream.css
index c51eb1de..8525f11c 100644
--- a/web/share/css/kvm/stream.css
+++ b/web/share/css/kvm/stream.css
@@ -1,3 +1,25 @@
+/*****************************************************************************
+# #
+# KVMD - The The main Pi-KVM daemon. #
+# #
+# Copyright (C) 2018 Maxim Devaev <[email protected]> #
+# #
+# This program is free software: you can redistribute it and/or modify #
+# it under the terms of the GNU General Public License as published by #
+# the Free Software Foundation, either version 3 of the License, or #
+# (at your option) any later version. #
+# #
+# This program is distributed in the hope that it will be useful, #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
+# GNU General Public License for more details. #
+# #
+# You should have received a copy of the GNU General Public License #
+# along with this program. If not, see <https://www.gnu.org/licenses/>. #
+# #
+*****************************************************************************/
+
+
div#stream-info {
display: none;
}
diff --git a/web/share/css/leds.css b/web/share/css/leds.css
index fe23a434..0752d00f 100644
--- a/web/share/css/leds.css
+++ b/web/share/css/leds.css
@@ -1,3 +1,25 @@
+/*****************************************************************************
+# #
+# KVMD - The The main Pi-KVM daemon. #
+# #
+# Copyright (C) 2018 Maxim Devaev <[email protected]> #
+# #
+# This program is free software: you can redistribute it and/or modify #
+# it under the terms of the GNU General Public License as published by #
+# the Free Software Foundation, either version 3 of the License, or #
+# (at your option) any later version. #
+# #
+# This program is distributed in the hope that it will be useful, #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
+# GNU General Public License for more details. #
+# #
+# You should have received a copy of the GNU General Public License #
+# along with this program. If not, see <https://www.gnu.org/licenses/>. #
+# #
+*****************************************************************************/
+
+
@-webkit-keyframes spin {
100% {
-webkit-transform: rotate(360deg);
diff --git a/web/share/css/login/login.css b/web/share/css/login/login.css
index 1fae42d6..326e22b1 100644
--- a/web/share/css/login/login.css
+++ b/web/share/css/login/login.css
@@ -1,3 +1,25 @@
+/*****************************************************************************
+# #
+# KVMD - The The main Pi-KVM daemon. #
+# #
+# Copyright (C) 2018 Maxim Devaev <[email protected]> #
+# #
+# This program is free software: you can redistribute it and/or modify #
+# it under the terms of the GNU General Public License as published by #
+# the Free Software Foundation, either version 3 of the License, or #
+# (at your option) any later version. #
+# #
+# This program is distributed in the hope that it will be useful, #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
+# GNU General Public License for more details. #
+# #
+# You should have received a copy of the GNU General Public License #
+# along with this program. If not, see <https://www.gnu.org/licenses/>. #
+# #
+*****************************************************************************/
+
+
div#login-box {
display: flex;
flex-direction: column;
diff --git a/web/share/css/main.css b/web/share/css/main.css
index 945d6453..6f50d63e 100644
--- a/web/share/css/main.css
+++ b/web/share/css/main.css
@@ -1,3 +1,25 @@
+/*****************************************************************************
+# #
+# KVMD - The The main Pi-KVM daemon. #
+# #
+# Copyright (C) 2018 Maxim Devaev <[email protected]> #
+# #
+# This program is free software: you can redistribute it and/or modify #
+# it under the terms of the GNU General Public License as published by #
+# the Free Software Foundation, either version 3 of the License, or #
+# (at your option) any later version. #
+# #
+# This program is distributed in the hope that it will be useful, #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
+# GNU General Public License for more details. #
+# #
+# You should have received a copy of the GNU General Public License #
+# along with this program. If not, see <https://www.gnu.org/licenses/>. #
+# #
+*****************************************************************************/
+
+
body {
margin: 0;
overflow: hidden;
diff --git a/web/share/css/menu.css b/web/share/css/menu.css
index 76c272bf..4a7bf1cc 100644
--- a/web/share/css/menu.css
+++ b/web/share/css/menu.css
@@ -1,3 +1,25 @@
+/*****************************************************************************
+# #
+# KVMD - The The main Pi-KVM daemon. #
+# #
+# Copyright (C) 2018 Maxim Devaev <[email protected]> #
+# #
+# This program is free software: you can redistribute it and/or modify #
+# it under the terms of the GNU General Public License as published by #
+# the Free Software Foundation, either version 3 of the License, or #
+# (at your option) any later version. #
+# #
+# This program is distributed in the hope that it will be useful, #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
+# GNU General Public License for more details. #
+# #
+# You should have received a copy of the GNU General Public License #
+# along with this program. If not, see <https://www.gnu.org/licenses/>. #
+# #
+*****************************************************************************/
+
+
ul#menu {
box-shadow: var(--shadow-small);
list-style-type: none;
diff --git a/web/share/css/modals.css b/web/share/css/modals.css
index c5d0d78a..b843d193 100644
--- a/web/share/css/modals.css
+++ b/web/share/css/modals.css
@@ -1,3 +1,25 @@
+/*****************************************************************************
+# #
+# KVMD - The The main Pi-KVM daemon. #
+# #
+# Copyright (C) 2018 Maxim Devaev <[email protected]> #
+# #
+# This program is free software: you can redistribute it and/or modify #
+# it under the terms of the GNU General Public License as published by #
+# the Free Software Foundation, either version 3 of the License, or #
+# (at your option) any later version. #
+# #
+# This program is distributed in the hope that it will be useful, #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
+# GNU General Public License for more details. #
+# #
+# You should have received a copy of the GNU General Public License #
+# along with this program. If not, see <https://www.gnu.org/licenses/>. #
+# #
+*****************************************************************************/
+
+
div.modal {
visibility: hidden;
position: fixed;
diff --git a/web/share/css/progress.css b/web/share/css/progress.css
index 1085e5cf..7f5c8468 100644
--- a/web/share/css/progress.css
+++ b/web/share/css/progress.css
@@ -1,3 +1,25 @@
+/*****************************************************************************
+# #
+# KVMD - The The main Pi-KVM daemon. #
+# #
+# Copyright (C) 2018 Maxim Devaev <[email protected]> #
+# #
+# This program is free software: you can redistribute it and/or modify #
+# it under the terms of the GNU General Public License as published by #
+# the Free Software Foundation, either version 3 of the License, or #
+# (at your option) any later version. #
+# #
+# This program is distributed in the hope that it will be useful, #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
+# GNU General Public License for more details. #
+# #
+# You should have received a copy of the GNU General Public License #
+# along with this program. If not, see <https://www.gnu.org/licenses/>. #
+# #
+*****************************************************************************/
+
+
div.progress {
background-color: var(--cs-progress-default-bg);
height: 1.5em;
diff --git a/web/share/css/sliders.css b/web/share/css/sliders.css
index fe0be262..da1e4537 100644
--- a/web/share/css/sliders.css
+++ b/web/share/css/sliders.css
@@ -1,3 +1,25 @@
+/*****************************************************************************
+# #
+# KVMD - The The main Pi-KVM daemon. #
+# #
+# Copyright (C) 2018 Maxim Devaev <[email protected]> #
+# #
+# This program is free software: you can redistribute it and/or modify #
+# it under the terms of the GNU General Public License as published by #
+# the Free Software Foundation, either version 3 of the License, or #
+# (at your option) any later version. #
+# #
+# This program is distributed in the hope that it will be useful, #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
+# GNU General Public License for more details. #
+# #
+# You should have received a copy of the GNU General Public License #
+# along with this program. If not, see <https://www.gnu.org/licenses/>. #
+# #
+*****************************************************************************/
+
+
@supports (-webkit-appearance:none) {
input[type=range].slider {
cursor: pointer;
diff --git a/web/share/css/switches.css b/web/share/css/switches.css
index 65e187f9..1dfdb15b 100644
--- a/web/share/css/switches.css
+++ b/web/share/css/switches.css
@@ -1,3 +1,25 @@
+/*****************************************************************************
+# #
+# KVMD - The The main Pi-KVM daemon. #
+# #
+# Copyright (C) 2018 Maxim Devaev <[email protected]> #
+# #
+# This program is free software: you can redistribute it and/or modify #
+# it under the terms of the GNU General Public License as published by #
+# the Free Software Foundation, either version 3 of the License, or #
+# (at your option) any later version. #
+# #
+# This program is distributed in the hope that it will be useful, #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
+# GNU General Public License for more details. #
+# #
+# You should have received a copy of the GNU General Public License #
+# along with this program. If not, see <https://www.gnu.org/licenses/>. #
+# #
+*****************************************************************************/
+
+
div.switch-box {
display: inline-block;
vertical-align: middle;
diff --git a/web/share/css/vars.css b/web/share/css/vars.css
index cd36b0b3..aa7fe060 100644
--- a/web/share/css/vars.css
+++ b/web/share/css/vars.css
@@ -1,3 +1,25 @@
+/*****************************************************************************
+# #
+# KVMD - The The main Pi-KVM daemon. #
+# #
+# Copyright (C) 2018 Maxim Devaev <[email protected]> #
+# #
+# This program is free software: you can redistribute it and/or modify #
+# it under the terms of the GNU General Public License as published by #
+# the Free Software Foundation, either version 3 of the License, or #
+# (at your option) any later version. #
+# #
+# This program is distributed in the hope that it will be useful, #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
+# GNU General Public License for more details. #
+# #
+# You should have received a copy of the GNU General Public License #
+# along with this program. If not, see <https://www.gnu.org/licenses/>. #
+# #
+*****************************************************************************/
+
+
:root {
--cs-page-default-bg: #36393f;
--cs-page-default-fg: #c3c3c3;
diff --git a/web/share/css/windows.css b/web/share/css/windows.css
index 767d39ed..bd217336 100644
--- a/web/share/css/windows.css
+++ b/web/share/css/windows.css
@@ -1,3 +1,25 @@
+/*****************************************************************************
+# #
+# KVMD - The The main Pi-KVM daemon. #
+# #
+# Copyright (C) 2018 Maxim Devaev <[email protected]> #
+# #
+# This program is free software: you can redistribute it and/or modify #
+# it under the terms of the GNU General Public License as published by #
+# the Free Software Foundation, either version 3 of the License, or #
+# (at your option) any later version. #
+# #
+# This program is distributed in the hope that it will be useful, #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
+# GNU General Public License for more details. #
+# #
+# You should have received a copy of the GNU General Public License #
+# along with this program. If not, see <https://www.gnu.org/licenses/>. #
+# #
+*****************************************************************************/
+
+
div.window {
visibility: hidden;
outline: none;