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.
24 lines • 911 B
CSS
:root {
--primary: #538ea3;
--secondary: #b2dfee;
--black: #000;
--blackTrans: rgba(0, 0, 0, 0.4);
--white: #FFF;
--darkestGrey: rgb(153, 153, 153);
--transparent: transparent;
--creme: #F5F5F5;
--silvergrey: #d3d3d3;
--darkgrey: #efefef;
--red: lightcoral;
--middle-grey: #edf2f5;
--loading-background: rgba(153, 153, 153, 0.6);
--green: #66b371;
--box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
--box-shadow-hover: 0 12px 18px rgba(0, 0, 0, .200);
--container-background: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0)),
linear-gradient(to right, rgba(255, 255, 255, 0), white 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%;
}