update changelog
[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 STYLE_TAG \
24       tag:  "br" "\n";\
25       tag:  "ps" "ps";\
26       tag:  "tab" "\t";\
27       tag:  "b" "+ font=SLP:style=Bold";\
28
29 #define STYLE_TAG_MATCH \
30       tag:  "match" GENLIST_PART_MATCH_TAG_COLOR_INC; \
31
32 styles {
33    style { name: "text_style"; // TODO: remove this later
34       base: "font=SLP:style=Regular font_size=28 color=#000000 wrap=char ellipsis=1.0 text_class=list_item";
35       tag:  "br" "\n";
36       tag:  "ps" "ps";
37       tag:  "tab" "\t";
38       tag:  "b" "+ font=SLP:style=Bold";
39       tag:  "match" "+ color=#E58616FF";
40    }
41    style { name: "genlist_style_list_main_text_unread";
42       base: "font=SLP:style=Regular font_size="GENLIST_LIST_MAIN_TEXT_SIZE" color="GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR_STYLE" text_class=list_item ellipsis=1.0";
43       STYLE_TAG
44       STYLE_TAG_MATCH
45    }
46    style { name: "genlist_style_list_main_text_read";
47       base: "font=SLP:style=Regular font_size="GENLIST_LIST_MAIN_TEXT_SIZE" color="GENLIST_LIST_MAIN_TEXT_READ_COLOR_STYLE" text_class=list_item ellipsis=1.0";
48       STYLE_TAG
49       STYLE_TAG_MATCH
50    }
51    style { name: "genlist_style_list_main_text_focus";
52       base: "font=SLP:style=Regular font_size="GENLIST_LIST_MAIN_TEXT_SIZE" color="GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR_STYLE" text_class=list_item ellipsis=1.0";
53       STYLE_TAG
54    }
55    style { name: "genlist_style_list_sub_text_default";
56       base: "font=SLP:style=Medium font_size="GENLIST_LIST_SUB_TEXT_SIZE" color="GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR_STYLE" ellipsis=1.0";
57       STYLE_TAG
58       STYLE_TAG_MATCH
59    }
60    style { name: "genlist_style_list_sub_text_focus";
61       base: "font=SLP:style=Medium font_size="GENLIST_LIST_SUB_TEXT_SIZE" color="GENLIST_LIST_SUB_TEXT_FOCUS_COLOR_STYLE" ellipsis=1.0";
62       STYLE_TAG
63    }
64    style { name: "genlist_style_name_text";
65       base: "font=SLP:style=Medium font_size="GENLIST_NAME_TEXT_SIZE" color="GENLIST_NAME_TEXT_COLOR_STYLE" ellipsis=1.0";
66       STYLE_TAG
67       STYLE_TAG_MATCH
68    }
69    style { name: "genlist_style_list_message_text";
70       base: "font=SLP:style=Medium font_size="GENLIST_LIST_MESSAGE_TEXT_SIZE" color="GENLIST_LIST_MESSAGE_TEXT_COLOR_STYLE" ellipsis=1.0";
71       STYLE_TAG
72       STYLE_TAG_MATCH
73    }
74    style { name: "genlist_style_multiline_text";
75       base: "font=SLP:style=Medium font_size="GENLIST_MULTILINE_TEXT_SIZE" color="GENLIST_MULTILINE_TEXT_COLOR_STYLE" wrap=mixed text_class=list_item";
76       STYLE_TAG
77       STYLE_TAG_MATCH
78    }
79    style { name: "genlist_style_multiline_list_main_text_unread";
80       base: "font=SLP:style=Regular font_size="GENLIST_LIST_MAIN_TEXT_SIZE" color="GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR_STYLE" wrap=char text_class=list_item";
81       STYLE_TAG
82       STYLE_TAG_MATCH
83    }
84    style { name: "genlist_style_multiline_list_main_text_focus";
85       base: "font=SLP:style=Regular font_size="GENLIST_LIST_MAIN_TEXT_SIZE" color="GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR_STYLE" wrap=char text_class=list_item";
86       STYLE_TAG
87    }
88    style { name: "genlist_style_flexible_text_sub";
89       base: "font=SLP:style=Medium font_size="GENLIST_FLEXIBLE_TEXT_SUB_SIZE" color="GENLIST_FLEXIBLE_TEXT_SUB_COLOR_STYLE" wrap=char";
90       STYLE_TAG
91       STYLE_TAG_MATCH
92    }
93    style { name: "genlist_style_dialogue_group_help_text";
94       base: "font=SLP:style=Medium font_size="GENLIST_DIALOGUE_GROUP_HELP_TEXT_SIZE" color="GENLIST_DIALOGUE_GROUP_HELP_TEXT_COLOR_STYLE" wrap=mixed text_class=list_item";
95       STYLE_TAG
96       STYLE_TAG_MATCH
97    }
98    style { name: "genlist_style_list_bubble_text";
99       base: "font=SLP:style=Medium font_size="GENLIST_LIST_BUBBLE_TEXT_SIZE" color="GENLIST_LIST_BUBBLE_TEXT_COLOR_STYLE"  text_class=list_item ellipsis=1.0";
100       STYLE_TAG
101       STYLE_TAG_MATCH
102    }
103
104    /* email styles */
105    style { name: "genlist_style_email_selected";
106       base: "font=SLP:style=Regular font_size="GENLIST_LIST_MAIN_TEXT_SIZE" color="GENLIST_PART_TEXTBLOCK_STYLE_SELECTED_COLOR_INC" text_class=list_item ellipsis=1.0";
107       STYLE_TAG
108    }
109    style { name: "genlist_style_email_read";
110       base: "font=SLP:style=Regular font_size="GENLIST_LIST_MAIN_TEXT_SIZE" color="GENLIST_PART_TEXTBLOCK_READ_STYLE_COLOR_INC" text_class=list_item ellipsis=1.0";
111       STYLE_TAG
112       STYLE_TAG_MATCH
113    }
114    style { name: "genlist_style_email_unread";
115       base: "font=SLP:style=Regular font_size="GENLIST_LIST_MAIN_TEXT_SIZE" color="GENLIST_PART_TEXTBLOCK_UNREAD_STYLE_COLOR_INC" text_class=list_item ellipsis=1.0";
116       STYLE_TAG
117       STYLE_TAG_MATCH
118    }
119    style { name: "genlist_style_email_urgency_unread";
120       base: "font=SLP:style=Regular font_size="GENLIST_LIST_MAIN_TEXT_SIZE" color="GENLIST_PART_TEXTBLOCK_URGENCY_UNREAD_STYLE_COLOR_INC" text_class=list_item ellipsis=1.0";
121       STYLE_TAG
122       STYLE_TAG_MATCH
123    }
124    style { name: "genlist_style_email_urgency_read";
125       base: "font=SLP:style=Regular font_size="GENLIST_LIST_MAIN_TEXT_SIZE" color="GENLIST_PART_TEXTBLOCK_URGENCY_READ_STYLE_COLOR_INC" text_class=list_item ellipsis=1.0";
126       STYLE_TAG
127       STYLE_TAG_MATCH
128    }
129    style { name: "genlist_style_email_name";
130       base: "font=SLP:style=Medium font_size="GENLIST_LIST_SUB_TEXT_SIZE" color="GENLIST_PART_TEXTBLOCK_SUB_STYLE_COLOR_INC" text_class=slp_medium ellipsis=1.0";
131       STYLE_TAG
132       STYLE_TAG_MATCH
133    }
134    style { name: "genlist_style_email_name_selected";
135       base: "font=SLP:style=Medium font_size="GENLIST_LIST_SUB_TEXT_SIZE" color="GENLIST_PART_TEXTBLOCK_STYLE_SELECTED_COLOR_INC" text_class=list_item ellipsis=1.0";
136       STYLE_TAG
137    }
138 }