Skip to content

Commit a0db5b5

Browse files
committed
updated list cards design
1 parent 66c907f commit a0db5b5

18 files changed

+83
-25
lines changed

www/css/sepiaFW-cards.css

Lines changed: 29 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.sepiaFW-cards-flexSize-container {
2-
background: rgba(0, 0, 0, 0.10);
2+
background: #e5e5e5; /*rgba(0, 0, 0, 0.10);*/
33
position: relative;
44
margin: 5px 0px;
55
border-radius: 3px;
@@ -154,10 +154,14 @@
154154
.sepiaFW-cards-list-body .listElement {
155155
display: flex;
156156
min-height: 33px;
157+
padding-top: 2px;
158+
}
159+
.sepiaFW-cards-list-body .listElement:first-child {
160+
margin-top: 3px;
157161
}
158162
.sepiaFW-cards-list-body .listElement div {
159163
background: rgba(255, 255, 255, 0.90);
160-
border-radius: 3px;
164+
border-radius: 0px;
161165
display: inline-block;
162166
vertical-align: top;
163167
min-height: 20px;
@@ -166,34 +170,46 @@
166170
display: flex;
167171
align-items: center;
168172
justify-content: center;
169-
width: 50px;
170-
margin: 5px 0px 0px 5px;
173+
width: 44px;
174+
/*border-right: 3px solid #e5e5e5;*/
175+
margin: 0px 2px 0px 5px;
171176
user-select: none;
172177
}
173178
.sepiaFW-cards-list-body .listElement .listCenter {
174-
width: calc(100% - 120px);
175-
margin: 5px 5px 0px 5px;
176-
padding: 5px;
179+
display: flex;
180+
align-items: center;
181+
justify-content: left;
182+
width: calc(100% - 100px);
183+
margin: 0px 0px 0px 0px;
184+
padding: 5px 8px;
177185
}
178186
.sepiaFW-cards-list-body .listElement .listRight {
179187
display: flex;
180188
align-items: center;
181189
justify-content: center;
182-
width: 50px;
183-
margin: 5px 5px 0px 0px;
190+
width: 44px;
191+
border-left: 2px solid #545454;
192+
background: #bcbebe;
193+
color: #fff;
194+
margin: 0px 5px 0px 0px;
184195
user-select: none;
185196
}
186-
.sepiaFW-notouch-device .sepiaFW-cards-list-body .listElement .listRight:hover { background: rgba(255, 0, 0, 0.50); }
197+
.sepiaFW-notouch-device .sepiaFW-cards-list-body .listElement .listRight:hover {
198+
background: rgba(255, 0, 0, 0.50);
199+
}
187200

188201
.sepiaFW-cards-list-body .listElement .checked {
189202
background: rgba(0, 255, 0, 0.50);
190203
}
191-
.sepiaFW-notouch-device .sepiaFW-cards-list-body .listElement .checked:hover { background: rgba(0, 255, 255, 0.50); }
192-
204+
.sepiaFW-notouch-device .sepiaFW-cards-list-body .listElement .checked:hover {
205+
background: rgba(0, 255, 255, 0.50);
206+
}
193207
.sepiaFW-cards-list-body .listElement .unchecked {
194208
background: rgba(255, 255, 255, 0.90);
195209
}
196-
.sepiaFW-notouch-device .sepiaFW-cards-list-body .listElement .unchecked:hover { background: rgba(0, 255, 0, 0.50); }
210+
.sepiaFW-notouch-device .sepiaFW-cards-list-body .listElement .unchecked:hover {
211+
background: rgba(0, 255, 0, 0.50);
212+
}
197213

198214
/* hidden and visible */
199215
.sepiaFW-cards-list-body .itemHidden {

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,10 @@ html {
114114
.sepiaFW-cards-list-title.newsHeader button {
115115
color: #312F3F !important;
116116
}
117-
117+
.sepiaFW-cards-list-body .listElement .listRight {
118+
border-left: 2px solid #545454;
119+
background: #d2d2d5;
120+
}
118121
.sepiaFW-cards-list-body .weatherNowSmall .weatherNowSmallImage {
119122
background: #4B6688;
120123
}

www/css/sepiaFW-skin-autum.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ html {
132132
color: #BE3E2C !important;
133133
}
134134

135+
.sepiaFW-cards-list-body .listElement .listRight {
136+
border-left: 2px solid #545454;
137+
background: #d2d2d5;
138+
}
135139
.sepiaFW-cards-list-body .weatherNowSmall .weatherNowSmallImage {
136140
background: #44451F;
137141
}

www/css/sepiaFW-skin-bytemind.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@ html {
161161
background: #6b4d9f;
162162
color: #fff;
163163
}
164+
.sepiaFW-cards-list-body .listElement .listRight {
165+
border-left: 2px solid #999;
166+
background: #d2d2d5;
167+
}
164168

165169
/*----- teachUI -----*/
166170

www/css/sepiaFW-skin-canny.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ html {
7070
color: #fff;
7171
}
7272
#sepiaFW-chat-menu li {
73-
background: rgba(97, 230, 157, 0.10);
73+
background: #e9e9e9;
7474
}
7575

7676
#sepiaFW-myEvents-buttons button,
@@ -157,9 +157,13 @@ html {
157157
/*----- cards ------*/
158158

159159
.sepiaFW-cards-list-title {
160-
background: #eaeaea;
160+
background: #61E69D;
161161
color: #2f3035;
162162
}
163+
.sepiaFW-cards-list-body .listElement .listRight {
164+
border-left: 2px solid #545454;
165+
background: #d2d2d5;
166+
}
163167

164168
/*----- teachUI -----*/
165169

www/css/sepiaFW-skin-grid.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,10 @@ html {
293293
.sepiaFW-cards-list-body .listElement .checked {
294294
background: rgba(206, 255, 26, 0.95);
295295
}
296+
.sepiaFW-cards-list-body .listElement .listRight {
297+
border-left: 2px solid #ceff1a;
298+
background: #44505c;
299+
}
296300
.sepiaFW-cards-list-body .listElement .listRight:hover {
297301
background: rgba(255, 0, 0, 0.95);
298302
}

www/css/sepiaFW-skin-malachite.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ html {
1010
#sepiaFW-main-window {
1111
border-color: #1d1d1d;
1212
border-width: 6px;
13-
border-radius: 16px;
13+
border-radius: 0px;
1414
/*overflow: hidden;*/ /* we can't use this with position fixed children, its buggy */
1515
}
1616
#sepiaFW-nav-bar {
17-
border-radius: 9px 9px 0 0;
17+
border-radius: 0px 0px 0 0;
1818
}
1919
#sepiaFW-chat-controls {
20-
border-radius: 0 0 9px 9px;
20+
border-radius: 0 0 0px 0px;
2121
}
2222
.sepiaFW-top-layer-view {
23-
border-radius: 7px;
23+
border-radius: 0px;
2424
}
2525
}
2626

www/css/sepiaFW-skin-minimal.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ html {
276276
.sepiaFW-cards-list-body > div > div {
277277
background: #000 !important;
278278
color: #fff;
279+
border-left-color: #222 !important;
279280
}
280281
.sepiaFW-cards-list-body .listElement .checked {
281282
background: #c4f31a !important;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ html {
1717
border-radius: 9px 9px 0 0;
1818
}
1919
#sepiaFW-chat-controls {
20-
border-radius: 0 0 9px 9px;
20+
border-radius: 0 0 0px 0px;
2121
}
2222
.sepiaFW-top-layer-view {
2323
border-radius: 7px;

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,10 @@ html {
181181
background: #121212; /*rgba(225, 225, 245, 1.00);*/
182182
color: #fff; /*#000;*/
183183
}
184+
.sepiaFW-cards-list-body .listElement .listRight {
185+
border-left: 2px solid #ceff1a;
186+
background: #bcbebe;
187+
}
184188
.sepiaFW-cards-list-footer {
185189
background: #CEFF1A;
186190
color: #000;

0 commit comments

Comments
 (0)