proxy: Make sure root pages get the right theme.
[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         min-height:120px;
38         overflow:hidden;
39         border:3px double #cc8900;
40         padding:5px;
41 }
42 .closeup div, .summary div {
43         display: none;
44         width:100%;
45         height:100%;
46         overflow:hidden;
47 }
48
49 .closeup div.selected, .summary div.selected {
50         display: block;
51 }