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_v2
.cke_panel
8 border: 1px solid
#8f8f73;
9 background-color: #fff;
16 -moz-border-radius: 3px;
17 -webkit-border-radius: 3px;
21 /* Ideally we would use "inherit here"... but you know... IE :( */
22 .cke_skin_v2
.cke_panel iframe
28 .cke_skin_v2
.cke_panel_frame
.cke_label
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_v2_container
54 list-style-type: none
;
69 border: 1px solid
#fff;
70 color: inherit
!important
;
71 text-decoration: none
;
73 text-overflow: ellipsis
;
77 * html
.cke_panel_listItem a
81 /* IE is not able to inherit the color, so we must force it to black */
86 *:first-child
+html
.cke_panel_listItem a
88 /* IE is not able to inherit the color, so we must force it to black */
92 .cke_panel_listItem
.cke_selected a
94 border: 1px solid
#ccc;
95 background-color: #e9f5ff;
98 .cke_panel_listItem
a:hover
,
99 .cke_panel_listItem
a:focus
,
100 .cke_panel_listItem
a:active
102 border-color: #316ac5;
103 background-color: #dff1ff;
106 .cke_hc
.cke_panel_listItem
.cke_selected a
,
107 .cke_hc
.cke_panel_listItem
a:hover
,
108 .cke_hc
.cke_panel_listItem
a:focus
,
109 .cke_hc
.cke_panel_listItem
a:active
115 .cke_panel_grouptitle
118 font-family: 'Microsoft Sans Serif' , Tahoma
, Arial
, Verdana
, Sans-Serif
;
121 background-color: #dcdcdc;
127 .cke_panel_listItem p
,
128 .cke_panel_listItem h1
,
129 .cke_panel_listItem h2
,
130 .cke_panel_listItem h3
,
131 .cke_panel_listItem h4
,
132 .cke_panel_listItem h5
,
133 .cke_panel_listItem h6
,
134 .cke_panel_listItem pre
140 .cke_skin_v2
.cke_button_textcolor_panel
,
141 .cke_skin_v2
.cke_button_bgcolor_panel
151 font-family: 'Microsoft Sans Serif', Tahoma
, Arial
, Verdana
, Sans-Serif
;
157 text-decoration: none
;
165 border: #808080 1px solid
;
169 .cke_rtl span
.cke_colorbox
176 border: #fff 1px solid
;
181 .cke_rtl a
.cke_colorbox
186 a:hover
.cke_colorbox
,
187 a:focus
.cke_colorbox
,
188 a:active
.cke_colorbox
190 border: #316ac5 1px solid
;
191 background-color: #dff1ff;
197 border: #fff 1px solid
;
203 a:hover
.cke_colorauto
,
204 a:hover
.cke_colormore
,
205 a:focus
.cke_colorauto
,
206 a:focus
.cke_colormore
,
207 a:active
.cke_colorauto
,
208 a:active
.cke_colormore
210 border: #316ac5 1px solid
;
211 background-color: #dff1ff;