]> dev.renevier.net Git - syj.git/blob - public/css/syj.css
work around webkit #42985 for *all* text inputs
[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 }
62 #geom_submit {
63     margin-top: 0.7em;
64 }
65
66 #login_controls {
67     margin-top: 8px;
68     margin-left: 3em;
69 }
70
71 .login-anchor {
72     display: block;
73     float: left;
74     position: relative;
75     background-color: white;
76     margin: 0px 10px 0px 10px;
77     text-decoration: none;
78     color: #0000EE;
79     border: #1E90FF 2px solid;
80     padding: 2px 15px 2px 15px;
81     -moz-border-radius: 5px;
82     -webkit-border-radius: 5px;
83     border-radius: 5px;
84     background-color: white;
85     opacity: 0.85;
86     filter:alpha(opacity=85);
87 }
88 .login-anchor:hover {
89     background-color: #BBBBFF;
90 }
91
92 /*
93  * login rules
94  */
95 .modal {
96     background-color: white;
97     text-align: center;
98     width: 50%;
99     margin-left: auto;
100     margin-right: auto;
101     padding: 21px;
102     border: 1px solid gray;
103     opacity: 0.85;
104     filter:alpha(opacity=85);
105 }
106
107 .form-table-elem {
108     display: block;
109     width: 100%;
110 }
111 .modal .message {
112     margin: 0 35px 12px 35px;
113 }
114 #login_area_create {
115     text-align: right;
116 }
117
118 #user_email-desc {
119     margin: 0px 0px 12px 0px;
120     padding: 8px 2px 8px 2px;
121     background-color: #D3D3D3; /* lightgrey */
122 }
123
124 #termsofusearea {
125     height: 50%;
126 }
127
128 #other-language {
129     opacity: 0.85;
130     filter:alpha(opacity=85);
131     position: absolute;
132     right: 10px;
133     top: 10px;
134     background-color: white;
135     padding: 5px 1px 5px 1px;
136     margin: 0;
137 }