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