diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-03-27 08:27:17 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-03-27 08:27:17 +0200 |
commit | 1d2470a411e5eaac7e5a1c5d5b6b81e92c92f4a8 (patch) | |
tree | 54b901757b088d54d33e70f28a6203383b4dc844 /examples/historical/web/nms.gathering.org/observium.html | |
parent | 0a230ac5481b9518abc64181dbbb4509d83c0b89 (diff) | |
parent | 96a9bb4c42f4b53020302fea2a46e734c61c0319 (diff) |
Merge branch 'master' of github.com:tech-server/tgmanage
Diffstat (limited to 'examples/historical/web/nms.gathering.org/observium.html')
-rwxr-xr-x | examples/historical/web/nms.gathering.org/observium.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/examples/historical/web/nms.gathering.org/observium.html b/examples/historical/web/nms.gathering.org/observium.html new file mode 100755 index 0000000..a4acd16 --- /dev/null +++ b/examples/historical/web/nms.gathering.org/observium.html @@ -0,0 +1,37 @@ +<html>
+ <head>
+ <title>TG15 - The Future Is Back</title>
+ <style type="text/css">
+ body {
+ margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin: 0 auto;
+ background-image: url('http://funfact.tg15.gathering.org/background.png');
+ background-size: 1920px 1080px; background-repeat: no-repeat; overflow: hidden;
+ }
+
+ iframe {
+ position: absolute;
+ bottom: 0px;
+ top: 0px;
+ left: 0px;
+ visibility: hidden;
+ margin: 0px;
+ overflow-y: hidden;
+ overflow-x: hidden;
+ //-ms-zoom: 0.75;
+ //-moz-transform: scale(0.75);
+ //-moz-transform-origin: 0 0;
+ //-o-transform: scale(0.75);
+ //-o-transform-origin: 0 0;
+ //-webkit-transform: scale(0.75);
+ //-webkit-transform-origin: 0 0;
+ }
+
+ #observium {
+ padding-top: 300px;
+ }
+ </style>
+ </head>
+ <body>
+ <iframe height="700" class="frames" width="1780" id="observium" frameborder="0" src="http://observium.tg15.gathering.org/graph-realtime.php?type=bits&id=447&interval=30" scrolling="no" style="visibility: visible;"></iframe>
+ </body>
+</html>
|