]> dev.renevier.net Git - syp.git/blob - media/syp.css
removes popup scrollbars in firefox. Try to avoid them as much as possible in IE
[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 {
18     text-align: center;
19     border: 3px double black;
20     background-color: white;
21 }
22
23 .olPopup img {
24     margin-left: 5px;
25 }
26
27 /* for IE (does not understand double borders */
28 #popup_contentDiv {
29     _border: 2px solid black;
30 }
31
32 #message {
33     display: none;
34     z-index: 2000;
35     position: absolute;
36     bottom: 4px;
37     margin: 0px 30% 0px 30%;
38     text-align: center;
39     width: 40%;
40     padding: 18px 0px 12px 0px;
41     font-weight: bold;
42     background-color: white;
43 }
44
45 #bigimg_container {
46     z-index: 2001;
47     position: absolute;
48     top: 0;
49     left: 0;
50     width: 100%;
51     height: 100%;
52     display: none;
53     text-align: center;
54     overflow: hidden;
55 }
56 #bigimg_transparency {
57     z-index: -1;
58     position: absolute;
59     top: 0px;
60     left: 0px;
61     right: 0px;
62     bottom; 0px;
63     width: 100%;
64     height: 100%;
65     background-color: #000;
66     opacity: 0.6;
67     filter: alpha(opacity = 60);
68 }
69 #bigimg_content {
70     display: table-cell;
71     vertical-align: middle;
72     _position: absolute;
73     _top: 50%;
74     _left: 50%;
75 }
76 #bigimg {
77     -moz-user-select: none;
78     -webkit-user-select: none;
79     _position: relative;
80     _left: -50%;
81     _top: -50%;
82 }
83 #bigimg_close {
84     position: absolute;
85     top: 0;
86     left: 0;
87     cursor: pointer;
88 }