Merge branch 'master' into tizen_2.1
[platform/framework/web/web-ui-fw.git] / src / themes / tizen / tizen-white / style.less
1 /***************************************************************************
2                    Body
3 ***************************************************************************/
4 @color_bg: rgb(248, 246, 239);                                  /* B011 : Main Background color */
5 @color_text: rgb(0, 0, 0);                                                      /* B012 : Main font color */
6
7 /***************************************************************************
8                    Naviframe
9 ***************************************************************************/
10 @color_bar_title_text : rgba(59, 115, 182, 1);                  /* B042 : title text */
11 @color_bar_title_button_text : rgba(58, 58, 58, 1);     /* B052L4 : Title text button */
12 @color_bar_title_button_text_press : rgba(59, 115, 182, 1);     /* B052L5 : Title text button press */
13 @color_bar_btn_press : rgba(64, 147, 247, 0.1);                 /* B052L1P : Title text button press bg */
14 @color_bar_divider_line : rgba(178, 177, 174, 1);               /* 00_divider_line.9.png */
15 @color_bar_naviframe_bg : rgba(248, 246, 239, 1);
16
17 /***************************************************************************
18                    Tabbar
19 ***************************************************************************/
20 @color_tabbar_btn_tab_press : -webkit-linear-gradient(top, rgba(210,210,200,1) 0%, rgba(246,248,239,1) 100%); /* B0514P1 : 00_tab_press_ef.9.png */
21 @color_tabbar_btn_pressed : rgba(59, 115, 182, 1);      /* B052L6P */
22 @color_tabbar_btn_normal : rgba(153, 153, 153, 1);      /* B052L6 */
23
24 /***************************************************************************
25                    List
26 ***************************************************************************/
27 @color_list_bg: rgba(248, 246, 239, 1);                                                         /* B0211 */
28 @color_list_press : rgba(87, 135, 194, 1);                                              /* B041 */
29 @color_list_border_bottom: rgba(211, 209, 203, 0.5);    /* B0221 */
30 @color_list_main_text_focus: rgba(249, 249, 249, 1);
31 @color_list_main_text_unfocus: rgba(0, 0, 0, 1);
32 @color_list_sub_text_default: rgba(100, 100, 100, 1);
33
34 @color_list_divider_expand_div : rgba(0, 0, 0, 0.5);
35 @color_list_divider_bg : rgba(248, 246, 239, 1);                        /* W021L1 */
36 @color_list_divider_line : rgba(59, 115, 182, 1);                       /* W021L2 */
37 @color_list_divider_text : rgba(59, 115, 182, 1);                       /* W021L3 */
38
39 @color_list_swipe_bg : rgba(237, 235, 228, 1);                          /* B0212 */
40
41 @color_list_dialogue_bg : rgba(239, 237, 229, 1);
42 @color_dialogue_main_text: rgba(59, 115, 182, 1);
43 @color_dialogue_border_right: rgba(142, 154, 163, 1);
44
45 @color_list_expanded_bg : rgba(220, 218, 211, 1);
46
47 @color_list_editfield : rgba(0, 0, 0, 1);                               /* F011L1 */
48
49 @color_list_bubble_sent_text:   rgb(0, 0, 0);                           /* W051 */
50 @color_list_bubble_receive_text:        rgb(0, 0, 0);                   /* W051 */
51 @color_list_bubble_sos_text:    rgb(233, 73, 73);
52 @color_list_bubble_date_text:   rgb(104, 104, 104);
53 @color_list_bubble_date_bg:             rgba(225, 225, 225, 0);
54 @color_list_bubble_time_sent_text:      rgb(139, 139, 139);             /* F011L16 */
55 @color_list_bubble_time_receive_text:   rgb(139, 139, 139);     /* F011L17 */
56 @color_list_bubble_time_sos_text:       rgb(233, 73, 73);               /* F011L15 */
57 @color_list_bubble_name_text:   rgb(139, 139, 139);
58 @color_list_bubble_help_text:   rgb(154, 154, 154);
59 @color_list_bubble_link_text:   rgb(34, 129, 157);
60
61 @list-font-size-main:   22 * @unit_base;
62 @list-font-size-divider: 16 * @unit_base;       // NOTE: defined in dialogue group
63
64 @list-smallicon-size: 17 * @unit_base;
65 @list-li-padding-horizontal: 8 * @unit_base;
66
67 @list-bigicon-size2: 72 * @unit_base;
68
69 /***************************************************************************
70                    Shortcut Scroll
71 ***************************************************************************/
72 @color_fastscroll_rollover_bg: rgba(230, 227, 216, 1);          /* B0723 : 00_fast_scroll_rollover_bg.9.png */
73 @color_fastscroll_rollover_text: rgba(160, 159, 154, 1);        /* B0721 : Rollover text */
74 @color_fastscroll_popup_bg: rgba(59, 115, 182, 1);              /* B0731 : 00_fast_scroll_popup_bg.png */
75 @color_fastscroll_popup_shadow: rgba(199, 199, 199, 0.5);
76 @color_fastscroll_popup_text: rgba(255, 255, 255, 1);           /* B0732 : Scroll popup text */
77 @color_fastscroll_popup_border: rgba(100, 100, 100, 0.5);
78
79
80 /***************************************************************************
81                    SearchBar(forms.textinput)
82 ***************************************************************************/
83 @color_searchbar_bg : rgba(248, 246, 239, 1);
84 @color_searchbar_default_text : rgba(121, 131, 138, 1);         /* Search default text */
85 @color_searchbar_input_field_bg : rgba(255, 255, 255, 1);       /* W301 : 00_search_edit_field_bg.png */
86 @color_searchbar_border : rgba(153, 153, 153, 1);
87
88
89 /***************************************************************************
90                    Popup
91 ***************************************************************************/
92 @font_size_popup_info_style: 24 * @unit_base;
93 @color_popup_text_bg: rgba(248, 246, 239, 1);   /* B061L1 : Popop info */
94
95
96 /***************************************************************************
97                         Button(connected with other winset)
98 ***************************************************************************/
99
100 @color_button_text_black:       rgb(0, 0, 0);
101
102 @color_button_EditText:         rgb(249, 249, 249);
103 @color_button_EditTextPress:    rgb(61, 61, 61);
104
105 @color_button_text_normal:      rgb(58, 58, 58);                        /* F031L1 */
106 @color_button_text_press:       rgb(255, 255, 255);                     /* F031L1P */
107 @color_button_text_white:       rgb(249, 249, 249);
108
109 @color_button_normal:           rgb(235, 232, 227);
110 @color_button_normal_webkit:    -webkit-linear-gradient(top, rgb(235, 232, 227), rgb(234, 231, 226));
111 @color_button_normal_moz:       -moz-linear-gradient(top, rgb(235, 232, 227), rgb(234, 231, 226));
112 @color_button_normal_o:         -o-linear-gradient(top, rgb(235, 232, 227), rgb(234, 231, 226));
113 @color_button_normal_ms:        -ms-linear-gradient(top, rgb(235, 232, 227), rgb(234, 231, 226));
114 @color_button_press:            rgb(59, 115, 182);
115
116 @color_button_inner:            rgb(247, 245, 238);
117 @color_button_inner_webkit:     -webkit-linear-gradient(top, rgb(250, 247, 242), rgb(248, 245, 240));
118 @color_button_inner_moz:        -moz-linear-gradient(top, rgb(250, 247, 242), rgb(248, 245, 240));
119 @color_button_inner_o:          -o-linear-gradient(top, rgb(250, 247, 242), rgb(248, 245, 240));
120 @color_button_inner_ms:         -ms-linear-gradient(top, rgb(250, 247, 242), rgb(248, 245, 240));
121
122 @button_shadow_outer:           0 0 1px 1px rgba(255, 255, 255, 1);
123 @button_shadow_inner:           none;
124
125 @color_button_edit:             rgb(201, 88, 88);
126 @color_button_edit_webkit:      -webkit-gradient(linear, left top, left bottom, from(rgb(201, 88, 88)), to(rgb(161, 40, 40)));
127 @color_button_edit_moz:         -moz_linear-gradient(top, rgb(201, 88, 88), rgb(161, 40, 40));
128 @color_button_inner_border:     rgba(199, 197, 190, 1);
129 .LESSbutton_box_style{
130         color: @color_button_text_normal;
131 }
132
133 .LESSbutton_up_style{
134         background: @color_button_normal;
135         background: @color_button_normal_webkit;
136         background: @color_button_normal_moz;
137         background: @color_button_normal_o;
138         background: @color_button_normal_ms;
139 }
140
141 .LESSbutton_box_style{
142         background: @color_button_normal;
143         background: @color_button_normal_webkit;
144         background: @color_button_normal_moz;
145         background: @color_button_normal_o;
146         background: @color_button_normal_ms;
147         border: 1px solid;
148         border-color: rgba(220, 218, 211, 1);
149         .LESSbox-shadow-line( @button_shadow_outer );
150 }
151 .LESSbutton_inner_box_style{
152         background: @color_button_inner;
153         background: @color_button_inner_webkit;
154         background: @color_button_inner_ms;
155         background: @color_button_inner_o;
156         background: @color_button_inner_moz;
157         .LESSbox-shadow-line( @button_shadow_inner );
158 }
159 .LESSbutton_inner_pressstyle{
160         color: @color_button_text_press;
161 }
162
163 .LESSbutton_text1_style{
164         font-family: @font_family;
165         font-weight: normal;
166         font-size: 1.0rem;
167         font-style:normal;
168         color: @color_button_text_normal;
169 }
170
171 .LESSbutton_hover_style{
172         color: @color_button_text_normal;
173 }
174
175 .LESSbutton_down_style{
176         background: @color_button_press;
177         color: @color_button_text_press;
178 }
179
180 .LESSbutton_edit_style{
181         background: @color_button_edit;
182         background: @color_button_edit_webkit;
183         background: @color_button_edit_moz;
184 }
185
186 /***************************************************************************
187                         contextual popup
188 ***************************************************************************/
189 @color_ctxpopup_text:                   rgb(255, 255, 255);
190 @color_ctxpopup_background:             rgb(68, 68, 68);        /* B061L4 : Contextual bg */
191 @color_ctxpopup_border_left:            rgb(45, 45, 45);
192 @color_ctxpopup_border_right:           rgb(91, 91, 91);
193 @color_ctxpopup_border_top:             rgb(91, 91, 91);
194 @color_ctxpopup_border_bottom:          rgb(45, 45, 45);
195
196 @color_ctxbutton_press:            rgb(42, 137, 194);   /* B044 : Contextual effect */
197
198 @color_ctxpopup_timepicker_text:        rgba( 255, 255, 255, 0.7 );
199 @color_ctxpopup_timepicker_text_focus:  rgba( 255, 255, 255, 1 );
200
201
202 /***************************************************************************
203                    Scrollview
204 ***************************************************************************/
205 @color_scrollbar:               rgb(198, 196, 190);
206 @color_scrollview_indicator_start:      rgb(255,255,255);
207 @color_scrollview_indicator_end:        rgb(128,128,128);
208 @color_scrollbar_thumb_shadow:          rgba(0, 0, 0, 50);
209
210 /***************************************************************************
211                    Date Time picker
212 ***************************************************************************/
213 @color_timepicker_selector_color:       rgb(87, 135, 194);      /* W0811 : Picker bg */
214 @font_size_datetime_main_text:              22 * @unit_base;
215 @font_size_datetime_sub_text:               16 * @unit_base;
216
217 /***************************************************************************
218                    SegmentControl
219 ***************************************************************************/
220 @color_segmentcontrol_Seg_text : rgba(58, 58, 58, 1);   /* B052L4 : Title text button */
221 @color_segmentcontrol_Seg_text_pressed : rgb(59,119,150);
222
223 /***************************************************************************
224                    Popup
225 ***************************************************************************/
226 @color_popup_center_progressbar_title:  rgba(153, 153, 153, 1);
227 @color_popup_title_bg:          rgba(80, 147, 182, 255);        /* popup_title_bg.png */
228 @color_popup_title_text:                rgba(59, 115, 182, 1);          /* B063L9 : Basic Style_title */
229
230 @color_popup_button_bg:         rgba(248, 246, 239, 1);
231 @color_popup_font: rgba(248, 246, 239, 1); /* maybe not use only popupwindow*/
232 @color_popup_text_font:         black;
233
234 @color_popup_buttonbg:          rgb(84, 126, 153);
235 @color_popup_buttonbg_webkit:   -webkit-gradient(linear, left top, left bottom, from(rgb(84, 126, 153)), to(rgb(69, 105, 128)));
236 @color_popup_buttonbg_moz:      -moz-linear-gradient(top, rgb(84, 126, 153), rgb(69, 105, 128));
237 @color_popup_buttonbg_ms:       -ms-linear-gradient(top, rgb(84, 126, 153), rgb(69, 105, 128));
238 @color_popup_buttonbg_o:        -o-linear-gradient(top, rgb(84, 126, 153), rgb(69, 105, 128));
239 @color_popup_buttontext:        rgb(249, 249, 249);
240 @color_popup_buttonbg_over:     rgb(94, 136, 163);
241
242 @color_popup_buttonbg_press:    rgb(67, 160, 217);
243 @color_popup_buttonbg_press_webkit:     -webkit-gradient(linear, left top, left bottom, from(rgb(67, 160, 217)), to(rgb(56, 139, 185)));
244 @color_popup_buttonbg_press_moz:        -moz-linear-gradient(top, rgb(67, 160, 217), rgb(56, 139, 185));
245 @color_popup_buttonbg_press_ms:         -ms-linear-gradient(top, rgb(67, 160, 217), rgb(56, 139, 185));
246 @color_popup_buttonbg_press_o:          -o-linear-gradient(top, rgb(67, 160, 217), rgb(56, 139, 185));
247
248 @color_popup_scroller_bg:       rgba(248, 246, 239, 1);
249
250
251 @font_size_popup_basic_style_title:             24 * @unit_base; //1.1875rem;   /* 38px */
252 @font_size_popup_center_progressbar_title:      26 * @unit_base; //0.8125rem;   /* 26px */
253 @font_size_popup_text_progress_title:           42 * @unit_base; //1.3125rem;   /* 42px */
254 @font_size_popup_button_text:                   32 * @unit_base; //1.0rem;      /* 32px */
255
256 .LESSpopup_button_style{
257 /*      background: @color_popup_buttonbg;
258         background: @color_popup_buttonbg_webkit;
259         background: @color_popup_buttonbg_moz;
260         background: @color_popup_buttonbg_ms;
261         background: @color_popup_buttonbg_o;
262         color: @color_popup_buttontext;*/
263 }
264
265 .LESSpopup_button_hover_style{
266         background: @color_popup_buttonbg_over;
267 }
268
269 .LESSpopup_button_press_style{
270         background: @color_popup_buttonbg_press;
271         background: @color_popup_buttonbg_press_webkit;
272         background: @color_popup_buttonbg_press_moz;
273         background: @color_popup_buttonbg_press_ms;
274         background: @color_popup_buttonbg_press_o;
275 }
276
277 .LESSpopup_padding_style{
278 }
279
280 /***************************************************************************
281                     Tickernoti
282 ***************************************************************************/
283 @color_ticker_bg:                       rgb(68, 68, 68);
284 @color_ticker_text1:                    rgb(255, 255, 255);
285 @color_ticker_text2:                    rgb(255, 255, 255);
286 @color_ticker_btn:                      rgb(64, 64, 64);
287 @color_ticker_btn_border:               rgb(50, 50, 50);
288
289
290 /***************************************************************************
291                     Smallpopup
292 ***************************************************************************/
293 @color_smallpopup_bg:                   -webkit-linear-gradient(top, @color_bg 0%, rgb(153, 153, 153) 18%, rgb(68, 68, 68) 20%, rgb(68, 68, 68) 100%);
294 @color_smallpopup_text:                 rgb(255, 255, 255);
295
296 /***************************************************************************
297                     Slider
298 ***************************************************************************/
299 @color_slider_handle_text:              rgb(59, 115, 182);
300 @color_slider_popup_text:               rgb(249, 249, 249);
301 @color_slider_left_text:                rgb(128, 128, 128);
302 @color_slider_right_text:               rgb(128, 128, 128);
303 @color_slider_label_text:               rgb(0, 0, 0);
304
305
306 /***************************************************************************
307                     Progress
308 ***************************************************************************/
309 @color_progress_bar0:                   rgb(202, 200, 196);
310 @color_progress_bar1:                   rgb(246, 243, 239);
311 @color_progress_border:                 rgb(163, 160, 158);
312 @color_progress_value0:                 rgb(54, 119, 195);
313 @color_progress_value1:                 rgb(150, 184, 224);
314 @color_progress_shadow:                 rgb(104, 102, 101);
315
316
317 /***************************************************************************
318                    Handler
319 ***************************************************************************/
320 @color_scrollview_handler_bg : rgba(198, 196, 190, 1);
321 @color_scrollview_handler_shadow : rgb(0, 0, 0, 0.5);
322
323
324 /***************************************************************************
325                    multimediaview
326 ***************************************************************************/
327 @color_multimediaview_bg : rgb(249, 249, 249);
328 @color_multimediaview_control_bg : rgba(248, 246, 239, 0.5);
329 @color_multimediaview_button_bg : rgb(248, 246, 239);
330 @color_multimediaview_timestamp_text : rgb(74, 132, 201);
331 @color_multimediaview_duration_text : rgb(128, 128, 128);
332 @color_multimediaview_bar_gray : rgb(203, 200, 197);
333 @color_multimediaview_bar_active : rgb(74, 132, 201);
334 @color_multimediaview_bar_handle : rgb(249, 249, 249);
335 @color_multimediaview_button_border : rgb(186, 185, 180);
336
337 .LESSmultimediaview_bar_active_style{
338         background-color : @color_multimediaview_bar_active;
339         background-image : -webkit-gradient(linear, left top, left bottom, from(rgb(98, 137, 217)), to(rgb(41, 91, 152)));
340         background-image : -moz-linear-gradient(top, rgb(98, 137, 217), rgb(41, 91, 152));
341         background-image : -o-linear-gradient(top, rgb(98, 137, 217), rgb(41, 91, 152));
342         background-image : -ms-linear-gradient(top, rgb(98, 137, 217), rgb(41, 91, 152));
343 }
344
345 .LESSmultimediaview_bar_handle_style{
346         background-color : @color_multimediaview_bar_handle;
347         background-image : -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(230, 230, 230)));
348         background-image : -moz-linear-gradient(top, rgb(255, 255, 255), rgb(230, 230, 230));
349         background-image : -o-linear-gradient(top, rgb(255, 255, 255), rgb(230, 230, 230));
350         background-image : -ms-linear-gradient(top, rgb(255, 255, 255), rgb(230, 230, 230));
351 }
352
353
354 /***************************************************************************
355                    tokentextarea
356 ***************************************************************************/
357 @color_tokentextarea_block_text : rgb(255, 255, 255);
358 @color_tokentextarea_block_bg : rgb(118, 157, 204);     /* W0711 : Contact button bg normal */
359 @color_tokentextarea_press_bg : rgb(64, 147, 247);      /* W0713 : Contact button bg press */
360 @color_tokentextarea_input_text : #222222;
361 @color_tokentextarea_label_text : rgb(102, 102, 102);
362
363 /***************************************************************************
364                    Splitview
365 ***************************************************************************/
366 @color_splitview_spliter_bar : rgb(149, 149, 149);                              /* W131 */
367 @color_splitview_spliter_bar_active : rgb(87, 135, 194);                /* W132 */
368 @color_splitview_spliter_border : rgb(128, 128, 128);