www-thermferm/css/style.css

Tue, 22 Jul 2014 17:56:56 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 22 Jul 2014 17:56:56 +0200
changeset 121
03306c3bfd60
parent 118
7c8f35a43cec
child 122
e57043423e72
permissions
-rw-r--r--

Initial setup to draw charts

/*
 */

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

#jqxWidget {
    width: 980px;
    height: 510px;
    float: left;
}

#header {
    width: 980px;
    height: 80px;
    float: left;
}

#jqxTabs {
    width: 980px;
    height: 440px;
    float: left;
}


#fermentor {
    height: 382px;
    width: 968px;
    background: #fff;
    margin: 5px;
    float: left;
}

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

#fermentor_panel {
    width: 240px;
    height: 380px;
    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: 90px;
    float: left;
}

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

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

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

mercurial