-
Notifications
You must be signed in to change notification settings - Fork 2
/
s.css
121 lines (92 loc) · 1.16 KB
/
s.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
body {
font-family: sans-serif;
}
h1 {
font-size: 1.5em;
}
.vt323 {
font-family: 'VT323', monospace;
font-size: 40px;
}
#controlBar {
font-size: 1em;
padding: 4px;
}
.foo {
font-size: 1.5em;
}
.foo {
color: #ff0000;
}
#container {
border: 0px solid #000;
margin-top: 25px;
width: 80%;
margin-left: 10%;
margin-right: 10%;
}
#envelope {
float: left;
}
#filter {
}
#oscillators {
float: left;
}
#waveBanks {
position: relative;
font-size: .7em;
border: 1px solid #333;
width: 150px;
text-align: center;
top: -10px;
left: 10px;
}
#waveBanks tr {
}
#waveBanks td {
}
#lfo {
}
#shareUrl {
font-size: .7em;
}
.ui-dialog-titlebar {
font-size: .7em !important;
}
input.controlButton {
font-size: .7em;
font-weight: bold;
}
.ui-button-text {
font-size: .7em;
}
.knobGroup {
border: 0px solid #000;
margin-right: 5%;
}
.knobGroup h3 {
font-size: .9em;
}
.knobLabelPair {
width: 110px;
float: left;
}
.knobLabelPairStacked {
width: 105px;
}
.knobLabelPairWide {
border: 0px solid #000;
width: 120px;
float: left;
}
.knobGroup h2 {
padding: 3px;
background: #000;
color: #eee;
font-size: 1em;
}
.clear {
clear: both;
height: 1px;
}