diff -r 825210ba2707 -r 09b5efe0c633 www/css/style.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/www/css/style.css Sun Apr 14 12:46:02 2024 +0200 @@ -0,0 +1,31 @@ +/* local style for thermferm web + */ + +body { + background: #ccc; + font-family: Verdana, Arial, sans-serif; + margin: 0px; +} + + +#MainPanel, +#fermenter { + width: 1278px; + height: 628px; + border: 2px solid #4297d7; + background: #252526; + float: left; + color: #eeeeee; +} + + +#about_table { + width: 960px; + background: #353536; + margin: 150px; + border: 2px solid; + border-color: #59b4d4; + border-radius: 5px 5px 5px 5px; +} + +