2 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.html or http://ckeditor.com/license
6 .cke_skin_kama
.cke_panel
8 border: 1px solid
#8f8f73;
9 background-color: #fff;
16 -moz-border-radius: 3px;
17 -webkit-border-radius: 3px;
21 .cke_skin_kama
.cke_contextmenu
26 /* Ideally we would use "inherit here"... but you know... IE :( */
27 .cke_skin_kama
.cke_panel iframe
34 * All the following styles are to be used inside the iframe that holds panel
35 * contents. We don't use the cke_skin_default there to avoid the reset to be
37 * This is not an issue as we'll never have two skins running inside the same
41 html
.cke_skin_kama_container
52 .cke_panel_frame
.cke_label
59 list-style-type: none
;
74 border: 1px solid
#fff;
75 color: inherit
!important
;
76 text-decoration: none
;
78 text-overflow: ellipsis
;
82 * html
.cke_panel_listItem a
86 /* IE is not able to inherit the color, so we must force it to black */
91 *:first-child
+html
.cke_panel_listItem a
93 /* IE is not able to inherit the color, so we must force it to black */
97 .cke_panel_listItem
.cke_selected a
99 border: 1px solid
#ccc;
100 background-color: #e9f5ff;
103 .cke_panel_listItem
a:hover
,
104 .cke_panel_listItem
a:focus
,
105 .cke_panel_listItem
a:active
107 border-color: #316ac5;
108 background-color: #dff1ff;
111 .cke_hc
.cke_panel_listItem
.cke_selected a
,
112 .cke_hc
.cke_panel_listItem
a:hover
,
113 .cke_hc
.cke_panel_listItem
a:focus
,
114 .cke_hc
.cke_panel_listItem
a:active
120 .cke_panel_grouptitle
123 font-family: 'Microsoft Sans Serif' , Tahoma
, Arial
, Verdana
, Sans-Serif
;
126 background-color: #dcdcdc;
132 .cke_panel_listItem p
,
133 .cke_panel_listItem h1
,
134 .cke_panel_listItem h2
,
135 .cke_panel_listItem h3
,
136 .cke_panel_listItem h4
,
137 .cke_panel_listItem h5
,
138 .cke_panel_listItem h6
,
139 .cke_panel_listItem pre
145 .cke_skin_kama
.cke_button_textcolor_panel
,
146 .cke_skin_kama
.cke_button_bgcolor_panel
156 font-family: 'Microsoft Sans Serif', Tahoma
, Arial
, Verdana
, Sans-Serif
;
162 text-decoration: none
;
170 border: #808080 1px solid
;
174 .cke_rtl span
.cke_colorbox
181 border: #fff 1px solid
;
186 .cke_rtl a
.cke_colorbox
191 a:hover
.cke_colorbox
,
192 a:focus
.cke_colorbox
,
193 a:active
.cke_colorbox
195 border: #316ac5 1px solid
;
196 background-color: #dff1ff;
202 border: #fff 1px solid
;
208 a:hover
.cke_colorauto
,
209 a:hover
.cke_colormore
,
210 a:focus
.cke_colorauto
,
211 a:focus
.cke_colormore
,
212 a:active
.cke_colorauto
,
213 a:active
.cke_colormore
215 border: #316ac5 1px solid
;
216 background-color: #dff1ff;