2 Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
\r
3 For licensing, see LICENSE.md or http://ckeditor.com/license
\r
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
\r
16 input, textarea, select, option, optgroup, button, td, th
\r
27 pre, code, kbd, samp, tt
\r
29 font-family: monospace,monospace;
\r
40 background: #f3f3f3;
\r
41 border: 1px solid #ddd;
\r
48 border-bottom: 1px dotted #555;
\r
54 text-transform: uppercase;
\r
66 background: #FF7E00;
\r
67 border: 1px solid #DA8028;
\r
68 text-shadow: 0 1px 0 #C97626;
\r
70 box-shadow: 0 2px 3px 0 #FFA54E inset;
\r
75 background: #18C0DF;
\r
76 border: 1px solid #19AAD8;
\r
77 text-shadow: 0 1px 0 #048CAD;
\r
80 box-shadow: 0 2px 3px 0 #50D4FD inset;
\r
87 font-weight: normal;
\r
95 text-decoration: none;
\r
96 border-bottom: 1px dotted #0782C1;
\r
101 border-bottom: 1px dotted #0782C1;
\r
108 margin: 15px 0 0 0;
\r
112 p, blockquote, address, form, pre, dl, h1.samples, h2.samples
\r
114 margin-bottom: 15px;
\r
119 margin-bottom: 15px;
\r
133 body, input, textarea
\r
136 font-family: Arial, Helvetica, sans-serif;
\r
147 text-decoration: none;
\r
158 background-color: #F7F7F7;
\r
159 border: 1px solid #D7D7D7;
\r
162 white-space: pre-wrap; /* CSS 2.1 */
\r
163 word-wrap: break-word; /* IE7 */
\r
174 margin: 10px 0 15px 0;
\r
176 border: solid 1px gray;
\r
177 border-bottom: none;
\r
182 margin: 0 10px 10px 10px;
\r
194 table-layout: fixed;
\r
197 #outputSample thead th
\r
200 background-color: #999999;
\r
202 white-space: nowrap;
\r
205 #outputSample tbody th
\r
207 vertical-align: top;
\r
219 border: 1px dotted #B7B7B7;
\r
220 margin-bottom: 10px;
\r
221 padding: 10px 10px 0;
\r
228 margin-bottom: 6px;
\r
232 * CKEditor editables are automatically set with the "cke_editable" class
\r
233 * plus cke_editable_(inline|themed) depending on the editor type.
\r
236 /* Style a bit the inline editables. */
\r
237 .cke_editable.cke_editable_inline
\r
242 /* Once an editable element gets focused, the "cke_focus" class is
\r
243 added to it, so we can style it differently. */
\r
244 .cke_editable.cke_editable_inline.cke_focus
\r
246 box-shadow: inset 0px 0px 20px 3px #ddd, inset 0 0 1px #000;
\r
252 /* Avoid pre-formatted overflows inline editable. */
\r
253 .cke_editable_inline pre
\r
255 white-space: pre-wrap;
\r
256 word-wrap: break-word;
\r
260 * Samples index styles.
\r
288 padding: 0 0 0 40px;
\r
292 display: list-item;
\r
293 list-style-type: disc;
\r
294 list-style-position: outside;
\r
304 background-color: #FFCCBA;
\r
305 border: 2px dotted #ff0000;
\r
306 padding: 15px 10px;
\r
310 .warning.deprecated {
\r
314 /* Used on inline samples */
\r
318 font-style: italic;
\r
319 font-family: Georgia, Times, "Times New Roman", serif;
\r
321 border-style: solid;
\r
322 border-color: #ccc;
\r
326 .cke_contents_ltr blockquote
\r
328 padding-left: 20px;
\r
329 padding-right: 8px;
\r
330 border-left-width: 5px;
\r
333 .cke_contents_rtl blockquote
\r
336 padding-right: 20px;
\r
337 border-right-width: 5px;
\r
341 border: 1px solid #ccc;
\r
348 border: 1px solid #ccc;
\r
350 margin-right: 15px;
\r
356 background-color: Yellow;
\r