Add special CSS for the Exodus home page.
authorMatthijs Kooijman <matthijs@stdio.flexvps.nl>
Wed, 24 Jun 2009 16:47:41 +0000 (18:47 +0200)
committerMatthijs Kooijman <matthijs@stdio.flexvps.nl>
Wed, 24 Jun 2009 16:47:41 +0000 (18:47 +0200)
static/exodus/css/home.css [new file with mode: 0644]

diff --git a/static/exodus/css/home.css b/static/exodus/css/home.css
new file mode 100644 (file)
index 0000000..3cabfcf
--- /dev/null
@@ -0,0 +1,57 @@
+#page, #footer{
+       /* Center the page and footer, just like the header */
+       width:1024px;
+       margin-right: auto;
+       margin-left: auto;
+}
+
+.worldmap {
+       /* End up under the menu bar */
+       clear:both;
+       float:left;
+       width:694px;
+       height:464px;
+       margin-top:10px;
+}
+
+/* Container for mapdetail and info*/
+.ChangableContent {
+}
+
+/* Don't let the p tags moin generates influence the positioning */
+.closeup p, .summary p {
+       margin: 0;
+}
+
+.closeup, .summary {
+       float: left;
+       margin-top:30px;
+       width:285px;
+       margin-left:10px;
+}
+
+/* Window with map detail */
+.closeup {
+       width:280px;
+       height:239px;
+       border:3px double #cc8900;
+       background-repeat:no-repeat;
+       background-color:#5a1800;
+}
+/* Window with textual info */
+.summary {
+       width:280px;
+       height:120px;
+       overflow:hidden;
+       border:3px double #cc8900;
+}
+.closeup div, .summary div {
+       display: none;
+       width:100%;
+       height:100%;
+       overflow:hidden;
+}
+
+.closeup div.selected, .summary div.selected {
+       display: block;
+}