X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=public%2Fcss%2Fsyjprint.css;fp=public%2Fcss%2Fsyjprint.css;h=5a1c6647d4bca769a2681d74afb4ac494c46ab85;hb=36fd88b7c9509509dc20070dae48883abe01a3fa;hp=0000000000000000000000000000000000000000;hpb=f4bf761bc8fcb7bb3505a5e1e878952024b06834;p=syj.git diff --git a/public/css/syjprint.css b/public/css/syjprint.css new file mode 100644 index 0000000..5a1c664 --- /dev/null +++ b/public/css/syjprint.css @@ -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; +}