default.css
2.79 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
body {
font-family:Tahoma, Geneva, sans-serif; font-size:medium; margin:0; background-color:#111; color:#FFF;
overflow:hidden;
}
:not(input):not(textarea),
:not(input):not(textarea)::after,
:not(input):not(textarea)::before {
-webkit-user-select: none;
user-select: none;
cursor: default;
}
input, button, textarea, :focus {
outline: none;
}
.gauge { width: 240px; height: 160px; float: left}
.grid { width:720px; text-align:center; overflow:hidden; margin-left: auto; margin-right: auto; font-size: small; }
.sidebar {
width: 190px;
float: left;
font-size: medium;
border-style: solid;
border-color: #AAA;
border-width: 1px;
background-color: #111;
height: 100%;
overflow-x: hidden;
overflow-y: scroll;
}
.small_text
{
font-size:smaller;
}
.smaller_text {
font-size: xx-small;
}
.highlight_text
{
color:yellow;
font-weight:bold;
}
.sidebarcontent {
margin-left: 10px;
margin-top: 10px;
}
.subline { font-size:10px; }
.state_offline {
font-size: 10px;
color:red;
}
.state_parked {
font-size: 10px;
color: yellow;
}
.state_running {
font-size: 10px;
color: lightgreen;
}
.largetext { font-size:large; }
li { list-style:none }
div.clear { clear:both; height:9px }
.banner { background-repeat:no-repeat; background-size: cover; background-position:center; width:100%; height:330px; background-image:url(dashboard/banner.jpg)}
.block { float:left; height:56px; background-image:url(dashboard/block.png); background-repeat:no-repeat; cursor: help; }
.block_generic { width:80px; margin-top:5px; text-align:center }
.block2x { float:left; height:56px; background-image:url(dashboard/block2x.png); background-repeat:no-repeat; cursor: help; }
.block2x_generic { width:155px; margin-top:5px; margin-left:1px }
.block_channel { font-size:x-large; margin-top:10px }
.block_id { font-size: 12px; line-height: 20px; margin-top:8px }
.block_number { margin-top:10px; font-size: large; }
.vbar { float:left; height:56px; background-image:url(dashboard/vbar.png); background-repeat:no-repeat; cursor: help }
.vbar_info { width:76px; margin-top:2px; margin-left:5px; text-align:left; line-height:8px; font-size:8px }
.hbar { float:left; height:56px; background-image:url(dashboard/hbar.png); background-repeat:no-repeat; cursor: help; }
.hbar_info { width:55px; margin-top:2px; margin-left:100px; text-align:center; line-height:14px; font-size:10px }
.hbar_number {margin-top:12px; margin-bottom:5px; text-align:center; font-size:medium }
.map {
width:50%;
float: left;
border-right-style: solid;
border-top-style: solid;
border-bottom-style: solid;
border-color: #AAA;
border-width: 1px
}
.list { width:100%; overflow:hidden; }
.container { width:100%; }
.link {
cursor:pointer
}
.logo { margin-left:10px; margin-top:10px}