forked from abudaan/MIDIPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
44 lines (44 loc) · 737 Bytes
/
main.css
File metadata and controls
44 lines (44 loc) · 737 Bytes
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
html{
font-family: Verdana,Helvetica,_sans;
font-size: 12px;
background-color: #eee;
}
#container{
padding:5px;
width: 600px;
margin: 0 auto;
background-color: #fff;
}
#connection{
padding: 5px;
background-color: #555;
color: #fff;
font-family: monospace;
padding: 5px;
margin:8px 0px;
height:20px;
font-size: 14px;
font-weight:bold;
}
#data{
overflow: auto;
height: 300px;
padding: 5px;
background-color: #555;
color: #0f0;
font-family: monospace;
margin-bottom:4px;
font-size: 14px;
}
#data strong{
color: #fff000;
font-weight:bold;
}
.notenumber{
float:left;
width: 120px;
}
.velocity{
float:left;
width: 120px;
}