www/css/style.css

Sun, 14 Apr 2024 12:46:02 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 14 Apr 2024 12:46:02 +0200
changeset 676
09b5efe0c633
child 678
cc49115e769e
permissions
-rw-r--r--

Add stylesheet, about page. Add menu for fermenters. Add websocket port setup to the config server.

/* 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;
}

mercurial