aboutsummaryrefslogtreecommitdiff
path: root/sources/skins/moonocolor/presets.css
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2017-01-26 15:34:32 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2017-01-26 15:34:32 +0100
commit7183f6a6a21ad9124e70c997e0168459f377a9f2 (patch)
treef3355f3e28d35d9f431ff71045e1b46c82ac4826 /sources/skins/moonocolor/presets.css
parentd1844275460a3e3a32e199326f6b36938a329091 (diff)
downloadludivine-ckeditor-component-7183f6a6a21ad9124e70c997e0168459f377a9f2.tar.gz
ludivine-ckeditor-component-7183f6a6a21ad9124e70c997e0168459f377a9f2.tar.zst
ludivine-ckeditor-component-7183f6a6a21ad9124e70c997e0168459f377a9f2.zip
Change skin and add video button4.6.2.5
Diffstat (limited to 'sources/skins/moonocolor/presets.css')
-rw-r--r--sources/skins/moonocolor/presets.css41
1 files changed, 41 insertions, 0 deletions
diff --git a/sources/skins/moonocolor/presets.css b/sources/skins/moonocolor/presets.css
new file mode 100644
index 0000000..a4e554b
--- /dev/null
+++ b/sources/skins/moonocolor/presets.css
@@ -0,0 +1,41 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5
6/* "Source" button label */
7.cke_button__source_label,
8.cke_button__sourcedialog_label
9{
10 display: inline;
11}
12
13/* "Font Size" combo width */
14.cke_combo__fontsize .cke_combo_text
15{
16 width: 30px;
17}
18
19/* "Font Size" panel size */
20.cke_combopanel__fontsize
21{
22 width: 120px;
23}
24
25/* Editable regions */
26textarea.cke_source
27{
28 font-family: 'Courier New', Monospace;
29 font-size: small;
30 background-color: #fff;
31 white-space: pre-wrap;
32 border: none;
33 padding: 0;
34 margin: 0;
35 display: block;
36}
37
38.cke_wysiwyg_frame, .cke_wysiwyg_div
39{
40 background-color: #fff;
41}