-
Notifications
You must be signed in to change notification settings - Fork 0
/
rend.css
78 lines (65 loc) · 1.13 KB
/
rend.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
75
76
77
78
body {
background-color: darkgrey;
color: #041BB5;
font-family: Helvetica, Arial;
overflow: hidden;
}
.hud {
font-family: Helvetica, Arial;
}
.dst-box-label {
color: white;
font-family: Helvetica, Arial;
}
.src-line-label {
font-size: 15px;
color: blue;
font-family: Helvetica, Arial;
cursor: pointer;
}
.dportbox{
color: white;
}
.sweep {
cursor: col-resize;
}
.connline, .src-line-label, .dst-box, .dst-port-box, .dst-box-label {
cursor: pointer;
}
.conncirc {
cursor: pointer;
}
#infobox {
border: 1px solid black;
position: absolute;
display: none;
background: white;
width: 200px;
//height: 200px;
opacity: 0.8;
padding: 5px;
border-radius: 5px;
}
.src-trust-desc {
color: #444444;
font-size: 80%;
}
.conn_ratio_bar {
background-color: red;
width: 100%;
height: 20px;
}
.conn_ratio_bar_valid {
background-color: green;
background: green;
float:left;
height: 20px;
}
.infobox_header{
margin-bottom: 15px;
padding-bottom: 5px;
border-bottom: 1px solid black;
}
.zoomer {
cursor: pointer;
}