Subversion Repositories Sites.tela-botanica.org

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
420 florian 1
.mceSeparatorLine {
2
	border: 0;
3
	padding: 0;
4
	margin-left: 4px;
5
	margin-right: 2px;
6
}
7
 
8
.mceSelectList {
9
	font-family: "MS Sans Serif";
10
	font-size: 7pt;
11
	font-weight: normal;
12
	margin-top: 2px;
13
}
14
 
15
.mceLabel, .mceLabelDisabled {
16
	font-family: "MS Sans Serif";
17
	font-size: 9pt;
18
}
19
 
20
.mceLabel {
21
	color: #000000;
22
}
23
 
24
.mceLabelDisabled {
25
	cursor: text;
26
	color: #999999;
27
}
28
 
29
.mceEditor {
30
	background: #F0F0EE;
31
	border: 1px solid #cccccc;
32
}
33
 
34
.mceEditorArea {
35
	font-family: "MS Sans Serif";
36
	background: #FFFFFF;
37
}
38
 
39
.mceToolbar {
40
	background: #F0F0EE;
41
	border-top: 1px solid #cccccc;
42
	line-height: 1px;
43
	font-size: 1px;
44
	padding-bottom: 1px;
45
}
46
 
47
.mceEditorIframe {
48
	border: 0;
49
}
50
 
51
/* Button CSS rules */
52
 
53
a.mceButtonDisabled img, a.mceButtonNormal img, a.mceButtonSelected img {
54
	width: 20px;
55
	height: 20px;
56
	cursor: default;
57
	margin-top: 1px;
58
	margin-left: 1px;
59
}
60
 
61
a.mceButtonDisabled img {
62
	border: 0 !important;
63
}
64
 
65
a.mceButtonNormal img, a.mceButtonSelected img {
66
	border: 1px solid #F0F0EE !important;
67
}
68
 
69
a.mceButtonSelected img {
70
	border: 1px solid #C0C0BB !important;
71
}
72
 
73
a.mceButtonNormal img:hover, a.mceButtonSelected img:hover {
74
	border: 1px solid #0A246A !important;
75
	cursor: default;
76
	background-color: #B6BDD2;
77
}
78
 
79
a.mceButtonDisabled img {
80
	-moz-opacity:0.3;
81
	opacity: 0.3;
82
	border: 1px solid #F0F0EE !important;
83
	cursor: default;
84
}
85
 
86
a.mceTiledButton img {
87
	background-image: url('../images/buttons.gif');
88
	background-repeat: no-repeat;
89
}
90
 
91
/* MSIE specific rules */
92
 
93
* html a.mceButtonNormal img, * html a.mceButtonSelected img, * html a.mceButtonDisabled img {
94
	border: 0px !important;
95
	margin-top: 2px;
96
	margin-bottom: 1px;
97
}
98
 
99
* html a.mceButtonDisabled img {
100
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
101
	border: 0px !important;
102
}
103
 
104
* html a.mceButtonDisabled {
105
	border: 1px solid #F0F0EE !important;
106
}
107
 
108
* html a.mceButtonNormal, * html a.mceButtonSelected {
109
	border: 1px solid #F0F0EE;
110
	cursor: default;
111
}
112
 
113
* html a.mceButtonSelected {
114
	border: 1px solid #C0C0BB;
115
}
116
 
117
* html a.mceButtonNormal:hover, * html a.mceButtonSelected:hover {
118
	border: 1px solid #0A246A;
119
	cursor: default;
120
	background-color: #B6BDD2;
121
}
122
 
123
* html .mceSelectList {
124
	margin-top: 2px;
125
}