Subversion Repositories Applications.papyrus

Rev

Rev 431 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
431 ddelon 1
/*
2
 * FCKeditor - The text editor for internet
3
 * Copyright (C) 2003-2005 Frederico Caldeira Knabben
4
 *
5
 * Licensed under the terms of the GNU Lesser General Public License:
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
7
 *
8
 * For further information visit:
9
 * 		http://www.fckeditor.net/
10
 *
521 ddelon 11
 * "Support Open Source software. What about a donation today?"
12
 *
431 ddelon 13
 * File Name: fck_contextmenu.css
14
 * 	Styles used by the context menu and panels.
15
 *
16
 * File Authors:
17
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
18
 */
19
 
20
.CM_ContextMenu, .CM_ContextMenu *
21
{
22
	font-size: 11px;
23
	font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
24
}
25
 
26
.CM_ContextMenu
27
{
28
	border: 1px solid #8f8f73;
29
	padding: 2px;
30
	background-color: #ffffff;
31
}
32
 
33
.CM_Option, .CM_Over, .CM_Disabled
34
{
35
	padding: 0px 3px;
36
	height: 18px;
37
	cursor: default;
38
}
39
 
40
.CM_Option, .CM_Over
41
{
42
	cursor: hand;
43
}
44
 
45
.CM_Option .CM_Icon, .CM_Disabled .CM_Icon, .CM_Separator .CM_Icon
46
{
47
	background-color: #e3e3c7;
48
}
49
 
50
.CM_Option .CM_Icon IMG
51
{
52
	filter: alpha(opacity=70);
53
	-moz-opacity:0.70;
54
}
55
 
56
.CM_Disabled
57
{
58
	background-color: #ffffff;
59
}
60
 
61
.CM_Disabled .CM_Icon IMG, .CM_Disabled .CM_Label
62
{
63
	filter: gray() alpha(opacity=30);
64
	-moz-opacity:0.30;
65
}
66
 
67
.CM_Option .CM_Label, .CM_Over .CM_Label
68
{
69
	padding: 1px 10px 1px 3px;
70
}
71
 
72
.CM_Over
73
{
74
	color: #fff;
75
	background-color: #8f8f73;
76
}
77
 
78
.CM_Over .CM_Icon
79
{
80
	background-color: #737357;
81
}
82
 
83
.CM_Separator TD
84
{
85
	height: 3px;
86
}
87
 
88
.CM_Separator .CM_Label DIV
89
{
90
	border-top: #b9b99d 1px solid;
91
	margin-left: 2px;
92
	margin-right: 3px;
93
}
94
 
95
/*
96
	### Panel Styles
97
*/
98
 
99
.FCK_Panel
100
{
101
	border: #8f8f73 1px solid;
102
	padding: 2px;
103
	background-color: #ffffff;
104
}
105
 
106
.FCK_Panel, .FCK_Panel TD
107
{
108
	font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
109
	font-size: 11px;
110
}
111
 
112
/*
113
	### Color Selector Panel
114
*/
115
 
116
.ColorBoxBorder
117
{
118
	border: #808080 1px solid;
119
	position: static;
120
}
121
 
122
.ColorBox
123
{
124
	font-size: 1px;
125
	width: 10px;
126
	position: static;
127
	height: 10px;
128
}
129
 
130
.ColorDeselected, .ColorSelected
131
{
132
	cursor: default;
133
}
134
 
135
.ColorDeselected
136
{
137
	border: #ffffff 1px solid;
138
	padding: 2px;
139
	float: left;
140
}
141
 
142
.ColorSelected
143
{
144
	border: #330066 1px solid;
145
	padding: 2px;
146
	float: left;
147
	background-color: #c4cdd6;
148
}
149
 
150
/*
151
	### Special Combos
152
*/
153
 
154
.SC_Panel
155
{
156
	overflow-y: auto;
157
	white-space: nowrap;
158
	cursor: default;
159
}
160
 
161
.SC_Item, .SC_ItemSelected
162
{
163
	margin-top: 2px;
164
	margin-bottom: 2px;
165
	background-position: left center;
166
	padding-left: 11px;
167
	padding-right: 3px;
168
	padding-top: 2px;
169
	padding-bottom: 2px;
170
	text-overflow: ellipsis;
171
	overflow: hidden;
172
	width: 100%;
173
	background-repeat: no-repeat;
174
	border: #dddddd 1px solid;
175
}
176
 
177
.SC_Item *, .SC_ItemSelected *
178
{
179
	margin-top: 0px;
180
	margin-bottom: 0px;
181
}
182
 
183
.SC_ItemSelected
184
{
185
	border: #9a9afb 1px solid;
186
	background-image: url(images/toolbar.arrowright.gif);
187
}
188
 
189
.SC_ItemOver
190
{
191
	border: #316ac5 1px solid;
192
}
193
 
194
.SC_Field
195
{
196
	border: #b7b7a6 1px solid;
197
	cursor: default;
198
}
199
 
200
.SC_FieldCaption
201
{
202
	overflow: visible;
203
	padding-right: 5px;
204
	padding-left: 5px;
205
	filter: alpha(opacity=70);
206
	-moz-opacity:0.75;
207
	height: 23px;
208
	background-color: #efefde;
209
}
210
 
211
.SC_FieldLabel
212
{
213
	white-space: nowrap;
214
	padding: 2px;
215
	width: 100%;
216
	cursor: default;
217
	background-color: #ffffff;
218
	text-overflow: ellipsis;
219
	overflow: hidden;
220
}
221
 
222
.SC_FieldButton
223
{
224
	background-position: center center;
225
	background-image: url(images/toolbar.buttonarrow.gif);
226
	border-left: #b7b7a6 1px solid;
227
	width: 14px;
228
	background-repeat: no-repeat;
229
}
230
 
231
.SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption
232
{
233
	filter: gray() alpha(opacity=30);
234
	-moz-opacity:0.30;
235
}
236
 
237
.SC_FieldOver
238
{
239
	border: #316ac5 1px solid;
240
}
241
 
242
.SC_FieldOver .SC_FieldButton
243
{
244
	border-left: #316ac5 1px solid;
245
}