-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
74 lines (74 loc) · 1.04 KB
/
style.css
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
body{
background:#151515;
color:#ddd;
max-width: 100%;
overflow-x: hidden;
}
.chartjs-render-monitor{
height:97px !important;
}
a {
color:#fff;
}
div {
text-align: left;
float: left;
border: solid black 1px;
width: 157px;
padding: 10px;
padding-top:0px;
padding-bottom:0px;
margin: 6.2px;
}
.icon_spacer_div{
height: 32px;
width: 32px;
padding: 0px;
margin: 0px;
border: solid 1px blue;
border: none;
}
.host_name_div{
font-weight: bold;
font-size: 14px !important;
height: 40px !important;
padding: 0px;
padding-top: 5px;
margin: 0px;
border: solid 1px blue;
border:none;
}
.host_vendor_div{
height:40px;
overflow:hidden;
padding: 0px;
margin: 0px;
border: solid 1px blue;
border: none;
}
#top_div{
padding-top: 5px;
border: solid #aaa 1px;
background: #222;
height: 156px;
font-size 14px !important;
}
.Up {
border: solid green 1px;
background:#020;
}
.Up a{
color:#0f0;
text-decoration: none;
}
.Down {
border: solid red 1px;
background:#200;
}
.Down a{
color:#f00;
text-decoration: none;
}
.icon{
height: 32px;
}