Skip to content

Commit 5e480a3

Browse files
committed
added embedded module, tweaked skins list styles
1 parent a0db5b5 commit 5e480a3

26 files changed

+403
-81
lines changed

www/css/sepiaFW-cards.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,10 @@
188188
align-items: center;
189189
justify-content: center;
190190
width: 44px;
191-
border-left: 2px solid #545454;
192-
background: #bcbebe;
191+
/*border-left: 2px solid #545454;*/
192+
/*background: #bcbebe;*/
193+
border-left: 2px solid #fff;
194+
background: #d2d2dd;
193195
color: #fff;
194196
margin: 0px 5px 0px 0px;
195197
user-select: none;
@@ -224,7 +226,8 @@
224226
.sepiaFW-cards-list-footer {
225227
display: inline-block;
226228
/*background: rgba(235, 235, 255, 0.33);*/
227-
background: rgba(170, 170, 180, 0.33);
229+
/*background: rgba(170, 170, 180, 0.33);*/
230+
background: #d2d2dd;
228231
margin: 0px 5px 5px 5px;
229232
text-align: center;
230233
padding: 5px;

www/css/sepiaFW-skin-9to5.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ html {
3939
background: #684744;
4040
color: #fff;
4141
}
42+
.sepiaFW-cards-list-contextMenu {
43+
background: #312F3F;;
44+
}
4245
#sepiaFW-chat-menu {
4346
background: #684744;
4447
color: #fff;
@@ -108,15 +111,15 @@ html {
108111
/*----- cards ------*/
109112

110113
.sepiaFW-cards-list-title {
111-
background: #B5B8C9;
114+
background: #4B6688;
112115
color: #fff;
113116
}
114117
.sepiaFW-cards-list-title.newsHeader button {
115118
color: #312F3F !important;
116119
}
117120
.sepiaFW-cards-list-body .listElement .listRight {
118-
border-left: 2px solid #545454;
119-
background: #d2d2d5;
121+
border-left: 2px solid #c2c3d3;
122+
background: #d4d5e0;
120123
}
121124
.sepiaFW-cards-list-body .weatherNowSmall .weatherNowSmallImage {
122125
background: #4B6688;

www/css/sepiaFW-skin-autum.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,13 @@ html {
131131
.sepiaFW-cards-list-title.newsHeader button {
132132
color: #BE3E2C !important;
133133
}
134-
134+
.sepiaFW-cards-list-footer {
135+
background: #ebd2a6;
136+
color: #44451f;
137+
}
135138
.sepiaFW-cards-list-body .listElement .listRight {
136-
border-left: 2px solid #545454;
137-
background: #d2d2d5;
139+
border-left: 2px solid #f3b547;
140+
background: #ebd2a6;
138141
}
139142
.sepiaFW-cards-list-body .weatherNowSmall .weatherNowSmallImage {
140143
background: #44451F;

www/css/sepiaFW-skin-bytemind.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,13 @@ html {
158158
/*----- cards ------*/
159159

160160
.sepiaFW-cards-list-title {
161-
background: #6b4d9f;
161+
background: #44c8be;
162162
color: #fff;
163163
}
164164
.sepiaFW-cards-list-body .listElement .listRight {
165-
border-left: 2px solid #999;
166-
background: #d2d2d5;
165+
border-left: 2px solid #e5e5e5;
166+
background: #fcfcfc;
167+
color: #262629;
167168
}
168169

169170
/*----- teachUI -----*/

www/css/sepiaFW-skin-canny.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,14 @@ html {
161161
color: #2f3035;
162162
}
163163
.sepiaFW-cards-list-body .listElement .listRight {
164-
border-left: 2px solid #545454;
165-
background: #d2d2d5;
164+
border-left: 2px solid #61E69D;
165+
background: #eaeaea;
166+
}
167+
.sepiaFW-cards-list-footer {
168+
background: #eaeaea;
169+
}
170+
.sepiaFW-cards-list-body .weatherNowSmall .weatherNowSmallImage {
171+
background: #61E69D;
166172
}
167173

168174
/*----- teachUI -----*/

www/css/sepiaFW-skin-malachite.css

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ html {
2424
}
2525
}
2626

27-
#sepiaFW-pC { background-color: #000; }
28-
#sepiaFW-sC { background-color: #3ba57e; }
27+
#sepiaFW-pC { background-color: #000; }
28+
#sepiaFW-sC { background-color: #3ba57e; }
2929
#sepiaFW-sC2 { background-color: #07333a; }
30-
#sepiaFW-aC { background-color: rgb(186, 42, 42); }
30+
#sepiaFW-aC { background-color: rgb(186, 42, 42); }
3131
#sepiaFW-aC2 { background-color: #ceff1a; }
3232
#sepiaFW-asC { background-color: #1499ae; }
3333
#sepiaFW-adC { background-color: gold; }
34-
#sepiaFW-lC { background-color: rgba(150, 150, 150, 0.50); }
34+
#sepiaFW-lC { background-color: rgba(150, 150, 150, 0.50); }
3535

3636
/*linear-gradient(to right, #07333a 0%, #16ABC3 100%);*/
3737

@@ -71,7 +71,8 @@ html {
7171
border-color: #1499ae;
7272
}
7373
#sepiaFW-assist-btn {
74-
background: linear-gradient(to right, #999 0%, #000 100%) !important;
74+
/*background: linear-gradient(to right, #999 0%, #000 100%) !important;*/
75+
background: linear-gradient(to right, #3ba57e 0%, #07333a 100%) !important;
7576
/*background: linear-gradient(to right, #CEFF1A 0%, #16ABC3 100%) !important;*/
7677
}
7778
.sepiaFW-notouch-device #sepiaFW-assist-btn:hover {
@@ -220,9 +221,15 @@ html {
220221
.sepiaFW-cards-list-body {
221222
color: #000;
222223
}
223-
224+
.sepiaFW-cards-list-footer {
225+
background: #07333a;
226+
}
227+
.sepiaFW-cards-list-body .listElement .listRight {
228+
border-left: 2px solid #101418;
229+
background: #465056;
230+
}
224231
.sepiaFW-cards-list-body .weatherNowSmall .weatherNowSmallImage {
225-
background: rgba(21, 171, 195, 0.97);
232+
background: #3ba57e;
226233
}
227234

228235
/*----- teachUI -----*/

www/css/sepiaFW-skin-minimal.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,13 @@ html {
273273
.sepiaFW-cards-list-body {
274274
color: #051525;
275275
}
276+
.sepiaFW-cards-list-footer {
277+
background: #19191b;
278+
}
276279
.sepiaFW-cards-list-body > div > div {
277280
background: #000 !important;
278281
color: #fff;
279-
border-left-color: #222 !important;
282+
border-left-color: #19191b !important;
280283
}
281284
.sepiaFW-cards-list-body .listElement .checked {
282285
background: #c4f31a !important;
@@ -292,10 +295,6 @@ html {
292295
background: #000 !important;
293296
}
294297

295-
.sepiaFW-cards-list-footer {
296-
background: transparent;
297-
}
298-
299298
#sepiaFW-audio-ctrls-canvas {
300299
background: #404050;
301300
}

www/css/sepiaFW-skin-myMessage.css

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ html {
9292
border-bottom: 0;
9393
}
9494
#sepiaFW-chat-menu li {
95-
background: rgba(235, 235, 235, 0.25);
95+
background: rgba(235, 235, 235, 0.15);
9696
}
9797
#sepiaFW-chat-channel-view {
9898
border-top: 0;
@@ -168,13 +168,21 @@ html {
168168
}
169169

170170
.sepiaFW-cards-list-title {
171-
background: rgba(133, 142, 153, 0.75);
171+
background: rgba(255, 255, 255, 0.90);
172172
/*background: rgba(15, 230, 15, 0.55);*/
173-
color: #fff;
173+
color: #000;
174174
}
175175
.sepiaFW-cards-list-title.newsHeader button {
176176
color: #027BFF !important;
177177
}
178+
.sepiaFW-cards-list-footer {
179+
background: rgba(255, 255, 255, 0.90);
180+
}
181+
.sepiaFW-cards-list-body .listElement .listRight {
182+
border-left: 2px solid #ededed;
183+
background: rgba(255, 255, 255, 0.90);
184+
color: #000;
185+
}
178186

179187
.sepiaFW-cards-list-body .weatherNowSmall .weatherNowSmallImage {
180188
background: #027BFF;

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

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

3636
#sepiaFW-login-box {
37-
background: #2d3034;
37+
background: #1f2327;
38+
/*background: #2d3034;*/
3839
color: #ECEBE7;
3940
}
4041
#sepiaFW-login-box p {
@@ -234,6 +235,10 @@ html {
234235
.sepiaFW-cards-list-body {
235236
color: #222;
236237
}
238+
.sepiaFW-cards-list-body .listElement .listRight {
239+
border-left: 2px solid #101418;
240+
background: #465056;
241+
}
237242

238243
.sepiaFW-cards-list-footer {
239244
background: #ceff1a;

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ html {
182182
color: #fff; /*#000;*/
183183
}
184184
.sepiaFW-cards-list-body .listElement .listRight {
185-
border-left: 2px solid #ceff1a;
186-
background: #bcbebe;
185+
border-left: 2px solid #fcfcfc;
186+
background: #d2d2dd;
187187
}
188188
.sepiaFW-cards-list-footer {
189189
background: #CEFF1A;

0 commit comments

Comments
 (0)