-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathSFDesigner.css
More file actions
105 lines (89 loc) · 1.8 KB
/
SFDesigner.css
File metadata and controls
105 lines (89 loc) · 1.8 KB
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
table.SFDesigner tr.titleRow td {
background-color: #5f855f;
text-align: center;
font-size: 16pt;
font-weight: bold;
border: 1px solid black;
background: #98d998;
background: linear-gradient(to bottom, #98d998 0%, #087208 100%);
border-radius: 10px 10px 0px 0px;
}
table.SFDesigner tr.titleRow2 td {
background-color: #5f855f;
border: 1px solid black;
color: #b8e0bb;
padding-left: 3px;
}
table.SFDesigner tr td.presetsSection {
vertical-align: top;
font-size: 11px;
background-color: rgb(185,201,185);
width: 105px;
border: 1px dotted black;
border-radius: 0px 0px 0px 10px;
text-align: center;
}
table.SFDesigner tr td.parametersSection {
vertical-align: top;
font-size: 11px;
background-color: rgb(185,201,185);
width: 420px;
border: 1px dotted black;
padding-left: 5px;
}
table.SFDesigner tr td.saveSection {
vertical-align: top;
font-size: 11px;
background-color: rgb(185,201,185);
width: 183px;
border: 1px dotted black;
border-radius: 0px 0px 10px 0px;
padding-left: 2px;
}
span.clipSpan {
background-color: red;
float: right;
}
span.radioLabel {
display: inline-block;
width: 11em;
}
span.labelSmall {
display: inline-block;
width: 2.2em;
}
span.bold {
font-weight: bold;
}
input.range {
width: 205px;
}
input.rangeText {
margin-right: 10px;
}
input.rangeSmall {
width: 125px;
margin-right: 11px;
}
input.rangeTextSmall {
margin-left: 3px;
margin-right: 3px;
width: 2em;
}
span.label {
display: inline-block;
font-weight: bold;
width: 11em;
}
span.labelSmall {
display: inline-block;
font-weight: bold;
width: 2.2em;
}
a#soundLink {
font-size: 16pt;
color: blue;
}
a#soundLink:visited {
color: blue;
}