diff options
Diffstat (limited to 'web/share/css')
-rw-r--r-- | web/share/css/index/index.css | 22 | ||||
-rw-r--r-- | web/share/css/kvm/about.css | 22 | ||||
-rw-r--r-- | web/share/css/kvm/hid.css | 22 | ||||
-rw-r--r-- | web/share/css/kvm/keyboard.css | 22 | ||||
-rw-r--r-- | web/share/css/kvm/msd.css | 22 | ||||
-rw-r--r-- | web/share/css/kvm/stream.css | 22 | ||||
-rw-r--r-- | web/share/css/leds.css | 22 | ||||
-rw-r--r-- | web/share/css/login/login.css | 22 | ||||
-rw-r--r-- | web/share/css/main.css | 22 | ||||
-rw-r--r-- | web/share/css/menu.css | 22 | ||||
-rw-r--r-- | web/share/css/modals.css | 22 | ||||
-rw-r--r-- | web/share/css/progress.css | 22 | ||||
-rw-r--r-- | web/share/css/sliders.css | 22 | ||||
-rw-r--r-- | web/share/css/switches.css | 22 | ||||
-rw-r--r-- | web/share/css/vars.css | 22 | ||||
-rw-r--r-- | web/share/css/windows.css | 22 |
16 files changed, 352 insertions, 0 deletions
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; |