tizen 2.4 release
[framework/uifw/elementary.git] / data / themes / edc / about-theme.edc
1 group { name: "e/theme/about";
2    // data.item: "borderless" "1";
3    // data.item: "shaped" "1";
4    images.image: "bevel_dark_out.png" COMP;
5    images.image: "screen_circular_shadow.png" COMP;
6    images.image: "button_normal.png" COMP;
7    images.image: "button_clicked.png" COMP;
8    min: 220 220;
9    max: 220 220;
10    parts {
11       part { name: "sizer"; type: SPACER;
12          scale: 1;
13          description { state: "default" 0.0;
14             min: 220 220;
15          }
16       }
17       part { name: "bg";
18          description { state: "default" 0.0;
19             image.normal: "bg_radgrad.png";
20             image.scale_hint: STATIC;
21             fill.smooth: 0;
22             ASPECT_FILL((1024/653))
23          }
24       }
25       part { name: "name"; type: TEXT; mouse_events: 0;
26          effect: GLOW;
27          scale: 1;
28          description { state: "default" 0.0;
29             fixed: 1 1;
30             color: FN_COL_HIGHLIGHT;
31             rel1.relative: 0.5 0.5;
32             rel2.relative: 0.5 0.5;
33             text { font: FNBD; size: 64;
34                text: "Dark";
35                min: 1 1;
36                ellipsis: -1;
37                align: 0.5 0.5;
38             }
39          }
40       }
41       part { name: "name2"; type: TEXT; mouse_events: 0;
42          effect: GLOW;
43          scale: 1;
44          description { state: "default" 0.0;
45             fixed: 1 1;
46             color: FN_COL_HIGHLIGHT;
47             rel1.relative: 0.5 0.9;
48             rel1.to: "name";
49             rel2.relative: 0.5 0.9;
50             rel2.to: "name";
51             align: 0.5 1.0;
52             text { font: FN; size: 10;
53                text: "The default theme for Enlightenment";
54                min: 1 1;
55                ellipsis: -1;
56                align: 0.5 1.0;
57             }
58          }
59       }
60       part { name: "shadow"; mouse_events: 0;
61          description { state: "default" 0.0;
62             rel1.relative: 0.0 0.0;
63             rel2.relative: 1.0 1.0;
64             image.normal: "screen_circular_shadow.png";
65             fill.smooth: 0;
66          }
67       }
68       part { name: "bevel";
69          description { state: "default" 0.0;
70             image.normal: "bevel_dark_out.png";
71             image.border: 1 1 1 1;
72             image.middle: 0;
73             fill.smooth: 0;
74          }
75       }
76       part { name: "base";
77          description { state: "default" 0.0;
78             image.normal: "button_normal.png";
79             image.border: 4 4 3 5;
80             image.middle: SOLID;
81             rel1.offset: -6 -6;
82             rel1.to: "e.text.label";
83             rel2.offset: 5 5;
84             rel2.to: "e.text.label";
85             fill.smooth: 0;
86                      }
87          description { state: "clicked" 0.0;
88             inherit: "default" 0.0;
89             image.normal: "button_clicked.png";
90             image.border: 5 5 4 6;
91          }
92       }
93       part { name: "e.text.label"; type: TEXT; mouse_events: 0;
94          effect: SHADOW BOTTOM;
95          scale: 1;
96          description { state: "default" 0.0;
97             rel1.offset: -14 -14;
98             rel1.relative: 1.0 1.0;
99             rel2.offset: -14 -14;
100             rel2.relative: 1.0 1.0;
101             color: FN_COL_DEFAULT;
102             color_class: "button_text";
103             align: 1.0 1.0;
104             min: 85 0;
105             text { font: FN; size: 10;
106                min: 1 1;
107                ellipsis: -1;
108                align: 0.5 0.5;
109                text_class: "button";
110             }
111             fixed: 1 1;
112          }
113       }
114       part { name: "base2";
115          description { state: "default" 0.0;
116             image.normal: "button_normal.png";
117             image.border: 4 4 3 5;
118             image.middle: SOLID;
119             rel1.offset: -6 -6;
120             rel1.to: "e.text.theme";
121             rel2.offset: 5 5;
122             rel2.to: "e.text.theme";
123             fill.smooth: 0;
124                      }
125          description { state: "clicked" 0.0;
126             inherit: "default" 0.0;
127             image.normal: "button_clicked.png";
128             image.border: 5 5 4 6;
129          }
130       }
131       part { name: "e.text.theme"; type: TEXT; mouse_events: 0;
132          effect: SHADOW BOTTOM;
133          scale: 1;
134          description { state: "default" 0.0;
135             rel1.offset: 13 -14;
136             rel1.relative: 0.0 1.0;
137             rel2.offset: 13 -14;
138             rel2.relative: 0.0 1.0;
139             color: FN_COL_DEFAULT;
140             color_class: "button_text";
141             align: 0.0 1.0;
142             min: 85 0;
143             text { font: FN; size: 10;
144                min: 1 1;
145                ellipsis: -1;
146                align: 0.5 0.5;
147                text_class: "button";
148             }
149             fixed: 1 1;
150          }
151       }
152    }
153    programs {
154       program {
155          signal: "mouse,down,1*"; source: "base";
156          action: STATE_SET "clicked" 0.0;
157          target: "base";
158          target: "e.text.label";
159       }
160       program {
161          signal: "mouse,up,1"; source: "base";
162          action: STATE_SET "default" 0.0;
163          target: "base";
164          target: "e.text.label";
165       }
166       program {
167          signal: "mouse,clicked,1*"; source: "base";
168          action: SIGNAL_EMIT "e,action,close" "";
169       }
170       program {
171          signal: "mouse,down,1*"; source: "base2";
172          action: STATE_SET "clicked" 0.0;
173          target: "base2";
174          target: "e.text.theme";
175       }
176       program {
177          signal: "mouse,up,1"; source: "base2";
178          action: STATE_SET "default" 0.0;
179          target: "base2";
180          target: "e.text.theme";
181       }
182       program {
183          signal: "mouse,clicked,1*"; source: "base2";
184          action: SIGNAL_EMIT "e,action,settings,theme" "";
185       }
186    }
187 }