summaryrefslogtreecommitdiff
path: root/kvmd/web/css/main.css
blob: 20d7c714637810e930489838e2de90003be8d3dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
div#stream-box {
	box-sizing: border-box;
	display: inline-block;
	background-color: #e5e5f5;
	padding: 10px;
}
img#stream-image {
	width: 640px;
	height: 480px;
	display: inline-block;
	border: 1px solid grey;
}
img.stream-image-on {
	cursor: cell;
	-webkit-filter: none;
	filter: none;
}
img.stream-image-off {
	cursor: wait;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

div.session-active {
	color: grey;
}
div.session-closed {
	color: #ff3d40;
}

div#atx-power-led, div#hid-mouse-led, div#msd-led {
	font-weight: bold;
	font-size: 150%;
}
div#atx-hdd-led, div#screen-led, div#hid-keyboard-led {
	font-size: 150%;
}
div.led-on {
	color: #00ce00;
}
div.led-off {
	color: grey;
}
div.led-busy {
	color: #ff373a;
}

button#power-button, button#reset-button {
}