]> dev.renevier.net Git - syj.git/blob - public/css/syjprint.css
better print support
[syj.git] / public / css / syjprint.css
1 /*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
2     and is published under the AGPL license. */
3
4 .olControlPanZoom, .olControlAttribution {
5     display: none;
6 }
7 #message, #other-language, #menu, #user_area, #login_area, #newpwd_area, #termsofusearea, #footer, #map-overlay {
8     display: none;
9 }
10
11 div.olMap {
12     z-index: 0;
13 }
14
15 body, html {
16     width: 100%;
17     height: 100%;
18 }
19
20 #map {
21     position: absolute;
22     top: 0; left: 0; right: 0; bottom: 0;
23     width: 100%;
24     height: 100%;
25     border: 1px solid;
26 }
27
28 #path-length {
29     display: none;
30     text-align: center;
31     position: absolute;
32     top: 1em;
33     left: 5em;
34     opacity: 0.85;
35     margin-right: 12px;
36     filter:alpha(opacity=85);
37     background-color: white;
38     padding: 2px 15px 2px 15px;
39     -moz-border-radius: 5px;
40     -webkit-border-radius: 5px;
41     border-radius: 5px;
42     background-color: white;
43 }
44
45 @page {
46   size: landscape;
47 }