diff options
author | Youmin Ha <youmin.ha@samsung.com> | 2012-08-27 17:42:27 +0900 |
---|---|---|
committer | Youmin Ha <youmin.ha@samsung.com> | 2012-08-27 17:42:27 +0900 |
commit | be6beebae0ff9beefd2c43cfd5ee10419b4cda55 (patch) | |
tree | e4b127b1274a39b44ad9a758ab07440af83e966b /src/themes | |
parent | f476ccb6d18ed0c7392ad5508a4c7108c1297f2a (diff) | |
download | web-ui-fw-be6beebae0ff9beefd2c43cfd5ee10419b4cda55.tar.gz web-ui-fw-be6beebae0ff9beefd2c43cfd5ee10419b4cda55.tar.bz2 web-ui-fw-be6beebae0ff9beefd2c43cfd5ee10419b4cda55.zip |
Export 0.1.41
Diffstat (limited to 'src/themes')
67 files changed, 292 insertions, 112 deletions
diff --git a/src/themes/tizen/common/jquery.mobile.button.less b/src/themes/tizen/common/jquery.mobile.button.less index 3a2f026a..5f83a78e 100755 --- a/src/themes/tizen/common/jquery.mobile.button.less +++ b/src/themes/tizen/common/jquery.mobile.button.less @@ -16,7 +16,7 @@ .ui-btn:focus, .ui-btn:active { outline: none; } .ui-header .ui-btn, .ui-footer .ui-btn, .ui-bar .ui-btn { display: inline-block; font-size: 13 * @unit_base; margin: 0; } .ui-btn-inline { display: inline-block; } -.ui-btn-inner { padding: .5em 32 * @unit_base; display: block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; position: relative; zoom: 1; } +.ui-btn-inner { padding: .5em 36 * @unit_base; display: block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; position: relative; zoom: 1; } .ui-header .ui-btn-inner, .ui-footer .ui-btn-inner, .ui-bar .ui-btn-inner { padding: 0.7em 0 0.7em; } /* wongi_1024 : Button text middle align */ .ui-header .ui-btn-inner.ui-btn-icon-only , .ui-footer .ui-btn-inner, .ui-bar .ui-btn-inner.ui-btn-icon-only { padding: .4em 8 * @unit_base .5em; } /* wongi_1024 : Button text middle align */ .ui-btn-icon-notext { width: 24 * @unit_base; height: 24 * @unit_base; } @@ -70,8 +70,9 @@ .ui-btn-text { /*padding-left : 80px;*/ //wongi_1017 - margin-left: auto; - margin-right: auto; + margin-left: auto; + margin-right: auto; + padding:0 1px; /* Webkit width(ellipsis) problem workaround */ } .ui-li .ui-btn.ui-btn-icon_only @@ -193,6 +194,38 @@ width: 48 * @unit_base; height: 38 * @unit_base; } + +.ui-icon-expandable-divider-opened { + width: 42 * @unit_base; + height: 42 * @unit_base; + + position : absolute; + right : 28 * @unit_base; + top : 0 * @unit_base; + + background-repeat: no-repeat; + background-size: 100% 100%; + + background-image: url(images/00_indexlist_icon_opened.png); + +} + +.ui-icon-expandable-divider-closed { + width: 42 * @unit_base; + height: 42 * @unit_base; + + position : absolute; + right : 28 * @unit_base; + top : 0 * @unit_base; + + background-repeat: no-repeat; + background-size: 100% 100%; + + background-image: url(images/00_indexlist_icon_closed.png); + +} + + /* Pressed images */ .ui-btn-down-s .ui-icon-bg, .ui-btn-down-s.ui-tizen-icon-bg {.tizen-icon-common; background-image: url(images/00_btn_circle_bg_press.png); z-index:0; } .ui-btn-down-s .ui-icon-reveal {.tizen-icon-common; background-image: url(images/00_button_reveal_press.png); } @@ -217,6 +250,12 @@ padding: 32 * @unit_base 32 * @unit_base; } +.ui-btn-icon-only .ui-btn-text +{ + left: -9999px; + display: none; +} + .ui-btn-edit .ui-btn-inner.ui-btn-icon-only { padding: @width_buttonEdit/2 @height_buttonEdit/2; diff --git a/src/themes/tizen/common/jquery.mobile.listview.less b/src/themes/tizen/common/jquery.mobile.listview.less index 9703d2fb..69ff2192 100755 --- a/src/themes/tizen/common/jquery.mobile.listview.less +++ b/src/themes/tizen/common/jquery.mobile.listview.less @@ -145,7 +145,6 @@ } .ui-btn-text { position: relative; - a.ui-link-inherit { text-overflow: ellipsis; overflow: hidden; @@ -297,6 +296,7 @@ li.ui-li-thumbnail-right { padding : 0px; .LESSdialogue-divider; + background : @color_bg; } &[data-style="check"] { @@ -316,9 +316,27 @@ li.ui-li-thumbnail-right { padding-left : 92 * @unit_base; line-height : 60 * @unit_base; } + + &[data-style="expandable"] { + height: 60 * @unit_base; + padding-top : 0px; + padding-bottom : 0px; + + line-height : 60 * @unit_base; + } } .ui-divider-expand-div { + position : absolute; + + width : 98 * @unit_base; + height : 42 * @unit_base; + top : 10 * @unit_base; + right : 0px; + + border-left-width : 1px; + border-left-style : solid; + border-left-color : rgba(42, 137, 194, 0.5); } diff --git a/src/themes/tizen/common/jquery.mobile.theme.less b/src/themes/tizen/common/jquery.mobile.theme.less index b5cd4052..b62d8df4 100755 --- a/src/themes/tizen/common/jquery.mobile.theme.less +++ b/src/themes/tizen/common/jquery.mobile.theme.less @@ -220,21 +220,61 @@ } > .ui-btn{ - top : 12 * @unit_base; + position : absolute; + top : 20 * @unit_base; margin-top : 0px; font-size : 28 * @unit_base; - height : 74 * @unit_base; + height : 60 * @unit_base; + + background: none; + color : @color_bar_title_text; + - background: @color_bar_title_btn_bg; - color : @color_bar_title_text; + border-left-style: solid; + border-left-width : 1px; + border-left-color : @color_bar_title_btn_border; + + font-weight : bold; + -webkit-border-radius : 0px; + + span.ui-btn-inner { + padding-top : 13 * @unit_base; + padding-bottom : 13 * @unit_base; + } + span.ui-btn-inner.ui-btn-icon-only { + padding-top : 0 * @unit_base; + padding-bottom : 0 * @unit_base; + } + } - .LESStitle-border; /* different title style */ + > .ui-btn.ui-btn-right:nth-child(2) { + right : 0px; + } + + > .ui-btn.ui-btn-right:nth-child(3) { + right : 118 * @unit_base; + } + + > .ui-btn.ui-btn-right:nth-child(4) { + right : 236 * @unit_base; } > .ui-btn.ui-btn-down-s { background : @color_bar_btn_press; color : @color_bar_title_text; } + + > img + h1 + a.ui-btn.ui-btn-right:nth-child(3) { + right : 0px; + } + + > img + h1 + a.ui-btn.ui-btn-right:nth-child(4) { + right : 118 * @unit_base; + } + + > img + h1 + a.ui-btn.ui-btn-right:nth-child(5) { + right : 236 * @unit_base; + } } .ui-header.ui-bar-s.ui-title-extended-height { @@ -592,6 +632,41 @@ a.ui-link-inherit { } } +.ui-landscape-controlbar.ui-controlbar-s.ui-navbar { + .ui-btn { + .ui-icon { + left : 20%; + top : 30 * @unit_base; + margin-left : -1.3em; + } + + .ui-btn-text { + padding-left : 35%; + } + + .ui-navbar-textonly .ui-btn-text { + padding-left : 0px; + } + } + + .ui-ctrlbar-icononly.ui-btn { + padding-top : 0px; + + .ui-icon { + left : 50%; + top : 30 * @unit_base; + margin-left : -29 * @unit_base; + } + } + + .ui-btn , .ui-btn-icon-top, .ui-btn-hover-s, .ui-btn-active, .ui-btn-up-s{ + .ui-btn-inner{ + padding-top : 40 * @unit_base; + padding-bottom : 39 * @unit_base; + } + } +} + .ui-tabbar-s { .ui-btn { background: @color_controlbar_tabbbar_bg; diff --git a/src/themes/tizen/common/jquery.mobile.tizen.datetimepicker.less b/src/themes/tizen/common/jquery.mobile.tizen.datetimepicker.less index eb75f4bc..8e7abac9 100755 --- a/src/themes/tizen/common/jquery.mobile.tizen.datetimepicker.less +++ b/src/themes/tizen/common/jquery.mobile.tizen.datetimepicker.less @@ -7,10 +7,6 @@ text-align: center; } - .ui-datefield-selected { - color: @color_timepicker_selector_color; - } - .date,.time,.ui-datefield-tab { display: inline-block; } @@ -20,14 +16,34 @@ } } -.ui-li-text-main .ui-datefield-period.ui-btn { +.ui-datetime { + margin: 0; + height: 72 * @unit_base; +} + +.ui-datetime-text-main { + position: relative; + font-size: @font_size_list_main_text; + top: 28 * @unit_base; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; + max-width: 90%; + padding-top: 0.3em; +} + +.ui-datetime-text-main .ui-datefield-period.ui-btn { margin-top: -0.3em; height: 56 * @unit_base; + right: auto; + position: relative; +} - .ui-btn-inner.ui-btn-hastxt { - padding-top: 0; - padding-bottom: 0; - } +.ui-datetime-text-sub { + position: absolute; + top: 10 * @unit_base; + color: @color_list_sub_text_default; + font-size: @font_size_list_sub_text; } .ui-datetimepicker-selector { @@ -80,4 +96,3 @@ } } } - diff --git a/src/themes/tizen/common/jquery.mobile.tizen.dayselector.less b/src/themes/tizen/common/jquery.mobile.tizen.dayselector.less index 9ae15e29..9d38574d 100755 --- a/src/themes/tizen/common/jquery.mobile.tizen.dayselector.less +++ b/src/themes/tizen/common/jquery.mobile.tizen.dayselector.less @@ -82,7 +82,7 @@ .ui-dayselector.ui-controlgroup-vertical { .ui-checkbox .ui-btn{ - width : 112 * @unit_base; + width : 128 * @unit_base; .ui-btn-text { margin-left : 16 * @unit_base; } diff --git a/src/themes/tizen/common/jquery.mobile.tizen.multibuttonentry.less b/src/themes/tizen/common/jquery.mobile.tizen.multibuttonentry.less index 418d4ce3..4d466faf 100755 --- a/src/themes/tizen/common/jquery.mobile.tizen.multibuttonentry.less +++ b/src/themes/tizen/common/jquery.mobile.tizen.multibuttonentry.less @@ -10,8 +10,9 @@ display : inline-block;
text-align : center;
position : relative;
- margin : .3em;
- padding : .2em 0em;
+ margin-left : .3em;
+ margin-right : .3em;
+ padding : .6em 0em;
color : @color_multibuttonentry_input_text;
font-weight : bold;
text-align : center;
@@ -37,7 +38,10 @@ text-align : center;
cursor : pointer;
position : relative;
- margin : .3em;
+ margin-left : .3em;
+ margin-right : .3em;
+ margin-bottom : .3em;
+ margin-top : .3em;
padding : .2em .5em;
font-size : 1em;
text-shadow : 0 .1em .1em rgba(0,0,0,.3);
@@ -50,16 +54,24 @@ color : @color_multibuttonentry_block_text;
}
-a.ui-multibuttonentry-link {
+a.ui-multibuttonentry-link-base {
float : right;
- color : @color_multibuttonentry_link !important;
font-size : 1em;
font-weight : bold;
text-decoration : none;
- border : solid 2px @color_multibuttonentry_link;
background-color : @color_multibuttonentry_bg;
}
+a.ui-multibuttonentry-link {
+ color : @color_multibuttonentry_link !important;
+ border : solid 2px @color_multibuttonentry_link;
+}
+
+a.ui-multibuttonentry-link-dim {
+ color : @color_multibuttonentry_dim !important;
+ border : solid 2px @color_multibuttonentry_dim;
+}
+
div.ui-multibuttonentry-block {
border : solid 2px @color_multibuttonentry_block_border;
background-color : @color_multibuttonentry_block_bg;
@@ -80,3 +92,7 @@ div.ui-multibuttonentry-sblock { font-size : 1em;
background-color : @color_multibuttonentry_bg;
}
+
+.ui-multibuttonentry-focus-button {
+ background-image : url(./images/00_button_expand_opened.png);
+ }
\ No newline at end of file diff --git a/src/themes/tizen/common/jquery.mobile.tizen.multimediaview.less b/src/themes/tizen/common/jquery.mobile.tizen.multimediaview.less index c32518c0..4fd7ed52 100755 --- a/src/themes/tizen/common/jquery.mobile.tizen.multimediaview.less +++ b/src/themes/tizen/common/jquery.mobile.tizen.multimediaview.less @@ -26,19 +26,19 @@ }
.ui-multimediaview-control span.ui-play-icon {
- background-image : url(./images/controlbar/01_controlbar_icon_Play.png);
+ background-image : url(./images/00_button_play.png);
}
.ui-multimediaview-control span.ui-pause-icon {
- background-image : url(./images/controlbar/01_controlbar_icon_pause.png);
+ background-image : url(./images/00_button_pause.png);
}
.ui-multimediaview-control span.ui-volume-icon {
- background-image : url(./images/Volume/00_volume_icon.png);
+ background-image : url(./images/00_slider_btn_volume02.png);
}
.ui-multimediaview-control span.ui-mute-icon {
- background-image : url(./images/Volume/00_volume_icon_Mute.png);
+ background-image : url(./images/00_slider_btn_volume01.png);
}
.ui-multimediaview-control span.ui-fullscreen-on {
diff --git a/src/themes/tizen/common/jquery.mobile.tizen.optionheader.less b/src/themes/tizen/common/jquery.mobile.tizen.optionheader.less index f38677eb..504da87e 100755 --- a/src/themes/tizen/common/jquery.mobile.tizen.optionheader.less +++ b/src/themes/tizen/common/jquery.mobile.tizen.optionheader.less @@ -141,15 +141,14 @@ } .ui-header { - .ui-btn{ + .ui-btn{ .ui-btn-icon-only { padding : 0 0 0 0; height : 100%; .ui-icon-optiontray { width: 56 * @unit_base; height : 56 * @unit_base; - - top : 10 * @unit_base; /* temporary center align */ + left : 30 * @unit_base; } } diff --git a/src/themes/tizen/common/jquery.mobile.tizen.pagecontrol.less b/src/themes/tizen/common/jquery.mobile.tizen.pagecontrol.less index ff50bf3f..a4531925 100644 --- a/src/themes/tizen/common/jquery.mobile.tizen.pagecontrol.less +++ b/src/themes/tizen/common/jquery.mobile.tizen.pagecontrol.less @@ -40,15 +40,15 @@ div.pagecontrol { &> div.page_n_dot { .LESSpagecontrolIconCommonProperties('images/00_mainmenu_page_bar_001.png'); } - &> div.page_n_1 { .LESSpagecontrolIconCommonProperties('images/00_mainmenu_page_bar_1.png'); } - &> div.page_n_2 { .LESSpagecontrolIconCommonProperties('images/00_mainmenu_page_bar_2.png'); } - &> div.page_n_3 { .LESSpagecontrolIconCommonProperties('images/00_mainmenu_page_bar_3.png'); } - &> div.page_n_4 { .LESSpagecontrolIconCommonProperties('images/00_mainmenu_page_bar_4.png'); } - &> div.page_n_5 { .LESSpagecontrolIconCommonProperties('images/00_mainmenu_page_bar_5.png'); } - &> div.page_n_6 { .LESSpagecontrolIconCommonProperties('images/00_mainmenu_page_bar_6.png'); } - &> div.page_n_7 { .LESSpagecontrolIconCommonProperties('images/00_mainmenu_page_bar_7.png'); } - &> div.page_n_8 { .LESSpagecontrolIconCommonProperties('images/00_mainmenu_page_bar_8.png'); } - &> div.page_n_9 { .LESSpagecontrolIconCommonProperties('images/00_mainmenu_page_bar_9.png'); } + &> div.page_n_1 { .LESSpagecontrolIconCommonProperties('images/00_mainmenu_page_bar_01.png'); } + &> div.page_n_2 { .LESSpagecontrolIconCommonProperties('images/00_mainmenu_page_bar_02.png'); } + &> div.page_n_3 { .LESSpagecontrolIconCommonProperties('images/00_mainmenu_page_bar_03.png'); } + &> div.page_n_4 { .LESSpagecontrolIconCommonProperties('images/00_mainmenu_page_bar_04.png'); } + &> div.page_n_5 { .LESSpagecontrolIconCommonProperties('images/00_mainmenu_page_bar_05.png'); } + &> div.page_n_6 { .LESSpagecontrolIconCommonProperties('images/00_mainmenu_page_bar_06.png'); } + &> div.page_n_7 { .LESSpagecontrolIconCommonProperties('images/00_mainmenu_page_bar_07.png'); } + &> div.page_n_8 { .LESSpagecontrolIconCommonProperties('images/00_mainmenu_page_bar_08.png'); } + &> div.page_n_9 { .LESSpagecontrolIconCommonProperties('images/00_mainmenu_page_bar_09.png'); } &> div.page_n_10 { .LESSpagecontrolIconCommonProperties('images/00_mainmenu_page_bar_10.png'); } } diff --git a/src/themes/tizen/common/jquery.mobile.tizen.popupwindow.less b/src/themes/tizen/common/jquery.mobile.tizen.popupwindow.less index f9f7cac7..031b020c 100644 --- a/src/themes/tizen/common/jquery.mobile.tizen.popupwindow.less +++ b/src/themes/tizen/common/jquery.mobile.tizen.popupwindow.less @@ -33,7 +33,7 @@ color: @color_popup_font; //FIXME : remove background & padding if there is no padding. - padding: 2*@unit_base 2*@unit_base; + .LESSpopup_padding_style; background: @color_popup_text_bg; // --------- common style in popup window ------------- // diff --git a/src/themes/tizen/common/jquery.mobile.tizen.scrollview.less b/src/themes/tizen/common/jquery.mobile.tizen.scrollview.less index 9e43a5b7..71144984 100644 --- a/src/themes/tizen/common/jquery.mobile.tizen.scrollview.less +++ b/src/themes/tizen/common/jquery.mobile.tizen.scrollview.less @@ -59,6 +59,42 @@ height: 10 * @unit_base; } +.ui-scroll-jump-top-bg { + position: absolute; + top: 16 * @unit_base; + right: 16 * @unit_base; + width: 76 * @unit_base; + height: 70 * @unit_base; + background: url(images/00_scroll_jump_bg.png) no-repeat; + .LESSbackground-size(76 * @unit_base, 70 * @unit_base); +} + +.ui-scroll-jump-left-bg { + position: absolute; + bottom: 16 * @unit_base; + left: 16 * @unit_base; + width: 76 * @unit_base; + height: 70 * @unit_base; + background: url(images/00_scroll_jump_bg.png) no-repeat; + .LESSbackground-size(76 * @unit_base, 70 * @unit_base); +} + +.ui-scroll-jump-top, +.ui-scroll-jump-left { + position: relative; + top: 14 * @unit_base; + left: 17 * @unit_base; + width: 42 * @unit_base; + height: 42 * @unit_base; + background: url(images/00_scroll_icon_jump.png) no-repeat; + .LESSbackground-size(42 * @unit_base, 42 * @unit_base); +} + +.ui-scroll-jump-left { + background: url(images/00_scroll_icon_jump_left.png) no-repeat; + .LESSbackground-size(42 * @unit_base, 42 * @unit_base); +} + /* * the values below are for the group index */ diff --git a/src/themes/tizen/common/jquery.mobile.tizen.swipelist.less b/src/themes/tizen/common/jquery.mobile.tizen.swipelist.less index c8497998..2d2279ce 100644 --- a/src/themes/tizen/common/jquery.mobile.tizen.swipelist.less +++ b/src/themes/tizen/common/jquery.mobile.tizen.swipelist.less @@ -13,6 +13,11 @@ .ui-btn { margin-top: -0.3em !important; } + + .ui-dummy { + padding-top : 30 * @unit_base; + padding-bottom : 30 * @unit_base; + } } .ui-swipelist-item-cover { diff --git a/src/themes/tizen/common/jquery.mobile.tizen.toggleswitch.less b/src/themes/tizen/common/jquery.mobile.tizen.toggleswitch.less index 96e34d8a..1a4943fc 100644 --- a/src/themes/tizen/common/jquery.mobile.tizen.toggleswitch.less +++ b/src/themes/tizen/common/jquery.mobile.tizen.toggleswitch.less @@ -4,10 +4,10 @@ height: 80 * @unit_base; width: 60 * @unit_base; overflow: hidden; - font-weight: bold; .ui-toggleswitch-mover { position: relative; - font-size: 20 * @unit_base; + font-size : 26 * @unit_base; + line-height : 40 * @unit_base; display: block; .ui-toggleswitch-off { @@ -73,7 +73,6 @@ .ui-toggleswitch-text { width: 100%; position: absolute; - padding-top: 10 * @unit_base; text-align: center; text-overflow: ellipsis; } diff --git a/src/themes/tizen/tizen-black/Makefile b/src/themes/tizen/tizen-black/Makefile index 89de14dc..4fb146de 100755 --- a/src/themes/tizen/tizen-black/Makefile +++ b/src/themes/tizen/tizen-black/Makefile @@ -49,7 +49,6 @@ CSS_SRCS= ../common/jquery.mobile.theme.less.css \ ../common/jquery.mobile.tizen.scrollview.handler.less.css \ ../common/jquery.mobile.tizen.virtualgridview.less.css \ ../common/jquery.mobile.tizen.multimediaview.less.css \ - all: prepare css images js diff --git a/src/themes/tizen/tizen-black/images/00_button_fullscreen_off.png b/src/themes/tizen/tizen-black/images/00_button_fullscreen_off.png Binary files differnew file mode 100755 index 00000000..cafa0aab --- /dev/null +++ b/src/themes/tizen/tizen-black/images/00_button_fullscreen_off.png diff --git a/src/themes/tizen/tizen-black/images/00_button_fullscreen_on.png b/src/themes/tizen/tizen-black/images/00_button_fullscreen_on.png Binary files differnew file mode 100755 index 00000000..4bb212b8 --- /dev/null +++ b/src/themes/tizen/tizen-black/images/00_button_fullscreen_on.png diff --git a/src/themes/tizen/tizen-black/images/00_button_pause.png b/src/themes/tizen/tizen-black/images/00_button_pause.png Binary files differnew file mode 100755 index 00000000..0e0a7fbb --- /dev/null +++ b/src/themes/tizen/tizen-black/images/00_button_pause.png diff --git a/src/themes/tizen/tizen-black/images/00_button_play.png b/src/themes/tizen/tizen-black/images/00_button_play.png Binary files differnew file mode 100755 index 00000000..81e88d3d --- /dev/null +++ b/src/themes/tizen/tizen-black/images/00_button_play.png diff --git a/src/themes/tizen/tizen-black/images/00_indexlist_icon_closed.png b/src/themes/tizen/tizen-black/images/00_indexlist_icon_closed.png Binary files differnew file mode 100755 index 00000000..481935cb --- /dev/null +++ b/src/themes/tizen/tizen-black/images/00_indexlist_icon_closed.png diff --git a/src/themes/tizen/tizen-black/images/00_indexlist_icon_opened.png b/src/themes/tizen/tizen-black/images/00_indexlist_icon_opened.png Binary files differnew file mode 100755 index 00000000..27b7bab5 --- /dev/null +++ b/src/themes/tizen/tizen-black/images/00_indexlist_icon_opened.png diff --git a/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_001.png b/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_001.png Binary files differnew file mode 100755 index 00000000..cf3d69c4 --- /dev/null +++ b/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_001.png diff --git a/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_002.png b/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_002.png Binary files differnew file mode 100755 index 00000000..e49b2774 --- /dev/null +++ b/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_002.png diff --git a/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_01.png b/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_01.png Binary files differnew file mode 100755 index 00000000..901dac3f --- /dev/null +++ b/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_01.png diff --git a/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_02.png b/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_02.png Binary files differnew file mode 100755 index 00000000..b81cbf8a --- /dev/null +++ b/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_02.png diff --git a/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_03.png b/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_03.png Binary files differnew file mode 100755 index 00000000..f62e65b8 --- /dev/null +++ b/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_03.png diff --git a/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_04.png b/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_04.png Binary files differnew file mode 100755 index 00000000..86be2810 --- /dev/null +++ b/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_04.png diff --git a/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_05.png b/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_05.png Binary files differnew file mode 100755 index 00000000..92553918 --- /dev/null +++ b/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_05.png diff --git a/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_06.png b/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_06.png Binary files differnew file mode 100755 index 00000000..1635f8a6 --- /dev/null +++ b/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_06.png diff --git a/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_07.png b/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_07.png Binary files differnew file mode 100755 index 00000000..cf917255 --- /dev/null +++ b/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_07.png diff --git a/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_08.png b/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_08.png Binary files differnew file mode 100755 index 00000000..df1adb75 --- /dev/null +++ b/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_08.png diff --git a/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_09.png b/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_09.png Binary files differnew file mode 100755 index 00000000..12644287 --- /dev/null +++ b/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_09.png diff --git a/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_10.png b/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_10.png Binary files differnew file mode 100755 index 00000000..e0a87f57 --- /dev/null +++ b/src/themes/tizen/tizen-black/images/00_mainmenu_page_bar_10.png diff --git a/src/themes/tizen/tizen-black/images/00_scroll_bar_handler.png b/src/themes/tizen/tizen-black/images/00_scroll_bar_handler.png Binary files differnew file mode 100755 index 00000000..52ffbeff --- /dev/null +++ b/src/themes/tizen/tizen-black/images/00_scroll_bar_handler.png diff --git a/src/themes/tizen/tizen-black/images/00_scroll_bar_handler_hor.png b/src/themes/tizen/tizen-black/images/00_scroll_bar_handler_hor.png Binary files differnew file mode 100755 index 00000000..76a84a98 --- /dev/null +++ b/src/themes/tizen/tizen-black/images/00_scroll_bar_handler_hor.png diff --git a/src/themes/tizen/tizen-black/images/00_scroll_icon_jump.png b/src/themes/tizen/tizen-black/images/00_scroll_icon_jump.png Binary files differnew file mode 100644 index 00000000..bf3e7d34 --- /dev/null +++ b/src/themes/tizen/tizen-black/images/00_scroll_icon_jump.png diff --git a/src/themes/tizen/tizen-black/images/00_scroll_icon_jump_left.png b/src/themes/tizen/tizen-black/images/00_scroll_icon_jump_left.png Binary files differnew file mode 100644 index 00000000..5188da9d --- /dev/null +++ b/src/themes/tizen/tizen-black/images/00_scroll_icon_jump_left.png diff --git a/src/themes/tizen/tizen-black/images/00_scroll_jump_bg.png b/src/themes/tizen/tizen-black/images/00_scroll_jump_bg.png Binary files differnew file mode 100644 index 00000000..93845ded --- /dev/null +++ b/src/themes/tizen/tizen-black/images/00_scroll_jump_bg.png diff --git a/src/themes/tizen/tizen-black/images/Volume/00_volume_icon.png b/src/themes/tizen/tizen-black/images/Volume/00_volume_icon.png Binary files differnew file mode 100644 index 00000000..d2a40948 --- /dev/null +++ b/src/themes/tizen/tizen-black/images/Volume/00_volume_icon.png diff --git a/src/themes/tizen/tizen-black/images/Volume/00_volume_icon_Mute.png b/src/themes/tizen/tizen-black/images/Volume/00_volume_icon_Mute.png Binary files differnew file mode 100644 index 00000000..42c35607 --- /dev/null +++ b/src/themes/tizen/tizen-black/images/Volume/00_volume_icon_Mute.png diff --git a/src/themes/tizen/tizen-black/style.less b/src/themes/tizen/tizen-black/style.less index 36622aaf..90c79ea2 100755 --- a/src/themes/tizen/tizen-black/style.less +++ b/src/themes/tizen/tizen-black/style.less @@ -1,13 +1,13 @@ // Basic color set -@color_bg: rgb(249, 249, 249); // 249 249 249 +@color_bg: rgb(0, 0, 0); @color_bg_sub: rgb(36, 36, 36); // 36 36 36 // TODO: used only in dialog group. Check more. @color_border: rgb(42, 42, 42); // 42 42 42 @color_header: rgb(68, 68, 74); // 68 68 74 -@color_scrollbar: rgb(218, 218, 218); +@color_scrollbar: rgb(63, 63, 63); -@color_text: rgb(0, 0, 0); // 0 0 0 +@color_text: rgb(249, 249, 249); @color_text_dim: rgb(108, 115, 118); // 108 115 118 @color_text_focus: @color_text; @color_text_sub: rgb(102, 102, 102); // 102 102 102 @@ -17,14 +17,15 @@ @color_text_segctrl: rgb(158, 195, 213); // 158 195 213 // TODO: used only in segctrl. Check more. //Dialogue color set -@color_dialogue_main_text: rgb(249,249,249); +@color_dialogue_main_text: rgba(249, 249, 249, 1); @color_dialogue_sub_text: rgb(146,146,146); +@color_list_dialogue_bg : rgba(0, 0, 0, 1); +@color_dialogue_border_right: rgba(68, 68, 68, 1); //Dialogue Editor color set @color_dialogue_editor_default_text: rgb(70, 70, 70); @color_dialogue_editor_bg: rgb(0, 0, 0); -@color_dialogue_editor_border: rgb(108, 168, 199); - +@color_dialogue_editor_border: rgb(37, 52, 78); /************************* Vars/Mixins for Widgets @@ -37,7 +38,7 @@ /*************************************************************************** List ***************************************************************************/ -@color_list_border_bottom: rgb(169, 169, 169); +@color_list_border_bottom: rgb(68, 68, 68); @color_list_main_text_read: rgba(158, 158, 158, 1); @color_list_main_text_unread: rgba(249, 249, 249, 1); @color_list_main_text_focus: rgba(249, 249, 249, 1); @@ -76,8 +77,8 @@ @color_list_bubble_name_text: rgb(57, 166, 215); @color_list_bubble_help_text: rgb(146, 146, 146); @color_list_divider_bg : -webkit-linear-gradient(top, rgb(73,73,73) 0%,rgb(22,22,22) 100%); -@color_list_divider_text : rgb(0, 94, 160); /* #005ea0 */ -@color_list_expandable_expanded_bg: rgb(215, 225, 232); +@color_list_divider_text : rgb(142, 174, 193); /* #005ea0 */ +@color_list_expandable_expanded_bg: rgb(26, 26, 26); @font_size_list_main_text: 44 * @unit_base; //1.375rem; /* 44 px */ @font_size_list_sub_text: 32 * @unit_base; //1.0rem; /* 32 px */ @@ -97,8 +98,6 @@ @style_list_li_dialogue_border_left_width: 10 * @unit_base; @style_list_bubble_date_height: 40 * @unit_base; @style_list_bubble_date_text_align: center; - -@color_list_dialogue_bg : rgba(236, 240, 242, 1); /*************************************************************************** Shortcut Scroll ***************************************************************************/ @@ -155,6 +154,10 @@ background: @color_popup_buttonbg_press_moz; } +.LESSpopup_padding_style{ + padding: 2 * @unit_base 2 * @unit_base; +} + /*************************************************************************** Button ***************************************************************************/ @@ -365,7 +368,7 @@ ***************************************************************************/ @color_bar_bg : -webkit-linear-gradient(top, rgb(156,181,179) 0%,rgb(79,116,141) 100%); @color_bar_back_btn_press : rgba(26, 82, 116, 0.3); /* #1A5274 */ -@color_bar_btn_press : -webkit-linear-gradient(top, rgb(74,164,218) 0%,rgb(43,138,195) 100%); +@color_bar_btn_press : rgba(0, 0, 0, 0.1); @color_bar_btn_bg : transparent; @color_bar_back_btn_bg : transparent; @@ -377,8 +380,7 @@ @color_bar_title_text : rgba(249, 249, 249, 1); /* #F9F9F9 */ @color_bar_title_bg : -webkit-linear-gradient(top, rgb(68,88,120) 0%,rgb(24,37,56) 100%); -@color_bar_title_btn_bg : -webkit-linear-gradient(top, rgb(56,80,119) 10%,rgb(39,58,88) 90%); -@color_bar_title_btn_border : rgba(0, 0, 0, 0.1); +@color_bar_title_btn_border : rgba(0, 0, 0, 0.4); @color_bar_footer_bg : -webkit-linear-gradient(top, rgb(43,54,71) 0%,rgb(17,24,35) 100%); @color_bar_footer_btn_bg : transparent; @@ -396,22 +398,22 @@ /*************************************************************************** Tickernoti ***************************************************************************/ -@color_ticker_bg: rgb(35, 90, 123); +@color_ticker_bg: rgb(60, 84, 123); @color_ticker_text1: rgb(249, 249, 249); -@color_ticker_text2: rgb(142, 170, 186); +@color_ticker_text2: rgb(211, 216, 224); /*************************************************************************** Smallpopup ***************************************************************************/ -@color_smallpopup_bg: rgb(215, 225, 232); -@color_smallpopup_text: rgb(77, 77, 77); +@color_smallpopup_bg: rgb(76, 81, 88); +@color_smallpopup_text: rgb(249, 249, 249); /*************************************************************************** No Contents ***************************************************************************/ -@color_nocontents_text: rgb(154, 145, 154); +@color_nocontents_text: rgb(102, 102, 102); /*************************************************************************** @@ -487,7 +489,10 @@ @color_multibuttonentry_press_border : rgb(93, 187, 244); @color_multibuttonentry_input_text : #222222; @color_multibuttonentry_link : rgb(100, 100, 100); +@color_multibuttonentry_dim : rgb(128, 128, 128); +/*************************************************************************** +***************************************************************************/ /*************************************************************************** **************************************************************************** @@ -518,21 +523,6 @@ margin: 19*@unit_base 135*@unit_base 19*@unit_base 16*@unit_base; } -.LESStitle-border { - border-style: solid; - border-width : 1px; - border-bottom-color: @color_border_bottom; - border-bottom-width: 2px; - border-top-color: @color_border_top; - - border-left-color : @color_bar_title_btn_border; - border-right-color : @color_bar_title_btn_border; - - font-weight : bold; - - -webkit-border-radius: 0px; -} - .LESSextended-controlgroup-border { border-style : solid; border-width : 1px; @@ -567,7 +557,7 @@ .LESSdialogue-border-style { border-right-style : solid; - border-right-color : black; + border-right-color : @color_dialogue_border_right; border-right-width : 1px; } @@ -579,8 +569,8 @@ margin-left : 16 * @unit_base; margin-right : 16 * @unit_base; - background : rgba(249, 249, 249, 1); + background : @color_list_dialogue_bg; font-size : 32 * @unit_base; font-weight : bold; - color : rgba(92, 151, 187, 1); + color : @color_dialogue_main_text; } diff --git a/src/themes/tizen/tizen-white/Makefile b/src/themes/tizen/tizen-white/Makefile index 78ff1e1e..afefa51b 100755 --- a/src/themes/tizen/tizen-white/Makefile +++ b/src/themes/tizen/tizen-white/Makefile @@ -49,7 +49,6 @@ CSS_SRCS= ../common/jquery.mobile.theme.less.css \ ../common/jquery.mobile.tizen.scrollview.handler.less.css \ ../common/jquery.mobile.tizen.virtualgridview.less.css \ ../common/jquery.mobile.tizen.multimediaview.less.css \ - all: prepare css images js diff --git a/src/themes/tizen/tizen-white/images/00_button_fullscreen_off.png b/src/themes/tizen/tizen-white/images/00_button_fullscreen_off.png Binary files differnew file mode 100755 index 00000000..1afb045d --- /dev/null +++ b/src/themes/tizen/tizen-white/images/00_button_fullscreen_off.png diff --git a/src/themes/tizen/tizen-white/images/00_button_fullscreen_on.png b/src/themes/tizen/tizen-white/images/00_button_fullscreen_on.png Binary files differnew file mode 100755 index 00000000..fc1d5167 --- /dev/null +++ b/src/themes/tizen/tizen-white/images/00_button_fullscreen_on.png diff --git a/src/themes/tizen/tizen-white/images/00_button_pause.png b/src/themes/tizen/tizen-white/images/00_button_pause.png Binary files differnew file mode 100755 index 00000000..e32a1fba --- /dev/null +++ b/src/themes/tizen/tizen-white/images/00_button_pause.png diff --git a/src/themes/tizen/tizen-white/images/00_button_play.png b/src/themes/tizen/tizen-white/images/00_button_play.png Binary files differnew file mode 100755 index 00000000..be365113 --- /dev/null +++ b/src/themes/tizen/tizen-white/images/00_button_play.png diff --git a/src/themes/tizen/tizen-white/images/00_indexlist_icon_closed.png b/src/themes/tizen/tizen-white/images/00_indexlist_icon_closed.png Binary files differnew file mode 100755 index 00000000..d2c6124a --- /dev/null +++ b/src/themes/tizen/tizen-white/images/00_indexlist_icon_closed.png diff --git a/src/themes/tizen/tizen-white/images/00_indexlist_icon_opened.png b/src/themes/tizen/tizen-white/images/00_indexlist_icon_opened.png Binary files differnew file mode 100755 index 00000000..4a07f55d --- /dev/null +++ b/src/themes/tizen/tizen-white/images/00_indexlist_icon_opened.png diff --git a/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_001.png b/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_001.png Binary files differnew file mode 100755 index 00000000..cf3d69c4 --- /dev/null +++ b/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_001.png diff --git a/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_002.png b/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_002.png Binary files differnew file mode 100755 index 00000000..e49b2774 --- /dev/null +++ b/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_002.png diff --git a/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_01.png b/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_01.png Binary files differnew file mode 100755 index 00000000..901dac3f --- /dev/null +++ b/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_01.png diff --git a/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_02.png b/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_02.png Binary files differnew file mode 100755 index 00000000..b81cbf8a --- /dev/null +++ b/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_02.png diff --git a/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_03.png b/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_03.png Binary files differnew file mode 100755 index 00000000..f62e65b8 --- /dev/null +++ b/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_03.png diff --git a/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_04.png b/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_04.png Binary files differnew file mode 100755 index 00000000..86be2810 --- /dev/null +++ b/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_04.png diff --git a/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_05.png b/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_05.png Binary files differnew file mode 100755 index 00000000..92553918 --- /dev/null +++ b/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_05.png diff --git a/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_06.png b/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_06.png Binary files differnew file mode 100755 index 00000000..1635f8a6 --- /dev/null +++ b/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_06.png diff --git a/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_07.png b/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_07.png Binary files differnew file mode 100755 index 00000000..cf917255 --- /dev/null +++ b/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_07.png diff --git a/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_08.png b/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_08.png Binary files differnew file mode 100755 index 00000000..df1adb75 --- /dev/null +++ b/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_08.png diff --git a/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_09.png b/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_09.png Binary files differnew file mode 100755 index 00000000..12644287 --- /dev/null +++ b/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_09.png diff --git a/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_10.png b/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_10.png Binary files differnew file mode 100755 index 00000000..e0a87f57 --- /dev/null +++ b/src/themes/tizen/tizen-white/images/00_mainmenu_page_bar_10.png diff --git a/src/themes/tizen/tizen-white/images/00_scroll_bar_handler.png b/src/themes/tizen/tizen-white/images/00_scroll_bar_handler.png Binary files differnew file mode 100755 index 00000000..52ffbeff --- /dev/null +++ b/src/themes/tizen/tizen-white/images/00_scroll_bar_handler.png diff --git a/src/themes/tizen/tizen-white/images/00_scroll_bar_handler_hor.png b/src/themes/tizen/tizen-white/images/00_scroll_bar_handler_hor.png Binary files differnew file mode 100755 index 00000000..76a84a98 --- /dev/null +++ b/src/themes/tizen/tizen-white/images/00_scroll_bar_handler_hor.png diff --git a/src/themes/tizen/tizen-white/images/00_scroll_icon_jump.png b/src/themes/tizen/tizen-white/images/00_scroll_icon_jump.png Binary files differnew file mode 100644 index 00000000..bf3e7d34 --- /dev/null +++ b/src/themes/tizen/tizen-white/images/00_scroll_icon_jump.png diff --git a/src/themes/tizen/tizen-white/images/00_scroll_icon_jump_left.png b/src/themes/tizen/tizen-white/images/00_scroll_icon_jump_left.png Binary files differnew file mode 100644 index 00000000..5188da9d --- /dev/null +++ b/src/themes/tizen/tizen-white/images/00_scroll_icon_jump_left.png diff --git a/src/themes/tizen/tizen-white/images/00_scroll_jump_bg.png b/src/themes/tizen/tizen-white/images/00_scroll_jump_bg.png Binary files differnew file mode 100644 index 00000000..0aa6dfcd --- /dev/null +++ b/src/themes/tizen/tizen-white/images/00_scroll_jump_bg.png diff --git a/src/themes/tizen/tizen-white/images/Volume/00_volume_icon.png b/src/themes/tizen/tizen-white/images/Volume/00_volume_icon.png Binary files differnew file mode 100644 index 00000000..d9bdd9b9 --- /dev/null +++ b/src/themes/tizen/tizen-white/images/Volume/00_volume_icon.png diff --git a/src/themes/tizen/tizen-white/images/Volume/00_volume_icon_Mute.png b/src/themes/tizen/tizen-white/images/Volume/00_volume_icon_Mute.png Binary files differnew file mode 100644 index 00000000..bb970b90 --- /dev/null +++ b/src/themes/tizen/tizen-white/images/Volume/00_volume_icon_Mute.png diff --git a/src/themes/tizen/tizen-white/style.less b/src/themes/tizen/tizen-white/style.less index 0705423f..069b349f 100755 --- a/src/themes/tizen/tizen-white/style.less +++ b/src/themes/tizen/tizen-white/style.less @@ -17,14 +17,15 @@ @color_text_segctrl: rgb(158, 195, 213); // 158 195 213 // TODO: used only in segctrl. Check more. //Dialogue color set -@color_dialogue_main_text: rgb(249,249,249); +@color_dialogue_main_text: rgba(92, 151, 187, 1); @color_dialogue_sub_text: rgb(146,146,146); +@color_list_dialogue_bg : rgba(236, 240, 242, 1); +@color_dialogue_border_right: rgba(142, 154, 163, 1); //Dialogue Editor color set @color_dialogue_editor_default_text: rgb(70, 70, 70); @color_dialogue_editor_bg: rgb(0, 0, 0); @color_dialogue_editor_border: rgb(108, 168, 199); - /************************* Vars/Mixins for Widgets @@ -76,7 +77,7 @@ @color_list_bubble_name_text: rgb(57, 166, 215); @color_list_bubble_help_text: rgb(146, 146, 146); @color_list_divider_bg : rgb(209, 227, 238); /* #d1e3ee */ -@color_list_divider_text : rgb(0, 94, 160); /* #005ea0 */ +@color_list_divider_text : rgb(29, 100, 149); @color_list_expandable_expanded_bg: rgb(215, 225, 232); @font_size_list_main_text: 44 * @unit_base; //1.375rem; /* 44 px */ @@ -98,7 +99,6 @@ @style_list_bubble_date_height: 40 * @unit_base; @style_list_bubble_date_text_align: center; -@color_list_dialogue_bg : rgba(236, 240, 242, 1); /*************************************************************************** Shortcut Scroll ***************************************************************************/ @@ -155,6 +155,9 @@ background: @color_popup_buttonbg_press_moz; } +.LESSpopup_padding_style{ +} + /*************************************************************************** Button ***************************************************************************/ @@ -365,7 +368,7 @@ ***************************************************************************/ @color_bar_bg : -webkit-linear-gradient(top, rgb(156,181,179) 0%,rgb(79,116,141) 100%); @color_bar_back_btn_press : rgba(26, 82, 116, 0.3); /* #1A5274 */ -@color_bar_btn_press : -webkit-linear-gradient(top, rgb(74,164,218) 0%,rgb(43,138,195) 100%); +@color_bar_btn_press : rgba(0, 0, 0, 0.1); @color_bar_btn_bg : transparent; @color_bar_back_btn_bg : transparent; @@ -377,8 +380,7 @@ @color_bar_title_text : rgba(249, 249, 249, 1); /* #F9F9F9 */ @color_bar_title_bg : -webkit-linear-gradient(top, rgb(90,153,186) 0%,rgb(32,84,115) 100%); -@color_bar_title_btn_bg : -webkit-linear-gradient(top, rgb(80,149,185) 10%,rgb(43,107,147) 90%); -@color_bar_title_btn_border : rgba(0, 0, 0, 0.1); +@color_bar_title_btn_border : rgba(0, 0, 0, 0.4); @color_bar_footer_bg : -webkit-linear-gradient(top, rgb(156,181,179) 0%,rgb(79,116,141) 100%); @color_bar_footer_btn_bg : transparent; @@ -396,9 +398,9 @@ /*************************************************************************** Tickernoti ***************************************************************************/ -@color_ticker_bg: rgb(35, 90, 123); +@color_ticker_bg: rgb(13, 60, 89); @color_ticker_text1: rgb(249, 249, 249); -@color_ticker_text2: rgb(142, 170, 186); +@color_ticker_text2: rgb(202, 211, 217); /*************************************************************************** @@ -487,7 +489,10 @@ @color_multibuttonentry_press_border : rgb(93, 187, 244); @color_multibuttonentry_input_text : #222222; @color_multibuttonentry_link : rgb(100, 100, 100); +@color_multibuttonentry_dim : rgb(128, 128, 128); +/*************************************************************************** +***************************************************************************/ /*************************************************************************** **************************************************************************** @@ -518,21 +523,6 @@ margin: 19*@unit_base 135*@unit_base 19*@unit_base 16*@unit_base; } -.LESStitle-border { - border-style: solid; - border-width : 1px; - border-bottom-color: @color_border_bottom; - border-bottom-width: 2px; - border-top-color: @color_border_top; - - border-left-color : @color_bar_title_btn_border; - border-right-color : @color_bar_title_btn_border; - - font-weight : bold; - - -webkit-border-radius: 0px; -} - .LESSextended-controlgroup-border { border-style : solid; border-width : 1px; @@ -567,7 +557,7 @@ .LESSdialogue-border-style { border-right-style : solid; - border-right-color : black; + border-right-color : @color_dialogue_border_right; border-right-width : 1px; } @@ -579,8 +569,8 @@ margin-left : 16 * @unit_base; margin-right : 16 * @unit_base; - background : rgba(249, 249, 249, 1); + background : @color_list_dialogue_bg; font-size : 32 * @unit_base; font-weight : bold; - color : rgba(92, 151, 187, 1); + color : @color_dialogue_main_text; } |