]> git.proxmox.com Git - mirror_novnc.git/blame - include/blue.css
Added Copyright information to all modified files.
[mirror_novnc.git] / include / blue.css
CommitLineData
d58f8b51 1/*
1d728ace 2 * noVNC blue CSS
d58f8b51 3 * Copyright (C) 2012 Joel Martin
0019d3b0 4 * Copyright (C) 2013 Samuel Mannehed for Cendio AB
1d728ace 5 * noVNC is licensed under the MPL 2.0 (see LICENSE.txt)
d58f8b51
JM
6 * This file is licensed under the 2-Clause BSD license (see LICENSE.txt).
7 */
89a76c78 8
35b29c98 9.noVNC_status_normal {
01a9eee9
JM
10 background-color:#04073d;
11 background-image: -webkit-gradient(
12 linear,
13 left bottom,
14 left top,
15 color-stop(0.54, rgb(10,15,79)),
16 color-stop(0.5, rgb(4,7,61))
17 );
18 background-image: -moz-linear-gradient(
19 center bottom,
20 rgb(10,15,79) 54%,
21 rgb(4,7,61) 50%
22 );
89a76c78 23}
35b29c98 24.noVNC_status_error {
25 background-color:#f04040;
26 background-image: -webkit-gradient(
27 linear,
28 left bottom,
29 left top,
30 color-stop(0.54, rgb(240,64,64)),
31 color-stop(0.5, rgb(4,7,61))
32 );
33 background-image: -moz-linear-gradient(
34 center bottom,
35 rgb(4,7,61) 54%,
36 rgb(249,64,64) 50%
37 );
38}
39.noVNC_status_warn {
40 background-color:#f0f040;
41 background-image: -webkit-gradient(
42 linear,
43 left bottom,
44 left top,
45 color-stop(0.54, rgb(240,240,64)),
46 color-stop(0.5, rgb(4,7,61))
47 );
48 background-image: -moz-linear-gradient(
49 center bottom,
50 rgb(4,7,61) 54%,
51 rgb(240,240,64) 50%
52 );
53}
89a76c78
CG
54
55.triangle-right {
01a9eee9
JM
56 border:2px solid #fff;
57 background:#04073d;
58 color:#fff;
59}
a5df24b4
JM
60
61#keyboardinput {
62 background-color:#04073d;
63}
64