~enlightenment-git/enlightenment-svn/dtrs-git

« back to all changes in this revision

Viewing changes to text.edc

  • Committer: Mike Blumenkrantz
  • Date: 2012-10-25 10:11:49 UTC
  • Revision ID: git-v1:8fa2a47cab41c072acee6ff7f53dbdbaf0221a06
dialog align theme updates


SVN revision: 78439

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
                tag:  "hilight" "+ font="FONT_BOLD" font_size="TEXT_SIZE_BOLD" color=#252525 style=shadow shadow_color=#ffffff90 text_class=tb_light";
125
125
                tag:  "br" "\n";
126
126
        }
 
127
    style {
 
128
                name: "dialog_left";
 
129
                base: "font="FONT" font_size="TEXT_SIZE" align=left color=#070707 wrap=word text_class=tb_plain";
 
130
                tag:  "hilight" "+ font="FONT_BOLD" font_size="TEXT_SIZE_BOLD" color=#252525 style=shadow shadow_color=#ffffff90 text_class=tb_light";
 
131
                tag:  "br" "\n";
 
132
        }
 
133
    style {
 
134
                name: "dialog_right";
 
135
                base: "font="FONT" font_size="TEXT_SIZE" align=right color=#070707 wrap=word text_class=tb_plain";
 
136
                tag:  "hilight" "+ font="FONT_BOLD" font_size="TEXT_SIZE_BOLD" color=#252525 style=shadow shadow_color=#ffffff90 text_class=tb_light";
 
137
                tag:  "br" "\n";
 
138
        }
127
139
        style {
128
140
                name: "sys_style";
129
141
                base: "font="FONT_BOLD" font_size="TEXT_SIZE_BOLD" align=center color=#3c3c3c wrap=word text_class=tb_large";