www-thermferm/css/style.css

Wed, 16 Jul 2014 13:42:14 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 16 Jul 2014 13:42:14 +0200
changeset 112
d82c5499285c
parent 100
012576d7386d
child 113
cf3f906ffe0d
permissions
-rw-r--r--

Added buttons

/*
 */

/* 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_control {
    width: 240px;
    height: 300px;
    float: right;
}

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

mercurial