/* 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: #777; color: #fff; text-align: center; } h1 { font-size: 18px; margin-bottom: 10px; } h2 { font-size: 14px; } .email { background-color:#00FFFF; } a:link, a:visited { color: #3c3e3e; text-decoration: none; } a:hover { color: #777; } .buttons { padding-top: 10px; margin-bottom: 20px; clear: both; width: 100%; text-align: center; } .buttons input, .buttons button { color: #000; background: #d1d3d4; font-weight: bold; } /* Cures div height problems */ .clear { clear: both; background: none; } /* Container Divs */ #container { text-align: left; margin: auto; width: 320px; } #main { background-color: #fff; width: 100%; } #content { color: #000; background-color: #fff; text-align: center; padding: 5px 0 15px 0; } /* Header */ #header { width: 100%; background-color: #3c3e3e; color: #fff; font-size: 12px; padding-top: 10px; padding-bottom: 10px; } #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-bottom: 10px; padding-right: 10px; padding-left: 10px; } #unitType { float: left; text-align: right; } #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: 12px; font-weight: bold; text-align: center; background-color: #e5e7e9; padding-left: 10px; padding-right: 10px; } .allswell_ok { color: #088b43; } .allswell_alarm { color: #ff0000; } /* Footer */ #footer { background-color: #3c3e3e; color: #fff; font-size: 12px; text-align: left; clear: both; padding: 10px; } #footer a { color: #fff; font-weight: bold; } #footer a:hover { text-decoration: underline; } /* END OF GENERIC */ /* Sensors Page */ .cam { width: 300px; margin-left: auto; margin-right: auto; margin-bottom: 10px; } .cam div { background: #999a9d; color: #fff; font-size: 11px; text-align: center; } /*#cameras { text-align: center; width: 100%; }*/ /* Sensor Type Div */ .sensorTitle { background-color: #777; color: #fff; font-size: 13px; font-weight: bold; height: 25px; line-height: 25px; width: 95%; margin: auto; } .sensorTitle .name { float:left; padding-left: 10px; text-align: left; } .sensorTitle .id { float:right; padding-right: 10px; text-align: right; } .sensorBody { width: 95%; background: #fff; margin: 0px auto 20px auto; color: #111; font-size: 12px; padding-top: 10px; text-align: left; padding-bottom: 10px; } .sensorTitle, .sensorBody { border: 1px solid #777; } .sensorTable { border-collapse: separate; color: #111; font-size: 12px; margin-left: 10px; } .sensordata_ok { color: #000000; font-weight: bold; white-space: nowrap; } .error, .sensordata_alarm { color: #ff0000; font-weight: bold; white-space: nowrap; } .sensorcolor { width: 6%; border: 1px solid black; } .sensorname { padding-right: 20px; } .graphContainer { text-align:center; margin-top: 20px; margin-bottom: 20px; } .toggleGraphics { text-align: center; background: #d1d3d4; font-weight: bold; padding-left: 10px; padding-right: 10px; } .toggleGraphics a, .toggleGraphics a:link, .toggleGraphics a:visited { color: #000; } .toggleGraphics a:hover { color: #777; }