Bumped version for emergency release.
[cocanwiki.git] / html / _css / editor.css
index af67ca0..86c3d04 100644 (file)
@@ -1,11 +1,24 @@
 /* Stylesheet for COCANWIKI editor, derived from EWM.
- * $Id: editor.css,v 1.1 2004/09/07 10:14:08 rich Exp $
+ * $Id: editor.css,v 1.6 2004/10/27 08:42:30 rich Exp $
  */
 
 body {
   margin-top: 4em;
 }
 
+/* Hide the normal navigation completely. */
+ul#topmenu {
+  display: none;
+}
+
+div#menu_div {
+  display: none;
+}
+
+div#footer_div {
+  display: none;
+}
+
 p.insert {
   text-align: center;
 }
@@ -93,3 +106,23 @@ table#edit_conflict th.our {
 table#edit_conflict td.our {
   background-color: #cfc;
 }
+
+/* Edit buttons. */
+div.edit_buttons {
+  font-size: 70%;
+}
+
+div.edit_buttons a {
+  margin-right: 3px;
+  padding: 3px;
+  border: 2px outset #dcdad5;
+  text-decoration: none;
+  color: #000;
+  background-color: #dcdad5;
+  cursor: pointer;
+  cursor: hand;
+}
+
+div.edit_buttons span.spacer {
+  margin-left: 1em;
+}
\ No newline at end of file