diff -r 50545c3e36c6 -r 5b384299cc53 www/css/style.css --- a/www/css/style.css Sat Aug 11 16:36:45 2018 +0200 +++ b/www/css/style.css Sat Aug 11 19:16:51 2018 +0200 @@ -68,7 +68,40 @@ } -#fermentor_thermometers { +.temperature { + display: inline-block; + font-size: 12pt; + width: 64px; + height: 20px; + white-space: nowrap; + color: #00eeee; +} + +.NUM { + font-family: "Arial Black", Gadget, sans-serif; + color: #00eeee; + border-style: ridge; + padding: 2px; + margin: 2px; + background-color: #212121; +} + + +/* + * +----------------------------------------------------_ + * |+-------------------++--------++-------------------+| + * || || || || + * || || chiller|| || + * || || || || + * || |=--------+| || + * || Air temp |+--------+| Beer temp || + * || || || || + * || || Temps || || + * || || digits || || + * |+-------------------++--------++-------------------+| + * +----------------------------------------------------+ + */ +#fermenter_thermometers { width: 720px; height: 295px; background-color: #252526; @@ -78,6 +111,18 @@ border-radius: 5px 5px 5px 5px; } +#fermenter_tempdigits { + width: 145px; + height: 120px; + float: left; + margin-top: 170; + background-color: #252526; + border: 2px solid; + border-color: #888; + border-radius: 5px 5px 5px 5px; +} + + .LEDred_on { margin: 5px auto;