]> dev.renevier.net Git - syp.git/blob - media/syp.css
add links to syp homepage in attribution control
[syp.git] / media / syp.css
1 /* Copyright (c) 2009 Arnaud Renevier, Inc, published under the modified BSD
2    license. */
3
4 @import url(common.css);
5
6 #map {
7     width: 100%;
8     height: 100%;
9 }
10
11 .olControlAttribution {
12     left: 3px;
13     bottom: 1.5em!important;
14     width: 50%;
15 }
16
17 .olPopup p {
18     width: 400px;
19 }
20 .olPopup img {
21     max-height: 400px;
22     max-width: 400px;
23
24     /* for IE (does not understand max-heigth max-width) */
25     _height: expression((this.offsetHeight>this.offsetWidth) ? 
26              Math.min(parseInt(this.offsetHeight), 400 ) : true);
27     _width: expression((this.offsetWidth>=this.offsetHeight) ? 
28             Math.min(parseInt(this.offsetWidth), 400 ) : true); 
29 }
30 .olPopup {
31     text-align: center;
32     border: 3px double black;
33     background-color: white;
34 }
35 /* for IE (does not understand double borders */
36 #popup_contentDiv {
37     _border: 2px solid black;
38 }
39
40 #message {
41     display: none;
42     z-index: 2000;
43     position: absolute;
44     bottom: 4px;
45     margin: 0px 30% 0px 30%;
46     text-align: center;
47     width: 40%;
48     padding: 18px 0px 12px 0px;
49     font-weight: bold;
50     background-color: white;
51 }