Fix 4text.1icon.1 & 4text.1icon.1.tb & 4text.1icon.2 & 4text.1icon.2.tb
[profile/ivi/efl-theme-tizen.git] / themes / widgets / genlist / genlist_textblock_style.edc
1 /*
2  * Copyright (c) 2010 Samsung Electronics Co., Ltd All Rights Reserved
3  *
4  * PROPRIETARY/CONFIDENTIAL
5  *
6  * This software is the confidential and proprietary information of SAMSUNG
7  * ELECTRONICS ("Confidential Information"). You agree and acknowledge that this
8  * software is owned by Samsung and you shall not disclose such Confidential
9  * Information and shall use it only in accordance with the terms of the license
10  * agreement you entered into with SAMSUNG ELECTRONICS. SAMSUNG make no
11  * representations or warranties about the suitability of the software, either
12  * express or implied, including but not limited to the implied warranties of
13  * merchantability, fitness for a particular purpose, or non-infringement.
14  * SAMSUNG shall not be liable for any damages suffered by licensee arising out
15  * of or releated to this software.
16  *
17  */
18
19 /*
20  * vim:ts=3
21 */
22
23 #define TEXTBLOCK_TAG \
24       tag:  "br" "\n";\
25       tag:  "ps" "ps";\
26       tag:  "tab" "\t";\
27       tag:  "b" "+ font=SLP:style=Bold";\
28       tag:  "match" GENLIST_PART_MATCH_TAG_COLOR_INC;
29
30 styles {
31    style { name: "text_style"; // TODO: remove this later
32       base: "font=SLP:style=Roman font_size=28 color=#000000 wrap=char ellipsis=1.0 text_class=list_item";
33       tag:  "br" "\n";
34       tag:  "ps" "ps";
35       tag:  "tab" "\t";
36       tag:  "b" "+ font=SLP:style=Bold";
37       tag:  "match" "+ color=#E58616FF";
38    }
39    style { name: "genlist_default_textblock_style";
40       base: "font=SLP:style=Roman font_size="GENLIST_TEXT_SIZE_LIST_MAIN_TEXT" color="GENLIST_TEXT_COLOR_STYLE_LIST_MAIN_TEXT_READ" text_class=list_item ellipsis=1.0";
41       TEXTBLOCK_TAG
42    }
43    style { name: "genlist_default_textblock_selected_style";
44       base: "font=SLP:style=Roman font_size="GENLIST_TEXT_SIZE_LIST_MAIN_TEXT" color="GENLIST_PART_TEXT_PRESS_STYLE_COLOR_INC" text_class=list_item ellipsis=1.0";
45       TEXTBLOCK_TAG
46    }
47    style { name: "genlist_style_list_main_text_read";
48       base: "font=SLP:style=Roman font_size="GENLIST_TEXT_SIZE_LIST_MAIN_TEXT" color="GENLIST_TEXT_COLOR_STYLE_LIST_MAIN_TEXT_READ" text_class=list_item ellipsis=1.0";
49       TEXTBLOCK_TAG
50    }
51    style { name: "genlist_style_name_text";
52       base: "font=SLP:style=Medium font_size="GENLIST_TEXT_SIZE_NAME_TEXT" color="GENLIST_TEXT_COLOR_STYLE_NAME_TEXT" text_class=list_item ellipsis=1.0";
53       TEXTBLOCK_TAG
54    }
55    style { name: "genlist_style_list_message_text";
56       base: "font=SLP:style=Medium font_size="GENLIST_TEXT_SIZE_LIST_MESSAGE_TEXT" color="GENLIST_TEXT_COLOR_LIST_MESSAGE_TEXT_STYLE" text_class=list_item ellipsis=1.0";
57       TEXTBLOCK_TAG
58    }
59    style { name: "genlist_sub_textblock_style";
60       base: "font=SLP:style=Medium font_size="GENLIST_FONT_STYLE_32_INC" color="GENLIST_TEXT_COLOR_STYLE_LIST_SUB_TEXT" text_class=list_item ellipsis=1.0";
61       TEXTBLOCK_TAG
62    }
63    style { name: "genlist_sub_textblock_selected_style";
64       base: "font=SLP:style=Medium font_size="GENLIST_FONT_STYLE_32_INC" color="GENLIST_PART_TEXT_PRESS_STYLE_COLOR_INC" text_class=list_item ellipsis=1.0";
65       TEXTBLOCK_TAG
66    }
67    style { name: "genlist_multiline_textblock_style";
68       base: "font=SLP:style=Medium font_size="GENLIST_FONT_STYLE_32_INC" color="GENLIST_PART_FONT_MULTILINE_TEXT_STYLE_COLOR_INC" wrap=char text_class=list_item";
69       TEXTBLOCK_TAG
70    }
71    style { name: "genlist_multiline_textblock_selected_style";
72       base: "font=SLP:style=Medium font_size="GENLIST_FONT_STYLE_32_INC" color="GENLIST_PART_TEXT_PRESS_STYLE_COLOR_INC" wrap=char text_class=list_item";
73       TEXTBLOCK_TAG
74    }
75    style { name: "genlist_textblock_style";
76       base: "font=SLP:style=Roman font_size="GENLIST_FONT_STYLE_42_INC" color="GENLIST_PART_FONT_3LINE_MAIN_TEXT_UNREAD_STYLE_COLOR_INC" wrap=char text_class=list_item";
77       TEXTBLOCK_TAG
78    }
79    style { name: "genlist_textblock_selected_style";
80       base: "font=SLP:style=Roman font_size="GENLIST_FONT_STYLE_42_INC" color="GENLIST_PART_TEXT_PRESS_STYLE_COLOR_INC" wrap=char text_class=list_item";
81       TEXTBLOCK_TAG
82    }
83    style { name: "genlist_textblock_sub_style";
84       base: "font=SLP:style=Medium font_size="GENLIST_FONT_STYLE_36_INC" color="GENLIST_PART_FONT_3LINE_MAIN_TEXT_2_STYLE_COLOR_INC" wrap=char text_class=list_item";
85       TEXTBLOCK_TAG
86    }
87    style { name: "genlist_textblock_sub_selected_style";
88       base: "font=SLP:style=Medium font_size="GENLIST_FONT_STYLE_36_INC" color="GENLIST_PART_TEXT_PRESS_STYLE_COLOR_INC" wrap=char text_class=list_item";
89       TEXTBLOCK_TAG
90    }
91    style { name: "genlist_textblock_flexible_style";
92       base: "font=SLP:style=Roman font_size="GENLIST_FONT_STYLE_48_INC" color="GENLIST_PART_FONT_FLEXIBLE_TEXT_MAIN_STYLE_COLOR_INC" wrap=char text_class=list_item";
93       TEXTBLOCK_TAG
94    }
95    style { name: "genlist_textblock_flexible_selected_style";
96       base: "font=SLP:style=Roman font_size="GENLIST_FONT_STYLE_48_INC" color="GENLIST_PART_TEXT_PRESS_STYLE_COLOR_INC" wrap=char text_class=list_item";
97       TEXTBLOCK_TAG
98    }
99    style { name: "genlist_textblock_flexible_sub_style";
100       base: "font=SLP:style=Roman font_size="GENLIST_FONT_STYLE_36_INC" color="GENLIST_PART_FONT_FLEXIBLE_TEXT_SUB_STYLE_COLOR_INC" wrap=char text_class=list_item";
101       TEXTBLOCK_TAG
102    }
103    style { name: "genlist_textblock_flexible_sub_selected_style";
104       base: "font=SLP:style=Roman font_size="GENLIST_FONT_STYLE_36_INC" color="GENLIST_PART_TEXT_PRESS_STYLE_COLOR_INC" wrap=char text_class=list_item";
105       TEXTBLOCK_TAG
106    }
107    style { name: "genlist_textblock_help_style";
108       base: "font=SLP:style=Medium font_size="GENLIST_FONT_STYLE_32_INC" color="GENLIST_PART_FONT_HELP_TEXT_STYLE_COLOR_INC" wrap=mixed text_class=list_item";
109       TEXTBLOCK_TAG
110    }
111
112    /* email styles */
113    style { name: "genlist_email_textblock_selected_style";
114       base: "font=SLP:style=Roman font_size="GENLIST_TEXT_SIZE_LIST_MAIN_TEXT" color="GENLIST_PART_TEXTBLOCK_STYLE_SELECTED_COLOR_INC" text_class=list_item ellipsis=1.0";
115       TEXTBLOCK_TAG
116    }
117    style { name: "genlist_email_textblock_read_style";
118       base: "font=SLP:style=Roman font_size="GENLIST_TEXT_SIZE_LIST_MAIN_TEXT" color="GENLIST_PART_TEXTBLOCK_READ_STYLE_COLOR_INC" text_class=list_item ellipsis=1.0";
119       TEXTBLOCK_TAG
120    }
121    style { name: "genlist_email_textblock_unread_style";
122       base: "font=SLP:style=Roman font_size="GENLIST_TEXT_SIZE_LIST_MAIN_TEXT" color="GENLIST_PART_TEXTBLOCK_UNREAD_STYLE_COLOR_INC" text_class=list_item ellipsis=1.0";
123       TEXTBLOCK_TAG
124    }
125    style { name: "genlist_email_textblock_urgency_unread_style";
126       base: "font=SLP:style=Roman font_size="GENLIST_TEXT_SIZE_LIST_MAIN_TEXT" color="GENLIST_PART_TEXTBLOCK_URGENCY_UNREAD_STYLE_COLOR_INC" text_class=list_item ellipsis=1.0";
127       TEXTBLOCK_TAG
128    }
129    style { name: "genlist_email_textblock_urgency_read_style";
130       base: "font=SLP:style=Roman font_size="GENLIST_TEXT_SIZE_LIST_MAIN_TEXT" color="GENLIST_PART_TEXTBLOCK_URGENCY_READ_STYLE_COLOR_INC" text_class=list_item ellipsis=1.0";
131       TEXTBLOCK_TAG
132    }
133    style { name: "genlist_email_textblock2_style";
134       base: "font=SLP:style=Medium font_size="GENLIST_FONT_32_INC" color="GENLIST_PART_TEXTBLOCK_STYLE_COLOR_INC" text_class=list_item ellipsis=1.0";
135       TEXTBLOCK_TAG
136    }
137    style { name: "genlist_email_textblock2_selected_style";
138       base: "font=SLP:style=Medium font_size="GENLIST_FONT_32_INC" color="GENLIST_PART_TEXTBLOCK_STYLE_SELECTED_COLOR_INC" text_class=list_item ellipsis=1.0";
139       TEXTBLOCK_TAG
140    }
141    style { name: "genlist_style_list_bubble_text";
142       base: "font=SLP:style=Medium font_size="GENLIST_TEXT_SIZE_LIST_BUBBLE_TEXT" color="GENLIST_TEXT_COLOR_LIST_BUBBLE_TEXT_STYLE"  text_class=list_item ellipsis=1.0";
143       TEXTBLOCK_TAG
144    }
145
146 }