Add a menu bar to the site theme.
[matthijs/projects/wipi.git] / static / exodus / css / common.css
index ce511fc43a26d19932a6d398b8d1f6ede9ad9bc1..ad7b89d87e80af0987ee1f1808e6a9317f4e90c7 100644 (file)
@@ -456,5 +456,23 @@ TD.tip {
     text-align: right;
 }
 
+#menubar {
+       display: block;
+       margin-bottom: 60px;
+       margin-top: 30px;
+}
+
+#menubar li {
+       /* Hide the leading dots */
+       display: inline;
+       /* Put the menu items horizontal */
+       float: left;
+       /* Put some spacing between items */
+       padding: 0px 5px;
+       
+       font-size: +4pt;
+       font-weight: bold;
+}
+
 /* end MonthCalendar stuff */