Skip to content

Commit 5eee09d

Browse files
committed
updated neo-sepia-dark skin and changed version to 0.15.2
1 parent 0df8770 commit 5eee09d

File tree

2 files changed

+36
-11
lines changed

2 files changed

+36
-11
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.1" 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.15.2" 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/css/sepiaFW-skin-neo-sepia-dark.css

Lines changed: 35 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ html {
3434
#sepiaFW-lC { background-color: rgba(150, 150, 150, 0.50); }
3535

3636
#sepiaFW-login-box {
37-
background: #1f2327;
38-
/*background: #2d3034;*/
37+
background: #1e2124;
3938
color: #ECEBE7;
4039
}
4140
#sepiaFW-login-box p {
@@ -72,8 +71,15 @@ html {
7271
color: #ceff1a;
7372
}
7473

74+
#sepiaFW-chat-input {
75+
background: #ECEBE7;
76+
}
7577
#sepiaFW-assist-btn-area {
7678
border-color: #101418;
79+
background: #ECEBE7;
80+
}
81+
#sepiaFW-assist-btn-area button {
82+
border: 4px solid rgb(207, 207, 207);
7783
}
7884
#sepiaFW-assist-btn {
7985
background: #08a0c8 !important;
@@ -221,7 +227,8 @@ html {
221227
/*----- cards ------*/
222228

223229
.sepiaFW-cards-flexSize-container {
224-
background: rgba(255, 255, 255, 0.14);
230+
/*background: rgba(255, 255, 255, 0.14);*/
231+
background: rgba(21, 23, 26, 0.85);
225232
}
226233

227234
.sepiaFW-help-view {
@@ -235,19 +242,37 @@ html {
235242
.sepiaFW-cards-list-body {
236243
color: #222;
237244
}
245+
.sepiaFW-cards-list-footer {
246+
/*background: #ceff1a;*/
247+
background: #2d3034;
248+
/*color: #101418;*/
249+
color: #ECEBE7;
250+
}
251+
.sepiaFW-cards-list-body .listElement div,
252+
.sepiaFW-cards-list-body .weatherNowSmall > div,
253+
.sepiaFW-cards-list-body .timeEvent div,
254+
.sepiaFW-cards-list-body .newsArticle .newsCenter,
255+
.sepiaFW-cards-list-body .radioStation div {
256+
background: #1d1f22;
257+
color: #ECEBE7;
258+
}
238259
.sepiaFW-cards-list-body .listElement .listRight {
239260
border-left: 2px solid #101418;
240-
background: #465056;
241-
}
242-
243-
.sepiaFW-cards-list-footer {
244-
background: #ceff1a;
245-
color: #101418;
261+
/*background: #465056;*/
262+
/*background: #24272a;*/
263+
background: #2d3034;
246264
}
247-
248265
.sepiaFW-cards-list-body .weatherNowSmall .weatherNowSmallImage {
249266
background: #08a0c8;
250267
}
268+
.sepiaFW-cards-list-title.newsHeader {
269+
background: #08a0c8;
270+
color: #ECEBE7;
271+
}
272+
.sepiaFW-cards-list-title.newsHeader span {
273+
text-shadow: 1px 1px 0 #ECEBE7, 1px -1px 0 #ECEBE7, -1px 1px 0 #ECEBE7, -1px -1px 0 #ECEBE7,
274+
1px 1px 0 #ECEBE7, 0px 1px 0 #ECEBE7, -1px 0px 0 #ECEBE7, 0px -1px 0 #ECEBE7;
275+
}
251276

252277
/*----- teachUI -----*/
253278

0 commit comments

Comments
 (0)