X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=contrib%2Fcollection3%2Fshare%2Fstyle.css;fp=contrib%2Fcollection3%2Fshare%2Fstyle.css;h=8c12951b1ccd6995b5f1501e4bfe8a7733470aec;hb=1cf67d3e29da8ce7bdb29bc2fb8b1f0c1ca96e39;hp=0000000000000000000000000000000000000000;hpb=9caf56be59e558bc2fc4eaee3178580910fed869;p=pkg-collectd.git diff --git a/contrib/collection3/share/style.css b/contrib/collection3/share/style.css new file mode 100644 index 0000000..8c12951 --- /dev/null +++ b/contrib/collection3/share/style.css @@ -0,0 +1,79 @@ +div.graph +{ +} + +div.graph_canvas div.graph_float +{ + float: left; + position: relative; +} + +div.graph_float div.controls +{ + display: none; + position: absolute; +} + +div.graph_float:hover div.controls +{ + display: block; +} + +div.graph_float div.controls.zoom +{ + right: 5px; + bottom: 10px; +} + +div.graph_float div.controls.preset +{ + right: 5px; + top: 5px; +} + +div.graph_float div.controls div +{ + display: block; + + color: gray; + background: white; + + text-decoration: none; + text-align: center; + font-size: small; + + cursor: pointer; + + border: 1px solid gray; + width: 1em; + height: 1em; + padding: 1px; + margin: 0px; +} + +div.graph_float div.controls div:hover +{ + color: black; + border-color: black; +} + +div.graph_float div.controls.preset div +{ + margin: 1px 0px 1px 0px; +} + +div.graph_float div.controls.zoom div +{ + float: left; + margin: 0px 1px 0px 1px; +} + +table +{ + border-collapse: collapse; +} +td, th +{ + border: 1px solid gray; +} +/* vim: set sw=2 sts=2 et : */