-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
199 lines (131 loc) · 3.64 KB
/
style.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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
body { font-family: Lucida Grande; }
.cursor-pointer {
cursor: pointer;
}
.ui-slider .ui-slider-handle {
cursor: pointer;
}
.volume-amount {
min-width: 40px;
}
.fa-github {
color: white;
}
.content.seventy {
height: calc(100% - 70px);
margin-top: 70px;
}
.mobile-line-height {
line-height: 40px;
}
.list-style-type-none {
list-style-type: none;
}
@media print {
.screen-only { display: none; }
.noprint { display: none; }
}
table { overflow: auto; }
.volume-amount {
color: #bbb;
}
.home .volume-amount {
display: none;
}
.home a {
text-decoration: underline;
}
.hide {
display: none;
}
#pickers { width: 100%; height: 10em; overflow: auto; }
.color-picker { width: 2em; height: 2em; float: left; cursor: pointer; border: 1px solid white; }
.sticky-note { position: absolute; top: 20px; left: 20px; cursor: pointer; box-shadow: 3px 3px 13px #aaa; }
.sticky-note textarea {
background: #FFA;
cursor: pointer;
border: 1px solid #DD8;
width: 140px;
height: 100px;
font-family: helvetica;
font-size: 1.2em;
padding: 0.5em;
}
.ruler div { box-sizing: initial; }
.ruler { position: absolute; top: 0; left: 0; background: white; border: 1px solid #ddd; }
.ruler div {
border-bottom: 1px solid #ddd;
cursor: pointer;
width: 31px;
max-width: 31px;
height: 10px;
max-height: 10px;
text-align: center;
padding: 3px;
border-radius: 3px;
}
.ruler div { font-size: 9px; }
.ruler div .name-2 { display: none; }
.ruler.major .on, .ruler.minor .on { color: white; border-bottom: 1px solid #494; }
.ruler .on { color: white; }
.ruler .tonic { font-weight: bold; text-shadow: 1px 1px #666; }
.ruler.major .on { }
.ruler.major .tonic { color: white; }
.ruler.one-color .on { background: white; color: black; }
#hover { width: 600px; height: 350px; }
/* .ruler .close { background: url(images/close.gif); width: 30px; height: 30px; max-height: 30px; background-repeat: no-repeat; } */
.block { display: block; }
.ruler .control { height: 30px; max-height: 30px; line-height: 30px; padding: 0; margin: 2px 0px; }
.ruler .control { background: black; color: white; }
.ruler .control:active { background: white; color: black; }
.ruler .control.play-all { background: green; height: 50px; max-height: 50px; line-height: 50px; }
.ruler .control.play-all:active { background: #0f0; }
.ruler .control.close { background: #f44; float: none; }
.ruler .control.close:active { background: #f00; }
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
}
/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
}
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
}
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
.ruler .note { max-width: 40px; width: 40px; max-height: 30px; height: 30px; }
}
/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
}
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
}
/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
}
/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
}
/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
}
/* iPhone only CSS */
@media screen and (max-width: 480px) {
}