-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmouse-event-viewer.css
93 lines (78 loc) · 1.43 KB
/
mouse-event-viewer.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
.hilite_div_a {
background-color: #c0ffc0;
padding: 0 10px;
}
.hilite_div_b {
background-color: #ffc0ff;
padding: 0 10px;
}
.hilite_div_c {
background-color: #c0ffff;
padding: 0 10px;
}
.hilite_div_d {
background-color: #c0c0c0;
padding: 0 10px;
}
.hilite_div_e {
background-color: #808080;
padding: 0 10px;
}
.hilite_related_a {
background-color: #e0ffe0;
padding: 0 10px;
}
.hilite_related_b {
background-color: #ffe0ff;
padding: 0 10px;
}
.hilite_related_c {
background-color: #e0ffff;
padding: 0 10px;
}
.hilite_related_d {
background-color: #e0e0e0;
padding: 0 10px;
}
.hilite_related_e {
background-color: #a0a0a0;
padding: 0 10px;
}
.hilite_handler_a {
padding: 0 10px;
}
.hilite_handler_b {
padding: 0 10px;
}
.hilite_handler_c {
padding: 0 10px;
}
#div_a {
background-color: #c0ffc0;
border-left: 1px solid black;
border-top: 1px solid black;
border-bottom: 1px solid black;
margin-left: 30px;
padding: 10px 0 10px 10px;
display: inline-block;
}
#div_b {
background-color: #ffc0ff;
border-left: 1px solid black;
border-top: 1px solid black;
border-bottom: 1px solid black;
margin: 10px 0 10px 10px;
padding: 10px 0 10px 10px;
display: inline-block;
}
#div_c {
background-color: #c0ffff;
border-left: 1px solid black;
border-top: 1px solid black;
border-bottom: 1px solid black;
margin: 10px 0 10px 10px;
padding: 10px 0 10px 10px;
display: inline-block;
min-width: 200px;
min-height: 30px;
}