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