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