Skip to content

Commit e15a10c

Browse files
authored
Merge pull request #14 from SEPIA-Framework/dev
Multiple updates to support SEPIA-Home v2.2.0
2 parents 6c12594 + 4fbf79a commit e15a10c

28 files changed

+1245
-235
lines changed

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget id="org.example.sepia.app.web" version="0.15.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget id="org.example.sepia.app.web" version="0.16.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>S.E.P.I.A.</name>
44
<description>
55
Prototype of S.E.P.I.A. framework client

www/always-on.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<div id="sepiaFW-alwaysOn-battery"></div>
2626
</div>
2727
</div>
28+
<div id="sepiaFW-alwaysOn-stt-out"></div>
2829
</div>
2930
</div>
3031
</div>

www/css/sepiaFW-alwaysOn.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,18 @@
197197
}
198198
#sepiaFW-alwaysOn-info-box > div {
199199
padding: 4px;
200+
}
201+
202+
#sepiaFW-alwaysOn-stt-out {
203+
height: 42px;
204+
width: 100%;
205+
text-align: center;
206+
color: #ceff1a;
207+
padding: 0px 24px;
208+
position: absolute;
209+
bottom: 12px;
210+
font-size: 18px;
211+
overflow: hidden;
212+
display: flex;
213+
flex-direction: column-reverse;
200214
}

www/css/sepiaFW-skin-dark-sepia.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ html {
151151
}
152152
.sepiaFW-cards-list-body .listElement div,
153153
.sepiaFW-cards-list-body .weatherNowSmall > div,
154+
.sepiaFW-cards-list-body .linkCard > div,
154155
.sepiaFW-cards-list-body .timeEvent div,
155156
.sepiaFW-cards-list-body .newsArticle .newsCenter,
156157
.sepiaFW-cards-list-body .radioStation div {

www/css/sepiaFW-skin-grid.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ html {
2828
box-shadow: 0 0 5px #15abc3;
2929
color: #fff;
3030
}
31+
.sepiaFW-ao-mode #sepiaFW-nav-bar,
32+
.sepiaFW-ao-mode #sepiaFW-chat-controls-form,
33+
.sepiaFW-ao-mode #sepiaFW-chat-controls-right {
34+
border: 0 !important;
35+
box-shadow: 0 0 0px !important;
36+
}
3137
#sepiaFW-nav-bar {
3238
margin-top: 1px;
3339
}
@@ -334,7 +340,8 @@ html {
334340
}
335341
.sepiaFW-cards-list-body .timeEvent > div,
336342
.sepiaFW-cards-list-body .radioStation > div,
337-
.sepiaFW-cards-list-body .weatherNowSmall > div {
343+
.sepiaFW-cards-list-body .weatherNowSmall > div,
344+
.sepiaFW-cards-list-body .linkCard > div {
338345
background: rgba(20, 163, 187, 0.66);
339346
color: #fff !important;
340347
box-shadow: 0 0 5px #15abc3;

www/css/sepiaFW-skin-neo-sepia-dark.css

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ html {
2525
}
2626

2727
#sepiaFW-pC { background-color: #101418; }
28-
#sepiaFW-sC { background-color: #ceff1a; }
28+
#sepiaFW-sC { background-color: #beff1a; } /*note: the change from ceff1a to beff1a is intentional*/
2929
#sepiaFW-sC2 { background-color: #08a0c8; }
3030
#sepiaFW-aC { background-color: rgb(186, 42, 42); }
3131
#sepiaFW-aC2 { background-color: #08a0c8; }
32-
#sepiaFW-asC { background-color: #ceff1a; }
33-
#sepiaFW-adC { background-color: #ceff1a; }
32+
#sepiaFW-asC { background-color: #beff1a; }
33+
#sepiaFW-adC { background-color: #beff1a; }
3434
#sepiaFW-lC { background-color: #535557; }
3535

3636
#sepiaFW-login-box {
@@ -41,7 +41,7 @@ html {
4141
color: #ECEBE7;
4242
}
4343
#sepiaFW-login-box button {
44-
background: #ceff1a;
44+
background: #beff1a;
4545
color: #101418;
4646
}
4747
#sepiaFW-login-links a {
@@ -68,7 +68,7 @@ html {
6868
}
6969
.sepiaFW-notouch-device #sepiaFW-main-window button:hover {
7070
background: transparent;
71-
color: #ceff1a;
71+
color: #beff1a;
7272
}
7373

7474
#sepiaFW-chat-input {
@@ -115,7 +115,7 @@ html {
115115
max-width: none;
116116
}
117117
#sepiaFW-chat-controls-more-menu button {
118-
background: #ceff1a;
118+
background: #beff1a;
119119
color: #101418;
120120
}
121121
#sepiaFW-chat-menu {
@@ -133,7 +133,7 @@ html {
133133
}
134134
#sepiaFW-chat-menu button {
135135
border: 1px solid #ECEBE7;
136-
background-color: #ceff1a;
136+
background-color: #beff1a;
137137
color: #101418;
138138
margin: 4px;
139139
}
@@ -147,7 +147,7 @@ html {
147147
}
148148

149149
.sepiaFW-notouch-device #sepiaFW-main-window .chat-buttons-area button:hover {
150-
background-color: #ceff1a !important;
150+
background-color: #beff1a !important;
151151
color: #101418 !important;
152152
}
153153
#sepiaFW-main-window .chat-buttons-area button {
@@ -163,7 +163,7 @@ html {
163163
color: #ECEBE7 !important;
164164
}
165165
#sepiaFW-main-window #sepiaFW-myFirstStart-buttons button {
166-
background: #ceff1a !important;
166+
background: #beff1a !important;
167167
color: #101418 !important
168168
}
169169
.sepiaFW-notouch-device #sepiaFW-main-window #sepiaFW-myFirstStart-buttons button:hover {
@@ -173,7 +173,7 @@ html {
173173
#sepiaFW-main-window #sepiaFW-myEvents-buttons button,
174174
#sepiaFW-main-window #sepiaFW-myEvents-buttons-replaced button,
175175
.sepiaFW-touch-device #sepiaFW-main-window #sepiaFW-myEvents-buttons button {
176-
background: #ceff1a !important;
176+
background: #beff1a !important;
177177
color: #101418 !important;
178178
}
179179
/*
@@ -202,7 +202,7 @@ html {
202202
color: #ECEBE7;
203203
}
204204
#sepiaFW-chat-output article.chatAssistant {
205-
background: #ceff1a;
205+
background: #beff1a;
206206
color: #101418;
207207
}
208208
#sepiaFW-chat-output article.chatAssistant b{
@@ -255,6 +255,7 @@ html {
255255
}
256256
.sepiaFW-cards-list-body .listElement div,
257257
.sepiaFW-cards-list-body .weatherNowSmall > div,
258+
.sepiaFW-cards-list-body .linkCard > div,
258259
.sepiaFW-cards-list-body .timeEvent div,
259260
.sepiaFW-cards-list-body .newsArticle .newsCenter,
260261
.sepiaFW-cards-list-body .radioStation div {
@@ -295,10 +296,10 @@ html {
295296
background: #101418;
296297
}
297298
#sepiaFW-teachUI-view label {
298-
color: #ceff1a;
299+
color: #beff1a;
299300
}
300301
#sepiaFW-teachUI-editor button,
301302
#sepiaFW-teachUI-manager button {
302-
background: #ceff1a !important;
303+
background: #beff1a !important;
303304
color: #101418 !important;
304305
}

0 commit comments

Comments
 (0)