summaryrefslogtreecommitdiff
path: root/data/elementary/themes/edc/textblock.edc
blob: bd71338add6212ccdae36458d3ab50253d654060 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
group { name: "e/widgets/textblock";
   styles {
      style { name: "textblock_style";
         base: "font="FN" font_size=10 text_class=tb_plain align=left color=#a0a0a0 wrap=word";
         tag: "br"      "\n";
         tag: "b"       "+ font="FNBD"";
         tag: "hilight" "+ font="FNBD" text_class=tb_light";
         tag: "urgent"  "+ font="FNBD" color=#f40f";
         tag: "title"   "+ font="FNBD" font_size=16 underline=on underline_color=#3399ff";
      }
   }
   parts {
      part { name: "e.textblock.text"; type: TEXTBLOCK; mouse_events: 0;
         scale: 1;
         description { state: "default" 0.0;
            rel1.offset: 4 4;
            rel2.offset: -5 -5;
            text {
               style: "textblock_style";
               min: 1 1;
               ellipsis: -1;
            }
            offscale;
         }
      }
   }
}