]> git.proxmox.com Git - mirror_novnc.git/blame - include/black.css
Change noVNC license to from LGPLv3 to MPL 2.0
[mirror_novnc.git] / include / black.css
CommitLineData
d58f8b51 1/*
1d728ace 2 * noVNC black CSS
d58f8b51 3 * Copyright (C) 2012 Joel Martin
1d728ace 4 * noVNC is licensed under the MPL 2.0 (see LICENSE.txt)
d58f8b51
JM
5 * This file is licensed under the 2-Clause BSD license (see LICENSE.txt).
6 */
7
f4bce783
JM
8#keyboardinput {
9 background-color:#000;
10}
11
c327865b 12#noVNC-control-bar {
5299db1a
JM
13 background: #4c4c4c; /* Old browsers */
14 background: -moz-linear-gradient(top, #4c4c4c 0%, #2c2c2c 50%, #000000 51%, #131313 100%); /* FF3.6+ */
15 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(100%,#131313)); /* Chrome,Safari4+ */
16 background: -webkit-linear-gradient(top, #4c4c4c 0%,#2c2c2c 50%,#000000 51%,#131313 100%); /* Chrome10+,Safari5.1+ */
17 background: -o-linear-gradient(top, #4c4c4c 0%,#2c2c2c 50%,#000000 51%,#131313 100%); /* Opera11.10+ */
18 background: -ms-linear-gradient(top, #4c4c4c 0%,#2c2c2c 50%,#000000 51%,#131313 100%); /* IE10+ */
5299db1a 19 background: linear-gradient(top, #4c4c4c 0%,#2c2c2c 50%,#000000 51%,#131313 100%); /* W3C */
3a5ddcf7
JM
20}
21
53fc7392 22.triangle-right {
01a9eee9
JM
23 border:2px solid #fff;
24 background:#000;
25 color:#fff;
26}
a5df24b4 27
938daad1
CG
28.noVNC_status_button {
29 font-size: 12px;
938daad1
CG
30 vertical-align: middle;
31 border:1px solid #4c4c4c;
5299db1a
JM
32
33 background: #4c4c4c; /* Old browsers */
34 background: -moz-linear-gradient(top, #4c4c4c 0%, #2c2c2c 50%, #000000 51%, #131313 100%); /* FF3.6+ */
35 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(100%,#131313)); /* Chrome,Safari4+ */
36 background: -webkit-linear-gradient(top, #4c4c4c 0%,#2c2c2c 50%,#000000 51%,#131313 100%); /* Chrome10+,Safari5.1+ */
37 background: -o-linear-gradient(top, #4c4c4c 0%,#2c2c2c 50%,#000000 51%,#131313 100%); /* Opera11.10+ */
38 background: -ms-linear-gradient(top, #4c4c4c 0%,#2c2c2c 50%,#000000 51%,#131313 100%); /* IE10+ */
39 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
40 background: linear-gradient(top, #4c4c4c 0%,#2c2c2c 50%,#000000 51%,#131313 100%); /* W3C */
938daad1
CG
41}
42
43.noVNC_status_button_selected {
5299db1a
JM
44 background: #9dd53a; /* Old browsers */
45 background: -moz-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%); /* FF3.6+ */
46 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(50%,#a1d54f), color-stop(51%,#80c217), color-stop(100%,#7cbc0a)); /* Chrome,Safari4+ */
47 background: -webkit-linear-gradient(top, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* Chrome10+,Safari5.1+ */
48 background: -o-linear-gradient(top, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* Opera11.10+ */
49 background: -ms-linear-gradient(top, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* IE10+ */
50 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */
51 background: linear-gradient(top, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* W3C */
938daad1 52}