-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
59 lines (50 loc) · 1.58 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
/* CSS file */
.playButton {
down-icon: Embed(source="assets/player_pause.png");
over-icon: Embed(source="assets/player_pause.png");
up-icon: Embed(source="assets/player_pause.png");
selected-disabled-icon: Embed(source="assets/player_play.png");
selected-over-icon: Embed(source="assets/player_play.png");
selected-up-icon: Embed(source="assets/player_play.png");
}
.scrollBar {
thumb-icon: Embed(source="assets/circle.png");
thumb-up-skin: Embed(source="assets/circle.png");
thumb-down-skin: Embed(source="assets/circle.png");
thumb-over-skin: Embed(source="assets/circle.png");
}
ToolTip {
backgroundAlpha: 1.0;
backgroundColor: haloBlue;
color: white;
font-family:ArialEmbedded;
}
HSlider {
dataTipPlacement: right;
dataTipOffset: 0;
}
@font-face {
src: local("Arial");
font-weight: normal;
fontFamily: ArialEmbedded;
}
.arial16E {
fontFamily: "ArialEmbedded";
fontSize: 16;
}
.arial14E {
fontFamily: "ArialEmbedded";
fontSize: 14;
}
.arial12E {
fontFamily: "ArialEmbedded";
fontSize: 12;
}
.arial10E {
fontFamily: "ArialEmbedded";
fontSize: 15;
}
ToolTip {
fontFamily: ArialEmbedded;
font-size:13;
}