]> code.citadel.org Git - citadel.git/blob - webcit/tiny_mce/themes/simple/css/editor_ui.css
* Removed the Kevin Roth rich text editor and replaced it with TinyMCE.
[citadel.git] / webcit / tiny_mce / themes / simple / css / editor_ui.css
1 .mceButtonNormal, .mceButtonOver, .mceButtonDown, .mceSeparator, .mceButtonDisabled, .mceButtonSelected {
2         margin-top: 1px;
3         margin-left: 1px;
4 }
5
6 .mceButtonNormal {
7         border-top: 1px solid;
8         border-left: 1px solid;
9         border-bottom: 1px solid;
10         border-right: 1px solid;
11         border-color: #F0F0EE;
12         cursor: arrow;
13 }
14
15 .mceButtonOver {
16         border: 1px solid #0A246A;
17         cursor: arrow;
18         background-color: #B6BDD2;
19 }
20
21 .mceButtonDown {
22         cursor: arrow;
23         border: 1px solid #0A246A;
24         background-color: #8592B5;
25 }
26
27 .mceButtonSelected {
28         border: 1px solid;
29         border-color: #C0C0BB;
30         cursor: arrow;
31 }
32
33 .mceButtonDisabled {
34         filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
35         -moz-opacity:0.3;
36         opacity: 0.3;
37         border-top: 1px solid;
38         border-left: 1px solid;
39         border-bottom: 1px solid;
40         border-right: 1px solid;
41         border-color: #F0F0EE;
42         cursor: arrow;
43 }
44
45 .mceSeparator {
46         border-top: 1px solid buttonhighlight;
47         border-left: 1px solid buttonhighlight;
48         border-bottom: 1px solid buttonshadow;
49         border-right: 1px solid buttonshadow;
50         margin-right: 2px;
51         margin-left: 2px;
52 }
53
54 .mceSeparatorLine {
55         margin:2px;
56         margin-left: 4px;
57         background-color: #F0F0EE;
58         border-top: 1px solid buttonshadow;
59         border-left: 1px solid buttonshadow;
60         border-bottom: 1px solid buttonhighlight;
61         border-right: 1px solid buttonhighlight;
62         width: 0px;
63         height: 15px;
64 }
65
66 .mceSelectList {
67         font-family: "MS Sans Serif";
68         font-size: 7pt;
69         font-weight: normal;
70         margin-top: 2px;
71 }
72
73 .mceLabel, .mceLabelDisabled {
74         font-family: "MS Sans Serif";
75         font-size: 9pt;
76 }
77
78 .mceLabel {
79         color: #000000;
80 }
81
82 .mceLabelDisabled {
83         cursor: text;
84         color: #999999;
85 }
86
87 .mceEditor {
88         background: #F0F0EE;
89         border: 1px solid #cccccc;
90 }
91
92 .mceEditorArea {
93         font-family: "MS Sans Serif";
94         background: #FFFFFF;
95 }
96
97 .mceToolbar {
98         background: #F0F0EE;
99         border-top: 1px solid #cccccc;
100 }