2323# sepiaFW-lC { background-color : rgba (200 , 200 , 200 , 0.50 ); }
2424
2525# sepiaFW-login-box , # sepiaFW-nav-bar , # sepiaFW-chat-controls-form , # sepiaFW-chat-controls-right {
26- background : rgba (16 , 32 , 48 , 0.75 );;
26+ background : rgba (16 , 32 , 48 , 0.75 );
2727 border : 1px solid # 15abc3 ;
2828 box-shadow : 0 0 5px # 15abc3 ;
2929 color : # fff ;
4444 color : # fff ;
4545}
4646# sepiaFW-main-window input , # sepiaFW-login-box input {
47- background : rgb (223 , 224 , 245 );
47+ background : rgba (36 , 54 , 71 , 0.5 );
48+ color : # fff ;
4849}
4950
5051# sepiaFW-main-window button ,
7778# sepiaFW-assist-btn-area button {
7879 border : 1px solid # fff ;
7980 box-shadow : 0 0 5px # fff, inset 0 0 5px # fff ;
81+ background : # 142534 ;
8082}
8183# sepiaFW-assist-btn-orbiters {
8284 top : 2px ;
@@ -105,11 +107,11 @@ html {
105107# sepiaFW-chat-menu {
106108 background : rgba (21 , 171 , 195 , 1.00 );
107109 color : # fff ;
108- height : calc (100% - 106px );
110+ /* height: calc(100% - 106px);*/
109111}
110- # sepiaFW-chat-menu : not (.full-screen ) {
112+ /* #sepiaFW-chat-menu:not(.full-screen) {
111113 padding-bottom: 4px;
112- }
114+ }*/
113115# sepiaFW-chat-menu-head-border {
114116 background : linear-gradient (to right, rgba (0 , 0 , 0 , 0 ) 0% , rgba (255 , 255 , 255 , 0.5 ) 40% , rgba (255 , 255 , 255 , 0.5 ) 60% , rgba (0 , 0 , 0 , 0 ) 100% );
115117}
@@ -133,10 +135,10 @@ html {
133135 background : # 102030 ;
134136 color : # fff ;
135137}
136- # sepiaFW-chat-controls-more-menu {
138+ /* #sepiaFW-chat-controls-more-menu {
137139 bottom: 56px;
138140 padding-bottom: 4px;
139- }
141+ }*/
140142# sepiaFW-chat-controls-more-menu button {
141143 background : # 102030 ;
142144 color : # ECEBE7 ;
@@ -283,31 +285,51 @@ html {
283285 box-shadow : 0 0 5px # 15abc3 ;
284286 border : 1px solid # 15abc3 ;
285287}
288+ .sepiaFW-cards-list-contextMenu {
289+ box-shadow : none;
290+ }
286291.sepiaFW-cards-list-footer {
287292 background : rgba (20 , 163 , 187 , 0.66 );
288- color : # fff ;
293+ color : # fff ;
294+ box-shadow : 0 0 5px # 15abc3 ;
295+ border : 1px solid # 15abc3 ;
289296}
290297.sepiaFW-cards-list-body {
291298 color : # 051525 ;
292299}
293300.sepiaFW-cards-list-body .listElement .checked {
294- background : rgba (206 , 255 , 26 , 0.95 );
301+ background : rgba (77 , 255 , 26 , 0.55 );
302+ }
303+ .sepiaFW-cards-list-body .listElement .inProgress {
304+ background : rgba (255 , 235 , 59 , 0.55 );
305+ /*background: rgba(255, 127, 0, 0.55);*/
295306}
296307.sepiaFW-cards-list-body .listElement .listRight {
297308 border-color : # ceff1a ;
298- background : # 44505c ;
309+ background : # 304050 ;
299310}
300311.sepiaFW-cards-list-body .listElement .listRight : hover {
301312 background : rgba (255 , 0 , 0 , 0.95 );
302313}
303314
304- .sepiaFW-cards-list-body .weatherNowSmall .weatherNowSmallImage {
305- background : # 44505c ;
306- }
307315.sepiaFW-cards-list-title .newsHeader {
308316 background : rgba (20 , 163 , 187 , 0.66 ) !important ;
309317 text-shadow : 1px 1px 4px # fff, -1px -1px 4px # fff ;
310318}
319+ .sepiaFW-cards-list-body .listElement > div ,
320+ .sepiaFW-cards-list-body .newsArticle .newsCenter ,
321+ .sepiaFW-cards-list-body .weatherNowSmall .weatherNowSmallImage {
322+ background : rgba (48 , 62 , 80 , 0.55 );
323+ color : # fff ;
324+ }
325+ .sepiaFW-cards-list-body .timeEvent > div ,
326+ .sepiaFW-cards-list-body .radioStation > div ,
327+ .sepiaFW-cards-list-body .weatherNowSmall > div {
328+ background : rgba (20 , 163 , 187 , 0.66 );
329+ color : # fff !important ;
330+ box-shadow : 0 0 5px # 15abc3 ;
331+ border : 1px solid # 15abc3 ;
332+ }
311333
312334/*----- teachUI -----*/
313335
0 commit comments