www-thermferm/css/style.css

Thu, 17 Jul 2014 21:19:22 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 17 Jul 2014 21:19:22 +0200
changeset 113
cf3f906ffe0d
parent 112
d82c5499285c
child 117
7119ea8a5225
permissions
-rw-r--r--

Created control panel layout

/*
 */

/* Reset default browser CSS. */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}


body {
    background: #fff;
    color: #000;
    font-family: Verdana, Arial, sans-serif;
    width: 980px;
    font-size: 12px;
    margin: 0px;
}


#header button.script-status {
    margin:10px;
}

#container {
    width: 980px;
    height: 510px;
    background: #ddd;
    margin-bottom: 10px;
    float: left;
}

#header {
    width: 968px;
    height: 90px;
    background: #222;
    margin: 5px;
    float: left;
}

#logo {
    float: left;
    clear: none;
    display: block;
    margin-left: 4px;
    margin-top: 4px;
    width: 450px;
    text-align: center;
}

#content {
    width: 968px;
    height: 400px;
    background: #fff;
    margin: 5px;
    float: left;
}


#fermentor {
    border: 5px solid;
    border-color: #FFCC01;
    border-radius: 15px 15px 15px 15px;
    height: 380px;
    width: 464px;
    background: #fff;
    margin: 5px;
    float: left;
}

#fermentor_head {
    margin-bottom: 1px;
    padding: 3px 10px 8px;
    background-color: #FFCC01;
    color: #666666;
    font-weight: bold;
}

#fermentor_pict {
    width: 220px;
    height: 350px;
    float: left;
}

#fermentor_panel {
    width: 240px;
    height: 270px;
    float: left;
    background-color: #f0f0f0;
}

#fermentor_selector {
    width: 160px;
    height: 160px;
    float: left;
}

#fermentor_powerled {
    width: 80px;
    height: 160px;
    float: left;
}

#fermentor_display1 {
    width: 80px;
    height: 40px;
    float: left;
}

#fermentor_display2 {
    width: 80px;
    height: 40px;
    float: left;
}

#fermentor_display3 {
    width: 80px;
    height: 40px;
    float: left;
}

#fermentor_led1 {
    width: 80px;
    height: 40px;
    float: left;
}

#fermentor_led2 {
    width: 80px;
    height: 40px;
    float: left;
}

#fermentor_led3 {
    width: 80px;
    height: 40px;
    float: left;
}

#fermentor_toggle1 {
    width: 80px;
    height: 40px;
    float: left;
}

#fermentor_toggle2 {
    width: 80px;
    height: 40px;
    float: left;
}

#fermentor_toggle3 {
    width: 80px;
    height: 40px;
    float: left;
}

#fermentor_control {
    width: 240px;
    height: 40px;
    float: right;
}

#fermentor_edit {
    width: 240px;
    height: 40px;
    float: right;
}

mercurial