]> dev.renevier.net Git - syj.git/blobdiff - public/css/syjprint.css
better print support
[syj.git] / public / css / syjprint.css
diff --git a/public/css/syjprint.css b/public/css/syjprint.css
new file mode 100644 (file)
index 0000000..5a1c664
--- /dev/null
@@ -0,0 +1,47 @@
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
+    and is published under the AGPL license. */
+
+.olControlPanZoom, .olControlAttribution {
+    display: none;
+}
+#message, #other-language, #menu, #user_area, #login_area, #newpwd_area, #termsofusearea, #footer, #map-overlay {
+    display: none;
+}
+
+div.olMap {
+    z-index: 0;
+}
+
+body, html {
+    width: 100%;
+    height: 100%;
+}
+
+#map {
+    position: absolute;
+    top: 0; left: 0; right: 0; bottom: 0;
+    width: 100%;
+    height: 100%;
+    border: 1px solid;
+}
+
+#path-length {
+    display: none;
+    text-align: center;
+    position: absolute;
+    top: 1em;
+    left: 5em;
+    opacity: 0.85;
+    margin-right: 12px;
+    filter:alpha(opacity=85);
+    background-color: white;
+    padding: 2px 15px 2px 15px;
+    -moz-border-radius: 5px;
+    -webkit-border-radius: 5px;
+    border-radius: 5px;
+    background-color: white;
+}
+
+@page {
+  size: landscape;
+}