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