Hi Lokonli,
Thanks for the update.
It looks better now, but not all good for me yet.
Probably some setup issues which need to sort out.
The block are good now and needs a little bit tweaking
The LMS text is now ok, but needs a bit more testing when the music is playing
[EDIT]
The LMS text is ok
The standby screen is now mangled
[EDIT]
THe problem looks to appear in the TEXTBLOCK
Old version

- Standby-old.png (44.8 KiB) Viewed 2441 times
New version

- Standby-New.png (47.59 KiB) Viewed 2441 times
Code: Select all
/* --------------------------------------------------------------------------- STANDBY BACKGROUND --------------------------------------------------------------------------- */
.screenstandby {background-color: black !important}
/* --------------------------------------------------------------------------- STANDBY SCREEN --------------------------------------------------------------------------- */
.standby .block_textblock1 {height: 150px !important;background-color: rgba(0,0,0,1) !important;text-align: left !important}
.standby .block_textblock1 .title {display: none !important}
.standby .block_textblock1 .value {font-size: 22px !important;color:white !important; display:inline-block;position: relative; left: -50px !important;top: -15px !important;}
.standby .block_textblock2 {height: 150px !important;background-color: rgba(0,0,0,1) !important}
.standby .block_textblock2 .title {display: none !important}
.standby .block_textblock2 .value {font-size: 22px !important;color:white !important;text-align: center !important;top: -15px !important;}
.standby .block_textblock3 {height: 150px !important;background-color: rgba(0,0,0,1) !important}
.standby .block_textblock3 .title {font-size: 26px !important;position: fixed;top: 5px;right: 10px;text-align: right !important;text-shadow: 2px 2px 5px #FF0000 !important}
.standby .block_textblock3 .value {font-size: 22px !important;position: fixed;top: 40px;right: 5px;text-align: right !important;}
.standby .block_textblock3 img {position: fixed;top: 8px;right: 135px;text-align: right !important;max-width: 30px !important;}
.block_textblock1 {height: 150px !important;background-color: rgba(0,0,0,1) !important;text-align: left !important}
.block_textblock1 .title {display: none !important}
.block_textblock1 .value {font-size: 22px !important;color:white !important; display:inline-block;position: relative; left: -50px !important;top: -15px !important;}
.block_textblock2 {height: 150px !important;background-color: rgba(0,0,0,1) !important}
.block_textblock2 .title {display: none !important}
.block_textblock2 .value {font-size: 22px !important;color:white !important;display:inline-block;position: relative;top: -15px !important;}
.block_textblock3 {height: 150px !important;background-color: rgba(0,0,0,1) !important}
.block_textblock3 .title {font-size: 26px !important;position: fixed;top: 5px;right: 10px;text-align: right !important;text-shadow: 2px 2px 5px #FF0000 !important}
.block_textblock3 .value {font-size: 22px !important;position: fixed;top: 40px;right: 5px;text-align: right !important;}
.block_textblock3 img {position: fixed;top: 8px;right: 135px;text-align: right !important;max-width: 30px !important;}
.standby [data-id='myclock'] {height: 150px !important;background-color: rgba(0,0,0,1) !important;}
.standby [data-id='myclock'] .clock-day {color: rgba(250, 190, 190, 1) !important;text-shadow: 4px 3px 3px #8c8c64 !important;font-weight: bold !important;}
.standby [data-id='myclock'] .clock-hours {color: rgba(242, 242, 242, 1) !important;}
.standby [data-id='myclock'] .clock-minutes {color: rgba(242, 242, 242, 1) !important;}
.standby [data-id='myclock'] .clock-seconds {color: rgba(179, 179, 179, 0.6) !important;}
.standby [data-id='myclock'] .clock-label {color: rgba(200, 200, 0, 1) !important;font-weight: bold;font-family: "floydian"}
.standby .block_regen {font-family: Arial !important;height: 180px !important;display:flex;align-items:center;text-align: right !important;background-color: rgba(0,0,0,1) !important}
.standby .block_regen .title {font-size: 30px !important;rgba(244, 255, 204, 0.5) !important;}
.standby .block_regen .value {display: none}
.standby .block_regen img {display: none}
.standby [data-id='weather_standby'] {font-family: Arial !important;height: 180px !important;background-color: rgba(0,0,0,1) !important}
.standby [data-id='weather_standby'] .icon {font-size: 24pt !important;padding-left: 10px !important}
.standby [data-id='weather_standby'] .temp {font-family: Arial !important;font-weight: bold;font-size: 26pt !important;color:#f4ffcc;}
.standby .weather .icon {max-width: 80px !important;}
.standby .weather .temp {font-family: Arial !important;font-weight: bold;font-size: 26pt !important;color:#f4ffcc;}
.standby .block_sunrise {height: 80px !important;display:flex;align-items:center;text-align: center !important;background-color: rgba(0,0,0,1) !important}
.standby .wi-sunrise:before {font-size: 32pt !important; color: yellow; !important;padding-left: 40px !important;}
.standby .wi-sunset:before {font-size: 32pt !important; color: orange !important; padding-left: 30px !important;}
.standby .sunrise {font-size: 30pt !important; color: #f4ffcc !important;padding-left: 20px !important;}
.standby .sunset {font-size: 30pt !important; color: #f4ffcc !important;padding-left: 20px !important;}
.standby .block_lms {height: 150px !important;display:flex;align-items:center;text-align: left !important;padding-top: 100px !important;background-color: rgba(0,0,0,1) !important}
.standby .block_lms .icon {max-width: 40px !important;color: #89CCFF !important}
.standby .block_lms .col-data {color : yellow !important;display:flex;align-items:center;text-align: left !important;}
.standby .block_lms .title {display: none}
.standby .h4.h4 {font-size:22px;}