image/www/css/style.css

Mon, 22 Oct 2018 21:43:45 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 22 Oct 2018 21:43:45 +0200
changeset 6
e84200edc852
parent 0
b74b0e4902c3
permissions
-rw-r--r--

Updated esp-ide. Removed VNC server corre encoding because no clients would use it. Enabled WiFi error logmessages. Write runtime record is now debug logging. Removed recipe.Record number, not usefull and was wrong too. Removed console print of json log data.



body {
    background: #ccc;
    font-family: Verdana, Arial, sans-serif;
    margin: 0px;
}


#webui_table {
    width: 360px;
    height: 270px;
    background: #353536;
    border: 2px solid;
    border-color: #59b4d4;
}


#mlt_table {
    width: 178px;
    height: 90px;
    margin: auto;
    background: #303030;
    border: 1px solid;
    border-collapse: collapse;
    color: white;
    border-color: white;
}

#hlt_table {
    width: 178px;
    height: 90px;
    margin: auto;
    background: #3f3f40;
    border: 1px solid;
    border-collapse: collapse;
    color: yellow;
    border-color: yellow;
}

.appbutton {
    width: 60px;
    height: 36px;
    border-radius: 4px;
    background-color: #e7e7e7; color: black;
}

#timer {
    color: white;
    text-align: center;
    font-family: "Courier New", "Lucida Console";
    font-size: 34px;
}

/* LED */
.LEDred {
    margin: 5px auto;
    width: 12px;
    height: 12px;
    background-color: #820;	/* On = #F40 */
    border-radius: 50%;
}

.LEDgreen {
    margin: 5px auto;
    width: 12px;
    height: 12px;
    background-color: #270;	/* On = #5E0 */
    border-radius: 50%;
}

mercurial