tizen 2.4 release
[framework/uifw/elementary.git] / data / themes / edc / textblock.edc
1 group { name: "e/widgets/textblock";
2    styles {
3       style { name: "textblock_style";
4          base: "font="FN" font_size=10 text_class=tb_plain align=left color=#ffff style=shadow,bottom shadow_color=#00000080 wrap=word";
5          tag: "br"      "\n";
6          tag: "b"       "+ font="FNBD"";
7          tag: "hilight" "+ font="FNBD" text_class=tb_light";
8          tag: "urgent"  "+ font="FNBD" color=#f40f style=outline outline_color=#ff000080";
9          tag: "title"   "+ font="FNBD" font_size=16 underline=on underline_color=#3399ff";
10       }
11    }
12    parts {
13       part { name: "e.textblock.text"; type: TEXTBLOCK; mouse_events: 0;
14          scale: 1;
15          description { state: "default" 0.0;
16             rel1.offset: 2 2;
17             rel2.offset: -3 -3;
18             text {
19                style: "textblock_style";
20                min: 1 1;
21                ellipsis: -1;
22             }
23          }
24       }
25    }
26 }