-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #125 from jeedom/master
Stable 1.188
- Loading branch information
Showing
97 changed files
with
4,950 additions
and
2,872 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
989 changes: 525 additions & 464 deletions
989
3rdparty/jquery.mobile/css/fonts/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
72 changes: 72 additions & 0 deletions
72
3rdparty/jquery.mobile/css/jquerymobile.nativedroid.color.blue.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
|
||
/** | ||
* | ||
* BLUE: | ||
* | ||
* COLOR GUIDE: | ||
* Light: #6DCAEC | ||
* Dark: #33B5E5 | ||
* VeryLight: #C5EAF8 | ||
* | ||
*/ | ||
|
||
|
||
.ui-bar-b,.ui-page-theme-b .ui-dialog-contain .ui-title { | ||
border-bottom: 2px solid #6DCAEC; | ||
} | ||
|
||
.ui-btn-down-b .ui-btn-inner,.ui-btn-down-b .ui-btn-text .ui-link-inherit,.ui-listview .ui-btn-hover-b,.ui-input-search.ui-page-theme-b { | ||
background-color: #6DCAEC; | ||
} | ||
|
||
.ui-page-theme-b form .ui-btn-down-b,.ui-page-theme-b form .ui-mini.ui-checkbox-on,.ui-page-theme-b form .ui-mini.ui-radio-on { | ||
background-color: #33B5E5; | ||
} | ||
|
||
.ui-page-theme-b .ui-btn:hover, html .ui-bar-b .ui-btn:hover, html .ui-page-theme-b .ui-btn:hover, html body .ui-group-theme-b .ui-btn:hover, html head+body .ui-btn.ui-btn-b:hover, | ||
.ui-page-theme-b .ui-btn:active, html .ui-bar-b .ui-btn:active, html .ui-page-theme-b .ui-btn:active, html body .ui-group-theme-b .ui-btn:active, html head+body .ui-btn.ui-btn-b:active { | ||
color: #ffffff; | ||
background-color: #33B5E5; | ||
} | ||
|
||
.ui-page-theme-b div.ui-input-text.ui-focus:after{background-color: #33B5E5;} | ||
.ui-page-theme-b div.ui-input-text.ui-focus:before{background-color: #33B5E5;} | ||
.ui-page-theme-b div.ui-input-text.ui-focus {border-bottom: 1px solid #33B5E5;} | ||
|
||
textarea.ui-page-theme-b.ui-input-text:focus { | ||
border: 1px solid #33B5E5; | ||
} | ||
|
||
.ui-page-theme-b .ui-slider-bg.ui-btn-active, | ||
.ui-page-theme-b .ui-panel-open{ | ||
background-color: #33B5E5; | ||
} | ||
|
||
.ui-page-theme-b .ui-link,.ui-page-theme-b .ui-li a,.nativeDroidCards ul[data-nativedroid-plugin="twitter"] a { | ||
color: #33B5E5; | ||
} | ||
|
||
.ui-page-theme-b .table-stroke tr:nth-child(even) .ui-link { | ||
color: #6DCAEC; | ||
} | ||
|
||
.ui-slider-track .ui-btn.ui-slider-handle { | ||
border: 10px solid rgba(109,202,236,0.3); | ||
} | ||
|
||
.ui-slider-track .ui-btn.ui-slider-handle.ui-focus { | ||
border: 10px solid rgba(109,202,236,0.5); | ||
box-shadow: 0px 0px 2px 0px #0099CC; | ||
} | ||
|
||
.ui-slider-bg.ui-btn-active { | ||
background-color: #33B5E5; | ||
} | ||
|
||
progress::-webkit-progress-value { | ||
background-color: #33B5E5; | ||
} | ||
|
||
progress::-moz-progress-bar { | ||
background-color: #33B5E5; | ||
} |
115 changes: 115 additions & 0 deletions
115
3rdparty/jquery.mobile/css/jquerymobile.nativedroid.color.green.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,115 @@ | ||
|
||
/** | ||
* GREEN: | ||
* | ||
* COLOR GUIDE: | ||
* Light: #b6db49 | ||
* Dark: #99cc00; | ||
* | ||
*/ | ||
|
||
.ui-bar-b,.ui-page-theme-b .ui-dialog-contain .ui-title { | ||
border-bottom: 2px solid #B6DB49; | ||
} | ||
|
||
.ui-btn-down-b .ui-btn-inner,.ui-btn-down-b .ui-btn-text .ui-link-inherit,.ui-listview .ui-btn-hover-b,.ui-input-search.ui-page-theme-b { | ||
background-color: #B6DB49; | ||
} | ||
|
||
.ui-page-theme-b form .ui-btn-down-b,.ui-page-theme-b form .ui-mini.ui-checkbox-on,.ui-page-theme-b form .ui-mini.ui-radio-on { | ||
background-color: #99cc00; | ||
} | ||
|
||
|
||
.ui-page-theme-b .ui-btn:hover, html .ui-bar-b .ui-btn:hover, html .ui-page-theme-b .ui-btn:hover, html body .ui-group-theme-b .ui-btn:hover, html head+body .ui-btn.ui-btn-b:hover, | ||
.ui-page-theme-b .ui-btn:active, html .ui-bar-b .ui-btn:active, html .ui-page-theme-b .ui-btn:active, html body .ui-group-theme-b .ui-btn:active, html head+body .ui-btn.ui-btn-b:active, | ||
.ui-page-theme-b .ui-btn.ui-btn-active, html .ui-bar-b .ui-btn.ui-btn-active, html .ui-page-theme-b .ui-btn.ui-btn-active, html body .ui-group-theme-b .ui-btn.ui-btn-active, html head+body .ui-btn.ui-btn-b.ui-btn-active, .ui-page-theme-b .ui-checkbox-on:after, html .ui-bar-b .ui-checkbox-on:after, html .ui-page-theme-b .ui-checkbox-on:after, html body .ui-group-theme-b .ui-checkbox-on:after, .ui-btn.ui-checkbox-on.ui-btn-b:after, .ui-page-theme-b .ui-flipswitch-active, html .ui-bar-b .ui-flipswitch-active, html .ui-page-theme-b .ui-flipswitch-active, html body .ui-group-theme-b .ui-flipswitch-active, html body .ui-flipswitch.ui-bar-b.ui-flipswitch-active, .ui-page-theme-b .ui-slider-track .ui-btn-active, html .ui-bar-b .ui-slider-track .ui-btn-active, html .ui-page-theme-b .ui-slider-track .ui-btn-active, html body .ui-group-theme-b .ui-slider-track .ui-btn-active, html body div.ui-slider-track.ui-page-theme-b .ui-btn-active, | ||
.ui-page-theme-b .ui-content .ui-link.ui-btn:hover { | ||
color: #ffffff; | ||
background-color: #B6DB49; | ||
} | ||
|
||
.ui-page-theme-b .ui-panel-open .ui-btn:hover { | ||
background-color: #92c500; | ||
} | ||
|
||
.ui-page-theme-b .ui-radio-on, | ||
.ui-page-theme-b .ui-checkbox-on { | ||
background-color: rgba(182,219,73,0.8); | ||
} | ||
.ui-page-theme-b .ui-radio-off, | ||
.ui-page-theme-b .ui-checkbox-off { | ||
background-color: rgba(182,219,73,0.3); | ||
} | ||
|
||
|
||
.ui-page-theme-b .ui-btn:focus, html .ui-bar-b .ui-btn:focus, html .ui-page-theme-b .ui-btn:focus, html body .ui-group-theme-b .ui-btn:focus, html head+body .ui-btn.ui-btn-b:focus, .ui-page-theme-b .ui-focus, html .ui-bar-b .ui-focus, html .ui-page-theme-b .ui-focus, html body .ui-group-theme-b .ui-focus, html head+body .ui-btn-b.ui-focus, html head+body .ui-page-theme-b.ui-focus { | ||
-webkit-box-shadow: 0 0 0px rgba(182,219,73,0.0); | ||
-moz-box-shadow: 0 0 0px rgba(182,219,73,0.0); | ||
box-shadow: 0 0 0px rgba(182,219,73,0.0); | ||
} | ||
|
||
.ui-page-theme-b .ui-radio-on:after, html .ui-bar-b .ui-radio-on:after, html .ui-page-theme-b .ui-radio-on:after, html body .ui-group-theme-b .ui-radio-on:after, .ui-btn.ui-radio-on.ui-btn-b:after { | ||
border-color: #99cc00; | ||
} | ||
|
||
.ui-page-theme-b div.ui-input-text.ui-focus:after{background-color: #99cc00;} | ||
.ui-page-theme-b div.ui-input-text.ui-focus:before{background-color: #99cc00;} | ||
.ui-page-theme-b div.ui-input-text.ui-focus {border-bottom: 1px solid #99cc00;} | ||
.ui-page-theme-b textarea.ui-input-text .ui-focus {border: 1px solid #99cc00;} | ||
|
||
.ui-page-theme-b textarea.ui-input-text.ui-focus { | ||
border: 1px solid #99cc00; | ||
} | ||
|
||
.ui-page-theme-b .ui-link,.ui-page-theme-b .ui-li a,.nativeDroidCards ul[data-nativedroid-plugin="twitter"] a, | ||
.ui-page-theme-b a:visited, html .ui-bar-b a:visited, html .ui-page-theme-b a:visited, html body .ui-group-theme-b a:visited, | ||
.ui-page-theme-b a:hover, html .ui-bar-b a:hover, html .ui-page-theme-b a:hover, html body .ui-group-theme-b a:hover { | ||
color: #99cc00; | ||
} | ||
|
||
.ui-page-theme-b .table-stroke tr:nth-child(even) .ui-link, | ||
.ui-page-theme-b a, html .ui-bar-b a, html .ui-page-theme-b a, html body .ui-group-theme-b a { | ||
color: #b6db49; | ||
} | ||
|
||
|
||
.ui-page-theme-b .ui-slider-track .ui-btn.ui-slider-handle { | ||
border: 10px solid rgba(182,219,73,0.3); | ||
} | ||
|
||
.ui-page-theme-b .ui-slider-track .ui-btn.ui-slider-handle.ui-focus { | ||
border: 10px solid rgba(182,219,73,0.5); | ||
box-shadow: 0px 0px 2px 0px #99cc00; | ||
} | ||
|
||
.ui-page-theme-b .ui-slider-bg.ui-btn-active, | ||
.ui-page-theme-b .ui-panel-open{ | ||
background-color: #8abd00; | ||
} | ||
|
||
.ui-page-theme-b .ui-checkbox .ui-checkbox-on, | ||
.ui-page-theme-b .ui-radio .ui-radio-on { | ||
background-color: #e2f0b6; | ||
} | ||
|
||
.ui-page-theme-b .ui-flipswitch.ui-bar-inherit.ui-flipswitch-active { | ||
background-color: #d3e992; | ||
color: #669900; | ||
} | ||
|
||
.ui-page-theme-b .ui-flipswitch.ui-bar-inherit.ui-flipswitch-active .ui-flipswitch-on { | ||
background-color: #8abd00; | ||
} | ||
|
||
.ui-page-theme-b .ui-flipswitch.ui-bar-inherit.ui-flipswitch-active .ui-flipswitch-on:hover { | ||
background-color: #B6DB49; | ||
color: #669900; | ||
} | ||
|
||
progress::-webkit-progress-value { | ||
background-color: #99cc00; | ||
} | ||
progress::-moz-progress-bar { | ||
background-color: #99cc00; | ||
} |
69 changes: 69 additions & 0 deletions
69
3rdparty/jquery.mobile/css/jquerymobile.nativedroid.color.purple.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
|
||
/** | ||
* | ||
* PURPLE: | ||
* | ||
* COLOR GUIDE: | ||
* Light: #CF9FE7 | ||
* Dark: #C58BE2 | ||
* | ||
*/ | ||
|
||
|
||
.ui-bar-b,.ui-page-theme-b .ui-dialog-contain .ui-title { | ||
border-bottom: 2px solid #CF9FE7; | ||
} | ||
|
||
.ui-btn-down-b .ui-btn-inner,.ui-btn-down-b .ui-btn-text .ui-link-inherit,.ui-listview .ui-btn-hover-b,.ui-input-search.ui-page-theme-b { | ||
background-color: #CF9FE7; | ||
} | ||
|
||
.ui-page-theme-b form .ui-btn-down-b,.ui-page-theme-b form .ui-mini.ui-checkbox-on,.ui-page-theme-b form .ui-mini.ui-radio-on { | ||
background-color: #C58BE2; | ||
} | ||
|
||
.ui-page-theme-b .ui-btn:hover, html .ui-bar-b .ui-btn:hover, html .ui-page-theme-b .ui-btn:hover, html body .ui-group-theme-b .ui-btn:hover, html head+body .ui-btn.ui-btn-b:hover, | ||
.ui-page-theme-b .ui-btn:active, html .ui-bar-b .ui-btn:active, html .ui-page-theme-b .ui-btn:active, html body .ui-group-theme-b .ui-btn:active, html head+body .ui-btn.ui-btn-b:active { | ||
color: #ffffff; | ||
background-color: #C58BE2; | ||
} | ||
|
||
.ui-page-theme-b div.ui-input-text.ui-focus:after{background-color: #C58BE2;} | ||
.ui-page-theme-b div.ui-input-text.ui-focus:before{background-color: #C58BE2;} | ||
.ui-page-theme-b div.ui-input-text.ui-focus {border-bottom: 1px solid #C58BE2;} | ||
|
||
textarea.ui-page-theme-b.ui-input-text:focus { | ||
border: 1px solid #C58BE2; | ||
} | ||
|
||
.ui-page-theme-b .ui-slider-bg.ui-btn-active, | ||
.ui-page-theme-b .ui-panel-open{ | ||
background-color: #C58BE2; | ||
} | ||
|
||
.ui-page-theme-b .ui-link,.ui-page-theme-b .ui-li a,.nativeDroidCards ul[data-nativedroid-plugin="twitter"] a { | ||
color: #C58BE2; | ||
} | ||
|
||
.ui-page-theme-b .table-stroke tr:nth-child(even) .ui-link { | ||
color: #CF9FE7; | ||
} | ||
|
||
.ui-slider-track .ui-btn.ui-slider-handle { | ||
border: 10px solid rgba(207,159,231,0.3); | ||
} | ||
|
||
.ui-slider-track .ui-btn.ui-slider-handle.ui-focus { | ||
border: 10px solid rgba(207,159,231,0.5); | ||
box-shadow: 0px 0px 2px 0px #C58BE2; | ||
} | ||
|
||
.ui-slider-bg.ui-btn-active { | ||
background-color: #CF9FE7; | ||
} | ||
progress::-webkit-progress-value { | ||
background-color: #C58BE2; | ||
} | ||
progress::-moz-progress-bar { | ||
background-color: #C58BE2; | ||
} |
70 changes: 70 additions & 0 deletions
70
3rdparty/jquery.mobile/css/jquerymobile.nativedroid.color.red.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
|
||
/** | ||
* | ||
* RED: | ||
* | ||
* COLOR GUIDE: | ||
* Light: #FF7979 - FF7979 | ||
* Dark: #FF4444 - FF4444 | ||
* | ||
*/ | ||
|
||
|
||
.ui-bar-b,.ui-page-theme-b .ui-dialog-contain .ui-title { | ||
border-bottom: 2px solid #FF7979; | ||
} | ||
|
||
.ui-btn-down-b .ui-btn-inner,.ui-btn-down-b .ui-btn-text .ui-link-inherit,.ui-listview .ui-btn-hover-b,.ui-input-search.ui-page-theme-b { | ||
background-color: #FF7979; | ||
} | ||
|
||
.ui-page-theme-b form .ui-btn-down-b,.ui-page-theme-b form .ui-mini.ui-checkbox-on,.ui-page-theme-b form .ui-mini.ui-radio-on { | ||
background-color: #FF4444; | ||
} | ||
|
||
.ui-page-theme-b .ui-btn:hover, html .ui-bar-b .ui-btn:hover, html .ui-page-theme-b .ui-btn:hover, html body .ui-group-theme-b .ui-btn:hover, html head+body .ui-btn.ui-btn-b:hover, | ||
.ui-page-theme-b .ui-btn:active, html .ui-bar-b .ui-btn:active, html .ui-page-theme-b .ui-btn:active, html body .ui-group-theme-b .ui-btn:active, html head+body .ui-btn.ui-btn-b:active { | ||
color: #ffffff; | ||
background-color: #FF4444; | ||
} | ||
|
||
.ui-page-theme-b div.ui-input-text.ui-focus:after{background-color: #FF4444;} | ||
.ui-page-theme-b div.ui-input-text.ui-focus:before{background-color: #FF4444;} | ||
.ui-page-theme-b div.ui-input-text.ui-focus {border-bottom: 1px solid #FF4444;} | ||
|
||
textarea.ui-page-theme-b.ui-input-text:focus { | ||
border: 1px solid #FF4444; | ||
} | ||
|
||
.ui-page-theme-b .ui-slider-bg.ui-btn-active, | ||
.ui-page-theme-b .ui-panel-open{ | ||
background-color: #FF4444; | ||
} | ||
.ui-page-theme-b .ui-link,.ui-page-theme-b .ui-li a,.nativeDroidCards ul[data-nativedroid-plugin="twitter"] a { | ||
color: #FF4444; | ||
} | ||
|
||
.ui-page-theme-b .table-stroke tr:nth-child(even) .ui-link { | ||
color: #FF7979; | ||
} | ||
|
||
.ui-slider-track .ui-btn.ui-slider-handle { | ||
border: 10px solid rgba(255,68,68,0.3); | ||
} | ||
|
||
.ui-slider-track .ui-btn.ui-slider-handle.ui-focus { | ||
border: 10px solid rgba(255,68,68,0.5); | ||
box-shadow: 0px 0px 2px 0px #FF4444; | ||
} | ||
|
||
.ui-slider-bg.ui-btn-active { | ||
background-color: #FF7979; | ||
} | ||
|
||
|
||
progress::-webkit-progress-value { | ||
background-color: #FF4444; | ||
} | ||
progress::-moz-progress-bar { | ||
background-color: #FF4444; | ||
} |
67 changes: 67 additions & 0 deletions
67
3rdparty/jquery.mobile/css/jquerymobile.nativedroid.color.yellow.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
|
||
/** | ||
* | ||
* YELLOW: | ||
* | ||
* COLOR GUIDE: | ||
* Light: #FFD060 | ||
* Dark: #FFBD21 | ||
* | ||
*/ | ||
|
||
|
||
.ui-bar-b,.ui-page-theme-b .ui-dialog-contain .ui-title { | ||
border-bottom: 2px solid #FFD060; | ||
} | ||
|
||
.ui-btn-down-b .ui-btn-inner,.ui-btn-down-b .ui-btn-text .ui-link-inherit,.ui-listview .ui-btn-hover-b,.ui-input-search.ui-page-theme-b { | ||
background-color: #FFD060; | ||
} | ||
|
||
.ui-page-theme-b form .ui-btn-down-b,.ui-page-theme-b form .ui-mini.ui-checkbox-on,.ui-page-theme-b form .ui-mini.ui-radio-on { | ||
background-color: #FFBD21; | ||
} | ||
|
||
.ui-page-theme-b .ui-btn:hover, html .ui-bar-b .ui-btn:hover, html .ui-page-theme-b .ui-btn:hover, html body .ui-group-theme-b .ui-btn:hover, html head+body .ui-btn.ui-btn-b:hover, | ||
.ui-page-theme-b .ui-btn:active, html .ui-bar-b .ui-btn:active, html .ui-page-theme-b .ui-btn:active, html body .ui-group-theme-b .ui-btn:active, html head+body .ui-btn.ui-btn-b:active { | ||
color: #ffffff; | ||
background-color: #FFBD21; | ||
} | ||
|
||
.ui-page-theme-b div.ui-input-text.ui-focus:after{background-color: #FFBD21;} | ||
.ui-page-theme-b div.ui-input-text.ui-focus:before{background-color: #FFBD21;} | ||
.ui-page-theme-b div.ui-input-text.ui-focus {border-bottom: 1px solid #FFBD21;} | ||
|
||
textarea.ui-page-theme-b.ui-input-text:focus { | ||
border: 1px solid #FFBD21; | ||
} | ||
|
||
.ui-page-theme-b .ui-slider-bg.ui-btn-active, | ||
.ui-page-theme-b .ui-panel-open{ | ||
background-color: #FFBD21; | ||
} | ||
.ui-page-theme-b .ui-link,.ui-page-theme-b .ui-li a,.nativeDroidCards ul[data-nativedroid-plugin="twitter"] a { | ||
color: #FFBD21; | ||
} | ||
|
||
.ui-page-theme-b .table-stroke tr:nth-child(even) .ui-link { | ||
color: #FFD060; | ||
} | ||
|
||
.ui-slider-track .ui-btn.ui-slider-handle { | ||
border: 10px solid rgba(255,208,56,0.3); | ||
} | ||
|
||
.ui-slider-track .ui-btn.ui-slider-handle.ui-focus { | ||
border: 10px solid rgba(255,208,56,0.5); | ||
box-shadow: 0px 0px 2px 0px #FFBD21; | ||
} | ||
|
||
.ui-slider-bg.ui-btn-active { | ||
background-color: #FFD060; | ||
} | ||
|
||
|
||
progress::-moz-progress-bar { | ||
background-color: #FFBD21; | ||
} |
Oops, something went wrong.