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