Initial commit.
[euphoria.git] / data / themes / streamline / streamline_playlist_parts.edc
1
2                         part {
3                                 name, "clip";
4                                 type, RECT;
5
6                                 description {
7                                         state, "default" 0.0;
8                                 }
9                         }
10
11                         part {
12                                 name, "background";
13                                 type, RECT;
14                                 clip_to, "clip";
15
16                                 description {
17                                         state, "default" 0.0;
18                                         color, 0 0 0 0;
19                                 }
20
21                                 description {
22                                         state, "selected" 0.0;
23                                         color, 73 104 111 128;
24                                 }
25                         }
26
27                         part {
28                                 name, "title";
29                                 type, TEXT;
30                                 mouse_events, 1;
31                                 clip_to, "clip";
32
33                                 description {
34                                         color, 181 247 255 255;
35                                         align, 0.0 0.0;
36                                         max, 150 12;
37
38                                         text {
39                                                 text, "Dummy";
40                                                 font, "redensek";
41                                                 size, 12;
42                                                 align, 0.0 0.0;
43                                         }
44                                 }
45                         }
46
47                         part {
48                                 name, "length";
49                                 type, TEXT;
50                                 mouse_events, 1;
51                                 clip_to, "clip";
52
53                                 description {
54                                         color, 181 247 255 255;
55
56                                         text {
57                                                 text, "2:55";
58                                                 font, "redensek";
59                                                 size, 12;
60                                                 align, 1.0 0.0;
61                                         }
62                                 }
63                         }
64