Update ckeditor to version 3.2.1
[gopost.git] / ckeditor / _source / skins / kama / menu.css
blob249fe5f2fa963e30a1af7849e18fb97b7b0060ee
1 /*
2 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.html or http://ckeditor.com/license
4 */
6 .cke_skin_kama .cke_contextmenu
8 padding: 2px;
11 .cke_skin_kama .cke_menuitem a
13 display:block;
16 .cke_skin_kama .cke_menuitem span
18 cursor: default;
21 .cke_skin_kama .cke_menuitem a:hover,
22 .cke_skin_kama .cke_menuitem a:focus,
23 .cke_skin_kama .cke_menuitem a:active
25 background-color: #D3D3D3;
26 display:block;
29 .cke_hc .cke_menuitem a:hover,
30 .cke_hc .cke_menuitem a:focus,
31 .cke_hc .cke_menuitem a:active
33 border: 2px solid;
36 .cke_skin_kama .cke_menuitem .cke_icon
38 background-image: url(icons.png);
39 background-position: 100px;
40 background-repeat:no-repeat;
41 background-color: transparent;
42 width: 16px;
43 height: 16px;
44 float: left;
47 .cke_skin_kama .cke_menuitem .cke_disabled .cke_icon
49 filter: alpha(opacity=70); /* IE */
50 opacity: 0.70; /* Safari, Opera and Mozilla */
53 .cke_skin_kama .cke_menuitem .cke_icon_wrapper
55 background-color: #D3D3D3;
56 border: solid 4px #D3D3D3;
57 width: 16px;
58 height: 16px;
59 float: left;
60 filter: alpha(opacity=70); /* IE */
61 opacity: 0.70; /* Safari, Opera and Mozilla */
62 clear: both;
65 .cke_rtl .cke_skin_kama .cke_menuitem .cke_icon_wrapper
67 float: right;
70 .cke_skin_kama .cke_menuitem a:hover .cke_icon_wrapper,
71 .cke_skin_kama .cke_menuitem a:focus .cke_icon_wrapper,
72 .cke_skin_kama .cke_menuitem a:active .cke_icon_wrapper
74 background-color: #9d9d9d;
75 border: solid 4px #9d9d9d;
76 filter: alpha(opacity=70); /* IE */
77 opacity: 0.70; /* Safari, Opera and Mozilla */
80 .cke_skin_kama .cke_menuitem a:hover.cke_disabled .cke_icon_wrapper,
81 .cke_skin_kama .cke_menuitem a:focus.cke_disabled .cke_icon_wrapper,
82 .cke_skin_kama .cke_menuitem a:active.cke_disabled .cke_icon_wrapper
84 background-color: #D3D3D3;
85 border: solid 4px #D3D3D3;
88 .cke_skin_kama .cke_menuitem .cke_label
90 display:block;
91 padding-right: 3px;
92 padding-top: 5px;
93 padding-left: 4px;
94 height:19px;
95 margin-left: 24px;
96 background-color: #fff;
98 /* Set these after the document has been loaded and we know the dimensions*/
99 .cke_skin_kama .cke_frameLoaded .cke_menuitem .cke_label
101 filter: alpha(opacity=70); /* IE */
102 opacity: 0.70; /* Safari, Opera and Mozilla */
105 .cke_rtl .cke_skin_kama .cke_menuitem .cke_label
107 padding-right: 0;
108 margin-left: 0;
109 padding-left: 3px;
110 margin-right: 28px;
113 .cke_skin_kama .cke_menuitem a.cke_disabled .cke_label
115 filter: alpha(opacity=30); /* IE */
116 opacity: 0.30; /* Safari, Opera and Mozilla */
119 .cke_skin_kama .cke_menuitem a:hover .cke_label,
120 .cke_skin_kama .cke_menuitem a:focus .cke_label,
121 .cke_skin_kama .cke_menuitem a:active .cke_label
123 background-color: #D3D3D3;
126 .cke_skin_kama .cke_menuitem a.cke_disabled:hover .cke_label,
127 .cke_skin_kama .cke_menuitem a.cke_disabled:focus .cke_label,
128 .cke_skin_kama .cke_menuitem a.cke_disabled:active .cke_label
130 background-color: transparent;
133 .cke_skin_kama .cke_menuseparator
135 background-color: #D3D3D3;
136 height: 2px;
137 filter: alpha(opacity=70); /* IE */
138 opacity: 0.70; /* Safari, Opera and Mozilla */
140 _font-size: 0;
143 .cke_skin_kama .cke_menuarrow
145 /* arrowright.gif*/
146 background-image: url(images/sprites.png);
147 _background-image: url(images/sprites_ie6.png);
148 background-position: 0 -1411px;
149 background-repeat: no-repeat;
150 height: 5px;
151 width: 3px;
152 float: right;
153 margin-right: 2px;
154 margin-top: 3px;
157 .cke_rtl .cke_skin_kama .cke_menuarrow
159 float: left;
160 margin-right: 0;
161 margin-left: 2px;
162 /* arrowleft.gif*/
163 background-image: url(images/sprites.png);
164 _background-image: url(images/sprites_ie6.png);
165 background-position: 0px -1390px;
166 background-repeat: no-repeat;
169 .cke_skin_kama .cke_menuarrow span
171 display: none;
174 .cke_hc .cke_skin_kama .cke_menuarrow
176 width: auto;
177 margin-top: 0;
180 .cke_hc .cke_skin_kama .cke_menuarrow span
182 display: inline;
185 /* #3766 In the context menu, long labels with second level menu get wrapped */
186 .cke_browser_ie.cke_ltr .cke_skin_kama .cke_menuarrow
188 position: absolute;
189 right: 2px;
192 .cke_browser_ie.cke_rtl .cke_skin_kama .cke_menuarrow
194 position: absolute;
195 left: 2px;
197 /* END #3766 */