X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=test%2Fmonitoring%2Fmonitor-demo.css;h=d4505907e4db87073772b7ad86d98177cb28ed64;hb=65353dce81a629e042800bb7b86fcd869a76727e;hp=193e5a74a5edb03384aa30fa41d0e39fd0d6965a;hpb=f2ad66ca695c8fbe923cee8ee483c2f64e6dcfe9;p=src%2Fapp-framework-binder.git diff --git a/test/monitoring/monitor-demo.css b/test/monitoring/monitor-demo.css index 193e5a74..d4505907 100644 --- a/test/monitoring/monitor-demo.css +++ b/test/monitoring/monitor-demo.css @@ -1,19 +1,34 @@ +/* + * Copyright (C) 2015-2020 "IoT.bzh" + * Author: José Bollo + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /*******************************************************************/ /* top */ -body { +html { margin: 2px; - background-image: url(content-background-car-wide.png); - background-position: center; - background-size: cover; + background: darkslategray url(background-iot.bzh.jpeg) center/cover; color: lightsteelblue; font-family: "Lucida Console", Monaco, monospace; + min-height: 100%; } /*******************************************************************/ /* head */ #logo { - background: url(iot-bzh-logo-small.png) center/contain no-repeat; + background: url(iot-bzh-logo-small.png) center/50% no-repeat; height: 60px; width: 200px; } @@ -47,11 +62,6 @@ body { border-radius: 0px 50px; } -#connect { - float: right; - margin: 20px; -} - /*******************************************************************/ /* main area */ @@ -189,6 +199,8 @@ body { height: 10; background-image: url(cross.png); background-size: contain; + background-repeat: no-repeat; + background-position: center; } /*******************************************************************/ @@ -198,7 +210,7 @@ body { width: 10px; height: 10px; background-size: contain; - background-color: cyan; + background-color: lightsteelblue; border-radius: 3px; padding: 2px; } @@ -218,41 +230,43 @@ body { } .separator { - margin: 8px 100px; + margin: 25px 100px; padding: 0px; height: 2px; - background-color: cyan; + background-color: #ee3; } .traceevent.opened { background-color: rgba(0,0,0,0.6); } -/* -.traceevent.request, .trace-box.request { background: #ffd: } -.traceevent.daemon, .trace-box.daemon { background: #fdf; } -.traceevent.service, .trace-box.service { background: #ddf; } -.traceevent.event, .trace-box.event { background: #dfd; } -*/ .traceevent.request, .trace-box.request { color: lightsteelblue; } -.traceevent.daemon, .trace-box.daemon { color: #66f; } +.traceevent.daemon, .trace-box.daemon { color: #5af; } .traceevent.service, .trace-box.service { color: #0f0; } -.traceevent.event, .trace-box.event { color: #f0d; } +.traceevent.event, .trace-box.event { color: #f52; } +.traceevent.global, .trace-box.global { color: white; } .traceevent.closed { max-height: 16px; } +.traceevent .close { + height: 16px; + margin: -1px 0px 0px 0px; + padding: 1px; + background-color: grey; +} + .traceevent .time { height: 16px; - margin: -2px 8px 2px -2px; + margin: -1px 0px 0px 8px; padding: 1px 3px; - background: black; - color: white; - font-weight: bolder; + background-color: grey; + color: black; } .traceevent .tag { + margin-left: 10px; font-weight: bolder; } @@ -263,10 +277,10 @@ body { .traceevent.closed:hover .content { margin: 5px; padding: 5px; - border: solid 1px; - border-radius: 0px 5px 5px 5px; + border: solid 4px; + border-radius: 0px 20px 20px 20px; box-shadow: 10px 10px #dd8; - background-color: rgba(0,0,0,0.8); + background-color: rgba(0,0,0,0.6); } .traceevent table.object tr td:nth-child(1) { @@ -276,11 +290,9 @@ body { } .traceevent table.object tr td:nth-child(2) { -/* - border: solid 1px black; -*/ background-color: rgba(0,0,0,0.4); padding: 0px 4px; + overflow: auto; } .traceevent table { @@ -295,7 +307,7 @@ body { a:link { color: cyan; } a:link:hover, a:active { color: white; } -a:visited { color: #4d4; } +a:visited { color: lightgrey; } /*******************************************************************/ /* json format */