]> dev.renevier.net Git - syj.git/blob - public/css/list.css
4f87230a49d908633f8ccc6f2b65da1e6353c7c1
[syj.git] / public / css / list.css
1 .item {
2     float: left;
3     width: 240px;
4     margin: 0px 10px 10px 10px;
5 }
6
7 .geom {
8     float: left;
9     border: 1px solid black;
10     width: 100px;
11     height: 100px;
12     margin: 0 10px 6px 0;
13     position: relative;
14 }
15
16 .map {
17     position: absolute;
18     width: 100%; height: 100%;
19     top: 0; bottom: 0; right: 0; left: 0;
20 }
21
22 .title {
23     height: 2em;
24     clear: left;
25 }
26
27 .page-link {
28     margin-left: 10px;
29     margin-right: 10px;
30 }
31 #navigation {
32     text-align: center;
33 }
34
35 #footer {
36     position: fixed;
37     z-index: 2000;
38     background-color: white;
39 }
40
41 .noroute {
42     text-align: center;
43     border-width: 2px;
44     border-style: solid;
45     -moz-border-radius: 5px;
46     -webkit-border-radius: 5px;
47     border-radius: 5px;
48     width: 40%;
49     margin: auto;
50     padding: 12px;
51     margin-top: 28px;
52 }
53
54 #message {
55     width: 40%;
56     margin: 20px auto 20px auto;
57     padding: 1.5em 1.5em 1.5em 1.5em;
58     text-align: center;
59     border-width: 2px;
60     border-style: solid;
61     -moz-border-radius: 5px;
62     -webkit-border-radius: 5px;
63     border-radius: 5px;
64 }
65