X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=web%2FMonitorWeb%2Fmonitorweb%2Fstatic%2Fcss%2Fstyle.css;h=71d6cca3460fc835eed369b03524e9522c2335f1;hb=09b59c841e16304b3f0826e6866e212bad922840;hp=d3a365c59f207bed44302b4c73950056b7423b1a;hpb=3f4df5945bbfb4592a164d929cf22c31d5fba50e;p=monitor.git diff --git a/web/MonitorWeb/monitorweb/static/css/style.css b/web/MonitorWeb/monitorweb/static/css/style.css index d3a365c..71d6cca 100644 --- a/web/MonitorWeb/monitorweb/static/css/style.css +++ b/web/MonitorWeb/monitorweb/static/css/style.css @@ -108,17 +108,23 @@ a.right { float: right; } #site-offline { background-color: red; } #site-down { background-color: indianred; } +#site-True { background-color : darkseagreen; } +#site-False { background-color: indianred; } + #node-online { background-color : lightgreen; } #node-good { background-color : darkseagreen; } #node-offline { background-color: red; } #node-down { background-color: indianred; } +#node-failboot { background-color: gold; } +#node-safeboot { background-color: lightyellow; } +#node-disabled { background-color: grey; } #pcu-online { background-color : lightgreen; } #pcu-good { background-color : darkseagreen; } #pcu-offline { background-color: red; } #pcu-down { background-color: indianred; } -/*#site-0 { background-color : white; }*/ +#site-0 { background-color : darkseagreen ; } #site-1 { background-color: gold; } #site-2 { background-color: indianred; } @@ -142,7 +148,7 @@ a.right { float: right; } color: black; font-size: 127%; background-color: white; - width: 757px; + /*width: 757px;*/ margin: 0 auto 0 auto; border-left: 1px solid #aaa; border-right: 1px solid #aaa; @@ -155,7 +161,7 @@ a.right { float: right; } margin: 0.5em; padding: 1em; float: right; - width: 200px; + /*width: 200px;*/ font-size: 88%; } @@ -206,7 +212,7 @@ h2 { padding: 10px; font-size: 80%; text-align: center; - width: 765px; + /*width: 765px;*/ margin: 0 auto 1em auto; } @@ -226,7 +232,7 @@ span.code { padding: 15px 10px 15px 55px; background: #cec URL('../images/ok.png') left center no-repeat; border: 1px solid #9c9; - width: 450px; + /*width: 450px;*/ font-size: 120%; font-weight: bolder; } @@ -234,14 +240,14 @@ span.code { .notice { margin: 0.5em auto 0.5em auto; padding: 15px 10px 15px 55px; - width: 450px; + /*width: 450px;*/ background: #eef URL('../images/info.png') left center no-repeat; border: 1px solid #cce; } .error { margin: 0.5em auto 0.5em auto; padding: 15px 10px 15px 55px; - width: 450px; + /*width: 450px;*/ background: #e30 URL('../images/widgets.png') left center no-repeat; border: 1px solid #c00; }