]> dev.renevier.net Git - syj.git/blob - public/css/syj.css
allow anonymous routes creation
[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 #account-info-bullet {
93     /* in firefox, in image inside an anchor has a border */
94     border: none;
95     vertical-align: middle;
96 }
97
98 /*
99  * login rules
100  */
101 .modal {
102     background-color: white;
103     text-align: center;
104     width: 50%;
105     margin-left: auto;
106     margin-right: auto;
107     padding: 21px;
108     border: 1px solid gray;
109     opacity: 0.85;
110     filter:alpha(opacity=85);
111 }
112
113 .form-table-elem {
114     display: block;
115     width: 100%;
116 }
117 .modal .message {
118     margin: 0 35px 12px 35px;
119 }
120 #login_area_create {
121     text-align: right;
122 }
123
124 #user_email-desc {
125     margin: 0px 0px 12px 0px;
126     padding: 8px 2px 8px 2px;
127     background-color: #D3D3D3; /* lightgrey */
128 }
129
130 #termsofusearea {
131     height: 50%;
132 }
133
134 #other-language {
135     opacity: 0.85;
136     filter:alpha(opacity=85);
137     position: absolute;
138     right: 10px;
139     top: 10px;
140     background-color: white;
141     padding: 5px 1px 5px 1px;
142     margin: 0;
143 }