diff options
author | Nicolai Tellefsen <niccofyren@gmail.com> | 2016-03-21 20:33:44 +0100 |
---|---|---|
committer | Nicolai Tellefsen <niccofyren@gmail.com> | 2016-03-21 20:33:44 +0100 |
commit | 5ba657e0bca0e4970b08583f6dfc94bfae34741c (patch) | |
tree | 44ed77deecd40ca984aae4bfa1bb949cb87bf7a0 /web/nms-public.gathering.org/old/observium.html | |
parent | d528cad67897dd2c3b98ec15a82868ac2764e2c7 (diff) | |
parent | 727e4ab31aa6d1a754711d4cd29dbcefae2e952a (diff) |
Merge branch 'master' of https://github.com/tech-server/tgmanage
Diffstat (limited to 'web/nms-public.gathering.org/old/observium.html')
-rwxr-xr-x | web/nms-public.gathering.org/old/observium.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/web/nms-public.gathering.org/old/observium.html b/web/nms-public.gathering.org/old/observium.html new file mode 100755 index 0000000..a4acd16 --- /dev/null +++ b/web/nms-public.gathering.org/old/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>
|