-
Notifications
You must be signed in to change notification settings - Fork 63
/
GrindStyles.css
50 lines (40 loc) · 991 Bytes
/
GrindStyles.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
@namespace s "library://ns.adobe.com/flex/spark";
@font-face {
src: url("../assets/font/OpenSans-Regular.ttf");
fontFamily: "Open Sans";
}
global {
/* main theme color */
tintColor: #CC181E;
/* control bar */
controlBarBackgroundColor: #1F1F1F;
controlBarBackgroundAlpha: 0.9;
/* control bar buttons */
controlBarIconColor: #757575;
controlBarIconColorOver: #959595;
/* scrub bar */
scurbBarThumbColor: #EAEAEA;
scurbBarThumbColor2: #AEAEAE;
emptyBarColor: #444444;
loadedBarColor: #777777;
/* scrub bar tip */
scrubBarTipBackgroundColor: #1F1F1F;
scrubBarTipBackgroundAlpha: 0.9;
scrubBarTipTextColor: #E3E3E3;
scrubBarTipContentPadding: 2;
/* menu popup */
menuBackgroundColor: #1F1F1F;
menuBackgroundAlpha: .9;
/* volume */
volumeThumbColor: #DDDDDD;
/* time info */
timeInfoTextColor: #FFFFFF;
timeInfoTextColor2: #999999;
}
s|Application {
backgroundColor: #000000;
backgroundAlpha: 0;
color: #F7F7F7;
fontFamily: "Open Sans";
fontSize: 11;
}