]> dev.renevier.net Git - syj.git/blob - public/css/syj.css
fixes: attribution not visible in ie <= 7
[syj.git] / public / css / syj.css
1 /*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
2     and is published under the AGPL license. */
3 body, html {
4     margin: 0; padding: 0;
5     width: 100%;
6     height: 100%;
7 }
8
9 /*
10  * map rules
11  */
12 #map {
13     position: absolute;
14     top: 0; left: 0; right: 0;
15     bottom: 2em;
16     *width: 100%;
17     *height: 100%;
18 }
19
20 .olControlAttribution {
21     bottom: 0.5em;
22     *bottom: 2.5em;
23     _bottom: 3.0em;
24     left: 0.5em;
25 }
26
27 /*
28  * main message rules
29  */
30
31 #message {
32     position: absolute;
33     bottom: 3.5em;
34     width: 40%;
35     margin: 0px 45% 0px 15%;
36     padding: 1.5em 1.5em 1.5em 1.5em;
37     text-align: center;
38     border-width: 2px;
39     border-style: solid;
40     -moz-border-radius: 5px;
41     -webkit-border-radius: 5px;
42     border-radius: 5px;
43 }
44
45 /*
46  * controls rules
47  */
48 #data_controls {
49     position: absolute;
50     right: 0.5em;
51     bottom: 3em;
52     text-align: center;
53     background-color: white;
54     padding: 25px 45px 20px 45px;
55     opacity: 0.85;
56     filter:alpha(opacity=85);
57     border: 1px solid gray;
58 }
59 #geom_title {
60     margin-top: 0.7em;
61     background-color: #FDFDFD; /* work around webkit bug #42985 */
62 }
63 #geom_submit {
64     margin-top: 0.7em;
65 }
66
67 #login_controls {
68     margin-top: 8px;
69     margin-left: 3em;
70 }
71
72 .login-anchor {
73     display: block;
74     float: left;
75     position: relative;
76     background-color: white;
77     margin: 0px 10px 0px 10px;
78     text-decoration: none;
79     color: #0000EE;
80     border: #1E90FF 2px solid;
81     padding: 2px 15px 2px 15px;
82     -moz-border-radius: 5px;
83     -webkit-border-radius: 5px;
84     border-radius: 5px;
85     background-color: white;
86     opacity: 0.85;
87     filter:alpha(opacity=85);
88 }
89 .login-anchor:hover {
90     background-color: #BBBBFF;
91 }
92
93 /*
94  * login rules
95  */
96 .modal {
97     background-color: white;
98     text-align: center;
99     width: 50%;
100     margin-left: auto;
101     margin-right: auto;
102     padding: 21px;
103     border: 1px solid gray;
104     opacity: 0.85;
105     filter:alpha(opacity=85);
106 }
107
108 .form-table-elem {
109     display: block;
110     width: 100%;
111 }
112 .modal .message {
113     margin: 0 35px 12px 35px;
114 }
115 #login_area_create {
116     text-align: right;
117 }
118
119 #user_email-desc {
120     margin: 0px 0px 12px 0px;
121     padding: 8px 2px 8px 2px;
122     background-color: #D3D3D3; /* lightgrey */
123 }
124
125 #termsofusearea {
126     height: 50%;
127 }
128
129 #other-language {
130     opacity: 0.85;
131     filter:alpha(opacity=85);
132     position: absolute;
133     right: 10px;
134     top: 10px;
135     background-color: white;
136     padding: 5px 1px 5px 1px;
137     margin: 0;
138 }