JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.3.2
[ckeditor.git] / _source / skins / v2 / richcombo.css
1 /* Special Combo */\r
2 \r
3 .cke_skin_v2 .cke_rcombo\r
4 {\r
5         display: inline-block;\r
6         margin-left: 2px;\r
7         margin-right: 2px;\r
8         margin-top: 2px;\r
9         vertical-align: top;\r
10         float: left;\r
11 }\r
12 \r
13 .cke_skin_v2 .cke_browser_ie .cke_rcombo\r
14 {\r
15         #float: none;\r
16         #display: inline;\r
17 }\r
18 \r
19 .cke_skin_v2 .cke_rtl .cke_rcombo\r
20 {\r
21         float: right;\r
22 }\r
23 \r
24 .cke_skin_v2 .cke_browser_ie .cke_rcombo\r
25 {\r
26         #float: none;\r
27 }\r
28 \r
29 .cke_skin_v2 .cke_rcombopanel\r
30 {\r
31         border: 1px solid #316ac5;\r
32         -moz-border-radius-topleft: 0;\r
33         -webkit-border-top-left-radius: 0;\r
34         border-top-left-radius: 0;\r
35         /*margin-left: 1px;*/\r
36         /*_margin-left: 0;*/\r
37 }\r
38 \r
39 .cke_skin_v2 .cke_rcombo a\r
40 {\r
41         display: inline-block;\r
42         float: left;\r
43 \r
44         filter: alpha(opacity=70); /* IE */\r
45         opacity: 0.70; /* Safari, Opera and Mozilla */\r
46 }\r
47 \r
48 .cke_skin_v2 .cke_rtl .cke_rcombo a\r
49 {\r
50         float: right;\r
51 }\r
52 \r
53 .cke_skin_v2 .cke_hc .cke_rcombo a\r
54 {\r
55         filter: alpha(opacity=100); /* IE */\r
56         opacity: 1.0; /* Safari, Opera and Mozilla */\r
57 }\r
58 \r
59 .cke_skin_v2 .cke_rcombo .cke_label\r
60 {\r
61         display: inline-block;\r
62         float: left;\r
63 \r
64         line-height: 24px;\r
65         height: 22px;\r
66         vertical-align: top;\r
67         padding-left: 4px;\r
68         padding-right: 5px;\r
69         filter: alpha(opacity=70); /* IE */\r
70         opacity: 0.70; /* Safari, Opera and Mozilla */\r
71         background-color: #f1f1e3;      /* Because of IE6+ClearType */\r
72         cursor: default;\r
73 }\r
74 \r
75 .cke_skin_v2 .cke_rtl .cke_rcombo .cke_label\r
76 {\r
77         float: right;\r
78         padding-right: 4px;\r
79         padding-left: 5px;\r
80 }\r
81 \r
82 .cke_skin_v2 .cke_hc .cke_rcombo .cke_label\r
83 {\r
84         filter: alpha(opacity=100);\r
85         opacity: 1.0;\r
86 }\r
87 \r
88 .cke_skin_v2 .cke_rcombo .cke_inline_label\r
89 {\r
90         color: #fff;\r
91 }\r
92 \r
93 .cke_skin_v2 .cke_rcombo .cke_text\r
94 {\r
95         border: 1px solid #8f8f73;\r
96         background-color: #fff;\r
97         height: 12px;\r
98         width:60px;\r
99         padding-top: 4px;\r
100         padding-bottom: 4px;\r
101         padding-left: 5px;\r
102         padding-right: 5px;\r
103         text-overflow: ellipsis;\r
104         overflow: hidden;\r
105         display: inline-block;\r
106         vertical-align: top;\r
107         cursor: default;\r
108 }\r
109 \r
110 .cke_skin_v2 .cke_ltr .cke_rcombo .cke_text\r
111 {\r
112         -moz-border-radius-topleft: 3px;\r
113         -webkit-border-top-left-radius: 3px;\r
114         border-top-left-radius: 3px;\r
115         -moz-border-radius-bottomleft: 3px;\r
116         -webkit-border-bottom-left-radius: 3px;\r
117         border-bottom-left-radius: 3px;\r
118 }\r
119 \r
120 .cke_skin_v2 .cke_rtl .cke_rcombo .cke_text\r
121 {\r
122         -moz-border-radius-topright: 3px;\r
123         -webkit-border-top-right-radius: 3px;\r
124         border-top-right-radius: 3px;\r
125         -moz-border-radius-bottomright: 3px;\r
126         -webkit-border-bottom-right-radius: 3px;\r
127         border-bottom-right-radius: 3px;\r
128 }\r
129 \r
130 /* Fix for IE height */\r
131 .cke_skin_v2 .cke_browser_iequirks .cke_rcombo .cke_text\r
132 {\r
133         height: 22px;\r
134 }\r
135 \r
136 .cke_skin_v2 .cke_rcombo .cke_openbutton\r
137 {\r
138         display: inline-block;\r
139 \r
140         background-position: 5px -715px;\r
141         background-image: url(images/sprites.png);\r
142         _background-image: url(images/sprites_ie6.png);\r
143         background-repeat: no-repeat;\r
144 \r
145         border-top: 1px solid #8f8f73;\r
146         border-bottom: 1px solid #8f8f73;\r
147         width: 14px;\r
148         height: 20px;\r
149 }\r
150 \r
151 .cke_skin_v2 .cke_rcombo .cke_openbutton span\r
152 {\r
153         display: none;\r
154 }\r
155 \r
156 .cke_skin_v2 .cke_hc .cke_rcombo .cke_openbutton span\r
157 {\r
158         display : inline;\r
159 }\r
160 \r
161 .cke_skin_v2 .cke_ltr .cke_rcombo .cke_openbutton\r
162 {\r
163     border-right: 1px solid #8f8f73;\r
164         -moz-border-radius-topright: 3px;\r
165         -webkit-border-top-right-radius: 3px;\r
166         border-top-right-radius: 3px;\r
167         -moz-border-radius-bottomright: 3px;\r
168         -webkit-border-bottom-right-radius: 3px;\r
169         border-bottom-right-radius: 3px;\r
170 }\r
171 \r
172 .cke_skin_v2 .cke_rtl .cke_rcombo .cke_openbutton\r
173 {\r
174     border-left: 1px solid #8f8f73;\r
175         -moz-border-radius-topleft: 3px;\r
176         -webkit-border-top-left-radius: 3px;\r
177         border-top-left-radius: 3px;\r
178         -moz-border-radius-bottomleft: 3px;\r
179         -webkit-border-bottom-left-radius: 3px;\r
180         border-bottom-left-radius: 3px;\r
181 }\r
182 \r
183 .cke_skin_v2 .cke_rcombo .cke_off a:hover,\r
184 .cke_skin_v2 .cke_rcombo .cke_off a:focus,\r
185 .cke_skin_v2 .cke_rcombo .cke_off a:active,\r
186 .cke_skin_v2 .cke_rcombo .cke_on a\r
187 {\r
188         filter: alpha(opacity=100); /* IE */\r
189         opacity: 1; /* Safari, Opera and Mozilla */\r
190 }\r
191 \r
192 .cke_skin_v2 .cke_rcombo .cke_off a:hover .cke_text,\r
193 .cke_skin_v2 .cke_rcombo .cke_off a:focus .cke_text,\r
194 .cke_skin_v2 .cke_rcombo .cke_off a:active .cke_text,\r
195 .cke_skin_v2 .cke_rcombo .cke_on .cke_text\r
196 {\r
197         border-color: #316ac5;\r
198 }\r
199 \r
200 .cke_skin_v2 .cke_rcombo .cke_off a:hover .cke_openbutton,\r
201 .cke_skin_v2 .cke_rcombo .cke_off a:focus .cke_openbutton,\r
202 .cke_skin_v2 .cke_rcombo .cke_off a:active .cke_openbutton,\r
203 .cke_skin_v2 .cke_rcombo .cke_on .cke_openbutton\r
204 {\r
205         border-color: #316ac5;\r
206         background-color: #dff1ff;\r
207 }\r
208 \r
209 .cke_skin_v2 .cke_rcombo .cke_on .cke_text\r
210 {\r
211         -moz-border-radius-bottomleft: 0px;\r
212         -webkit-border-bottom-left-radius: 0px;\r
213         border-bottom-left-radius: 0px;\r
214 }\r
215 \r
216 .cke_skin_v2 .cke_rcombo .cke_on .cke_openbutton\r
217 {\r
218         -moz-border-radius-bottomright: 0px;\r
219         -webkit-border-bottom-right-radius: 0px;\r
220         border-bottom-right-radius: 0px;\r
221 }\r
222 \r
223 .cke_skin_v2 .cke_rcombo .cke_disabled .cke_label\r
224 {\r
225         filter: alpha(opacity=30); /* IE */\r
226         opacity: 0.3; /* Safari, Opera and Mozilla */\r
227 }\r
228 \r
229 .cke_skin_v2 .cke_hc .cke_rcombo .cke_disabled .cke_label\r
230 {\r
231         filter: alpha(opacity=70);\r
232         opacity: 0.7;\r
233 }\r
234 \r
235 .cke_skin_v2 .cke_rcombo .cke_disabled .cke_text,\r
236 .cke_skin_v2 .cke_rcombo .cke_disabled .cke_openbutton\r
237 {\r
238         filter: alpha(opacity=50); /* IE */\r
239         opacity: 0.5; /* Safari, Opera and Mozilla */\r
240 }\r
241 \r
242 .cke_skin_v2 .cke_hc .cke_rcombo .cke_disabled .cke_text,\r
243 .cke_skin_v2 .cke_hc .cke_rcombo .cke_disabled .cke_openbutton\r
244 {\r
245         filter: alpha(opacity=80);\r
246         opacity: 0.8;\r
247 }\r
248 \r
249 .cke_skin_v2 .cke_rcombo .cke_disabled .cke_text\r
250 {\r
251         color: #fff;\r
252 }\r
253 \r
254 /* Firefox 2 & WebKit Section */\r
255 \r
256 .cke_skin_v2 .cke_browser_gecko18 .cke_rcombo,\r
257 .cke_skin_v2 .cke_browser_gecko18 .cke_rcombo .cke_label,\r
258 .cke_skin_v2 .cke_browser_gecko18 .cke_rcombo .cke_text,\r
259 .cke_skin_v2 .cke_browser_gecko18 .cke_rcombo .cke_openbutton,\r
260 .cke_skin_v2 .cke_browser_webkit .cke_rcombo .cke_label,\r
261 .cke_skin_v2 .cke_browser_webkit .cke_rcombo .cke_text,\r
262 .cke_skin_v2 .cke_browser_webkit .cke_rcombo .cke_openbutton\r
263 {\r
264         display: block;\r
265         float: left;\r
266 }\r
267 \r
268 .cke_skin_v2 .cke_browser_gecko18 .cke_rtl .cke_rcombo,\r
269 .cke_skin_v2 .cke_browser_gecko18 .cke_rtl .cke_rcombo .cke_label,\r
270 .cke_skin_v2 .cke_browser_gecko18 .cke_rtl .cke_rcombo .cke_text,\r
271 .cke_skin_v2 .cke_browser_gecko18 .cke_rtl .cke_rcombo .cke_openbutton,\r
272 .cke_skin_v2 .cke_browser_webkit .cke_rtl .cke_rcombo .cke_label,\r
273 .cke_skin_v2 .cke_browser_webkit .cke_rtl .cke_rcombo .cke_text,\r
274 .cke_skin_v2 .cke_browser_webkit .cke_rtl .cke_rcombo .cke_openbutton\r
275 {\r
276         float: right;\r
277 }\r
278 \r
279 /*** IE ***/\r
280 \r
281 .cke_skin_v2 .cke_browser_ie .cke_rtl .cke_rcombo,\r
282 .cke_skin_v2 .cke_browser_ie .cke_rtl .cke_rcombo a,\r
283 .cke_skin_v2 .cke_browser_ie .cke_rtl .cke_rcombo .cke_label\r
284 {\r
285         float: none;\r
286 }\r
287 \r
288 .cke_skin_v2 .cke_browser_iequirks .cke_rcombo .cke_openbutton\r
289 {\r
290         height: 22px;\r
291 }\r