3cabfcfffad9a0433c1c374e55e08102b4ee6d84
[matthijs/projects/wipi.git] / static / exodus / css / home.css
1 #page, #footer{
2         /* Center the page and footer, just like the header */
3         width:1024px;
4         margin-right: auto;
5         margin-left: auto;
6 }
7
8 .worldmap {
9         /* End up under the menu bar */
10         clear:both;
11         float:left;
12         width:694px;
13         height:464px;
14         margin-top:10px;
15 }
16
17 /* Container for mapdetail and info*/
18 .ChangableContent {
19 }
20
21 /* Don't let the p tags moin generates influence the positioning */
22 .closeup p, .summary p {
23         margin: 0;
24 }
25
26 .closeup, .summary {
27         float: left;
28         margin-top:30px;
29         width:285px;
30         margin-left:10px;
31 }
32
33 /* Window with map detail */
34 .closeup {
35         width:280px;
36         height:239px;
37         border:3px double #cc8900;
38         background-repeat:no-repeat;
39         background-color:#5a1800;
40 }
41 /* Window with textual info */
42 .summary {
43         width:280px;
44         height:120px;
45         overflow:hidden;
46         border:3px double #cc8900;
47 }
48 .closeup div, .summary div {
49         display: none;
50         width:100%;
51         height:100%;
52         overflow:hidden;
53 }
54
55 .closeup div.selected, .summary div.selected {
56         display: block;
57 }