iobroker.energiefluss-erweitert
Version:
This ioBroker adapter is the next Version of the energiefluss with the attribute 'erweitert' and allows to display an energyflow animation inside an iframe or HTML DIV.
26 lines • 996 B
CSS
:root {
--primary: #d3d3d3;
--secondary: #aaaaaa;
--black: #ccc;
--blackTrans: rgba(255, 255, 255, 0.4);
--white: #323232;
--darkestGrey: #777777;
--creme: #777;
--silvergrey: #9e9d9d;
--darkgrey: #a3a3a3;
--red: #b42c3a;
--green: #155724;
--blue: #2a4b5e;
--yellow: #856404;
--middle-grey: #323232;
--loading-background: rgba(119, 119, 119, 0.6);
--box-shadow: 0 6px 12px rgba(255, 255, 255, 0.175);
--box-shadow-toast: 0 4px 8px rgba(255, 255, 255, 0.175);
--box-shadow-hover: 0 12px 18px rgba(255, 255, 255, .200);
--container-background: linear-gradient(to right, #323232 30%, rgba(255, 255, 255, 0)),
linear-gradient(to right, rgba(255, 255, 255, 0), #323232 70%) 0 100%,
radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.6),
rgba(0, 0, 0, 0)),
radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.6),
rgba(0, 0, 0, 0)) 0 100%;
}