]> dev.renevier.net Git - syj.git/blob - public/css/syj.css
some css improvements
[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     opacity: 0.85;
55     filter:alpha(opacity=85);
56     border: 1px solid gray;
57     margin: auto;
58     -moz-border-radius: 5px;
59     -webkit-border-radius: 5px;
60     border-radius: 5px;
61 }
62 #data_controls_btns {
63     padding: 5px 10px 5px 10px;
64 }
65 #geomform {
66     padding: 25px 45px 20px 45px;
67 }
68 #edit-btn {
69     margin-top: 1em;
70 }
71 #geom_title {
72     margin-top: 0.7em;
73 }
74 #geom_submit {
75     margin-top: 0.7em;
76 }
77
78 #login_controls {
79     padding-top: 8px;
80     padding-left: 3em;
81 }
82
83 .login-anchor {
84     display: block;
85     float: left;
86     position: relative;
87     background-color: white;
88     margin: 0px 10px 0px 10px;
89     text-decoration: none;
90     color: #0000EE;
91     border: #1E90FF 2px solid;
92     padding: 2px 15px 2px 15px;
93     -moz-border-radius: 5px;
94     -webkit-border-radius: 5px;
95     border-radius: 5px;
96     background-color: white;
97     opacity: 0.85;
98     filter:alpha(opacity=85);
99 }
100 .login-anchor:hover {
101     background-color: #BBBBFF;
102 }
103
104 #account-info-bullet {
105     /* in firefox, in image inside an anchor has a border */
106     border: none;
107     vertical-align: middle;
108 }
109
110 /*
111  * login rules
112  */
113 .modal {
114     background-color: white;
115     text-align: center;
116     width: 50%;
117     margin-left: auto;
118     margin-right: auto;
119     padding: 21px;
120     border: 1px solid gray;
121     opacity: 0.85;
122     filter:alpha(opacity=85);
123 }
124
125 .form-table-elem {
126     display: block;
127     width: 100%;
128 }
129 .modal .message {
130     margin: 0 35px 12px 35px;
131 }
132 #login_area_create {
133     text-align: right;
134 }
135
136 #user_email-desc {
137     margin: 0px 0px 12px 0px;
138     padding: 8px 2px 8px 2px;
139     background-color: #D3D3D3; /* lightgrey */
140 }
141
142 #termsofusearea {
143     height: 50%;
144 }
145
146 #other-language {
147     opacity: 0.85;
148     filter:alpha(opacity=85);
149     position: absolute;
150     right: 10px;
151     top: 10px;
152     background-color: white;
153     padding: 5px 1px 5px 1px;
154     margin: 0;
155 }