www-thermferm/css/style.css

Sun, 20 Jul 2014 23:09:50 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 20 Jul 2014 23:09:50 +0200
changeset 117
7119ea8a5225
parent 113
cf3f906ffe0d
child 118
7c8f35a43cec
permissions
-rw-r--r--

Initial setup of wqwidgets

/*
 */

/* 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;
//    background: #ddd;
    float: left;
}

#header {
    width: 980px;
    height: 60px;
//    background: #222;
//    margin: 5px;
    float: left;
}

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


#fermentor {
    border: 5px solid;
    border-color: #FFCC01;
    border-radius: 15px 15px 15px 15px;
    height: 393px;
    width: 958px;
    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: 350px;
    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