03b53afb640c9f2f6cbca8bb9bed0bf5aa8fc202
[platform/framework/web/web-ui-fw.git] / src / themes / tizen / tizen-white / style.less
1 // Basic color set
2 @color_bg:                              rgb(249, 249, 249);     // 249 249 249
3 @color_bg_sub:                  rgb(36, 36, 36);        // 36 36 36     // TODO: used only in dialog group. Check more.
4
5 @color_border:                  rgb(42, 42, 42);        // 42 42 42
6 @color_header:                  rgb(68, 68, 74);        // 68 68 74
7
8 @color_scrollbar:               rgb(218, 218, 218);
9
10 @color_text:                            rgb(0, 0, 0);   // 0 0 0
11 @color_text_dim:                        rgb(108, 115, 118);     // 108 115 118
12 @color_text_focus:              @color_text;
13 @color_text_sub:                        rgb(102, 102, 102);     // 102 102 102
14 @color_text_setting:            rgb(42, 109, 140);      // 42 109 140
15 @color_text_input:              rgb(70, 70, 70);        // 70 70 70
16 @color_text_cursor:             @color_text_setting;
17 @color_text_segctrl:            rgb(158, 195, 213);     // 158 195 213  // TODO: used only in segctrl. Check more.
18
19 //Dialogue color set
20 @color_dialogue_main_text:      rgba(92, 151, 187, 1);
21 @color_dialogue_sub_text:                               rgb(146,146,146);
22 @color_list_dialogue_bg : rgba(236, 240, 242, 1);
23 @color_dialogue_border_right:   rgba(142, 154, 163, 1);
24
25 //Dialogue Editor color set
26 @color_dialogue_editor_default_text:    rgb(70, 70, 70);
27 @color_dialogue_editor_bg:                              rgb(0, 0, 0);
28 @color_dialogue_editor_border:                  rgb(108, 168, 199);     
29 /*************************
30   Vars/Mixins for Widgets
31
32   NOTE:
33     * Color variables' name: @color_<widget name>_<identifier>
34         * Color values: Use rgb() or rgba()
35  *************************/
36
37
38 /***************************************************************************
39                    List 
40 ***************************************************************************/
41 @color_list_main_text_focus:            rgba(249, 249, 249, 1);
42 @color_list_main_text_unfocus:          rgba(0, 0, 0, 1);
43
44 @color_list_border_bottom:              rgb(169, 169, 169);
45 @color_list_main_text_read:             rgba(158, 158, 158, 1);
46 @color_list_main_text_unread:   rgba(249, 249, 249, 1);
47 @color_list_sub_text_default:           rgba(100, 100, 100, 1);
48 @color_list_sub_text_settings:  rgba(0, 140, 210, 1);
49 @color_list_sub_text_focus:             rgba(249, 249, 249, 1);
50 @color_list_flexible_text_main: rgba(249, 249, 249, 1);
51 @color_list_flexible_text_sub:          rgba(149, 149, 149, 1);
52 @color_list_index_list:                 rgba(164, 164, 164, 1);
53 @color_list_editfield_text:                     rgba(70, 70, 70, 1);
54 @color_list_editfield_text_cursor:      rgba(0, 140, 210, 1);
55 @color_list_multiline_text:             rgba(149, 149, 149, 1);
56 @color_list_3line_main_text:            rgba(249, 249, 249, 1);
57 @color_list_3line_main_text_read:       rgba(249, 249, 249, 1);
58 @color_list_3line_main_text_focus:      rgba(249, 249, 249, 1);
59 @color_list_3line_main_text2:           rgba(104, 137, 152, 1);
60 @color_list_3line_main_text2_focus:     rgba(249, 249, 249, 1);
61 @color_list_converter_style:            rgba(249, 249, 249, 1);
62 @color_list_converter_style_focus:      rgba(249, 249, 249, 1);
63 @color_list_unread_email:               rgba(249, 249, 249, 1);
64 @color_list_contents_text:              rgba(210, 210, 210, 1);
65 @color_list_name_text:                  rgba(129, 129, 129, 1);
66 @color_list_name_text_dim:              rgba(0, 140, 210, 1);
67 @color_list_colorbar:                           rgba(80, 107, 207, 1); //Temp, not defined
68 @color_list_bubble_box_shadow:  rgb(78, 78, 78);        // Not defined in GUI guide.
69 @color_list_bubble_left_text:   rgb(0, 0, 0);
70 @color_list_bubble_left_bg:             rgb(217, 230, 237);     // Not defined in GUI guide. Picked from image.
71 @color_list_bubble_right_text:  rgb(96, 96, 96);
72 @color_list_bubble_right_bg:    rgb(217, 217, 217); // Not defined in GUI guide. Picked from image.
73 @color_list_bubble_sos_text:    rgb(211, 0, 0);
74 @color_list_bubble_date_text:   rgb(128, 128, 128);
75 @color_list_bubble_date_bg:             rgba(225, 225, 225, 0);
76 @color_list_bubble_time_text:   rgb(57, 166, 215);
77 @color_list_bubble_link_text:   rgb(34, 129, 157);
78 @color_list_bubble_failed_text: rgb(211, 0, 0);
79 @color_list_bubble_name_text:   rgb(57, 166, 215);
80 @color_list_bubble_help_text:   rgb(146, 146, 146);
81 @color_list_divider_bg :                rgb(209, 227, 238); /* #d1e3ee */
82 @color_list_divider_text :              rgb(29, 100, 149); 
83 @color_list_divider_expand_div : rgba(0, 0, 0, 0.5);
84 @color_list_expandable_expanded_bg:     rgb(215, 225, 232);
85 @color_list_press : rgba(42, 137, 194, 1);
86
87 @font_size_list_main_text:              44 * @unit_base; //1.375rem;    /* 44 px */
88 @font_size_list_sub_text:               32 * @unit_base; //1.0rem;      /* 32 px */
89 @font_size_list_flexible_text_main:     48 * @unit_base; //1.5rem;      /* 48 px */
90 @font_size_list_flexible_text_sub:      36 * @unit_base; //1.125rem;    /* 36 px */
91 @font_size_list_index_list:             32 * @unit_base; //1.0rem;      /* 32 px */
92 @font_size_list_editfield_text:         44 * @unit_base; //1.375rem;    /* 44 px */
93 @font_size_list_multiline_text:         32 * @unit_base; //1.0rem;      /* 32 px */
94 @font_size_list_3line_main_text:        42 * @unit_base; //1.3125rem;   /* 42 px */
95 @font_size_list_3line_main_text2:       36 * @unit_base; //1.125rem;    /* 36 px */
96 @font_size_list_converter_style:        40 * @unit_base; //1.3rem;      /* 40 px */
97 @font_size_list_unread_email:           44 * @unit_base; //1.375rem;    /* 44 px */
98 @font_size_list_contents_text:          30 * @unit_base; //0.94rem;     /* 30 px */
99 @font_size_list_name_text:              32 * @unit_base; //1.0rem;      /* 32 px */
100
101 @style_list_li_dialogue_margin_left: 16 * @unit_base;
102 @style_list_li_dialogue_border_left_width: 10 * @unit_base;
103 @style_list_bubble_date_height: 40 * @unit_base;
104 @style_list_bubble_date_text_align:     center;
105
106 .LESSlistDivider_Background{
107         background: @color_list_divider_bg;
108 }
109
110 /***************************************************************************
111                    Shortcut Scroll
112 ***************************************************************************/
113 @color_shortcutscroll_rollover_bg: none;
114 @color_shortcutscroll_rollover_text: rgba(160, 172, 179, 1);
115 @color_shortcutscroll_popup_bg: rgba(229, 229, 229, 1); // 00_fast_scroll_popup_bg.png
116 @color_shortcutscroll_popup_shadow: rgba(199, 199, 199, 0.5);
117 @color_shortcutscroll_popup_text: rgb(42, 137, 194);
118
119
120 /***************************************************************************
121                    Popup
122 ***************************************************************************/
123 @color_popup_center_progressbar_title:  rgba(153, 153, 153, 1);
124 @color_popup_text_progress_title:       rgba(249, 249, 249, 1);
125 /* TODO : ninepatch popup title */
126 @color_popup_title_bg:          rgba(80, 147, 182, 255);        /* popup_title_bg.png */
127 @color_popup_text_bg:           rgba(236, 240, 242, 255);       /* popup_bg.png */
128 @color_popup_button_bg:         rgba(209, 221, 228, 255);       /* popup_button_bg.png */
129 @color_popup_font:                      white;
130 @color_popup_text_font:         black;
131
132 @color_popup_buttonbg:          rgb(84, 126, 153);
133 @color_popup_buttonbg_webkit:   -webkit-gradient(linear, left top, left bottom, from(rgb(84, 126, 153)), to(rgb(69, 105, 128)));
134 @color_popup_buttonbg_moz:      -moz-linear-gradient(top, rgb(84, 126, 153), rgb(69, 105, 128));
135 @color_popup_buttonbg_ms:       -ms-linear-gradient(top, rgb(84, 126, 153), rgb(69, 105, 128));
136 @color_popup_buttonbg_o:        -o-linear-gradient(top, rgb(84, 126, 153), rgb(69, 105, 128));
137 @color_popup_buttontext:        rgb(249, 249, 249);
138 @color_popup_buttonbg_over:     rgb(94, 136, 163);
139 @color_popup_buttonbg_press:    rgb(67, 160, 217);
140 @color_popup_buttonbg_press_webkit:     -webkit-gradient(linear, left top, left bottom, from(rgb(67, 160, 217)), to(rgb(56, 139, 185)));
141 @color_popup_buttonbg_press_moz:        -moz-linear-gradient(top, rgb(67, 160, 217), rgb(56, 139, 185));
142 @color_popup_buttonbg_press_ms:         -ms-linear-gradient(top, rgb(67, 160, 217), rgb(56, 139, 185));
143 @color_popup_buttonbg_press_o:          -o-linear-gradient(top, rgb(67, 160, 217), rgb(56, 139, 185));
144
145 @color_popup_scroller_bg:       rgb(249, 249, 249);
146
147 @font_size_popup_info_style:                    42 * @unit_base; //1.3125rem;   /* 42px */
148 @font_size_popup_basic_style_title:             38 * @unit_base; //1.1875rem;   /* 38px */
149 @font_size_popup_center_progressbar_title:      26 * @unit_base; //0.8125rem;   /* 26px */
150 @font_size_popup_text_progress_title:           42 * @unit_base; //1.3125rem;   /* 42px */
151 @font_size_popup_button_text:                   32 * @unit_base; //1.0rem;      /* 32px */
152
153 .LESSpopup_button_style{
154         background: @color_popup_buttonbg;
155         background: @color_popup_buttonbg_webkit;
156         background: @color_popup_buttonbg_moz;
157         background: @color_popup_buttonbg_ms;
158         background: @color_popup_buttonbg_o;
159         color: @color_popup_buttontext;
160 }
161
162 .LESSpopup_button_hover_style{
163         background: @color_popup_buttonbg_over;
164 }
165
166 .LESSpopup_button_press_style{
167         background: @color_popup_buttonbg_press;
168         background: @color_popup_buttonbg_press_webkit;
169         background: @color_popup_buttonbg_press_moz;
170         background: @color_popup_buttonbg_press_ms;
171         background: @color_popup_buttonbg_press_o;
172 }
173
174 .LESSpopup_padding_style{
175 }
176
177 /***************************************************************************
178                     Button
179 ***************************************************************************/
180
181 @color_button_normal:           rgb(151, 161, 167);
182 @color_button_normal_webkit:    -webkit-gradient(linear, left top, left bottom, from(rgb(151, 161, 167)), to(rgb(122, 132, 141)));
183 @color_button_normal_moz:       -moz-linear-gradient(top, rgb(151, 161, 167), rgb(122, 132, 141));
184
185 @color_button_press:            rgb(67, 160, 217);
186 @color_button_press_webkit:     -webkit-gradient(linear, left top, left bottom, from(rgb(67, 160, 217)), to(rgb(56, 139, 185)));
187 @color_button_press_moz:        -moz-linear-gradient(top, rgb(67, 160, 217), rgb(56, 139, 185));
188
189 @color_button_hover:            rgb(161, 171, 177);
190
191 @color_button_text_normal:      rgb(249, 249, 249);
192 @color_button_text_black:       rgb(0, 0, 0);
193 @color_button_text_white:       rgb(249, 249, 249);
194 @color_button_text_press:       rgb(249, 249, 249);
195
196 @color_circlebutton_hover:              rgb(239, 119, 126);
197 @color_circlebutton_hover_webkit:       -webkit-gradient(linear, left top, left bottom, from(rgb(198, 78, 85)), to(rgb(166, 43, 45)));
198 @color_circlebutton_hover_moz:          -moz-linear-gradient(top, rgb(198, 78, 85), rgb(166,43,45));
199 @color_circlebutton_press:              rgb(67, 160, 217);
200 @color_circlebutton_press_webkit:       -webkit-gradient(linear, left top, left bottom, from(rgb(67, 160, 217)), to(rgb(56, 139, 185)));
201 @color_circlebutton_press_moz:          -moz-linear-gradient(top, rgb(67, 160, 217), rgb(56, 139, 185));
202
203 @color_button_EditText:         rgb(249, 249, 249);
204 @color_button_EditTextPress:    rgb(249, 249, 249);
205 @color_button_EditBG:           rgb(0, 0, 0);
206 @color_button_EditBGPress:      rgb(0, 140, 210);
207
208 @color_button_switch_BGon:              rgb(42, 126, 172);
209 @color_button_switch_BGon_webkit:       -webkit-gradient(linear, left top, left bottom, from(rgb(33, 116, 167)), to(rgb(75, 165, 219)));
210 @color_button_switch_BGon_moz:          -moz-linear-gradient(top, rgb(33, 116, 167), rgb(75, 165, 219));
211 @color_button_switch_BGoff:             rgb(151, 161, 167);
212 @color_button_switch_BGoff_text_color:  rgb(203, 203, 203);
213 @color_button_switch_BGoff_webkit:      -webkit-gradient(linear, left top, left bottom, from(rgb(114, 114, 114)), to(rgb(141, 141, 141)));
214 @color_button_switch_BGoff_moz:         -moz-linear-gradient(top, rgb(114, 114, 114), rgb(141, 141, 141));
215 @color_button_switch_BGreed:            rgb(253, 253, 253);
216 @color_button_switch_BGreed_webkit:     -webkit-gradient(linear, left top, left bottom, from(rgb(253, 253, 253)), to(rgb(231, 231, 231)));
217 @color_button_switch_BGreed_moz:        -moz-linear-gradient(top, rgb(253, 253, 253), rgb(231, 231, 231));
218
219 @radius_button_switch: 4px;
220 @radius_button_switch_reed: 2px;
221
222 @color_button_edit:                     rgb(201, 88, 88);
223 @color_button_edit_webkit:              -webkit-gradient(linear, left top, left bottom, from(rgb(201, 88, 88)), to(rgb(161, 40, 40)));
224 @color_button_edit_moz:                 -moz_linear-gradient(top, rgb(201, 88, 88), rgb(161, 40, 40));
225
226 @color_button_edit_press:               rgb(147, 24, 24);
227 @color_button_edit_press_webkit:        -webkit-gradient(linear, left top, left bottom, from(rgb(147, 24,24)), to(rgb(110, 23, 23)));
228 @color_button_edit_press_moz:           -moz-linear-gradient(top, rgb(147, 24, 24), rgb(110, 23, 23));
229
230 .LESSbutton_up_style{
231         background: @color_button_normal;
232         background: @color_button_normal_webkit;
233         background: @color_button_normal_moz;
234 }
235
236 .LESSbutton_hover_style{
237         background: @color_button_hover;
238         color: @color_button_text_white;
239 }
240
241 .LESSbutton_down_style{
242         background: @color_button_press;
243         background: @color_button_press_webkit;
244         background: @color_button_press_moz;
245         color: @color_button_text_white;
246 }
247
248 .LESSbutton_text1_style{
249         font-family: @font_family;
250         font-weight: normal;
251         font-size: 1.0rem;
252         font-style:normal;
253         color: @color_button_text_black;
254         &:hover {color: @color_button_text_black;}
255 }
256
257 .LESSbutton_box_style{
258         color: @color_button_text_white;
259         &:hover {color: @color_button_text_white;}
260 }
261
262 .LESScirclebutton_hover_style{
263         border-width: 0px;
264         background: @color_circlebutton_hover;
265         background: @color_circlebutton_hover_webkit;
266         backgronnd: @color_circlebutton_hover_moz;
267 }
268
269 .LESScirclebutton_press_style{
270         border-width: 0px;
271         background: @color_circlebutton_press;
272         background: @color_circlebutton_press_webkit;
273         background: @color_circlebutton_press_moz;
274 }
275
276 .LESStoggleswitch_on_style{
277         background: @color_button_switch_BGon;
278         background: @color_button_switch_BGon_webkit;
279         background: @color_button_switch_BGon_moz;
280         border-radius: @radius_button_switch;
281         -webkit-border-radius: @radius_button_switch;
282         -moz-border-radius: @radius_button_switch;
283 }
284
285 .LESStoggleswitch_off_style{
286         color: @color_button_switch_BGoff_text_color;
287         background: @color_button_switch_BGoff;
288         background: @color_button_switch_BGoff_webkit;
289         background: @color_button_switch_BGoff_moz;
290         border-radius: @radius_button_switch;
291         -webkit-border-radius: @radius_button_switch;
292         -moz-border-radius: @radius_button_switch;
293 }
294
295 .LESStoggleswitch_reed_style{
296         background: @color_button_switch_BGreed;
297         background: @color_button_switch_BGreed_webkit;
298         background: @color_button_switch_BGreed_moz;
299         border-radius: @radius_button_switch_reed;
300         -webkit-border-radius: @radius_button_switch_reed;
301         -moz-border-radius: @radius_button_switch_reed;
302 }
303
304 .LESSbutton_edit_style{
305         background: @color_button_edit;
306         background: @color_button_edit_webkit;
307         background: @color_button_edit_moz;
308         font-weight:bold;
309         color: rgb(249, 249, 249);
310 }
311
312 .LESSbutton_editpress_style{
313         background: @color_button_edit_press;
314         background: @color_button_edit_press_webkit;
315         background: @color_button_edit_press_moz;
316 }
317
318 .LESSbutton_edit_padding{
319         padding: 0.5em 0.8em;
320 }
321
322 /***************************************************************************
323                     Date Time picker color set
324 ***************************************************************************/
325 @color_timepicker_selector_color:       rgb(42,137,194);
326
327 /***************************************************************************
328                   Contextual Popup 
329 ***************************************************************************/
330 @color_ctxpopup_text:                   rgb(19, 58, 83);
331 @color_ctxpopup_background:             rgb(219, 229, 239);
332 @color_ctxpopup_border_left:    rgb(225, 235, 241);
333 @color_ctxpopup_border_right:   rgb(174, 184, 190);
334 @color_ctxpopup_border_bottom:  rgb(153, 176, 195);
335 @color_ctxpopup_timepicker_text:        rgba( 249, 249, 249, 0.4 );
336 @color_ctxpopup_timepicker_text_focus:  rgba( 249, 249, 249, 1 );
337
338 /***************************************************************************
339                     DaySelector
340 ***************************************************************************/
341 @color_dayselector_Btn_Sat:             rgba(0, 168, 231, 1); /* #00a8e7 */
342 @color_dayselector_Btn_Sun:             rgba(240, 20, 2, 1); /* #f01402 */
343 @color_dayselector_Btn_Mon_to_Fri:      rgba(249, 249, 249, 1); /* #f9f9f9 */   
344 @color_dayselector_Btn_border:          rgba(26, 82, 116, 1); /* #f9f9f9 */     
345
346 @color_dayselector_Btn_normal_start:    rgb(126, 157, 178);
347 @color_dayselector_Btn_normal_end:      rgb(84,121,144);
348
349 @color_dayselector_Btn_press_start:     rgb(59,119,150);
350 @color_dayselector_Btn_press_end:       rgb(47,91,117);
351
352
353 .LESSDayselectorButtonNormal{
354         .LESSbackground-with-gradient(top, @color_dayselector_Btn_normal_start, @color_dayselector_Btn_normal_end);
355 }
356
357 .LESSDayaselectorButtonPress{
358         .LESSbackground-with-gradient(top, @color_dayselector_Btn_press_start, @color_dayselector_Btn_press_end);
359 }
360
361
362 /***************************************************************************
363                     OptionHeader
364 ***************************************************************************/
365 @color_optionheader_Background: rgba(26, 82, 116, 1); 
366 @color_optionheader_bt:         -webkit-linear-gradient(top,  rgb(56,112,141) 0%,rgb(36,93,128) 100%);
367 @color_optionheader_bt_press:   -webkit-linear-gradient(top,  rgb(74,164,218) 0%,rgb(43,138,195) 100%);
368 @color_optionheader_tab_text:   rgba(249, 249, 249, 1); /* #f9f9f9 */
369
370
371 /***************************************************************************
372                     SearchBar(forms.textinput)
373 ***************************************************************************/
374 @color_searchbar_bg : rgba(215, 225, 232, 1);   /* #242424 */
375 @color_searchbar_default_text : rgba(121, 131, 138, 1);       /* #828282 */
376 @color_searchbar_input_field_bg : rgba(249, 249, 249, 1); /* #F9F9F9*/
377
378
379 /***************************************************************************
380                     SegmentControl
381 ***************************************************************************/
382 @color_segmentcontrol_btn_normal : rgb(125,157,178);
383 @color_segmentcontrol_btn_normal_start : rgb(125,157,178);
384 @color_segmentcontrol_btn_normal_end : rgb(84,121,144);
385
386 @color_segmentcontrol_btn_press : rgb(59,119,150);
387 @color_segmentcontrol_btn_press_start : rgb(59,119,150);
388 @color_segmentcontrol_btn_press_end : rgb(47,91,117);
389
390 @color_segmentcontrol_Seg_text : rgba(249, 249, 249, 1); /* #F9F9F9*/
391 @color_segmentcontrol_Seg_text_pressed : rgba(249, 249, 249, 1); /* #F9F9F9*/
392
393 .LESSSegmentControlBtnBackground
394 {
395         .LESSbackground-with-gradient(top, @color_segmentcontrol_btn_normal_start, @color_segmentcontrol_btn_normal_end);
396 }
397
398 .LESSSegmentControlBtnPressBackground
399 {
400         .LESSbackground-with-gradient(top, @color_segmentcontrol_btn_press_start, @color_segmentcontrol_btn_press_end);
401 }
402
403 /***************************************************************************
404                     ControlGroup
405 ***************************************************************************/
406 @color_controlgroup_btn_border : rgba(26, 82, 116, 1); /* #252525 */
407
408
409 /***************************************************************************
410                     Header / Footer 
411                     NavigationBar / ControlBar
412 ***************************************************************************/
413 @color_bar_bg : rgb(156, 181, 179);
414 @color_bar_bg_start : rgb(156, 181, 179);
415 @color_bar_bg_end : rgb(79,116,141);
416
417 @color_bar_back_btn_press : rgba(26, 82, 116, 0.3); /* #1A5274 */
418 @color_bar_btn_press : rgba(0, 0, 0, 0.1);
419 @color_bar_btn_bg : transparent;
420 @color_bar_back_btn_bg : transparent;
421
422 @color_bar_seg_btn_border : rgba(0, 0, 0, 0.1);
423 @color_bar_seg_text_press : rgba(249, 249, 249, 1); 
424 @color_bar_seg_text_normal : rgba(249, 249, 249, 1); 
425 @color_bar_seg_btn_press : -webkit-linear-gradient(top,  rgb(61,120,151) 0%,rgb(48,91,118) 100%);
426 @color_bar_seg_btn_normal : -webkit-linear-gradient(top,  rgb(127,159,181) 0%,rgb(70,108,133) 100%);
427
428 @color_bar_title_text : rgba(249, 249, 249, 1); /* #F9F9F9 */
429
430 @color_bar_title_bg : rgb(90, 153, 186);
431 @color_bar_title_bg_start : rgb(90, 153, 186);
432 @color_bar_title_bg_end : rgb(32, 84, 115);
433
434 @color_bar_title_btn_border : rgba(36, 93, 128, 0.4); /* 00_winset_divider_line.png  temp value */
435
436 @color_bar_footer_bg : -webkit-linear-gradient(top,  rgb(156,181,179) 0%,rgb(79,116,141) 100%);
437 @color_bar_footer_btn_bg : transparent;
438
439 @color_controlbar_btn_border : rgba(0, 0, 0, 0.1); /* #000000 */
440 @color_controlbar_tabbbar_bg : transparent;
441 @color_controlbar_toolbbar_bg : transparent;
442 @color_controlbar_bg : transparent;
443
444 @color_controlbar_btn_text : rgba(249, 249, 249, 1); /* #F9F9F9 */
445 @color_controlbar_btn_press : -webkit-linear-gradient(top,  rgb(61,121,150) 0%,rgb(48,91,118) 100%);
446
447 @color_border_top : rgba(255, 255, 255, 0.5);
448 @color_border_bottom : rgba(0, 0, 0, 0.5);
449
450 .LESSHeaderFooterBackground
451 {
452         .LESSbackground-with-gradient(top, @color_bar_bg_start, @color_bar_bg_end);
453 }
454
455 .LESSColorBarTitleBackground
456 {
457         .LESSbackground-with-gradient(top, @color_bar_title_bg_start, @color_bar_title_bg_end);
458 }
459
460 /***************************************************************************
461                     Tickernoti
462 ***************************************************************************/
463 @color_ticker_bg:                       rgb(13, 60, 89);
464 @color_ticker_text1:                    rgb(249, 249, 249);
465 @color_ticker_text2:                    rgb(202, 211, 217);
466 @color_ticker_btn:                      rgb(22, 76, 110);
467
468
469 /***************************************************************************
470                     Smallpopup
471 ***************************************************************************/
472 @color_smallpopup_bg:                   rgb(215, 225, 232);
473 @color_smallpopup_text:                 rgb(77, 77, 77);
474
475
476 /***************************************************************************
477                     No Contents
478 ***************************************************************************/
479 @color_nocontents_text:                 rgb(154, 145, 154);
480
481
482 /***************************************************************************
483                     Slider
484 ***************************************************************************/
485 @color_slider_handle_text:              rgb(42, 137, 194);
486 @color_slider_popup_text:               rgb(249, 249, 249);
487
488
489 /***************************************************************************
490                     Progress
491 ***************************************************************************/
492 @color_progress_bar0:                   rgb(178, 178, 178);
493 @color_progress_bar1:                   rgb(42, 137, 194);
494
495
496 /***************************************************************************
497                    Handler
498 ***************************************************************************/
499 @color_scrollview_handler_bg : rgba(150, 150, 150, 0.5);
500
501 /***************************************************************************
502                    multimediaview
503 ***************************************************************************/
504 @color_multimediaview_bg : rgb(249, 249, 249);
505 @color_multimediaview_control_bg : rgba(249, 249, 249, 0.5);
506 @color_multimediaview_button_bg : rgb(249, 249, 249);
507 @color_multimediaview_timestamp_text : rgb(42, 137, 194);
508 @color_multimediaview_duration_text : rgb(128, 128, 128);
509 @color_multimediaview_bar_gray : rgb(178, 178, 178);
510 @color_multimediaview_bar_active : rgb(42, 137, 194);
511 @color_multimediaview_bar_handle : rgb(249, 249, 249);
512
513 /***************************************************************************
514                    Color widgets
515 ***************************************************************************/
516 @color_widgets_title_bg: rgb(235, 239, 241);
517 @color_widgets_basic_border: rgb(192, 192, 192);
518 @color_widgets_left_border: rgb(108, 168, 199);
519
520 .LESScolortitle_background_style{
521         background-color: @color_widgets_title_bg;
522         border: 1px solid;
523         border-color: @color_widgets_basic_border;
524         border-left: 6px solid;
525         border-left-color: @color_widgets_left_border;
526 }
527
528 .LESShsvpicker_background_style{
529         background-color: @color_widgets_title_bg;
530         border: 1px solid;
531         border-color: @color_widgets_basic_border;
532         border-left: 6px solid;
533         border-left-color: @color_widgets_left_border;
534 }
535
536 .LESSpalette_background_style{
537         background-color: @color_widgets_title_bg;
538         border: 1px solid;
539         border-top: 6px solid;
540         border-color: @color_widgets_basic_border;
541 }
542
543
544 /***************************************************************************
545                    multibutton entry
546 ***************************************************************************/
547 @color_multibuttonentry_bg : rgb(249, 249, 249);
548 @color_multibuttonentry_block_text : rgb(255, 255, 255);
549 @color_multibuttonentry_block_bg : rgb(93, 160, 196);
550 @color_multibuttonentry_block_border : rgb(88, 150, 184);
551 @color_multibuttonentry_press_bg : rgb(40, 106, 145);
552 @color_multibuttonentry_press_border : rgb(49, 126, 171);
553 @color_multibuttonentry_input_text : #222222;
554 @color_multibuttonentry_link_bg : rgb(178, 178, 178);
555 @color_multibuttonentry_link : rgb(249, 249, 249);
556
557 /***************************************************************************
558 ***************************************************************************/
559
560 /***************************************************************************
561                   virtualgrid
562 ***************************************************************************/
563 @color_virtualgrid_bg : rgb(255, 255, 255);
564
565 /***************************************************************************
566 ****************************************************************************
567                                                                         Layout ( position, padding, margin etc...)
568 ****************************************************************************
569 ***************************************************************************/
570 @style-title-font-size : 52 * @unit_base;
571
572 @style-corner-radius : .3em;
573 @style-title-extended-2btn-width : 688 * @unit_base;
574 @style-title-extended-2btn-radio-width : 343 * @unit_base;
575 @style-title-extended-3btn-width : 688 * @unit_base;
576 @style-title-extended-3btn-radio-width : 229 * @unit_base;
577 @style-title-extended-4btn-width : 688 * @unit_base;
578 @style-title-extended-4btn-radio-width : 171 * @unit_base;
579
580 @style-back-btn-left : 44 * @unit_base;
581 @style-back-btn-arrow-top : 30 * @unit_base;
582
583 @style-title-min-height : 62 * @unit_base;
584 @style-title-extended-margin : -30 * @unit_base;
585 /***************************************************************************
586                                                                         Navigation
587 ***************************************************************************/
588
589 .LESStitle-diff-style {
590         text-align: left;
591         margin: 19*@unit_base 135*@unit_base 19*@unit_base 16*@unit_base;
592 }
593
594 .LESSextended-controlgroup-border {
595         border-style : solid;
596         border-width : 1px;
597         border-bottom-width: 2px;
598
599         border-bottom-color: @color_border_bottom;
600         border-top-color: @color_border_top;
601         border-left-color: @color_bar_seg_btn_border;
602         border-right-color: @color_bar_seg_btn_border;
603 }
604
605 .LESSback-btn-background {
606         background : none;
607 }
608
609 .LESSbtn-back {
610         width : 144 * @unit_base;
611         height : 114 * @unit_base;
612         top : 0 * @unit_base;
613         right : 0 * @unit_base;
614 }
615
616 .LESSbtn-back-inner {
617         width : 144 * @unit_base;
618         height : 114 * @unit_base;
619 }
620
621 .LESSbtn-arrow-position {
622         left : 20 * @unit_base;
623         top : 30 * @unit_base;
624 }
625
626 .LESSdialogue-border-style {
627         border-right-style : solid;
628         border-right-color : @color_dialogue_border_right;
629         border-right-width : 1px;
630 }
631
632 .LESSdialogue-divider {
633         padding-top : 36 * @unit_base;
634         padding-bottom : 10 * @unit_base;
635         padding-left : 10 * @unit_base;
636
637         margin-left : 16 * @unit_base;
638         margin-right : 16 * @unit_base;
639
640         background : @color_list_dialogue_bg;
641         font-size : 32 * @unit_base;
642         font-weight : bold;
643         color : @color_dialogue_main_text;
644 }