summaryrefslogtreecommitdiffstats
path: root/data/themes/default/edc/elm/label.edc
diff options
context:
space:
mode:
Diffstat (limited to 'data/themes/default/edc/elm/label.edc')
-rw-r--r--data/themes/default/edc/elm/label.edc35
1 files changed, 30 insertions, 5 deletions
diff --git a/data/themes/default/edc/elm/label.edc b/data/themes/default/edc/elm/label.edc
index e51fac8..c3183e8 100644
--- a/data/themes/default/edc/elm/label.edc
+++ b/data/themes/default/edc/elm/label.edc
@@ -1,10 +1,8 @@
group { name: "elm/label/base/default";
styles {
style { name: "label_style";
- base: "font="FN" font_size=7 text_class=tb_plain align=center color=#ffffffff style=shadow,bottom shadow_color=#00000080";
- tag: "br" "\n";
- tag: "hilight" "+ font="FNBD" text_class=tb_light";
- tag: "b" "+ font="FNBD" text_class=tb_light";
+ base: "font="FN" text_class=tb_plain align=center color=#ffffffff";
+ FN_TAG_BR;
}
}
parts {
@@ -27,10 +25,37 @@ group { name: "elm/label/base/default";
}
}
+group { name: "elm/label/base/title";
+ styles {
+ style { name: "label_style_title";
+ base: "font="FN" text_class=tb_plain align=center color=#000000ff";
+ FN_TAG_BR;
+ }
+ }
+ parts {
+ part { name: "base"; type: RECT;
+ description { state: "default" 0.0;
+ color_class: "label_text_title";
+ }
+ }
+ part { name: "elm.text"; type: TEXTBLOCK;
+ scale: 1;
+ description { state: "default" 0.0;
+ rel1.to: "base";
+ rel2.to: "base";
+ text { style: "label_style_title";
+ min: 1 1;
+ ellipsis: -1;
+ }
+ }
+ }
+ }
+}
+
group { name: "elm/label/base/marker";
styles {
style { name: "label_style2";
- base: "font="FNBD" font_size=7 text_class=tb_plain align=center color=#ffffffff style=shadow,bottom shadow_color=#00000080";
+ base: "font="FNBD" text_class=tb_plain align=center color=#ffffffff";
tag: "br" "\n";
tag: "hilight" "+ font="FNBD" color=#3399ff text_class=tb_light";
tag: "b" "+ font="FNBD" color=#3399ff text_class=tb_light";