4b3cab59516dfaddef0bf8de41daecb982dd3f0f
[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=Regular 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_style_list_main_text_unread";
40       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";
41       TEXTBLOCK_TAG
42    }
43    style { name: "genlist_style_list_main_text_read";
44       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";
45       TEXTBLOCK_TAG
46    }
47    style { name: "genlist_style_list_main_text_focus";
48       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";
49       TEXTBLOCK_TAG
50    }
51    style { name: "genlist_style_list_sub_text_default";
52       base: "font=SLP:style=Medium font_size="GENLIST_LIST_SUB_TEXT_SIZE" color="GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR_STYLE" ellipsis=1.0";
53       TEXTBLOCK_TAG
54    }
55    style { name: "genlist_style_list_sub_text_focus";
56       base: "font=SLP:style=Medium font_size="GENLIST_LIST_SUB_TEXT_SIZE" color="GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR_STYLE" ellipsis=1.0";
57       TEXTBLOCK_TAG
58    }
59    style { name: "genlist_style_name_text";
60       base: "font=SLP:style=Medium font_size="GENLIST_NAME_TEXT_SIZE" color="GENLIST_NAME_TEXT_COLOR_STYLE" ellipsis=1.0";
61       TEXTBLOCK_TAG
62    }
63    style { name: "genlist_style_list_message_text";
64       base: "font=SLP:style=Medium font_size="GENLIST_LIST_MESSAGE_TEXT_SIZE" color="GENLIST_LIST_MESSAGE_TEXT_COLOR_STYLE" ellipsis=1.0";
65       TEXTBLOCK_TAG
66    }
67    style { name: "genlist_style_multiline_text";
68       base: "font=SLP:style=Medium font_size="GENLIST_MULTILINE_TEXT_SIZE" color="GENLIST_MULTILINE_TEXT_COLOR_STYLE" wrap=mixed text_class=list_item";
69       TEXTBLOCK_TAG
70    }
71    style { name: "genlist_style_multiline_list_main_text_unread";
72       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";
73       TEXTBLOCK_TAG
74    }
75    style { name: "genlist_style_multiline_list_main_text_focus";
76       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";
77       TEXTBLOCK_TAG
78    }
79    style { name: "genlist_style_flexible_text_sub";
80       base: "font=SLP:style=Medium font_size="GENLIST_FLEXIBLE_TEXT_SUB_SIZE" color="GENLIST_FLEXIBLE_TEXT_SUB_COLOR_STYLE" wrap=char";
81       TEXTBLOCK_TAG
82    }
83    style { name: "genlist_style_dialogue_group_help_text";
84       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";
85       TEXTBLOCK_TAG
86    }
87    style { name: "genlist_style_list_bubble_text";
88       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";
89       TEXTBLOCK_TAG
90    }
91
92    /* email styles */
93    style { name: "genlist_email_textblock_selected_style";
94       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";
95       TEXTBLOCK_TAG
96    }
97    style { name: "genlist_email_textblock_read_style";
98       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";
99       TEXTBLOCK_TAG
100    }
101    style { name: "genlist_email_textblock_unread_style";
102       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";
103       TEXTBLOCK_TAG
104    }
105    style { name: "genlist_email_textblock_urgency_unread_style";
106       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";
107       TEXTBLOCK_TAG
108    }
109    style { name: "genlist_email_textblock_urgency_read_style";
110       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";
111       TEXTBLOCK_TAG
112    }
113    style { name: "genlist_email_textblock2_style";
114       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";
115       TEXTBLOCK_TAG
116    }
117    style { name: "genlist_email_textblock2_selected_style";
118       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";
119       TEXTBLOCK_TAG
120    }
121
122
123 }