]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blobdiff - sources/skins/moonocolor/presets.css
Change skin and add video button
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / skins / moonocolor / presets.css
diff --git a/sources/skins/moonocolor/presets.css b/sources/skins/moonocolor/presets.css
new file mode 100644 (file)
index 0000000..a4e554b
--- /dev/null
@@ -0,0 +1,41 @@
+/*\r
+Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+\r
+/* "Source" button label */\r
+.cke_button__source_label,\r
+.cke_button__sourcedialog_label\r
+{\r
+       display: inline;\r
+}\r
+\r
+/* "Font Size" combo width */\r
+.cke_combo__fontsize .cke_combo_text\r
+{\r
+       width: 30px;\r
+}\r
+\r
+/* "Font Size" panel size */\r
+.cke_combopanel__fontsize\r
+{\r
+       width: 120px;\r
+}\r
+\r
+/* Editable regions */\r
+textarea.cke_source\r
+{\r
+       font-family: 'Courier New', Monospace;\r
+       font-size: small;\r
+       background-color: #fff;\r
+       white-space: pre-wrap;\r
+       border: none;\r
+       padding: 0;\r
+       margin: 0;\r
+       display: block;\r
+}\r
+\r
+.cke_wysiwyg_frame, .cke_wysiwyg_div\r
+{\r
+       background-color: #fff;\r
+}\r