display transparancy block for garbage Topic is solved
Moderators: leecollings, htilburgs, robgeerts
-
pvklink
- Posts: 822
- Joined: Wednesday 12 November 2014 15:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest b
- Contact:
display transparancy block for garbage
Is it possible to change the block transparancy for only the garbage background block ?
see attachment, the text and the icon is hardly readible
see attachment, the text and the icon is hardly readible
Raspberry (raspbian on rpi 3) , Domoticz Beta, dzVents , RFXtrx433e, P1, Hue, Yeelight, Zwave+, X10, ESP(easy), MQTT,Weather Underground, System Alive Checker, Domoticz Remote Server to RPI with Google Assistant,
Jablotron connection, Ikea
Jablotron connection, Ikea
- HansieNL
- Posts: 969
- Joined: Monday 28 September 2015 15:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: display transparancy block for garbage
- Spoiler: show
Code: Select all
[data-id='garbage'] {
background-color: rgba(0,0,0,0.5) !important;
}
You can change the red value from 0.1 till 1.0 to see what's best for you.
Blah blah blah
-
pvklink
- Posts: 822
- Joined: Wednesday 12 November 2014 15:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest b
- Contact:
Re: display transparancy block for garbage
is it also possible to turn off the background block ?
so that the garbage displays as a sort of icom on the desk
so that the garbage displays as a sort of icom on the desk
Raspberry (raspbian on rpi 3) , Domoticz Beta, dzVents , RFXtrx433e, P1, Hue, Yeelight, Zwave+, X10, ESP(easy), MQTT,Weather Underground, System Alive Checker, Domoticz Remote Server to RPI with Google Assistant,
Jablotron connection, Ikea
Jablotron connection, Ikea
- HansieNL
- Posts: 969
- Joined: Monday 28 September 2015 15:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: display transparancy block for garbage
- Spoiler: show
Code: Select all
[data-id='garbage'] {
opacity: 1.0 !important;
}
Blah blah blah
-
pvklink
- Posts: 822
- Joined: Wednesday 12 November 2014 15:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest b
- Contact:
Re: display transparancy block for garbage
wat doet dat?
zie niet veranderen...
Heb overigens nog zo'n raar gevalletje dat de kleur vervaagd.
zie bijgevoegd image. Ik heb de blinds png zelf gemaakt en gekoppeld aan open en dicht. dat werkt goed.
vwb de kleuren heb ik de zelfde kleuren met een kleurenpicker gepkt van de iconen eronder..
en toch is het vele malen vager.....
is daar een verklaring voor en een oplossing?
zie niet veranderen...
Heb overigens nog zo'n raar gevalletje dat de kleur vervaagd.
zie bijgevoegd image. Ik heb de blinds png zelf gemaakt en gekoppeld aan open en dicht. dat werkt goed.
vwb de kleuren heb ik de zelfde kleuren met een kleurenpicker gepkt van de iconen eronder..
en toch is het vele malen vager.....
is daar een verklaring voor en een oplossing?
Raspberry (raspbian on rpi 3) , Domoticz Beta, dzVents , RFXtrx433e, P1, Hue, Yeelight, Zwave+, X10, ESP(easy), MQTT,Weather Underground, System Alive Checker, Domoticz Remote Server to RPI with Google Assistant,
Jablotron connection, Ikea
Jablotron connection, Ikea
- HansieNL
- Posts: 969
- Joined: Monday 28 September 2015 15:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: display transparancy block for garbage
- Spoiler: show
Blah blah blah
- HansieNL
- Posts: 969
- Joined: Monday 28 September 2015 15:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: display transparancy block for garbage
- Spoiler: show
Code: Select all
[data-id='garbage'] {
background: none !important
}Blah blah blah
-
pvklink
- Posts: 822
- Joined: Wednesday 12 November 2014 15:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest b
- Contact:
Re: display transparancy block for garbage
no, when it is open it is sharp....closed is foggy
so it lookes that dashticz uses some kind of fog filter when the switch is off...
would be nice when you could put this on or off.
i want the bright color when my blind is closed....
so it lookes that dashticz uses some kind of fog filter when the switch is off...
would be nice when you could put this on or off.
i want the bright color when my blind is closed....
Raspberry (raspbian on rpi 3) , Domoticz Beta, dzVents , RFXtrx433e, P1, Hue, Yeelight, Zwave+, X10, ESP(easy), MQTT,Weather Underground, System Alive Checker, Domoticz Remote Server to RPI with Google Assistant,
Jablotron connection, Ikea
Jablotron connection, Ikea
-
Lokonli
- Posts: 2292
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: display transparancy block for garbage
Dashticz applies the following styling:pvklink wrote: Thursday 22 August 2019 17:52 no, when it is open it is sharp....closed is foggy
so it lookes that dashticz uses some kind of fog filter when the switch is off...
would be nice when you could put this on or off.
i want the bright color when my blind is closed....
Code: Select all
.off.icon {
opacity:0.4 !important;
}
You can overrule this for all off icons by adding the following to your custom.css:
Code: Select all
.off.icon {
opacity:1 !important;
}
Code: Select all
.block_123 .off.icon {
opacity:1 !important;
}
-
pvklink
- Posts: 822
- Joined: Wednesday 12 November 2014 15:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest b
- Contact:
Re: display transparancy block for garbage
wunderful!
Curious if this works with blinds,doors etc. open, closed
i am gonna play with this!
Thanks guys!
Lot off issues from my to-to-list solved!
Curious if this works with blinds,doors etc. open, closed
i am gonna play with this!
Thanks guys!
Lot off issues from my to-to-list solved!
Raspberry (raspbian on rpi 3) , Domoticz Beta, dzVents , RFXtrx433e, P1, Hue, Yeelight, Zwave+, X10, ESP(easy), MQTT,Weather Underground, System Alive Checker, Domoticz Remote Server to RPI with Google Assistant,
Jablotron connection, Ikea
Jablotron connection, Ikea
-
pvklink
- Posts: 822
- Joined: Wednesday 12 November 2014 15:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest b
- Contact:
Re: display transparancy block for garbage
it works for on / off devices
but not for open /close
see accu, there it works (is on off)
and blinds (rolluik) is open/close
but not for open /close
see accu, there it works (is on off)
and blinds (rolluik) is open/close
Raspberry (raspbian on rpi 3) , Domoticz Beta, dzVents , RFXtrx433e, P1, Hue, Yeelight, Zwave+, X10, ESP(easy), MQTT,Weather Underground, System Alive Checker, Domoticz Remote Server to RPI with Google Assistant,
Jablotron connection, Ikea
Jablotron connection, Ikea
-
pvklink
- Posts: 822
- Joined: Wednesday 12 November 2014 15:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest b
- Contact:
Re: display transparancy block for garbage
you wont believe this..
i have two switches that are presented after each other.
I want them both with opacity 1.
But only 1 off them works. It concerns 1303 and 1423. When i change them first 1423 and then 1303 :
.block_1423 .off.icon {opacity:1 !important;}
.block_1303 .off.icon {opacity:1 !important;}
then the switch does work! so there must be a thing with tow together or something else...
i have two switches that are presented after each other.
I want them both with opacity 1.
But only 1 off them works. It concerns 1303 and 1423. When i change them first 1423 and then 1303 :
.block_1423 .off.icon {opacity:1 !important;}
.block_1303 .off.icon {opacity:1 !important;}
then the switch does work! so there must be a thing with tow together or something else...
Code: Select all
// de grijze sluier bij off verwijderen
//.block_86 .off.icon {opacity:1 !important;} does not work for a blind
//.block_86 .closed.icon {opacity:1 !important;} does not work for a blind
.block_1303 .off.icon {opacity:1 !important;}
.block_1423 .off.icon {opacity:1 !important;}
.block_1163 .off.icon {opacity:1 !important;}
.block_354 .off.icon {opacity:1 !important;}
Raspberry (raspbian on rpi 3) , Domoticz Beta, dzVents , RFXtrx433e, P1, Hue, Yeelight, Zwave+, X10, ESP(easy), MQTT,Weather Underground, System Alive Checker, Domoticz Remote Server to RPI with Google Assistant,
Jablotron connection, Ikea
Jablotron connection, Ikea
-
pvklink
- Posts: 822
- Joined: Wednesday 12 November 2014 15:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest b
- Contact:
Re: display transparancy block for garbage
ok solved it!
both the blinds and the switch that did not work, do work now!
it had something to do with the part of my code that i disabled with: // signs
// de grijze sluier bij off verwijderen
//.block_86 .off.icon {opacity:1 !important;} does not work for a blind
//.block_86 .closed.icon {opacity:1 !important;} does not work for a blind
i removed that part and all works!
i now use /* .... */ for documenting code // is for the .js part...
.
both the blinds and the switch that did not work, do work now!
it had something to do with the part of my code that i disabled with: // signs
// de grijze sluier bij off verwijderen
//.block_86 .off.icon {opacity:1 !important;} does not work for a blind
//.block_86 .closed.icon {opacity:1 !important;} does not work for a blind
i removed that part and all works!
i now use /* .... */ for documenting code // is for the .js part...
Raspberry (raspbian on rpi 3) , Domoticz Beta, dzVents , RFXtrx433e, P1, Hue, Yeelight, Zwave+, X10, ESP(easy), MQTT,Weather Underground, System Alive Checker, Domoticz Remote Server to RPI with Google Assistant,
Jablotron connection, Ikea
Jablotron connection, Ikea
- HansieNL
- Posts: 969
- Joined: Monday 28 September 2015 15:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: display transparancy block for garbage
- Spoiler: show
Javascript multi-line comments start with /* and end with */
CSS comments starts always with /* and always ends with */
Tip: if you have some spare time check https://www.w3schools.com
Blah blah blah
-
pvklink
- Posts: 822
- Joined: Wednesday 12 November 2014 15:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest b
- Contact:
Re: display transparancy block for garbage
thanks for the advise !
gonna read (just to late for holiday)
for what about css, do i have to look at css or w3.css ?
gonna read (just to late for holiday)
for what about css, do i have to look at css or w3.css ?
Raspberry (raspbian on rpi 3) , Domoticz Beta, dzVents , RFXtrx433e, P1, Hue, Yeelight, Zwave+, X10, ESP(easy), MQTT,Weather Underground, System Alive Checker, Domoticz Remote Server to RPI with Google Assistant,
Jablotron connection, Ikea
Jablotron connection, Ikea
-
pvklink
- Posts: 822
- Joined: Wednesday 12 November 2014 15:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest b
- Contact:
Re: display transparancy block for garbage
the result:
Raspberry (raspbian on rpi 3) , Domoticz Beta, dzVents , RFXtrx433e, P1, Hue, Yeelight, Zwave+, X10, ESP(easy), MQTT,Weather Underground, System Alive Checker, Domoticz Remote Server to RPI with Google Assistant,
Jablotron connection, Ikea
Jablotron connection, Ikea
- HansieNL
- Posts: 969
- Joined: Monday 28 September 2015 15:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: display transparancy block for garbage
Take a look at CSS. Have fun coding. Oh... and don't forget: your dashboard will never be finished.pvklink wrote: Thursday 22 August 2019 21:52 thanks for the advise !
gonna read (just to late for holiday)
for what about css, do i have to look at css or w3.css ?
Blah blah blah
-
pvklink
- Posts: 822
- Joined: Wednesday 12 November 2014 15:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest b
- Contact:
Re: display transparancy block for garbage
And again, thanks (and lokonli) for the all the help!
Raspberry (raspbian on rpi 3) , Domoticz Beta, dzVents , RFXtrx433e, P1, Hue, Yeelight, Zwave+, X10, ESP(easy), MQTT,Weather Underground, System Alive Checker, Domoticz Remote Server to RPI with Google Assistant,
Jablotron connection, Ikea
Jablotron connection, Ikea
Who is online
Users browsing this forum: No registered users and 1 guest