/* OWL Style Sheet - Lite Modern*/ /* Standardize Tags */ table, div, img, td, tr, p, th, span, br, h1, h2, h3, h4, body, a, form { padding: 0; border-collapse: collapse; border: 0; margin: 0; } /* gives a more consistent checkbox, diff browsers have diff widths*/ input.cb { margin: 1px; } /* START OF GENERIC STYLES - used in multiple pages */ body { font-size: small; font-family: Tahoma, Verdana, sans-serif; background-color: #c2dde6; color: #fff; text-align: center; } h1 { font-weight: bold; font-size: 24px; margin-bottom: 20px; } h2 { font-size: 16px; } .email { background-color:#00FFFF; } a:link, a:visited { color: #2e3393; text-decoration: none; } a:hover { color: #a8dff3; } select, input.blu { color: #2e3393; background: #a8dff3; font-weight: bold; } .buttons { padding-top: 10px; padding-bottom: 10px; clear: both; width: 100%; text-align: center; } .buttons input, .buttons button { color: #2e3393; background: #a8dff3; font-weight: bold; } /* Cures div height problems */ .clear { clear: both; background: none; } /* Container Divs */ #container { text-align: left; margin: auto; } #main { background-color: #bbbdc0; width: 100%; } #content { color: #FFF; background-color: #0072bc; text-align: center; padding-top: 5px; padding-bottom: 15px; } /* Header */ #header { width: 100%; background-color: #00adef; color: #fff; font-size: 12px; padding-top: 12px; } #logo div /* IE5 & 6 fix for box model bug */ { padding-left: 55px; } /*#unitInfo { float: left; }*/ #unitInfo div /* IE5 & 6 fix for box model bug */ { padding-left: 0px; } #unitType { float: left; } #selectscroll { margin-left: 5px; border: 1px solid #999a9d; height: 250px; overflow: auto; } #legendScroll { margin-top: 20px; margin-left: 5px; border: 1px solid #999a9d; height: 150px; overflow: auto; } .legendTable { color: #000000; font-size: 12px; margin-top: 10px; margin-left: 5px; margin-bottom: 1ex; } .allswell_ok, .allswell_alarm { font-size: 14px; font-weight: bold; text-align: right; /* float: left;*/ margin-top: 5px; background-color: #a8dff3; } .allswell_ok { color: #088b43; } .allswell_alarm { color: #ff0000; } /* Footer */ #footer { background-color: #00adef; border-top: 5px solid #bbbdc0; color: #fff; font-size: 12px; float: right; text-align: left; clear: both; } /* END OF GENERIC */ /* Sensors Page */ .cam { width: 300px; margin-left: auto; margin-right: auto; } .cam div { background-color: #999a9d; color: #fff; font-size: 11px; text-align: center; width: 300px; } /*#cameras { text-align: center; width: 100%; }*/ /* Sensor Type Div */ .sensorTitle { background-color: #a8dff3; color: #000; font-size: 13px; font-weight: bold; height: 25px; width: 95%; margin: auto; } .sensorTitle .name { float:left; padding-left: 20px; padding-top: 4px; text-align: left; } .sensorTitle .id { float:right; padding-right:20px; padding-top:4px; text-align: right; } .sensorBody { width: 95%; background-color: white; margin: 0px auto 25px auto; color: #111; font-size: 13px; padding-top: 10px; padding-bottom: 10px; text-align: left; } .sensorTable { border-collapse: separate; background-color: #fff; color: #111; width: 100%; } .sensordata_ok { color: #000000; font-weight: bold; } .error, .sensordata_alarm { color: #ff0000; font-weight: bold; } .sensorcolor { width: 1.25em; margin-right: 5px; border: 1px solid black; } .sensorname { width: 70%; } .graphContainer { text-align:center; margin-top: 20px; margin-bottom: 20px; } .toggleGraphics { text-align: center; background-color: #fff; font-weight: bold; padding-left: .5em; padding-right: .5em; width: 13em; }