JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-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 }\r
73 \r
74 .cke_skin_v2 .cke_rtl .cke_rcombo .cke_label\r
75 {\r
76         float: right;\r
77         padding-right: 4px;\r
78         padding-left: 5px;\r
79 }\r
80 \r
81 .cke_skin_v2 .cke_hc .cke_rcombo .cke_label\r
82 {\r
83         filter: alpha(opacity=100);\r
84         opacity: 1.0;\r
85 }\r
86 \r
87 .cke_skin_v2 .cke_rcombo .cke_inline_label\r
88 {\r
89         color: #fff;\r
90 }\r
91 \r
92 .cke_skin_v2 .cke_rcombo .cke_text\r
93 {\r
94         border: 1px solid #8f8f73;\r
95         background-color: #fff;\r
96         height: 12px;\r
97         width:60px;\r
98         padding-top: 4px;\r
99         padding-bottom: 4px;\r
100         padding-left: 5px;\r
101         padding-right: 5px;\r
102         text-overflow: ellipsis;\r
103         overflow: hidden;\r
104         display: inline-block;\r
105         vertical-align: top;\r
106 }\r
107 \r
108 .cke_skin_v2 .cke_ltr .cke_rcombo .cke_text\r
109 {\r
110         -moz-border-radius-topleft: 3px;\r
111         -webkit-border-top-left-radius: 3px;\r
112         border-top-left-radius: 3px;\r
113         -moz-border-radius-bottomleft: 3px;\r
114         -webkit-border-bottom-left-radius: 3px;\r
115         border-bottom-left-radius: 3px;\r
116 }\r
117 \r
118 .cke_skin_v2 .cke_rtl .cke_rcombo .cke_text\r
119 {\r
120         -moz-border-radius-topright: 3px;\r
121         -webkit-border-top-right-radius: 3px;\r
122         border-top-right-radius: 3px;\r
123         -moz-border-radius-bottomright: 3px;\r
124         -webkit-border-bottom-right-radius: 3px;\r
125         border-bottom-right-radius: 3px;\r
126 }\r
127 \r
128 /* Fix for IE height */\r
129 .cke_skin_v2 .cke_browser_iequirks .cke_rcombo .cke_text\r
130 {\r
131         height: 22px;\r
132 }\r
133 \r
134 .cke_skin_v2 .cke_rcombo .cke_openbutton\r
135 {\r
136         display: inline-block;\r
137 \r
138         background-position: 5px -715px;\r
139         background-image: url(images/sprites.png);\r
140         _background-image: url(images/sprites_ie6.png);\r
141         background-repeat: no-repeat;\r
142 \r
143         border-top: 1px solid #8f8f73;\r
144         border-bottom: 1px solid #8f8f73;\r
145         width: 14px;\r
146         height: 20px;\r
147 }\r
148 \r
149 .cke_skin_v2 .cke_rcombo .cke_openbutton span\r
150 {\r
151         display: none;\r
152 }\r
153 \r
154 .cke_skin_v2 .cke_hc .cke_rcombo .cke_openbutton span\r
155 {\r
156         display : inline;\r
157 }\r
158 \r
159 .cke_skin_v2 .cke_ltr .cke_rcombo .cke_openbutton\r
160 {\r
161     border-right: 1px solid #8f8f73;\r
162         -moz-border-radius-topright: 3px;\r
163         -webkit-border-top-right-radius: 3px;\r
164         border-top-right-radius: 3px;\r
165         -moz-border-radius-bottomright: 3px;\r
166         -webkit-border-bottom-right-radius: 3px;\r
167         border-bottom-right-radius: 3px;\r
168 }\r
169 \r
170 .cke_skin_v2 .cke_rtl .cke_rcombo .cke_openbutton\r
171 {\r
172     border-left: 1px solid #8f8f73;\r
173         -moz-border-radius-topleft: 3px;\r
174         -webkit-border-top-left-radius: 3px;\r
175         border-top-left-radius: 3px;\r
176         -moz-border-radius-bottomleft: 3px;\r
177         -webkit-border-bottom-left-radius: 3px;\r
178         border-bottom-left-radius: 3px;\r
179 }\r
180 \r
181 .cke_skin_v2 .cke_rcombo .cke_off a:hover,\r
182 .cke_skin_v2 .cke_rcombo .cke_off a:focus,\r
183 .cke_skin_v2 .cke_rcombo .cke_off a:active,\r
184 .cke_skin_v2 .cke_rcombo .cke_on a\r
185 {\r
186         filter: alpha(opacity=100); /* IE */\r
187         opacity: 1; /* Safari, Opera and Mozilla */\r
188 }\r
189 \r
190 .cke_skin_v2 .cke_rcombo .cke_off a:hover .cke_text,\r
191 .cke_skin_v2 .cke_rcombo .cke_off a:focus .cke_text,\r
192 .cke_skin_v2 .cke_rcombo .cke_off a:active .cke_text,\r
193 .cke_skin_v2 .cke_rcombo .cke_on .cke_text\r
194 {\r
195         border-color: #316ac5;\r
196 }\r
197 \r
198 .cke_skin_v2 .cke_rcombo .cke_off a:hover .cke_openbutton,\r
199 .cke_skin_v2 .cke_rcombo .cke_off a:focus .cke_openbutton,\r
200 .cke_skin_v2 .cke_rcombo .cke_off a:active .cke_openbutton,\r
201 .cke_skin_v2 .cke_rcombo .cke_on .cke_openbutton\r
202 {\r
203         border-color: #316ac5;\r
204         background-color: #dff1ff;\r
205 }\r
206 \r
207 .cke_skin_v2 .cke_rcombo .cke_on .cke_text\r
208 {\r
209         -moz-border-radius-bottomleft: 0px;\r
210         -webkit-border-bottom-left-radius: 0px;\r
211         border-bottom-left-radius: 0px;\r
212 }\r
213 \r
214 .cke_skin_v2 .cke_rcombo .cke_on .cke_openbutton\r
215 {\r
216         -moz-border-radius-bottomright: 0px;\r
217         -webkit-border-bottom-right-radius: 0px;\r
218         border-bottom-right-radius: 0px;\r
219 }\r
220 \r
221 .cke_skin_v2 .cke_rcombo .cke_disabled .cke_label\r
222 {\r
223         filter: alpha(opacity=30); /* IE */\r
224         opacity: 0.3; /* Safari, Opera and Mozilla */\r
225 }\r
226 \r
227 .cke_skin_v2 .cke_hc .cke_rcombo .cke_disabled .cke_label\r
228 {\r
229         filter: alpha(opacity=70);\r
230         opacity: 0.7;\r
231 }\r
232 \r
233 .cke_skin_v2 .cke_rcombo .cke_disabled .cke_text,\r
234 .cke_skin_v2 .cke_rcombo .cke_disabled .cke_openbutton\r
235 {\r
236         filter: alpha(opacity=50); /* IE */\r
237         opacity: 0.5; /* Safari, Opera and Mozilla */\r
238 }\r
239 \r
240 .cke_skin_v2 .cke_hc .cke_rcombo .cke_disabled .cke_text,\r
241 .cke_skin_v2 .cke_hc .cke_rcombo .cke_disabled .cke_openbutton\r
242 {\r
243         filter: alpha(opacity=80);\r
244         opacity: 0.8;\r
245 }\r
246 \r
247 .cke_skin_v2 .cke_rcombo .cke_disabled .cke_text\r
248 {\r
249         color: #fff;\r
250 }\r
251 \r
252 /* Firefox 2 & WebKit Section */\r
253 \r
254 .cke_skin_v2 .cke_browser_gecko18 .cke_rcombo,\r
255 .cke_skin_v2 .cke_browser_gecko18 .cke_rcombo .cke_label,\r
256 .cke_skin_v2 .cke_browser_gecko18 .cke_rcombo .cke_text,\r
257 .cke_skin_v2 .cke_browser_gecko18 .cke_rcombo .cke_openbutton,\r
258 .cke_skin_v2 .cke_browser_webkit .cke_rcombo .cke_label,\r
259 .cke_skin_v2 .cke_browser_webkit .cke_rcombo .cke_text,\r
260 .cke_skin_v2 .cke_browser_webkit .cke_rcombo .cke_openbutton\r
261 {\r
262         display: block;\r
263         float: left;\r
264 }\r
265 \r
266 .cke_skin_v2 .cke_browser_gecko18 .cke_rtl .cke_rcombo,\r
267 .cke_skin_v2 .cke_browser_gecko18 .cke_rtl .cke_rcombo .cke_label,\r
268 .cke_skin_v2 .cke_browser_gecko18 .cke_rtl .cke_rcombo .cke_text,\r
269 .cke_skin_v2 .cke_browser_gecko18 .cke_rtl .cke_rcombo .cke_openbutton,\r
270 .cke_skin_v2 .cke_browser_webkit .cke_rtl .cke_rcombo .cke_label,\r
271 .cke_skin_v2 .cke_browser_webkit .cke_rtl .cke_rcombo .cke_text,\r
272 .cke_skin_v2 .cke_browser_webkit .cke_rtl .cke_rcombo .cke_openbutton\r
273 {\r
274         float: right;\r
275 }\r
276 \r
277 /*** IE ***/\r
278 \r
279 .cke_skin_v2 .cke_browser_ie .cke_rtl .cke_rcombo,\r
280 .cke_skin_v2 .cke_browser_ie .cke_rtl .cke_rcombo a,\r
281 .cke_skin_v2 .cke_browser_ie .cke_rtl .cke_rcombo .cke_label\r
282 {\r
283         float: none;\r
284 }\r
285 \r
286 .cke_skin_v2 .cke_browser_iequirks .cke_rcombo .cke_openbutton\r
287 {\r
288         height: 22px;\r
289 }\r