2 Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
6 html
, body
, h1
, h2
, h3
, h4
, h5
, h6
, div
, span
, blockquote
, p
, address
, form
, fieldset
, img
, ul
, ol
, dl
, dt
, dd
, li
, hr
, table
, td
, th
, strong
, em
, sup
, sub
, dfn
, ins
, del
, q
, cite
, var
, samp
, code
, kbd
, tt
, pre
16 input
, textarea
, select
, option
, optgroup
, button
, td
, th
21 pre
, code
, kbd
, samp
, tt
23 font-family: monospace
,monospace
;
35 border: 1px solid
#ddd;
38 -moz-border-radius: 3px;
39 -webkit-border-radius: 3px;
45 border-bottom: 1px dotted
#555;
51 text-transform: uppercase
;
59 -moz-border-radius: 3px;
60 -webkit-border-radius: 3px;
67 border: 1px solid
#DA8028;
68 text-shadow: 0 1px 0 #C97626;
70 -moz-box-shadow: 0 2px 3px 0 #FFA54E inset
;
71 -webkit-box-shadow: 0 2px 3px 0 #FFA54E inset
;
72 box-shadow: 0 2px 3px 0 #FFA54E inset
;
78 border: 1px solid
#19AAD8;
79 text-shadow: 0 1px 0 #048CAD;
82 -moz-box-shadow: 0 2px 3px 0 #50D4FD inset
;
83 -webkit-box-shadow: 0 2px 3px 0 #50D4FD inset
;
84 box-shadow: 0 2px 3px 0 #50D4FD inset
;
99 text-decoration: none
;
100 border-bottom: 1px dotted
#0782C1;
105 border-bottom: 1px dotted
#0782C1;
116 p
, blockquote
, address
, form
, pre
, dl
, h1
.samples
, h2
.samples
137 body
, input
, textarea
140 font-family: Arial
, Helvetica
, sans-serif
;
151 text-decoration: none
;
162 background-color: #F7F7F7;
163 border: 1px solid
#D7D7D7;
166 white-space: pre-wrap
; /* CSS 2.1 */
167 word-wrap: break-word
; /* IE7 */
182 margin: 10px 0 15px 0;
184 border: solid
1px gray
;
190 margin: 0 10px 10px 10px;
205 #outputSample thead th
208 background-color: #999999;
213 #outputSample tbody th
227 border: 1px dotted
#B7B7B7;
229 padding: 10px 10px 0;
240 * CKEditor editables are automatically set with the "cke_editable" class
241 * plus cke_editable_(inline|themed) depending on the editor type.
244 /* Style a bit the inline editables. */
245 .cke_editable
.cke_editable_inline
250 /* Once an editable element gets focused, the "cke_focus" class is
251 added to it, so we can style it differently. */
252 .cke_editable
.cke_editable_inline
.cke_focus
254 box-shadow: inset
0px 0px 20px 3px #ddd, inset
0 0 1px #000;
260 /* Avoid pre-formatted overflows inline editable. */
261 .cke_editable_inline pre
263 white-space: pre-wrap
;
264 word-wrap: break-word
;
268 * Samples index styles.
301 list-style-type: disc
;
302 list-style-position: outside
;
312 background-color: #FFCCBA;
313 border: 2px dotted
#ff0000;
318 /* Used on inline samples */
323 font-family: Georgia
, Times
, "Times New Roman", serif
;
330 .cke_contents_ltr blockquote
334 border-left-width: 5px;
337 .cke_contents_rtl blockquote
341 border-right-width: 5px;
345 border: 1px solid
#ccc;
352 border: 1px solid
#ccc;