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