forked from notator/WebMIDISynthHost
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hostStyleSheet.css
108 lines (91 loc) · 1.21 KB
/
hostStyleSheet.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
94
95
96
97
98
99
100
101
102
103
104
105
106
div.app
{
font-family: Lucida Sans Unicode, Verdana, Arial, Geneva, Sans-Serif;
font-size: 11px;
width: 400px;
margin:30px auto 0 auto;
padding:25px;
border:1px solid black;
}
span.boldTitle
{
font-weight: bold;
font-size:14px;
}
span.boldSubtitle
{
font-weight: bold;
}
table.midiMessagesTable
{
font-size: 11px;
margin-left:auto;
margin-right:auto;
}
td.left
{
text-align:right;
}
select.synthSelect
{
font-size: 11px;
width: 300px;
margin-left: 0;
}
select.sf2OriginSelect
{
font-size: 11px;
width: 160px;
margin-left: 0;
}
select.sf2Select
{
font-size: 11px;
width: 135px;
margin-left: 0;
}
select.presetSelect
{
font-size: 11px;
width: 190px;
height:18px;
margin-left: 0;
}
select.valueSelector
{
font-size: 11px;
width: 45px;
margin-left: 0;
margin-right: 4px;
}
input.number
{
font-size: 11px;
width: 41px;
margin-left: 0;
margin-right: 4px;
}
input.sendAgainButton
{
font-size: 11px;
height:18px;
}
input.sendButton
{
font-size: 11px;
height:18px;
width:45px;
}
input.smallButton
{
font-size:11px;
height:22px;
}
input.largeButton
{
font-size:12px;
height:24px;
width:80px;
margin-top:10px;
}