Move the menus into the footer.
[cocanwiki.git] / html / _css / editor.css
1 /* Stylesheet for COCANWIKI editor, derived from EWM.
2  * $Id: editor.css,v 1.4 2004/10/22 15:56:11 rich Exp $
3  */
4
5 body {
6   margin-top: 4em;
7 }
8
9 /* Hide the normal navigation completely. */
10 ul#topmenu {
11   display: none;
12 }
13
14 div#menu_div {
15   display: none;
16 }
17
18 div#footer_div {
19   display: none;
20 }
21
22 p.insert {
23   text-align: center;
24 }
25
26 p.insert input {
27   font-size: 70%;
28 }
29
30 div.action {
31   float: right;
32 }
33
34 div.action button.action {
35   text-align: left;
36   width: 6em;
37 }
38
39 div.action input.action {
40   width: 6em;
41 }
42
43 input.heading {
44   color: #003;
45   background-color: #ffc;
46   padding: 6px 3px 3px 3px;
47   font-size: 120%;
48   font-weight: bold;
49 }
50
51 div.preview {
52   border: 1px dashed #ddd;
53   background-color: #f8f8f8;
54   padding: 3px;
55 }
56
57 abbr.css_id {
58   font-size: 70%;
59 }
60
61 input.css_id {
62   font-size: 70%;
63 }
64
65 div#errors {
66   border: solid 2px #f00;
67   color: #c00;
68   padding: 4px;
69   width: 80%;
70   margin-left: 10%;
71 }
72
73 div#errors p {
74   margin-top: 0px;
75   margin-bottom: 0px;
76 }
77
78 div#errors ul {
79   list-style: none;
80   margin-left: 0px;
81   padding-left: 0px;
82 }
83
84 a.help_link {
85   font-size: 0.7em;
86 }
87
88 table#edit_conflict {
89 }
90
91 table#edit_conflict pre {
92   background-color: inherit;
93   border: none;
94 }
95
96 table#edit_conflict th.other {
97   background-color: #fcc;
98 }
99 table#edit_conflict td.other {
100   background-color: #fcc;
101 }
102
103 table#edit_conflict th.our {
104   background-color: #cfc;
105 }
106 table#edit_conflict td.our {
107   background-color: #cfc;
108 }